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

/* Media Queries
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1 {
  font-family: "Cabin", sans-serif;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1C527C;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}

h2 {
  font-family: "Cabin", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1C527C;
}

h3 {
  font-family: "Cabin", sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1C527C;
}

p {
  font-family: "Cabin", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #1C527C;
}

/* Elements
--------------------------------------------- */
* {
  font-family: "Cabin", sans-serif;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
}

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

ul:not(.menu, .sub-menu):not(.main-navigation ul, .mobile__menu-wrapper ul) {
  list-style: disc;
}
ul:not(.menu, .sub-menu):not(.main-navigation ul, .mobile__menu-wrapper ul) li {
  position: relative;
  color: #1C527C;
  font: normal normal normal 18px/32px "Cabin";
}
ul:not(.menu, .sub-menu):not(.main-navigation ul, .mobile__menu-wrapper ul) li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #dedede;
}
ul:not(.menu, .sub-menu):not(.main-navigation ul, .mobile__menu-wrapper ul) li::marker {
  color: #1C527C;
}
ul:not(.menu, .sub-menu):not(.main-navigation ul, .mobile__menu-wrapper ul) li:last-child::after {
  height: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 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 thead {
  border-bottom: none;
}

.wp-block-table td, .wp-block-table th {
  border: none;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: 1px solid #707070;
}
table thead {
  background-color: #1C527C;
  font: normal normal bold 22px/30px "Cabin";
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
}
table thead th {
  padding: 10px;
  text-align: center;
}
table tbody tr:nth-child(odd) {
  background-color: rgba(138, 177, 208, 0.1);
}
table tbody tr td {
  font: normal normal bold 20px/28px "Cabin";
  letter-spacing: 0px;
  color: #707070;
  padding: 10px;
}
table tbody tr td:nth-child(odd) {
  border-right: 1px solid #707070;
}

.block__blue {
  background-color: #1C527C;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
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
--------------------------------------------- */
.main-navigation:not(#mobile-menu) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.main-navigation:not(#mobile-menu) ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .main-navigation:not(#mobile-menu) ul ul {
    flex-direction: column;
    width: 100%;
    min-width: 225px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
  }
  .main-navigation:not(#mobile-menu) ul ul ul {
    left: -999em;
    top: 0;
  }
  .main-navigation:not(#mobile-menu) ul ul li:hover > ul, .main-navigation:not(#mobile-menu) ul ul li.focus > ul {
    display: block;
    left: auto;
  }
}
.main-navigation:not(#mobile-menu) ul li:hover > ul,
.main-navigation:not(#mobile-menu) ul li.focus > ul {
  left: auto;
}
.main-navigation:not(#mobile-menu) li {
  position: relative;
}
.main-navigation:not(#mobile-menu) a {
  display: inline-block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: end;
  }
}
.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%;
}

.site-header {
  margin: 0;
  padding: 0;
  background-color: rgba(28, 82, 124, 0.64);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header #primary-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 40px;
  font: normal normal bold 18px/20px "Cabin";
  text-transform: uppercase;
}
.site-header #primary-menu li {
  position: relative;
}
.site-header #primary-menu li:hover {
  background-color: #D5AAB4;
}
.site-header #primary-menu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 2rem 1.5rem;
}
.site-header #primary-menu .sub-menu {
  background-color: #fff;
}
.site-header #primary-menu .sub-menu li {
  padding: 15px 0;
}
.site-header #primary-menu .sub-menu li a:not([aria-current=page]) {
  color: #D5AAB4;
  font-size: 16px;
}
.site-header #primary-menu .sub-menu li a {
  padding: 0 1rem;
}
.site-header #primary-menu .sub-menu li:hover {
  color: #fff;
}
.site-header #primary-menu .sub-menu li:hover a {
  color: #fff;
}

.logo__wrapper-mobile {
  max-width: 85px;
}

/* Styles pour la navigation mobile */
.nav_mobile .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_mobile .telephone-icon {
  height: 30px;
  width: 30px;
}

.mobile__menu-wrapper #mobile-menu {
  background-color: #1c527c;
}
.mobile__menu-wrapper #mobile-menu.isHidden {
  position: absolute;
  left: 0;
  top: 134px;
  width: 75%;
  height: 100vh;
  transform: translateX(-100%);
  transition: all 0.115s linear;
}
.mobile__menu-wrapper #mobile-menu.isOpen {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 134px;
  width: 100%;
  height: 100vh;
  transform: translateX(0px);
  transition: all 0.115s linear;
}
.mobile__menu-wrapper #mobile-menu .locataire-mobile .sub-menu,
.mobile__menu-wrapper #mobile-menu .logement-mobile .sub-menu,
.mobile__menu-wrapper #mobile-menu .propos-mobile .sub-menu {
  display: none;
}
.mobile__menu-wrapper #mobile-menu .locataire-mobile > a,
.mobile__menu-wrapper #mobile-menu .logement-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 .propos-mobile > a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 13px;
  right: -15px;
  top: 10px;
  background-image: url("../img/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 .propos-mobile.active-drop > a::after {
  transition: all 0.115s linear;
  transform: rotate(90deg);
}
.mobile__menu-wrapper li {
  background-color: #1c527c;
}
.mobile__menu-wrapper li a {
  margin: 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.mobile__menu-wrapper li:hover,
.mobile__menu-wrapper li.current-menu-item,
.mobile__menu-wrapper li.current-page-item,
.mobile__menu-wrapper li.current-menu-ancestor {
  background-color: #D5AAB4;
}

.current-menu-item {
  background-color: #D5AAB4;
  color: #fff;
}

.site-footer .current-menu-item {
  background-color: transparent;
}

.current-menu-ancestor {
  background-color: #D5AAB4;
  color: #fff;
}

.link-logo-header {
  padding-left: 15px;
  padding-right: 20px;
  margin-right: auto;
  z-index: 10;
  margin-left: 80px;
  min-width: 120px;
}
.link-logo-header img {
  left: 10px;
  top: 5px;
  width: 70px;
  height: 70px;
}
@media screen and (max-width: 1228px) {
  .link-logo-header {
    margin-left: 0;
    margin: 0 auto;
  }
}

/* Posts and pages
--------------------------------------------- */
.block__img-banner {
  background-image: url("../img/background_header-min.png");
  background-size: cover;
  background-position: center;
  top: 0;
  height: 773px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 767px) {
  .block__img-banner {
    display: none;
  }
}
.block__img-logo {
  padding-top: 45px;
  width: 300px;
}
@media (max-width: 991px) {
  .block__img-logo {
    padding-top: 25px;
    width: 220px;
  }
}
.block__home-text-infos {
  padding-top: 20px;
  /*font: normal normal bold 42px/60px 'Cabin';*/
  font-family: "Cabin", sans-serif;
  font-size: 42px;
  line-height: 1.2;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .block__home-text-infos {
    /* font: normal normal bold 42px / 60px "Cabin"; */
    padding-top: 0;
    line-height: 1.2;
    font-size: 35px;
    line-height: 1.2;
    max-width: 380px;
    margin-bottom: 10px;
  }
}
.block__home-text-slogan {
  padding-top: 25px;
  font: normal normal bold 40px/65px "Cabin";
  letter-spacing: -0.33px;
  line-height: 1.2;
  color: #EBD0D7;
}
@media (max-width: 767px) {
  .block__home-text-slogan {
    font: normal normal bold 38px/65px "Cabin";
  }
}
.block__pink-left {
  background-color: #EBD0D7;
  padding: 10%;
}
@media (max-width: 767px) {
  .block__pink-left {
    padding: 5%;
  }
}
.block__pink-left h2 {
  font: normal normal bold 50px/60px "Cabin";
  letter-spacing: 0px;
  color: #558DB9;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block__pink-left h2 {
    font: normal normal bold 35px/45px "Cabin";
  }
}
.block__pink-left span {
  color: #1C527C;
}
.block__pink-left p {
  font: normal normal bold 25px/42px "Cabin";
  letter-spacing: 0px;
  color: #558DB9;
}
@media (max-width: 767px) {
  .block__pink-left p {
    font: normal normal bold 20px/37px "Cabin";
  }
}
.block__pink-left p.mobile-text {
  font: normal normal bold 20px/20px "Cabin";
  letter-spacing: 0px;
  color: #1C527C;
}
.block__pink-left p.mobile-text-slogan {
  font: normal normal bold 25px/30px Cabin;
  letter-spacing: 0px;
  color: #1C527C;
}
.block__pink-right {
  background-color: #D5AAB4;
}
.block__pink-right .square__link, .block__pink-right .square__link-sarl {
  background-color: #558DB9;
  width: 190px;
  height: 190px;
  border-radius: 100%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
}
.block__pink-right .square__link-sarl {
  background-color: #1C527C;
}
.block__pink-right-square {
  padding: 15px 0;
  width: 50%;
}
@media (max-width: 767px) {
  .block__pink-right-square {
    width: 100%;
  }
}
.block__pink-right-square span {
  padding-top: 10px;
  padding-bottom: 10px;
  font: normal normal bold 18px/31px "Cabin";
  color: #FFF;
  text-transform: uppercase;
}
.block__blue-icon-link a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.block__blue-icon-link a:hover {
  color: #fff;
}
.block__blue-icon-link a h3 {
  padding: 15px 0;
  font: normal normal bold 22px/31px "Cabin";
  letter-spacing: 0px;
}
.block__blue-icon-link a p {
  font: normal normal bold 18px/25px "Cabin";
  letter-spacing: 0px;
}
.block__rank-top h1 {
  margin-top: 4rem;
  font: normal normal bold 45px/40px "Cabin";
  letter-spacing: 0px;
  color: #1C527C;
}
@media (max-width: 768px) {
  .block__rank-top h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
.block__rank-top p {
  font: normal normal bold 30px/40px "Cabin";
  letter-spacing: 0px;
  color: #1C527C;
  padding: 3rem 0;
}
.block__rank-city {
  height: 280px;
  width: 280px;
  font: normal normal bold 30px/40px "Cabin";
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #1C527C;
  border: 7px solid #C5DBEB;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.block__blue-link-sarl {
  background-color: #fff;
}
.block__blue-link-sarl p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font: normal normal bold 23px/30px "Cabin";
  color: #1C527C;
}

.background__banner-mobile {
  margin-top: -165px;
  z-index: -1;
  position: relative;
  height: 290px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .background__banner-mobile {
    margin-top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}

.section h1 {
  font: normal normal bold 45px/40px "Cabin";
  letter-spacing: 0px;
  color: #1C527C;
  text-transform: uppercase;
}
.section h3 {
  font: normal normal bold 25px/35px "Cabin";
  letter-spacing: 0px;
  color: #1C527C;
}
.section .h3 {
  font: normal normal bold 30px/40px "Cabin";
  letter-spacing: 0px;
  color: #1C527C;
}
.section-declaration p, .section-guide p, .section-type p, .section p {
  font: normal normal normal 18px/35px "Cabin";
  color: #1C527C;
}
.section-declaration h2, .section-guide h2, .section-type h2, .section h2 {
  font: normal normal bold 30px/40px "Cabin";
  letter-spacing: 0px;
  color: #1C527C;
}
.section-reglements p {
  font: normal normal normal 18px/35px "Cabin";
  color: #1C527C;
}
.section-reglements ol > li {
  padding: 1rem 0;
  font: normal normal bold 22px/35px "Cabin";
  color: #1C527C;
}
.section-mission-block span {
  font: normal normal bold 70px/35px "Barlow";
  color: #fff;
  padding: 1rem 0;
}
.section-mission-block p {
  font: normal normal bold 30px/35px "Montserrat";
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 0;
}
.section-mission-block .col {
  display: flex;
  flex-direction: column;
  padding: 2rem 1.5rem 0.5rem 1.5rem;
  background-color: #00426A;
}
.section-mission-block .col img {
  max-width: 100px;
  height: 100px;
}
.section-mission-block .col:first-child {
  position: relative;
}
.section-mission-block .col:first-child::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #00426A;
  z-index: 22;
}
.section-mission-block .col:nth-child(2) {
  background-color: #015F90;
  position: relative;
}
.section-mission-block .col:nth-child(2)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #015F90;
  z-index: 22;
}
.section-mission-block .col:nth-child(3) {
  background-color: #3A7CAC;
  position: relative;
}
.section-mission-block .col:nth-child(3)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #3A7CAC;
  z-index: 22;
}
.section-mission-block .col:nth-child(4) {
  background-color: #4893C4;
  position: relative;
}
.section-mission-block .col:nth-child(4)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #4893C4;
  z-index: 22;
}
.section-mission-block .col:nth-child(5) {
  background-color: #57A8DD;
  position: relative;
}
.section-mission-block .col:nth-child(5)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 45%;
  bottom: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #57A8DD;
  z-index: 22;
}
.section-mission-block .col:nth-child(6) {
  background-color: #E2ABBA;
}
.section-mission-block .col:nth-child(7) {
  background-color: #C998A5;
  position: relative;
}
.section-mission-block .col:nth-child(7)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 45%;
  left: -15px;
  border-right: 15px solid #C998A5;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  z-index: 22;
}
.section-mission-block .col:nth-child(8) {
  background-color: #9B7580;
  position: relative;
}
.section-mission-block .col:nth-child(8)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 45%;
  left: -15px;
  border-right: 15px solid #9B7580;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  z-index: 22;
}
.section-mission-block .col:nth-child(9) {
  background-color: #808596;
  position: relative;
}
.section-mission-block .col:nth-child(9)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 45%;
  left: -15px;
  border-right: 15px solid #808596;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  z-index: 22;
}
.section-mission-block .col:nth-child(10) {
  background-color: #393C45;
  position: relative;
}
.section-mission-block .col:nth-child(10)::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 45%;
  left: -15px;
  border-right: 15px solid #393C45;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  z-index: 22;
}
.section-joindre a {
  text-decoration: none;
  color: #1C527C;
}
.section-sarl a {
  color: #1C527C;
}
.section-organisation h4 {
  color: #1C527C;
}

.site-footer {
  background-color: #F7E5EA;
  padding: 4rem 3rem 1.5rem 3rem;
}
.site-footer .row-copyright {
  color: #1C527C;
  font: normal normal normal 18px/12px "Cabin";
  letter-spacing: 0px;
  padding: 3rem 0 1rem 0;
  text-align: center;
  line-height: 1.2;
}
.site-footer .row-copyright a {
  color: #1C527C;
  text-decoration: none;
}
.site-footer h3 {
  text-transform: uppercase;
  color: #1C527C;
  font: normal normal bold 22px/34px "Cabin";
  letter-spacing: 0px;
}
.site-footer #footer-propos, .site-footer #footer-locataire, .site-footer #footer-recherche {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  font: normal normal normal 18px/18px "Cabin";
  letter-spacing: 0px;
}
.site-footer #footer-propos li, .site-footer #footer-locataire li, .site-footer #footer-recherche li {
  margin-bottom: 1rem;
}
.site-footer #footer-propos li a, .site-footer #footer-locataire li a, .site-footer #footer-recherche li a {
  color: #1C527C;
  text-decoration: none;
}
.site-footer p {
  color: #1C527C;
}

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

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

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

/* Slick
--------------------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
# 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 */