@charset "UTF-8";
:root {
  --noir: #3C3C3B;
  --blanc: #FFFFFF;
  --vert: #279989;
  --vertClair: #C6DEDA;
  --vertPale: #ACE6DC;
  --violet: #6D459B;
  --turquoise: #7ECECF;
  --rouge: #EA5160;
  --rose: #ea5178;
  --orange: #F1A900;
  --bleu: #2297DE;
  --space-xs: 15px;
  --space-md: 30px;
  --space-lg: 60px;
  --space-xl: 175px;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
body {
  font-family: "Work Sans", serif;
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  body {
    padding-bottom: 75px;
  }
}
body.contraste {
  --vert: #000000;
  --orange: #000000;
  --rose: #000000;
  --violet: #00000;
}
body.contraste .btn:not(.btn-primary) svg path, body.contraste svg.arrow path {
  stroke: #000;
}
body.contraste .sdb-block ul li a svg path {
  fill: #000000;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 10;
  border-bottom: 1px solid var(--vertClair);
}

body {
  padding-top: 132px;
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 147px;
  }
}

.headerWrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  height: 102px;
}
@media screen and (max-width: 992px) {
  .headerWrapper {
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    height: auto;
  }
  .headerWrapper .logo {
    width: 140px;
  }
  .headerWrapper .logo img {
    width: 100%;
    height: auto;
  }
  .headerWrapper .burgerMenu {
    order: 3;
  }
  .headerWrapper .burgerMenu span {
    display: none;
  }
  .headerWrapper .search {
    order: 4;
  }
}
.headerWrapper .logo {
  margin-right: 30px;
}
.headerWrapper .search {
  flex: 1;
}
.headerWrapper .search form {
  position: relative;
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .headerWrapper .search form {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .headerWrapper .search form {
    margin: 0 auto 15px;
    display: block;
    min-width: 150px;
  }
}
.headerWrapper .search form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  border: none;
  background: none;
  color: var(--vert);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.headerWrapper .search input {
  appearance: none;
  border: none;
  width: 350px;
  outline-color: transparent;
  max-width: 100%;
  border-bottom: 1px solid var(--noir);
  color: var(--noir);
  font-size: 14px;
  padding-right: 30px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .headerWrapper .search input {
    width: 100%;
  }
}
.headerWrapper .search input::placeholder {
  color: var(--noir);
  opacity: 0.7;
}
.headerWrapper .burgerMenu {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.headerWrapper .burgerMenu:hover svg line, .headerWrapper .burgerMenu:focus svg line, .headerWrapper .burgerMenu:active svg line {
  transition: all 0.5s;
  transform-origin: center;
}
.headerWrapper .burgerMenu:hover svg line:nth-child(1), .headerWrapper .burgerMenu:focus svg line:nth-child(1), .headerWrapper .burgerMenu:active svg line:nth-child(1) {
  transform: rotate(25deg) translate(-2px, 17px);
}
.headerWrapper .burgerMenu:hover svg line:nth-child(3), .headerWrapper .burgerMenu:focus svg line:nth-child(3), .headerWrapper .burgerMenu:active svg line:nth-child(3) {
  transform: rotate(-25deg) translate(-1px, 6px);
}
.headerWrapper .burgerMenu:hover svg line:nth-child(2), .headerWrapper .burgerMenu:focus svg line:nth-child(2), .headerWrapper .burgerMenu:active svg line:nth-child(2) {
  opacity: 0;
}
.headerWrapper .burgerMenu button {
  background: var(--vert);
  appearance: none;
  border: none;
  padding: 0 var(--space-md);
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .headerWrapper .burgerMenu button {
    padding: 10px;
  }
}
.headerWrapper .callToAction a {
  display: flex;
  align-items: center;
  gap: var(--space-md);
}
.headerWrapper .callToAction a span {
  font-weight: bold;
  font-size: 15px;
  color: var(--vert);
  line-height: 15px;
}
@media screen and (max-width: 992px) {
  .headerWrapper .callToAction a img {
    display: none;
  }
}
.headerWrapper .callToAction a strong {
  display: block;
  font-weight: bolder;
  font-size: 17px;
  color: var(--noir);
}

#menuCache {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  top: 0;
  bottom: 0;
  right: -100vw;
  width: 100vw;
  opacity: 1;
  transition: all 0.6s;
  transition-timing-function: ease-in-out;
}
#menuCache #croix, #menuCache #previous {
  top: 12px;
  right: calc(20% - 45px);
  font-size: 22px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  color: white;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vert);
  transition: all 0.5s;
}
@media screen and (max-width: 992px) {
  #menuCache #croix, #menuCache #previous {
    right: calc(100% - 45px) !important;
  }
}
#menuCache #previous {
  top: 62px;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  #menuCache #previous {
    display: none;
  }
}
#menuCache #previous.show {
  opacity: 1;
}
#menuCache.active {
  right: 0;
  pointer-events: auto;
}
#menuCache .around {
  background: var(--vert);
  padding: 25px;
  height: 100%;
  width: 20%;
  margin-left: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#menuCache .around img {
  height: 60px;
  width: auto;
  max-width: 100%;
  filter: sepia(1) brightness(60);
  margin: 40px auto 20px;
  display: block;
}
@media screen and (max-width: 992px) {
  #menuCache .around {
    width: 300px;
  }
}
#menuCache .around a {
  text-decoration: none;
  min-height: 50px;
  display: flex;
  align-items: center;
  color: var(--blanc);
  transition: all 0.5s;
}
#menuCache .around ul {
  list-style: none;
  padding-left: 0;
}
#menuCache .around ul li a {
  text-align: right;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
}
#menuCache .around ul li a span {
  margin-right: 20px;
}
#menuCache .around ul a span::after {
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  content: "";
}
#menuCache .around ul li.menu-item-has-children > a span::after {
  background: url("/wp-content/themes/nc_theme/assets/img/ui/list-ssd.svg");
  height: 20px;
  width: 11px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  rotate: 180deg;
}
#menuCache .around ul li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#menuCache .around ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#menuCache .around > ul {
  margin-top: 50px;
}
#menuCache .around > ul ul {
  background: var(--vert);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100%;
  /* width: 30%; */
  min-width: 23%;
  padding: 165px 30px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 992px) {
  #menuCache .around > ul ul {
    width: 300px;
  }
}
@media screen and (max-width: 992px) {
  #menuCache .around > ul ul {
    z-index: 2 !important;
  }
}
#menuCache .around > ul ul::after {
  position: absolute;
  right: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
}
#menuCache .around > ul:hover li:hover > a, #menuCache .around > ul:hover li:focus > a, #menuCache .around > ul:hover li:active > a, #menuCache .around > ul:focus li:hover > a, #menuCache .around > ul:focus li:focus > a, #menuCache .around > ul:focus li:active > a, #menuCache .around > ul:active li:hover > a, #menuCache .around > ul:active li:focus > a, #menuCache .around > ul:active li:active > a {
  opacity: 1;
}
#menuCache .around > ul:hover li > a, #menuCache .around > ul:focus li > a, #menuCache .around > ul:active li > a {
  opacity: 0.4;
}
#menuCache .around > ul > li > a {
  transition: all 0.5s;
}
#menuCache .around > ul > li > a:hover, #menuCache .around > ul > li > a:focus, #menuCache .around > ul > li > a:active {
  opacity: 1;
}
#menuCache .around > ul > li > a.active {
  opacity: 1;
  color: white;
}
#menuCache .around > ul > li > ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#menuCache .around > ul > li > ul > li > ul {
  /* width: 100%; */
  z-index: -1;
  min-width: 350px;
  width: auto !important;
}
#menuCache .around > ul > li > ul > li > ul.active {
  right: 100% !important;
  opacity: 1 !important;
}
@media screen and (max-width: 992px) {
  #menuCache .around > ul > li > ul > li > ul {
    z-index: 3 !important;
  }
  #menuCache .around > ul > li > ul > li > ul.active {
    right: 0 !important;
  }
}
#menuCache .around > ul > li > ul > li > ul > li > a {
  color: white;
}

body header::before {
  position: fixed;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  pointer-events: none;
  background: black;
  opacity: 0;
  transition: all 0.6s;
}
body.menu-open header::before {
  opacity: 0.5;
}

.callToAction {
  padding: 15px;
  display: flex;
  align-self: stretch;
  align-items: center;
  background: white;
  transition: 0.5s all;
}
@media screen and (max-width: 992px) {
  .callToAction {
    padding: 0;
  }
}
.callToAction:hover {
  background-color: #EEEEEE;
}

#changeContraste svg {
  display: none;
}

.sticky {
  position: fixed;
  top: 40%;
  right: 15px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  width: 80px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #d8ebe8;
  z-index: 9;
}
@media screen and (max-width: 1200px) {
  .sticky {
    left: 0;
    top: unset;
    bottom: 0;
    right: 0;
    width: auto;
    transform: translateY(0);
    flex-direction: row;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sticky i {
  font-size: 25px;
}
.sticky .sticky-element {
  text-align: center;
  padding: 5px;
  display: flex;
  flex-direction: column;
  height: 72px;
  justify-content: center;
  gap: 9px;
  transition: 0.5s all;
  text-transform: uppercase;
  line-height: 1;
    align-items: center;
}
@media screen and (max-width: 1200px) {
  .sticky .sticky-element {
    width: 20%;
  }
}
.sticky .sticky-element:hover {
  background: var(--vert);
  color: var(--blanc) !important;
}
.sticky .sticky-element:hover i {
  color: var(--blanc);
}
.sticky .sticky-element span {
  display: block;
  text-align: center;
  font-weight: 600;
}
.sticky .sticky-element.sticky-telephone {
  color: var(--rouge);
  font-size: 9px;
  gap: 0;
}
.sticky .sticky-element.sticky-telephone i {
  margin-bottom: 9px;
}
.sticky .sticky-element.sticky-telephone .sticky-telephone-phone {
  line-height: 27px;
  font-size: 12px;
}
.sticky .sticky-element.hidden-xs {
  font-size: 9px;
}
@media screen and (max-width: 1200px) {
  .sticky .sticky-element.hidden-xs {
    display: none;
  }
}
.sticky .sticky-element.sticky-telephone.sticky-telephone-desktop {
  display: flex;
}
.sticky .sticky-element.sticky-telephone.sticky-telephone-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .sticky .sticky-element.sticky-telephone.sticky-telephone-desktop {
    display: none;
  }
  .sticky .sticky-element.sticky-telephone.sticky-telephone-mobile {
    display: flex;
  }
}
.sticky .sticky-element.sticky-accessibilite.active {
  background: var(--vert);
  color: var(--blanc) !important;
}

.sliderHome {
  margin-bottom: 90px;
}

.construction {
  width: 100%;
  height: 930px;
  background: #eeeeee;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  padding: 25px;
  text-align: center;
  margin-bottom: var(--space-md);
}

.ctas-home {
  background: var(--vert);
  padding: var(--space-lg) 0;
  margin-bottom: var(--space-lg);
  margin-top: var(--space-xl);
  color: var(--blanc);
  position: relative;
}
.ctas-home::before {
  position: absolute;
  content: "";
}
.ctas-home::before {
  left: 50%;
  width: 100%;
  height: 165px;
  bottom: calc(100% - 15px);
  transform: translateX(-50%);
  background: url(../img/ui/fresque.png) no-repeat top center;
}
.ctas-home .ctas-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .ctas-home .ctas-wrapper {
    flex-direction: column;
  }
}
.ctas-home .ctas {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  .ctas-home .ctas {
    gap: 50px;
  }
}
@media screen and (max-width: 992px) {
  .ctas-home .ctas {
    flex-flow: wrap;
    justify-content: center;
  }
  .ctas-home .ctas .cta {
    width: calc(50% - 50px);
  }
}

.ctas-title {
  font-weight: 500;
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  .ctas-title {
    text-align: center;
  }
}
.ctas-title b {
  font-size: 33px;
  display: block;
  margin-top: 4px;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.5s;
}
.cta a {
  font-family: "Work Sans";
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  margin-top: 25px;
}
.cta::after {
  position: absolute;
  content: "";
}
.cta::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 0;
  height: 3px;
  background: var(--orange);
  transition: all 1s;
}
.cta:hover .circleAround svg, .cta:focus .circleAround svg, .cta:active .circleAround svg {
  animation: dash 1s linear forwards;
}
.cta:hover::after, .cta:focus::after, .cta:active::after {
  width: 71px;
}
.cta.decrease {
  opacity: 0.5;
  filter: grayscale(0.7);
}

.actuLink {
  height: 100%;
  display: flex;
  padding: 20px;
  background: var(--vert);
  color: var(--blanc);
  align-items: flex-end;
  position: relative;
  transition: 0.5s all;
}
.actuLink:hover, .actuLink:focus, .actuLink:active {
  background: var(--rose);
}
.actuLink span {
  padding-top: 15px;
  font-weight: 500;
  font-size: 25px;
  line-height: 26px;
  width: 100%;
  background: radial-gradient(circle, white, white 2px, transparent 2px) repeat-x 1px 0;
  background-size: 8px 4px;
}
.actuLink svg {
  position: absolute;
  bottom: 25px;
  right: 20px;
}

.postsHome .actuHome {
  transition: all 0.5s;
}
.postsHome .actuHome:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.postsHome .actuHome.decrease {
  /*
  opacity: 0.5;
  filter: grayscale(0.7);
  */
}
.postsHome .actuHome.decrease:after {
  width: 100%;
  height: 100%;
  background: rgba(39, 153, 137, 0.5);
}
.postsHome .actuHome:hover, .postsHome .actuHome:focus, .postsHome .actuHome:active {
  opacity: 1;
  filter: grayscale(0) saturate(1.5);
}

.sliderHome .nav {
  display: flex;
  font-size: 20px;
  gap: var(--space-xs);
  position: absolute;
  bottom: 5px;
}

.actuHome .slick-dots {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  bottom: 0px !important;
}
.actuHome .slick-dots button {
  background: var(--vertClair);
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.actuHome .slick-dots button::before {
  content: "";
}
.actuHome .slick-dots .slick-active button::before {
  width: 12px;
  height: 12px;
  flex: none;
  position: relative;
  border-radius: 50%;
  background: var(--vert);
}

.actuHome {
  position: relative;
  max-width: 526px;
  margin: 0 auto;
  display: block;
}
.actuHome.small {
  max-width: 259px;
}
.actuHome span {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 15px 20px 20px;
  background: white;
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
  width: 50%;
  min-width: 213px;
}
.actuHome span time {
  position: absolute;
  background: var(--orange);
  color: var(--blanc);
  display: flex;
  gap: 7px;
  padding: 5px 10px;
  top: 0;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  left: 0;
}
.actuHome span time b {
  font-weight: bold;
  font-size: 27px;
}
@media screen and (max-width: 992px) {
  .actuHome span {
    position: relative;
    display: block;
    width: 100% !important;
    height: auto !important;
    padding: 20px 0 !important;
  }
}
.actuHome img {
  max-width: 100%;
  height: auto;
  width:100%;
}

.sliderHome > div {
  opacity: 0;
}
.sliderHome > div:first-child {
  opacity: 1;
}
.sliderHome .actuHome {
  max-width: 747px;
}
.sliderHome .actuHome span {
  width: 416px;
  height: 273px;
  font-size: 30px;
  line-height: 35px;
  padding: 25px 5px 75px 30px;
}
@media screen and (max-width: 992px) {
  .sliderHome .actuHome span {
    font-size: 20px;
    line-height: 1.1;
  }
  .sliderHome .actuHome span .nav {
    position: relative;
    bottom: -20px;
    justify-content: center;
  }
}

.actu--teaser {
  margin-bottom: var(--space-lg);
  position: relative;
  display: block;
}
.actu--teaser .image {
  position: relative;
  overflow: hidden;
}
.actu--teaser .image img {
  transition: all 0.5s;
}
.actu--teaser .image .teaser {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  content: "";
  background-color: var(--vert);
  padding: 20px;
  color: var(--blanc);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 23px;
  opacity: 0;
  transform: scale(1.3);
  transition: 0.5s all;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .actu--teaser .image .teaser {
    display: none;
  }
}
.actu--teaser img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
}
.actu--teaser .date {
  margin-top: -45px;
  color: var(--blanc);
  background: var(--orange);
  font-size: 17px;
  display: flex;
  position: relative;
  /* left: -1px; */
  width: 110px;
  height: 35px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.actu--teaser .date b {
  font-size: 23px;
}
.actu--teaser .date.date-empty {
  opacity: 0;
}
.actu--teaser .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}
.actu--teaser .tags {
  text-transform: uppercase;
  background: white;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1ch;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: var(--vert);
  padding: 10px 20px 10px 0;
  /* left: -1px; */
  margin-bottom: 10px;
  position: relative;
}
.actu--teaser .tags::before {
  position: absolute;
  content: "";
}
.actu--teaser .tags::before {
  top: 100%;
  left: 0;
  height: 1px;
  width: 200px;
  background: var(--vert);
}
.actu--teaser .tags .tag::before {
  content: "#";
}
.actu--teaser:hover .image img, .actu--teaser:focus .image img, .actu--teaser:active .image img {
  filter: sepia(1);
}
.actu--teaser:hover .image .teaser, .actu--teaser:focus .image .teaser, .actu--teaser:active .image .teaser {
  opacity: 1;
  transform: scale(1);
}

.liste-actualites .actu--teaser {
  max-width: 416px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumbs_share {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  align-items: center;
  margin-bottom: var(--space-lg);
  background: radial-gradient(circle, var(--vertPale), var(--vertPale) 1px, transparent 1px) repeat-x 1px bottom;
  background-size: 12px 4px;
}
@media screen and (max-width: 992px) {
  .breadcrumbs_share {
    display: none;
  }
}
.breadcrumbs_share a {
  max-width: 30ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.breadcrumbs_share ul {
  display: flex;
  margin-bottom: 0;
  font-size: 14px;
  list-style: none;
  gap: var(--space-md);
}
.breadcrumbs_share ul.share {
  gap: 5px;
}
.breadcrumbs_share ul.share a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--noir);
  transition: 0.5s all;
}
.breadcrumbs_share ul.share a:hover, .breadcrumbs_share ul.share a:focus, .breadcrumbs_share ul.share a:active {
  background: var(--orange);
  color: var(--blanc);
}
.breadcrumbs_share ul.breadcrumb {
  font-weight: 500;
}
.breadcrumbs_share ul.breadcrumb a {
  color: var(--vert);
}
.breadcrumbs_share ul.breadcrumb .link {
  position: relative;
}
.breadcrumbs_share ul.breadcrumb .link::after {
  position: absolute;
  content: "";
}
.breadcrumbs_share ul.breadcrumb .link::after {
  color: var(--vert);
  right: -22px;
  content: "\f101";
  font-family: "Font Awesome 7 Pro", fantasy;
}

h1 {
  font-weight: bold;
  font-size: 38px;
  color: var(--vert);
  margin-bottom: var(--space-xs);
}

.h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: var(--vert);
}

.h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: var(--violet);
}

.h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  color: var(--orange);
}

.h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 31px;
}

.big {
  font-size: 42px;
}

.chapo {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: var(--space-lg);
}
@media screen and (max-width: 992px) {
  .chapo {
    font-size: 18px;
  }
}

.wysiwyg .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--space-md) 0;
}
.wysiwyg .counter strong {
  font-size: 40px;
  margin-bottom: var(--space-xs);
}
.wysiwyg .video {
  position: relative;
  margin-bottom: var(--space-xs);
}
.wysiwyg .video iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
.wysiwyg .video span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  transform: translateY(50%);
  background: var(--blanc);
}
.wysiwyg .slider {
  position: relative;
}
.wysiwyg .slider .slick-arrow {
  cursor: pointer;
}
.wysiwyg .slider .arrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wysiwyg .slider .arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wysiwyg .slider .middle {
  margin-left: 55px;
  margin-right: 55px;
}
.wysiwyg .slider .middle figure {
  padding: 20px;
}
.wysiwyg .slider .middle figure img {
  cursor: pointer;
}
.wysiwyg img {
  max-width: 100%;
  height: auto;
}
.wysiwyg h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: var(--vert);
}
.wysiwyg h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: var(--violet);
}
.wysiwyg h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  color: var(--orange);
}
.wysiwyg h5 {
  font-weight: bold;
  font-size: 17px;
  line-height: 31px;
}
.wysiwyg b, .wysiwyg strong {
  font-weight: bold;
}
.wysiwyg a:not([class]) {
  color: var(--vert);
  text-decoration: underline;
  font-weight: bold;
  transition: 0.5s all;
}
.wysiwyg a:not([class]):hover, .wysiwyg a:not([class]):focus, .wysiwyg a:not([class]):active {
  color: var(--rose);
}
.wysiwyg > * {
  margin-bottom: var(--space-md);
}
.wysiwyg ol:not([class]) {
  padding-left: 30px;
  position: relative;
}
.wysiwyg ol:not([class]) > li {
  position: relative;
  margin-bottom: var(--space-xs);
}
.wysiwyg ol:not([class]) ol {
  margin: 10px 0 20px 0;
}
.wysiwyg ol:not([class]) li {
  margin-bottom: var(--space-xs);
}
.wysiwyg ul:not([class]) {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.wysiwyg ul:not([class]) > li {
  position: relative;
  margin-bottom: var(--space-xs);
}
.wysiwyg ul:not([class]) > li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background: url("/wp-content/themes/nc_theme/assets/img/ui/list-ssd.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.wysiwyg ul:not([class]) ul {
  margin: 10px 0 20px 0;
  list-style-type: disc;
}
.wysiwyg ul:not([class]) ul ::marker {
  font-size: 22px;
  color: var(--noir);
}
.wysiwyg ul:not([class]) ul li::before {
  display: none;
}
.wysiwyg ul:not([class]) li {
  margin-bottom: var(--space-xs);
}
.wysiwyg.espace-presse-menu ul:not([class]) {
  padding-left: 0;
}
.wysiwyg.espace-presse-menu ul:not([class]) li {
  margin-bottom: 0px;
}
.wysiwyg.espace-presse-menu ul:not([class]) li:before {
  display: none;
}
.wysiwyg.espace-presse-menu ul:not([class]) li a {
  text-decoration: none;
}
.wysiwyg.espace-presse-menu ul:not([class]) li ul {
  list-style: none;
  margin: 0;
}
.wysiwyg.espace-presse-menu ul:not([class]) li ul a {
  color: #000;
  font-weight: 500;
}
.wysiwyg.espace-presse-menu ul:not([class]) li ul a:hover {
  color: var(--rose);
}
.wysiwyg.espace-presse-menu ul:not([class]) li.page_item_has_children {
  margin-bottom: 0;
}
.wysiwyg.espace-presse-menu ul:not([class]) > li {
  margin-bottom: var(--space-xs);
}
.wysiwyg.espace-presse-menu ul:not([class]) > li.page_item_has_children {
  margin-bottom: var(--space-xs);
}

blockquote {
  display: flex;
  gap: 0 20px;
  line-height: 23px;
  padding: 55px 30px 30px;
  border: 2px solid var(--vertClair);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
blockquote::before {
  position: absolute;
  content: "";
}
blockquote .auteur {
  margin-top: 10px;
  font-weight: 700;
}
blockquote::before {
  top: 0;
  left: -2px;
  transform: translateY(-50%);
  width: 88px;
  height: 43px;
  background-repeat: no-repeat;
  background-image: url(../img/ui/citation.svg);
}
@media screen and (max-width: 768px) {
  blockquote img {
    display: none;
  }
}

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

.enAvant {
  position: relative;
  display: inline-block;
  margin-bottom: var(--space-lg);
}
.enAvant img {
  width: 640px;
  max-width: 100%;
  aspect-ratio: 640/398;
  object-fit: cover;
  height: auto;
}
.enAvant figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  transform: translateY(50%);
  background: var(--blanc);
}

.btn {
  border-radius: 2px;
  padding: 14px 20px;
}
.btn.btn-xs {
  height: 40px;
}
.btn.btn-primary {
  background: var(--orange);
  border-color: var(--orange);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.02em;
  line-height: 27px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: 0.5s all;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: var(--rose);
  border-color: var(--rose);
}
.btn.btn-secondary {
  font-weight: bold;
  font-size: 20px;
  line-height: 31px;
  text-align: right;
  color: var(--noir);
  background: var(--blanc);
  border-color: var(--blanc);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: 0.5s all;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
  border-color: var(--vert);
}

.table-responsive {
  border: 2px solid var(--vertClair);
  border-radius: 5px;
  padding: 3px;
}
.table-responsive table thead tr {
  background: var(--vert);
}
.table-responsive table thead tr td, .table-responsive table thead tr th {
  padding: 15px 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  position: relative;
}
.table-responsive table thead tr td:not(:last-child)::after, .table-responsive table thead tr th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  bottom: 11px;
  width: 1px;
  background: var(--blanc);
}
.table-responsive table tbody tr:nth-child(even) {
  background: #D8EBE8;
}
.table-responsive table tbody tr td, .table-responsive table tbody tr th {
  padding: 15px 20px;
  font-size: 17px;
  line-height: 23px;
  color: var(--noir);
}
.table-responsive table tbody tr td:not(:last-child), .table-responsive table tbody tr th:not(:last-child) {
  border-right: 1px solid #A4D7DB;
}

.accordion-item {
  margin-bottom: var(--space-xs);
  border: none !important;
}

.accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  background: transparent !important;
  border: 2px solid #000000 !important;
  border-radius: 5px;
  box-shadow: none !important;
  transition: 0.5s all;
  color: var(--vert);
}
.accordion-button:not(.collapsed) {
  color: var(--vert);
}
.accordion-button::after {
  display: none;
}
.accordion-button[aria-expanded=true] {
  border-color: transparent !important;
}
.accordion-button[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.accordion-button[aria-expanded=true] svg path {
  stroke: #000;
  fill: #000;
}
.accordion-button:hover:not(.collapsed) {
  color: var(--rose);
}

.accordion-collapse .accordion-body {
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.5s all;
}
.accordion-collapse.show .accordion-body {
  border-color: #000000;
}

.exergue {
  border-radius: 5px;
  font-size: 17px;
  line-height: 24px;
  border: 2px solid var(--vertClair);
  display: flex;
}
.exergue .content {
  padding: 40px;
}
.exergue .content h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: var(--noir);
  margin-bottom: var(--space-md);
}
.exergue .content h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  text-align: left;
  color: var(--vert);
  margin-bottom: var(--space-xs);
}
.exergue .content :last-child {
  margin-bottom: 0;
}
.exergue .image {
  flex: none;
}
@media screen and (max-width: 992px) {
  .exergue .image {
    display: none;
  }
}
.exergue .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  color: var(--noir);
  margin-bottom: var(--space-md);
}
.exergue .sous-titre {
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  text-align: left;
  color: var(--vert);
  margin-bottom: var(--space-xs);
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  .exergue {
    flex-direction: column-reverse;
    max-width: 440px;
    margin: auto;
  }
}

.mblg {
  margin-bottom: var(--space-lg);
}

.actusEnLien {
  position: relative;
}
.actusEnLien .actuArrow-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .actusEnLien .actuArrow-left {
    display: none;
  }
}
.actusEnLien .actuArrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .actusEnLien .actuArrow-right {
    display: none;
  }
}
.actusEnLien .sliderActusEnLien {
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: var(--space-lg);
}
@media screen and (max-width: 992px) {
  .actusEnLien .sliderActusEnLien {
    margin-left: 0;
    margin-right: 0;
  }
}

.zoneCarrefour {
  background: #E7F2F1;
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.zoneCarrefour .page--carrefour .image {
  position: relative;
  margin-bottom: var(--space-md);
}
.zoneCarrefour .page--carrefour .image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.zoneCarrefour .page--carrefour .image .hover {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: var(--vert);
  color: var(--blanc);
  padding: 35px 20px;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.02em;
  opacity: 0;
  line-height: 26px;
  transition: 0.5s all;
}
.zoneCarrefour .page--carrefour .image .hover::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 25px;
  background: url(../img/ui/carrefour.png);
  width: 30px;
  height: 16px;
}
@media screen and (max-width: 575px), screen and (min-width: 1200px) and (max-width: 1399px) {
  .zoneCarrefour .page--carrefour .image .hover {
    font-size: 16px;
    padding: 20px;
  }
}
.zoneCarrefour .page--carrefour .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.zoneCarrefour .page--carrefour:hover .hover {
  opacity: 1;
}

.caracteristiques {
  padding: var(--space-md);
  margin-bottom: var(--space-lg);
  background: rgba(231, 242, 241, 0.5);
}
.caracteristiques .h3 {
  margin-bottom: var(--space-md);
}
.caracteristiques .caracs {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .caracteristiques .caracs {
    flex-flow: row wrap;
    gap: 10px;
  }
}
.caracteristiques .caracs .carac {
  display: flex;
  gap: 10px;
}
.caracteristiques .caracs .carac.carac-date {
  white-space: nowrap;
  margin-right: 20px;
}
.caracteristiques .caracs span {
  flex: none;
}
.caracteristiques .caracs i {
  color: var(--vert);
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .caracteristiques .caracs i {
    display: none;
  }
}

.categories-faq {
  margin: var(--space-lg) 0;
  display: flex;
  gap: var(--space-md);
  flex-flow: row wrap;
}
@media screen and (max-width: 992px) {
  .categories-faq {
    flex-flow: column;
    margin: var(--space-xs) 0;
    gap: var(--space-xs);
  }
}

.categorie-faq {
  padding: 10px 20px;
  background: var(--vertClair);
  color: var(--noir);
  transition: 0.5s all;
  border-radius: 5px;
  border: none;
}
.categorie-faq:hover, .categorie-faq:focus, .categorie-faq:active {
  background: var(--vert);
  color: var(--blanc);
}
.categorie-faq.active {
  background: var(--vert);
  color: var(--blanc);
}

@media screen and (max-width: 992px) {
  .form-utilisateur .actions {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .form-utilisateur .actions button {
    margin-bottom: var(--space-md);
  }
}

.titre-invisible {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nc_carroussel_popup {
  display: none;
  opacity: 0;
  transition: all 500ms;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000000;
  justify-content: center;
  align-items: center;
}
.nc_carroussel_popup:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.nc_carroussel_popup:after {
  content: "\f00d";
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  font-weight: 300;
  font-family: "Font Awesome 7 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-size: 28px;
}
.nc_carroussel_popup .nc_carroussel_popup_items {
  position: relative;
  z-index: 2;
  max-width: calc(60vw + 62px);
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(60vw + 62px);
  height: 80vh;
}
.nc_carroussel_popup .nc_carroussel_popup_items .slick-track {
  display: flex;
  align-items: center;
}
.nc_carroussel_popup .nc_carroussel_popup_items .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nc_carroussel_popup .nc_carroussel_popup_items .nc_carrousel_arrow {
  width: 31px;
  min-width: 31px;
  position: relative;
  cursor: pointer;
}
.nc_carroussel_popup .nc_carroussel_popup_items .nc_carrousel_arrow.nc_carrousel_arrow_prev {
  right: 20px;
}
.nc_carroussel_popup .nc_carroussel_popup_items .nc_carrousel_arrow.nc_carrousel_arrow_next {
  left: 20px;
}
.nc_carroussel_popup .nc_carroussel_popup_items img.img-paysage {
  max-width: 60vw;
  height: auto;
}
.nc_carroussel_popup .nc_carroussel_popup_items img.img-portrait {
  max-height: 80vh;
  width: auto;
}
.nc_carroussel_popup.active {
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .nc_carroussel_popup .nc_carroussel_popup_items {
    max-width: calc(80vw + 62px);
    max-height: 90vh;
    width: calc(80vw + 62px);
    height: 90vh;
  }
  .nc_carroussel_popup .nc_carroussel_popup_items img.img-paysage {
    max-width: 80vw;
    height: auto;
  }
  .nc_carroussel_popup .nc_carroussel_popup_items img.img-portrait {
    max-height: 80vh;
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .nc_carroussel_popup .nc_carrousel_arrow {
    display: none !important;
  }
  .nc_carroussel_popup .nc_carroussel_popup_items {
    max-width: 90vw;
    max-height: 90vh;
    width: 90vw;
    height: 90vh;
  }
  .nc_carroussel_popup .nc_carroussel_popup_items img.img-paysage {
    max-width: 90vw;
    height: auto;
    max-height: 100%;
  }
  .nc_carroussel_popup .nc_carroussel_popup_items img.img-portrait {
    max-height: 90vh;
    width: auto;
    max-width: 100%;
  }
}

.filtres {
  margin-bottom: var(--space-lg);
  background: radial-gradient(circle, var(--vertPale), var(--vertPale) 1px, transparent 1px) repeat-x 1px top;
  background-size: 12px 4px;
  padding-top: 20px;
}
.filtres .form-wrapper {
  display: flex;
  margin-top: 50px;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  .filtres .form-wrapper {
    flex-direction: column;
  }
  .filtres .form-wrapper .actions {
    align-self: flex-end;
  }
  .filtres .form-wrapper label {
    width: 100px;
  }
}
@media screen and (max-width: 992px) {
  .filtres .form-wrapper .actions {
    align-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .filtres .form-wrapper div.form-group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
.filtres .form-wrapper .form-group {
  display: flex;
  gap: 25px;
  align-items: center;
  flex: 1;
}
.filtres .form-wrapper .form-group label {
  font-weight: bold;
  font-size: 17px;
}
.filtres .form-wrapper .form-group .form-control {
  border-radius: 0;
  border-color: var(--noir);
}
.filtres .form-wrapper .form-group select {
  cursor: pointer;
  background-image: url(/wp-content/themes/nc_theme/assets/img/ui/bg-select.png);
  background-repeat: no-repeat;
  -webkit-background-size: 14px 20px;
  background-size: 14px 20px;
  background-position: right 10px center;
}
.filtres .form-wrapper .actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.filtres .form-wrapper .actions .reinit i {
  color: var(--vert);
}
@media screen and (max-width: 992px) {
  .filtres .form-wrapper {
    gap: 20px;
  }
  .filtres .form-wrapper .actions {
    flex-direction: column-reverse;
  }
}

.form-control:hover, .form-control:focus, .form-control:active {
  box-shadow: none;
}

.pagination {
  text-align: center;
  justify-content: center;
  margin-top: var(--space-lg);
}
.pagination ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  gap: 15px;
}
.pagination ul li a {
  display: flex;
  cursor: pointer;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.pagination ul li.active a {
  color: var(--vert);
  font-weight: bold;
  background: var(--vertClair);
}

.recherche-result {
  display: block;
  margin-bottom: var(--space-xs);
  padding: var(--space-xs) 0;
  background: radial-gradient(circle, var(--vertPale), var(--vertPale) 1px, transparent 1px) repeat-x 1px bottom;
  background-size: 12px 4px;
}
.recherche-result em {
  background: var(--vert);
  color: var(--blanc);
  font-style: normal;
  padding-inline: 3px;
}

.sidebar {
  margin: var(--space-lg) 0;
}

@media screen and (max-width: 992px) {
  .sdb-block {
    margin-top: 50px;
  }
}

.sdb-block .title {
  font-weight: bold;
  font-size: 23px;
  line-height: 31px;
  color: var(--vert);
  margin-bottom: 42px;
  position: relative;
}
.sdb-block .title::after {
  position: absolute;
  content: "";
}
.sdb-block .title::before {
  position: absolute;
  content: "";
  right: 46px;
  top: -36px;
  background: url(../img/icons/cartable.png) no-repeat;
  width: 82px;
  height: 82px;
}
.sdb-block .title::after {
  left: 0;
  top: 22px;
  background: url(../img/ui/below-sidebar.png) no-repeat;
  width: 473px;
  max-width: 100%;
  height: 28px;
  font-family: "Font Awesome 7 Pro", fantasy;
  color: var(--vert);
  right: -22px;
}

.sdb-block.liens .title::before {
  background: url(../img/icons/pc.png) no-repeat;
  width: 96px;
  height: 72px;
  top: -30px;
}

.sdb-block ul {
  list-style: none;
  padding-left: 0;
}
.sdb-block ul li {
  position: relative;
  padding-left: 0;
  margin-bottom: 15px;
}
.sdb-block ul li a {
  display: flex;
  font-size: 17px;
  align-items: center;
  gap: var(--space-xs);
  transition: 0.5s all;
}
.sdb-block ul li a svg {
  flex: none;
}
.sdb-block ul li a svg path {
  transition: 0.5s all;
}
.sdb-block ul li a span {
  max-width: 45ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sdb-block ul li a:hover, .sdb-block ul li a:focus, .sdb-block ul li a:active {
  color: var(--rose);
}
.sdb-block ul li a:hover svg path, .sdb-block ul li a:focus svg path, .sdb-block ul li a:active svg path {
  fill: var(--rose);
}

footer {
  margin-top: var(--space-xl);
  padding-top: var(--space-xs);
  position: relative;
}
footer a {
  transition: all 0.5s;
}
footer::before {
  position: absolute;
  content: "";
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  gap: 15px;
}
footer ul a {
  text-decoration: none;
  color: var(--noir);
}
footer ul a:hover, footer ul a:focus, footer ul a:active {
  color: var(--vert);
}
footer .socialMenu {
  height: 100%;
}
footer .socialMenu ul {
  gap: 40px;
  height: 100%;
  font-size: 31px;
}
footer .legalMenu {
  margin-top: var(--space-md);
}
@media screen and (max-width: 992px) {
  footer .legalMenu ul {
    flex-direction: column;
    gap: 0px 15px;
  }
  footer .legalMenu ul li {
    text-align: center;
  }
}
footer .legalMenu a {
  font-size: 13px;
}
footer .arrowMenu ul {
  align-items: stretch;
  flex-direction: column;
}
footer .arrowMenu ul a {
  font-weight: bold;
  font-size: 20px;
  display: block;
  position: relative;
}
footer .arrowMenu ul a::after {
  position: absolute;
  content: "";
}
footer .arrowMenu ul a:hover, footer .arrowMenu ul a:focus, footer .arrowMenu ul a:active {
  color: var(--rose);
}
footer .arrowMenu ul a:hover svg, footer .arrowMenu ul a:focus svg, footer .arrowMenu ul a:active svg {
  animation: dash 1s linear forwards;
}
footer .arrowMenu ul a:hover svg path, footer .arrowMenu ul a:focus svg path, footer .arrowMenu ul a:active svg path {
  stroke: var(--rose);
}
footer .arrowMenu ul a .arrow {
  position: absolute;
  right: 0;
  top: 5px;
  height: 13px;
  width: 25px;
  stroke: var(--vert);
}
footer .arrowMenu ul a .arrow path {
  transition: all 0.5s;
}
footer::before {
  left: 0;
  right: 0;
  bottom: 95%;
  height: var(--space-xl);
  background: url(../img/ui/footer.svg) center top no-repeat;
}
footer .centerElement {
  display: flex;
  justify-content: center;
  height: 100%;
  position: relative;
  position: relative;
}
footer .centerElement::before {
  position: absolute;
  content: "";
}
footer .centerElement::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 992px) {
  footer .centerElement {
    margin: var(--space-md) 0;
    height: auto;
  }
  footer .centerElement::before, footer .centerElement::after {
    display: none;
  }
}
footer .centerElement::before {
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: url(../img/ui/ligne-verticale.svg);
}
footer .centerElement::after {
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: url(../img/ui/ligne-verticale.svg);
}
footer .centerElement img {
  width: 267px;
  aspect-ratio: 267/61;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1199px) {
  footer {
    margin-top: 70px;
  }
}
.circleAround {
  position: relative;
}
.circleAround > svg {
  position: absolute;
  top: 50%;
  width: calc(100% + 50px);
  height: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  pointer-events: none;
}

.circleAround>img{
  max-height:75px;
  width:auto;
}

.circleAround:hover > svg, .circleAround:focus > svg, .circleAround:active > svg {
  animation: dash 1s linear forwards;
}
.circleAround.close > svg {
  width: calc(100% + 10px);
}


/***
 * CSS for services
 */
ins.ferank-publicite, ins.adsbygoogle {
  text-decoration: none;
}

div.amazon_product {
  height: 240px;
  width: 120px;
}


@media print {
  body {
    padding-top: 0;
  }
  body.admin_bar header {
    top: 0 !important;
  }
  header {
    position: relative;
    margin-bottom: 20px;
  }
  header .headerWrapper .search, header .headerWrapper .burgerMenu, header .headerWrapper .callToAction {
    display: none;
  }
  .no-print, #menuCache, .sticky, .modal, .breadcrumbs_share, .sidebar, .searchwp-live-search-result, .zoneCarrefour {
    display: none;
  }
  main > .container > .row > .col-lg-3 {
    display: none;
  }
  main > .container > .row > .offset-lg-1 {
    margin-left: 0;
    width: 0;
  }
  main > .container > .row > .col-lg-10 {
    width: 100%;
  }
  main > .container > .row form.filtres {
    display: none;
  }
  main > .container > .row .liste-actualites {
    margin-top: 20px;
  }
  main > .container > .row .liste-actualites > .row > div {
    width: 50%;
  }
  main > .container > .row .liste-actualites > .row > div .actu--teaser {
    page-break-inside: avoid;
  }
  main > .container > .row .caracteristiques .caracs {
    display: block;
  }
  main > .container > .row .caracteristiques .caracs .carac {
    margin-bottom: 10px;
  }
  main > .container > .row .caracteristiques .caracs .carac span {
    display: inline-block;
    width: 110px;
  }
  main iframe {
    display: none;
  }
  main .liste-recherche > .row > .col-12 {
    page-break-inside: avoid;
  }
  main .liste-recherche > .row > .col-12 p em {
    background-color: #fff;
    color: var(--vert);
    font-weight: 700;
  }
  main .liste-recherche > .row > .col-12 .text-end {
    display: none;
  }
  main .liste-recherche > .row > .col-12:last-child .recherche-result {
    background: none;
  }
  main .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }
  main .elementor-inner-section .elementor-widget-wrap {
    padding: 0 !important;
  }
  main .elementor-widget-nc_accordion .accordion .accordion-item .accordion-header button {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  main .elementor-widget-nc_accordion .accordion .accordion-item .accordion-header button svg {
    display: none;
  }
  main .elementor-widget-nc_accordion .accordion .accordion-item .accordion-collapse {
    display: block;
  }
  main .elementor-widget-nc_accordion .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  main .elementor-widget-nc_carousel {
    display: none;
  }
  main .categories-faq {
    display: none;
  }
  main #pills-tabContent .accordion .accordion-item .accordion-header button {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  main #pills-tabContent .accordion .accordion-item .accordion-header button svg {
    display: none;
  }
  main #pills-tabContent .accordion .accordion-item .accordion-collapse {
    display: block;
  }
  main #pills-tabContent .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  main .text-center.mb-5 a.btn.btn-secondary {
    display: none;
  }
  footer {
    display: none;
  }
}

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