/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
   * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
   * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * 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; /* 1 */
  font: inherit; /* 2 */
}

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

:root {
  --color--blue: #2E486F;
  --color--blue-dark: #3C5272;
  --color--red: #E63946;
  --color--grey: #F5F5F5;
  --color--grey-light: #F5F5F7;
  --color--white: #FFFFFF;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

html,
body {
  background-color: var(--color--white);
  font-size: 1rem;
}
html.modalopened,
body.modalopened {
  overflow: hidden;
  height: 100vh;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

* > p:first-of-type {
  margin-top: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color--blue);
  margin: 0;
  margin-top: 1.875rem;
}

p, span {
  font-size: 0.875rem;
}

em {
  font-style: normal;
}

h1, .h1 {
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 3.75rem;
}

h2, .h2 {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 2.75rem;
}
h2.italic, .h2.italic {
  font-style: italic;
  font-weight: 600;
}

.h2 strong {
  font-weight: inherit;
  font-style: italic;
}

h3, .h3 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
}
h3.cap, .h3.cap {
  text-transform: uppercase;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5rem;
}
h4.cap, .h4.cap {
  text-transform: uppercase;
  font-weight: 700;
}

h5, .h5 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.uppercase {
  text-transform: uppercase;
}

.blue {
  color: var(--color--blue);
}

.blue-dark {
  color: var(--color--blue-dark);
}

.red {
  color: var(--color--red);
}

.grey {
  color: var(--color--grey);
}

.white {
  color: var(--color--white);
}

.text-info {
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  line-height: normal;
}

.titre {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
}

.pills {
  padding: 0.875rem 1rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color--white);
  text-decoration: none;
}
.pills > a {
  display: inline-block;
  margin-left: 19px;
}
.pills > a:first-child {
  margin-left: 14px;
}
.pills > a > svg {
  transform: translateY(1px);
}
.pills.grey {
  background-color: var(--color--blue);
}
.pills.blue {
  background-color: var(--color--grey-light);
}
.pills.active {
  background-color: var(--color--red);
  color: var(--color--grey);
}

a.pills {
  transition: all 0.2s;
}
a.pills.blue:hover {
  background-color: var(--color--red);
  color: var(--color--grey);
}

.main ul li,
#recom-modal ul li {
  list-style: none;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position-y: 4px;
}

.content {
  margin-top: 7.06rem;
}

.hideondesktop, body header.header a.burger {
  display: none;
}

.showon-sm {
  display: none !important;
}

.relativ {
  position: relative;
}

.hide-up-lg {
  display: none !important;
}

@media (max-width: 1240px) {
  .hide-up-lg {
    display: flex !important;
  }
  .hide-down-lg {
    display: none !important;
  }
  .content {
    margin-top: 6.25rem;
  }
  .hideonmobile {
    display: none !important;
  }
  .hideondesktop {
    display: block !important;
  }
  .container-fluid, .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  h1, .h1 {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
@media (max-width: 744px) {
  body {
    margin-top: 0.625rem;
  }
  .container-fluid, .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.375rem;
  }
  h3, .h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .showon-sm {
    display: flex !important;
  }
  .pills {
    padding: 0.625rem 1rem;
  }
}
.button {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.button--primary {
  background-color: var(--color--red);
  color: var(--color--white);
  border-radius: 50px;
  padding: 0.875rem 1.625rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.21rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button--primary svg path {
  fill: var(--color--white);
}
.button--primary:hover {
  background-color: var(--color--grey);
  color: var(--color--red);
}
.button--primary:hover svg path {
  fill: var(--color--red);
}
.button svg {
  margin-right: 0.625rem;
}
.button svg path {
  transition: fill 0.2s ease-in-out;
}
.button.button--pills {
  display: flex;
  padding: 0.625rem 0 0.625rem 1.25rem;
  border-radius: 30px;
  font-weight: 700;
}
.button.button--pills.button--red {
  color: var(--color--red);
  border: 1px solid var(--color--red);
}
.button.button--pills.button--white {
  color: var(--color--white);
  border: 1px solid var(--color--white);
}
.button.button--pills svg {
  margin-left: 10px;
}
.button.button--pills svg g.arrow {
  transform: translate(-35px, 0);
  transition: transform 0.2s ease-in-out;
}
.button.button--pills:hover svg g.arrow {
  transform: translate(1px, -36px);
}

.btn {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn:hover {
  cursor: pointer;
}
.btn--notext {
  width: 2.1875rem;
  height: 2.1875rem;
}
.btn--notext span {
  display: none;
}
.btn svg.halfcircle {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.btn svg.halfcircle .circle {
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 4.5s ease-in-out;
}
.btn--red {
  background-color: var(--color--red);
  transition: background-color 0.2s ease-in-out;
}
.btn--red.btn--arrow::after {
  content: "";
  position: absolute;
  opacity: 1;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/arrow-white.svg");
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.btn--grey {
  background-color: var(--color--grey);
  transition: background-color 0.2s ease-in-out;
}
.btn--grey.btn--arrow::after {
  content: "";
  position: absolute;
  opacity: 1;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/arrow-red.svg");
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.btn--grey.btn--plus::after {
  content: "";
  position: absolute;
  opacity: 1;
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/plus-red.svg");
  background-repeat: no-repeat;
  top: 7.5px;
  right: 7.5px;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.btn--blue {
  background-color: var(--color--blue);
  transition: background-color 0.2s ease-in-out;
}
.btn--blue.btn--arrow-hr::after {
  content: "";
  position: absolute;
  opacity: 1;
  display: block;
  width: 70px;
  height: 70px;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/arrow-white-hr.svg");
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  transform: translate(0, 0);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.btn--blue.btn--plus::after {
  content: "";
  position: absolute;
  opacity: 1;
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/plus-white.svg");
  background-repeat: no-repeat;
  top: 7.5px;
  right: 7.5px;
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.btn--reverse {
  transform: rotate(180deg);
}
.btn:hover.btn--arrow::after {
  transform: translate(36px, -35px);
}
.btn:hover.btn--arrow-hr::after {
  transform: translate(36px, 0);
}
.btn:hover.btn--plus.btn--blue {
  background-color: var(--color--red);
}
.btn:hover.btn--plus::after {
  transform: rotate(-90deg);
}

@media (min-width: 744px) {
  .btn.slideon {
    background-color: rgba(255, 255, 255, 0);
  }
  .btn.slideon::after {
    opacity: 0 !important;
  }
  .btn.slideon svg.halfcircle {
    opacity: 1;
  }
  .btn.slideon svg.halfcircle .circle {
    transform: rotate(359deg);
  }
  .btn.slideon:hover {
    background-color: var(--color--red);
  }
  .btn.slideon:hover svg.halfcircle {
    opacity: 0;
  }
  .btn.slideon:hover::after {
    opacity: 1 !important;
  }
}
header.header {
  position: fixed;
  z-index: 10000;
}
header.header > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.5rem;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.05);
}
header.header #header__nav ul {
  list-style-type: none;
  padding-left: 0;
}
header.header #header__nav ul li {
  display: inline-block;
  margin-right: 2.5rem;
}
header.header #header__nav ul li.megamenulink a {
  display: block;
  position: relative;
  padding-right: 1.25rem;
}
header.header #header__nav ul li.megamenulink a:after {
  content: "";
  position: absolute;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/icon_arrow_megamenu.svg");
  bottom: 0;
  left: 100%;
  width: 15px;
  height: 100%;
  background-repeat: no-repeat;
  transform: translate(-11px, 4px);
  transition: transform 0.2s ease-in-out;
}
header.header #header__nav ul li.megamenulink a:hover:after {
  transform: translate(-11px, 6px);
}
header.header #header__nav ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color--blue);
  transition: color 0.2s ease-in-out;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;
}
header.header #header__nav ul li a:hover {
  color: var(--color--red);
}
header.header #header__nav ul li:last-child {
  margin-right: 0;
}
header.header a.burger {
  display: block;
  width: 27px;
  overflow: hidden;
}
header.header a.burger span {
  display: block;
  height: 2px;
  background-color: var(--color--red);
  margin-bottom: 7px;
}
header.header a.burger span:last-child {
  margin-bottom: 0;
  transform: translateX(-13px);
  transition: transform 0.2s ease-in-out;
}
header.header a.burger:hover span:last-child {
  transform: translateX(0);
}

.responsivemenu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 2.375rem 3.75rem;
  opacity: 0;
  background-color: var(--color--blue-dark);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transform: translateX(0);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.responsivemenu.opened {
  transform: translateX(-100%);
  opacity: 1;
}
.responsivemenu header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.responsivemenu .navs {
  display: flex;
  position: relative;
}
.responsivemenu .navs .main ul {
  padding: 0;
}
.responsivemenu .navs .main ul li {
  padding-left: 0;
  margin-bottom: 1.25rem;
}
.responsivemenu .navs .main ul li a {
  color: var(--color--grey);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.responsivemenu .navs .main ul li.megamenulink a {
  position: relative;
}
.responsivemenu .navs .main ul li.megamenulink a:after {
  content: "";
  position: absolute;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/icon_arrow_megamenu.svg");
  bottom: 0;
  left: 100%;
  width: 15px;
  height: 100%;
  background-repeat: no-repeat;
  transform: rotate(-90deg) translate(1px, 10px);
}
.responsivemenu .navs .secondary {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.1;
}
.responsivemenu .navs .secondary a.return {
  position: absolute;
  top: 24px;
  left: -40px;
  opacity: 0;
}
.responsivemenu .navs .secondary ul {
  padding-left: 0;
  list-style-type: none;
}
.responsivemenu .navs .secondary ul li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color--grey);
  text-decoration: none;
  margin-bottom: 1.25rem;
}
.responsivemenu .navs .secondary ul li a p {
  margin: 0;
}
.responsivemenu .navs .secondary ul li a img {
  margin-right: 1.25rem;
  filter: brightness(10);
}
.responsivemenu address {
  font-style: normal;
  color: var(--color--grey);
}
.responsivemenu address a {
  color: var(--color--grey);
  display: inline-block;
  text-decoration: none;
}
.responsivemenu address a:nth-child(1) {
  margin-bottom: 0.5rem;
}
.responsivemenu address a:nth-child(3) {
  margin-bottom: 0.625rem;
}
.responsivemenu address ul.rs {
  padding-left: 0;
  list-style-type: none;
  margin-top: 3.125rem;
}
.responsivemenu address ul.rs li {
  display: inline-block;
  margin-right: 1.8125rem;
}

@media (max-width: 1240px) {
  header.header > div:first-child > a:first-child {
    margin-right: auto;
  }
  header.header > div:first-child a.icon_speech {
    margin-right: 1.875rem;
  }
  header.header #header__nav {
    display: none;
  }
  .responsivemenu div.navs {
    margin-top: -20vh;
  }
}
@media (min-width: 744px) {
  .responsivemenu ul li a span, .responsivemenu ul li a p {
    transition: color 0.2s;
  }
  .responsivemenu ul li a:hover span, .responsivemenu ul li a:hover p {
    color: var(--color--red);
  }
  address a {
    transition: color 0.2s;
  }
  address a:hover {
    color: var(--color--red);
  }
  address a:hover svg path {
    fill: var(--color--red);
  }
  address a svg path {
    transition: fill 0.2s;
  }
}
@media (max-width: 744px) {
  .responsivemenu {
    padding: 0.9375rem 1.9375rem;
  }
  .responsivemenu header a img {
    width: 9.375rem;
  }
  .responsivemenu div.navs {
    margin-top: 10vh;
  }
  .responsivemenu .navs .secondary a.return {
    left: -22px;
  }
  .responsivemenu .navs .secondary {
    width: 100vw;
  }
  .responsivemenu address {
    display: none;
  }
  .responsivemenu .navs {
    margin-bottom: auto;
    margin-top: auto;
  }
  header.header > div:first-child {
    padding: 0.625rem 1.25rem;
  }
  header.header > div:first-child > a > img {
    width: 150px;
  }
  header.header a.icon_speech {
    padding: 7px 8px;
  }
  header.header a.icon_speech svg {
    margin-right: 0;
  }
  header.header a.icon_speech span {
    display: none;
  }
}
.hero > div {
  overflow: hidden;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  height: 100%;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.hero > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(34deg, rgba(38, 41, 45, 0.61) 23%, rgba(38, 41, 45, 0) 79%);
  z-index: -1;
}
.hero > div h1 {
  width: 50%;
  margin-bottom: 0;
}
.hero:not(.home) > div {
  height: 40.625rem;
}
.hero.home {
  height: 50vw !important;
}
.hero.home h1 {
  width: 30.625rem;
}
.hero.home h1 #hometext__anim span {
  font-size: inherit;
}
.hero.home p.h3 {
  width: 37.9375rem;
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .hero.home {
    height: 80vw !important;
  }
  .hero.home h1 {
    width: 30.625rem;
  }
  .hero.home p.h3 {
    width: 50%;
  }
  .hero > div {
    padding: 1.875rem;
  }
  .hero > div h1 {
    width: 70%;
  }
}
@media (max-width: 744px) {
  body .hero.home {
    height: 90vh !important;
  }
  body .hero.home > div {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  body .hero.home h1 {
    margin-bottom: 3.125rem;
  }
  body .hero.home p.h3 {
    margin-bottom: 4.375rem;
    width: 100%;
  }
  body .hero > div {
    padding: 1.875rem 1.25rem;
  }
  body .hero > div h1 {
    width: 100%;
  }
}
header.header > div:first-child {
  transition: border-radius 0.2s ease-in-out;
}
header.header.open > div:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header.header > .megamenu {
  padding: 3.125rem 2.5rem;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 0.75rem;
  position: absolute;
  width: calc(100% - 2 * 3.125rem);
  opacity: 0;
  pointer-events: none;
  max-height: 0;
  transform: translateY(-20px);
  transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.2s ease-in-out;
}
header.header > .megamenu.open {
  opacity: 1;
  pointer-events: all;
  max-height: 4000px;
  transform: translateY(0);
}
header.header > .megamenu hr {
  width: calc(100% - 2 * 3.125rem);
  position: absolute;
  top: 0;
  left: 3.125rem;
  margin: 0;
  border: 0.5px solid white;
}
header.header > .megamenu .megamenu__item {
  padding: 2.1875rem 1.5625rem;
  background-color: var(--color--grey);
  border-radius: 30px;
  min-height: 12.8125rem;
}
header.header > .megamenu .megamenu__item a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}
header.header > .megamenu .megamenu__item a > img {
  transform: translateY(0);
  transition: transform 0.2s ease-in-out;
}
header.header > .megamenu .megamenu__item a > div {
  margin-left: 0.75rem;
}
header.header > .megamenu .megamenu__item a > div h2 {
  margin-top: 5px;
  color: var(--color--blue);
  transition: color 0.2s ease-in-out;
}
header.header > .megamenu .megamenu__item a > div p {
  color: var(--color--blue);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
header.header > .megamenu .megamenu__item a:hover > img {
  transform: translateY(-2px);
}
header.header > .megamenu .megamenu__item a:hover > div h2 {
  color: var(--color--red);
}
header.header > .megamenu .megamenu__item a:hover > div p {
  opacity: 0.5;
}

#home-caroussel {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 435/590;
}
#home-caroussel .swiper-infos {
  position: absolute;
  z-index: auto;
  width: 100%;
  bottom: 30px;
  z-index: 2;
}
#home-caroussel .swiper-infos > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 33px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#home-caroussel .swiper-infos > div:first-child {
  opacity: 1;
}
#home-caroussel .swiper-infos > div img {
  margin-right: 20px;
  filter: brightness(10);
}
#home-caroussel .swiper-infos > div span {
  display: block;
  font-size: 0.75rem;
  color: var(--color--white);
  font-weight: 700;
  text-transform: uppercase;
  width: 32px;
  height: 32px;
  border: 1px solid var(--color--white);
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 1240px) {
  #home-caroussel {
    display: none;
  }
}
.card {
  border-radius: 1.875rem;
  padding: 1.25rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card > * {
  position: relative;
  z-index: 2;
}
.card .card-footer a.btn {
  flex-shrink: 0;
}
.card.square {
  width: 15.8125rem;
  height: 15.8125rem;
}
.card.grey-bg {
  background: var(--color--grey);
}
.card.red-blue {
  padding: 1.875rem;
}
.card.red-blue .title {
  color: var(--color--red);
  text-transform: none;
  padding: 0;
  font-size: 1.375rem;
  font-weight: 500;
}
.card.red-blue .card-footer .h5 {
  font-size: 0.875rem;
}
.card.white-white {
  background-color: var(--color--blue-dark);
  color: var(--color--grey);
}
.card.white-white > .title {
  padding: 0;
}
.card.white-white > .card-footer .h5 {
  font-size: 0.875rem;
  font-weight: 500;
}
.card.bgimage {
  background-size: cover;
  background-position: center;
}
.card.bgimage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.card > .title {
  display: inline-block;
  padding: 0.625rem 1rem;
  border-radius: 1.875rem;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: -moz-fit-content;
  width: fit-content;
}
.card > .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card.grey .title {
  background: rgba(255, 255, 255, 0.3);
}
.card.white .title {
  background: var(--color--white);
  color: var(--color--blue-dark);
}

@media (max-width: 744px) {
  .card {
    width: 100%;
    height: auto;
    aspect-ratio: 1.67;
  }
  .card.square {
    width: 100%;
    height: auto;
    aspect-ratio: 1.67;
  }
}
#aides-slider .swiper-slide a {
  text-decoration: none;
  color: var(--color--blue);
}
#aides-slider .swiper-slide a:hover figure div > svg {
  transform: rotate(180deg);
}
#aides-slider .swiper-slide figure > div {
  width: 6.625rem;
  height: 6.625rem;
  display: flex;
  position: relative;
}
#aides-slider .swiper-slide figure > div img {
  border-radius: 50%;
}
#aides-slider .swiper-slide figure > div > svg {
  position: absolute;
  width: 36px;
  height: 35px;
  right: 0;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
#aides-slider .swiper-slide figure > div figcaption h3 {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}

@media (max-width: 744px) {
  #aides-slider .swiper-wrapper {
    all: unset;
  }
  #aides-slider .swiper-wrapper .swiper-slide {
    margin-bottom: 3.125rem;
  }
  #aides-slider .swiper-wrapper .swiper-slide a figure {
    display: flex;
    gap: 1.875rem;
  }
  #aides-slider .swiper-wrapper .swiper-slide a figure figcaption h3 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }
}
:root {
  --real-height: 388px;
}

.realisations {
  display: grid;
  height: calc(var(--real-height) + 150px);
  grid-template-columns: 14% 37.5% 48.5%;
  grid-template-rows: 1fr 1fr 50px;
  justify-content: end;
  padding: 3.125rem;
  border-radius: 1.875rem;
  background-color: var(--color--grey);
}
.realisations #real-time {
  grid-row-start: 1;
  grid-row-end: span 2;
  align-self: end;
}
.realisations #real-time ul {
  list-style-type: none;
  padding-left: 0;
}
.realisations #real-time ul li.hide {
  display: none;
}
.realisations #real-time ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color--blue);
  transition: color 0.2s ease-in-out;
}
.realisations #real-time ul li a > svg * {
  fill: var(--color--blue);
  transition: fill 0.2s ease-in-out;
}
.realisations #real-time ul li a:hover, .realisations #real-time ul li a.active {
  color: var(--color--red);
}
.realisations #real-time ul li a:hover > svg *, .realisations #real-time ul li a.active > svg * {
  fill: var(--color--red);
}
.realisations #real-pic {
  grid-row-start: 1;
  grid-row-end: span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--real-height);
  overflow: hidden;
  border-radius: 1.88rem;
  margin-bottom: 0;
}
.realisations #real-pic img {
  max-width: 100%;
  min-height: var(--real-height);
}
.realisations .indicator {
  grid-row-start: 3;
  grid-column-start: 1;
  grid-column-end: span 3;
  position: relative;
}
.realisations .indicator hr {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  border: 0;
  margin: 0;
  border-bottom: 1px solid var(--color--blue);
}
.realisations .indicator div.cursor {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 3px;
  background-color: var(--color--blue-dark);
  bottom: 0;
  left: 0;
  transition: left 0.2s ease-in-out;
}
.realisations .familles {
  text-align: right;
}
.realisations .familles .pills {
  display: inline-block;
  margin-bottom: 0.625rem;
}
.realisations .content {
  padding-left: 4.38rem;
  display: flex;
  margin-top: 0;
  height: calc(var(--real-height) / 3);
  align-self: end;
  justify-content: space-between;
  position: relative;
}
.realisations .content div p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.realisations .content nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.realisations .content > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.realisations .content > div h3 {
  margin: 0;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.09rem;
  text-transform: uppercase;
}
.realisations .content > div p {
  margin-bottom: 0;
}
.realisations .content > figure {
  aspect-ratio: 207/146;
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 1.25rem;
}
.realisations .content > figure img {
  width: 100%;
}

@media (max-width: 1240px) {
  .realisations {
    height: calc(var(--real-height) * 2);
    grid-template-rows: 17% 49% 26% 7%;
    grid-template-columns: 3fr 1fr;
    padding: 1.875rem;
  }
  .realisations .familles {
    text-align: left;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: span 2;
  }
  .realisations #real-pic {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    height: auto;
  }
  .realisations #real-time {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .realisations #real-time ul {
    padding-left: 3.125rem;
  }
  .realisations .content {
    grid-row-start: 3;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: span 2;
    padding-left: 0;
  }
  .realisations .content nav {
    position: initial;
    display: flex;
    align-items: flex-end;
  }
  .realisations .content nav a {
    margin-left: 10px;
  }
  .realisations .indicator {
    grid-row-start: 4;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: span 2;
  }
}
@media (max-width: 744px) {
  .realisations {
    grid-template-rows: 30% 30% 9% 27% 3%;
    grid-template-columns: 1fr;
    height: 200vw;
    padding: 1.25rem 0.875rem;
  }
  .realisations #real-pic {
    grid-column-end: span 2;
  }
  .realisations #real-time {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
  }
  .realisations #real-time ul {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
  }
  .realisations .content {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  .realisations .content nav {
    position: absolute;
    top: -57px;
    left: -9px;
  }
  .realisations .content figure {
    display: none;
  }
  .realisations .content > div {
    width: 100%;
  }
  .realisations .indicator {
    grid-row-start: 5;
    position: relative;
    grid-row-end: 6;
  }
}
.reviews {
  height: 48vw;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/bg-reviews.jpg");
  background-size: cover;
  background-position: center right;
  border-radius: 1.875rem;
  padding: 3.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 11.5625rem;
}
.reviews > h2 {
  width: 36.6%;
}
.reviews a.button {
  position: absolute;
  bottom: 0;
  right: 0;
}
.reviews .items {
  display: flex;
  gap: 1.25rem;
  align-items: flex-end;
  position: relative;
}
.reviews .items .review {
  display: flex;
  padding: 1.875rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 26px;
  border-radius: 30px;
  width: 21.5%;
  height: -moz-fit-content;
  height: fit-content;
  border: 1.5px solid rgba(218, 218, 218, 0.6666666667);
  background: rgba(245, 245, 245, 0.2);
  color: var(--color--grey);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.reviews .items .review header {
  display: flex;
  align-items: center;
}
.reviews .items .review header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.36);
  margin-right: 0.6875rem;
}
.reviews .items .review header p strong {
  color: var(--color--white);
}
.reviews .items .review div.content {
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.reviews .items .review div.content p {
  margin: 0;
}
.reviews .items .review footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.reviews .items .review footer div p {
  margin: 0;
}
.reviews .items .review footer div p.author {
  font-weight: 700;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.reviews .items .review footer div p.date {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 1240px) {
  .reviews {
    aspect-ratio: 1/1;
    height: auto;
    margin-bottom: 6.25rem;
  }
  .reviews .items {
    position: relative;
    transform: translateY(-80px);
  }
  .reviews .items .review {
    width: 50%;
  }
  .reviews .items .review:nth-child(3) {
    display: none;
  }
  .reviews .items > a {
    position: absolute;
    bottom: -80px;
  }
}
@media (max-width: 744px) {
  .reviews {
    padding: 3.125rem 0.875rem 0.875rem 0.875rem;
    margin-bottom: 2.375rem;
    height: auto;
    aspect-ratio: unset;
  }
  .reviews h2 {
    margin-top: 0;
    margin-bottom: 7.5rem;
    width: 100%;
  }
  .reviews .items {
    transform: none;
    flex-direction: column;
  }
  .reviews .items .review {
    width: 100%;
    gap: 20px;
  }
  .reviews .items .review:nth-child(2) {
    display: none;
  }
  .reviews .items > a {
    position: static;
  }
}
.actu {
  aspect-ratio: 1/1;
  position: relative;
  background-color: var(--color--grey);
  border-radius: 30px;
  padding: 3.125rem 1.875rem 1.875rem 1.875rem;
  overflow: hidden;
}
.actu a.actu-link {
  color: unset;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.actu:hover figure, .actu .active figure {
  opacity: 1;
}
.actu:hover figure::after, .actu .active figure::after {
  opacity: 0.5;
}
.actu:hover .date, .actu:hover div p.blue, .actu .active .date, .actu .active div p.blue {
  color: var(--color--white);
}
.actu:hover .btn, .actu .active .btn {
  background-color: var(--color--red);
}
.actu:hover .btn::after, .actu .active .btn::after {
  transform: rotate(-90deg);
}
.actu .date {
  transition: color 0.2s;
}
.actu figure {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
.actu figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: opacity 0.2s;
}
.actu a.actu-link > p, .actu a.actu-link > div {
  position: relative;
  z-index: 2;
}
.actu a.actu-link > div > p {
  margin-bottom: 3.125rem;
  transition: color 0.2s;
}
.actu a.actu-link > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.actu a.actu-link > div > div p {
  margin-bottom: 0;
}

@media (max-width: 744px) {
  .actu {
    aspect-ratio: unset;
    height: 67vw;
    margin-bottom: 1.0625rem;
    padding: 1.875rem 0.875rem 0.875rem 0.875rem;
  }
  .actu figure {
    opacity: 1;
  }
  .actu figure img {
    min-width: 100%;
  }
  .actu .date, .actu div p.blue {
    color: var(--color--white);
  }
}
.wpcf7-submit:hover {
  cursor: pointer !important;
}

.contact-block > div {
  background-color: var(--color--blue);
  border-radius: 30px;
}
.contact-block > div > .row > div > div {
  margin-top: 8vw;
  margin-bottom: 8vw;
  padding: 3.125rem;
  border-radius: 30px;
  background-color: var(--color--grey);
}
.contact-block > div > .row > div > div h2 {
  margin: 0;
  margin-bottom: 5.3125rem;
}
.contact-block > div > .row > div:nth-child(2) > div {
  background-image: linear-gradient(180deg, #F5F5F7 46.42%, rgba(245, 245, 247, 0.28) 63.12%), url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/bg-contactblock.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 30px;
}
.contact-block > div > .row > div:nth-child(2) > div h3 {
  margin-bottom: 2.375rem;
}
.contact-block div.wpcf7 .cols {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.contact-block div.wpcf7 .cols > p {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.contact-block div.wpcf7 .cols input {
  display: inline-block;
  width: 0;
  min-width: 100% !important;
}
.contact-block div.wpcf7 form .cols:nth-child(4) {
  align-items: center;
}
.contact-block div.wpcf7 form .cols:nth-child(4) p.blue-dark {
  opacity: 0.4;
  margin: 0;
  width: 60%;
}
.contact-block div.wpcf7 form input:not([type=submit]), .contact-block div.wpcf7 form textarea {
  all: unset;
  border-bottom: 2px solid var(--color--blue-dark);
  padding-bottom: 1.25rem;
}
.contact-block div.wpcf7 form input:not([type=submit])::-moz-placeholder, .contact-block div.wpcf7 form textarea::-moz-placeholder {
  color: var(--color--blue-dark);
  font-size: 0.75rem;
  opacity: 0.4;
  text-transform: uppercase;
}
.contact-block div.wpcf7 form input:not([type=submit])::placeholder, .contact-block div.wpcf7 form textarea::placeholder {
  color: var(--color--blue-dark);
  font-size: 0.75rem;
  opacity: 0.4;
  text-transform: uppercase;
}
.contact-block div.wpcf7 form .button {
  position: relative;
  width: 250px;
  display: inline-block;
}
.contact-block div.wpcf7 form .button > svg {
  position: absolute;
  right: -2px;
  top: 7px;
}
.contact-block div.wpcf7 form input[type=submit] {
  all: unset;
  position: absolute;
  padding: 20px 41px 20px 15px;
  top: -5px;
  left: 8px;
}
.contact-block div.wpcf7 form textarea {
  width: 100%;
  height: 14px;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

@media (max-width: 1240px) {
  .contact-block > div {
    padding: 1.875rem;
  }
  .contact-block > div #contactblockform {
    margin-top: 0;
    margin-bottom: 1.25rem;
    padding: 1.875rem;
  }
  .contact-block > div #contactblockform h2 {
    margin-bottom: 2.1875rem;
  }
  .contact-block > div #contactblockform form input:not([type=submit]) {
    width: 99%;
  }
  .contact-block > div #contactblockform p#message {
    margin-bottom: 0;
  }
  .contact-block > div #contactblockside {
    padding: 1.875rem;
    margin-top: 0;
    margin-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
  }
}
@media (max-width: 744px) {
  .contact-block > div {
    padding: 1.25rem;
  }
  .contact-block > div #contactblockform {
    padding: 3.125rem 1.25rem 1.25rem 1.25rem;
  }
  .contact-block > div #contactblockform div.wpcf7 .cols {
    display: initial;
  }
  .contact-block > div #contactblockform div.wpcf7 .cols p.blue-dark {
    width: 100%;
  }
  .contact-block > div #contactblockform div.wpcf7 textarea {
    margin-bottom: 1.25rem;
  }
}
#breadcrumb > span {
  display: flex;
  align-items: center;
}
#breadcrumb > span > span:first-child {
  margin-left: 0;
}
#breadcrumb > span > span:first-child a {
  margin-left: 0;
}
#breadcrumb span.home {
  display: inline-block;
  width: 12px;
  height: 13px;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/breadcrumb_home.svg");
  background-repeat: no-repeat;
  margin-left: 0;
  margin-bottom: 0;
}
#breadcrumb span.sep {
  display: inline-block;
  width: 0.875rem;
  height: 0.125rem;
  background-color: var(--color--blue-dark);
}
#breadcrumb span span, #breadcrumb span span a {
  color: var(--color--blue-dark);
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 0.62rem;
}

@media (max-width: 1240px) {
  #breadcrumb {
    margin-bottom: 3.125rem;
  }
}
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-links .cmplz-link.cookie-statement {
  display: none;
}

#cmplz-manage-consent button.cmplz-manage-consent {
  display: none;
}

@media (max-width: 768px) {
  body .cmplz-cookiebanner {
    width: 90%;
  }
}
#footer {
  margin-bottom: 3.125rem;
}
#footer a {
  color: var(--color--grey);
  transition: color 0.2s ease-in-out;
}
#footer a:hover {
  color: var(--color--red) !important;
}
#footer a:hover svg path {
  fill: var(--color--red);
}
#footer a svg path {
  fill: var(--color--grey);
  transition: fill 0.2s ease-in-out;
}
#footer .labels {
  padding: 1.875rem 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
#footer .labels > img {
  margin: 25px;
}
#footer div.container-fluid div.row:nth-child(2) {
  padding: 3.125rem;
  border-radius: 30px;
  background-color: var(--color--blue-dark);
}
#footer div.container-fluid div.row:nth-child(2) address {
  font-style: normal;
  color: var(--color--grey);
}
#footer div.container-fluid div.row:nth-child(2) address a {
  color: var(--color--grey);
  display: inline-block;
  text-decoration: none;
}
#footer div.container-fluid div.row:nth-child(2) address a img {
  margin-bottom: 2.6875rem;
}
#footer div.container-fluid div.row:nth-child(2) address a:nth-child(3) {
  margin-bottom: 0.5rem;
}
#footer div.container-fluid div.row:nth-child(2) address a:nth-child(5) {
  margin-bottom: 0.625rem;
}
#footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div {
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
#footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav ul {
  list-style-type: none;
  padding: 0;
}
#footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav ul li a {
  color: var(--color--grey);
  text-decoration: none;
}
#footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav li {
  margin-bottom: 0.9375rem;
}
#footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav.rs li {
  display: inline-block;
  margin-left: 1.8125rem;
}
#footer div.container-fluid div.socket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  border-top: 1px solid var(--color--grey);
}
#footer div.container-fluid div.socket a {
  color: var(--color--grey);
  text-decoration: none;
}
#footer div.container-fluid div.socket p {
  margin-top: 0;
}

@media (max-width: 1240px) {
  #footer div.container-fluid div.row:nth-child(2) {
    padding: 3.125rem 1.875rem;
  }
}
@media (max-width: 744px) {
  #footer div.container-fluid div.row:nth-child(2) {
    padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  }
  #footer div.container-fluid div.row:nth-child(2) address a img {
    margin-bottom: 0.1875rem;
  }
  #footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div {
    flex-direction: column;
    padding-top: 5rem;
  }
  #footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav ul {
    margin: 0;
  }
  #footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav ul li:last-child {
    margin-bottom: 0;
  }
  #footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav.principal, #footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div nav.secondaire {
    margin-bottom: 2.5rem;
  }
  #footer div.container-fluid div.row:nth-child(2) > div:nth-child(2) > div .rs ul li:first-child {
    margin-left: 0;
  }
  #footer div.container-fluid div.socket {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.home .hero > div {
  border-bottom-right-radius: 20px;
}
.home .hero .google_reviews {
  width: 276px;
  background-color: var(--color--white);
  border-top-left-radius: 30px;
  padding: 20px 0 0 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home .hero .google_reviews > div {
  background-color: var(--color--blue);
  border-radius: 20px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .hero .google_reviews > div > p {
  margin: 0;
}
.home .hero .google_reviews > div > p span {
  font-size: inherit;
}
.home .hero .google_reviews > div > div {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.home .hero .google_reviews > div > div p.note {
  margin: 0;
  margin-right: 0.69rem;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.36);
}
.home .hero .google_reviews > div > div p.note strong {
  color: var(--color--white);
}
.home .hero .google_reviews::before, .home .hero .google_reviews::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 30px;
  height: 30px;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/corner_white.svg");
  background-repeat: no-repeat;
}
.home .hero .google_reviews::after {
  left: calc(100% - 30px);
  top: -30px;
}
.home .hero h1 {
  margin-bottom: 6.25rem;
}
.home .hero h1 > div {
  position: relative;
}
.home .hero h1 span {
  position: absolute;
  opacity: 0;
}
.home .resume-entreprise {
  display: flex;
  justify-content: space-between;
}
.home .resume-entreprise > div:first-child {
  flex-grow: 0;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home .resume-entreprise > div:first-child > p {
  margin-top: 0;
}
.home .resume-entreprise > div:first-child > h2 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  line-height: normal;
}
.home .resume-entreprise > div.card {
  flex-shrink: 0;
}
.home .content .services {
  margin-top: 10.3125rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  row-gap: 1.875rem;
}
.home .content .services > div figure {
  display: none;
}
.home .content .services h3 {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.home .content .services h3 span {
  font-size: inherit;
}
.home .content .services p {
  margin: 0;
}
.home .content .groupe {
  margin-top: 8.4375rem;
}
.home .content .groupe .pills a svg path {
  fill: var(--color--red);
  transition: fill 0.2s ease-in-out;
}
.home .content .groupe .pills a:hover svg path {
  fill: var(--color--blue);
}
.home .content .groupe h2.h2 {
  margin: 0;
  margin-bottom: 3.125rem;
  font-weight: 600;
}
.home .content .groupe h2.h2 strong {
  font-weight: inherit;
  color: var(--color--red);
  font-style: italic;
}
.home .content .groupe .button.icon_speech {
  margin-top: 3.125rem;
}
.home .content .groupe .cards {
  margin-top: 3.125rem;
  display: flex;
  gap: 1.25rem;
}
.home .content .groupe .cards .card.ecologie {
  height: 15.8125rem;
  background: linear-gradient(138deg, #B2BCAF 39.89%, #8EA08A 105.79%);
  overflow: visible;
  position: relative;
}
.home .content .groupe .cards .card.ecologie > img {
  position: absolute;
  bottom: -15px;
  right: 0;
  z-index: 0;
}
.home .content .groupe .cards .card.ecologie .card-footer {
  align-items: flex-end;
}
.home .content .groupe .cards .card.ecologie .card-footer span {
  width: 50%;
}
.home .content .groupe .cards .card.square {
  flex-shrink: 0;
}
.home .content .groupe .avantages {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: 1.3125rem;
  margin: 0;
  margin-top: 3.125rem;
}
.home .content .groupe .avantages li {
  padding-right: 4.2%;
}
.home .content .groupe .avantages li img {
  margin-bottom: 1.25rem;
}
.home .actualites {
  margin-bottom: 3.125rem;
}
.home .actualites h2 {
  margin: 0;
}
.home .actualites > .row:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 1.875rem;
}
.home .actualites > .row:first-child > div:last-child {
  display: flex;
  flex-direction: row-reverse;
}

.aides {
  padding-top: 7.0625rem;
  padding-bottom: 6.25rem;
  background: linear-gradient(180deg, #FFF 1.96%, rgba(255, 255, 255, 0.37) 26.61%, rgba(255, 255, 255, 0.37) 71.6%, #FFF 98.39%), url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/hexagonal-bg.jpeg"), lightgray 50%/cover no-repeat;
}
.aides > .row:first-child {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.aides > .row:first-child p {
  margin-bottom: 0;
}
.aides #aides-slider-nav {
  text-align: right;
  margin-top: 1.875rem;
}
.aides #aides-slider-nav .slide-next {
  margin-left: 0.625rem;
}
.aides .btn.swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 1240px) {
  .home .hero .google_reviews p > span {
    display: none;
  }
  .home .content .services {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 6.25rem;
    row-gap: 3.125rem;
  }
  .home .content .services > div {
    display: flex;
    flex-direction: column;
    overflow: hidden; /* NEW */
    min-width: 0;
  }
  .home .content .services > div figure {
    height: 29vw;
    overflow: hidden;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
  }
  .home .content .services > div figure figcaption {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .home .content .services > div figure img {
    width: auto;
  }
  .home .content .groupe {
    margin-top: 9.0625rem;
  }
  .home .content .groupe p.pills {
    margin-bottom: 3.125rem;
  }
  .home .content .groupe .relativ > .button--pills {
    position: absolute;
    top: -140px;
    right: 10px;
  }
  .home .content .groupe .cards .card.ecologie > img {
    display: none;
  }
  .home .aides {
    padding-top: 6.25rem;
    padding-bottom: 4.875rem;
  }
  .home .aides > .row:first-child {
    display: initial;
  }
  .home .aides > .row:first-child p.h3 {
    margin-bottom: 2.9375rem;
  }
  .home .aides > .row:first-child h2.pills {
    display: none;
  }
  .home .aides #aides-slider-nav {
    text-align: left;
  }
  .home .actualites {
    margin-bottom: 5rem;
  }
  .home .actualites > div.row:last-child > div:last-child {
    display: none;
  }
}
@media (max-width: 744px) {
  .home .hero .google_reviews {
    padding-top: 10px;
    padding-left: 10px;
  }
  .home .content .resume-entreprise > div {
    width: 100%;
  }
  .home .content .resume-entreprise > div.card {
    display: none;
  }
  .home .content .services {
    margin-top: 3.125rem;
    grid-template-columns: 1fr;
    padding-bottom: 3.125rem;
  }
  .home .content .services > div figure {
    height: auto;
    aspect-ratio: 2/1;
  }
  .home .content .services > div figure img {
    width: 100%;
  }
  .home .content .groupe .relativ > .button--pills {
    margin-top: 2rem;
    position: static;
  }
  .home .content .groupe .cards {
    flex-direction: column;
  }
  .home .content .groupe .cards .card.ecologie {
    height: auto;
  }
  .home .content .groupe .cards .card.ecologie > img {
    display: none;
  }
  .home .content .groupe .cards .card.ecologie .card-footer span {
    width: 80%;
  }
  .home .content .groupe .avantages {
    flex-direction: column;
  }
  .home .content .groupe .avantages li {
    display: flex;
  }
  .home .content .groupe .avantages li img {
    margin-right: 1.25rem;
  }
  .home .aides {
    padding-top: 7.5rem;
  }
  .home .aides > .row:first-child {
    display: initial;
  }
  .home .aides > .row:first-child p.h3 {
    margin-bottom: 1.875rem;
  }
  .home .aides > .row:first-child h2.pills {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 3.875rem;
  }
  .home .aides #aides-slider-nav {
    display: none;
  }
  .home .actualites {
    margin-bottom: 12.5rem;
  }
  .home .actualites h2 {
    margin-bottom: 1.875rem;
  }
  .home .actualites > div.row:first-child {
    display: initial;
  }
  .home .actualites > div.row:first-child > div:last-child {
    display: initial;
  }
}
.qui {
  padding-bottom: 7.5rem;
}
.qui .pills {
  margin-top: 15rem;
}
.qui p.h2 {
  margin-bottom: 3.125rem;
}

.legende {
  margin-bottom: 6.375rem;
}
.legende > div {
  display: flex;
  justify-content: space-between;
  background-color: var(--color--grey);
  padding: 3.125rem;
  border-radius: 1.875rem;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/colibri_bg_legende.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10% 30%;
}
.legende > div h2 {
  width: 30%;
}
.legende > div h3 {
  margin: 0 0 1.4375rem 0;
  font-size: 0.75rem;
  font-weight: 700;
}
.legende > div > div {
  width: 40%;
}
.legende > div > div > p:first-of-type {
  margin-bottom: 3.9375rem;
}

.ecologie > .row:first-child {
  margin-bottom: 3.125rem;
  display: flex;
  align-items: flex-end;
}
.ecologie > .row:first-child p.h2 {
  margin-bottom: 0;
}
.ecologie > .row:nth-child(2) {
  margin-bottom: 6.25rem;
}
.ecologie > .row:nth-child(2) > div {
  display: flex;
  gap: 3.125rem;
}
.ecologie > .row:nth-child(2) > div > p {
  margin-bottom: 0;
}
.ecologie > .row:nth-child(2) > div .card {
  flex-shrink: 0;
}
.ecologie > .row:nth-child(3) {
  margin-bottom: 3.0625rem;
}
.ecologie > .row:nth-child(3) hr {
  margin: 0;
  border: 0;
  border-top: 2px solid var(--color--grey);
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 16px;
  z-index: 0;
}
.ecologie > .row:nth-child(3) ul {
  position: relative;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin: 0;
}
.ecologie > .row:nth-child(3) ul li {
  flex: 1;
  padding-right: 1.875rem;
}
.ecologie > .row:nth-child(3) ul li img {
  margin-bottom: 1.25rem;
}
.ecologie .row.valeurs {
  display: flex;
}
.ecologie .row.valeurs > div:first-child > div {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.ecologie .row.valeurs > div:first-child > div .card {
  width: 100%;
  aspect-ratio: 1;
  height: auto;
}
.ecologie .row.valeurs > div:nth-child(2) {
  display: table-cell;
}
.ecologie .row.valeurs > div:nth-child(2) > div {
  display: grid;
  height: 100%;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.ecologie .row.valeurs > div:nth-child(2) > div .card {
  padding: 1.875rem;
}
.ecologie .row.valeurs > div:nth-child(2) > div div.card:first-child {
  grid-row: 1/span 3;
}
.ecologie .row.valeurs > div:nth-child(2) > div div.card:nth-child(2) {
  grid-row-start: 2;
}
.ecologie .row.valeurs > div:nth-child(2) > div div.card:nth-child(3) {
  grid-row-start: 3;
}

.page-entreprise .aides {
  padding-bottom: 10.0625rem;
}
.page-entreprise .aides > .row:nth-child(2) > div:first-child p {
  margin-top: 170px;
}
.page-entreprise .aides .service figure {
  width: 60%;
  margin: 0;
  padding: 0;
  aspect-ratio: 1;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1.875rem;
}
.page-entreprise .aides .service p {
  opacity: 0.5;
}

@media (max-width: 1240px) {
  .qui .pills {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .legende {
    margin-bottom: 7.5rem;
  }
  .legende > div {
    flex-direction: column;
    background-size: 690px;
    background-position: center top;
  }
  .legende > div h2 {
    width: 50%;
    margin-bottom: 17.625rem;
  }
  .legende > div > div {
    width: 100%;
  }
  .ecologie > .row:first-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .ecologie > .row:first-child p.h2 {
    margin-bottom: 3.125rem;
  }
  .ecologie > .row:nth-child(2) {
    margin-bottom: 0;
  }
  .ecologie > .row:nth-child(2) > div {
    flex-direction: column;
    gap: 3.125rem;
  }
  .ecologie > .row:nth-child(2) > div .card {
    width: 100%;
    margin-bottom: 3.125rem;
  }
  .ecologie > .row:nth-child(3) hr {
    display: none;
  }
  .ecologie > .row:nth-child(3) ul {
    flex-direction: column;
    gap: 2.40625rem;
  }
  .ecologie > .row:nth-child(3) ul li {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
  .ecologie > .row:nth-child(3) ul li img {
    margin: 0;
  }
  .ecologie > .row:nth-child(3) ul li p {
    margin: 0;
  }
  .ecologie > .row.valeurs {
    flex-direction: column;
  }
  .ecologie > .row.valeurs > div:nth-child(2) {
    margin-top: 1.25rem;
    min-height: 85vw;
  }
  .ecologie > .row.valeurs > div:nth-child(2) > div .card:nth-child(2), .ecologie > .row.valeurs > div:nth-child(2) > div .card:nth-child(3) {
    aspect-ratio: 333/210;
  }
  .page-entreprise .aides {
    padding-bottom: 3.125rem;
  }
  .page-entreprise .aides > .row:nth-child(2) > div:first-child p {
    margin-top: 0;
    padding-right: 50%;
    margin-bottom: 5rem;
  }
  .page-entreprise .aides .service figure {
    width: 50%;
    margin-bottom: 1.875rem;
  }
  .page-entreprise .aides .service p {
    padding-right: 30%;
  }
}
@media (max-width: 744px) {
  .ecologie > .row.valeurs > div:first-child > div {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .ecologie > .row.valeurs > div:first-child > div .card {
    aspect-ratio: 353/253;
  }
  .ecologie > .row.valeurs > div:nth-child(2) > div {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .ecologie > .row.valeurs > div:nth-child(2) > div div.card:first-child {
    grid-row: 1/span 2;
    min-height: 90vw;
  }
  .ecologie > .row.valeurs > div:nth-child(2) > div div.card:nth-child(2) {
    grid-row-start: 3;
  }
  .ecologie > .row.valeurs > div:nth-child(2) > div div.card:nth-child(3) {
    grid-row-start: 4;
  }
  .ecologie > .row.valeurs > div:nth-child(2) > div .card:nth-child(2), .ecologie > .row.valeurs > div:nth-child(2) > div .card:nth-child(3) {
    grid-column-start: 1;
  }
  .legende > div {
    padding: 3.125rem 1.25rem 1.875rem;
    background-size: 120%;
    background-position-y: 40px;
  }
  .legende > div h2.h3 {
    width: 100%;
    margin-bottom: 70vw;
    margin-top: 0;
  }
  .page-entreprise .aides > .row:first-child {
    flex-direction: column;
    margin-bottom: 0;
  }
  .page-entreprise .aides > .row:first-child h2.pills {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .page-entreprise .aides > .row:nth-child(2) > div:first-child p {
    padding-right: 0;
    margin-bottom: 3.125rem;
  }
  .page-entreprise .aides .service {
    display: flex;
    gap: 1.875rem;
  }
  .page-entreprise .aides .service figure {
    flex-shrink: 0;
    width: 25%;
  }
  .page-entreprise .aides .service p {
    padding-right: 0;
  }
}
.single-service .content > div:nth-child(2) {
  display: flex;
  align-items: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 3.125rem;
}
.single-service .content > div:nth-child(2) p.h5 {
  margin-bottom: 0;
}
.single-service .content > div:nth-child(2) > div:nth-child(2) {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.single-service .content > div:nth-child(2) > div:nth-child(2) figure {
  flex-shrink: 1;
  flex-grow: 0;
  flex-basis: calc(100% - 273px);
  overflow: hidden;
  margin: 0;
  border-radius: 30px;
}
.single-service .content > div:nth-child(2) > div:nth-child(2) figure img {
  width: 100%;
}
.single-service .content > div:nth-child(2) > div:nth-child(2) .card {
  flex-shrink: 0;
}
.single-service .content .interet {
  display: flex;
  gap: 1.25rem;
}
.single-service .content .interet > svg {
  flex-shrink: 0;
}
.single-service .content .interet h3 {
  margin-top: 1.0625rem;
  margin-bottom: 0.625rem;
}
.single-service .content .interet p.h5.red {
  margin-top: 1.25rem;
}
.single-service .comment > div:nth-child(2), .single-service .comment > div:nth-child(4) {
  margin-bottom: 2.25rem;
}
.single-service .comment > div:nth-child(2) > div > div, .single-service .comment > div:nth-child(4) > div > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-service .comment > div:nth-child(2) > div > div > figure, .single-service .comment > div:nth-child(4) > div > div > figure {
  flex-basis: 50%;
  flex-shrink: 0;
  margin: 0;
}
.single-service .comment > div:nth-child(2) > div > div > figure img, .single-service .comment > div:nth-child(4) > div > div > figure img {
  width: 100%;
}
.single-service .comment > .row:nth-child(5) {
  margin-bottom: 4.125rem;
}
.single-service .comment > .row:last-child {
  margin-bottom: 3.625rem;
}
.single-service .points h2.pills {
  position: absolute;
  top: -150px;
}
.single-service .realisations {
  margin-bottom: 7.5rem;
}

.points {
  margin-bottom: 3.0625rem;
}
.points hr {
  margin: 0;
  border: 0;
  border-top: 2px solid var(--color--grey);
  opacity: 0.5;
  position: absolute;
  width: 100%;
  top: 16px;
  z-index: 0;
}
.points ul {
  position: relative;
  z-index: 1;
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin: 0;
}
.points ul li {
  flex: 1;
  padding-right: 1.875rem;
}
.points ul li img {
  margin-bottom: 1.25rem;
}

.service-traitement-toiture .realisations {
  margin-top: 5rem;
}
.service-traitement-toiture .points {
  margin-top: 4.125rem;
}

.service-assainissement .aides > div:first-child {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.service-assainissement .aides > div:first-child h2, .service-assainissement .aides > div:first-child p {
  margin-bottom: 0;
}

.zinguerie {
  margin-top: 12.9375rem;
  margin-bottom: 5rem;
}
.zinguerie #zingTitle {
  position: absolute;
}
.zinguerie > .row:nth-child(2) {
  margin-bottom: 7.5rem;
}
.zinguerie > .row:nth-child(2) > div:nth-child(2) > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.zinguerie > .row:nth-child(2) > div:nth-child(2) > div > p {
  width: 62.5%;
  margin-bottom: 0;
}
.zinguerie > .row:nth-child(2) > div:nth-child(2) > div .card {
  flex-shrink: 0;
}
.zinguerie > .row:nth-child(3) > div:first-child p {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.zinguerie > .row:nth-child(3) > div:nth-child(2) > div {
  display: flex;
  gap: 20px;
}
.zinguerie > .row:nth-child(3) > div:nth-child(2) > div > div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 15px);
}
.zinguerie > .row:nth-child(3) > div:nth-child(2) > div > div figure {
  border-radius: 50%;
  overflow: hidden;
  width: 106px;
  height: 106px;
  display: flex;
  margin-bottom: 1.875rem;
}
.zinguerie > .row:nth-child(3) > div:nth-child(2) > div > div p {
  width: 70%;
  opacity: 0.5;
  margin-bottom: 0;
}

.service-isolation .content > div:nth-child(2), .service-isolation .content > div:nth-child(4) {
  margin-bottom: 5rem;
}
.service-isolation .content > div:nth-child(3) {
  margin-bottom: 3.25rem;
}
.service-isolation #degre {
  position: absolute;
  width: 260px;
  top: 0;
  left: 50px;
}
.service-isolation .temp {
  position: absolute;
  top: 100px;
  left: 130px;
}
.service-isolation .audit {
  margin-bottom: 1.875rem;
}
.service-isolation .audit > .row {
  display: flex;
}
.service-isolation .audit > .row > div:first-child {
  display: flex;
  flex-direction: column;
}
.service-isolation .audit > .row > div:first-child a {
  margin-top: auto;
}
.service-isolation .audit figure {
  margin: 0;
  padding: 0;
  border-radius: 30px;
  overflow: hidden;
}
.service-isolation .audit h2 {
  margin-bottom: 1.875rem;
}

@media (max-width: 1240px) {
  .single-service .content {
    padding-bottom: 7.5rem;
  }
  .single-service .content > div:nth-child(2) {
    flex-direction: column;
    margin-bottom: 0;
  }
  .single-service .content > div:nth-child(2) > div:first-child {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1.25rem;
  }
  .single-service .content > div:nth-child(2) > div:first-child p {
    width: 50%;
  }
  .single-service .content > div:nth-child(2) > div:nth-child(2) figure {
    flex-basis: 100%;
  }
  .single-service .comment h3.h3 {
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
  }
  .single-service .comment > .row:first-child h2 {
    margin: 0;
  }
  .single-service .comment > .row:nth-child(2), .single-service .comment > .row:nth-child(4) {
    margin-bottom: 3.125rem;
  }
  .single-service .comment > .row:nth-child(2) > div > div, .single-service .comment > .row:nth-child(4) > div > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .single-service .comment > .row:nth-child(2) > div > div p, .single-service .comment > .row:nth-child(4) > div > div p {
    width: 83%;
  }
  .single-service .comment > .row:nth-child(2) > div > div figure, .single-service .comment > .row:nth-child(4) > div > div figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .single-service .comment > .row:nth-child(2) > div > div figure img, .single-service .comment > .row:nth-child(4) > div > div figure img {
    width: 80%;
  }
  .single-service .comment > .row:nth-child(5) {
    margin-bottom: 3.125rem;
  }
  .single-service .comment .points {
    margin-bottom: 4.375rem;
  }
  .single-service .comment .points > div {
    display: flex;
    align-items: flex-start;
    gap: 3.125rem;
  }
  .single-service .comment .points > div h4.pills {
    position: static;
    flex-shrink: 0;
    margin-top: 0;
  }
  .single-service .comment .points > div hr {
    display: none;
  }
  .single-service .comment .points > div ul {
    display: initial;
  }
  .single-service .comment .points > div ul li {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
  }
  .single-service .comment .points > div ul li p {
    margin-top: 0.5rem;
  }
  .single-service .comment .row:last-child {
    margin-bottom: 7.5rem;
  }
  .service-traitement-toiture .realisations {
    margin-top: 0;
  }
  .service-assainissement .aides {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
  .service-assainissement .aides > div:first-child {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3.125rem;
  }
  .service-assainissement .aides > div:first-child h2 {
    margin-top: 0;
    margin-bottom: 3.125rem;
  }
  .service-assainissement .aides p.pills {
    margin-bottom: 3.125rem;
  }
  .service-assainissement .aides .points {
    margin-bottom: 0;
  }
  .service-assainissement .aides .points hr {
    display: none;
  }
  .service-assainissement .aides .points ul {
    flex-direction: column;
    gap: 1.25rem;
  }
  .service-assainissement .aides .points ul li {
    display: flex;
    gap: 1.25rem;
    align-items: center;
  }
  .service-assainissement .aides .points ul li img, .service-assainissement .aides .points ul li p {
    margin: 0;
  }
  .zinguerie {
    margin-top: 0;
    margin-bottom: 7.5rem;
  }
  .zinguerie p.h2 {
    margin-bottom: 3.125rem;
  }
  .zinguerie > .row:nth-child(2) {
    margin-bottom: 5rem;
  }
  .zinguerie > .row:nth-child(2) #zingTitle {
    position: initial;
  }
  .zinguerie > .row:nth-child(2) h2.pills {
    margin-top: 0;
    margin-bottom: 3.125rem;
  }
  .zinguerie > .row:nth-child(2) > div:nth-child(2) > div {
    align-items: flex-start;
  }
  .zinguerie > .row:nth-child(3) > div:first-child p.h5 {
    margin-top: 0;
    margin-bottom: 3.125rem;
  }
  .zinguerie > .row:nth-child(3) > div:nth-child(2) > div {
    justify-content: space-between;
  }
  .zinguerie > .row:nth-child(3) > div:nth-child(2) > div > div {
    flex-basis: calc(25% - 20px);
  }
  .service-isolation .content > div:nth-child(2) {
    margin-bottom: 7.5rem;
  }
  .service-isolation .content > div:nth-child(4) {
    margin-bottom: 0;
  }
  .service-isolation #degre {
    left: calc(100% - 300px);
    top: -300px;
  }
  .service-isolation .temp {
    left: calc(100% - 205px);
    top: -200px;
  }
  .service-isolation .audit > .row {
    display: initial;
  }
  .service-isolation .audit > .row figure {
    margin-top: 1.875rem;
    display: flex;
  }
  .service-isolation .audit > .row figure img {
    width: 100%;
  }
}
@media (max-width: 744px) {
  .single-service .content {
    padding-bottom: 6.25rem;
  }
  .single-service .content > div:nth-child(2) > div:first-child {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-service .content > div:nth-child(2) > div:first-child p.h5 {
    width: 100%;
    margin-bottom: 3.125rem;
  }
  .single-service .content .interet p {
    margin-bottom: 1.25rem;
  }
  .single-service .comment > .row:first-child h2 {
    width: 100%;
  }
  .single-service .comment > .row:nth-child(2) > div > div p {
    width: 100%;
  }
  .single-service .comment > .row:nth-child(2) > div > div figure img {
    width: 100%;
  }
  .single-service .comment > .points h2.pills {
    position: relative;
    top: 0;
  }
  .single-service .comment > .points > div {
    flex-direction: column;
    gap: 2.3125rem;
  }
  .single-service .realisations {
    margin-bottom: 3.125rem;
  }
  .service-assainissement .aides {
    padding-bottom: 6.25rem;
  }
  .service-assainissement .aides h2 {
    margin-top: 0;
  }
  .zinguerie {
    margin-bottom: 6.25rem;
  }
  .zinguerie > .row:nth-child(2) {
    margin-bottom: 3.125rem;
  }
  .zinguerie > .row:nth-child(2) > div:nth-child(2) > div {
    flex-direction: column;
    gap: 3.125rem;
  }
  .zinguerie > .row:nth-child(2) > div:nth-child(2) > div p {
    width: 100%;
    margin-bottom: 0;
  }
  .zinguerie > .row:nth-child(3) > div:nth-child(2) > div {
    flex-direction: column;
    gap: 1.875rem;
  }
  .zinguerie > .row:nth-child(3) > div:nth-child(2) > div > div {
    display: flex;
    gap: 1.875rem;
    align-items: center;
  }
  .zinguerie > .row:nth-child(3) > div:nth-child(2) > div > div figure {
    margin-bottom: 0;
  }
  .zinguerie > .row:nth-child(3) > div:nth-child(2) > div > div p {
    margin: 0;
  }
  .service-isolation .relativ > div:first-child {
    text-align: center;
  }
  .service-isolation #degre {
    position: static;
  }
  .service-isolation .temp {
    position: absolute;
    left: calc(50% - 30px);
    top: 110px;
  }
}
.blog .hero > div, .archive .hero > div {
  position: relative;
}
.blog .hero h1 a, .archive .hero h1 a {
  color: var(--color--white);
  transition: color 0.2s;
  text-decoration: none;
}
.blog .hero h1 a:hover, .archive .hero h1 a:hover {
  color: var(--color--red);
}
.blog .hero h1 em, .archive .hero h1 em {
  text-transform: lowercase;
}
.blog .hero .meta, .archive .hero .meta {
  position: absolute;
  width: 100%;
  display: flex;
  bottom: 30px;
  left: 0;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3.125rem;
}
.blog .hero .meta span.pills, .archive .hero .meta span.pills {
  margin-left: 3.125rem;
}
.blog .hero .meta .date, .archive .hero .meta .date {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.blog div.terms, .archive div.terms {
  display: flex;
  gap: 0.625rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.blog .actualites, .archive .actualites {
  margin-top: 4.875rem;
}
.blog .grid-actus > div:first-child, .archive .grid-actus > div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.blog .grid-actus > div:first-child article:first-child, .archive .grid-actus > div:first-child article:first-child {
  grid-row-start: span 2;
  grid-column-start: span 2;
}
.blog .grid-actus > div:first-child article:first-child figure, .archive .grid-actus > div:first-child article:first-child figure {
  opacity: 1;
}
.blog .grid-actus > div:first-child article:first-child .date, .blog .grid-actus > div:first-child article:first-child div p.blue, .archive .grid-actus > div:first-child article:first-child .date, .archive .grid-actus > div:first-child article:first-child div p.blue {
  color: var(--color--white);
}
.blog .grid-actus > div:nth-child(2), .archive .grid-actus > div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.blog .grid-actus > div:nth-child(2) article figure, .archive .grid-actus > div:nth-child(2) article figure {
  opacity: 1;
}
.blog .grid-actus > div:nth-child(2) article .date, .blog .grid-actus > div:nth-child(2) article div p.blue, .archive .grid-actus > div:nth-child(2) article .date, .archive .grid-actus > div:nth-child(2) article div p.blue {
  color: var(--color--white);
}
.blog .grid-actus > div:last-child, .archive .grid-actus > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}
.blog .grid-actus > div:last-child article:nth-child(3), .archive .grid-actus > div:last-child article:nth-child(3) {
  grid-row-start: 2;
}
.blog .grid-actus > div:last-child article:nth-child(4), .archive .grid-actus > div:last-child article:nth-child(4) {
  grid-row-start: 2;
}
.blog .grid-actus > div:last-child article:last-child, .archive .grid-actus > div:last-child article:last-child {
  grid-row-start: span 2;
  grid-column-start: span 2;
}
.blog .grid-actus > div:last-child article:last-child figure, .archive .grid-actus > div:last-child article:last-child figure {
  opacity: 1;
}
.blog .grid-actus > div:last-child article:last-child .date, .blog .grid-actus > div:last-child article:last-child div p.blue, .archive .grid-actus > div:last-child article:last-child .date, .archive .grid-actus > div:last-child article:last-child div p.blue {
  color: var(--color--white);
}
.blog #loader, .archive #loader {
  text-align: center;
}
.blog #loader img, .archive #loader img {
  height: 50px;
}

@media (max-width: 1240px) {
  .blog .grid-actus > div > article > a p.date.red.titre, .archive .grid-actus > div > article > a p.date.red.titre {
    color: var(--color--white);
  }
  .blog .grid-actus > div > article > a > div > p.blue, .archive .grid-actus > div > article > a > div > p.blue {
    color: var(--color--white);
  }
  .blog .grid-actus > div > article > a > figure, .archive .grid-actus > div > article > a > figure {
    opacity: 1;
  }
  .blog .grid-actus > div:first-child, .archive .grid-actus > div:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .blog .grid-actus > div:nth-child(2), .archive .grid-actus > div:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .blog .grid-actus > div:nth-child(2) article, .archive .grid-actus > div:nth-child(2) article {
    aspect-ratio: 2/1;
  }
  .blog .grid-actus > div:last-child, .archive .grid-actus > div:last-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 20px;
  }
  .blog .grid-actus > div:last-child article:last-child, .archive .grid-actus > div:last-child article:last-child {
    grid-row-start: 3/span 2;
    grid-column-start: span 2;
  }
  .blog .grid-actus > div:last-child article:last-child figure, .archive .grid-actus > div:last-child article:last-child figure {
    opacity: 1;
  }
  .blog .grid-actus > div:last-child article:last-child .date, .blog .grid-actus > div:last-child article:last-child div p.blue, .archive .grid-actus > div:last-child article:last-child .date, .archive .grid-actus > div:last-child article:last-child div p.blue {
    color: var(--color--white);
  }
}
@media (max-width: 744px) {
  .blog div.terms, .archive div.terms {
    justify-content: flex-start;
  }
  .blog .actualites, .archive .actualites {
    margin-top: 6.25rem;
  }
  .blog .grid-actus > div, .archive .grid-actus > div {
    display: block !important;
  }
  .blog .grid-actus > div article, .archive .grid-actus > div article {
    width: 100%;
    aspect-ratio: 1 !important;
  }
}
.single-post .hero #breadcrumb span span, .single-post .hero #breadcrumb span span a {
  color: var(--color--white);
}
.single-post .hero #breadcrumb span.sep {
  background-color: var(--color--white);
}
.single-post .hero #breadcrumb span.home {
  filter: brightness(4);
}
.single-post .hero h1 {
  margin-top: 6.25rem;
  margin-bottom: 5.625rem;
}
.single-post .hero hr {
  border: 0;
  width: 100%;
  border: 1px solid var(--color--grey);
  margin-bottom: 1.875rem;
}
.single-post .hero p.date {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
.single-post .content img {
  max-width: 100%;
  border-radius: 30px;
  margin-bottom: 3.125rem;
}
.single-post .content p.chapo {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.single-post .content hr.sep {
  border: 0;
  border-bottom: 1px solid var(--color--blue);
  margin: 5rem 0;
}
.single-post .content p, .single-post .content img, .single-post .content ul, .single-post .content h2, .single-post .content h3, .single-post .content h4, .single-post .content h5, .single-post .content h6 {
  margin-bottom: 3.125rem;
  margin-top: 0;
}
.single-post .content h2 {
  font-size: 1.375rem;
}
.single-post .content ul {
  padding-left: 1rem;
}
.single-post .content blockquote {
  font-style: italic;
}
.single-post .content a {
  color: var(--color--red);
}
.single-post .content #share h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
.single-post .content #share ul {
  list-style-type: none;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
}
.single-post .content #share ul li {
  margin-bottom: 1.875rem;
}
.single-post .content #othersarticles > nav {
  background-color: var(--color--grey);
  padding: 1.875rem;
  border-radius: 1.875rem;
  margin-bottom: 2.5rem;
}
.single-post .content #othersarticles > nav ul {
  padding-left: 0;
  list-style-type: none;
}
.single-post .content #othersarticles > nav ul li {
  margin-bottom: 1.875rem;
}
.single-post .content #othersarticles > nav ul li a {
  color: var(--color--blue);
  text-decoration: none;
  transition: color 0.2s;
}
.single-post .content #othersarticles > nav ul li a:hover {
  color: var(--color--red);
}
.single-post .content #othersarticles > nav ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1240px) {
  .single-post .hero #breadcrumb {
    margin-bottom: 0;
  }
  .single-post .hero h1 {
    margin-bottom: 5.625rem;
  }
  .single-post .content {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 744px) {
  .single-post .hero h1 {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .single-post .content {
    margin-bottom: 4.375rem;
  }
  .single-post .content #share {
    display: flex;
  }
  .single-post .content #share ul {
    flex-direction: row;
    padding-left: 1.875rem;
  }
  .single-post .content #share ul li {
    margin-right: 1.875rem;
  }
}
.page-contact .content {
  padding-top: 9.0625rem;
  margin-top: 0;
}
.page-contact .content .contact_infos {
  padding: 3.125rem;
  background-image: url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/bg-contact.jpg");
  background-size: cover;
  border-radius: 1.875rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-contact .content .contact_infos address {
  font-style: normal;
}
.page-contact .content .contact_infos address p {
  margin-bottom: 1.875rem;
}
.page-contact .content .contact_infos address a.tel, .page-contact .content .contact_infos address a.mail {
  text-decoration: none;
  color: var(--color--blue);
  transition: color 0.2s;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.page-contact .content .contact_infos address a.tel:hover, .page-contact .content .contact_infos address a.mail:hover {
  color: var(--color--red);
}
.page-contact .content .contact_infos address a.mail {
  color: var(--color--red);
}
.page-contact .content .contact_infos address a.mail:hover {
  color: var(--color--blue);
}
.page-contact .content .contact_infos address > span {
  display: flex;
  justify-content: space-between;
}
.page-contact .content .contact_infos address > span a:first-child {
  margin-right: auto;
}
.page-contact .content .contact_infos address > span a:last-child {
  margin-left: 1.75rem;
}
.page-contact .content .contact_infos address a svg path {
  fill: var(--color--red);
  transition: fill 0.2s;
}
.page-contact .content .contact_infos address a:hover svg path {
  fill: var(--color--blue);
}
.page-contact .content .row.flex {
  display: flex;
}
.page-contact .content div.contact {
  background-color: var(--color--grey);
  padding: 3.125rem;
  border-radius: 1.875rem;
}
.page-contact .content .home .google_reviews {
  margin-top: 1.25rem;
  background-color: var(--color--red);
  border-radius: 1.875rem;
  padding: 3.125rem;
}
.page-contact .content .home .google_reviews > div > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-contact .content .home .google_reviews > div > div > * {
  margin: 0;
}
.page-contact .content .home .google_reviews > div > div div.notation {
  display: flex;
  align-items: center;
}
.page-contact .content .home .google_reviews > div > div div.notation > * {
  margin: 0;
}
.page-contact .content .home .google_reviews > div > div p.note {
  color: rgba(255, 255, 255, 0.36);
  font-size: 1rem;
  font-weight: 700;
  margin-left: 3.125rem;
}
.page-contact .content .home .google_reviews > div > div p.note > strong {
  color: var(--color--white);
}
.page-contact .content .home .google_reviews > div > div .star_rating {
  margin-left: 0.625rem;
  transform: translateY(2px);
}
.page-contact .content .home .google_reviews > div > div .num_avis {
  color: var(--color--white);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.09375rem;
  text-transform: uppercase;
  margin-left: 1.25rem;
}
.page-contact .content .home .google_reviews > div > div .num_avis span {
  font-size: inherit;
  font-weight: inherit;
}
.page-contact .content .home .google_reviews > div > div a.button {
  margin-left: auto;
}
.page-contact div.wpcf7 form p {
  margin-bottom: 0;
}
.page-contact div.wpcf7 form > div {
  margin-top: 3.125rem !important;
}
.page-contact div.wpcf7 form > div:nth-child(2) {
  margin-top: 0 !important;
}
.page-contact div.wpcf7 .cols {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.page-contact div.wpcf7 .cols > p {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
}
.page-contact div.wpcf7 .cols input {
  display: inline-block;
  width: 0;
  min-width: 100% !important;
}
.page-contact div.wpcf7 #adresse input {
  width: 100%;
}
.page-contact div.wpcf7 #send {
  text-align: right;
}
.page-contact div.wpcf7 form > div:not(.cols) p {
  margin-top: 0.875rem;
}
.page-contact div.wpcf7 form > div {
  margin-top: 2.25rem;
}
.page-contact div.wpcf7 form .cols:nth-child(4) {
  align-items: center;
}
.page-contact div.wpcf7 form .cols:nth-child(4) p.blue-dark {
  opacity: 0.4;
  margin: 0;
  width: 60%;
}
.page-contact div.wpcf7 form input:not([type=submit]), .page-contact div.wpcf7 form textarea {
  all: unset;
  border-bottom: 2px solid var(--color--blue-dark);
  padding-bottom: 1.25rem;
}
.page-contact div.wpcf7 form input:not([type=submit])::-moz-placeholder, .page-contact div.wpcf7 form textarea::-moz-placeholder {
  color: var(--color--blue-dark);
  font-size: 0.75rem;
  opacity: 0.4;
  text-transform: uppercase;
}
.page-contact div.wpcf7 form input:not([type=submit])::placeholder, .page-contact div.wpcf7 form textarea::placeholder {
  color: var(--color--blue-dark);
  font-size: 0.75rem;
  opacity: 0.4;
  text-transform: uppercase;
}
.page-contact div.wpcf7 form .button {
  position: relative;
  width: 250px;
  display: inline-block;
}
.page-contact div.wpcf7 form .button > svg {
  position: absolute;
  right: -2px;
  top: 7px;
}
.page-contact div.wpcf7 form input[type=submit] {
  all: unset;
  position: absolute;
  padding: 20px 41px 20px 15px;
  top: -5px;
  left: 8px;
}
.page-contact div.wpcf7 #note {
  margin-top: 0;
}
.page-contact div.wpcf7 form textarea {
  width: 100%;
  height: 14px;
  margin-top: 3.125rem;
  margin-bottom: 0;
}

div.wpcf7 form input, div.wpcf7 form textarea {
  border-bottom-color: var(--color--blue-dark);
  transition: border-bottom-color 0.2s;
}
div.wpcf7 form input:focus-within, div.wpcf7 form textarea:focus-within {
  border-bottom-color: var(--color--red) !important;
}
div.wpcf7 .wpcf7-not-valid-tip {
  color: var(--color--red);
}

@keyframes hasfocus {
  from {
    border-bottom-color: var(--color--blue-dark);
  }
  to {
    border-bottom-color: var(--color--red) !important;
  }
}
@media (max-width: 1240px) {
  .page-contact .content .row.flex {
    flex-direction: column;
  }
  .page-contact .content .row.flex .contact_infos {
    height: 74vw;
    background-position: center;
    margin-bottom: 1.25rem;
  }
  .page-contact .content .wpcf7 div.cols p {
    width: calc(50% - 15px);
  }
  .page-contact .content .wpcf7 div.cols p input {
    width: 100%;
  }
  .page-contact .content .home {
    margin-bottom: 4.375rem;
    position: relative;
  }
  .page-contact .content .home .google_reviews {
    padding: 1.875rem;
  }
  .page-contact .content .home .google_reviews > div > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-contact .content .home .google_reviews > div > div p.note {
    margin-left: 0;
  }
  .page-contact .content .home .google_reviews > div > div a.button {
    position: absolute;
    right: 1.875rem;
  }
  .page-contact .content .home .google_reviews > div > div a.button svg {
    margin-left: 15px;
  }
}
@media (max-width: 744px) {
  .page-contact .content .row.flex .contact_infos {
    height: 147vw;
    padding: 1.875rem 1.25rem;
  }
  .page-contact .content .row.flex .contact_infos address > span {
    flex-wrap: wrap;
  }
  .page-contact .content div.wpcf7 form div {
    margin-top: 0 !important;
  }
  .page-contact .content div.wpcf7 form div.cols {
    flex-direction: column;
    margin-top: 0 !important;
  }
  .page-contact .content div.wpcf7 form div.cols > p {
    width: 100%;
    margin-top: 2.5rem;
  }
  .page-contact .content div.wpcf7 form div.cols > p:first-child {
    margin-top: 0;
  }
  .page-contact .content div.wpcf7 form div.cols > p input {
    width: 100%;
  }
  .page-contact .content div.wpcf7 form div:nth-child(3), .page-contact .content div.wpcf7 form div:nth-child(4), .page-contact .content div.wpcf7 form div:nth-child(5) {
    margin-top: 2.5rem !important;
  }
  .page-contact .content .home .google_reviews > div > div a.button {
    position: static;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.page-mentions-legales .content {
  padding-top: 17.75rem;
  margin-top: 0;
  padding-bottom: 6.25rem;
}
.page-mentions-legales .content h1 {
  margin-top: 6.25rem;
}
.page-mentions-legales .content h2 {
  margin-top: 5rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 1240px) {
  .page-mentions-legales .content {
    padding-top: 14.75rem;
  }
}
@media (max-width: 744px) {
  .page-mentions-legales .content {
    padding-top: 11.625rem;
  }
}
.error404 #content > div.error404 {
  height: calc(100vh - 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #FFF 1.96%, rgba(255, 255, 255, 0.37) 26.61%, rgba(255, 255, 255, 0.37) 71.6%, #FFF 98.39%), url("https://groupe-colibri.fr/wp-content/themes/alchimy_theme_colibri/assets/src/img/hexagonal-bg.jpeg"), lightgray 50%/cover no-repeat;
}
.error404 #content > div.error404 > * {
  margin: 0;
}
.error404 #content > div.error404 > .h4, .error404 #content > div.error404 .h2 {
  margin-bottom: 5.875rem;
}

@media (max-width: 744px) {
  .error404 #content > div.error404 > .h4, .error404 #content > div.error404 .h2 {
    margin-bottom: 4rem;
  }
}
.container-fluid, .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  box-sizing: border-box;
}

.container {
  max-width: 1470px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
  font-size: 0;
}
.row > * {
  font-size: 1rem;
}

[class^=col-],
[class*=" col-"] {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.col-1 {
  width: 8.3333333333%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 375px) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 744px) {
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-1 {
    width: 8.3333333333%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    width: 16.6666666667%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    width: 33.3333333333%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    width: 41.6666666667%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    width: 58.3333333333%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    width: 66.6666666667%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    width: 83.3333333333%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    width: 91.6666666667%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
