@charset "UTF-8";
/*!
Theme Name: HMcare
Theme URI: http://underscores.me/
Author: s-agence
Author URI: https://s-agence.ch/
Description: HMcare theme by s-agence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hmcare
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: block;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1060px) {
  .main-navigation ul {
    display: flex;
    text-align: initial;
    background-color: transparent;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# HMcare
--------------------------------------------------------------*/
body {
  margin: 0 !important;
  transition: background-color ease-in-out 0.5s;
}
body .hm-large-titre,
body .hm-titre-post,
body .hm-avant-titre-post,
body .special-title,
body .time {
  transition: color ease-in-out 0.5s;
}
body .ligne-titre,
body .footer-sticky {
  transition: all ease-in-out 0.5s;
}

.entry-content h2 {
  color: var(--secondary-color);
  font-family: "Abril Fatface", cursive;
  font-size: 1.875rem;
}

.entry-content h3 {
  color: var(--light-grey-color);
  font-family: "Abril Fatface", cursive;
  font-size: 1.875rem;
}

.change-all {
  --light-grey-color: #ffffff;
  --grey-color: #ffffff;
  --primary-color: #E5E5E5;
  background-color: var(--bgbody-transition-color);
}
.change-all .footer-sticky {
  background-color: var(--bgbody-transition-color);
}

.change-all2 {
  --light-grey-color: #8355A5;
  --grey-color: #ffffff;
  --primary-color: #E5E5E5;
  background-color: var(--bgbody-transition-color);
}
.change-all2 .footer-sticky {
  background-color: var(--bgbody-transition-color);
}

h4 {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  .special-title h2 {
    font-size: 4.5rem !important;
  }
  .special-title .hm-sous-titre {
    max-width: 352px;
    margin-top: 0.5rem;
  }
}
ol {
  margin: 0 auto;
  font-size: 0.8125rem;
  color: var(--grey-color);
  font-family: "Montserrat", sans-serif;
}

.wp-block-columns {
  margin: 0 auto;
}

#masthead {
  z-index: 6;
}
#masthead .main-navigation {
  width: fit-content;
  position: absolute;
  right: 20px;
}
@media (min-width: 1223px) {
  #masthead .main-navigation {
    right: 0;
  }
}
#masthead .main-navigation li {
  margin-left: 0rem;
}
@media (min-width: 768px) {
  #masthead .main-navigation li {
    margin-left: 1rem;
  }
}
#masthead .main-navigation li a {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.5rem;
  text-transform: uppercase;
}
#masthead .main-navigation li a:hover {
  color: var(--grey-color);
}
@media (min-width: 768px) {
  #masthead .main-navigation li a {
    font-size: 0.875rem;
  }
}
#masthead button {
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
  background: transparent;
  border: none;
  border-radius: 0;
  height: 90px;
  margin-left: 1rem;
  margin-top: -28px;
  cursor: pointer;
  /*--- enlever tour bleu en focus (non recommandé !) ---*/
  /*--- fin menu burger ---*/
}
@media (min-width: 1060px) {
  #masthead button {
    display: none;
  }
}
#masthead button.active span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
#masthead button.active span:nth-child(2) {
  opacity: 0;
}
#masthead button.active span:nth-child(3) {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
  background-color: var(--secondary-color);
  width: 30px;
  margin-left: 0;
}
#masthead button span {
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  right: 0;
  width: 30px;
  height: 2px;
  transition: top 0.2s 0.2s, bottom 0.2s 0.2s, opacity 0.2s 0.2s, transform 0.2s 0.4s, background 0.2s 0.2s;
  background-color: var(--secondary-color);
}
#masthead button span:nth-child(1) {
  top: 40%;
}
#masthead button span:nth-child(2) {
  top: calc(50% - 2px);
}
#masthead button span:nth-child(3) {
  bottom: 40%;
  background-color: var(--light-grey-color);
  width: 15px;
  margin-left: 15px;
}
#masthead button:focus {
  outline: none;
}
#masthead .logo-part1 {
  width: 22px;
}
@media (min-width: 768px) {
  #masthead .logo-part1 {
    width: 44px;
  }
}
#masthead .logo-part2 {
  transition: opacity 0.3s ease-in-out;
  width: 100px;
}
@media (min-width: 768px) {
  #masthead .logo-part2 {
    width: 200px;
  }
}
#masthead .menu-primary-container {
  display: none;
}
@media (min-width: 1060px) {
  #masthead .menu-primary-container {
    display: block;
  }
}
#masthead .toggled .menu-primary-container {
  display: block;
}

.spe-contain {
  max-width: 1176px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 900px) {
  .change-size {
    font-size: 8.7rem !important;
  }
}
@media (min-width: 768px) {
  .spe-contain {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .spe-contain {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-content {
  margin: 0;
}

.carousel h3 {
  max-width: initial !important;
}

.single article .entry-content > p, .entry-content h2, .entry-content h3 {
  margin: 1rem auto;
}

.entry-content .containerz h2, .entry-content .containerz h3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.containerz,
ol,
.wp-block-columns,
.single article .entry-content > p, .entry-content h2, .entry-content h3 {
  width: 100%;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

@media (min-width: 640px) {
  .containerz,
  ol,
  .wp-block-columns,
  .single article .entry-content > p, .entry-content h2, .entry-content h3 {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .containerz,
  ol,
  .wp-block-columns,
  .single article .entry-content > p, .entry-content h2, .entry-content h3 {
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 904px) {
  .containerz,
  ol,
  .wp-block-columns,
  .single article .entry-content > p, .entry-content h2, .entry-content h3 {
    max-width: 904px;
  }
}
.btn-link {
  font-size: 1.25rem;
  font-family: "Abril Fatface", cursive;
  color: var(--secondary-color) !important;
  border-bottom: 2px solid transparent;
}
.btn-link:hover {
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.same-btn-link {
  font-size: 1.25rem;
  font-family: "Abril Fatface", cursive;
  color: var(--secondary-color) !important;
}

p a {
  color: var(--secondary-color) !important;
  border-bottom: 2px solid transparent;
}
p a:hover {
  border-bottom: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.col2,
.colfound,
.wp-block-colum {
  width: 100%;
}

@media (min-width: 768px) {
  .col2,
  .wp-block-colum {
    width: 352px;
  }
}
.fullmaxwidth {
  width: 100%;
}

.colspe {
  width: 100%;
}

@media (min-width: 768px) {
  .colspe {
    width: 49%;
  }
}
.wp-block-video {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.wp-block-video video {
  margin: 0 auto;
  max-width: 904px;
  width: 100%;
}

.wp-block-column {
  margin: 0 2rem;
}
.wp-block-column video {
  max-width: 100%;
}

.hm-avant-titre-post {
  color: var(--primary-color);
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.hm-avant-titre-post .ligne-titre {
  border-top: 0.125rem solid var(--primary-color);
  border-bottom: 0.0625rem solid var(--primary-color);
  width: 3.125rem;
  display: table;
  margin-top: 0.62rem;
  margin-right: 1.625rem;
}

@-moz-document url-prefix() {
  .hm-avant-titre-post .ligne-titre {
    border-top: 0.1875rem solid var(--primary-color);
    border-bottom: 0;
    display: block;
    margin-top: 0.62rem;
  }
}
.hm-titre-post {
  margin-top: 1.5rem;
  font-family: "Abril Fatface", cursive;
  font-size: 3.75rem;
  color: var(--light-grey-color);
  line-height: 3.6rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .hm-titre-post {
    margin-bottom: 5rem;
    margin-top: 2.5rem;
  }
}
.posts-list {
  height: 1000px;
}
@media (min-width: 784px) {
  .posts-list {
    height: 750px;
  }
}
.posts-list .pagi-posts {
  width: fit-content;
}
@media (min-width: 784px) {
  .posts-list .pagi-posts {
    width: 100%;
  }
}
.posts-list article .time {
  color: var(--grey-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.posts-list article .post-title a {
  color: var(--secondary-color);
  font-family: "Abril Fatface", cursive;
  font-size: 1.875rem;
  transition: color 0.3s ease-in-out;
}
.posts-list article .post-title a:hover {
  color: var(--light-grey-color);
}
.posts-list article .col2 {
  margin-top: 2rem;
  padding-left: 0;
}
@media (min-width: 784px) {
  .posts-list article .col2 {
    padding-left: 2rem;
  }
}
@media (min-width: 904px) {
  .posts-list article .col2 {
    padding-left: 0;
  }
}
@media (min-width: 784px) {
  .posts-list article .col2 {
    margin-top: 6.25rem;
  }
}
.posts-list article .btn-posts {
  margin-top: -1.3rem;
}
@media (min-width: 784px) {
  .posts-list article .btn-posts {
    margin-top: 0;
  }
}
.posts-list article .btn-posts span {
  width: 50px;
  height: 7px;
  border-radius: 100px;
  background-color: var(--light-grey-color);
  display: block;
  margin-left: 0.4rem;
  transition: ease-in-out background-color 0.2s;
  cursor: pointer !important;
}
.posts-list article .btn-posts span:hover {
  background-color: var(--secondary-color);
}
.posts-list article .btn-posts .active {
  background-color: var(--secondary-color);
}
.posts-list article img,
.posts-list article .moving-num,
.posts-list article .contentpost {
  transition: ease-in-out 0.1s opacity;
}

.posts-list .n-2-post {
  display: none;
}
.posts-list .n-2-post img,
.posts-list .n-2-post .moving-num,
.posts-list .n-2-post .contentpost {
  opacity: 0;
}

.posts-list .n-3-post {
  display: none;
}
.posts-list .n-3-post img,
.posts-list .n-3-post .moving-num,
.posts-list .n-3-post .contentpost {
  opacity: 0;
}

.normal-cursor {
  cursor: auto !important;
}

@media (min-width: 768px) {
  .logo-fix {
    background-image: url("./img/logo-big.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: 30%;
    padding: 2.3rem 0;
  }
}
.founders-list {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem clamp(1.5rem, 4vw, 4rem);
}
.founders-list > * {
  flex: 0 1 calc(50% - clamp(2rem, 4vw, 4rem) / 2);
}
@media (min-width: 768px) {
  .founders-list > * {
    flex: 0 1 calc(33.3333333333% - clamp(2rem, 4vw, 4rem) * 2 / 3);
  }
}
.founders-list .hover-founder:hover {
  color: var(--light-grey-color);
}
.founders-list .post-title {
  color: var(--secondary-color);
  font-family: "Abril Fatface", cursive;
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .founders-list .post-title {
    font-size: 1.5rem;
  }
}
.founders-list .lightbox-base {
  background-color: rgba(255, 255, 255, 0.3137254902);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.founders-list .lightbox-base .close-icon {
  top: 7.5vh;
  right: 7.5%;
  background-image: url("./img/close-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.founders-list .lightbox-base .inside-lightbox {
  background-color: white;
  width: 90%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  -webkit-box-shadow: 0 3px 13px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 13px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 13px -3px rgba(0, 0, 0, 0.3);
  padding: 1rem;
}
@media (min-width: 768px) {
  .founders-list .lightbox-base .inside-lightbox {
    padding: 4rem;
  }
}
.founders-list .lightbox-base .inside-lightbox .small-container {
  max-width: 950px;
  margin: 0 auto;
}
.founders-list .lightbox-base .inside-lightbox .post-title {
  color: var(--light-grey-color);
  font-family: "Abril Fatface", cursive;
  font-size: 2.5rem;
  cursor: default;
}
@media (min-width: 768px) {
  .founders-list .lightbox-base .inside-lightbox .post-title {
    font-size: 2.8125rem;
  }
}
.founders-list .lightbox-base .inside-lightbox h4 {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  color: var(--primary-color);
  font-weight: 700;
}
.founders-list .lightbox-base .inside-lightbox .icon-mail {
  background-image: url("./img/email.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.founders-list .lightbox-base .inside-lightbox .icon-linked {
  background-image: url("./img/linked.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
}

.blog article {
  width: 352px;
  margin-bottom: 5rem;
}
.blog article:nth-of-type(even) {
  margin-top: -3rem;
}

.blog .white-opa,
.archive .white-opa {
  opacity: 0.7;
}
.blog .img-banner,
.archive .img-banner {
  height: 450px;
}
.blog main > header,
.archive main > header {
  display: none;
}
.blog .post-title a,
.archive .post-title a {
  color: var(--secondary-color);
  font-family: "Abril Fatface", cursive;
  font-size: 1.875rem;
}
.blog .post-title a:hover,
.archive .post-title a:hover {
  color: var(--light-grey-color);
}
.blog .time,
.archive .time {
  color: var(--grey-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.blog .hm-avant-titre,
.archive .hm-avant-titre {
  color: var(--primary-color);
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.blog .hm-avant-titre .ligne-titre,
.archive .hm-avant-titre .ligne-titre {
  border-top: 0.125rem solid var(--primary-color);
  border-bottom: 0.0625rem solid var(--primary-color);
  width: 3.125rem;
  display: table;
  margin-top: 0.62rem;
  margin-right: 1.625rem;
}
@-moz-document url-prefix() {
  .blog .hm-avant-titre .ligne-titre,
  .archive .hm-avant-titre .ligne-titre {
    border-top: 0.1875rem solid var(--primary-color);
    border-bottom: 0;
    display: block;
    margin-top: 0.62rem;
  }
}
.blog .hm-titre,
.archive .hm-titre {
  margin-top: 2.5rem;
  font-family: "Abril Fatface", cursive;
  font-size: 3.75rem;
  color: var(--light-grey-color);
  line-height: 3.6rem;
}
.blog .hm-sous-titre,
.archive .hm-sous-titre {
  font-size: 0.875rem;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.archive article {
  margin-bottom: 5rem;
}
.archive article:nth-of-type(1) {
  width: 628px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .archive article:nth-of-type(1) h2,
  .archive article:nth-of-type(1) .entry-content {
    margin-left: 4rem;
  }
}
.archive article:nth-of-type(2) {
  width: 405px;
}
.archive article:nth-of-type(3) {
  width: 405px;
}
@media (min-width: 768px) {
  .archive article:nth-of-type(3) {
    margin-top: 5rem;
  }
  .archive article:nth-of-type(3) h2,
  .archive article:nth-of-type(3) .entry-content {
    margin-left: 4rem;
  }
}
.archive article:nth-of-type(4) {
  width: 628px;
}
.archive article:nth-of-type(5) {
  width: 405px;
}
@media (min-width: 768px) {
  .archive article:nth-of-type(5) {
    margin-top: 5rem;
  }
}
.archive article:nth-of-type(6) {
  width: 405px;
}
@media (min-width: 768px) {
  .archive article:nth-of-type(6) h2,
  .archive article:nth-of-type(6) .entry-content {
    margin-left: 4rem;
  }
}
.archive article .entry-content p {
  font-size: 0.8125rem !important;
}

.pagi .page-numbers {
  padding: 0.86px 0.5rem;
  background-color: white;
  transition: ease-in-out all 0.3s;
  margin: 0.5rem;
  color: var(--primary-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.pagi .page-numbers:hover {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.pagi .prev,
.pagi .next {
  display: none;
}
.pagi .current {
  color: var(--secondary-color);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.pagi .dots {
  -webkit-box-shadow: 0 0 0 0 !important;
  -moz-box-shadow: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}

.footer-sticky {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.contact-section {
  background-color: var(--secondary-color);
  position: sticky;
  bottom: 0;
}
.contact-section h3 {
  color: white;
  font-family: "Abril Fatface", cursive;
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .contact-section h3 {
    font-size: 1.875rem;
    margin-bottom: 0;
  }
}
.contact-section .hm-avant-titre-contact {
  color: var(--tertiary-color);
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.contact-section .hm-avant-titre-contact .ligne-titre {
  border-top: 0.125rem solid var(--tertiary-color);
  border-bottom: 0.0625rem solid var(--tertiary-color);
  width: 3.125rem;
  display: table;
  margin-top: 0.62rem;
  margin-right: 1.625rem;
}
.contact-section a {
  color: var(--tertiary-color);
  font-family: "Abril Fatface", cursive;
  font-size: 1.875rem;
}
.contact-section a:hover {
  color: var(--light-grey-color);
}

.error404 {
  color: var(--secondary-color);
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.wpcf7-form {
  max-width: 904px !important;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif !important;
  padding: 0 2rem;
}
@media (min-width: 969px) {
  .wpcf7-form {
    padding: 0;
  }
}
.wpcf7-form label {
  font-family: "Montserrat", sans-serif !important;
  text-transform: uppercase !important;
  color: var(--primary-color) !important;
  font-weight: 700 !important;
}
.wpcf7-form input {
  border-bottom: 2px solid var(--primary-color) !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: 0 0 0 0 !important;
  border-radius: 0 !important;
  width: 100%;
  margin-top: 1rem;
}
.wpcf7-form select {
  border-bottom: 2px solid var(--primary-color) !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: 0 0 0 0 !important;
  border-radius: 0 !important;
  appearance: none !important;
  color: var(--grey-color) !important;
  padding: 5px 3px !important;
  width: 100% !important;
  margin-top: 1rem;
}
.wpcf7-form textarea {
  border: 2px solid var(--primary-color) !important;
  box-shadow: 0 0 0 0 !important;
  border-radius: 0 !important;
  margin-top: 1rem;
}
.wpcf7-form .frm_required {
  color: var(--primary-color) !important;
}
.wpcf7-form .wpcf7-submit {
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-width: 0 !important;
  border-bottom: 2px transparent solid !important;
  background-color: transparent !important;
  box-shadow: 0 0 0 0 !important;
  font-size: 1.25rem !important;
  color: var(--secondary-color) !important;
  font-family: "Abril Fatface", cursive !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: initial !important;
}
.wpcf7-form .wpcf7-submit:hover {
  border-bottom: 2px solid var(--secondary-color) !important;
}
.wpcf7-form .wpcf7-submit:focus {
  outline: 0 !important;
}

.whitebanner {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .whitebanner {
    margin-top: 10rem;
  }
}

.hmcare-columns4 a img {
  filter: grayscale(1);
  transition: filter ease-in-out 0.3s;
}
.hmcare-columns4 a img:hover {
  filter: grayscale(0);
}

.carousel {
  position: relative;
}
.carousel .item {
  height: 100vh;
  /* fire */
}
.carousel .item .special-slide h3 > div {
  padding-left: 0;
  margin-left: 1rem;
  text-align: left;
  margin-bottom: 5rem;
  line-height: 3.5rem;
}
@media (min-width: 768px) {
  .carousel .item .special-slide h3 > div {
    padding-left: 15%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
  }
}
.carousel .item .special-slide h3 > div img {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 300px;
  min-width: 300px;
}
@media (min-width: 768px) {
  .carousel .item .special-slide h3 > div img {
    min-width: 500px;
    width: 500px;
  }
}
.carousel .item .backdrop {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: 100%;
  margin: 0 auto;
}
.carousel .item .text {
  color: black;
  background-color: rgba(255, 255, 255, 0.7490196078);
  mix-blend-mode: screen;
  width: 100%;
  height: 100%;
  font-weight: bolder;
  text-align: center;
  line-height: 3rem;
  margin: 0;
  font-family: "Abril Fatface", cursive;
}
@media (min-width: 768px) {
  .carousel .item .text {
    line-height: 4.7rem;
  }
}
.carousel .item .backdrop, .carousel .item .text {
  border-radius: 2px;
}
.carousel .item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
}
.carousel .item .fire.backdrop {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.carousel .item .fire.overlay {
  background-color: #ffffff;
}
.carousel .item .fire.text {
  font-size: 3rem;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .carousel .item .fire.text {
    font-size: 3.75rem;
    letter-spacing: 3px;
  }
}
.carousel img {
  min-width: 100%;
}
.carousel .sr-only {
  position: absolute;
  left: -9999999px;
}
.carousel .img-responsive,
.carousel .thumbnail > img,
.carousel .thumbnail a > img,
.carousel .carousel-inner > .item > img,
.carousel .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel .carousel {
  position: relative;
}
.carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .carousel-inner > .item > img,
.carousel .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel .carousel-inner > .item.next,
  .carousel .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel .carousel-inner > .item.prev,
  .carousel .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel .carousel-inner > .item.next.left,
  .carousel .carousel-inner > .item.prev.right,
  .carousel .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel .carousel-inner > .active,
.carousel .carousel-inner > .next,
.carousel .carousel-inner > .prev {
  display: block;
}
.carousel .carousel-inner > .active {
  left: 0;
}
.carousel .carousel-inner > .next,
.carousel .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .carousel-inner > .next {
  left: 100%;
}
.carousel .carousel-inner > .prev {
  left: -100%;
}
.carousel .carousel-inner > .next.left,
.carousel .carousel-inner > .prev.right {
  left: 0;
}
.carousel .carousel-inner > .active.left {
  left: -100%;
}
.carousel .carousel-inner > .active.right {
  left: 100%;
}
.carousel .carousel-control {
  position: absolute;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
  top: 25%;
  bottom: 25%;
}
@media (min-width: 768px) {
  .carousel .carousel-control {
    top: 0;
    bottom: 0;
  }
}
.carousel .carousel-control.right {
  right: 0;
  left: auto;
}
.carousel .carousel-control:hover,
.carousel .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next,
.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel .carousel-control .icon-prev,
.carousel .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel .carousel-control .icon-next,
.carousel .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel .carousel-indicators {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  z-index: 10;
  width: fit-content;
  padding-right: 0;
  text-align: right;
  list-style: none;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .carousel .carousel-indicators {
    right: 11%;
    left: initial;
    bottom: 25px;
  }
}
.carousel .carousel-indicators li {
  display: inline-block;
  width: 40px;
  height: 5px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--grey-color);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .carousel .carousel-indicators li {
    width: 40px;
  }
}
.carousel .carousel-indicators .active {
  width: 40px;
  height: 5px;
  margin: 0;
  background-color: var(--secondary-color);
  margin: 1px;
}
@media (min-width: 768px) {
  .carousel .carousel-indicators .active {
    width: 40px;
  }
}
.carousel .carousel-caption {
  position: absolute;
  bottom: 6rem;
  left: 1rem;
  z-index: 10;
  text-align: left;
}
@media (min-width: 768px) {
  .carousel .carousel-caption {
    left: 15%;
    right: 15%;
    bottom: 20px;
  }
}
.carousel .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-control .glyphicon-chevron-left,
  .carousel .carousel-control .glyphicon-chevron-right,
  .carousel .carousel-control .icon-prev,
  .carousel .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel .carousel-control .glyphicon-chevron-left,
  .carousel .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel .carousel-control .glyphicon-chevron-right,
  .carousel .carousel-control .icon-next {
    margin-right: -15px;
  }
}
.carousel .btn-link {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .carousel .btn-link {
    font-size: 1.25rem;
  }
}

.page-template-page-contact .site-main .page {
  margin: 0;
  padding-bottom: 5rem;
  background-image: url("./img/logo-big.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 15rem;
}
@media (min-width: 768px) {
  .page-template-page-contact .site-main .page {
    background-size: 30rem;
    padding-bottom: 2rem;
  }
}
.page-template-page-contact select, .page-template-page-contact input {
  background-color: transparent !important;
}

.page {
  margin-bottom: 0;
}

.wp-block-column {
  margin: 0;
}
.wp-block-column h1,
.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column .containerz {
  padding-left: 0;
  padding-right: 0;
}

.signature a {
  color: var(--light-grey-color) !important;
}
.signature a:hover {
  border-bottom: var(--light-grey-color) solid 1px;
}

body {
  --primary-color: #A89861;
  --light-grey-color: #d0d0d0;
  --grey-color: #9A9A9A;
  --drak-grey-color: #575756;
  --tertiary-color: #EFC1AE;
  --secondary-color: #8355A5;
  --secondary-opacity-color: #8355A569;
  --bgbody-transition-color:	#BFA6D1;
}

.wp-block-column {
  margin: 0;
  margin-top: 10px;
}

.pb-20 {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .question h3 {
    font-size: 2.2rem !important;
    line-height: 2.4rem !important;
  }
  .md\:py-10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.single h1 {
  color: var(--secondary-color);
  font-family: "Abril Fatface", cursive;
  font-size: 1.875rem;
}

.blog .img-banner, .archive .img-banner {
  height: 200px;
}

@media (min-width: 784px) {
  .posts-list {
    height: 950px;
  }
  .blog .img-banner, .archive .img-banner {
    height: 450px;
  }
}
.ligne-titre {
  border-bottom: 0 !important;
}

.white-opa {
  opacity: 0 !important;
}

.carousel .item .text {
  background-color: transparent !important;
  color: white !important;
}

.bg-center {
  background-position: top center;
}

#colophon {
  background-color: var(--secondary-color);
  color: #fff;
}
#colophon .site-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 784px) {
  #colophon .site-info {
    grid-template-columns: 1fr;
  }
}
#colophon .site-info div {
  width: 100%;
}
#colophon nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#colophon nav ul li a {
  color: var(--light-grey-color);
  font-weight: 600;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  transition: color 0.3s ease-in-out;
}
#colophon nav ul li a:hover {
  color: var(--bgbody-transition-color);
}
#colophon .ftr-adresse .ftr-adresse-content p {
  font-weight: 600 !important;
}
#colophon .ftr-contact .ftr-contact-small-title {
  margin: 0 !important;
}
#colophon .ftr-contact .ftr-email {
  margin: 0 !important;
}
#colophon .ftr-contact .ftr-email a {
  font-weight: 600 !important;
  color: var(--light-grey-color) !important;
  transition: color 0.3s ease-in-out;
}
#colophon .ftr-contact .ftr-email a:hover {
  color: var(--bgbody-transition-color) !important;
  border-bottom: none !important;
}
#colophon .ftr-logos {
  grid-column-start: 1;
  grid-column-end: 3;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: clamp(2rem, 3vw, 3.5rem);
}
#colophon .ftr-logos > * {
  display: block;
  max-width: 140px;
  width: 100%;
  height: auto;
}
#colophon .ftr-logos #logo_EPFL {
  max-width: 80px;
}
#colophon .ftr-logos #logo-essential-tech-footer {
  max-width: 120px;
}
#colophon .ftr-signature {
  justify-self: end;
  align-self: end;
  width: fit-content;
  text-align: right;
}
#colophon .ftr-signature p {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
#colophon .facelink {
  background-image: url("./img/face.svg");
}
#colophon .instalink {
  background-image: url("./img/instagram.svg");
}
#colophon .linkedinlink {
  background-image: url("./img/linkedin.svg");
}
#colophon .facelink:hover, #colophon .instalink:hover, #colophon .linkedinlink:hover {
  filter: grayscale(1);
}

.entry-content > * {
  width: 90%;
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content > *.alignwide {
  width: 95%;
}
.entry-content > *.alignfull {
  max-width: none;
  width: 100%;
}
.entry-content > .wp-block-buttons .wp-block-button .wp-block-button__link {
  background-color: transparent;
  padding: 0;
  color: var(--secondary-color);
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  transition: color 0.3s ease-in-out;
}
.entry-content > .wp-block-buttons .wp-block-button .wp-block-button__link::before {
  content: "";
  display: block;
  background-image: url("./sass/res/icon-fleche.svg");
  width: 37px;
  height: 27px;
}
.entry-content > .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  color: var(--light-grey-color) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--secondary-color);
}
.entry-content h1 {
  font-family: "Abril Fatface", cursive;
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.066;
  color: var(--secondary-color);
}
@media (min-width: 768px) {
  .entry-content h1 {
    font-size: 3.75rem;
    letter-spacing: 3px;
  }
}
.entry-content h2 {
  font-family: "Abril Fatface", cursive;
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.066;
  color: var(--light-grey-color);
}
@media (min-width: 768px) {
  .entry-content h2 {
    font-size: 3.75rem;
    letter-spacing: 3px;
  }
}
.entry-content h3 {
  font-family: "Abril Fatface", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--secondary-color);
}
.entry-content h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: var(--primary-color);
}
.entry-content h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.entry-content h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.entry-content p, .entry-content .wp-block-list {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.entry-content p.has-small-font-size, .entry-content .wp-block-list.has-small-font-size {
  font-size: 12px !important;
}
.entry-content p.has-medium-font-size, .entry-content .wp-block-list.has-medium-font-size {
  font-size: 14px !important;
}
.entry-content p.has-large-font-size, .entry-content .wp-block-list.has-large-font-size {
  font-size: 30px !important;
  line-height: 1.33 !important;
}
.entry-content p.has-x-large-font-size, .entry-content .wp-block-list.has-x-large-font-size {
  font-family: "Abril Fatface", cursive !important;
  font-size: 3rem !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  line-height: 1.066 !important;
  color: var(--secondary-color);
  margin-bottom: 1em !important;
}
@media (min-width: 768px) {
  .entry-content p.has-x-large-font-size, .entry-content .wp-block-list.has-x-large-font-size {
    font-size: 3.75rem !important;
    letter-spacing: 3px !important;
  }
}

.colfound {
  position: relative;
  padding-bottom: 1rem;
}

.icon-plus-founders {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  cursor: pointer;
  width: 30px;
}
@media (min-width: 768px) {
  .icon-plus-founders {
    left: initial;
    right: 0;
    width: auto;
  }
}

.wp-block-image .wp-element-caption {
  font-family: "Montserrat", sans-serif;
  text-align: right;
  color: var(--drak-grey-color);
  font-size: 0.825rem;
  font-weight: 400;
}

ul.wp-block-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 1176px;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
