@charset "UTF-8";
/* ========= Breakpoint =========== */
/* Menu ---------------------------------------------*/
.site-navigation ul li[class*="current-menu-"] > a {
  color: var(--wp--preset--color--secondary); }
.site-navigation ul .sub-menu {
  background: #FFF;
  box-shadow: none; }
  .site-navigation ul .sub-menu a {
    line-height: normal; }
.site-navigation .icon-arrow svg {
  height: 1.5em;
  width: 1.5em;
  top: 6px; }
  .site-navigation .icon-arrow svg path {
    fill: var(--wp--preset--color--secondary); }

header .horizontal-group {
  display: flex;
  align-items: center;
  gap: 20px;
  position: fixed;
  top: 45px;
  left: 15px; }
  @media only screen and (min-width: 768px) {
    header .horizontal-group {
      position: static; } }

@media only screen and (max-width: 768px) {
  .wp-block-site-logo img {
    width: 150px !important; }

  .wp-block-navigation__responsive-container-close {
    top: 20px !important;
    right: 15px !important; } }
.mobile-button {
  display: block;
  line-height: 0; }
  .mobile-button.is-active a::before {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='30' viewBox='0 0 40 30' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='12.5' width='30' height='5' fill='%23061620' rx='2.5' transform='rotate(45 20 15)'/%3E%3Crect x='5' y='12.5' width='30' height='5' fill='%23061620' rx='2.5' transform='rotate(-45 20 15)'/%3E%3C/svg%3E"); }
  .mobile-button a {
    display: block;
    font-size: 0; }
    .mobile-button a::before {
      content: '';
      display: block;
      width: 30px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg width='40' height='30' viewBox='0 0 40 30' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='5' fill='%23061620' rx='2'/%3E%3Crect y='12.5' width='40' height='5' fill='%23061620' rx='2'/%3E%3Crect y='25' width='40' height='5' fill='%23061620' rx='2'/%3E%3C/svg%3E%0A");
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.2s ease; }
    .mobile-button a span {
      display: none; }

nav.site-navigation.is-active {
  display: block; }
nav.site-navigation > ul {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
  padding: 0 50px 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  nav.site-navigation > ul .wp-block-navigation-item.has-child {
    display: block; }
    nav.site-navigation > ul .wp-block-navigation-item.has-child.is-active > a::after {
      transform: rotate(90deg); }
    nav.site-navigation > ul .wp-block-navigation-item.has-child > a {
      display: flex;
      align-items: center;
      cursor: pointer; }
      nav.site-navigation > ul .wp-block-navigation-item.has-child > a::after {
        content: '';
        display: block;
        width: 13px;
        height: 13px;
        margin-left: 10px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat; }
    nav.site-navigation > ul .wp-block-navigation-item.has-child .wp-block-navigation-submenu__toggle {
      display: none; }
    nav.site-navigation > ul .wp-block-navigation-item.has-child .wp-block-navigation-submenu {
      display: none;
      position: static;
      width: auto;
      height: auto;
      opacity: 1;
      visibility: visible;
      border: none; }
      nav.site-navigation > ul .wp-block-navigation-item.has-child .wp-block-navigation-submenu li {
        font-size: 14px;
        font-weight: 400; }
        nav.site-navigation > ul .wp-block-navigation-item.has-child .wp-block-navigation-submenu li a {
          padding: 0; }

/* NAV */
.wp-block-site-logo {
  margin-right: auto !important;
  margin-left: 0 !important; }
  .wp-block-site-logo img {
    width: 220px; }

.wp-block-navigation__container > li {
  padding: 10px 0 !important;
  /*
  &:hover > a {
      color: var(--wp--preset--color--secondary)!important;
  }
      */
  transition: all .3s; }
  .wp-block-navigation__container > li:hover .wp-block-navigation__submenu-container {
    transform: scaleY(1) !important;
    opacity: 1 !important;
    transform-origin: top center !important;
    transition: 0.3s ease-out all !important; }
  .wp-block-navigation__container > li svg {
    stroke: var(--wp--preset--color--secondary) !important;
    margin-top: -0.2em !important;
    width: 18px !important;
    height: 18px !important; }

.wp-block-navigation__submenu-container {
  padding: 25px 15px 20px !important;
  border: 0 !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  box-shadow: 0px 5px 5px rgba(10, 25, 35, 0.168627451) !important;
  min-width: max-content !important;
  left: 0 !important;
  transform: scaleY(0) !important;
  opacity: 0 !important;
  transition: none !important;
  transform-origin: top center !important;
  transition: 0.3s ease-out all !important; }
  .wp-block-navigation__submenu-container .point-maintenance a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .point-maintenance a::before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50px; }
  .wp-block-navigation__submenu-container .point-maintenance a::before {
    background-color: var(--wp--preset--color--secondary); }
  .wp-block-navigation__submenu-container .point-creation a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .point-creation a::before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50px; }
  .wp-block-navigation__submenu-container .point-creation a::before {
    background-color: var(--wp--preset--color--primary-light); }
  .wp-block-navigation__submenu-container .point-referencement a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .point-referencement a::before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50px; }
  .wp-block-navigation__submenu-container .point-referencement a::before {
    background-color: #41D977; }
  .wp-block-navigation__submenu-container .point-support a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .point-support a::before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      border-radius: 50px; }
  .wp-block-navigation__submenu-container .point-support a::before {
    background-color: #C684FF; }
  .wp-block-navigation__submenu-container .cat-creation a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .cat-creation a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .cat-creation a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='171.163' height='170.677' viewBox='0 0 171.163 170.677'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='171.163' height='170.677' fill='%23000'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_95' data-name='Groupe 95' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_371' data-name='Tracé 371' d='M2.673,102.979a2.666,2.666,0,0,0,2.663-2.663v-67.1H143.464V76.8a2.668,2.668,0,1,0,5.335.01V10.924A10.929,10.929,0,0,0,137.876,0H10.924A10.935,10.935,0,0,0,0,10.924v89.393a2.666,2.666,0,0,0,2.663,2.663ZM5.345,10.913a5.593,5.593,0,0,1,5.588-5.588H137.886a5.6,5.6,0,0,1,5.588,5.588V27.871H5.345ZM97.057,122.842H9.273A3.936,3.936,0,0,1,5.335,118.9v-9.375a2.663,2.663,0,1,0-5.325,0V118.9a9.283,9.283,0,0,0,9.263,9.273H97.057a2.673,2.673,0,1,0,0-5.345Z' fill='%23000'/%3E%3Cpath id='Tracé_372' data-name='Tracé 372' d='M131.231,78.965a2.666,2.666,0,0,0,2.663-2.663V70.866a2.668,2.668,0,1,0-5.335-.01v5.436a2.659,2.659,0,0,0,2.663,2.663Zm-28.114.881a2.658,2.658,0,0,0,0,3.766l3.847,3.847a2.67,2.67,0,0,0,3.776-3.776l-3.847-3.847a2.658,2.658,0,0,0-3.766,0Zm-.172,25.036a2.666,2.666,0,0,0-2.663-2.663H94.846a2.668,2.668,0,1,0-.01,5.335h5.436a2.666,2.666,0,0,0,2.663-2.663Zm4.019,23.578-3.847,3.837a2.67,2.67,0,1,0,3.776,3.776l3.847-3.837a2.67,2.67,0,1,0-3.776-3.776m48.533,0a2.67,2.67,0,1,0-3.776,3.776l3.837,3.837a2.67,2.67,0,0,0,3.776-3.776ZM168.314,105.3h-5.436a2.668,2.668,0,1,0-.01,5.335H168.3a2.668,2.668,0,1,0,.01-5.335M155.568,79.856,151.731,83.7a2.67,2.67,0,1,0,3.776,3.776l3.847-3.847a2.67,2.67,0,0,0-3.776-3.776Zm-73.731-34.4h48.9a2.668,2.668,0,0,0,.01-5.335h-48.9a2.668,2.668,0,0,0-.01,5.335ZM133.4,56.834a2.666,2.666,0,0,0-2.663-2.663h-48.9a2.668,2.668,0,0,0-.01,5.335h48.9a2.666,2.666,0,0,0,2.663-2.663ZM102.246,70.876a2.666,2.666,0,0,0-2.663-2.663H81.837a2.668,2.668,0,1,0-.01,5.335H99.574a2.666,2.666,0,0,0,2.663-2.663ZM81.837,82.255a2.668,2.668,0,0,0-.01,5.335h9.729a2.668,2.668,0,1,0,.01-5.335ZM67.481,95.942H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335Zm0,13.687H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335ZM21.813,45.455h42.52a1.465,1.465,0,0,1,1.458,1.458,2.668,2.668,0,1,0,5.335.01,6.8,6.8,0,0,0-6.793-6.793H21.813a6.807,6.807,0,0,0-6.793,6.793V80.807A6.8,6.8,0,0,0,21.813,87.6h42.52a6.8,6.8,0,0,0,6.793-6.793v-23.4a2.668,2.668,0,1,0-5.335-.01V80.807a1.465,1.465,0,0,1-1.458,1.458H21.813a1.458,1.458,0,0,1-1.458-1.458V46.923a1.45,1.45,0,0,1,1.458-1.448Z' transform='translate(0.186 0.497)' fill='%23000'/%3E%3Cpath id='Tracé_373' data-name='Tracé 373' d='M148.637,147.909a6.744,6.744,0,0,0-3.948-6.125,27.533,27.533,0,0,1,.911-5.416,2.667,2.667,0,0,0-5.133-1.448,33.19,33.19,0,0,0-1.134,6.246h-5.285v-20.41l1.448.952a2.65,2.65,0,0,0,2.926,0l5.588-3.665a2.666,2.666,0,1,0-2.885-4.485c-.01,0-.03.02-.04.03l-4.12,2.7-4.12-2.7a2.815,2.815,0,0,0-2.926,0l-4.11,2.7-4.11-2.7a2.667,2.667,0,0,0-2.936,4.454l5.578,3.665a2.667,2.667,0,0,0,2.936,0l1.448-.952v20.41h-5.669a33.767,33.767,0,0,0-7.664-19.438,20.74,20.74,0,1,1,36.79-12.31,20.56,20.56,0,0,1-4.627,12.128,39.749,39.749,0,0,0-3.746,5.477,2.67,2.67,0,0,0,4.647,2.622,34.127,34.127,0,0,1,3.24-4.738,25.871,25.871,0,0,0,5.821-15.246,26.134,26.134,0,0,0-44.464-19.822,25.919,25.919,0,0,0-7.765,18.6,26.181,26.181,0,0,0,6.014,16.694,28.485,28.485,0,0,1,6.429,16.38,6.652,6.652,0,0,0-4.728,6.4,6.132,6.132,0,0,0,1.427,4.07,6.714,6.714,0,0,0,5.3,10.853h.385a11.3,11.3,0,0,0,21.442,0h.364a6.742,6.742,0,0,0,6.753-6.712v-.03a6.678,6.678,0,0,0-1.407-4.08,6.509,6.509,0,0,0,1.407-4.09Zm-6.753-1.4h.051a1.418,1.418,0,0,1,1.377,1.407c-.152.85-.526,1.4-1.4,1.4H119.734a1.378,1.378,0,0,1-1.417-1.4,1.426,1.426,0,0,1,1.417-1.417l22.161.02Zm-11.075,18.709a5.993,5.993,0,0,1-4.789-2.4H135.6A5.993,5.993,0,0,1,130.809,165.221Zm11.086-7.735c-27.608-.02-16.046,0-22.181,0a1.391,1.391,0,0,1-1.4-1.387v-.03a1.391,1.391,0,0,1,1.387-1.4h22.2a1.409,1.409,0,0,1,.121,2.814h-.132ZM128.673,8.92H90.081a7.562,7.562,0,1,0,.01,15.125h38.592a7.568,7.568,0,1,0,0-15.135Zm0,9.8H90.081a2.234,2.234,0,0,1,0-4.465h38.592a2.232,2.232,0,0,1,0,4.465M20,13.82H14.943a2.663,2.663,0,0,0,0,5.325H20a2.663,2.663,0,0,0,0-5.325m13.748,0H28.691a2.663,2.663,0,0,0,0,5.325h5.062a2.663,2.663,0,1,0,0-5.325m13.748,0H42.439a2.663,2.663,0,0,0,0,5.325H47.5a2.663,2.663,0,1,0,0-5.325' transform='translate(0.152 0.11)' fill='%23000'/%3E%3C/g%3E%3C/svg%3E"); }
  .wp-block-navigation__submenu-container .cat-maintenance a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .cat-maintenance a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .cat-maintenance a::before {
    /* Rouge */
    /* Primary Dark = Bleu foncé */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Calque_1' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;%7D.cls-3%7Bclip-path:url(%23clippath);%7D.cls-2%7Bstroke:%23061620;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px;%7D%3C/style%3E%3CclipPath id='clippath'%3E%3Crect class='cls-1' width='170.68' height='170.68'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-3'%3E%3Cpath class='cls-2' d='m118.71,168.18H51.97c-1.8,0-3.26-1.46-3.26-3.26,0-6.81,5.52-12.34,12.34-12.34h48.58c6.81,0,12.34,5.52,12.34,12.34,0,1.8-1.46,3.26-3.26,3.26Z'/%3E%3Cpath class='cls-2' d='m160.1,117.25H10.58'/%3E%3Cpath class='cls-2' d='m70.05,18.4h-19.1'/%3E%3Cpath class='cls-2' d='m160.1,35.13v-7.3c0-5.2-4.22-9.42-9.42-9.42h-67.24'/%3E%3Cpath class='cls-2' d='m45.31,18.4h-25.31c-5.2,0-9.42,4.22-9.42,9.42v97.82c0,5.2,4.22,9.42,9.42,9.42h130.68c5.2,0,9.42-4.22,9.42-9.42V47.03'/%3E%3Cpath class='cls-2' d='m112.6,83.48l5.31,5.31c3.7,3.7,9.7,3.7,13.39,0h0c3.7-3.7,3.7-9.7,0-13.39l-5.63-5.63'/%3E%3Cpath class='cls-2' d='m95.38,39.47l-5.54-5.54c-3.38-3.38-5.54-7.81-6.06-12.56-.02-.18-.04-.37-.05-.55-.26-4.58-2.13-9.09-5.63-12.58-4.85-4.85-11.71-6.66-17.94-5.28-1.67.37-2.26,2.45-1.05,3.66l9.36,9.36c2.75,2.75,2.75,7.22,0,9.97-2.75,2.75-7.22,2.75-9.97,0l-9.36-9.36c-1.21-1.21-3.29-.62-3.66,1.05-1.38,6.23.43,13.09,5.28,17.94,3.5,3.5,8,5.38,12.58,5.63.19.01.37.03.55.05,4.57.51,8.83,2.52,12.16,5.67h0s0,0,0,0'/%3E%3Cpath class='cls-2' d='m58.17,73.69h0c-1.97,1.97-1.97,5.16,0,7.13l25.09,25.09c1.97,1.97,5.16,1.97,7.13,0,1.97-1.97,1.97-5.16,0-7.13l-25.09-25.09c-1.97-1.97-5.16-1.97-7.13,0Z'/%3E%3Cpath class='cls-2' d='m89.97,98.36l5.85-5.85c.85-.85,1.86-1.54,2.97-2.01l7.77-3.34c3.94-1.94,7.53-4.51,10.63-7.61l6.98-6.87c2.2-2.2,2.14-5.81-.19-7.93-1.2-1.09-2.76-1.52-4.28-1.35-.22.03-.44-.04-.59-.2l-.04-.04c-.24-.25-.26-.64-.04-.91.26-.32.58-.74.72-1.01,1.02-1.98.75-4.46-.89-6.11-1.8-1.81-4.31-2.26-6.37-1.3-.08.04-.25.09-.32,0-.07-.09,0-.24.05-.31,1.51-2.11,1.44-5.06-.38-7-1.64-1.76-4.24-2.24-6.4-1.19-.02.01-.19.1-.25.03-.09-.11.06-.26.06-.26l.55-.55c2.09-2.09,2.28-5.49.29-7.67-2.12-2.33-5.74-2.38-7.94-.18l-13.33,13.31c-.1.1-.21.2-.32.28l-.07.07c-1.44,1.44-3.56,1.39-4.99-.04l-3.4-3.39c-3.11,3.29-4.94,7.66-4.4,12.16l.57,4.76c.34,2.9-.66,5.79-2.72,7.85l-3.09,3.09'/%3E%3Cpath class='cls-2' d='m38.53,100.44l-16.81,16.81'/%3E%3Cpath class='cls-2' d='m58.17,80.82s0,0,0,0l-11.24,11.24'/%3E%3Cpath class='cls-2' d='m73.95,117.25l10.47-10.47'/%3E%3Cpath class='cls-2' d='m73.15,135.06l-4.55,17.52'/%3E%3Cpath class='cls-2' d='m102.08,152.58l-4.55-17.52'/%3E%3C/g%3E%3C/svg%3E"); }
  .wp-block-navigation__submenu-container .cat-support a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .cat-support a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .cat-support a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Calque_1' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m141.33,53.52h-12.45v-13.26c0-7.6-2.86-14.84-8.05-20.38-.96-1.03-2.58-1.08-3.61-.12,0,0,0,0,0,0-1.03.96-1.08,2.58-.12,3.61h0c4.3,4.59,6.67,10.59,6.67,16.89v13.26h-52.02c-16.45,0-29.83,13.38-29.83,29.83v9.15h-4c-1.58,0-3.1.62-4.22,1.75l-13.57,13.57v-13.65c0-2.09-1.12-4.06-2.92-5.13-7.47-4.44-12.1-12.58-12.1-21.25v-27.52c0-13.63,11.09-24.71,24.71-24.71h69.24c3.19,0,6.3.6,9.23,1.78,1.31.53,2.8-.11,3.33-1.42.53-1.31-.11-2.8-1.42-3.33-3.54-1.43-7.29-2.15-11.15-2.15H29.83c-16.45,0-29.83,13.38-29.83,29.83v27.52c0,10.46,5.6,20.29,14.6,25.65.26.15.42.43.42.73v14.88c0,1.86,1.12,3.54,2.84,4.25,1.15.55,3.5.47,5.01-1l14.44-14.44c.16-.16.38-.25.6-.25h4v13.26c0,4.03.79,7.93,2.34,11.61.56,1.29,2.07,1.89,3.36,1.32,1.28-.56,1.87-2.03,1.34-3.32-1.29-3.04-1.94-6.28-1.94-9.62v-27.52c0-13.63,11.09-24.71,24.71-24.71h69.58c13.63,0,24.71,11.09,24.71,24.71v27.52c0,8.7-4.45,16.6-11.9,21.13-1.76,1.07-2.85,3.02-2.85,5.08v16.67l-16.43-16.43c-1.12-1.12-2.63-1.75-4.22-1.75h-58.9c-6.2,0-12.13-2.31-16.7-6.49-1.04-.95-2.66-.88-3.61.16-.95,1.04-.88,2.66.16,3.61,5.51,5.06,12.67,7.84,20.15,7.84h58.9c.22,0,.44.09.6.25l17.3,17.3c1.34,1.03,2.64,1.82,5.01,1,1.72-.71,2.84-2.39,2.84-4.25v-17.91c0-.29.15-.57.39-.71,8.99-5.46,14.36-15,14.36-25.5v-27.52c0-16.45-13.38-29.83-29.83-29.83h0Z'/%3E%3Cpath class='cls-1' d='m99.33,114.49c-1.5-2.12-4.23-3.54-7.34-3.54-4.72,0-8.56,3.26-8.56,7.28s3.84,7.28,8.56,7.28c4.14,0,7.61-2.51,8.4-5.84,3.82-1.61,6.76-4.81,8.03-8.76,3.73-.85,6.53-4.19,6.53-8.18v-9.22c0-3.85-2.61-7.1-6.15-8.08-.83-5.13-3.36-9.85-7.22-13.41-4.32-3.97-9.93-6.16-15.8-6.16-11.55,0-21.21,8.32-23.02,19.57-3.54.99-6.14,4.24-6.14,8.08v9.22c0,4.63,3.77,8.39,8.39,8.39s8.39-3.77,8.39-8.39v-9.22c0-3.61-2.29-6.69-5.49-7.88,1.66-8.47,9.06-14.66,17.87-14.66s16.19,6.3,17.86,14.67c-3.2,1.19-5.49,4.27-5.49,7.87v9.22c0,3.41,2.05,6.35,4.98,7.66-.81,1.73-2.13,3.16-3.8,4.1h0Zm-7.34,5.9c-2.03,0-3.45-1.14-3.45-2.16s1.42-2.16,3.45-2.16,3.45,1.14,3.45,2.16-1.42,2.16-3.45,2.16Zm-23.7-17.67c0,1.81-1.47,3.28-3.28,3.28s-3.28-1.47-3.28-3.28v-9.22c0-1.81,1.47-3.28,3.28-3.28s3.28,1.47,3.28,3.28v9.22Zm34.98-9.22c0-1.81,1.47-3.28,3.28-3.28s3.28,1.47,3.28,3.28v9.22c0,1.81-1.47,3.28-3.28,3.28s-3.28-1.47-3.28-3.28v-9.22Zm18.32-13.16h20.36c1.41,0,2.56-1.14,2.56-2.56s-1.14-2.56-2.56-2.56h-20.36c-1.41,0-2.56,1.14-2.56,2.56s1.14,2.56,2.56,2.56Zm0,11.44h15.7c1.41,0,2.56-1.14,2.56-2.56s-1.14-2.56-2.56-2.56h-15.7c-1.41,0-2.56,1.14-2.56,2.56s1.14,2.56,2.56,2.56Z'/%3E%3Ccircle class='cls-1' cx='25.15' cy='43.87' r='3.81'/%3E%3Ccircle class='cls-1' cx='36.69' cy='43.87' r='3.81'/%3E%3Ccircle class='cls-1' cx='48.17' cy='43.87' r='3.81'/%3E%3C/svg%3E"); }
  .wp-block-navigation__submenu-container .cat-assistance a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .cat-assistance a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .cat-assistance a::before {
    /* Rouge */
    /* Bleu avis  #00416b*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Calque_1' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;%7D.cls-3%7Bclip-path:url(%23clippath);%7D.cls-2%7Bstroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px;%7D%3C/style%3E%3CclipPath id='clippath'%3E%3Crect class='cls-1' width='170.68' height='170.68'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-3'%3E%3Cpath class='cls-2' d='m118.71,168.18H51.97c-1.8,0-3.26-1.46-3.26-3.26,0-6.81,5.52-12.34,12.34-12.34h48.58c6.81,0,12.34,5.52,12.34,12.34,0,1.8-1.46,3.26-3.26,3.26Z'/%3E%3Cpath class='cls-2' d='m160.1,117.25H10.58'/%3E%3Cpath class='cls-2' d='m70.05,18.4h-19.1'/%3E%3Cpath class='cls-2' d='m160.1,35.13v-7.3c0-5.2-4.22-9.42-9.42-9.42h-67.24'/%3E%3Cpath class='cls-2' d='m45.31,18.4h-25.31c-5.2,0-9.42,4.22-9.42,9.42v97.82c0,5.2,4.22,9.42,9.42,9.42h130.68c5.2,0,9.42-4.22,9.42-9.42V47.03'/%3E%3Cpath class='cls-2' d='m112.6,83.48l5.31,5.31c3.7,3.7,9.7,3.7,13.39,0h0c3.7-3.7,3.7-9.7,0-13.39l-5.63-5.63'/%3E%3Cpath class='cls-2' d='m95.38,39.47l-5.54-5.54c-3.38-3.38-5.54-7.81-6.06-12.56-.02-.18-.04-.37-.05-.55-.26-4.58-2.13-9.09-5.63-12.58-4.85-4.85-11.71-6.66-17.94-5.28-1.67.37-2.26,2.45-1.05,3.66l9.36,9.36c2.75,2.75,2.75,7.22,0,9.97-2.75,2.75-7.22,2.75-9.97,0l-9.36-9.36c-1.21-1.21-3.29-.62-3.66,1.05-1.38,6.23.43,13.09,5.28,17.94,3.5,3.5,8,5.38,12.58,5.63.19.01.37.03.55.05,4.57.51,8.83,2.52,12.16,5.67h0s0,0,0,0'/%3E%3Cpath class='cls-2' d='m58.17,73.69h0c-1.97,1.97-1.97,5.16,0,7.13l25.09,25.09c1.97,1.97,5.16,1.97,7.13,0,1.97-1.97,1.97-5.16,0-7.13l-25.09-25.09c-1.97-1.97-5.16-1.97-7.13,0Z'/%3E%3Cpath class='cls-2' d='m89.97,98.36l5.85-5.85c.85-.85,1.86-1.54,2.97-2.01l7.77-3.34c3.94-1.94,7.53-4.51,10.63-7.61l6.98-6.87c2.2-2.2,2.14-5.81-.19-7.93-1.2-1.09-2.76-1.52-4.28-1.35-.22.03-.44-.04-.59-.2l-.04-.04c-.24-.25-.26-.64-.04-.91.26-.32.58-.74.72-1.01,1.02-1.98.75-4.46-.89-6.11-1.8-1.81-4.31-2.26-6.37-1.3-.08.04-.25.09-.32,0-.07-.09,0-.24.05-.31,1.51-2.11,1.44-5.06-.38-7-1.64-1.76-4.24-2.24-6.4-1.19-.02.01-.19.1-.25.03-.09-.11.06-.26.06-.26l.55-.55c2.09-2.09,2.28-5.49.29-7.67-2.12-2.33-5.74-2.38-7.94-.18l-13.33,13.31c-.1.1-.21.2-.32.28l-.07.07c-1.44,1.44-3.56,1.39-4.99-.04l-3.4-3.39c-3.11,3.29-4.94,7.66-4.4,12.16l.57,4.76c.34,2.9-.66,5.79-2.72,7.85l-3.09,3.09'/%3E%3Cpath class='cls-2' d='m38.53,100.44l-16.81,16.81'/%3E%3Cpath class='cls-2' d='m58.17,80.82s0,0,0,0l-11.24,11.24'/%3E%3Cpath class='cls-2' d='m73.95,117.25l10.47-10.47'/%3E%3Cpath class='cls-2' d='m73.15,135.06l-4.55,17.52'/%3E%3Cpath class='cls-2' d='m102.08,152.58l-4.55-17.52'/%3E%3C/g%3E%3C/svg%3E"); }
  .wp-block-navigation__submenu-container .cat-referencement a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .cat-referencement a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .cat-referencement a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Calque_1' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m6.31,54.2H.64v-11.32c0-7.81,6.34-14.15,14.16-14.16h96.26v-5.66h-5.66c-1.56,0-2.83-1.27-2.83-2.83,0-.75.3-1.47.83-2L120.38,1.23c1.11-1.11,2.9-1.11,4,0h0s16.99,16.99,16.99,16.99c1.11,1.11,1.11,2.9,0,4-.53.53-1.25.83-2,.83h-5.66v5.66h11.32c7.81,0,14.15,6.34,14.16,14.16v56.62h-5.66v-56.62c0-4.69-3.8-8.49-8.49-8.49h-11.32v50.96h-5.66V20.22c0-1.56,1.27-2.83,2.83-2.83h1.66l-10.15-10.15-10.15,10.15h1.66c1.56,0,2.83,1.27,2.83,2.83v67.95h-5.66v-53.79H14.8c-4.69,0-8.49,3.8-8.49,8.49v11.32Zm8.49,87.77h47.16l-6.79,22.65h-6.39v5.66h62.29v-5.66h-6.39l-3.64-12.14-5.42,1.63,3.15,10.51h-37.69l6.79-22.65h20.54v-5.66H14.8c-4.69,0-8.49-3.8-8.49-8.49v-2.83h79.27v-5.66H6.31v-59.46H.64v67.95c0,7.81,6.34,14.15,14.16,14.16Zm84.94-48.13v-45.3h-11.32v65.12H14.8v-5.66h11.32v-22.65c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v22.65h5.66v-42.47c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v42.47h5.66v-62.29c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v48.13h-5.66Zm-56.62-5.66h-11.32v19.82h11.32v-19.82Zm28.31-19.82h-11.32v39.64h11.32v-39.64ZM14.8,40.04v5.66h5.66v-5.66h-5.66Zm16.99,0h-5.66v5.66h5.66v-5.66Zm5.66,0v5.66h5.66v-5.66h-5.66Zm130.58,115.74c1.59,1.6,2.48,3.75,2.49,6,0,4.69-3.79,8.49-8.48,8.49h-.02c-2.25-.02-4.4-.91-6-2.49l-13.55-13.55c-16.17,9.54-37.02,4.16-46.56-12.01-9.54-16.17-4.16-37.02,12.01-46.56,16.17-9.54,37.02-4.16,46.56,12.01,6.29,10.66,6.29,23.89,0,34.55l13.55,13.55Zm-14.5-30.8c0-15.64-12.68-28.31-28.31-28.31s-28.31,12.68-28.31,28.31,12.68,28.31,28.31,28.31c15.63-.02,28.29-12.68,28.31-28.31Zm10.49,34.81l-12.88-12.88c-1.22,1.44-2.56,2.78-4,4l12.88,12.88c1.08,1.13,2.87,1.18,4,.1,1.13-1.08,1.18-2.87.1-4-.03-.04-.07-.07-.1-.1h0Zm-16.16-34.81c0,12.51-10.14,22.65-22.65,22.65s-22.65-10.14-22.65-22.65,10.14-22.65,22.65-22.65c12.5.01,22.64,10.15,22.65,22.65Zm-5.66,0c0-9.38-7.61-16.99-16.99-16.99s-16.99,7.61-16.99,16.99,7.61,16.99,16.99,16.99c9.38-.01,16.98-7.61,16.99-16.99Zm-28.31,0h5.66c0-3.13,2.54-5.66,5.66-5.66v-5.66c-6.25,0-11.32,5.07-11.32,11.32Zm36.81-107.59h5.66c-.01-9.38-7.61-16.98-16.99-16.99v5.66c6.25,0,11.32,5.07,11.32,11.32Z'/%3E%3C/svg%3E"); }
  .wp-block-navigation__submenu-container .menu-paris a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-paris a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-paris a::before {
    background-image: url(../images/agences/map-paris.png); }
  .wp-block-navigation__submenu-container .menu-lyon a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-lyon a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-lyon a::before {
    background-image: url(../images/agences/map-lyon.png); }
  .wp-block-navigation__submenu-container .menu-bordeaux a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-bordeaux a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-bordeaux a::before {
    background-image: url(../images/agences/map-bordeaux.png); }
  .wp-block-navigation__submenu-container .menu-lille a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-lille a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-lille a::before {
    background-image: url(../images/agences/map-lille.png); }
  .wp-block-navigation__submenu-container .menu-montpellier a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-montpellier a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-montpellier a::before {
    background-image: url(../images/agences/map-montpellier.png); }
  .wp-block-navigation__submenu-container .menu-marseille a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-marseille a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-marseille a::before {
    background-image: url(../images/agences/map-marseille.png); }
  .wp-block-navigation__submenu-container .menu-nantes a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-nantes a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-nantes a::before {
    background-image: url(../images/agences/map-nantes.png); }
  .wp-block-navigation__submenu-container .menu-strasbourg a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-strasbourg a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-strasbourg a::before {
    background-image: url(../images/agences/map-strasbourg.png); }
  .wp-block-navigation__submenu-container .menu-aix-les-bains a {
    display: flex;
    align-items: center;
    gap: 18px; }
    .wp-block-navigation__submenu-container .menu-aix-les-bains a::before {
      content: '';
      display: block;
      height: 35px;
      width: 35px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-color: transparent; }
  .wp-block-navigation__submenu-container .menu-aix-les-bains a::before {
    background-image: url(../images/agences/map-aix-les-bains.png); }
  .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    display: flex;
    gap: 15px;
    align-items: center; }
    .wp-block-navigation__submenu-container .wp-block-navigation-item__label img {
      max-height: 50px;
      padding: 10px;
      border-radius: 5px;
      background-color: var(--wp--preset--color--primary-dark); }
  .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    outline: 0 !important;
    transition: color 0.2s ease;
    font-weight: 500;
    padding: 10px 20px; }
    .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
      background-color: var(--wp--preset--color--primary-extra-light) !important;
      color: inherit !important; }
    @media only screen and (min-width: 768px) {
      .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
        font-weight: 600 !important; } }

.is-style-color-degrade a {
  background-image: linear-gradient(270deg, #ef474b 0%, #ff7600 100%) !important;
  display: inline-block;
  outline: inherit;
  overflow: hidden;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
  z-index: 1; }
  .is-style-color-degrade a:before {
    background-image: linear-gradient(90deg, #ef474b 0%, #ff7600 100%) !important;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .4s ease-out;
    z-index: -1; }
  .is-style-color-degrade a:hover:before {
    opacity: 1; }

nav .wp-block-button.is-style-color-degrade .wp-block-button__link:hover {
  color: #fff !important; }

/* Mobile */
.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  height: 30px !important;
  width: 30px !important; }

@media (max-width: 1172px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex; }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }

  header {
    position: relative; }
    header .wp-block-group .wp-block-group {
      justify-content: flex-end !important; }

  .wp-block-navigation__responsive-container-content {
    align-items: flex-start !important;
    padding: 50px 0; }
    .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
      outline: 0 !important; }
    .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
      align-items: flex-start !important;
      font-size: 16px !important;
      padding: 5px 0 !important;
      width: 100% !important; }
    .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container {
      align-items: flex-start !important;
      width: 100% !important; }
      .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li > ul > li {
        width: 100% !important; }
        .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container > li > ul > li a {
          padding: 5px 0 !important;
          width: 100% !important; }
    .wp-block-navigation__responsive-container-content ul.wp-block-navigation__submenu-container {
      align-items: flex-start !important;
      width: 100% !important; }
    .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
      padding-left: 15px !important; }

  .wp-block-navigation__submenu-container {
    height: 100%;
    transform: scaleY(1) !important;
    opacity: 1 !important;
    box-shadow: none !important; }

  .main-nav .wp-block-navigation__responsive-container {
    padding-right: var(--wp--preset--spacing--small-2) !important;
    padding-left: var(--wp--preset--spacing--small-2) !important;
    top: 70px; }
    .main-nav .wp-block-navigation__responsive-container-content {
      padding-top: 10px !important; }
  .main-nav .wp-block-navigation__responsive-container-open svg {
    display: none; }
  .main-nav .wp-block-navigation__responsive-container-open.is-active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' aria-hidden='true' focusable='false'%3E%3Cpath d='m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z'%3E%3C/path%3E%3C/svg%3E"); }
  .main-nav .wp-block-navigation__responsive-container-open::before {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 5v1.5h14V5H5zm0 7.8h14v-1.5H5v1.5zM5 19h14v-1.5H5V19z'%3E%3C/path%3E%3C/svg%3E"); } }
/* Contenu---------------------------------------------*/
/* ========= Breakpoint =========== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 9999; }

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  padding-top: 70px; }

.sr-only {
  display: none; }

:where(.wp-block-group.has-background) {
  padding: 0; }

section {
  margin-block-start: 0 !important; }

h2.has-text-align-left {
  margin-left: 0 !important; }

figure picture {
  display: block; }
@media only screen and (max-width: 768px) {
  figure.is-style-img-mobile {
    width: 65% !important;
    margin-right: auto !important;
    margin-left: auto !important; }
    figure.is-style-img-mobile picture, figure.is-style-img-mobile img {
      width: 100% !important; } }

.overflow-hidden {
  overflow-y: hidden !important; }

.overflow-cta {
  position: static;
  transform: translateY(0);
  margin-top: var(--wp--preset--spacing--medium-1) !important; }
  @media only screen and (min-width: 768px) {
    .overflow-cta {
      position: absolute;
      bottom: 0;
      transform: translateY(50%); } }

/* Block Gut Reseaux sociaux */
.mwp-rs ul {
  display: flex;
  gap: 0;
  justify-content: center;
  padding: 0;
  list-style: none; }
  .mwp-rs ul .icone {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: var(--wp--preset--color--secondary);
    display: block;
    padding: 6px !important;
    cursor: pointer; }
    .mwp-rs ul .icone:hover {
      text-decoration: none; }

.is-two-cols {
  columns: 1;
  column-gap: 0; }
  @media only screen and (min-width: 768px) {
    .is-two-cols {
      columns: 2;
      column-gap: 100px; } }

/* Map */
.mapp-marker img {
  content: url(../../assets/images/market-carte-maintenanceWP.svg) !important;
  width: 50px; }

/* FAQ */
.wp-block-esab-accordion-child {
  background-color: var(--wp--preset--color--primary-extra-light); }
  .wp-block-esab-accordion-child .esab__heading_tag {
    font-weight: 600;
    font-family: var(--wp--preset--font-family--work-sans);
    font-size: var(--wp--preset--font-size--small); }

.wp-btn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border: none;
  background-color: transparent;
  border-radius: 50px;
  color: inherit;
  cursor: pointer;
  transition: .3s ease; }
  .wp-btn-menu:focus {
    outline: none; }
  .wp-btn-menu__text {
    margin-left: 10px;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1; }
  .wp-btn-menu .visually-hidden {
    display: none; }
  .wp-btn-menu__bars {
    display: block;
    position: relative;
    width: 37px;
    height: 2px;
    background-color: var(--wp--preset--color--primary-dark);
    border-radius: 40px;
    transition: .3s; }
    .wp-btn-menu__bars:before, .wp-btn-menu__bars:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 40px;
      background-color: var(--wp--preset--color--primary-dark);
      transition: .3s; }
    .wp-btn-menu__bars:before {
      transform: translate(0, -9px); }
    .wp-btn-menu__bars:after {
      transform: translate(0, 9px); }
  .menu-open .wp-btn-menu {
    background-color: transparent; }
    .menu-open .wp-btn-menu .wp-btn-menu__bars {
      background-color: transparent; }
      .menu-open .wp-btn-menu .wp-btn-menu__bars:before {
        transform: rotate(45deg); }
      .menu-open .wp-btn-menu .wp-btn-menu__bars:after {
        transform: rotate(-45deg); }

/* FSE OK */
.wp-block-list:is(.is-style-no-puce) li {
  list-style: none !important; }
  .wp-block-list:is(.is-style-no-puce) li:before {
    display: none !important; }

.wp-block-list:is(.is-style-list-agences) li {
  list-style: none !important;
  padding: 8px 0 !important;
  transition: all 0.3s; }
  .wp-block-list:is(.is-style-list-agences) li:before {
    display: none !important; }
.wp-block-list:is(.is-style-list-agences) a {
  background-image: linear-gradient(120deg, #50D2FC, #50D2FC 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 80%;
  padding: 0 2px 5px;
  -webkit-transition: background-size 0.25s ease-in;
  -o-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in; }
  .wp-block-list:is(.is-style-list-agences) a:hover {
    background-size: 100% 88% !important; }
@media only screen and (max-width: 768px) {
  .wp-block-list:is(.is-style-list-agences) {
    text-align: center; } }

ul.wp-block-list:not(.is-style-check-big) {
  padding-left: 0; }

.wp-block-list:is(.is-style-check-big) {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 30px; }
  @media only screen and (min-width: 768px) {
    .wp-block-list:is(.is-style-check-big) {
      padding-left: 45px;
      gap: 25px; } }
  .wp-block-list:is(.is-style-check-big) li {
    position: relative; }
    .wp-block-list:is(.is-style-check-big) li:before {
      position: absolute;
      top: 5px;
      left: -30px;
      height: 18px !important;
      width: 18px !important; }
      @media only screen and (min-width: 768px) {
        .wp-block-list:is(.is-style-check-big) li:before {
          left: -40px;
          height: 25px !important;
          width: 25px !important; } }
    .wp-block-list:is(.is-style-check-big) li::marker {
      font-size: var(--wp--preset--font-size--large) !important;
      position: absolute; }

ul.wp-block-list li {
  list-style-type: none; }
  ul.wp-block-list li:before {
    content: "";
    display: inline-block;
    margin: 0px 12px -3px 0;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  ul.wp-block-list li:before {
    background-image: url(../../assets/images/check.svg) !important; }
ul.wp-block-list li:is(.is-style-check-blue) {
  list-style-type: none; }
  ul.wp-block-list li:is(.is-style-check-blue):before {
    content: "";
    display: inline-block;
    margin: 0px 12px -3px 0;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  ul.wp-block-list li:is(.is-style-check-blue):before {
    background-image: url(../../assets/images/check-blue.svg) !important; }
ul.wp-block-list li:is(.is-style-check-turquoise) {
  list-style-type: none; }
  ul.wp-block-list li:is(.is-style-check-turquoise):before {
    content: "";
    display: inline-block;
    margin: 0px 12px -3px 0;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  ul.wp-block-list li:is(.is-style-check-turquoise):before {
    background-image: url(../../assets/images/check-turquoise.svg) !important; }
ul.wp-block-list li:is(.is-style-check-red) {
  list-style-type: none; }
  ul.wp-block-list li:is(.is-style-check-red):before {
    content: "";
    display: inline-block;
    margin: 0px 12px -3px 0;
    height: 12px;
    width: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }
  ul.wp-block-list li:is(.is-style-check-red):before {
    background-image: url(../../assets/images/check-red.svg) !important; }

ol.wp-block-list li::marker {
  font-weight: bold;
  color: var(--wp--preset--color--primary-dark) !important; }
ol.wp-block-list li:is(.is-style-check-blue)::marker {
  font-weight: bold;
  color: var(--wp--preset--color--primary-medium) !important; }
ol.wp-block-list li:is(.is-style-check-turquoise)::marker {
  font-weight: bold;
  color: var(--wp--preset--color--primary-light) !important; }
ol.wp-block-list li:is(.is-style-check-red)::marker {
  font-weight: bold;
  color: var(--wp--preset--color--secondary) !important; }

.wp-block-query-pagination.custom-pagination-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px; }
  .wp-block-query-pagination.custom-pagination-numbers .page-numbers {
    font-size: 17px;
    font-weight: 500; }
    .wp-block-query-pagination.custom-pagination-numbers .page-numbers:hover {
      color: var(--wp--preset--color--secondary); }
    .wp-block-query-pagination.custom-pagination-numbers .page-numbers.current {
      color: var(--wp--preset--color--secondary);
      font-weight: 600; }

.breadcrumb {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap; }
  .breadcrumb li {
    display: flex !important;
    align-items: center; }
    .breadcrumb li::after {
      content: '●';
      margin-left: 5px;
      margin-right: 5px;
      font-size: 7px;
      color: var(--wp--preset--color--secondary); }

.mwp-avis-google {
  width: fit-content;
  background: var(--wp--preset--color--white);
  border-radius: 10px;
  padding: 20px 30px;
  color: var(--wp--preset--color--primary-dark); }
  .mwp-avis-google .avis__google {
    width: 100px;
    height: 30px;
    background-image: url("../../assets/images/google.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 5px; }
  .mwp-avis-google .avis__note {
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
    gap: 5px; }
    .mwp-avis-google .avis__note__stars {
      display: flex;
      position: relative;
      white-space: nowrap;
      align-items: center; }
      .mwp-avis-google .avis__note__stars .star {
        display: inline-block;
        width: 14px;
        height: 18px;
        background-color: #e9b63e;
        mask-image: url("../../assets/images/star.svg");
        mask-repeat: no-repeat;
        mask-position: center center; }
      .mwp-avis-google .avis__note__stars .cover {
        background: #fff;
        height: 100%;
        overflow: hidden;
        mix-blend-mode: color;
        position: absolute;
        top: 0;
        right: 0; }
  .mwp-avis-google .avis__link a {
    color: var(--wp--preset--color--primary-dark);
    text-decoration: underline !important; }
    .mwp-avis-google .avis__link a:hover {
      text-decoration: none !important; }

.blue-link strong > a:not(.wp-element-button), .blue-link a:not(.wp-element-button) {
  background-image: linear-gradient(120deg, #50D2FC, #50D2FC 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 80%;
  padding: 0 2px 5px;
  -webkit-transition: background-size 0.25s ease-in;
  -o-transition: background-size 0.25s ease-in;
  transition: background-size 0.25s ease-in; }
  .blue-link strong > a:not(.wp-element-button):hover, .blue-link a:not(.wp-element-button):hover {
    background-size: 100% 88% !important; }

/*-- Block custom style natif --*/
.wp-block-group {
  margin-top: 0;
  margin-bottom: 0; }

.is-style-group-encart-icon {
  margin-top: 70px !important; }
  .is-style-group-encart-icon strong > a:not(.wp-element-button), .is-style-group-encart-icon a:not(.wp-element-button) {
    background-image: linear-gradient(120deg, #50D2FC, #50D2FC 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.5em;
    background-position: 0 80%;
    padding: 0 2px 5px;
    -webkit-transition: background-size 0.25s ease-in;
    -o-transition: background-size 0.25s ease-in;
    transition: background-size 0.25s ease-in; }
    .is-style-group-encart-icon strong > a:not(.wp-element-button):hover, .is-style-group-encart-icon a:not(.wp-element-button):hover {
      background-size: 100% 88% !important; }
  .is-style-group-encart-icon figure {
    margin: auto !important;
    width: 100px !important;
    margin-top: -90px !important;
    margin-bottom: 0 !important; }
  .is-style-group-encart-icon .wp-block-buttons {
    margin-top: auto !important;
    margin-bottom: 0 !important; }

.is-style-group-flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.is-style-text-point-devant {
  display: flex;
  align-items: center; }
  .is-style-text-point-devant:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: var(--wp--preset--color--secondary);
    margin-right: 10px; }

.is-style-text-point-apres {
  display: flex;
  align-items: center; }
  .is-style-text-point-apres:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: var(--wp--preset--color--secondary);
    margin-left: 10px; }

/* Style pour le bouton is-style-outline */
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent !important;
  border-color: var(--wp--preset--color--primary-dark);
  color: var(--wp--preset--color--primary-dark);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-top: var(--wp--preset--spacing--small-1);
  padding-right: var(--wp--preset--spacing--small-1);
  padding-bottom: var(--wp--preset--spacing--small-1);
  padding-left: var(--wp--preset--spacing--small-1); }

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary-dark) !important;
  color: var(--wp--preset--color--white) !important; }

@media only screen and (max-width: 768px) {
  :root :where(p),
  :root :where(.wp-block-list > li) {
    font-size: 16px;
    line-height: 1.6; }

  .wp-block-button__link {
    font-size: 16px; } }
@keyframes float {
  0% {
    transform: translatey(20px); }
  50% {
    transform: translatey(40px); }
  100% {
    transform: translatey(20px); } }
.trio-fleche-anim {
  transform: translatey(20px);
  -webkit-animation: float 3s ease-in-out infinite; }

figure.img-mark-wp {
  width: 85%; }
  figure.img-mark-wp picture {
    position: relative; }
    figure.img-mark-wp picture:after {
      content: "";
      display: block;
      margin: 0px 12px -3px 0;
      width: 25%;
      height: 25%;
      top: -25px;
      right: -25px;
      border-radius: 15px;
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: center center;
      animation: markwp 5s linear infinite;
      background-color: var(--wp--preset--color--secondary) !important;
      position: absolute;
      background-image: url(../../assets/images/wordpress-logotype-wmark-white.png) !important; }
    figure.img-mark-wp picture img {
      border-radius: 15px; }

@keyframes markwp {
  0% {
    transform: translate(0, 0) rotate(0deg); }
  12.5% {
    transform: translate(5px, -2.5px) rotate(-2.5deg); }
  25% {
    transform: translate(10px, -5px) rotate(-5deg); }
  37.5% {
    transform: translate(15px, -2.5px) rotate(-2.5deg); }
  50% {
    transform: translate(20px, 0) rotate(0deg); }
  62.5% {
    transform: translate(15px, 2.5px) rotate(2.5deg); }
  75% {
    transform: translate(10px, 5px) rotate(5deg); }
  87.5% {
    transform: translate(5px, 2.5px) rotate(2.5deg); }
  100% {
    transform: translate(0, 0) rotate(0deg); } }
.is-style-heading-point {
  position: relative; }
  .is-style-heading-point:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    animation: pointred 5s linear infinite;
    background-color: var(--wp--preset--color--secondary) !important;
    position: absolute;
    margin-left: 7px;
    margin-top: 7px; }

@keyframes pointred {
  0% {
    transform: translate(0, 0); }
  12.5% {
    transform: translate(2.5px, -1px); }
  25% {
    transform: translate(5px, -2px); }
  37.5% {
    transform: translate(7.5px, -1px); }
  50% {
    transform: translate(10px, 0); }
  62.5% {
    transform: translate(7.5px, 1px); }
  75% {
    transform: translate(5px, 2px); }
  87.5% {
    transform: translate(2.5px, 1px); }
  100% {
    transform: translate(0, 0); } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.alignleft {
  float: left;
  margin: 0px 20px 20px 0px; }

.alignright {
  float: right;
  margin: 0px 0px 20px 20px; }

.section__masonry {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  gap: 0; }
  @media only screen and (min-width: 768px) {
    .section__masonry {
      margin: -50px auto 0;
      flex-direction: row; }
      .section__masonry > section {
        width: 50%; } }
  @media only screen and (min-width: 976px) {
    .section__masonry {
      gap: 50px; } }

.grille-ronds {
  transform: translate(0, 70px); }
  .grille-ronds .rond-bleu {
    width: 100px;
    height: 100px;
    border-radius: 100%; }

.partenaire__galerie figure.wp-block-image img {
  max-height: 150px !important; }

/*-- Gravityform --*/
.gform_wrapper input {
  border: 0 !important;
  width: 100% !important; }
.gform_wrapper textarea {
  border: 0 !important; }
.gform_wrapper .gform_heading {
  display: none !important; }
.gform_wrapper .gform_fields {
  gap: 15px !important; }

#gform_3 {
  display: flex !important; }
  #gform_3 .gform_body {
    width: 100% !important; }
  #gform_3 .gform_footer {
    margin-block-start: 0 !important; }
  #gform_3 input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px; }
  #gform_3 #gform_submit_button_3 {
    width: 50px !important;
    height: auto !important;
    padding: 0px 15px 0px 10px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none !important; }
    #gform_3 #gform_submit_button_3:hover {
      background-color: white !important; }

#gform_submit_button_1:hover, #gform_submit_button_2:hover {
  background-color: var(--wp--preset--color--primary-dark) !important; }

.page-id-4143 #gform_submit_button_2 {
  width: 150px !important;
  margin-right: 0;
  margin-left: auto; }

/* Hero */
.section-hero.gradient-sierra::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(258deg, rgba(80, 34, 34, 0) 24.51%, rgba(80, 34, 34, 0.9) 51.23%, #502222 99%); }

/* Section Dark */
.is-dark .wp-block-splide-carousel .splide__arrow svg {
  fill: #fff; }

@media only screen and (max-width: 768px) {
  .cartes__espacement {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 35px !important; } }
.contact__cart {
  margin-top: -100px !important;
  margin-right: 20px;
  margin-left: 20px; }

.contact__cart-white {
  margin-top: -145px !important;
  z-index: -1;
  box-shadow: 0px 0px 16px rgba(10, 25, 35, 0.168627451) !important; }
  @media only screen and (min-width: 768px) {
    .contact__cart-white ul {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr);
      gap: 75px !important; } }

@media only screen and (max-width: 768px) {
  .block-contact {
    width: 80% !important; }

  .section-text-imgs figure {
    width: 70% !important;
    margin: auto; } }
/* ----- */
.section-hero.design-2 picture {
  display: block;
  position: relative;
  z-index: 3; }
.section-hero.design-2 img {
  position: relative;
  transform: translateY(25%);
  z-index: 3; }
.section-hero .wp-block-heading sup {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--x-large); }

.section-below-hero {
  margin-block-start: 0 !important; }

.section-blog .wp-block-post-template li::marker {
  content: '' !important; }

/*
.section-text-imgs {
    p:not(.subtitle) {
        margin: var(--wp--preset--spacing--small-3) 0;

        strong {
            background-image: linear-gradient(180deg, #50d2fc, #50d2fc);
            background-repeat: no-repeat;
            background-position-x: 0, 0, 100%;
            background-position-y: calc(100% - -3px);
            background-size: calc(100% - 0px) calc(12* 1px), auto 12px, auto 12px;
        }
    }
}
    */
.section-customers .wp-block-gallery {
  display: flex;
  justify-content: center;
  align-items: center !important;
  gap: 80px; }
  .section-customers .wp-block-gallery.has-nested-images .wp-block-image {
    width: auto !important;
    margin-bottom: 0 !important;
    flex-grow: 0; }
    .section-customers .wp-block-gallery.has-nested-images .wp-block-image img {
      max-width: 140px !important; }

.section-tarifs .is-layout-grid {
  padding-top: 0 !important; }
.section-tarifs .eb-toggle-wrapper .eb-toggle-switch {
  margin: 0 25px !important; }
.section-tarifs .eb-toggle-heading mark {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
  padding: 5px 10px;
  border-radius: 35px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase; }

/*
.section-assistance {
    .wp-block-columns {
        justify-content: center;
    }
}
/*
.section-publications {
    position: relative;
    z-index: 2;

    &.full-background {
        .fleche-bicolor {
            display: none;
        }
    }

    &:not(.full-background)::after {
        content: '';
        display: block;
        width: 100%;
        height: 500px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: var(--wp--preset--color--white);
        z-index: -1;
    }
}
*/
.section-team .splide__pagination {
  position: static;
  margin-top: 50px; }
  .section-team .splide__pagination .splide__pagination__page {
    width: 10px;
    height: 10px; }
    .section-team .splide__pagination .splide__pagination__page.is-active {
      transform: scale(1);
      background: var(--wp--preset--color--secondary); }

.section-main-post {
  margin-top: 0; }
  .section-main-post .wp-block-categories-list {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .section-main-post .wp-block-categories-list li {
      display: flex;
      align-items: center;
      gap: 5px; }
      .section-main-post .wp-block-categories-list li + li {
        margin-top: 10px; }
      .section-main-post .wp-block-categories-list li.maintenance-wordpress a::before {
        background-color: var(--wp--preset--color--secondary); }
      .section-main-post .wp-block-categories-list li.creation-sites-wordpress a::before {
        background-color: var(--wp--preset--color--primary-light); }
      .section-main-post .wp-block-categories-list li.referencement-wordpress a::before {
        background-color: #41D977; }
      .section-main-post .wp-block-categories-list li.support-wordpress a::before {
        background-color: #C684FF; }
      .section-main-post .wp-block-categories-list li a {
        display: flex;
        align-items: center;
        gap: 10px; }
        .section-main-post .wp-block-categories-list li a::before {
          content: '';
          display: block;
          width: 13px;
          height: 13px;
          border-radius: 50px; }

.wp-block-post-content .highlight {
  background-color: var(--wp--preset--color--luminous-vivid-amber); }

.latest-posts ul li + li {
  margin-top: 25px; }
.latest-posts .category-support-wordpress .block-latest-post .taxonomy-category::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23c281fb;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m141.33,53.52h-12.45v-13.26c0-7.6-2.86-14.84-8.05-20.38-.96-1.03-2.58-1.08-3.61-.12,0,0,0,0,0,0-1.03.96-1.08,2.58-.12,3.61h0c4.3,4.59,6.67,10.59,6.67,16.89v13.26h-52.02c-16.45,0-29.83,13.38-29.83,29.83v9.15h-4c-1.58,0-3.1.62-4.22,1.75l-13.57,13.57v-13.65c0-2.09-1.12-4.06-2.92-5.13-7.47-4.44-12.1-12.58-12.1-21.25v-27.52c0-13.63,11.09-24.71,24.71-24.71h69.24c3.19,0,6.3.6,9.23,1.78,1.31.53,2.8-.11,3.33-1.42.53-1.31-.11-2.8-1.42-3.33-3.54-1.43-7.29-2.15-11.15-2.15H29.83c-16.45,0-29.83,13.38-29.83,29.83v27.52c0,10.46,5.6,20.29,14.6,25.65.26.15.42.43.42.73v14.88c0,1.86,1.12,3.54,2.84,4.25,1.15.55,3.5.47,5.01-1l14.44-14.44c.16-.16.38-.25.6-.25h4v13.26c0,4.03.79,7.93,2.34,11.61.56,1.29,2.07,1.89,3.36,1.32,1.28-.56,1.87-2.03,1.34-3.32-1.29-3.04-1.94-6.28-1.94-9.62v-27.52c0-13.63,11.09-24.71,24.71-24.71h69.58c13.63,0,24.71,11.09,24.71,24.71v27.52c0,8.7-4.45,16.6-11.9,21.13-1.76,1.07-2.85,3.02-2.85,5.08v16.67l-16.43-16.43c-1.12-1.12-2.63-1.75-4.22-1.75h-58.9c-6.2,0-12.13-2.31-16.7-6.49-1.04-.95-2.66-.88-3.61.16-.95,1.04-.88,2.66.16,3.61,5.51,5.06,12.67,7.84,20.15,7.84h58.9c.22,0,.44.09.6.25l17.3,17.3c1.34,1.03,2.64,1.82,5.01,1,1.72-.71,2.84-2.39,2.84-4.25v-17.91c0-.29.15-.57.39-.71,8.99-5.46,14.36-15,14.36-25.5v-27.52c0-16.45-13.38-29.83-29.83-29.83h0Z'/%3E%3Cpath class='cls-1' d='m99.33,114.49c-1.5-2.12-4.23-3.54-7.34-3.54-4.72,0-8.56,3.26-8.56,7.28s3.84,7.28,8.56,7.28c4.14,0,7.61-2.51,8.4-5.84,3.82-1.61,6.76-4.81,8.03-8.76,3.73-.85,6.53-4.19,6.53-8.18v-9.22c0-3.85-2.61-7.1-6.15-8.08-.83-5.13-3.36-9.85-7.22-13.41-4.32-3.97-9.93-6.16-15.8-6.16-11.55,0-21.21,8.32-23.02,19.57-3.54.99-6.14,4.24-6.14,8.08v9.22c0,4.63,3.77,8.39,8.39,8.39s8.39-3.77,8.39-8.39v-9.22c0-3.61-2.29-6.69-5.49-7.88,1.66-8.47,9.06-14.66,17.87-14.66s16.19,6.3,17.86,14.67c-3.2,1.19-5.49,4.27-5.49,7.87v9.22c0,3.41,2.05,6.35,4.98,7.66-.81,1.73-2.13,3.16-3.8,4.1h0Zm-7.34,5.9c-2.03,0-3.45-1.14-3.45-2.16s1.42-2.16,3.45-2.16,3.45,1.14,3.45,2.16-1.42,2.16-3.45,2.16Zm-23.7-17.67c0,1.81-1.47,3.28-3.28,3.28s-3.28-1.47-3.28-3.28v-9.22c0-1.81,1.47-3.28,3.28-3.28s3.28,1.47,3.28,3.28v9.22Zm34.98-9.22c0-1.81,1.47-3.28,3.28-3.28s3.28,1.47,3.28,3.28v9.22c0,1.81-1.47,3.28-3.28,3.28s-3.28-1.47-3.28-3.28v-9.22Zm18.32-13.16h20.36c1.41,0,2.56-1.14,2.56-2.56s-1.14-2.56-2.56-2.56h-20.36c-1.41,0-2.56,1.14-2.56,2.56s1.14,2.56,2.56,2.56Zm0,11.44h15.7c1.41,0,2.56-1.14,2.56-2.56s-1.14-2.56-2.56-2.56h-15.7c-1.41,0-2.56,1.14-2.56,2.56s1.14,2.56,2.56,2.56Z'/%3E%3Ccircle class='cls-1' cx='25.15' cy='43.87' r='3.81'/%3E%3Ccircle class='cls-1' cx='36.69' cy='43.87' r='3.81'/%3E%3Ccircle class='cls-1' cx='48.17' cy='43.87' r='3.81'/%3E%3C/svg%3E"); }
.latest-posts .category-creation-sites-wordpress .block-latest-post .taxonomy-category::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='171.163' height='170.677' viewBox='0 0 171.163 170.677'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='171.163' height='170.677' fill='%2350d2fc'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_95' data-name='Groupe 95' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_371' data-name='Tracé 371' d='M2.673,102.979a2.666,2.666,0,0,0,2.663-2.663v-67.1H143.464V76.8a2.668,2.668,0,1,0,5.335.01V10.924A10.929,10.929,0,0,0,137.876,0H10.924A10.935,10.935,0,0,0,0,10.924v89.393a2.666,2.666,0,0,0,2.663,2.663ZM5.345,10.913a5.593,5.593,0,0,1,5.588-5.588H137.886a5.6,5.6,0,0,1,5.588,5.588V27.871H5.345ZM97.057,122.842H9.273A3.936,3.936,0,0,1,5.335,118.9v-9.375a2.663,2.663,0,1,0-5.325,0V118.9a9.283,9.283,0,0,0,9.263,9.273H97.057a2.673,2.673,0,1,0,0-5.345Z' fill='%2350d2fc'/%3E%3Cpath id='Tracé_372' data-name='Tracé 372' d='M131.231,78.965a2.666,2.666,0,0,0,2.663-2.663V70.866a2.668,2.668,0,1,0-5.335-.01v5.436a2.659,2.659,0,0,0,2.663,2.663Zm-28.114.881a2.658,2.658,0,0,0,0,3.766l3.847,3.847a2.67,2.67,0,0,0,3.776-3.776l-3.847-3.847a2.658,2.658,0,0,0-3.766,0Zm-.172,25.036a2.666,2.666,0,0,0-2.663-2.663H94.846a2.668,2.668,0,1,0-.01,5.335h5.436a2.666,2.666,0,0,0,2.663-2.663Zm4.019,23.578-3.847,3.837a2.67,2.67,0,1,0,3.776,3.776l3.847-3.837a2.67,2.67,0,1,0-3.776-3.776m48.533,0a2.67,2.67,0,1,0-3.776,3.776l3.837,3.837a2.67,2.67,0,0,0,3.776-3.776ZM168.314,105.3h-5.436a2.668,2.668,0,1,0-.01,5.335H168.3a2.668,2.668,0,1,0,.01-5.335M155.568,79.856,151.731,83.7a2.67,2.67,0,1,0,3.776,3.776l3.847-3.847a2.67,2.67,0,0,0-3.776-3.776Zm-73.731-34.4h48.9a2.668,2.668,0,0,0,.01-5.335h-48.9a2.668,2.668,0,0,0-.01,5.335ZM133.4,56.834a2.666,2.666,0,0,0-2.663-2.663h-48.9a2.668,2.668,0,0,0-.01,5.335h48.9a2.666,2.666,0,0,0,2.663-2.663ZM102.246,70.876a2.666,2.666,0,0,0-2.663-2.663H81.837a2.668,2.668,0,1,0-.01,5.335H99.574a2.666,2.666,0,0,0,2.663-2.663ZM81.837,82.255a2.668,2.668,0,0,0-.01,5.335h9.729a2.668,2.668,0,1,0,.01-5.335ZM67.481,95.942H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335Zm0,13.687H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335ZM21.813,45.455h42.52a1.465,1.465,0,0,1,1.458,1.458,2.668,2.668,0,1,0,5.335.01,6.8,6.8,0,0,0-6.793-6.793H21.813a6.807,6.807,0,0,0-6.793,6.793V80.807A6.8,6.8,0,0,0,21.813,87.6h42.52a6.8,6.8,0,0,0,6.793-6.793v-23.4a2.668,2.668,0,1,0-5.335-.01V80.807a1.465,1.465,0,0,1-1.458,1.458H21.813a1.458,1.458,0,0,1-1.458-1.458V46.923a1.45,1.45,0,0,1,1.458-1.448Z' transform='translate(0.186 0.497)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_373' data-name='Tracé 373' d='M148.637,147.909a6.744,6.744,0,0,0-3.948-6.125,27.533,27.533,0,0,1,.911-5.416,2.667,2.667,0,0,0-5.133-1.448,33.19,33.19,0,0,0-1.134,6.246h-5.285v-20.41l1.448.952a2.65,2.65,0,0,0,2.926,0l5.588-3.665a2.666,2.666,0,1,0-2.885-4.485c-.01,0-.03.02-.04.03l-4.12,2.7-4.12-2.7a2.815,2.815,0,0,0-2.926,0l-4.11,2.7-4.11-2.7a2.667,2.667,0,0,0-2.936,4.454l5.578,3.665a2.667,2.667,0,0,0,2.936,0l1.448-.952v20.41h-5.669a33.767,33.767,0,0,0-7.664-19.438,20.74,20.74,0,1,1,36.79-12.31,20.56,20.56,0,0,1-4.627,12.128,39.749,39.749,0,0,0-3.746,5.477,2.67,2.67,0,0,0,4.647,2.622,34.127,34.127,0,0,1,3.24-4.738,25.871,25.871,0,0,0,5.821-15.246,26.134,26.134,0,0,0-44.464-19.822,25.919,25.919,0,0,0-7.765,18.6,26.181,26.181,0,0,0,6.014,16.694,28.485,28.485,0,0,1,6.429,16.38,6.652,6.652,0,0,0-4.728,6.4,6.132,6.132,0,0,0,1.427,4.07,6.714,6.714,0,0,0,5.3,10.853h.385a11.3,11.3,0,0,0,21.442,0h.364a6.742,6.742,0,0,0,6.753-6.712v-.03a6.678,6.678,0,0,0-1.407-4.08,6.509,6.509,0,0,0,1.407-4.09Zm-6.753-1.4h.051a1.418,1.418,0,0,1,1.377,1.407c-.152.85-.526,1.4-1.4,1.4H119.734a1.378,1.378,0,0,1-1.417-1.4,1.426,1.426,0,0,1,1.417-1.417l22.161.02Zm-11.075,18.709a5.993,5.993,0,0,1-4.789-2.4H135.6A5.993,5.993,0,0,1,130.809,165.221Zm11.086-7.735c-27.608-.02-16.046,0-22.181,0a1.391,1.391,0,0,1-1.4-1.387v-.03a1.391,1.391,0,0,1,1.387-1.4h22.2a1.409,1.409,0,0,1,.121,2.814h-.132ZM128.673,8.92H90.081a7.562,7.562,0,1,0,.01,15.125h38.592a7.568,7.568,0,1,0,0-15.135Zm0,9.8H90.081a2.234,2.234,0,0,1,0-4.465h38.592a2.232,2.232,0,0,1,0,4.465M20,13.82H14.943a2.663,2.663,0,0,0,0,5.325H20a2.663,2.663,0,0,0,0-5.325m13.748,0H28.691a2.663,2.663,0,0,0,0,5.325h5.062a2.663,2.663,0,1,0,0-5.325m13.748,0H42.439a2.663,2.663,0,0,0,0,5.325H47.5a2.663,2.663,0,1,0,0-5.325' transform='translate(0.152 0.11)' fill='%2350d2fc'/%3E%3C/g%3E%3C/svg%3E%0A"); }
.latest-posts .category-maintenance-wordpress .block-latest-post .taxonomy-category::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;%7D.cls-3%7Bclip-path:url(%23clippath);%7D.cls-2%7Bstroke:%23ef474b;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px;%7D%3C/style%3E%3CclipPath id='clippath'%3E%3Crect class='cls-1' width='170.68' height='170.68'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-3'%3E%3Cpath class='cls-2' d='m118.71,168.18H51.97c-1.8,0-3.26-1.46-3.26-3.26,0-6.81,5.52-12.34,12.34-12.34h48.58c6.81,0,12.34,5.52,12.34,12.34,0,1.8-1.46,3.26-3.26,3.26Z'/%3E%3Cpath class='cls-2' d='m160.1,117.25H10.58'/%3E%3Cpath class='cls-2' d='m70.05,18.4h-19.1'/%3E%3Cpath class='cls-2' d='m160.1,35.13v-7.3c0-5.2-4.22-9.42-9.42-9.42h-67.24'/%3E%3Cpath class='cls-2' d='m45.31,18.4h-25.31c-5.2,0-9.42,4.22-9.42,9.42v97.82c0,5.2,4.22,9.42,9.42,9.42h130.68c5.2,0,9.42-4.22,9.42-9.42V47.03'/%3E%3Cpath class='cls-2' d='m112.6,83.48l5.31,5.31c3.7,3.7,9.7,3.7,13.39,0h0c3.7-3.7,3.7-9.7,0-13.39l-5.63-5.63'/%3E%3Cpath class='cls-2' d='m95.38,39.47l-5.54-5.54c-3.38-3.38-5.54-7.81-6.06-12.56-.02-.18-.04-.37-.05-.55-.26-4.58-2.13-9.09-5.63-12.58-4.85-4.85-11.71-6.66-17.94-5.28-1.67.37-2.26,2.45-1.05,3.66l9.36,9.36c2.75,2.75,2.75,7.22,0,9.97-2.75,2.75-7.22,2.75-9.97,0l-9.36-9.36c-1.21-1.21-3.29-.62-3.66,1.05-1.38,6.23.43,13.09,5.28,17.94,3.5,3.5,8,5.38,12.58,5.63.19.01.37.03.55.05,4.57.51,8.83,2.52,12.16,5.67h0s0,0,0,0'/%3E%3Cpath class='cls-2' d='m58.17,73.69h0c-1.97,1.97-1.97,5.16,0,7.13l25.09,25.09c1.97,1.97,5.16,1.97,7.13,0,1.97-1.97,1.97-5.16,0-7.13l-25.09-25.09c-1.97-1.97-5.16-1.97-7.13,0Z'/%3E%3Cpath class='cls-2' d='m89.97,98.36l5.85-5.85c.85-.85,1.86-1.54,2.97-2.01l7.77-3.34c3.94-1.94,7.53-4.51,10.63-7.61l6.98-6.87c2.2-2.2,2.14-5.81-.19-7.93-1.2-1.09-2.76-1.52-4.28-1.35-.22.03-.44-.04-.59-.2l-.04-.04c-.24-.25-.26-.64-.04-.91.26-.32.58-.74.72-1.01,1.02-1.98.75-4.46-.89-6.11-1.8-1.81-4.31-2.26-6.37-1.3-.08.04-.25.09-.32,0-.07-.09,0-.24.05-.31,1.51-2.11,1.44-5.06-.38-7-1.64-1.76-4.24-2.24-6.4-1.19-.02.01-.19.1-.25.03-.09-.11.06-.26.06-.26l.55-.55c2.09-2.09,2.28-5.49.29-7.67-2.12-2.33-5.74-2.38-7.94-.18l-13.33,13.31c-.1.1-.21.2-.32.28l-.07.07c-1.44,1.44-3.56,1.39-4.99-.04l-3.4-3.39c-3.11,3.29-4.94,7.66-4.4,12.16l.57,4.76c.34,2.9-.66,5.79-2.72,7.85l-3.09,3.09'/%3E%3Cpath class='cls-2' d='m38.53,100.44l-16.81,16.81'/%3E%3Cpath class='cls-2' d='m58.17,80.82s0,0,0,0l-11.24,11.24'/%3E%3Cpath class='cls-2' d='m73.95,117.25l10.47-10.47'/%3E%3Cpath class='cls-2' d='m73.15,135.06l-4.55,17.52'/%3E%3Cpath class='cls-2' d='m102.08,152.58l-4.55-17.52'/%3E%3C/g%3E%3C/svg%3E"); }
.latest-posts .category-referencement-wordpress .block-latest-post .taxonomy-category::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2350fcb2;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m6.31,54.2H.64v-11.32c0-7.81,6.34-14.15,14.16-14.16h96.26v-5.66h-5.66c-1.56,0-2.83-1.27-2.83-2.83,0-.75.3-1.47.83-2L120.38,1.23c1.11-1.11,2.9-1.11,4,0h0s16.99,16.99,16.99,16.99c1.11,1.11,1.11,2.9,0,4-.53.53-1.25.83-2,.83h-5.66v5.66h11.32c7.81,0,14.15,6.34,14.16,14.16v56.62h-5.66v-56.62c0-4.69-3.8-8.49-8.49-8.49h-11.32v50.96h-5.66V20.22c0-1.56,1.27-2.83,2.83-2.83h1.66l-10.15-10.15-10.15,10.15h1.66c1.56,0,2.83,1.27,2.83,2.83v67.95h-5.66v-53.79H14.8c-4.69,0-8.49,3.8-8.49,8.49v11.32Zm8.49,87.77h47.16l-6.79,22.65h-6.39v5.66h62.29v-5.66h-6.39l-3.64-12.14-5.42,1.63,3.15,10.51h-37.69l6.79-22.65h20.54v-5.66H14.8c-4.69,0-8.49-3.8-8.49-8.49v-2.83h79.27v-5.66H6.31v-59.46H.64v67.95c0,7.81,6.34,14.15,14.16,14.16Zm84.94-48.13v-45.3h-11.32v65.12H14.8v-5.66h11.32v-22.65c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v22.65h5.66v-42.47c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v42.47h5.66v-62.29c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v48.13h-5.66Zm-56.62-5.66h-11.32v19.82h11.32v-19.82Zm28.31-19.82h-11.32v39.64h11.32v-39.64ZM14.8,40.04v5.66h5.66v-5.66h-5.66Zm16.99,0h-5.66v5.66h5.66v-5.66Zm5.66,0v5.66h5.66v-5.66h-5.66Zm130.58,115.74c1.59,1.6,2.48,3.75,2.49,6,0,4.69-3.79,8.49-8.48,8.49h-.02c-2.25-.02-4.4-.91-6-2.49l-13.55-13.55c-16.17,9.54-37.02,4.16-46.56-12.01-9.54-16.17-4.16-37.02,12.01-46.56,16.17-9.54,37.02-4.16,46.56,12.01,6.29,10.66,6.29,23.89,0,34.55l13.55,13.55Zm-14.5-30.8c0-15.64-12.68-28.31-28.31-28.31s-28.31,12.68-28.31,28.31,12.68,28.31,28.31,28.31c15.63-.02,28.29-12.68,28.31-28.31Zm10.49,34.81l-12.88-12.88c-1.22,1.44-2.56,2.78-4,4l12.88,12.88c1.08,1.13,2.87,1.18,4,.1,1.13-1.08,1.18-2.87.1-4-.03-.04-.07-.07-.1-.1h0Zm-16.16-34.81c0,12.51-10.14,22.65-22.65,22.65s-22.65-10.14-22.65-22.65,10.14-22.65,22.65-22.65c12.5.01,22.64,10.15,22.65,22.65Zm-5.66,0c0-9.38-7.61-16.99-16.99-16.99s-16.99,7.61-16.99,16.99,7.61,16.99,16.99,16.99c9.38-.01,16.98-7.61,16.99-16.99Zm-28.31,0h5.66c0-3.13,2.54-5.66,5.66-5.66v-5.66c-6.25,0-11.32,5.07-11.32,11.32Zm36.81-107.59h5.66c-.01-9.38-7.61-16.98-16.99-16.99v5.66c6.25,0,11.32,5.07,11.32,11.32Z'/%3E%3C/svg%3E"); }

.block-latest-post .taxonomy-category {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #022840; }
  .block-latest-post .taxonomy-category::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='171.163' height='170.677' viewBox='0 0 171.163 170.677'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='171.163' height='170.677' fill='%2350d2fc'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_95' data-name='Groupe 95' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_371' data-name='Tracé 371' d='M2.673,102.979a2.666,2.666,0,0,0,2.663-2.663v-67.1H143.464V76.8a2.668,2.668,0,1,0,5.335.01V10.924A10.929,10.929,0,0,0,137.876,0H10.924A10.935,10.935,0,0,0,0,10.924v89.393a2.666,2.666,0,0,0,2.663,2.663ZM5.345,10.913a5.593,5.593,0,0,1,5.588-5.588H137.886a5.6,5.6,0,0,1,5.588,5.588V27.871H5.345ZM97.057,122.842H9.273A3.936,3.936,0,0,1,5.335,118.9v-9.375a2.663,2.663,0,1,0-5.325,0V118.9a9.283,9.283,0,0,0,9.263,9.273H97.057a2.673,2.673,0,1,0,0-5.345Z' fill='%2350d2fc'/%3E%3Cpath id='Tracé_372' data-name='Tracé 372' d='M131.231,78.965a2.666,2.666,0,0,0,2.663-2.663V70.866a2.668,2.668,0,1,0-5.335-.01v5.436a2.659,2.659,0,0,0,2.663,2.663Zm-28.114.881a2.658,2.658,0,0,0,0,3.766l3.847,3.847a2.67,2.67,0,0,0,3.776-3.776l-3.847-3.847a2.658,2.658,0,0,0-3.766,0Zm-.172,25.036a2.666,2.666,0,0,0-2.663-2.663H94.846a2.668,2.668,0,1,0-.01,5.335h5.436a2.666,2.666,0,0,0,2.663-2.663Zm4.019,23.578-3.847,3.837a2.67,2.67,0,1,0,3.776,3.776l3.847-3.837a2.67,2.67,0,1,0-3.776-3.776m48.533,0a2.67,2.67,0,1,0-3.776,3.776l3.837,3.837a2.67,2.67,0,0,0,3.776-3.776ZM168.314,105.3h-5.436a2.668,2.668,0,1,0-.01,5.335H168.3a2.668,2.668,0,1,0,.01-5.335M155.568,79.856,151.731,83.7a2.67,2.67,0,1,0,3.776,3.776l3.847-3.847a2.67,2.67,0,0,0-3.776-3.776Zm-73.731-34.4h48.9a2.668,2.668,0,0,0,.01-5.335h-48.9a2.668,2.668,0,0,0-.01,5.335ZM133.4,56.834a2.666,2.666,0,0,0-2.663-2.663h-48.9a2.668,2.668,0,0,0-.01,5.335h48.9a2.666,2.666,0,0,0,2.663-2.663ZM102.246,70.876a2.666,2.666,0,0,0-2.663-2.663H81.837a2.668,2.668,0,1,0-.01,5.335H99.574a2.666,2.666,0,0,0,2.663-2.663ZM81.837,82.255a2.668,2.668,0,0,0-.01,5.335h9.729a2.668,2.668,0,1,0,.01-5.335ZM67.481,95.942H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335Zm0,13.687H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335ZM21.813,45.455h42.52a1.465,1.465,0,0,1,1.458,1.458,2.668,2.668,0,1,0,5.335.01,6.8,6.8,0,0,0-6.793-6.793H21.813a6.807,6.807,0,0,0-6.793,6.793V80.807A6.8,6.8,0,0,0,21.813,87.6h42.52a6.8,6.8,0,0,0,6.793-6.793v-23.4a2.668,2.668,0,1,0-5.335-.01V80.807a1.465,1.465,0,0,1-1.458,1.458H21.813a1.458,1.458,0,0,1-1.458-1.458V46.923a1.45,1.45,0,0,1,1.458-1.448Z' transform='translate(0.186 0.497)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_373' data-name='Tracé 373' d='M148.637,147.909a6.744,6.744,0,0,0-3.948-6.125,27.533,27.533,0,0,1,.911-5.416,2.667,2.667,0,0,0-5.133-1.448,33.19,33.19,0,0,0-1.134,6.246h-5.285v-20.41l1.448.952a2.65,2.65,0,0,0,2.926,0l5.588-3.665a2.666,2.666,0,1,0-2.885-4.485c-.01,0-.03.02-.04.03l-4.12,2.7-4.12-2.7a2.815,2.815,0,0,0-2.926,0l-4.11,2.7-4.11-2.7a2.667,2.667,0,0,0-2.936,4.454l5.578,3.665a2.667,2.667,0,0,0,2.936,0l1.448-.952v20.41h-5.669a33.767,33.767,0,0,0-7.664-19.438,20.74,20.74,0,1,1,36.79-12.31,20.56,20.56,0,0,1-4.627,12.128,39.749,39.749,0,0,0-3.746,5.477,2.67,2.67,0,0,0,4.647,2.622,34.127,34.127,0,0,1,3.24-4.738,25.871,25.871,0,0,0,5.821-15.246,26.134,26.134,0,0,0-44.464-19.822,25.919,25.919,0,0,0-7.765,18.6,26.181,26.181,0,0,0,6.014,16.694,28.485,28.485,0,0,1,6.429,16.38,6.652,6.652,0,0,0-4.728,6.4,6.132,6.132,0,0,0,1.427,4.07,6.714,6.714,0,0,0,5.3,10.853h.385a11.3,11.3,0,0,0,21.442,0h.364a6.742,6.742,0,0,0,6.753-6.712v-.03a6.678,6.678,0,0,0-1.407-4.08,6.509,6.509,0,0,0,1.407-4.09Zm-6.753-1.4h.051a1.418,1.418,0,0,1,1.377,1.407c-.152.85-.526,1.4-1.4,1.4H119.734a1.378,1.378,0,0,1-1.417-1.4,1.426,1.426,0,0,1,1.417-1.417l22.161.02Zm-11.075,18.709a5.993,5.993,0,0,1-4.789-2.4H135.6A5.993,5.993,0,0,1,130.809,165.221Zm11.086-7.735c-27.608-.02-16.046,0-22.181,0a1.391,1.391,0,0,1-1.4-1.387v-.03a1.391,1.391,0,0,1,1.387-1.4h22.2a1.409,1.409,0,0,1,.121,2.814h-.132ZM128.673,8.92H90.081a7.562,7.562,0,1,0,.01,15.125h38.592a7.568,7.568,0,1,0,0-15.135Zm0,9.8H90.081a2.234,2.234,0,0,1,0-4.465h38.592a2.232,2.232,0,0,1,0,4.465M20,13.82H14.943a2.663,2.663,0,0,0,0,5.325H20a2.663,2.663,0,0,0,0-5.325m13.748,0H28.691a2.663,2.663,0,0,0,0,5.325h5.062a2.663,2.663,0,1,0,0-5.325m13.748,0H42.439a2.663,2.663,0,0,0,0,5.325H47.5a2.663,2.663,0,1,0,0-5.325' transform='translate(0.152 0.11)' fill='%2350d2fc'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover; }
  .block-latest-post .taxonomy-category a {
    display: none; }
.block-latest-post .wp-block-post-date {
  margin-top: 5px; }

.wp-block-post-time-to-read {
  display: flex;
  align-items: center; }
  .wp-block-post-time-to-read::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31.678' height='31.678' viewBox='0 0 31.678 31.678'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Tracé_449' data-name='Tracé 449' d='M0-682.665H31.678v31.678H0Z' transform='translate(0 682.665)' fill='%2350d2fc'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='stopwatch_1_' data-name='stopwatch (1)' transform='translate(0 -0.002)'%3E%3Cg id='Groupe_105' data-name='Groupe 105' transform='translate(0 0.002)' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_429' data-name='Tracé 429' d='M-244.392-475.451a11.906,11.906,0,0,1-11.893-11.893,11.906,11.906,0,0,1,11.893-11.893A11.906,11.906,0,0,1-232.5-487.344,11.906,11.906,0,0,1-244.392-475.451Zm0-22.548a10.667,10.667,0,0,0-10.655,10.655,10.667,10.667,0,0,0,10.655,10.655,10.667,10.667,0,0,0,10.655-10.655A10.667,10.667,0,0,0-244.392-498Z' transform='translate(264.178 506.074)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_430' data-name='Tracé 430' d='M-48.131-13.333a2.345,2.345,0,0,1,2.342,2.342,2.345,2.345,0,0,1-2.342,2.342,2.345,2.345,0,0,1-2.342-2.342A2.345,2.345,0,0,1-48.131-13.333Zm0,3.447a1.106,1.106,0,0,0,1.1-1.1,1.106,1.106,0,0,0-1.1-1.1,1.106,1.106,0,0,0-1.1,1.1A1.106,1.106,0,0,0-48.131-9.887Z' transform='translate(67.917 29.722)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_431' data-name='Tracé 431' d='M-22.111-83.3h-6.384a1.388,1.388,0,0,1-1.387-1.387v-1.929A1.388,1.388,0,0,1-28.495-88h6.384a1.388,1.388,0,0,1,1.387,1.387v1.929A1.388,1.388,0,0,1-22.111-83.3Zm-6.384-3.465a.149.149,0,0,0-.149.149v1.929a.149.149,0,0,0,.149.149h6.384a.149.149,0,0,0,.149-.149v-1.929a.149.149,0,0,0-.149-.149Z' transform='translate(45.08 89.055)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_432' data-name='Tracé 432' d='M-95.267-59.73a.619.619,0,0,1-.619-.619v-1.7h-2.78v1.7a.619.619,0,0,1-.619.619.619.619,0,0,1-.619-.619v-2.318a.619.619,0,0,1,.619-.619h4.017a.619.619,0,0,1,.619.619v2.318A.619.619,0,0,1-95.267-59.73Z' transform='translate(117.052 67.805)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_433' data-name='Tracé 433' d='M-12.715-79.966a.617.617,0,0,1-.437-.181.619.619,0,0,1,0-.875l3.3-3.3a.619.619,0,0,1,.875,0,.619.619,0,0,1,0,.875l-3.3,3.3A.617.617,0,0,1-12.715-79.966Z' transform='translate(33.719 98.097)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_434' data-name='Tracé 434' transform='translate(19.786 10.09)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_435' data-name='Tracé 435' transform='translate(19.786 27.371)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_436' data-name='Tracé 436' transform='translate(13.676 12.621)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_437' data-name='Tracé 437' transform='translate(25.895 24.84)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_438' data-name='Tracé 438' transform='translate(13.676 24.84)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_439' data-name='Tracé 439' transform='translate(11.145 18.73)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_440' data-name='Tracé 440' transform='translate(28.426 18.73)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_441' data-name='Tracé 441' d='M-89.957-39.811a.617.617,0,0,1-.438-.181l-1.221-1.221a1.411,1.411,0,0,1-.416-1,1.411,1.411,0,0,1,.416-1l1.063-1.063a1.411,1.411,0,0,1,1-.416,1.411,1.411,0,0,1,1,.416l1.221,1.221a.619.619,0,0,1,0,.875.619.619,0,0,1-.875,0l-1.221-1.221a.179.179,0,0,0-.129-.054.179.179,0,0,0-.129.054l-1.063,1.063a.179.179,0,0,0-.054.129.179.179,0,0,0,.053.129l1.221,1.221a.619.619,0,0,1,0,.875A.617.617,0,0,1-89.957-39.811Z' transform='translate(100.672 52.286)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_442' data-name='Tracé 442' d='M-10.518-39.811a.617.617,0,0,1-.437-.181.619.619,0,0,1,0-.875l1.221-1.221a.179.179,0,0,0,.054-.129.179.179,0,0,0-.054-.129L-10.8-43.409a.179.179,0,0,0-.129-.054.179.179,0,0,0-.129.054l-1.221,1.221a.619.619,0,0,1-.875,0,.619.619,0,0,1,0-.875l1.221-1.221a1.411,1.411,0,0,1,1-.416,1.411,1.411,0,0,1,1,.416l1.063,1.063a1.411,1.411,0,0,1,.416,1,1.411,1.411,0,0,1-.416,1l-1.221,1.221A.617.617,0,0,1-10.518-39.811Z' transform='translate(39.374 52.286)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_443' data-name='Tracé 443' d='M-135.2-12.1h-5.96a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h5.96a.619.619,0,0,1,.619.619A.619.619,0,0,1-135.2-12.1Z' transform='translate(144.252 35.418)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_444' data-name='Tracé 444' d='M-106.26-12.1h-4.552a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h4.552a.619.619,0,0,1,.619.619A.619.619,0,0,1-106.26-12.1Z' transform='translate(114.771 31.803)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_445' data-name='Tracé 445' d='M-182.667-12.1h-8.27a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h8.27a.619.619,0,0,1,.619.619A.619.619,0,0,1-182.667-12.1Z' transform='translate(191.556 28.187)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_446' data-name='Tracé 446' d='M-121.424-12.1h-5.29a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h5.29a.619.619,0,0,1,.619.619A.619.619,0,0,1-121.424-12.1Z' transform='translate(131.551 24.571)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_447' data-name='Tracé 447' transform='translate(0.619 22.703)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_448' data-name='Tracé 448' d='M-6.89-6.284a.619.619,0,0,1-.593-.442,7.99,7.99,0,0,0-5.411-5.4.619.619,0,0,1-.418-.769.619.619,0,0,1,.769-.418A9.223,9.223,0,0,1-6.3-7.079a.619.619,0,0,1-.416.77A.619.619,0,0,1-6.89-6.284Z' transform='translate(34.957 23.161)' fill='%2350d2fc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain; }

.block-newsletter {
  z-index: 3; }

/*
.block-contact {
    max-width: 605px;
    position: relative;
    margin: 0 auto;
}
    */
.block-tarif {
  box-shadow: 0px 0px 16px #0A19231A; }
  .block-tarif--header {
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .block-tarif--header::before {
      content: '';
      display: block;
      width: 100%;
      height: 40px;
      background-color: var(--wp--preset--color--primary-dark);
      position: absolute;
      bottom: 0;
      border-bottom-left-radius: 50%;
      border-bottom-right-radius: 50%;
      transform: translateY(50%);
      z-index: -1; }
    .block-tarif--header::after {
      content: '';
      display: block;
      width: 26px;
      height: 26px;
      position: absolute;
      bottom: -32px;
      background-color: var(--wp--preset--color--secondary);
      border-radius: 50%; }
  .block-tarif .wp-block-list {
    list-style-type: none; }
    .block-tarif .wp-block-list li {
      /*text-align: center;*/
      /*
      &:last-child {
          &::after {
              display: none;
          }
      }
      */ }
      .block-tarif .wp-block-list li::after {
        content: '';
        display: inline-block;
        width: 3px;
        height: 3px;
        margin: 5px;
        border-radius: 50%;
        background-color: var(--wp--preset--color--secondary); }
      .block-tarif .wp-block-list li::marker {
        content: '' !important; }

/*
.block-prestation {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: var(--wp--preset--spacing--medium-1) var(--wp--preset--spacing--small-3);
    background-color: #fff;
    box-shadow: 0px 0px 16px #0A19232B;
    border-radius: 10px;

    .wp-block-image {
        max-width: 125px;
        position: absolute;
        top: -62.5px;
        left: 0;
        right: 0;
    }

    p {
        &:first-of-type {
            margin-top: 0;
        }
        &:last-of-type {
            margin-bottom: 25px;
        }
        strong {
            background-image: linear-gradient(180deg, $underline_blue, $underline_blue);
            background-repeat: no-repeat;
            background-position-x: 0, 0, 100%;
            background-position-y: calc(100% - -3px);
            background-size: calc(100% - 0px) calc(12* 1px), auto 12px, auto 12px;
        }
    }

    .wp-block-buttons {
        margin-top: auto;
    }
    .wp-block-button {
        width: 100%;

        > a {
            width: inherit;
        }
    }
}
*/
.keynumber {
  display: flex;
  justify-content: center;
  align-items: center; }
  .keynumber::after {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    margin-left: 15px;
    border-radius: 50px;
    background-color: var(--wp--preset--color--secondary); }

.wrapper-faq .wp-block-details {
  width: 100%;
  padding: 37px;
  background-color: var(--wp--preset--color--primary-extra-light); }
  .wrapper-faq .wp-block-details[open] summary::after {
    background-image: url(../images/minus.png); }
  .wrapper-faq .wp-block-details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px; }
    .wrapper-faq .wp-block-details summary strong {
      font-weight: 600; }
    .wrapper-faq .wp-block-details summary::after {
      content: '';
      display: block;
      width: 26px;
      height: 26px;
      flex-shrink: 0;
      flex-grow: 0;
      background-image: url(../images/plus.png);
      background-size: contain;
      background-repeat: no-repeat;
      transition: all 0.2s ease; }

@media only screen and (max-width: 768px) {
  .section-hero-home {
    padding: var(--wp--preset--spacing--large-1) var(--wp--preset--spacing--medium-1) !important; }
    .section-hero-home .wp-block-columns {
      padding-left: 0 !important; }
    .section-hero-home .wp-block-column:first-child {
      padding-top: 0 !important;
      text-align: center; }
    .section-hero-home .wp-block-button__link {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.wrap-screen {
  width: 624px;
  height: 530px;
  position: absolute;
  right: 0; }
  @media only screen and (max-width: 1199px) {
    .wrap-screen {
      width: 545px; } }
  @media only screen and (max-width: 976px) {
    .wrap-screen {
      width: 440px; } }

.block-google.is-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 400px; }
  @media only screen and (max-width: 1199px) {
    .block-google.is-absolute {
      right: 295px; } }
  @media only screen and (max-width: 976px) {
    .block-google.is-absolute {
      right: 180px; } }
.block-google.v1 img {
  max-width: 100px; }
.block-google.v1 .block-google__link a {
  border-bottom: 1px solid;
  transition: all 0.2s ease; }
  .block-google.v1 .block-google__link a:hover {
    color: var(--wp--preset--color--secondary) !important; }
.block-google.v2 {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }
  .block-google.v2 .row-avis {
    align-items: center;
    gap: 8px; }
.block-google .row-avis {
  font-weight: 600; }

.woocommerce {
  max-width: 100%; }

.page-template-page-cart .woocommerce {
  max-width: 100% !important; }

.gform-theme--foundation .gform_footer,
.gform-theme--foundation .gform_page_footer {
  margin-block-start: 12px !important; }

@media only screen and (max-width: 1199px) {
  /*
  .section-prestations {
      .is-layout-grid {
          gap: 110px 30px;
      }
  }
  */
  .section-portfolio figure img {
    height: 465px; } }
@media only screen and (max-width: 1290px) {
  .block-step {
    height: auto !important;
    border-radius: 15px !important; } }
@media only screen and (max-width: 976px) {
  .block-step {
    max-width: 75%; }

  .section-hero {
    padding: var(--wp--preset--spacing--medium-1) 0; }

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

  .section-prestations p {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .section-prestations .is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 30px; }

  .section-tarifs .eb-wrapper-inner-blocks > .wp-block-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--large-1) var(--wp--preset--spacing--medium-1); }
    .section-tarifs .eb-wrapper-inner-blocks > .wp-block-group .wp-block-group {
      position: relative; }

  .section-blog .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .section-steps .wrap-steps {
    flex-direction: column; }
    .section-steps .wrap-steps .wp-block-image {
      transform: rotate(90deg); }

  .section-reassurance .wp-block-columns {
    flex-wrap: wrap !important;
    gap: 50px 0; }
    .section-reassurance .wp-block-columns .wp-block-column {
      flex: 0 0 50%;
      max-width: 50%; }

  .wrapper-faq .wp-block-details summary {
    list-style: none;
    -webkit-appearance: none; }
    .wrapper-faq .wp-block-details summary::-webkit-details-marker {
      display: none; }
    .wrapper-faq .wp-block-details summary::after {
      width: 20px;
      height: 20px; } }
@media only screen and (max-width: 768px) {
  .section-hero-home .hero-home-logo,
  .section-hero-home .wp-block-heading {
    text-align: center; }
  .section-hero-home .wp-block-buttons {
    justify-content: center; }

  .grid-prestations {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }

  .block-step {
    max-width: 100%; }

  .wp-block-column {
    border-left: none !important; }

  .block-tarif--body {
    padding-top: var(--wp--preset--spacing--medium-2) !important;
    padding-bottom: 0 !important; }
  .block-tarif .wp-block-button {
    margin-bottom: var(--wp--preset--spacing--medium-1); }

  .section-prestations .is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .section-prestations .block-prestation .wp-block-image {
    top: -50px; }
    .section-prestations .block-prestation .wp-block-image img {
      max-width: 100px; }

  .section-hero.design-2 img {
    width: auto !important;
    max-width: 50%;
    transform: translateY(0); }

  .section-below-hero {
    padding-top: var(--wp--preset--spacing--medium-1) !important; }

  .section-tarifs .eb-wrapper-outer {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .section-tarifs .eb-toggle-wrapper > .eb-toggle-heading > * {
    display: block; }
  .section-tarifs .eb-toggle-wrapper .eb-toggle-switch {
    margin: 25px auto !important; }
  .section-tarifs .eb-wrapper-inner-blocks > .wp-block-group {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: var(--wp--preset--spacing--large-1) 0; }

  .section-portfolio {
    padding-top: var(--wp--preset--spacing--medium-1) !important; }
    .section-portfolio .wp-block-column:first-child {
      padding-top: 0 !important; } }
@media only screen and (max-width: 576px) {
  .block-google.v2 {
    padding: 15px;
    background-color: transparent; }
    .block-google.v2 > .wp-block-group {
      gap: 12px; }
    .block-google.v2 .google-img img {
      width: 70px !important; }
    .block-google.v2 .row-avis > .wp-block-group {
      margin-top: -5px; }
    .block-google.v2 .row-avis img {
      width: 10px !important; }

  .section-hero-home .wp-block-column {
    display: flex;
    flex-direction: column;
    gap: 0; }
    .section-hero-home .wp-block-column .block-google.v2 {
      align-self: center; }
  .section-hero.design-2 img {
    max-width: 75%; }

  .section-portfolio figure img {
    height: 400px; } }
@media only screen and (max-width: 480px) {
    /*
    .section-reassurance {
        .wp-block-columns {
            flex-wrap: wrap !important;
            gap: 50px 0;

            .wp-block-column {
                flex: 0 0 100%;
                max-width: 100%;
            }
        }
    }
    */
  .section-custom .group-custom {
    padding-left: var(--wp--preset--spacing--small-3) !important;
    padding-right: var(--wp--preset--spacing--small-3) !important; }

  .section-portfolio figure img {
    height: 350px; } }
/* Articles -----------------------------------------*/
/*-- Grille posts -- */
.wp-block-post-template-is-layout-grid.grid__flex, .mwp-other-posts__post.grid__flex {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .wp-block-post-template-is-layout-grid.grid__flex.columns-3 .wp-block-post, .mwp-other-posts__post.grid__flex.columns-3 .wp-block-post {
    width: 30%;
    min-width: 350px; }
.wp-block-post-template-is-layout-grid .wp-block-post, .mwp-other-posts__post .wp-block-post {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 16px #0A19232B;
  border-radius: 10px;
  transition: transform .4s; }
  .wp-block-post-template-is-layout-grid .wp-block-post:hover, .mwp-other-posts__post .wp-block-post:hover {
    box-shadow: 0px 0px 25px #0A19232B;
    -ms-transform: scale(1.01);
    /* IE 9 */
    -webkit-transform: scale(1.01);
    /* Safari 3-8 */
    transform: scale(1.01); }
    .wp-block-post-template-is-layout-grid .wp-block-post:hover .wp-block-button__link, .mwp-other-posts__post .wp-block-post:hover .wp-block-button__link {
      background-color: transparent !important;
      color: var(--wp--preset--color--primary-dark) !important; }
.wp-block-post-template-is-layout-grid .wp-block-post-featured-image img, .mwp-other-posts__post .wp-block-post-featured-image img {
  border-radius: 10px 10px 0 0 !important; }
.wp-block-post-template-is-layout-grid .wp-block-post-featured-image, .mwp-other-posts__post .wp-block-post-featured-image {
  position: relative;
  display: inline-block;
  /* Pour bien encadrer l'image ou le contenu */
  overflow: hidden; }
.wp-block-post-template-is-layout-grid .wp-block-post-featured-image::before,
.wp-block-post-template-is-layout-grid .wp-block-post-featured-image::after, .mwp-other-posts__post .wp-block-post-featured-image::before,
.mwp-other-posts__post .wp-block-post-featured-image::after {
  content: '';
  position: absolute;
  bottom: 10px;
  /* Position des traits sous l'image */
  height: 10px;
  /* Hauteur des barres */
  border-radius: 0 10px 10px 0;
  /* Bords arrondis */
  animation: barpulse 1s infinite ease-in-out; }
.wp-block-post-template-is-layout-grid .wp-block-post-featured-image::before, .mwp-other-posts__post .wp-block-post-featured-image::before {
  width: 30px;
  /* Taille initiale de la première barre */
  left: 0px;
  /* Décalage horizontal */
  top: 15px;
  animation-delay: 0s;
  /* Démarre immédiatement */ }
.wp-block-post-template-is-layout-grid .wp-block-post-featured-image::after, .mwp-other-posts__post .wp-block-post-featured-image::after {
  width: 50px;
  /* Taille initiale de la deuxième barre */
  left: 0px;
  /* Décalage horizontal */
  top: 35px;
  animation-delay: 0.2s;
  /* Délai pour l'effet de décalage */ }
@keyframes barpulse {
  0%, 100% {
    transform: scaleX(1);
    /* Taille initiale */ }
  50% {
    transform: scaleX(1.5);
    /* Élargissement */ } }
.wp-block-post-template-is-layout-grid .wp-block-post-date, .mwp-other-posts__post .wp-block-post-date {
  width: fit-content;
  border-radius: 3px;
  z-index: 1; }
.wp-block-post-template-is-layout-grid .wp-block-post-title, .mwp-other-posts__post .wp-block-post-title {
  margin: 0 !important; }
  .wp-block-post-template-is-layout-grid .wp-block-post-title a, .mwp-other-posts__post .wp-block-post-title a {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 250px 20px 0;
    z-index: 2;
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .wp-block-post-template-is-layout-grid .wp-block-post-title a, .mwp-other-posts__post .wp-block-post-title a {
        padding: 275px 20px 0; } }
.wp-block-post-template-is-layout-grid .wp-block-group.wp-block-button, .mwp-other-posts__post .wp-block-group.wp-block-button {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 20px; }
.wp-block-post-template-is-layout-grid .wp-block-post-terms, .mwp-other-posts__post .wp-block-post-terms {
  z-index: 4; }
.wp-block-post-template-is-layout-grid .category-support-wordpress .wp-block-post-terms a, .wp-block-post-template-is-layout-grid.category-support-wordpress .wp-block-post-terms a, .mwp-other-posts__post .category-support-wordpress .wp-block-post-terms a, .mwp-other-posts__post.category-support-wordpress .wp-block-post-terms a {
  color: var(--wp--preset--color--cat-support) !important; }
.wp-block-post-template-is-layout-grid .category-support-wordpress .wp-block-post-featured-image::before,
.wp-block-post-template-is-layout-grid .category-support-wordpress .wp-block-post-featured-image::after, .wp-block-post-template-is-layout-grid.category-support-wordpress .wp-block-post-featured-image::before,
.wp-block-post-template-is-layout-grid.category-support-wordpress .wp-block-post-featured-image::after, .mwp-other-posts__post .category-support-wordpress .wp-block-post-featured-image::before,
.mwp-other-posts__post .category-support-wordpress .wp-block-post-featured-image::after, .mwp-other-posts__post.category-support-wordpress .wp-block-post-featured-image::before,
.mwp-other-posts__post.category-support-wordpress .wp-block-post-featured-image::after {
  background: linear-gradient(90deg, #c684ff, #6842ff) !important; }
.wp-block-post-template-is-layout-grid .category-creation-sites-wordpress .wp-block-post-terms a, .mwp-other-posts__post .category-creation-sites-wordpress .wp-block-post-terms a {
  color: var(--wp--preset--color--cat-creation) !important; }
.wp-block-post-template-is-layout-grid .category-creation-sites-wordpress .wp-block-post-featured-image::before,
.wp-block-post-template-is-layout-grid .category-creation-sites-wordpress .wp-block-post-featured-image::after, .mwp-other-posts__post .category-creation-sites-wordpress .wp-block-post-featured-image::before,
.mwp-other-posts__post .category-creation-sites-wordpress .wp-block-post-featured-image::after {
  background: linear-gradient(90deg, #50d2fc, #4afad1) !important; }
.wp-block-post-template-is-layout-grid .category-maintenance-wordpress .wp-block-post-terms a, .mwp-other-posts__post .category-maintenance-wordpress .wp-block-post-terms a {
  color: var(--wp--preset--color--cat-maintenance) !important; }
.wp-block-post-template-is-layout-grid .category-maintenance-wordpress .wp-block-post-featured-image::before,
.wp-block-post-template-is-layout-grid .category-maintenance-wordpress .wp-block-post-featured-image::after, .mwp-other-posts__post .category-maintenance-wordpress .wp-block-post-featured-image::before,
.mwp-other-posts__post .category-maintenance-wordpress .wp-block-post-featured-image::after {
  background: linear-gradient(90deg, #f96b1a, #ef474b) !important; }
.wp-block-post-template-is-layout-grid .category-referencement-wordpress .wp-block-post-terms a, .mwp-other-posts__post .category-referencement-wordpress .wp-block-post-terms a {
  color: var(--wp--preset--color--cat-referencement) !important; }
.wp-block-post-template-is-layout-grid .category-referencement-wordpress .wp-block-post-featured-image::before,
.wp-block-post-template-is-layout-grid .category-referencement-wordpress .wp-block-post-featured-image::after, .mwp-other-posts__post .category-referencement-wordpress .wp-block-post-featured-image::before,
.mwp-other-posts__post .category-referencement-wordpress .wp-block-post-featured-image::after {
  background: linear-gradient(90deg, #41d977, #5acd2a) !important; }

.block-post {
  box-shadow: 0px 0px 16px #0A19232B; }
  .block-post--body {
    margin-block-start: 0; }
  .block-post .wp-block-post-date {
    display: inline-block;
    margin-left: var(--wp--preset--spacing--small-2) !important;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    border-radius: 3px; }

.single-post {
  /* Compense les ancres pour éviter que les titres soient masqués */ }
  .single-post.category-support-wordpress .section-hero.design-2::after {
    border-bottom: 8px solid var(--wp--preset--color--cat-support); }
  .single-post.category-support-wordpress .section-hero.design-2 .taxonomy-category > a {
    color: var(--wp--preset--color--cat-support); }
  .single-post.category-support-wordpress .section-hero.design-2 .img-taxonomy-cat::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23c281fb;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m141.33,53.52h-12.45v-13.26c0-7.6-2.86-14.84-8.05-20.38-.96-1.03-2.58-1.08-3.61-.12,0,0,0,0,0,0-1.03.96-1.08,2.58-.12,3.61h0c4.3,4.59,6.67,10.59,6.67,16.89v13.26h-52.02c-16.45,0-29.83,13.38-29.83,29.83v9.15h-4c-1.58,0-3.1.62-4.22,1.75l-13.57,13.57v-13.65c0-2.09-1.12-4.06-2.92-5.13-7.47-4.44-12.1-12.58-12.1-21.25v-27.52c0-13.63,11.09-24.71,24.71-24.71h69.24c3.19,0,6.3.6,9.23,1.78,1.31.53,2.8-.11,3.33-1.42.53-1.31-.11-2.8-1.42-3.33-3.54-1.43-7.29-2.15-11.15-2.15H29.83c-16.45,0-29.83,13.38-29.83,29.83v27.52c0,10.46,5.6,20.29,14.6,25.65.26.15.42.43.42.73v14.88c0,1.86,1.12,3.54,2.84,4.25,1.15.55,3.5.47,5.01-1l14.44-14.44c.16-.16.38-.25.6-.25h4v13.26c0,4.03.79,7.93,2.34,11.61.56,1.29,2.07,1.89,3.36,1.32,1.28-.56,1.87-2.03,1.34-3.32-1.29-3.04-1.94-6.28-1.94-9.62v-27.52c0-13.63,11.09-24.71,24.71-24.71h69.58c13.63,0,24.71,11.09,24.71,24.71v27.52c0,8.7-4.45,16.6-11.9,21.13-1.76,1.07-2.85,3.02-2.85,5.08v16.67l-16.43-16.43c-1.12-1.12-2.63-1.75-4.22-1.75h-58.9c-6.2,0-12.13-2.31-16.7-6.49-1.04-.95-2.66-.88-3.61.16-.95,1.04-.88,2.66.16,3.61,5.51,5.06,12.67,7.84,20.15,7.84h58.9c.22,0,.44.09.6.25l17.3,17.3c1.34,1.03,2.64,1.82,5.01,1,1.72-.71,2.84-2.39,2.84-4.25v-17.91c0-.29.15-.57.39-.71,8.99-5.46,14.36-15,14.36-25.5v-27.52c0-16.45-13.38-29.83-29.83-29.83h0Z'/%3E%3Cpath class='cls-1' d='m99.33,114.49c-1.5-2.12-4.23-3.54-7.34-3.54-4.72,0-8.56,3.26-8.56,7.28s3.84,7.28,8.56,7.28c4.14,0,7.61-2.51,8.4-5.84,3.82-1.61,6.76-4.81,8.03-8.76,3.73-.85,6.53-4.19,6.53-8.18v-9.22c0-3.85-2.61-7.1-6.15-8.08-.83-5.13-3.36-9.85-7.22-13.41-4.32-3.97-9.93-6.16-15.8-6.16-11.55,0-21.21,8.32-23.02,19.57-3.54.99-6.14,4.24-6.14,8.08v9.22c0,4.63,3.77,8.39,8.39,8.39s8.39-3.77,8.39-8.39v-9.22c0-3.61-2.29-6.69-5.49-7.88,1.66-8.47,9.06-14.66,17.87-14.66s16.19,6.3,17.86,14.67c-3.2,1.19-5.49,4.27-5.49,7.87v9.22c0,3.41,2.05,6.35,4.98,7.66-.81,1.73-2.13,3.16-3.8,4.1h0Zm-7.34,5.9c-2.03,0-3.45-1.14-3.45-2.16s1.42-2.16,3.45-2.16,3.45,1.14,3.45,2.16-1.42,2.16-3.45,2.16Zm-23.7-17.67c0,1.81-1.47,3.28-3.28,3.28s-3.28-1.47-3.28-3.28v-9.22c0-1.81,1.47-3.28,3.28-3.28s3.28,1.47,3.28,3.28v9.22Zm34.98-9.22c0-1.81,1.47-3.28,3.28-3.28s3.28,1.47,3.28,3.28v9.22c0,1.81-1.47,3.28-3.28,3.28s-3.28-1.47-3.28-3.28v-9.22Zm18.32-13.16h20.36c1.41,0,2.56-1.14,2.56-2.56s-1.14-2.56-2.56-2.56h-20.36c-1.41,0-2.56,1.14-2.56,2.56s1.14,2.56,2.56,2.56Zm0,11.44h15.7c1.41,0,2.56-1.14,2.56-2.56s-1.14-2.56-2.56-2.56h-15.7c-1.41,0-2.56,1.14-2.56,2.56s1.14,2.56,2.56,2.56Z'/%3E%3Ccircle class='cls-1' cx='25.15' cy='43.87' r='3.81'/%3E%3Ccircle class='cls-1' cx='36.69' cy='43.87' r='3.81'/%3E%3Ccircle class='cls-1' cx='48.17' cy='43.87' r='3.81'/%3E%3C/svg%3E"); }
  .single-post.category-maintenance-wordpress .section-hero.design-2::after {
    border-bottom: 8px solid var(--wp--preset--color--cat-maintenance); }
  .single-post.category-maintenance-wordpress .section-hero.design-2 .taxonomy-category > a {
    color: var(--wp--preset--color--cat-maintenance); }
  .single-post.category-maintenance-wordpress .section-hero.design-2 .img-taxonomy-cat::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;%7D.cls-3%7Bclip-path:url(%23clippath);%7D.cls-2%7Bstroke:%23ef474b;stroke-linecap:round;stroke-linejoin:round;stroke-width:5px;%7D%3C/style%3E%3CclipPath id='clippath'%3E%3Crect class='cls-1' width='170.68' height='170.68'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='cls-3'%3E%3Cpath class='cls-2' d='m118.71,168.18H51.97c-1.8,0-3.26-1.46-3.26-3.26,0-6.81,5.52-12.34,12.34-12.34h48.58c6.81,0,12.34,5.52,12.34,12.34,0,1.8-1.46,3.26-3.26,3.26Z'/%3E%3Cpath class='cls-2' d='m160.1,117.25H10.58'/%3E%3Cpath class='cls-2' d='m70.05,18.4h-19.1'/%3E%3Cpath class='cls-2' d='m160.1,35.13v-7.3c0-5.2-4.22-9.42-9.42-9.42h-67.24'/%3E%3Cpath class='cls-2' d='m45.31,18.4h-25.31c-5.2,0-9.42,4.22-9.42,9.42v97.82c0,5.2,4.22,9.42,9.42,9.42h130.68c5.2,0,9.42-4.22,9.42-9.42V47.03'/%3E%3Cpath class='cls-2' d='m112.6,83.48l5.31,5.31c3.7,3.7,9.7,3.7,13.39,0h0c3.7-3.7,3.7-9.7,0-13.39l-5.63-5.63'/%3E%3Cpath class='cls-2' d='m95.38,39.47l-5.54-5.54c-3.38-3.38-5.54-7.81-6.06-12.56-.02-.18-.04-.37-.05-.55-.26-4.58-2.13-9.09-5.63-12.58-4.85-4.85-11.71-6.66-17.94-5.28-1.67.37-2.26,2.45-1.05,3.66l9.36,9.36c2.75,2.75,2.75,7.22,0,9.97-2.75,2.75-7.22,2.75-9.97,0l-9.36-9.36c-1.21-1.21-3.29-.62-3.66,1.05-1.38,6.23.43,13.09,5.28,17.94,3.5,3.5,8,5.38,12.58,5.63.19.01.37.03.55.05,4.57.51,8.83,2.52,12.16,5.67h0s0,0,0,0'/%3E%3Cpath class='cls-2' d='m58.17,73.69h0c-1.97,1.97-1.97,5.16,0,7.13l25.09,25.09c1.97,1.97,5.16,1.97,7.13,0,1.97-1.97,1.97-5.16,0-7.13l-25.09-25.09c-1.97-1.97-5.16-1.97-7.13,0Z'/%3E%3Cpath class='cls-2' d='m89.97,98.36l5.85-5.85c.85-.85,1.86-1.54,2.97-2.01l7.77-3.34c3.94-1.94,7.53-4.51,10.63-7.61l6.98-6.87c2.2-2.2,2.14-5.81-.19-7.93-1.2-1.09-2.76-1.52-4.28-1.35-.22.03-.44-.04-.59-.2l-.04-.04c-.24-.25-.26-.64-.04-.91.26-.32.58-.74.72-1.01,1.02-1.98.75-4.46-.89-6.11-1.8-1.81-4.31-2.26-6.37-1.3-.08.04-.25.09-.32,0-.07-.09,0-.24.05-.31,1.51-2.11,1.44-5.06-.38-7-1.64-1.76-4.24-2.24-6.4-1.19-.02.01-.19.1-.25.03-.09-.11.06-.26.06-.26l.55-.55c2.09-2.09,2.28-5.49.29-7.67-2.12-2.33-5.74-2.38-7.94-.18l-13.33,13.31c-.1.1-.21.2-.32.28l-.07.07c-1.44,1.44-3.56,1.39-4.99-.04l-3.4-3.39c-3.11,3.29-4.94,7.66-4.4,12.16l.57,4.76c.34,2.9-.66,5.79-2.72,7.85l-3.09,3.09'/%3E%3Cpath class='cls-2' d='m38.53,100.44l-16.81,16.81'/%3E%3Cpath class='cls-2' d='m58.17,80.82s0,0,0,0l-11.24,11.24'/%3E%3Cpath class='cls-2' d='m73.95,117.25l10.47-10.47'/%3E%3Cpath class='cls-2' d='m73.15,135.06l-4.55,17.52'/%3E%3Cpath class='cls-2' d='m102.08,152.58l-4.55-17.52'/%3E%3C/g%3E%3C/svg%3E"); }
  .single-post.category-creation-sites-wordpress .section-hero.design-2::after {
    border-bottom: 8px solid var(--wp--preset--color--cat-creation); }
  .single-post.category-creation-sites-wordpress .section-hero.design-2 .taxonomy-category > a {
    color: var(--wp--preset--color--cat-creation); }
  .single-post.category-creation-sites-wordpress .section-hero.design-2 .img-taxonomy-cat::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='171.163' height='170.677' viewBox='0 0 171.163 170.677'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='171.163' height='170.677' fill='%2350d2fc'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_95' data-name='Groupe 95' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_371' data-name='Tracé 371' d='M2.673,102.979a2.666,2.666,0,0,0,2.663-2.663v-67.1H143.464V76.8a2.668,2.668,0,1,0,5.335.01V10.924A10.929,10.929,0,0,0,137.876,0H10.924A10.935,10.935,0,0,0,0,10.924v89.393a2.666,2.666,0,0,0,2.663,2.663ZM5.345,10.913a5.593,5.593,0,0,1,5.588-5.588H137.886a5.6,5.6,0,0,1,5.588,5.588V27.871H5.345ZM97.057,122.842H9.273A3.936,3.936,0,0,1,5.335,118.9v-9.375a2.663,2.663,0,1,0-5.325,0V118.9a9.283,9.283,0,0,0,9.263,9.273H97.057a2.673,2.673,0,1,0,0-5.345Z' fill='%2350d2fc'/%3E%3Cpath id='Tracé_372' data-name='Tracé 372' d='M131.231,78.965a2.666,2.666,0,0,0,2.663-2.663V70.866a2.668,2.668,0,1,0-5.335-.01v5.436a2.659,2.659,0,0,0,2.663,2.663Zm-28.114.881a2.658,2.658,0,0,0,0,3.766l3.847,3.847a2.67,2.67,0,0,0,3.776-3.776l-3.847-3.847a2.658,2.658,0,0,0-3.766,0Zm-.172,25.036a2.666,2.666,0,0,0-2.663-2.663H94.846a2.668,2.668,0,1,0-.01,5.335h5.436a2.666,2.666,0,0,0,2.663-2.663Zm4.019,23.578-3.847,3.837a2.67,2.67,0,1,0,3.776,3.776l3.847-3.837a2.67,2.67,0,1,0-3.776-3.776m48.533,0a2.67,2.67,0,1,0-3.776,3.776l3.837,3.837a2.67,2.67,0,0,0,3.776-3.776ZM168.314,105.3h-5.436a2.668,2.668,0,1,0-.01,5.335H168.3a2.668,2.668,0,1,0,.01-5.335M155.568,79.856,151.731,83.7a2.67,2.67,0,1,0,3.776,3.776l3.847-3.847a2.67,2.67,0,0,0-3.776-3.776Zm-73.731-34.4h48.9a2.668,2.668,0,0,0,.01-5.335h-48.9a2.668,2.668,0,0,0-.01,5.335ZM133.4,56.834a2.666,2.666,0,0,0-2.663-2.663h-48.9a2.668,2.668,0,0,0-.01,5.335h48.9a2.666,2.666,0,0,0,2.663-2.663ZM102.246,70.876a2.666,2.666,0,0,0-2.663-2.663H81.837a2.668,2.668,0,1,0-.01,5.335H99.574a2.666,2.666,0,0,0,2.663-2.663ZM81.837,82.255a2.668,2.668,0,0,0-.01,5.335h9.729a2.668,2.668,0,1,0,.01-5.335ZM67.481,95.942H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335Zm0,13.687H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335ZM21.813,45.455h42.52a1.465,1.465,0,0,1,1.458,1.458,2.668,2.668,0,1,0,5.335.01,6.8,6.8,0,0,0-6.793-6.793H21.813a6.807,6.807,0,0,0-6.793,6.793V80.807A6.8,6.8,0,0,0,21.813,87.6h42.52a6.8,6.8,0,0,0,6.793-6.793v-23.4a2.668,2.668,0,1,0-5.335-.01V80.807a1.465,1.465,0,0,1-1.458,1.458H21.813a1.458,1.458,0,0,1-1.458-1.458V46.923a1.45,1.45,0,0,1,1.458-1.448Z' transform='translate(0.186 0.497)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_373' data-name='Tracé 373' d='M148.637,147.909a6.744,6.744,0,0,0-3.948-6.125,27.533,27.533,0,0,1,.911-5.416,2.667,2.667,0,0,0-5.133-1.448,33.19,33.19,0,0,0-1.134,6.246h-5.285v-20.41l1.448.952a2.65,2.65,0,0,0,2.926,0l5.588-3.665a2.666,2.666,0,1,0-2.885-4.485c-.01,0-.03.02-.04.03l-4.12,2.7-4.12-2.7a2.815,2.815,0,0,0-2.926,0l-4.11,2.7-4.11-2.7a2.667,2.667,0,0,0-2.936,4.454l5.578,3.665a2.667,2.667,0,0,0,2.936,0l1.448-.952v20.41h-5.669a33.767,33.767,0,0,0-7.664-19.438,20.74,20.74,0,1,1,36.79-12.31,20.56,20.56,0,0,1-4.627,12.128,39.749,39.749,0,0,0-3.746,5.477,2.67,2.67,0,0,0,4.647,2.622,34.127,34.127,0,0,1,3.24-4.738,25.871,25.871,0,0,0,5.821-15.246,26.134,26.134,0,0,0-44.464-19.822,25.919,25.919,0,0,0-7.765,18.6,26.181,26.181,0,0,0,6.014,16.694,28.485,28.485,0,0,1,6.429,16.38,6.652,6.652,0,0,0-4.728,6.4,6.132,6.132,0,0,0,1.427,4.07,6.714,6.714,0,0,0,5.3,10.853h.385a11.3,11.3,0,0,0,21.442,0h.364a6.742,6.742,0,0,0,6.753-6.712v-.03a6.678,6.678,0,0,0-1.407-4.08,6.509,6.509,0,0,0,1.407-4.09Zm-6.753-1.4h.051a1.418,1.418,0,0,1,1.377,1.407c-.152.85-.526,1.4-1.4,1.4H119.734a1.378,1.378,0,0,1-1.417-1.4,1.426,1.426,0,0,1,1.417-1.417l22.161.02Zm-11.075,18.709a5.993,5.993,0,0,1-4.789-2.4H135.6A5.993,5.993,0,0,1,130.809,165.221Zm11.086-7.735c-27.608-.02-16.046,0-22.181,0a1.391,1.391,0,0,1-1.4-1.387v-.03a1.391,1.391,0,0,1,1.387-1.4h22.2a1.409,1.409,0,0,1,.121,2.814h-.132ZM128.673,8.92H90.081a7.562,7.562,0,1,0,.01,15.125h38.592a7.568,7.568,0,1,0,0-15.135Zm0,9.8H90.081a2.234,2.234,0,0,1,0-4.465h38.592a2.232,2.232,0,0,1,0,4.465M20,13.82H14.943a2.663,2.663,0,0,0,0,5.325H20a2.663,2.663,0,0,0,0-5.325m13.748,0H28.691a2.663,2.663,0,0,0,0,5.325h5.062a2.663,2.663,0,1,0,0-5.325m13.748,0H42.439a2.663,2.663,0,0,0,0,5.325H47.5a2.663,2.663,0,1,0,0-5.325' transform='translate(0.152 0.11)' fill='%2350d2fc'/%3E%3C/g%3E%3C/svg%3E%0A"); }
  .single-post.category-referencement-wordpress .section-hero.design-2::after {
    border-bottom: 8px solid var(--wp--preset--color--cat-referencement); }
  .single-post.category-referencement-wordpress .section-hero.design-2 .taxonomy-category > a {
    color: var(--wp--preset--color--cat-referencement); }
  .single-post.category-referencement-wordpress .section-hero.design-2 .img-taxonomy-cat::before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 171.16 170.68'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2350fcb2;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m6.31,54.2H.64v-11.32c0-7.81,6.34-14.15,14.16-14.16h96.26v-5.66h-5.66c-1.56,0-2.83-1.27-2.83-2.83,0-.75.3-1.47.83-2L120.38,1.23c1.11-1.11,2.9-1.11,4,0h0s16.99,16.99,16.99,16.99c1.11,1.11,1.11,2.9,0,4-.53.53-1.25.83-2,.83h-5.66v5.66h11.32c7.81,0,14.15,6.34,14.16,14.16v56.62h-5.66v-56.62c0-4.69-3.8-8.49-8.49-8.49h-11.32v50.96h-5.66V20.22c0-1.56,1.27-2.83,2.83-2.83h1.66l-10.15-10.15-10.15,10.15h1.66c1.56,0,2.83,1.27,2.83,2.83v67.95h-5.66v-53.79H14.8c-4.69,0-8.49,3.8-8.49,8.49v11.32Zm8.49,87.77h47.16l-6.79,22.65h-6.39v5.66h62.29v-5.66h-6.39l-3.64-12.14-5.42,1.63,3.15,10.51h-37.69l6.79-22.65h20.54v-5.66H14.8c-4.69,0-8.49-3.8-8.49-8.49v-2.83h79.27v-5.66H6.31v-59.46H.64v67.95c0,7.81,6.34,14.15,14.16,14.16Zm84.94-48.13v-45.3h-11.32v65.12H14.8v-5.66h11.32v-22.65c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v22.65h5.66v-42.47c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v42.47h5.66v-62.29c0-1.56,1.27-2.83,2.83-2.83h16.99c1.56,0,2.83,1.27,2.83,2.83v48.13h-5.66Zm-56.62-5.66h-11.32v19.82h11.32v-19.82Zm28.31-19.82h-11.32v39.64h11.32v-39.64ZM14.8,40.04v5.66h5.66v-5.66h-5.66Zm16.99,0h-5.66v5.66h5.66v-5.66Zm5.66,0v5.66h5.66v-5.66h-5.66Zm130.58,115.74c1.59,1.6,2.48,3.75,2.49,6,0,4.69-3.79,8.49-8.48,8.49h-.02c-2.25-.02-4.4-.91-6-2.49l-13.55-13.55c-16.17,9.54-37.02,4.16-46.56-12.01-9.54-16.17-4.16-37.02,12.01-46.56,16.17-9.54,37.02-4.16,46.56,12.01,6.29,10.66,6.29,23.89,0,34.55l13.55,13.55Zm-14.5-30.8c0-15.64-12.68-28.31-28.31-28.31s-28.31,12.68-28.31,28.31,12.68,28.31,28.31,28.31c15.63-.02,28.29-12.68,28.31-28.31Zm10.49,34.81l-12.88-12.88c-1.22,1.44-2.56,2.78-4,4l12.88,12.88c1.08,1.13,2.87,1.18,4,.1,1.13-1.08,1.18-2.87.1-4-.03-.04-.07-.07-.1-.1h0Zm-16.16-34.81c0,12.51-10.14,22.65-22.65,22.65s-22.65-10.14-22.65-22.65,10.14-22.65,22.65-22.65c12.5.01,22.64,10.15,22.65,22.65Zm-5.66,0c0-9.38-7.61-16.99-16.99-16.99s-16.99,7.61-16.99,16.99,7.61,16.99,16.99,16.99c9.38-.01,16.98-7.61,16.99-16.99Zm-28.31,0h5.66c0-3.13,2.54-5.66,5.66-5.66v-5.66c-6.25,0-11.32,5.07-11.32,11.32Zm36.81-107.59h5.66c-.01-9.38-7.61-16.98-16.99-16.99v5.66c6.25,0,11.32,5.07,11.32,11.32Z'/%3E%3C/svg%3E"); }
  .single-post .section-hero .img-taxonomy-cat::before {
    content: '';
    display: block;
    width: 171px;
    height: 171px;
    margin-right: 0;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='171.163' height='170.677' viewBox='0 0 171.163 170.677'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_51' data-name='Rectangle 51' width='171.163' height='170.677' fill='%2350d2fc'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_95' data-name='Groupe 95' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_371' data-name='Tracé 371' d='M2.673,102.979a2.666,2.666,0,0,0,2.663-2.663v-67.1H143.464V76.8a2.668,2.668,0,1,0,5.335.01V10.924A10.929,10.929,0,0,0,137.876,0H10.924A10.935,10.935,0,0,0,0,10.924v89.393a2.666,2.666,0,0,0,2.663,2.663ZM5.345,10.913a5.593,5.593,0,0,1,5.588-5.588H137.886a5.6,5.6,0,0,1,5.588,5.588V27.871H5.345ZM97.057,122.842H9.273A3.936,3.936,0,0,1,5.335,118.9v-9.375a2.663,2.663,0,1,0-5.325,0V118.9a9.283,9.283,0,0,0,9.263,9.273H97.057a2.673,2.673,0,1,0,0-5.345Z' fill='%2350d2fc'/%3E%3Cpath id='Tracé_372' data-name='Tracé 372' d='M131.231,78.965a2.666,2.666,0,0,0,2.663-2.663V70.866a2.668,2.668,0,1,0-5.335-.01v5.436a2.659,2.659,0,0,0,2.663,2.663Zm-28.114.881a2.658,2.658,0,0,0,0,3.766l3.847,3.847a2.67,2.67,0,0,0,3.776-3.776l-3.847-3.847a2.658,2.658,0,0,0-3.766,0Zm-.172,25.036a2.666,2.666,0,0,0-2.663-2.663H94.846a2.668,2.668,0,1,0-.01,5.335h5.436a2.666,2.666,0,0,0,2.663-2.663Zm4.019,23.578-3.847,3.837a2.67,2.67,0,1,0,3.776,3.776l3.847-3.837a2.67,2.67,0,1,0-3.776-3.776m48.533,0a2.67,2.67,0,1,0-3.776,3.776l3.837,3.837a2.67,2.67,0,0,0,3.776-3.776ZM168.314,105.3h-5.436a2.668,2.668,0,1,0-.01,5.335H168.3a2.668,2.668,0,1,0,.01-5.335M155.568,79.856,151.731,83.7a2.67,2.67,0,1,0,3.776,3.776l3.847-3.847a2.67,2.67,0,0,0-3.776-3.776Zm-73.731-34.4h48.9a2.668,2.668,0,0,0,.01-5.335h-48.9a2.668,2.668,0,0,0-.01,5.335ZM133.4,56.834a2.666,2.666,0,0,0-2.663-2.663h-48.9a2.668,2.668,0,0,0-.01,5.335h48.9a2.666,2.666,0,0,0,2.663-2.663ZM102.246,70.876a2.666,2.666,0,0,0-2.663-2.663H81.837a2.668,2.668,0,1,0-.01,5.335H99.574a2.666,2.666,0,0,0,2.663-2.663ZM81.837,82.255a2.668,2.668,0,0,0-.01,5.335h9.729a2.668,2.668,0,1,0,.01-5.335ZM67.481,95.942H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335Zm0,13.687H17.693a2.668,2.668,0,0,0-.01,5.335h49.8a2.668,2.668,0,1,0,.01-5.335ZM21.813,45.455h42.52a1.465,1.465,0,0,1,1.458,1.458,2.668,2.668,0,1,0,5.335.01,6.8,6.8,0,0,0-6.793-6.793H21.813a6.807,6.807,0,0,0-6.793,6.793V80.807A6.8,6.8,0,0,0,21.813,87.6h42.52a6.8,6.8,0,0,0,6.793-6.793v-23.4a2.668,2.668,0,1,0-5.335-.01V80.807a1.465,1.465,0,0,1-1.458,1.458H21.813a1.458,1.458,0,0,1-1.458-1.458V46.923a1.45,1.45,0,0,1,1.458-1.448Z' transform='translate(0.186 0.497)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_373' data-name='Tracé 373' d='M148.637,147.909a6.744,6.744,0,0,0-3.948-6.125,27.533,27.533,0,0,1,.911-5.416,2.667,2.667,0,0,0-5.133-1.448,33.19,33.19,0,0,0-1.134,6.246h-5.285v-20.41l1.448.952a2.65,2.65,0,0,0,2.926,0l5.588-3.665a2.666,2.666,0,1,0-2.885-4.485c-.01,0-.03.02-.04.03l-4.12,2.7-4.12-2.7a2.815,2.815,0,0,0-2.926,0l-4.11,2.7-4.11-2.7a2.667,2.667,0,0,0-2.936,4.454l5.578,3.665a2.667,2.667,0,0,0,2.936,0l1.448-.952v20.41h-5.669a33.767,33.767,0,0,0-7.664-19.438,20.74,20.74,0,1,1,36.79-12.31,20.56,20.56,0,0,1-4.627,12.128,39.749,39.749,0,0,0-3.746,5.477,2.67,2.67,0,0,0,4.647,2.622,34.127,34.127,0,0,1,3.24-4.738,25.871,25.871,0,0,0,5.821-15.246,26.134,26.134,0,0,0-44.464-19.822,25.919,25.919,0,0,0-7.765,18.6,26.181,26.181,0,0,0,6.014,16.694,28.485,28.485,0,0,1,6.429,16.38,6.652,6.652,0,0,0-4.728,6.4,6.132,6.132,0,0,0,1.427,4.07,6.714,6.714,0,0,0,5.3,10.853h.385a11.3,11.3,0,0,0,21.442,0h.364a6.742,6.742,0,0,0,6.753-6.712v-.03a6.678,6.678,0,0,0-1.407-4.08,6.509,6.509,0,0,0,1.407-4.09Zm-6.753-1.4h.051a1.418,1.418,0,0,1,1.377,1.407c-.152.85-.526,1.4-1.4,1.4H119.734a1.378,1.378,0,0,1-1.417-1.4,1.426,1.426,0,0,1,1.417-1.417l22.161.02Zm-11.075,18.709a5.993,5.993,0,0,1-4.789-2.4H135.6A5.993,5.993,0,0,1,130.809,165.221Zm11.086-7.735c-27.608-.02-16.046,0-22.181,0a1.391,1.391,0,0,1-1.4-1.387v-.03a1.391,1.391,0,0,1,1.387-1.4h22.2a1.409,1.409,0,0,1,.121,2.814h-.132ZM128.673,8.92H90.081a7.562,7.562,0,1,0,.01,15.125h38.592a7.568,7.568,0,1,0,0-15.135Zm0,9.8H90.081a2.234,2.234,0,0,1,0-4.465h38.592a2.232,2.232,0,0,1,0,4.465M20,13.82H14.943a2.663,2.663,0,0,0,0,5.325H20a2.663,2.663,0,0,0,0-5.325m13.748,0H28.691a2.663,2.663,0,0,0,0,5.325h5.062a2.663,2.663,0,1,0,0-5.325m13.748,0H42.439a2.663,2.663,0,0,0,0,5.325H47.5a2.663,2.663,0,1,0,0-5.325' transform='translate(0.152 0.11)' fill='%2350d2fc'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover; }
  .single-post .section-hero .img-taxonomy-cat a {
    display: none; }
  .single-post .section-hero .taxonomy-category .wp-block-post-terms__prefix {
    display: none; }
  .single-post .section-hero .taxonomy-category a.support-wordpress {
    color: var(--wp--preset--color--cat-support); }
  .single-post .section-hero .breadcrumb {
    display: flex; }
    .single-post .section-hero .breadcrumb li {
      display: flex;
      align-items: center;
      font-size: 14px; }
      .single-post .section-hero .breadcrumb li:last-child::after {
        display: none; }
      .single-post .section-hero .breadcrumb li::after {
        display: inline-block;
        margin: 0 5px;
        font-size: 6px;
        color: var(--wp--preset--color--secondary); }
  .single-post .temps_lecture {
    position: relative;
    padding-left: 40px; }
    .single-post .temps_lecture::before {
      content: '';
      display: inline-flex;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31.678' height='31.678' viewBox='0 0 31.678 31.678'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath id='Tracé_449' data-name='Tracé 449' d='M0-682.665H31.678v31.678H0Z' transform='translate(0 682.665)' fill='%2350d2fc'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='stopwatch_1_' data-name='stopwatch (1)' transform='translate(0 -0.002)'%3E%3Cg id='Groupe_105' data-name='Groupe 105' transform='translate(0 0.002)' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_429' data-name='Tracé 429' d='M-244.392-475.451a11.906,11.906,0,0,1-11.893-11.893,11.906,11.906,0,0,1,11.893-11.893A11.906,11.906,0,0,1-232.5-487.344,11.906,11.906,0,0,1-244.392-475.451Zm0-22.548a10.667,10.667,0,0,0-10.655,10.655,10.667,10.667,0,0,0,10.655,10.655,10.667,10.667,0,0,0,10.655-10.655A10.667,10.667,0,0,0-244.392-498Z' transform='translate(264.178 506.074)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_430' data-name='Tracé 430' d='M-48.131-13.333a2.345,2.345,0,0,1,2.342,2.342,2.345,2.345,0,0,1-2.342,2.342,2.345,2.345,0,0,1-2.342-2.342A2.345,2.345,0,0,1-48.131-13.333Zm0,3.447a1.106,1.106,0,0,0,1.1-1.1,1.106,1.106,0,0,0-1.1-1.1,1.106,1.106,0,0,0-1.1,1.1A1.106,1.106,0,0,0-48.131-9.887Z' transform='translate(67.917 29.722)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_431' data-name='Tracé 431' d='M-22.111-83.3h-6.384a1.388,1.388,0,0,1-1.387-1.387v-1.929A1.388,1.388,0,0,1-28.495-88h6.384a1.388,1.388,0,0,1,1.387,1.387v1.929A1.388,1.388,0,0,1-22.111-83.3Zm-6.384-3.465a.149.149,0,0,0-.149.149v1.929a.149.149,0,0,0,.149.149h6.384a.149.149,0,0,0,.149-.149v-1.929a.149.149,0,0,0-.149-.149Z' transform='translate(45.08 89.055)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_432' data-name='Tracé 432' d='M-95.267-59.73a.619.619,0,0,1-.619-.619v-1.7h-2.78v1.7a.619.619,0,0,1-.619.619.619.619,0,0,1-.619-.619v-2.318a.619.619,0,0,1,.619-.619h4.017a.619.619,0,0,1,.619.619v2.318A.619.619,0,0,1-95.267-59.73Z' transform='translate(117.052 67.805)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_433' data-name='Tracé 433' d='M-12.715-79.966a.617.617,0,0,1-.437-.181.619.619,0,0,1,0-.875l3.3-3.3a.619.619,0,0,1,.875,0,.619.619,0,0,1,0,.875l-3.3,3.3A.617.617,0,0,1-12.715-79.966Z' transform='translate(33.719 98.097)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_434' data-name='Tracé 434' transform='translate(19.786 10.09)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_435' data-name='Tracé 435' transform='translate(19.786 27.371)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_436' data-name='Tracé 436' transform='translate(13.676 12.621)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_437' data-name='Tracé 437' transform='translate(25.895 24.84)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_438' data-name='Tracé 438' transform='translate(13.676 24.84)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_439' data-name='Tracé 439' transform='translate(11.145 18.73)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_440' data-name='Tracé 440' transform='translate(28.426 18.73)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_441' data-name='Tracé 441' d='M-89.957-39.811a.617.617,0,0,1-.438-.181l-1.221-1.221a1.411,1.411,0,0,1-.416-1,1.411,1.411,0,0,1,.416-1l1.063-1.063a1.411,1.411,0,0,1,1-.416,1.411,1.411,0,0,1,1,.416l1.221,1.221a.619.619,0,0,1,0,.875.619.619,0,0,1-.875,0l-1.221-1.221a.179.179,0,0,0-.129-.054.179.179,0,0,0-.129.054l-1.063,1.063a.179.179,0,0,0-.054.129.179.179,0,0,0,.053.129l1.221,1.221a.619.619,0,0,1,0,.875A.617.617,0,0,1-89.957-39.811Z' transform='translate(100.672 52.286)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_442' data-name='Tracé 442' d='M-10.518-39.811a.617.617,0,0,1-.437-.181.619.619,0,0,1,0-.875l1.221-1.221a.179.179,0,0,0,.054-.129.179.179,0,0,0-.054-.129L-10.8-43.409a.179.179,0,0,0-.129-.054.179.179,0,0,0-.129.054l-1.221,1.221a.619.619,0,0,1-.875,0,.619.619,0,0,1,0-.875l1.221-1.221a1.411,1.411,0,0,1,1-.416,1.411,1.411,0,0,1,1,.416l1.063,1.063a1.411,1.411,0,0,1,.416,1,1.411,1.411,0,0,1-.416,1l-1.221,1.221A.617.617,0,0,1-10.518-39.811Z' transform='translate(39.374 52.286)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_443' data-name='Tracé 443' d='M-135.2-12.1h-5.96a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h5.96a.619.619,0,0,1,.619.619A.619.619,0,0,1-135.2-12.1Z' transform='translate(144.252 35.418)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_444' data-name='Tracé 444' d='M-106.26-12.1h-4.552a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h4.552a.619.619,0,0,1,.619.619A.619.619,0,0,1-106.26-12.1Z' transform='translate(114.771 31.803)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_445' data-name='Tracé 445' d='M-182.667-12.1h-8.27a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h8.27a.619.619,0,0,1,.619.619A.619.619,0,0,1-182.667-12.1Z' transform='translate(191.556 28.187)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_446' data-name='Tracé 446' d='M-121.424-12.1h-5.29a.619.619,0,0,1-.619-.619.619.619,0,0,1,.619-.619h5.29a.619.619,0,0,1,.619.619A.619.619,0,0,1-121.424-12.1Z' transform='translate(131.551 24.571)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_447' data-name='Tracé 447' transform='translate(0.619 22.703)' fill='%2350d2fc'/%3E%3Cpath id='Tracé_448' data-name='Tracé 448' d='M-6.89-6.284a.619.619,0,0,1-.593-.442,7.99,7.99,0,0,0-5.411-5.4.619.619,0,0,1-.418-.769.619.619,0,0,1,.769-.418A9.223,9.223,0,0,1-6.3-7.079a.619.619,0,0,1-.416.77A.619.619,0,0,1-6.89-6.284Z' transform='translate(34.957 23.161)' fill='%2350d2fc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4 {
    margin-top: var(--wp--preset--spacing--small-3) !important;
    margin-bottom: var(--wp--preset--spacing--small-1) !important; }
  .single-post .entry-content figure {
    margin-top: var(--wp--preset--spacing--small-2);
    margin-bottom: var(--wp--preset--spacing--small-2); }
  .single-post .entry-content p.has-background {
    margin-top: var(--wp--preset--spacing--small-2);
    margin-bottom: var(--wp--preset--spacing--small-2); }
  .single-post .entry-content ul.wp-block-list, .single-post .entry-content ol.wp-block-list {
    margin-top: 0 !important;
    margin-bottom: var(--wp--preset--spacing--small-1); }
  .single-post .entry-content ul.wp-block-list:not(.is-style-check-big) {
    padding-left: var(--wp--preset--spacing--small-1); }
  .single-post .entry-content ol.wp-block-list {
    padding-left: var(--wp--preset--spacing--small-2); }
  .single-post [id]:before {
    content: '';
    display: block;
    height: 80px;
    /* Ajuste cette valeur en fonction de la hauteur de ton header ou menu sticky */
    margin-top: -80px;
    /* Même valeur négative */
    visibility: hidden; }
  .single-post .wp-block-search__input {
    background-color: #F8F8F8;
    border-radius: 5px 0 0 5px;
    padding-left: 15px; }
  .single-post .wp-block-search__button {
    background-color: #061620;
    border-radius: 0 5px 5px 0;
    margin: 0; }

.sommaire_article {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .sommaire_article .sommaire_article_item {
    margin: 5px 0; }
  .sommaire_article .titre-h2 {
    margin: 15px 0 5px; }
  .sommaire_article .titre-h3 {
    padding-left: 20px;
    margin: 5px 0 5px; }
  .sommaire_article .titre-h4 {
    padding-left: 40px;
    margin: 5px 0; }
  .sommaire_article li a:hover {
    text-decoration: underline; }

.wp-block-post-author {
  display: flex;
  align-items: flex-start; }
  .wp-block-post-author .wp-block-post-author__name {
    font-weight: 600; }
  .wp-block-post-author p {
    margin: 0; }

.search-keywords {
  position: relative; }
  .search-keywords .wp-block-essential-blocks-form {
    width: 100%; }
    .search-keywords .wp-block-essential-blocks-form .eb-form-wrapper {
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
    .search-keywords .wp-block-essential-blocks-form .eb-form.form-layout-inline {
      display: block; }
    .search-keywords .wp-block-essential-blocks-form .eb-field-input {
      height: 60px !important;
      padding: 0 20px !important;
      border: none !important;
      border-radius: 5px !important; }
  .search-keywords .wp-block-buttons {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(0%); }
    .search-keywords .wp-block-buttons a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      width: 52px;
      height: 60px;
      border-radius: 5px;
      font-size: 0; }
      .search-keywords .wp-block-buttons a::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: contain; }
  .search-keywords .eb-form-submit {
    display: none !important; }

/* Block Autres publications */
.mwp-other-posts__posts {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--wp--preset--spacing--medium-1);
  padding: 0; }

.mwp-other-posts__post {
  width: 30%;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--wp--preset--color--white) !important;
  box-shadow: 0px 0px 16px rgba(10, 25, 35, 0.168627451);
  transition: transform 0.4s; }
  .mwp-other-posts__post:hover {
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01); }
    .mwp-other-posts__post:hover .wp-block-button__link {
      background-color: transparent !important;
      color: var(--wp--preset--color--primary-dark) !important; }
  .mwp-other-posts__post .wp-block-post-featured-image {
    margin: 0; }
    .mwp-other-posts__post .wp-block-post-featured-image img {
      width: 100%;
      height: 100%; }
  .mwp-other-posts__post-content {
    padding-top: 0;
    padding-right: var(--wp--preset--spacing--small-1);
    padding-bottom: var(--wp--preset--spacing--medium-2);
    padding-left: var(--wp--preset--spacing--small-1);
    z-index: 0; }
  .mwp-other-posts__post .wp-block-post-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    padding: 12px 15px;
    margin-top: -20px;
    margin-bottom: 20px;
    background-color: var(--wp--preset--color--primary-extra-light) !important; }
  .mwp-other-posts__post .wp-block-post-terms {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.6px; }
  .mwp-other-posts__post .wp-block-button__link {
    padding-top: 10px;
    padding-bottom: 10px; }
  .mwp-other-posts__post .wp-block-post-excerpt {
    margin: 85px 0 0 0; }

/* Carousel -----------------------------------------*/
/* ========= Breakpoint =========== */
.section-carousel .wp-block-columns {
  margin-left: 0 !important; }
.section-carousel figure {
  max-width: 100%; }
  .section-carousel figure img {
    height: 380px;
    object-fit: cover; }
.section-carousel .splide__arrows {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .section-carousel .splide__arrows {
      bottom: -30px; } }
  .section-carousel .splide__arrows .splide__arrow {
    display: block;
    top: 0;
    transform: translateY(0);
    background: transparent;
    height: auto;
    opacity: 1; }
    .section-carousel .splide__arrows .splide__arrow::before {
      content: '';
      display: block;
      width: 25px;
      height: 25px;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23ffffff;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
    .section-carousel .splide__arrows .splide__arrow svg {
      display: none; }
    .section-carousel .splide__arrows .splide__arrow--prev {
      left: auto;
      right: 51%; }
      .section-carousel .splide__arrows .splide__arrow--prev::before {
        transform: rotate(180deg); }
    .section-carousel .splide__arrows .splide__arrow--next {
      right: auto;
      left: 51%; }
.section-carousel .splide__track {
  margin-top: 0; }
.section-carousel .splide__list {
  padding-bottom: 25px !important; }
  .section-carousel .splide__list .splide__slide > div {
    height: 100%; }

.section-portfolio {
  padding-left: calc((100% - var(--wp--style--global--wide-size)) / 2 - 50px) !important;
  padding-right: 0 !important; }
  .section-portfolio > div {
    max-width: 100% !important; }
  .section-portfolio .wp-block-columns {
    margin-left: 0 !important; }
  .section-portfolio figure {
    max-width: 100%; }
    .section-portfolio figure img {
      object-fit: cover;
      height: 400px; }
      @media only screen and (min-width: 768px) {
        .section-portfolio figure img {
          height: 460px !important; } }
  .section-portfolio .splide__arrows {
    display: flex;
    align-items: center;
    gap: 20px; }
    .section-portfolio .splide__arrows .splide__arrow {
      display: block;
      position: static;
      margin-top: 30px;
      transform: translateY(0);
      background: transparent;
      height: auto;
      opacity: 1; }
      .section-portfolio .splide__arrows .splide__arrow:first-child {
        transform: rotate(180deg); }
      .section-portfolio .splide__arrows .splide__arrow::before {
        content: '';
        display: block;
        width: 37px;
        height: 27px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat; }
      .section-portfolio .splide__arrows .splide__arrow svg {
        display: none; }
  .section-portfolio .splide {
    display: flex;
    flex-direction: column-reverse; }
  .section-portfolio .splide__track {
    margin-top: 0; }
  .section-portfolio .splide__list {
    max-width: 75%; }
    .section-portfolio .splide__list .splide__slide > div {
      height: 100%; }

#slide-confiance {
  width: 80% !important;
  margin: auto !important;
  mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 5%, black 95%, rgba(0, 0, 0, 0) 100%); }
  #slide-confiance .wp-block-splide-carousel .splide__slide {
    width: 100px !important; }
    @media only screen and (max-width: 768px) {
      #slide-confiance .wp-block-splide-carousel .splide__slide {
        width: 50px !important;
        margin-right: 30px !important; } }

#slide-etape.has-dark-bg .splide__arrows svg {
  fill: #fff; }
#slide-etape .splide {
  display: flex;
  flex-direction: column-reverse; }
  #slide-etape .splide__arrows {
    display: flex;
    flex-direction: row;
    margin-top: 30px; }
#slide-etape .wp-block-splide-carousel .splide__arrow {
  position: static;
  background: transparent;
  opacity: 1; }
  #slide-etape .wp-block-splide-carousel .splide__arrow.splide__arrow--next {
    left: -30px; }
  #slide-etape .wp-block-splide-carousel .splide__arrow svg {
    height: 1.8em;
    width: 1.8em; }
#slide-etape .block-step {
  flex: 1;
  flex-wrap: nowrap !important; }
  #slide-etape .block-step .rond-noir {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px !important; }
  #slide-etape .block-step .is-style-text-point-apres {
    position: absolute;
    width: 60px; }
    #slide-etape .block-step .is-style-text-point-apres:after {
      position: absolute !important;
      right: -10px; }

#slide-avis .wp-block-splide-carousel {
  display: flex;
  flex-direction: column-reverse;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    #slide-avis .wp-block-splide-carousel {
      gap: 35px; } }
#slide-avis .splide__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px; }
#slide-avis .splide__arrow {
  display: block;
  position: static;
  transform: translateY(0);
  background: transparent;
  height: auto; }
  #slide-avis .splide__arrow:first-child {
    transform: rotate(180deg); }
  #slide-avis .splide__arrow::before {
    content: '';
    display: block;
    width: 37px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg height='800px' width='800px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 185.343 185.343' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23010002;' d='M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat; }
  #slide-avis .splide__arrow svg {
    display: none; }
#slide-avis .splide__arrow--prev {
  left: 45%; }
#slide-avis .splide__pagination {
  display: none; }

@media only screen and (max-width: 976px) {
  #slide-etape .block-step {
    max-width: 100%; }

  #slide-avis .splide__arrows {
    margin-top: 20px; } }
@media only screen and (max-width: 768px) {
  #slide-etape .splide__track {
    padding-right: 0 !important; } }
/* Footer -------------------------------------------*/
footer {
  margin: 0; }
  footer::before {
    content: '';
    display: block;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 100%;
    background-color: var(--wp--preset--color--primary-dark);
    z-index: -1; }
  footer .footer__container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
    padding: 10px !important;
    padding-bottom: 30px;
    width: 100%;
    max-width: 1440px !important;
    margin: auto; }
    footer .footer__container > div {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px; }
  footer .logo-footer img {
    max-width: 147px; }
  footer .logo-wpfr img {
    max-width: 114px; }
  footer .logo-wpparis img {
    max-width: 157px; }
  footer ul {
    margin: 0; }
    footer ul li {
      list-style: none;
      padding: 5px; }
  footer .footer_menu {
    padding: 0;
    padding-left: 15px; }
    footer .footer_menu li {
      padding: 5px 0; }
    footer .footer_menu a {
      text-decoration: none !important;
      color: var(--wp--preset--color--white);
      transition: 0.3s;
      background-image: linear-gradient(120deg, #3F6074, #3F6074 100%);
      background-repeat: no-repeat;
      background-size: 100% 0.5em;
      background-position: 0 80%;
      padding: 0 2px 5px;
      -webkit-transition: background-size 0.25s ease-in;
      -o-transition: background-size 0.25s ease-in;
      transition: background-size 0.25s ease-in; }
      footer .footer_menu a:hover {
        color: var(--wp--preset--color--white);
        background-size: 100% 88% !important; }
  @media only screen and (min-width: 768px) {
    footer .footer__container {
      padding-top: 80px; } }

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