
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Media
# Header
# Content
# Blocks
# Pagination
# Comments
# Footer
# Widgets
# Helpers
--------------------------------------------------------------*/
/**************************
 * Typography
 **************************/
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300 900;
  src: url("../../fonts/mulish/mulish.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 300 900;
  src: url("../../fonts/mulish/mulish-italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Oxygen Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/oxygen-mono/oxygen-mono.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DMSerif";
  src: url('../../fonts/DMSerifDisplay/DMSerifDisplay-Regular.woff2') format('woff2'),
  url('../../fonts/DMSerifDisplay/DMSerifDisplay-Regular.woff') format('woff'),
  url('../../fonts/DMSerifDisplay/DMSerifDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }

body,
button,
input,
select,
optgroup,
textarea {
  color: #3d4852;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.6;
}

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

p, blockquote, address, pre {
  margin-bottom: 12px;
  margin-top: 0;
}

q {
  font-style: italic;
}

pre {
  background-color: #f1f5f8;
  border-left: 8px solid #3d4852;
  border-radius: 4px;
  font-family: "Oxygen Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace";
  font-size: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: 1rem;
  margin: 1.5rem 0;
}

code, kbd, tt, var {
  font-family: "Oxygen Mono", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace";
}

abbr, acronym {
  cursor: help;
}

mark {
  background-color: #3d4852;
  color: #fff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
}

h1, .h1 {
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 992px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  h6, .h6 {
    font-size: 1.25rem;
  }
}

a {
  color: inherit;
  transition: 0.25s all ease-in-out;
}

blockquote {
  background-image: url("../../icons/blockquote.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  border-left: 8px solid #3d4852;
  font-size: 1.125em;
  margin: 1.5rem 0;
  padding: 2rem;
}
blockquote cite,
blockquote .wp-block-quote__citation {
  display: block;
  font-size: 0.9em;
  text-align: right;
}

/**************************
 * Basic HTML elements
 **************************/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: white;
  position: initial;
}

hr {
  color: #9AACB6;
  margin: 1.5rem 0;
}

ul, ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

li > ul,
li > ol {
  margin: 0;
}

li {
  margin-top: 0.25rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

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

svg {
  fill: currentColor;
}

figure, table {
  margin: 2rem 0;
}

figcaption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
}

table {
  border-collapse: collapse;
  border: 1px solid #58636F;
  width: 100%;
}

thead, tfoot, th {
  background-color: #3d4852;
  color: white;
  text-align: left;
}
thead a, tfoot a, th a {
  color: white;
}
thead a:visited, tfoot a:visited, th a:visited {
  color: white;
}
thead a:hover, thead a:focus, tfoot a:hover, tfoot a:focus, th a:hover, th a:focus {
  color: #3d4852;
  background-color: white;
}

th, td {
  border: 1px solid #58636F;
  padding: 0.5rem;
}

.table-wrapper {
  overflow: auto;
}

/**************************
 * Form elements
 **************************/
input,
textarea,
select {
  background-color: #f1f5f8;
  border: 1px solid #dae1e7;
  border-radius: 4px;
  max-width: 100%;
  padding: 0.25rem 0.75rem;
  transition: all 0.25s ease-in-out;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: #677783;
}
input:hover, input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  background-color: #dae1e7;
  box-shadow: 0 0 2px 2px #bac6d3;
  outline: none;
}

textarea {
  width: 100%;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #3d4852;
  color: #3d4852;
}

input[type=checkbox],
input[type=radio] {
  margin: 0 0.25rem;
}

.big-button .wp-block-button__link {
  padding: 1rem 1.5rem;
}

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

embed,
iframe,
object {
  max-width: 100%;
}

.icon {
  height: 1.25rem;
  width: 1.25rem;
}

.gallery {
  display: grid;
  margin-bottom: 1.5em;
}

.gallery-columns-1 {
  grid-template-columns: 1fr;
}

.gallery-columns-2 {
  grid-template-columns: 1fr 1fr;
}

.gallery-columns-3 {
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 576px) {
  .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.gallery-columns-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 576px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gallery-columns-5 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 576px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

.gallery-columns-6 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 576px) {
  .gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

.gallery-columns-7 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 576px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}

.gallery-columns-8 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 576px) {
  .gallery-columns-8 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}

.gallery-columns-9 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 576px) {
  .gallery-columns-9 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .gallery-columns-9 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}

.gallery-item {
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
}

.gallery-icon,
.gallery-caption,
.gallery-icon img {
  display: block;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption a img {
  display: block;
}

.wp-caption-text {
  font-size: 0.875rem;
  margin: 0.5rem 0 0;
  text-align: center;
}

.wp-block-image .alignleft,
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.wp-block-image .alignright,
.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.alignwide,
.alignfull {
  width: auto;
  max-width: 100vw;
}

@media screen and (min-width: 992px) {
  .single.sidebar-bottom .alignwide,
.single.sidebar-bottom .alignfull, .single.no-sidebar .alignwide,
.single.no-sidebar .alignfull,
.page.sidebar-bottom .alignwide,
.page.sidebar-bottom .alignfull,
.page.no-sidebar .alignwide,
.page.no-sidebar .alignfull {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
  }
}
@media screen and (min-width: 1280px) {
  .single.sidebar-bottom .alignfull, .single.no-sidebar .alignfull,
.page.sidebar-bottom .alignfull,
.page.no-sidebar .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/**************************
 * Tobat
 **************************/
#topbar {
   display: block;
  background-color: #273c28;
  width: 100%;
}
.topbar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.topbar-content-item {
  font-family: Nunito, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #FAF6E9;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .topbar-content-item {
    text-align: center;
    font-size: 1rem
  }
}

/**************************
 * Navigation bar
 **************************/
.hero,
.site-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .wrapper {
    padding: 1.5rem;
  }
}

.navbar-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 992px) {
  .navbar-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.navbar-logo {
  margin: 0 48px 0 0;
}
@media screen and (max-width: 768px) {
  .navbar-logo {
    margin: 0 auto 0 0;
  }
}
.site-branding {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  line-height: 1;
}

.custom-logo-link {
  display: inline-block;
  line-height: 1;
  transition: all 0.25s ease-in-out;
}
.custom-logo-link:hover, .custom-logo-link:focus {
  background-color: transparent;
  transform: scale(1.1);
}

.custom-logo {
  max-height: 50px;
  width: auto;
}

.site-details {
  margin-left: 0.5rem;
}

.site-title {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
.site-title a {
  text-decoration: none;
}
.site-title a:hover, .site-title a:focus {
  color: #fff;
}

.site-description {
  color: #677783;
  font-size: 0.75rem;
  margin: 0.25rem 0 0;
}

.sidebar-menu-area {
  box-shadow: 0 4px 4px 1px #677783;
  background: #ffffff;
  height: 100vh;
  max-width: 450px;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 8px;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  width: 0;
  z-index: -10;
}
@media screen and (min-width: 992px) {
  .sidebar-menu-area {
    background: transparent;
    border-top: none;
    box-shadow: none;
    height: auto;
    margin-left: 1.5rem;
    max-width: none;
    overflow-x: visible;
    position: static;
    visibility: visible;
    width: auto;
  }
}

.sidebar-menu-area.open {
  visibility: visible;
  width: 100vw;
  z-index: 99;
  background: #273c28;
  color: white
}
.sidebar-menu-area.open #primary-menu .menu-item:not(:last-child)::after {
  display: none;
}
@media screen and (min-width: 992px) {
  .sidebar-menu-area.open {
    width: auto;
  }
}

.admin-bar .sidebar-menu-area {
  margin-top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar .sidebar-menu-area {
    margin-top: 32px;
  }
}
@media screen and (min-width: 992px) {
  .admin-bar .sidebar-menu-area {
    margin-top: 0;
  }
}

.main-navigation a,
.footer-menu-section a {
  display: inline-block;
  font-size: 1.35rem;
  text-decoration: none;
}
.sidebar-menu-area .menu-item a {
  font-size: 1.5rem;
  text-align: center;
  padding: 3px 6px;
  border-radius: 6px;
  border: 1px solid white;
  margin: 26px auto;
  display: inline-block;
}
.toggle {
  background: transparent;
  border: none;
  padding: 0.25rem;
}
.toggle:hover, .toggle:focus {
  background-color: #3d4852;
  color: white;
}
.toggle:hover svg, .toggle:focus svg {
  fill: currentColor;
}
.toggle svg {
  fill: #3d4852;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

.menu-section {
  border-top: 1px solid #dae1e7;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .menu-section {
    align-items: flex-end;
    border-top: none;
    display: flex;
    padding: 0;
  }
}

.menu-header {
  align-items: center;
  border-top: none;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .menu-header {
    display: none;
  }
}

.menu-title {
  text-transform: uppercase;
}
.sidebar-menu-area.open .menu-title {
  font-size: 2.2rem;
}

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

@media screen and (min-width: 992px) {
  .primary-menu {
    display: flex;
    flex-wrap: wrap;
  }
}

#primary-menu .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 1rem 0 1rem;
  border-radius: 50%;
  background-color: #868e6c;
  vertical-align: middle;
}

.menu-item,
.page_item {
  position: relative;
  margin: 0 0 0.5rem 0;
}


.sub-menu,
.menu-item-has-childen .children,
.page_item_has_children .children {
  font-size: 0.875rem;
}
.sub-menu .menu-item,
.sub-menu .page_item,
.menu-item-has-childen .children .menu-item,
.menu-item-has-childen .children .page_item,
.page_item_has_children .children .menu-item,
.page_item_has_children .children .page_item {
  margin-top: 0.25rem;
}
@media screen and (min-width: 992px) {
  .sub-menu,
.menu-item-has-childen .children,
.page_item_has_children .children {
    background-color: white;
    height: max-content;
    left: 0;
    opacity: 0;
    padding: 1.5rem;
    position: absolute;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
    width: max-content;
    z-index: -10;
  }
  .sub-menu ul,
.menu-item-has-childen .children ul,
.page_item_has_children .children ul {
    position: inherit;
    padding: 0;
  }
}

.menu-item-has-children,
.page_item_has_children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children:hover .children, .menu-item-has-children:focus-within .sub-menu,
.menu-item-has-children:focus-within .children,
.page_item_has_children:hover .sub-menu,
.page_item_has_children:hover .children,
.page_item_has_children:focus-within .sub-menu,
.page_item_has_children:focus-within .children {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.social-menu {
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0.75rem 0;
}
.social-menu li {
  margin: 0;
}
.social-menu a {
  margin-right: 0.5rem;
}
@media screen and (min-width: 992px) {
  .social-menu {
    margin: 0 0 0 0.75rem;
  }
  .social-menu a {
    margin-left: 0.25rem;
    margin-right: 0;
  }
}

.topbar-nav {
  background-color: #3d4852;
}

.topbar-menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 1;
}
.topbar-menu .menu-item {
  margin-left: 1rem;
}
.topbar-menu a {
  color: white;
  font-size: 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
}
.topbar-menu a:hover, .topbar-menu a:focus {
  text-decoration: underline;
}

/**************************
 * Hero section
 **************************/
.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  overflow: hidden;
  text-align: center;
  word-break: break-word;
}
.hero-page {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  overflow: hidden;
  text-align: center;
  word-break: break-word;
}
.hero img {
  display: block;
  margin: 0 auto;
}
.hero-wrapper {
  position: relative;
  padding: 128px 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .hero-wrapper {
    padding: 48px;
  }
}
.page-template .hero-wrapper,
.expertise-template-default .hero-wrapper {
  min-height: 360px;
  align-items: center;
}
.hero-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.hero-logo, .hero-logo-page {
  display: block;
  max-width: 316px;
  margin: 0 auto;
  z-index: 20;
}
.hero-cta,
.intro-col-r a {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 18px 48px;
  border-radius: 0;
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  transition: all 0.25s linear;
  text-decoration: none;
  margin: 42px 0 0 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .hero-cta,
  .intro-col-r a {
    padding: 18px;
  }
  .intro-col-r a {
    font-size: 1.2rem;
  }
}
.intro-col-r a {
  background-color: #273c28;
  color: #FAF6E9;
}
.hero-cta {
  background-color: #FAF6E9;
  color: #273c28;
}
.hero-cta:hover {
  color: white;
  background-color: #273c28;
  transition: all 0.25s linear;
  cursor: pointer;
}
.intro-col-r a:hover {
  color: #273c28;
  background-color: #FAF6E9;
  transition: all 0.25s linear;
  cursor: pointer;
}
.hero-title {
  font-family: "DMSerif", serif;
  color: #FAF6E9;
  font-size: 4rem;
  margin: 0 auto;
  text-align: center;
  word-break: break-word;
}
.main-info {
  margin: 4rem 0;
}

.main-title {
  margin: 0 0.25rem;
}

.main-meta {
  color: #677783;
  font-size: 0.875rem;
  margin: 1rem 0 0;
}

.hero-image-full .hero-image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}

@media screen and (min-width: 768px) {
  .hero-background .hero,
.header-background .hero {
    height: 50vw;
    max-height: 992px;
  }
}

.hero-background.light-filter .main-meta,
.header-background.light-filter .main-meta {
  color: #58636F;
}
.hero-background.dark-filter .main-title,
.hero-background.dark-filter .main-meta,
.header-background.dark-filter .main-title,
.header-background.dark-filter .main-meta {
  color: #fff;
}
.hero-background.dark-filter .main-meta,
.header-background.dark-filter .main-meta {
  opacity: 0.9;
}
.hero-background.dark-filter .main-meta a:visited,
.header-background.dark-filter .main-meta a:visited {
  color: #fff;
}

.header-background.light-filter .site-description {
  color: #58636F;
}
@media screen and (min-width: 992px) {
  .header-background.light-filter .main-navigation {
    color: #58636F;
  }
}
.header-background.dark-filter .site-title,
.header-background.dark-filter .site-description {
  color: #fff;
}
.header-background.dark-filter .site-description {
  opacity: 0.9;
}
.header-background.dark-filter .icon-menu {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .header-background.dark-filter .main-navigation {
    color: #fff;
  }
  .header-background.dark-filter .main-navigation a {
    opacity: 0.9;
  }
  .header-background.dark-filter .main-navigation a:hover,
.header-background.dark-filter .main-navigation a:focus,
.header-background.dark-filter .main-navigation .current-menu-item a {
    color: #fff;
    opacity: 1;
    border-bottom-color: #fff;
  }
  .header-background.dark-filter .main-navigation .sub-menu,
.header-background.dark-filter .main-navigation .children {
    color: #677783;
  }
  .header-background.dark-filter .main-navigation .sub-menu a:hover, .header-background.dark-filter .main-navigation .sub-menu a:focus,
.header-background.dark-filter .main-navigation .children a:hover,
.header-background.dark-filter .main-navigation .children a:focus {
    background-color: transparent;
    border-bottom-color: #3d4852;
    color: #3d4852;
  }
}

/**************************
 *  Intro
 **************************/
#intro {
  position: relative;
  margin: 128px 0;
}
@media screen and (max-width: 768px) {
  #intro {
    margin: 24px 0;
  }
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.8fr 3.2fr;
  grid-gap: 5vw;
}
@media screen and (max-width: 768px) {
  .intro-grid {
    display: grid;
    padding: 24px;
    grid-template-columns: 100%;
    grid-auto-flow: row;
    grid-gap: 24px;
  }
}
.intro-col-l {

}
.intro-col-l img {
  display: block;
  width: 100%;
  height: auto;
}
.intro-col-r {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro-title {
  font-family: "DMSerif", serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #374938;
  display: block;
  margin: 0 0 30px 0;
}
.intro-text {
  font-family: "Nunito", sans-serif;
  font-size: 1.15rem;
  line-height: 1.30;
}
.intro-text p {
  margin-bottom: 12px;
}

/**************************
 *  Intro
 **************************/
#equipe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 128px 0 128px 0;
}
@media screen and (max-width: 768px) {
  #equipe {
    margin: 24px 0;
  }
}
.equipe-wrapper {
  display: block;
  width: 100%;
  max-width: 1400px;
}
.equipe-heading {
  display: block;
  width: fit-content;
  margin: 0 auto 24px auto;
  font-family: "DMSerif", serif;
  font-size: 2.5rem;
  color: #273c28;
}
@media screen and (max-width: 768px) {
  .equipe-heading {
    text-align: center;
  }
}
.equipe-sub {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 72px 0;
}
.equipe-carousel {
  position: relative;
}
.equipe-list {
  display: grid;
  margin: 0 auto;
  padding: 0;
  max-width: 90%;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 4 * 24px) / 5);
  grid-gap: 0 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.equipe-list::-webkit-scrollbar {
  display: none;
}
.equipe-item {
  scroll-snap-align: start;
  list-style: none;
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.equipe-nav {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid #8b906c;
  border-radius: 50%;
  background-color: #fff;
  color: #8b906c;
  cursor: pointer;
}
.equipe-nav:hover,
.equipe-nav:focus {
  background-color: #8b906c;
  color: #fff;
}
.equipe-nav[hidden] {
  display: none;
}
.equipe-nav svg {
  width: 1.25rem;
  height: 1.25rem;
}
.equipe-nav-prev {
  left: 0;
}
.equipe-nav-next {
  right: 0;
}
.equipe-photo {
  display: block;
  width: 100%;
}
.equipe-photo img {
  width: 90%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.equipe-name {
  font-family: "DMSerif", serif;
  font-size: 1.2rem;
  color: #374938;
  text-align: center;
  line-height: 0.65;
  margin: 14px 0 6px 0;
}
.equipe-role {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .equipe-list {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}

/**************************
 * Expertise
 **************************/
#expertise {
  display: block;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #273c28;
  padding: 128px 0;
}
@media screen and (max-width: 768px) {
  #expertise {
    padding: 24px 0;
  }
}
.expertise-wrapper {
  display: bloc;
  max-width: 1400px;
  margin: 0 auto;
}
.expertise-wrapper-content {
  display: bloc;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.expertise-heading {
  display: block;
  font-family: "DMSerif", serif;
  font-size: 2.5rem;
  color: white;
  text-align: center;
  margin: 0 0 72px 0;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  .expertise-heading {
    font-size: 2.2rem;
    line-height: 2.1rem;
    margin: 0 0 24px 0;
  }
}
.expertise-focus-panel {
  display: grid;
  grid-template-columns: 1FR 1FR;
}
@media screen and (max-width: 768px) {
  .expertise-focus-panel {
    grid-template-columns: 100%;
    grid-auto-flow: row;
  }
}
.expertise-col-l img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.expertise-col-r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #FAF6E9;
  padding: 1rem 5vw;
}
.expertise-title {
  font-family: "DMSerif", serif;
  font-size: 2.2rem;
  color: black;
  margin: 0 0 48px 0;
   display: block;
}
.expertise-text {
  font-family: "Nunito", sans-serif;
  font-size: 1.15rem;
  line-height: 1.35;
  color: black;
}
.expertise-cta {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 18px 48px;
  background-color: #273c28;
  border-radius: 0;
  color: white;
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  transition: all 0.25s linear;
  text-decoration: none;
  border: 1px solid transparent;
  margin: 48px 0 0 0;
}
@media screen and (max-width: 768px) {
  .expertise-cta {
    margin: 0 auto;
  }
}
.expertise-cta:hover {
  color: #273c28;
  background-color: transparent;
  border: 1px solid #273c28;
  transition: all 0.25s linear;
  cursor: pointer;
}
.expertise-all {
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}
@media screen and (max-width: 768px) {
  .expertise-all {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
    padding: 24px;
    margin: 12px 0;
  }
}
.expertise-all-content {
  margin: 60px auto 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0;
}
@media screen and (max-width: 768px) {
  .expertise-all-content {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    grid-gap: 12px;
  }
}
.expertise-all-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  background-color: #1f2e20;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  transition: opacity 0.40s linear;
}
.expertise-all-item:hover {
  cursor: pointer;
}
.expertise-suggest .expertise-all-item {
  position: relative;
}
.expertise-all-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 1rem;
  text-align: center;
  background-color: rgba(39, 60, 40, 0.65);
  -webkit-backdrop-filter: grayscale(100%);
  backdrop-filter: grayscale(100%);
  opacity: 0;
  transition: opacity 0.25s linear;
  z-index: 2;
}
.expertise-all-item:hover .expertise-all-overlay,
.expertise-all-item:focus .expertise-all-overlay {
  opacity: 1;
}
.expertise-all-name {
  font-family: "DMSerif", serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
}
.expertise-all-more {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  color: #fff;
}
/**************************
 * Cta
 **************************/
#cta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 128px auto 128px auto;
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 7 / 2;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  #cta {
    margin: 24px auto;
    height: fit-content;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 24px;
    background-blend-mode: darken;
    background-color: #374938;
  }
}
.cta-content-message {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  color: white;
  line-height: 1.8rem;
  display: block;
}
.cta-content-message strong {
  display: block;
  font-family: "DMSerif", serif;
  font-size: 2.5rem;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 768px) {
  .cta-content-message strong {
    text-align: center;
    line-height: 2.2rem;
    font-size: 2rem;
  }
  .cta-content-message {
    text-align: center;
  }
}
.cta-content-message a {
  text-decoration: none;
}
.cta-button {
  display: block;
  width: fit-content;
  height: fit-content;
  padding: 12px 48px;
  background-color: #FAF6E9;
  border-radius: 0;
  border: 1px solid transparent;
  color: #273c28;
  font-family: "Nunito", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  transition: all 0.25s linear;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .cta-button {
    padding: 12px;
    margin: 0 auto;
  }
}
.cta-button:hover {
  color: white;
  background-color: transparent;
  border: 1px solid white;
  transition: all 0.25s linear;
  cursor: pointer;
}

/**************************
 * Content area 
 **************************/
.site {
  overflow: hidden;
}

.content-area {
  margin: 0 auto;
  max-width: 1400px;
}

.content-wrapper {
  background-color: white;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .content-wrapper.posts-grid {
    display: grid;
    gap: 3rem;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    max-width: 1280px;
  }
  .content-wrapper.posts-grid .post {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .single.no-sidebar.hero-background .content-area,
.single.no-sidebar.header-background .content-area,
.single.sidebar-bottom.hero-background .content-area,
.single.sidebar-bottom.header-background .content-area,
.page.hero-background .content-area,
.page.header-background .content-area {
    margin-top: -100px;
    z-index: 100;
  }
}
@media screen and (min-width: 1280px) {
  .single.no-sidebar.hero-background .content-area,
.single.no-sidebar.header-background .content-area,
.single.sidebar-bottom.hero-background .content-area,
.single.sidebar-bottom.header-background .content-area,
.page.hero-background .content-area,
.page.header-background .content-area {
    margin-top: -150px;
  }
}

@media screen and (min-width: 992px) {
  .sidebar-left .content-area,
.sidebar-right .content-area {
    display: grid;
    grid-auto-flow: row dense;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar-left .content-area,
.sidebar-right .content-area {
    grid-gap: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .sidebar-right .content-area {
    grid-template-columns: minmax(0, 2fr) 1fr;
  }
}

.sidebar-left .content-area {
  grid-template-columns: 1fr minmax(0, 2fr);
}
@media screen and (min-width: 992px) {
  .sidebar-left .main-content {
    grid-column-start: 2;
  }
}
.page-template #content,
.expertise-template-default #content {
  margin: 0 auto;
  position: relative;
  z-index: 99;
  padding: 48px 0 0 0;
}
.post,
.no-results,
.error-404 {
  background-color: #fff;
  border: 1px solid #dae1e7;
  border-top: 8px solid #3d4852;
  padding: 1.5rem;
  margin-bottom: 3rem;
}

.single .post {
  border: none;
  margin-bottom: 0;
}

.post-thumbnail {
  display: block;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
}
.post-thumbnail img {
  display: block;
  margin: 0 auto;
}
.post-title {
  font-family: "DMSerif", serif;
  color: #374938;
  font-size: 4.2rem;
  margin: 0 0 24px 0;
  word-break: break-word;
}
.post-title a {
  text-decoration: none;
}
@media screen and (max-width: 576px) {
  .post-title {
    font-size: 1.25rem;
  }
}

.breadcrumb {
  font-family: "Nunito", sans-serif;
  font-size: 0.875rem;
  margin: 0 0 0 -1.5rem;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0.5rem 1.5rem;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb-sep {
  color: #9AACB6;
}

.post-meta {
  color: #677783;
  font-size: 0.75rem;
  margin: 0;
}
.post-meta a {
  color: inherit;
}
.post-meta a:hover, .post-meta a:focus {
  color: white;
}

.post-meta-item {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  margin-right: 1rem;
}
.post-meta-item .icon {
  margin-right: 0.5rem;
}

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

.date-hidden .posted-on,
.author-hidden .byline,
.categories-hidden .categories,
.tags-hidden .tags,
.comment-hidden .comment-link {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.seperator {
  display: inline-block;
  margin: 0 0.25rem;
}

.small-thumbnail {
  border: 1px solid #dae1e7;
  border-left: 8px solid #3d4852;
}
.small-thumbnail .post-header {
  align-items: center;
  display: flex;
}
.small-thumbnail .post-thumbnail {
  flex-basis: 75px;
  flex-shrink: 0;
  margin: 0 1rem 0 0;
}
.small-thumbnail .post-thumbnail img {
  display: block;
  max-width: 75px;
}
@media screen and (min-width: 768px) {
  .small-thumbnail .post-thumbnail {
    flex-basis: 100px;
  }
  .small-thumbnail .post-thumbnail img {
    max-width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .small-thumbnail .post-thumbnail {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .small-thumbnail .post-thumbnail {
    flex-basis: 150px;
  }
  .small-thumbnail .post-thumbnail img {
    max-width: 150px;
  }
}

.small-thumbnail.has-post-thumbnail .post-header {
  margin-bottom: 1.5rem;
}
.small-thumbnail.has-post-thumbnail .post-title {
  margin: 0;
}

.post-content {
  word-wrap: break-word;
}
.post-content h2 {
  display: block;
  width: fit-content;
  font-family: "DMSerif", serif;
  font-size: 2.5rem;
  color: #273c28;
}
.post-content h3 {
  display: block;
  width: fit-content;
  font-family: "DMSerif", serif;
  font-size: 2.1rem;
  color: #273c28;
}
.post-content h4 {
  display: block;
  width: fit-content;
  font-family: "DMSerif", serif;
  font-size: 1.85rem;
  color: #273c28;
}
.more-link {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
.has-text-align-center {
  margin: 0 auto 24px auto;
}
.post-footer {
  border-top: 1px solid #dae1e7;
  clear: both;
  color: #677783;
  font-size: 0.75rem;
  padding: 1rem 0;
}
@media screen and (min-width: 576px) {
  .post-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .post-footer .edit-link {
    margin-left: 1.5rem;
  }
}

:not(.logged-in).comment-hidden.tags-hidden .post-footer {
  display: none;
}

.tags,
.edit-link,
.comment-link,
.reply-link {
  align-items: center;
  display: flex;
}
.tags .icon,
.edit-link .icon,
.comment-link .icon,
.reply-link .icon {
  margin-right: 0.5rem;
}

.tags {
  margin-right: auto;
}

.sticky {
  background-color: #3d4852;
  color: white;
}
.sticky .post-meta,
.sticky .post-footer,
.sticky a:visited {
  color: white;
}
.sticky a:hover,
.sticky a:focus {
  background-color: white;
  color: #3d4852;
}

#infinite-handle span {
  font-size: inherit;
}

.infinite-scroll .posts-navigation {
  display: none;
}

/**************************
 * Gutenberg Blocks
 **************************/
p.has-background {
  padding: 1.5rem;
}

.has-darkest-grey-background-color {
  background-color: #3d4852;
}

.has-darkest-grey-color {
  color: #3d4852;
}

.has-dark-grey-background-color {
  background-color: #58636F;
}

.has-dark-grey-color {
  color: #58636F;
}

.has-grey-background-color {
  background-color: #677783;
}

.has-grey-color {
  color: #677783;
}

.has-light-grey-background-color {
  background-color: #bac6d3;
}

.has-light-grey-color {
  color: #bac6d3;
}

.has-lightest-grey-background-color {
  background-color: #f1f5f8;
}

.has-lightest-grey-color {
  color: #f1f5f8;
}

.has-small-font-size {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .has-small-font-size {
    font-size: 1rem;
  }
}

.has-lead-font-size {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .has-lead-font-size {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .has-lead-font-size {
    font-size: 1.5rem;
  }
}

.has-large-font-size {
  font-size: 1.25rem;
}
@media screen and (min-width: 992px) {
  .has-large-font-size {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .has-large-font-size {
    font-size: 1.75rem;
  }
}

.has-very-large-font-size {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .has-very-large-font-size {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .has-very-large-font-size {
    font-size: 2rem;
  }
}

.has-huge-font-size {
  font-size: 1.75rem;
}
@media screen and (min-width: 992px) {
  .has-huge-font-size {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .has-huge-font-size {
    font-size: 2.75rem;
  }
}

.wp-block-media-text,
.wp-block-archives-dropdown {
  margin-bottom: 1.5rem;
}

.wp-block-column {
  margin-bottom: 1.5rem;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .wp-block-column {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}

.wp-block-media-text {
  display: block;
}
@media screen and (min-width: 992px) {
  .wp-block-media-text {
    display: grid;
  }
}

.wp-block-spacer {
  clear: both;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 1.5rem 0;
  padding: 2rem;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.125em;
}

.wp-block-pullquote {
  border-bottom: 8px solid;
  border-top: 8px solid;
}
.wp-block-pullquote blockquote {
  border-left: none;
}

.wp-block-separator {
  max-width: 200px;
}
.wp-block-separator.is-style-wide {
  max-width: none;
}
.wp-block-separator.is-style-dots:before {
  letter-spacing: 1em;
  font-size: 2.75rem;
}

.wp-block-table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes tr {
  background: #f1f5f8;
}
.wp-block-table.is-style-stripes tr:nth-child(even) {
  background-color: transparent;
}

.video-player {
  margin: 1.5rem 0;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************
 * Pagination and posts navigation 
 ***********************************/
.navigation,
.pagination {
  background-color: white;
  max-width: 800px;
  margin: 1.5rem auto;
}

.nav-links,
.page-links {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  justify-content: center;
  margin-bottom: 3rem;
  padding: 1rem 0;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .nav-links,
.page-links {
    padding: 1.5rem 0;
  }
}

.comment-navigation .nav-links {
  padding-left: 0;
  padding-right: 0;
}

.page-links a,
.nav-links a,
.current {
  align-items: center;
  display: inline-flex;
  margin: 0 0.25rem;
  padding: 0 0.5rem;
}

.current {
  background: #3d4852;
  color: white;
}

.link-text {
  margin: 0 0.25rem;
}

.nav-previous,
.nav-next {
  align-items: center;
  display: flex;
}
.nav-previous a,
.nav-next a {
  margin: 0;
}

.nav-previous {
  margin-right: auto;
}

.nav-next {
  margin-left: auto;
}

@media screen and (max-width: 576px) {
  .prev span,
.next span {
    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;
  }
}
/**************************
 * Comments area 
 **************************/
.comments-area {
  background: white;
  border-top: 8px solid #3d4852;
}

.comment-reply-title,
.comments-title {
  margin-top: 0;
}

.comment-notes {
  color: #677783;
  font-size: 0.875rem;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-url label,
.comment-form-email label {
  display: block;
}

.comment-list {
  list-style: none;
  margin-bottom: 3rem;
  padding: 0;
}

.children {
  list-style: none;
}

.comment-body {
  border-left: 8px solid #3d4852;
  margin-bottom: 1.5rem;
}

.comment-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.comment-author .avatar {
  border-radius: 50%;
  max-width: 64px;
  margin-right: 1rem;
}

.bypostauthor .avatar {
  border: 4px solid #3d4852;
  max-width: none;
}

.comment-author-name {
  display: block;
  margin: 0 0 0.25em;
}

.comment-date {
  color: #677783;
  display: block;
  font-size: 0.875rem;
}

.comment-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/**************************
 * Footer
 **************************/
.modal {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.modal.open {
  visibility: visible;
  overflow: auto;
  opacity: 1;
}

.site-footer {
  background: #374938;
  color: white;
  font-size: 1rem;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1FR);
  grid-gap: 24px;
  padding: 96px 0 0 0;
}
@media screen and (max-width: 768px) {
  .footer-wrapper {
    grid-template-columns: 100%;
    grid-auto-flow: row;
    grid-gap: 24px;
    padding: 24px;

  }
}
@media screen and (min-width: 992px) {
  .footer-wrapper {

  }
}
.footer-menu-section {
  display: flex;
  flex-direction: column;
}
.footer-menu-section a {
  font-size: 1rem;
}

.footer-menu .menu-item {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer-menu {
  }
}

.footer-social-menu {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer-social-menu {
  }
}
.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-family: "Nunito", sans-serif;
  color: white;
  line-height: 1.5rem;
}
.footer-col p, .footer-col span {
  display: block;
}
.footer-col-one {
  text-align: center;
}
.footer-col-one img {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 240px;
}
.footer-col-two {

}
.footer-col-three {
  padding: 0;
  align-items: flex-start;
}
.footer-col-four {
  padding: 0;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer-col-one,
  .footer-col-two,
  .footer-col-three,
  .footer-col-four {
    align-items: center;
    text-align: center;
  }
}
.footer-yellow {
  color: #f0d969;
  margin: 6px 0 0 0;
}
.footer-yellow-horaire {
  color: #f0d969;
  margin: 6px 4px 0 0;
  display: inline-block !important;
}
.footer-text-big {
  color: #f0d969;
  font-size: 1.3rem;
  margin: 0 0 9px 0px;
}
.site-info {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 12px 0;
}
@media screen and (max-width: 768px) {
  .site-info a {
    display: block;
    margin: 0 auto;
  }
}
/**************************
* Widgets
**************************/
.widgets-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 1.5rem;
  max-width: none;
}

.footer-widgets-wrapper {
  max-width: 1400px;
}

.widget {
  background-color: #fff;
  border-top: 8px solid #3d4852;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .widget {
    padding: 1.5rem;
  }
}

.widget-title {
  display: block;
  word-break: break-all;
}

.widget_nav_menu .sub-menu,
.widget_nav_menu .children {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 0 0 0 1rem;
}

/*******************
  Layout
********************/
.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.space-around {
  justify-content: space-around;
}

.space-between {
  justify-content: space-between;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.grid {
  display: grid;
}

.relative {
  position: relative;
}

/*******************
  Text 
********************/
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.uppercase,
.caps {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.small-caps {
  color: #58636F;
  font-size: 0.875rem;
  margin: 0;
  text-transform: uppercase;
}

.txt-2xs {
  font-size: 0.6875rem;
}

.txt-xs {
  font-size: 0.75rem;
}

.txt-sm {
  font-size: 0.875rem;
}

.txt-md {
  font-size: 1rem;
}

.txt-lg {
  font-size: 1.125rem;
}

.txt-xl {
  font-size: 1.25rem;
}

.txt-2xl {
  font-size: 1.5rem;
}

.txt-3xl {
  font-size: 1.75rem;
}

.txt-4xl {
  font-size: 2rem;
}

.txt-5xl {
  font-size: 2.75rem;
}

.txt-6xl {
  font-size: 4rem;
}

/*******************
  Colors
********************/
.white {
  color: #fff;
}

.grey-1 {
  color: #f1f5f8;
}

.grey-2 {
  color: #dae1e7;
}

.grey-3 {
  color: #bac6d3;
}

.grey-4 {
  color: #9AACB6;
}

.grey-5 {
  color: #677783;
}

.grey-6 {
  color: #5e6c78;
}

.grey-7 {
  color: #58636F;
}

.grey-8 {
  color: #485561;
}

.grey-9 {
  color: #3d4852;
}

.bg-grey-1 {
  background-color: #f1f5f8;
}

.bg-grey-2 {
  background-color: #dae1e7;
}

.bg-grey-3 {
  background-color: #bac6d3;
}

.bg-grey-4 {
  background-color: #9AACB6;
}

.bg-grey-5 {
  background-color: #677783;
}

.bg-grey-6 {
  background-color: #5e6c78;
}

.bg-grey-7 {
  background-color: #58636F;
}

.bg-grey-8 {
  background-color: #485561;
}

.bg-grey-9 {
  background-color: #3d4852;
}

.orange-1 {
  color: #ffedd5;
}

.orange-2 {
  color: #fed7aa;
}

.orange-3 {
  color: #fdba72;
}

.orange-4 {
  color: #ff914d;
}

.orange-5 {
  color: #f97415;
}

.orange-6 {
  color: #e9590c;
}

.orange-7 {
  color: #c03f0c;
}

.orange-8 {
  color: #9b3412;
}

.orange-9 {
  color: #7c2d12;
}

.bg-orange-1 {
  background-color: #ffedd5;
}

.bg-orange-2 {
  background-color: #fed7aa;
}

.bg-orange-3 {
  background-color: #fdba72;
}

.bg-orange-4 {
  background-color: #ff914d;
}

.bg-orange-5 {
  background-color: #f97415;
}

.bg-orange-6 {
  background-color: #e9590c;
}

.bg-orange-7 {
  background-color: #c03f0c;
}

.bg-orange-8 {
  background-color: #9b3412;
}

.bg-orange-9 {
  background-color: #7c2d12;
}

/*******************
  Spacing
********************/
.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-4xs {
  padding: 0.125rem;
}

.pb-4xs {
  padding-bottom: 0.125rem;
}

.pl-4xs {
  padding-left: 0.125rem;
}

.pr-4xs {
  padding-right: 0.125rem;
}

.pt-4xs {
  padding-top: 0.125rem;
}

.px-4xs {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.py-4xs {
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}

.p-3xs {
  padding: 0.25rem;
}

.pb-3xs {
  padding-bottom: 0.25rem;
}

.pl-3xs {
  padding-left: 0.25rem;
}

.pr-3xs {
  padding-right: 0.25rem;
}

.pt-3xs {
  padding-top: 0.25rem;
}

.px-3xs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-3xs {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.p-2xs {
  padding: 0.5rem;
}

.pb-2xs {
  padding-bottom: 0.5rem;
}

.pl-2xs {
  padding-left: 0.5rem;
}

.pr-2xs {
  padding-right: 0.5rem;
}

.pt-2xs {
  padding-top: 0.5rem;
}

.px-2xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2xs {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.p-xs {
  padding: 0.75rem;
}

.pb-xs {
  padding-bottom: 0.75rem;
}

.pl-xs {
  padding-left: 0.75rem;
}

.pr-xs {
  padding-right: 0.75rem;
}

.pt-xs {
  padding-top: 0.75rem;
}

.px-xs {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-xs {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.p-sm {
  padding: 1rem;
}

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

.pl-sm {
  padding-left: 1rem;
}

.pr-sm {
  padding-right: 1rem;
}

.pt-sm {
  padding-top: 1rem;
}

.px-sm {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-sm {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.p-md {
  padding: 1.5rem;
}

.pb-md {
  padding-bottom: 1.5rem;
}

.pl-md {
  padding-left: 1.5rem;
}

.pr-md {
  padding-right: 1.5rem;
}

.pt-md {
  padding-top: 1.5rem;
}

.px-md {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-md {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.p-lg {
  padding: 2rem;
}

.pb-lg {
  padding-bottom: 2rem;
}

.pl-lg {
  padding-left: 2rem;
}

.pr-lg {
  padding-right: 2rem;
}

.pt-lg {
  padding-top: 2rem;
}

.px-lg {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-lg {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.p-xl {
  padding: 3rem;
}

.pb-xl {
  padding-bottom: 3rem;
}

.pl-xl {
  padding-left: 3rem;
}

.pr-xl {
  padding-right: 3rem;
}

.pt-xl {
  padding-top: 3rem;
}

.px-xl {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-xl {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.p-2xl {
  padding: 4rem;
}

.pb-2xl {
  padding-bottom: 4rem;
}

.pl-2xl {
  padding-left: 4rem;
}

.pr-2xl {
  padding-right: 4rem;
}

.pt-2xl {
  padding-top: 4rem;
}

.px-2xl {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-2xl {
  padding-bottom: 4rem;
  padding-top: 4rem;
}

.p-3xl {
  padding: 6rem;
}

.pb-3xl {
  padding-bottom: 6rem;
}

.pl-3xl {
  padding-left: 6rem;
}

.pr-3xl {
  padding-right: 6rem;
}

.pt-3xl {
  padding-top: 6rem;
}

.px-3xl {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-3xl {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.p-4xl {
  padding: 8rem;
}

.pb-4xl {
  padding-bottom: 8rem;
}

.pl-4xl {
  padding-left: 8rem;
}

.pr-4xl {
  padding-right: 8rem;
}

.pt-4xl {
  padding-top: 8rem;
}

.px-4xl {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-4xl {
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.p-auto {
  padding: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.pl-auto {
  padding-left: auto;
}

.pr-auto {
  padding-right: auto;
}

.pt-auto {
  padding-top: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.py-auto {
  padding-bottom: auto;
  padding-top: auto;
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-4xs {
  margin: 0.125rem;
}

.mb-4xs {
  margin-bottom: 0.125rem;
}

.ml-4xs {
  margin-left: 0.125rem;
}

.mr-4xs {
  margin-right: 0.125rem;
}

.mt-4xs {
  margin-top: 0.125rem;
}

.mx-4xs {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.my-4xs {
  margin-bottom: 0.125rem;
  margin-top: 0.125rem;
}

.m-3xs {
  margin: 0.25rem;
}

.mb-3xs {
  margin-bottom: 0.25rem;
}

.ml-3xs {
  margin-left: 0.25rem;
}

.mr-3xs {
  margin-right: 0.25rem;
}

.mt-3xs {
  margin-top: 0.25rem;
}

.mx-3xs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-3xs {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}

.m-2xs {
  margin: 0.5rem;
}

.mb-2xs {
  margin-bottom: 0.5rem;
}

.ml-2xs {
  margin-left: 0.5rem;
}

.mr-2xs {
  margin-right: 0.5rem;
}

.mt-2xs {
  margin-top: 0.5rem;
}

.mx-2xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2xs {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.m-xs {
  margin: 0.75rem;
}

.mb-xs {
  margin-bottom: 0.75rem;
}

.ml-xs {
  margin-left: 0.75rem;
}

.mr-xs {
  margin-right: 0.75rem;
}

.mt-xs {
  margin-top: 0.75rem;
}

.mx-xs {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-xs {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.m-sm {
  margin: 1rem;
}

.mb-sm {
  margin-bottom: 1rem;
}

.ml-sm {
  margin-left: 1rem;
}

.mr-sm {
  margin-right: 1rem;
}

.mt-sm {
  margin-top: 1rem;
}

.mx-sm {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-sm {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.m-md {
  margin: 1.5rem;
}

.mb-md {
  margin-bottom: 1.5rem;
}

.ml-md {
  margin-left: 1.5rem;
}

.mr-md {
  margin-right: 1.5rem;
}

.mt-md {
  margin-top: 1.5rem;
}

.mx-md {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-md {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.m-lg {
  margin: 2rem;
}

.mb-lg {
  margin-bottom: 2rem;
}

.ml-lg {
  margin-left: 2rem;
}

.mr-lg {
  margin-right: 2rem;
}

.mt-lg {
  margin-top: 2rem;
}

.mx-lg {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-lg {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.m-xl {
  margin: 3rem;
}

.mb-xl {
  margin-bottom: 3rem;
}

.ml-xl {
  margin-left: 3rem;
}

.mr-xl {
  margin-right: 3rem;
}

.mt-xl {
  margin-top: 3rem;
}

.mx-xl {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-xl {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.m-2xl {
  margin: 4rem;
}

.mb-2xl {
  margin-bottom: 4rem;
}

.ml-2xl {
  margin-left: 4rem;
}

.mr-2xl {
  margin-right: 4rem;
}

.mt-2xl {
  margin-top: 4rem;
}

.mx-2xl {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-2xl {
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.m-3xl {
  margin: 6rem;
}

.mb-3xl {
  margin-bottom: 6rem;
}

.ml-3xl {
  margin-left: 6rem;
}

.mr-3xl {
  margin-right: 6rem;
}

.mt-3xl {
  margin-top: 6rem;
}

.mx-3xl {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-3xl {
  margin-bottom: 6rem;
  margin-top: 6rem;
}

.m-4xl {
  margin: 8rem;
}

.mb-4xl {
  margin-bottom: 8rem;
}

.ml-4xl {
  margin-left: 8rem;
}

.mr-4xl {
  margin-right: 8rem;
}

.mt-4xl {
  margin-top: 8rem;
}

.mx-4xl {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-4xl {
  margin-bottom: 8rem;
  margin-top: 8rem;
}

.m-auto {
  margin: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

/*******************
  Sizing
********************/
.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.mw-none {
  max-width: none;
}

.mw-xs {
  max-width: 375px;
}

.mw-sm {
  max-width: 576px;
}

.mw-md {
  max-width: 768px;
}

.mw-lg {
  max-width: 992px;
}

.mw-xl {
  max-width: 1280px;
}

.mw-xxl {
  max-width: 1600px;
}

.minw-none {
  min-width: none;
}

.minw-xs {
  min-width: 375px;
}

.minw-sm {
  min-width: 576px;
}

.minw-md {
  min-width: 768px;
}

.minw-lg {
  min-width: 992px;
}

.minw-xl {
  min-width: 1280px;
}

.minw-xxl {
  min-width: 1600px;
}

/**************************
 * Other helper classes
 **************************/
.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;
}

.skip-link:focus {
  border-radius: 4px;
  clip: auto !important;
  clip-path: none;
  display: block;
  font-weight: bold;
  height: auto;
  left: 10px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 18px;
  width: auto;
  z-index: 100000;
}

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

/**************************
 * Page Nos expertises
 **************************/
.expertise-page-intro {
  max-width: 800px;
  margin: 0 auto 72px auto;
  text-align: center;
}
.expertise-page-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0 0 96px 0;
}
.expertise-page-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
}
.expertise-page-row.is-reverse .expertise-page-media {
  order: 2;
}
.expertise-page-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.expertise-page-title {
  font-family: "DMSerif", serif;
  font-size: 2.2rem;
  color: black;
  margin: 0 0 24px 0;
}
.expertise-page-desc {
  margin: 0 0 32px 0;
}
@media (max-width: 768px) {
  .expertise-page-row {
    grid-template-columns: 1fr;
  }
  .expertise-page-row.is-reverse .expertise-page-media {
    order: 0;
  }
}

/*# sourceMappingURL=style.css.map */
