@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
/**
 * COLORS
*/
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.color-black {
  color: #2b2b2b;
}

.color-green {
  color: #2D6C5E;
}

.grecaptcha-badge {
  visibility: hidden;
}

a {
  color: #2b2b2b;
  text-decoration: underline;
  transition: all 0.3s linear;
}
a:hover, a:focus {
  color: #2D6C5E;
  transition: all 0.3s linear;
}

.elementor-slideshow__header {
  flex-direction: initial !important;
}

.elementor-widget-text-editor .elementor-widget-container ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.elementor-widget-text-editor .elementor-widget-container ul li::before {
  content: "";
  width: 13px;
  display: inline-block;
  vertical-align: 5px;
  margin-right: 10px;
  height: 2px;
  background-color: #439081;
}
.elementor-widget-text-editor .elementor-widget-container a:hover {
  text-decoration: underline;
}

.elementor-accordion .elementor-accordion-item {
  border-top: 1px solid #2b2b2b !important;
}
.elementor-accordion .elementor-accordion-item:last-child, .elementor-accordion .elementor-accordion-item:last-of-type {
  border-bottom: 1px solid #2b2b2b !important;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  line-height: 1.7rem;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  text-decoration: none;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon svg {
  width: 1.3em;
  height: 1.3em;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-content p:first-child {
  margin-top: 0;
}

.nojs .elementor-tab-content {
  display: block;
}

.elementor-swiper-button.elementor-swiper-button-prev svg,
.elementor-swiper-button.elementor-swiper-button-next svg {
  transition: all 0.3s linear;
}
.elementor-swiper-button.elementor-swiper-button-prev:hover svg, .elementor-swiper-button.elementor-swiper-button-prev:focus svg,
.elementor-swiper-button.elementor-swiper-button-next:hover svg,
.elementor-swiper-button.elementor-swiper-button-next:focus svg {
  fill: #FFFFFF !important;
  transition: all 0.3s linear;
}

.slide-partenaire .elementor-swiper-button.elementor-swiper-button-prev:hover svg, .slide-partenaire .elementor-swiper-button.elementor-swiper-button-prev:focus svg,
.slide-partenaire .elementor-swiper-button.elementor-swiper-button-next:hover svg,
.slide-partenaire .elementor-swiper-button.elementor-swiper-button-next:focus svg {
  fill: #2b2b2b !important;
}

#header-social {
  display: none;
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 1;
  transform: translateY(-100px);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
#header-social ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#header-social a {
  background-color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 1.6875rem;
  text-decoration: none;
}
#header-social a:hover, #header-social afocus {
  color: #2D6C5E;
}

@media (min-width: 1300px) {
  #header-social {
    display: block;
  }
}
#header {
  position: absolute;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 10px 22px 23px;
}
@media (min-width: 768px) {
  #header {
    padding: 22px 23px;
  }
}
#header {
  font-size: 1rem;
  transition: opacity 0.3s linear;
}
#header #header-logo {
  margin: 0;
  max-width: 200px;
}
@media (min-width: 1200px) {
  #header #header-logo {
    margin: 0 20px;
  }
}
@media (min-width: 1300px) and (max-width: 1450px) {
  #header #header-logo {
    max-width: 270px;
  }
}
@media (min-width: 1451px) {
  #header #header-logo {
    max-width: 305px;
  }
}
#header #header-logo .wp-block-image {
  margin: 0;
}
#header #header-logo .wp-block-image a {
  display: block;
}
#header #header-logo .wp-block-image img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 305px;
}
#header #header-logo #header-logo-sticky {
  display: none;
}
#header #header-right {
  display: flex;
  align-items: center;
}
#header #header-right #header-menu #burger-menu {
  display: flex;
}
@media (min-width: 1300px) {
  #header #header-right #header-menu #burger-menu {
    display: none;
  }
}
#header #header-right #header-menu #burger-menu {
  font-size: 30px;
  color: #ffffff;
}
#header #header-right #header-menu #burger-menu .icon-bars {
  margin: 10px 12px;
}
#header #header-right #header-menu #burger-menu .icon-times {
  display: none;
  margin: 10px 15px;
  width: 20px;
  text-align: center;
}
#header #header-right #header-menu .menu-menu-principal-container {
  display: none;
}
@media (min-width: 1300px) {
  #header #header-right #header-menu .menu-menu-principal-container {
    display: block;
  }
}
#header #header-right #header-menu .menu-menu-principal-container.showMenu {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  z-index: 10;
  padding: 0 0 10px;
  background-color: #fff;
}
#header #header-right #header-menu ul#menu-menu-principal.menu {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none outside none;
  flex-direction: column;
}
@media (min-width: 1300px) {
  #header #header-right #header-menu ul#menu-menu-principal.menu {
    flex-direction: row;
  }
}
@media (min-width: 1300px) and (max-width: 1450px) {
  #header #header-right #header-menu ul#menu-menu-principal.menu {
    font-size: 0.875rem;
  }
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li {
  position: relative;
  margin: 0 10px;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li > a,
#header #header-right #header-menu ul#menu-menu-principal.menu > li > span {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  text-decoration: none;
  color: #2b2b2b;
}
@media (min-width: 1300px) {
  #header #header-right #header-menu ul#menu-menu-principal.menu > li > a,
  #header #header-right #header-menu ul#menu-menu-principal.menu > li > span {
    color: #ffffff;
  }
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li > a,
#header #header-right #header-menu ul#menu-menu-principal.menu > li > span {
  padding: 18px 10px;
}
@media (min-width: 1300px) and (max-width: 1450px) {
  #header #header-right #header-menu ul#menu-menu-principal.menu > li > a,
  #header #header-right #header-menu ul#menu-menu-principal.menu > li > span {
    padding: 18px 5px;
  }
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li > span {
  cursor: default;
}
@media (min-width: 980px) {
  #header #header-right #header-menu ul#menu-menu-principal.menu > li.link-mobile {
    display: none;
  }
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > a:after {
  content: "\e905";
  font-family: "icomoon";
  font-weight: 400;
  margin-left: 5px;
  font-size: 10px;
  vertical-align: middle;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu {
  margin: 0;
  list-style: none outside none;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu a {
  color: #2b2b2b;
  text-transform: unset;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1300px) {
  #header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu:not(.sub-menu--has-megamenu) {
    position: absolute;
    top: 63px;
    min-width: 200px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu:not(.sub-menu--has-megamenu) a {
  padding: 10px 25px;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu:not(.sub-menu--has-megamenu) a:hover, #header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu:not(.sub-menu--has-megamenu) a:focus {
  background-color: #ededed;
}
@media (min-width: 1300px) {
  #header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu.sub-menu--has-megamenu {
    position: absolute;
    top: 63px;
    min-width: 1000px;
    height: auto;
    right: -50px;
  }
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu.sub-menu--has-megamenu ul {
  list-style: none outside none;
  padding: 0;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu.sub-menu--has-megamenu .elementor-widget-wp-widget-nav_menu .menu-item-has-children:not(:last-child) {
  margin-bottom: 30px;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children > ul.sub-menu.sub-menu--has-megamenu .elementor-widget-wp-widget-nav_menu ul.sub-menu a {
  font-weight: 400;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children:hover ul.sub-menu, #header #header-right #header-menu ul#menu-menu-principal.menu > li.menu-item-has-children:focus ul.sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear;
}
#header #header-right #header-menu ul#menu-menu-principal.menu > li:hover > a, #header #header-right #header-menu ul#menu-menu-principal.menu > li:focus > a {
  opacity: 0.8;
}
#header #header-right #header-search {
  color: #ffffff;
  font-size: 1.8125rem;
  margin: 0 10px;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
#header #header-right #header-search:hover, #header #header-right #header-search:focus {
  opacity: 0.6;
  transition: opacity 0.3s linear;
}
#header #header-right #header-devis {
  display: none;
}
@media (min-width: 980px) {
  #header #header-right #header-devis {
    display: block;
  }
}
#header #header-right #header-devis {
  border: 1px solid #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  margin: 0 20px;
  padding: 13px 25px;
}
#header #header-right #header-devis:hover, #header #header-right #header-devis:focus {
  background-color: #ffffff;
  color: #2b2b2b;
}
@media (min-width: 1200px) {
  #header.sticky-top {
    position: fixed;
  }
}
#header.sticky-top {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 5px 23px;
  transition: opacity 0.3s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
#header.sticky-top #header-logo {
  margin: 0;
}
#header.sticky-top #header-logo img {
  display: none;
}
#header.sticky-top #header-logo #header-logo-sticky {
  display: block;
}
#header.sticky-top #header-logo #header-logo-sticky img {
  display: block;
  width: 230px;
}
#header.sticky-top #header-right #header-menu ul#menu-menu-principal.menu > li a {
  color: #2b2b2b;
}
#header.sticky-top #header-right #header-search {
  color: #2b2b2b;
}
#header.sticky-top #header-right #header-devis {
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
}
#header.sticky-top #header-right #header-devis:hover, #header.sticky-top #header-right #header-devis:focus {
  background-color: #2b2b2b;
  color: #ffffff;
}

body.admin-bar #header {
  top: 46px;
}
@media (min-width: 1200px) {
  body.admin-bar #header {
    top: 32px;
  }
}

@media (max-width: 1299px) {
  .nojs #header #header-right #header-menu .menu-menu-principal-container {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 10;
    padding: 0 0 10px;
    background-color: #fff;
  }
  .nojs #header #header-right #header-menu .menu-menu-principal-container ul#menu-menu-principal.menu > li.menu-item-has-children ul.sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s linear;
  }
}

#footer {
  color: #ffffff;
  background: url(../images/img-bg-scs-footer.8276e8cbc73e656495e5.png) no-repeat right center #2D6C5E;
  padding: 0 15px;
  font-size: 0.9375rem;
  text-align: center;
}
@media (min-width: 980px) {
  #footer {
    text-align: left;
  }
}
#footer a {
  color: #ffffff;
  text-decoration: none;
}
#footer .menu a:hover, #footer .menu a:focus {
  text-decoration: underline;
}
#footer #footer-content-wrapper #footer-content {
  padding: 40px 0;
}
@media (min-width: 768px) {
  #footer #footer-content-wrapper #footer-content {
    padding: 80px 0;
  }
}
#footer #footer-content-wrapper #footer-content #footer-content-logo {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo figure {
  max-width: 300px;
  display: inline-block;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo figure img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  vertical-align: inherit;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo #block-9 {
  max-width: 970px;
  margin: 0 auto;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo #block-10 {
  font-size: 2.125rem;
  margin: 50px auto;
  max-width: 1300px;
  position: relative;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo #block-10 > a {
  margin: 0 15px;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo #block-10 > a:hover, #footer #footer-content-wrapper #footer-content #footer-content-logo #block-10 > a:focus {
  color: #439081;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo #block-10:before, #footer #footer-content-wrapper #footer-content #footer-content-logo #block-10:after {
  display: block;
  content: "";
  width: 100%;
  max-width: calc((100% - 285px) / 2);
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  background-color: #439081;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo #block-10:before {
  left: 0;
}
#footer #footer-content-wrapper #footer-content #footer-content-logo #block-10:after {
  right: 0;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 980px) {
  #footer #footer-content-wrapper #footer-content #footer-content-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#footer #footer-content-wrapper #footer-content #footer-content-columns .gt_float_switcher {
  font-size: 0.9375rem;
  overflow: visible;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns .gt_float_switcher .gt_options a {
  color: #2b2b2b;
  position: relative;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns .widget {
  margin-bottom: 20px;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns .menu {
  line-height: 2.1875rem;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns .h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns .h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 20px auto;
  background-color: #439081;
}
@media (min-width: 980px) {
  #footer #footer-content-wrapper #footer-content #footer-content-columns .h2:after {
    margin: 20px 0;
  }
}
#footer #footer-content-wrapper #footer-content #footer-content-columns ul {
  list-style: none outside none;
  padding: 0;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns strong {
  font-weight: 600;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns #block-16,
#footer #footer-content-wrapper #footer-content #footer-content-columns #block-21 {
  display: flex;
  justify-content: center;
}
@media (min-width: 980px) {
  #footer #footer-content-wrapper #footer-content #footer-content-columns #block-16,
  #footer #footer-content-wrapper #footer-content #footer-content-columns #block-21 {
    justify-content: flex-start;
  }
}
#footer #footer-content-wrapper #footer-content #footer-content-columns #block-16,
#footer #footer-content-wrapper #footer-content #footer-content-columns #block-21 {
  line-height: 22px;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns #block-16 [class^=icon-],
#footer #footer-content-wrapper #footer-content #footer-content-columns #block-21 [class^=icon-] {
  margin-right: 6px;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns a {
  color: #ffffff;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns a:hover, #footer #footer-content-wrapper #footer-content #footer-content-columns a:focus {
  text-decoration: underline;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns [class^=icon-] {
  font-size: 24px;
  vertical-align: middle;
}
#footer #footer-content-wrapper #footer-content #footer-content-columns .icon-map {
  font-size: 30px;
}
#footer #copyright {
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  #footer #copyright {
    padding: 60px 0;
  }
}
#footer #copyright:before {
  display: block;
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #439081;
}
#footer #copyright a:hover, #footer #copyright a:focus {
  text-decoration: underline;
}

#back-to-top {
  box-shadow: none;
  border: 0;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 25;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background-color: #2D6C5E;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s linear;
  font-size: 1.5rem;
}
#back-to-top:hover, #back-to-top:focus {
  background-color: #2b2b2b;
}

.pagination {
  margin: 50px auto;
  text-align: center;
}
.pagination .page-numbers {
  min-width: 44px;
  height: 44px;
  border: 1px solid #2b2b2b;
  border-radius: 26px;
  display: inline-block;
  color: #2b2b2b;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  transition: all 0.3s linear;
  text-decoration: none;
  margin: 0 5px;
  padding: 0 15px;
  box-sizing: border-box;
}
.pagination .page-numbers:not(.dots):hover, .pagination .page-numbers:not(.dots):focus, .pagination .page-numbers.current {
  background: #2b2b2b;
  color: #ffffff;
  transition: all 0.3s linear;
}

body.search-pannel-visible-body {
  overflow: hidden;
}

#search-pannel {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
  transition: all 1s linear;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#search-pannel.search-pannel-visible {
  display: flex !important;
}
#search-pannel #search-cross {
  position: absolute;
  top: 10%;
  right: 5%;
  color: white;
  cursor: pointer;
  font-size: 35px;
  transition: all 0.3s linear;
}
#search-pannel #search-cross:hover, #search-pannel #search-cross:focus {
  color: #2D6C5E;
  transition: all 0.3s linear;
}
#search-pannel #form-search #search-input-section {
  display: flex;
  width: 100%;
}
#search-pannel #form-search #search-input-section #search-input {
  background-color: transparent;
  border: none;
  padding: 30px 100px 30px 50px;
  width: 100%;
  color: white;
  font-size: xx-large;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-radius: 0 !important;
}
#search-pannel #form-search #search-input-section #search-input:focus {
  outline: none;
}
#search-pannel #form-search #search-input-section #search-input::placeholder {
  color: white;
  opacity: 70%;
}
#search-pannel #form-search #search-input-section #search-input::-webkit-search-cancel-button {
  background: white !important;
}
#search-pannel #form-search #search-input-section input:-webkit-autofill,
#search-pannel #form-search #search-input-section input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}
#search-pannel #form-search #search-input-section input[type=search]::-webkit-search-decoration, #search-pannel #form-search #search-input-section input[type=search]::-webkit-search-cancel-button, #search-pannel #form-search #search-input-section input[type=search]::-webkit-search-results-button, #search-pannel #form-search #search-input-section input[type=search]::-webkit-search-results-decoration {
  display: none;
}
#search-pannel #form-search #search-input-section input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
#search-pannel #form-search #search-input-section input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
#search-pannel #form-search #search-input-section button[type=submit] {
  text-indent: -999px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  padding: 0;
  margin-left: -60px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2750%27 height=%2750%27 fill=%27white%27 class=%27bi bi-search%27 viewBox=%270 0 16 16%27%3E%3Cpath d=%27M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z%27%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
#search-pannel #form-search #search-input-section button[type=submit]:focus, #search-pannel #form-search #search-input-section button[type=submit]:hover {
  opacity: 1;
}

@media (max-width: 767px) {
  #search-pannel #form-search #search-input-section {
    padding: 0 15px;
  }
  #search-pannel #form-search #search-input-section #search-input {
    padding: 34px 70px 25px 25px;
    font-size: 20px;
    width: 300px;
  }
  #search-pannel #form-search #search-input-section button[type=submit] {
    width: 30px;
    height: 30px;
    margin-left: -30px;
    margin-top: 30px;
    background-size: 100% auto;
  }
}
a.bloc-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  min-height: 320px;
  background-size: cover;
  text-decoration: none;
}
@media (min-width: 768px) {
  a.bloc-service {
    min-height: 339px;
  }
}
@media (min-width: 1025px) {
  a.bloc-service {
    min-height: 497px;
  }
}
@media (min-width: 1200px) {
  a.bloc-service {
    min-height: 555px;
  }
}
a.bloc-service {
  color: #ffffff;
  position: relative;
  margin: 0 auto;
}
a.bloc-service:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: black;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.3s linear;
}
a.bloc-service .icon-cadre-haut,
a.bloc-service .icon-cadre-bas {
  position: absolute;
  font-size: 80px;
  opacity: 0;
  transition: all 0.3s linear;
}
a.bloc-service .icon-cadre-haut {
  top: 23px;
  left: 23px;
}
a.bloc-service .icon-cadre-bas {
  right: 23px;
  bottom: 23px;
}
a.bloc-service .title {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.1875rem;
}
@media (min-width: 1200px) {
  a.bloc-service .title {
    font-size: 2.8125rem;
    line-height: 3.6875rem;
  }
}
a.bloc-service .title {
  margin: 0;
  display: inline-block;
  z-index: 1;
}
a.bloc-service .title:after {
  content: "";
  width: 90px;
  height: 4px;
  background-color: #ffffff;
  margin: 30px auto;
  display: block;
}
a.bloc-service p {
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  max-width: 335px;
  display: none;
}
@media (min-width: 768px) {
  a.bloc-service p {
    display: block;
  }
}
a.bloc-service p:last-child {
  margin-bottom: 0;
}
a.bloc-service:hover .icon-cadre-haut,
a.bloc-service:hover .icon-cadre-bas, a.bloc-service:focus .icon-cadre-haut,
a.bloc-service:focus .icon-cadre-bas {
  opacity: 1;
  transition: all 0.3s linear;
}
a.bloc-service:hover:before, a.bloc-service:focus:before {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}

.bloc-diaporama {
  background-color: #2D6C5E;
  position: relative;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.bloc-diaporama.is-loaded {
  opacity: 1;
}
.bloc-diaporama .bloc-diaporama-content {
  margin: 0;
}
.bloc-diaporama .bloc-diaporama-content .slick-slide {
  background-size: cover !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: 80%;
}
.bloc-diaporama .bloc-diaporama-content .slick-slide picture,
.bloc-diaporama .bloc-diaporama-content .slick-slide img.diapo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.bloc-diaporama .bloc-diaporama-content .overlay {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content {
  position: relative;
  padding: 130px 30px 180px;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .title {
  position: relative;
  display: block;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .title {
    font-size: 3.125rem;
    line-height: 4.125rem;
  }
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .title {
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .title:after {
  content: "";
  width: 145px;
  height: 4px;
  background-color: #2D6C5E;
  display: block;
  margin: 30px 0 30px;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
  font-size: 0.9375rem;
  line-height: 1.25rem;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle br {
  display: none;
}
@media screen and (min-width: 768px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle br {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle img {
  display: inline-block;
  margin: 30px 15px;
  width: auto;
  max-height: 73px;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle p {
  margin-top: 0;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle p:last-child {
  margin-bottom: 0;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .bottom-slide {
  position: relative;
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .bottom-slide a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  background: transparent;
  color: #fff;
  padding: 16px 48px;
  border-radius: 0;
  border: 1px solid #ffffff;
}
.bloc-diaporama .bloc-diaporama-content .wrapper-content .bottom-slide a:hover, .bloc-diaporama .bloc-diaporama-content .wrapper-content .bottom-slide a:focus {
  background-color: #ffffff;
  color: #2b2b2b;
}
.bloc-diaporama .bloc-diaporama-content .slick-active .title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.bloc-diaporama .bloc-diaporama-content .slick-active .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1200ms;
}
.bloc-diaporama .bloc-diaporama-content .slick-active .bottom-slide {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1400ms;
}
.bloc-diaporama .bloc-diaporama-content .slick-arrow {
  padding: 0;
  border: 0;
  background-color: transparent;
  z-index: 1;
  font-size: 50px;
  opacity: 0.5;
  display: none !important;
  width: 50px;
  height: 50px;
}
.bloc-diaporama .bloc-diaporama-content .slick-arrow:before {
  font-family: "icomoon";
  font-size: 3.125rem;
}
.bloc-diaporama .bloc-diaporama-content .slick-arrow.slick-prev {
  left: 150px;
}
.bloc-diaporama .bloc-diaporama-content .slick-arrow.slick-prev:before {
  content: "\e901";
}
.bloc-diaporama .bloc-diaporama-content .slick-arrow.slick-next {
  right: 150px;
}
.bloc-diaporama .bloc-diaporama-content .slick-arrow.slick-next:before {
  content: "\e902";
}
.bloc-diaporama .bloc-diaporama-content .slick-arrow:hover, .bloc-diaporama .bloc-diaporama-content .slick-arrow:focus {
  opacity: 1;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots {
  text-align: center;
  bottom: 120px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 0.5;
  border-radius: 100%;
  transition: all 0.3s linear;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots li button:before {
  display: none;
}
.bloc-diaporama .bloc-diaporama-content .slick-dots li.slick-active button,
.bloc-diaporama .bloc-diaporama-content .slick-dots li button:hover,
.bloc-diaporama .bloc-diaporama-content .slick-dots li button:focus {
  opacity: 1;
  background-color: #2D6C5E;
  transition: all 0.3s linear;
}

@media screen and (min-width: 992px) {
  .bloc-diaporama .bloc-diaporama-content .slick-dots {
    bottom: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .bloc-diaporama .bloc-diaporama-content:after {
    display: block;
  }
  .bloc-diaporama .bloc-diaporama-content .slick-slide {
    height: 90vh;
    min-height: 980px;
    background-position: center center;
  }
  .bloc-diaporama .bloc-diaporama-content .wrapper-content {
    padding: 0 0 0 100px;
    width: 100%;
    max-width: 1170px;
    margin: 0;
    min-height: inherit;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .bloc-diaporama .bloc-diaporama-content .slick-dots {
    bottom: 175px;
  }
}
@media screen and (min-width: 1600px) {
  .bloc-diaporama .bloc-diaporama-content .wrapper-content {
    padding: 0 0 0 0;
  }
  .bloc-diaporama .bloc-diaporama-content .wrapper-content .subtitle {
    max-width: inherit;
  }
  .bloc-diaporama .bloc-diaporama-content .slick-arrow {
    display: inline-block !important;
  }
  .bloc-diaporama .bloc-diaporama-content .slick-dots {
    bottom: 200px;
  }
}
.bloc-diaporama.first-run .bloc-diaporama-content .slick-slide[data-slick-index="0"] .title,
.bloc-diaporama.first-run .bloc-diaporama-content .slick-slide[data-slick-index="0"] .subtitle,
.bloc-diaporama.first-run .bloc-diaporama-content .slick-slide[data-slick-index="0"] .bottom-slide {
  opacity: 1;
  transform: translateY(0);
  transition: none;
}

.bloc-actualites-slide .bloc-actualites-slide-content {
  display: flex;
}
@media (min-width: 1590px) {
  .bloc-actualites-slide .bloc-actualites-slide-content {
    padding: 0 35px;
  }
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-list {
  padding: 0;
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-prev {
  left: -80px;
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-prev:before {
  content: "\e902";
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-next {
  right: -80px;
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-next:before {
  content: "\e903";
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-prev,
.bloc-actualites-slide .bloc-actualites-slide-content .slick-next {
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-prev::before,
.bloc-actualites-slide .bloc-actualites-slide-content .slick-next::before {
  color: rgba(29, 29, 27, 0.168627451);
  font-size: 45px;
  font-family: "icomoon";
}
.bloc-actualites-slide .bloc-actualites-slide-content .slick-prev:hover:before, .bloc-actualites-slide .bloc-actualites-slide-content .slick-prev:focus:before,
.bloc-actualites-slide .bloc-actualites-slide-content .slick-next:hover:before,
.bloc-actualites-slide .bloc-actualites-slide-content .slick-next:focus:before {
  color: #1D1D1B;
}
.bloc-actualites-slide .bloc-actualites-slide-content article {
  padding: 50px 15px 50px 15px;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 300px;
}
@media (min-width: 370px) {
  .bloc-actualites-slide .bloc-actualites-slide-content article > a {
    width: 350px;
  }
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a {
  transition: all 0.3s linear;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-wrapper-img {
  display: block;
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-wrapper-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all ease-in-out 1s;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-content {
  padding: 35px 20px 20px 30px;
  display: block;
  transition: all 0.3s linear;
  position: relative;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-content .date {
  background-color: #2D6C5E;
  color: white;
  font-weight: bold;
  font-size: 0.875rem;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  top: -17px;
  line-height: 1;
  z-index: 1;
  padding: 8px 17px 8px 15px;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-content .date:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 13px solid white;
  border-left: 13px solid transparent;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-content .title {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #2b2b2b;
  font-weight: bold;
  display: block;
  min-height: 100px;
  margin-bottom: 15px;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-content .more {
  display: block;
  text-align: right;
  color: #2D6C5E;
  font-size: 0.9375rem;
  text-align: right;
  font-weight: 500;
  transition: all 0.3s linear;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a .posts-content .more span {
  vertical-align: middle;
  font-size: 1.25rem;
  margin-left: 5px;
  color: #2b2b2b;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a:hover, .bloc-actualites-slide .bloc-actualites-slide-content article > a:focus {
  transition: all 0.3s linear;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a:hover .posts-wrapper-img img, .bloc-actualites-slide .bloc-actualites-slide-content article > a:focus .posts-wrapper-img img {
  transform: scale(1.05);
  transition: all ease-in-out 1s;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a:hover .posts-content, .bloc-actualites-slide .bloc-actualites-slide-content article > a:focus .posts-content {
  background-color: white;
  transition: all 0.3s linear;
}
.bloc-actualites-slide .bloc-actualites-slide-content article > a:hover .posts-content .more, .bloc-actualites-slide .bloc-actualites-slide-content article > a:focus .posts-content .more {
  color: #2b2b2b;
  transition: all 0.3s linear;
}

.review-item {
  text-align: center;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px 35px 35px;
  color: #2B2D2B;
  display: none;
}
.review-item .review-img {
  position: relative;
  display: inline-block;
}
.review-item .review-img img {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  margin: 0 auto;
}
.review-item .review-desc {
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.review-item .review-name {
  color: #2D6C5E;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-top: 30px;
}
.review-item .review-job {
  font-size: 0.9375rem;
  line-height: 1.25rem;
}

.np-notice .notice-link a {
  background-color: black;
  position: relative;
  display: block;
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 19px;
  transition: all 0.3s linear;
  border: 1px solid black;
}
.np-notice .notice-link a .icon-external-link-alt {
  margin-right: 5px;
}
.np-notice .notice-link a:focus, .np-notice .notice-link a:hover {
  transition: all 0.3s linear;
  background-color: white;
  color: black;
}

.elementor-widget-dnc_slide_texte_image_elementor .slick-slide {
  position: relative;
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text {
  background-color: white;
  padding: 40px;
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text .title {
  margin-top: 0;
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text .title:after {
  width: 100px;
  height: 4px;
  display: block;
  margin: 30px 0 30px;
  background-color: #2b2b2b;
  content: "";
}
.elementor-widget-dnc_slide_texte_image_elementor .slick-slide .content-text .content {
  display: block;
  margin-bottom: 15px;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev,
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next {
  top: inherit;
  bottom: -100px;
  background-color: transparent;
  padding: 0;
  width: 56px;
  height: 50px;
  z-index: 1;
  border: 0;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:before,
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:before {
  color: white;
  font-size: 50px;
  transition: all 0.3s linear;
  font-family: "icomoon";
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:hover:before,
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:hover:before {
  opacity: 1;
  transition: all 0.3s linear;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev {
  left: 40px;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-prev:before {
  content: "\e907";
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next {
  left: 100px;
}
.elementor-widget-dnc_slide_texte_image_elementor .slider-wrapper > .slider .slick-next:before {
  content: "\e906";
}

.bandeau-humanfirst {
  z-index: -1;
}

.bloc-reassurance:before, .bloc-reassurance:after {
  font-family: "icomoon";
  color: #2D6C5E;
  position: absolute;
  font-size: 80px;
  width: 133px;
  height: 78px;
  line-height: 1;
  display: none;
}
@media (min-width: 1340px) {
  .bloc-reassurance:before, .bloc-reassurance:after {
    display: block;
  }
}
.bloc-reassurance:before {
  content: "\e918";
  left: -19px;
  top: -20px;
}
.bloc-reassurance:after {
  content: "\e917";
  right: -19px;
  bottom: -17px;
}
.bloc-reassurance .border-left:before {
  content: "";
  height: 1px;
  width: 110px;
  background-color: #E2E2E2;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .bloc-reassurance .border-left:before {
    height: 110px;
    width: 1px;
    bottom: inherit;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloc-reassurance .border-left:nth-child(3):before {
    display: none;
  }
}

.swiper-slide-image {
  display: block;
}

.slide-corner:before {
  font-family: "icomoon";
  color: white;
  position: absolute;
  font-size: 80px;
  width: 133px;
  height: 78px;
  display: block;
  line-height: 1;
  content: "\e918";
  left: 23px;
  top: 23px;
  z-index: 2;
}

.compteur-home:after {
  display: block;
  content: "";
  height: 0;
  width: 0;
  border-bottom: 50px solid white;
  border-left: 50px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}

.bloc-contact:before, .bloc-contact:after {
  font-family: "icomoon";
  color: #2D6C5E;
  position: absolute;
  font-size: 80px;
  width: 133px;
  height: 78px;
  display: block;
  line-height: 1;
  display: none;
}
@media (min-width: 1340px) {
  .bloc-contact:before, .bloc-contact:after {
    display: block;
  }
}
.bloc-contact:before {
  content: "\e918";
  left: -19px;
  top: -20px;
}
.bloc-contact:after {
  content: "\e917";
  right: -19px;
  bottom: -17px;
}
.bloc-contact .btn-contact-phone a {
  position: relative;
}
.bloc-contact .btn-contact-phone a:after {
  display: block;
  content: "";
  height: 0;
  width: 0;
  border-bottom: 13px solid white;
  border-left: 18px solid transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bloc-contact .border-center:before {
  content: "";
  height: 110px;
  width: 1px;
  background-color: #E2E2E2;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.3;
}

.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .title {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
  font-weight: 700;
}
.wpcf7-form .required-field-instruction p {
  font-weight: 300;
  font-size: large;
}
.wpcf7-form .civilite-group {
  margin-bottom: 30px;
}
.wpcf7-form .form-line {
  margin-bottom: 30px;
}
.wpcf7-form .form-line label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 24px;
  font-size: large;
}
.wpcf7-form .form-line label sup {
  color: #ff0000;
  margin-left: 3px;
}
.wpcf7-form .form-line label.label-title {
  margin-top: 60px;
  font-weight: bold;
  font-size: 1.5625rem;
  display: flex;
  flex-direction: column;
}
.wpcf7-form .form-line label.label-title:after {
  width: 100px;
  height: 2px;
  background-color: #2b2b2b;
  content: "";
  margin: 20px auto;
}
.wpcf7-form .form-line .hidden-label label {
  display: none;
}
.wpcf7-form .form-line.form-line-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}
.wpcf7-form .form-line.form-line-3.form-line-adresse {
  grid-template-columns: 1.5fr 0.5fr 1fr;
}
.wpcf7-form .form-line.form-line-2 {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .wpcf7-form .form-line.form-line-2 {
    grid-template-columns: 1fr 1fr;
  }
}
.wpcf7-form .form-line.form-line-center {
  text-align: center;
}
.wpcf7-form .form-line.form-line-center .title:after {
  margin-left: auto;
  margin-right: auto;
}
.wpcf7-form .form-line.form-line-center .sujet-group {
  margin: 0 auto 50px;
}
.wpcf7-form .form-line.form-line-2-item > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.wpcf7-form .form-line.form-line-2-item > div .wpcf7-form-control-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .wpcf7-form .form-line.form-line-2-item > div {
    flex-direction: row;
  }
  .wpcf7-form .form-line.form-line-2-item > div label {
    width: 40%;
    text-align: right;
    padding-right: 30px;
  }
  .wpcf7-form .form-line.form-line-2-item > div .wpcf7-form-control-wrap {
    width: 60%;
  }
}
.wpcf7-form .form-line.form-line-case {
  margin-bottom: 30px;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item {
  position: relative;
  margin: 0;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item label {
  min-height: inherit;
  margin: 0;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item input[type=checkbox],
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item .wpcf7-list-item-label {
  width: 100%;
  background: #7b7e81;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  position: relative;
  padding-left: 30px;
  padding: 16px 20px;
  transition: 0.3s;
  min-height: 60px;
  color: white;
  display: block;
  line-height: 28px;
  border: 3px solid #7b7e81;
}
.wpcf7-form .form-line.form-line-case .wpcf7-radio span.wpcf7-list-item.active .wpcf7-list-item-label {
  background-color: #009f98;
  border: 3px solid #addddb;
}
.wpcf7-form .form-line a {
  color: black;
  text-decoration: underline;
}
.wpcf7-form .form-line a:hover, .wpcf7-form .form-line a:focus {
  text-decoration: none;
}
.wpcf7-form .form-line .piece-jointe-group small {
  font-size: small;
  font-weight: 300;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=file],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  background-color: #ffffff;
  border: 1px solid #BABABA;
  border-radius: 0;
  min-height: 60px;
  color: #1d1d1b;
  font-size: 16px;
  line-height: 28px;
  outline: 0;
  padding: 16px 20px;
  font-family: "ITC Avant Garde Gothic", sans-serif;
  font-weight: 500;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=tel]::placeholder,
.wpcf7-form input[type=file]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form select::placeholder,
.wpcf7-form textarea::placeholder {
  font-family: "ITC Avant Garde Gothic", sans-serif;
  color: #1d1d1b;
  font-weight: 500;
}
.wpcf7-form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5em;
}
.wpcf7-form .btn-submit {
  border: 0;
  transition: all 0.3s linear;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin-top: 30px;
}
.wpcf7-form .btn-submit:hover, .wpcf7-form .btn-submit:focus {
  transition: all 0.3s linear;
}
.wpcf7-form .align-center.small {
  font-size: 0.875rem;
  text-align: center;
  margin: 15px 0;
  font-style: italic;
}
.wpcf7-form .btn-center {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.link-map-itin {
  color: grey;
  text-decoration: underline !important;
  outline: none;
}

.wpcf7 form .wpcf7-response-output {
  padding: 1em;
  text-align: center;
}

.post-content-wrapper.model-standard .page-header .page-header-content .wrapper-pager-title {
  background-color: transparent;
  background-image: linear-gradient(45deg, #439081 0%, #2d6c5e 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  box-sizing: border-box;
  min-height: 200px;
}
@media (min-width: 768px) {
  .post-content-wrapper.model-standard .page-header .page-header-content .wrapper-pager-title {
    min-height: 370px;
  }
}
.post-content-wrapper.model-standard .page-header .page-header-content .wrapper-pager-title h1.page-title {
  color: white;
  font-size: 1.5625rem;
  line-height: 1.2em;
  font-weight: 600;
  z-index: 1;
  max-width: 1170px;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .post-content-wrapper.model-standard .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .post-content-wrapper.model-standard .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 3.125rem;
  }
}
.post-content-wrapper.model-standard .post-content-bg {
  background: url(../images/img-bg-scs.cccb44f39ade2d92b155.jpg) top right no-repeat transparent;
  padding: 50px 0;
}
.post-content-wrapper.model-standard .post-content-bg .post-content {
  max-width: 795px;
  padding: 0 20px;
  margin: 0 auto;
}
.post-content-wrapper.model-standard .post-content-bg .post-content.page-404 {
  text-align: center;
  margin: 100px auto;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 50px;
  align-items: center;
  color: black;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-date-post {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-date-post i {
  margin-right: 7px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-categ {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-categ a {
  background-color: black;
  color: white;
  padding: 10px 40px;
  z-index: 1;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 15px;
  text-transform: uppercase;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-categ a:hover, .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-categ a:focus {
  opacity: 1 !important;
  transition: all 0.4s ease-in-out;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post {
  display: flex;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  align-items: center;
  justify-content: flex-end;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post ul {
  list-style: none outside;
  margin: 0;
  padding: 0 0 0 5px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post ul li {
  display: inline-block;
  margin: 0 2px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post ul li a {
  text-decoration: none;
  color: white;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 2.5rem;
  background-color: black;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-size: 0.9375rem;
  opacity: 1;
  transition: all 0.3s linear;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post ul li a:hover, .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post ul li a:focus {
  transition: all 0.3s linear;
  background-color: #2D6C5E;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-carousel-images {
  margin-bottom: 50px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-carousel-images img {
  max-width: 100%;
  margin: 0 auto;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-carousel-images.no-slider img {
  width: 100%;
  max-width: 795px;
  height: auto;
  display: block;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-carousel-images.no-slider .img-caption {
  font-size: 0.875rem;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body img {
  max-width: 100%;
  height: auto;
  display: block;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation a {
  color: #1b6532;
  text-decoration: underline;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation a:hover, .post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation a:focus {
  text-decoration: none;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ul li {
  margin-bottom: 5px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ul li::before {
  content: "";
  width: 15px;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
  height: 4px;
  background-color: #1b6532;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ul li:last-child {
  margin-bottom: 0;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol {
  padding: 0;
  margin-top: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol li {
  counter-increment: my-awesome-counter;
  margin-bottom: 15px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol li:last-child {
  margin-bottom: 0;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol li::before {
  content: counter(my-awesome-counter) " ";
  color: #1b6532;
  font-weight: bold;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol li strong {
  font-weight: 500;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol li ol {
  padding: 0;
  margin-top: 10px;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol li ol li {
  margin-bottom: 5px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation > ol li ol li::before {
  content: "";
  width: 5px;
  display: inline-block;
  border-radius: 5px;
  vertical-align: middle;
  margin-right: 7px;
  height: 5px;
  background-color: #1d1d1b;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation p {
  margin-bottom: 20px;
  line-height: 1.6em;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body .post-presentation.not-elementor {
  font-size: 0.9375rem;
  line-height: 1.6em;
  color: black;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body h2 {
  color: #1d1d1b;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom: 20px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body h2 a {
  color: #1b6532;
  text-decoration: underline;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.fichiers,
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.liens {
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.fichiers li,
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.liens li {
  margin-bottom: 5px;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.fichiers li::before,
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.liens li::before {
  content: "";
  width: 15px;
  display: inline-block;
  vertical-align: 3px;
  margin-right: 10px;
  height: 4px;
  background-color: #1b6532;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.fichiers li a,
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.liens li a {
  color: #1b6532;
  text-decoration: underline;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.fichiers li a:hover, .post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.fichiers li a:focus,
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.liens li a:hover,
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.liens li a:focus {
  text-decoration: none;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.fichiers li:last-child,
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body ul.liens li:last-child {
  margin-bottom: 0;
}
.post-content-wrapper.model-standard .post-content-bg .post-content .post-body iframe {
  margin: 0 auto 30px;
  display: block;
  max-width: 100%;
}
.post-content-wrapper.model-standard .post-content-bg .actualites-social {
  text-align: center;
  padding: 30px 0 0;
  color: black;
  font-size: 1.25rem;
  max-width: 1170px;
  padding: 0 15px;
  margin: 50px auto 0;
}
.post-content-wrapper.model-standard .post-content-bg .actualites-social > p {
  font-size: 3.125rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}
.post-content-wrapper.model-standard .post-content-bg .actualites-social ul {
  list-style: none outside none;
  padding: 0;
}
.post-content-wrapper.model-standard .post-content-bg .actualites-social ul li {
  display: inline-block;
  margin: 0 3px;
}
.post-content-wrapper.model-standard .post-content-bg .actualites-social ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 3.4375rem;
  background-color: black;
  border-radius: 100%;
  color: white;
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 15px;
  opacity: 1;
  transition: all 0.3s linear;
  text-decoration: none;
}
.post-content-wrapper.model-standard .post-content-bg .actualites-social ul li a:hover, .post-content-wrapper.model-standard .post-content-bg .actualites-social ul li a:focus {
  background-color: #2D6C5E;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .post-content-wrapper.model-standard .post-content-bg .actualites-social {
    padding: 15px 0 0;
    font-size: 0.9375rem;
    margin: 25px auto 0;
  }
  .post-content-wrapper.model-standard .post-content-bg .actualites-social > p {
    font-size: 1.5625rem;
  }
  .post-content-wrapper.model-standard .post-content-bg .actualites-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 2.375rem;
    font-size: 1rem;
  }
}
.post-content-wrapper.model-standard .post-content-bg .wrapper-btn-return-post {
  max-width: 795px;
  padding: 0 20px;
  margin: 50px auto;
  text-align: center;
}
.post-content-wrapper.model-standard .post-content-bg .wrapper-btn-return-post a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  padding: 19px 42px;
  position: relative;
  transition: all 0.3s linear;
  text-decoration: none;
}
.post-content-wrapper.model-standard .post-content-bg .wrapper-btn-return-post a:hover, .post-content-wrapper.model-standard .post-content-bg .wrapper-btn-return-post a:focus {
  color: #ffffff;
  background-color: #2b2b2b;
  transition: all 0.3s linear;
}

@media (max-width: 767px) {
  .post-content-wrapper.model-standard .post-head {
    min-height: inherit;
  }
  .post-content-wrapper.model-standard .post-head .post-head-content #bloc-breadcrumb {
    display: none;
  }
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post {
    display: block;
    text-align: center;
  }
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-date-post,
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-categ {
    margin-bottom: 15px;
  }
  .post-content-wrapper.model-standard .post-content-bg .post-content .header-post .header-share-post {
    justify-content: center;
  }
}
body.category .page-header .page-header-content .wrapper-pager-title,
body.blog .page-header .page-header-content .wrapper-pager-title,
body.post-type-archive-media .page-header .page-header-content .wrapper-pager-title {
  background-color: transparent;
  background-image: linear-gradient(45deg, #439081 0%, #2d6c5e 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  box-sizing: border-box;
  min-height: 200px;
}
@media (min-width: 768px) {
  body.category .page-header .page-header-content .wrapper-pager-title,
  body.blog .page-header .page-header-content .wrapper-pager-title,
  body.post-type-archive-media .page-header .page-header-content .wrapper-pager-title {
    min-height: 370px;
  }
}
body.category .page-header .page-header-content .wrapper-pager-title h1.page-title,
body.blog .page-header .page-header-content .wrapper-pager-title h1.page-title,
body.post-type-archive-media .page-header .page-header-content .wrapper-pager-title h1.page-title {
  color: white;
  font-size: 1.5625rem;
  line-height: 1.2em;
  font-weight: 600;
  z-index: 1;
  max-width: 1170px;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  body.category .page-header .page-header-content .wrapper-pager-title h1.page-title,
  body.blog .page-header .page-header-content .wrapper-pager-title h1.page-title,
  body.post-type-archive-media .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  body.category .page-header .page-header-content .wrapper-pager-title h1.page-title,
  body.blog .page-header .page-header-content .wrapper-pager-title h1.page-title,
  body.post-type-archive-media .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 3.125rem;
  }
}
body.category .posts-list-bg,
body.blog .posts-list-bg,
body.post-type-archive-media .posts-list-bg {
  background: url(../images/img-bg-scs.cccb44f39ade2d92b155.jpg) top right no-repeat transparent;
  padding: 50px 0;
}
body.category .posts-list-bg .posts-list,
body.blog .posts-list-bg .posts-list,
body.post-type-archive-media .posts-list-bg .posts-list {
  max-width: 1110px;
  padding: 0 15px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
}
body.category .posts-list-bg .posts-list article > a,
body.blog .posts-list-bg .posts-list article > a,
body.post-type-archive-media .posts-list-bg .posts-list article > a {
  display: block;
  position: relative;
  text-decoration: none;
  width: 350px;
  transition: all 0.3s linear;
  margin: 0 auto;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
body.category .posts-list-bg .posts-list article > a .posts-wrapper-img,
body.blog .posts-list-bg .posts-list article > a .posts-wrapper-img,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-wrapper-img {
  display: block;
  position: relative;
  max-height: 250px;
  overflow: hidden;
}
body.category .posts-list-bg .posts-list article > a .posts-wrapper-img img,
body.blog .posts-list-bg .posts-list article > a .posts-wrapper-img img,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-wrapper-img img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all ease-in-out 1s;
}
body.category .posts-list-bg .posts-list article > a .posts-content,
body.blog .posts-list-bg .posts-list article > a .posts-content,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-content {
  padding: 35px 20px 20px 30px;
  display: block;
  transition: all 0.3s linear;
  position: relative;
}
body.category .posts-list-bg .posts-list article > a .posts-content .date,
body.blog .posts-list-bg .posts-list article > a .posts-content .date,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-content .date {
  background-color: #2D6C5E;
  color: white;
  font-weight: bold;
  font-size: 0.875rem;
  position: absolute;
  text-transform: uppercase;
  left: 0;
  top: -17px;
  line-height: 1;
  z-index: 1;
  padding: 8px 17px 8px 15px;
}
body.category .posts-list-bg .posts-list article > a .posts-content .date:after,
body.blog .posts-list-bg .posts-list article > a .posts-content .date:after,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-content .date:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-bottom: 13px solid white;
  border-left: 13px solid transparent;
}
body.category .posts-list-bg .posts-list article > a .posts-content .title,
body.blog .posts-list-bg .posts-list article > a .posts-content .title,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-content .title {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: black;
  font-weight: bold;
  display: block;
  min-height: 100px;
  margin-bottom: 15px;
}
body.category .posts-list-bg .posts-list article > a .posts-content .more,
body.blog .posts-list-bg .posts-list article > a .posts-content .more,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-content .more {
  display: block;
  text-align: right;
  color: #2D6C5E;
  font-size: 0.9375rem;
  text-align: right;
  font-weight: 500;
}
body.category .posts-list-bg .posts-list article > a .posts-content .more span,
body.blog .posts-list-bg .posts-list article > a .posts-content .more span,
body.post-type-archive-media .posts-list-bg .posts-list article > a .posts-content .more span {
  vertical-align: middle;
  font-size: 1.25rem;
  margin-left: 5px;
  color: #2b2b2b;
}
body.category .posts-list-bg .posts-list article > a:hover, body.category .posts-list-bg .posts-list article > a:focus,
body.blog .posts-list-bg .posts-list article > a:hover,
body.blog .posts-list-bg .posts-list article > a:focus,
body.post-type-archive-media .posts-list-bg .posts-list article > a:hover,
body.post-type-archive-media .posts-list-bg .posts-list article > a:focus {
  transition: all 0.3s linear;
}
body.category .posts-list-bg .posts-list article > a:hover .posts-wrapper-img img, body.category .posts-list-bg .posts-list article > a:focus .posts-wrapper-img img,
body.blog .posts-list-bg .posts-list article > a:hover .posts-wrapper-img img,
body.blog .posts-list-bg .posts-list article > a:focus .posts-wrapper-img img,
body.post-type-archive-media .posts-list-bg .posts-list article > a:hover .posts-wrapper-img img,
body.post-type-archive-media .posts-list-bg .posts-list article > a:focus .posts-wrapper-img img {
  transform: scale(1.05);
  transition: all ease-in-out 1s;
}
body.category .posts-list-bg .posts-list article > a:hover .posts-content, body.category .posts-list-bg .posts-list article > a:focus .posts-content,
body.blog .posts-list-bg .posts-list article > a:hover .posts-content,
body.blog .posts-list-bg .posts-list article > a:focus .posts-content,
body.post-type-archive-media .posts-list-bg .posts-list article > a:hover .posts-content,
body.post-type-archive-media .posts-list-bg .posts-list article > a:focus .posts-content {
  background-color: white;
  transition: all 0.3s linear;
}

@media (max-width: 1024px) {
  body.category .posts-list-bg .posts-list article .post-item .posts-content,
  body.blog .posts-list-bg .posts-list article .post-item .posts-content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body.category .posts-list-bg .posts-list,
  body.blog .posts-list-bg .posts-list {
    grid-template-columns: 1fr;
  }
}
body.search .page-header .page-header-content .wrapper-pager-title {
  background-color: transparent;
  background-image: linear-gradient(45deg, #439081 0%, #2d6c5e 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 96px;
  box-sizing: border-box;
  min-height: 200px;
}
@media (min-width: 768px) {
  body.search .page-header .page-header-content .wrapper-pager-title {
    min-height: 370px;
  }
}
body.search .page-header .page-header-content .wrapper-pager-title h1.page-title {
  color: white;
  font-size: 1.5625rem;
  line-height: 1.2em;
  font-weight: 600;
  z-index: 1;
  max-width: 1170px;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  body.search .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  body.search .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 3.125rem;
  }
}
body.search .posts-list-wrapper {
  background: url(../images/img-bg-scs.cccb44f39ade2d92b155.jpg) top right no-repeat transparent;
  padding: 30px 15px 0;
}
@media (min-width: 768px) {
  body.search .posts-list-wrapper {
    padding: 50px 0;
  }
}
body.search .posts-list-wrapper ol#list-search-result {
  counter-reset: gradient-counter;
  list-style: none;
  display: grid;
  max-width: 1170px;
  margin: 0 auto;
  gap: 0px 50px;
  padding: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  body.search .posts-list-wrapper ol#list-search-result {
    padding: 0 40px;
    grid-template-columns: 1fr 1fr;
  }
}
body.search .posts-list-wrapper ol#list-search-result > li.element-search-result {
  background: white;
  counter-increment: gradient-counter;
  position: relative;
  box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  body.search .posts-list-wrapper ol#list-search-result > li.element-search-result {
    margin-bottom: 3rem;
  }
}
body.search .posts-list-wrapper ol#list-search-result > li.element-search-result::before {
  background: #2b2b2b;
  border-radius: 10px;
  height: 3rem;
  left: -1.5rem;
  overflow: hidden;
  position: absolute;
  top: -1.5rem;
  width: 3rem;
  z-index: 1;
  align-items: flex-end;
  content: counter(gradient-counter);
  color: white;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  justify-content: flex-end;
  padding: 0.2em 0.25em;
  display: none;
}
body.search .posts-list-wrapper ol#list-search-result > li.element-search-result > a {
  color: #2b2b2b;
  transition: all 0.3s linear;
  padding: 15px 15px 15px 45px;
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}
body.search .posts-list-wrapper ol#list-search-result > li.element-search-result > a i {
  margin-top: 5px;
  font-size: 13px;
}
body.search .posts-list-wrapper ol#list-search-result > li.element-search-result > a:hover {
  color: #2b2b2b;
  transition: all 0.3s linear;
}

.error404 .page-header .page-header-content {
  margin-bottom: 50px;
}
.error404 .page-header .page-header-content .wrapper-pager-title {
  min-height: 370px;
  background-color: transparent;
  background-image: linear-gradient(45deg, #439081 0%, #2d6c5e 100%);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  box-sizing: border-box;
}
.error404 .page-header .page-header-content .wrapper-pager-title h1.page-title {
  color: white;
  font-size: 3.125rem;
  line-height: 3.4375rem;
  font-weight: 600;
  z-index: 1;
  max-width: 1170px;
  padding: 0 15px;
  text-align: center;
}
@media (max-width: 1024px) {
  .error404 .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 2.375rem;
  }
}
@media (max-width: 767px) {
  .error404 .page-header .page-header-content .wrapper-pager-title {
    min-height: 200px;
    padding-top: 0;
  }
  .error404 .page-header .page-header-content .wrapper-pager-title h1.page-title {
    font-size: 1.5625rem;
  }
}
.error404 .container {
  justify-content: center;
}
.error404 .container #content-404 {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 100px 50px;
  font-size: 1.25rem;
  text-align: center;
}
.error404 .container #content-404 strong {
  font-size: 1.875rem;
}
.error404 .container #content-404 .btn {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  padding: 19px 42px;
  position: relative;
  transition: all 0.3s linear;
  text-decoration: none;
}
.error404 .container #content-404 .btn:hover, .error404 .container #content-404 .btn:focus {
  color: #ffffff;
  background-color: #2b2b2b;
  transition: all 0.3s linear;
}

@font-face {
  font-family: "icomoon";
  src: url(.././fonts/001782270eb1ad3b94ba.eot);
  src: url(.././fonts/001782270eb1ad3b94ba.eot#iefix) format("embedded-opentype"), url(.././fonts/8f12d55c3cd4af39cd25.ttf) format("truetype"), url(.././fonts/8a48ee50d3a908054ceb.woff) format("woff"), url(../images/icomoon.49e0629b7a083f462492.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cadre-bas:before {
  content: "\e917";
}

.icon-cadre-haut:before {
  content: "\e918";
}

.icon-pinterest:before {
  content: "\e91a";
}

.icon-twitter:before {
  content: "\e919";
}

.icon-bars:before {
  content: "\e916";
}

.icon-times:before {
  content: "\e915";
}

.icon-arrow-circle-down:before {
  content: "\e900";
}

.icon-arrow-circle-left:before {
  content: "\e901";
}

.icon-arrow-circle-right:before {
  content: "\e902";
}

.icon-arrow-circle-up:before {
  content: "\e903";
}

.icon-arrowup:before {
  content: "\e904";
}

.icon-chevron-bas:before {
  content: "\e905";
}

.icon-chevron-droite:before {
  content: "\e906";
}

.icon-chevron-gauche:before {
  content: "\e907";
}

.icon-chevron-haut:before {
  content: "\e908";
}

.icon-clock:before {
  content: "\e909";
}

.icon-envelope:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-faq:before {
  content: "\e90c";
}

.icon-instagram:before {
  content: "\e90d";
}

.icon-linkedin:before {
  content: "\e90e";
}

.icon-map:before {
  content: "\e90f";
}

.icon-phone:before {
  content: "\e910";
}

.icon-search:before {
  content: "\e911";
}

.icon-shopping-cart:before {
  content: "\e912";
}

.icon-truck:before {
  content: "\e913";
}

.icon-user:before {
  content: "\e914";
}
