/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html *, body * {
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  font-family: "montserrat", sans-serif;
  color: #063C4D;
}

main {
  position: relative;
  margin-top: 115px;
}

.upp {
  text-transform: uppercase;
}

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

p {
  color: #063C4D;
  margin-bottom: 12px;
}

strong {
  font-weight: bolder;
}

h1, .style-h1 {
  font-size: clamp(45px, 5vw, 72px);
  line-height: 1.2em;
  font-family: "atrament-web", sans-serif;
  font-weight: 700;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
h1 strong,
h1 em, .style-h1 strong,
.style-h1 em {
  font-weight: 800;
  font-size: inherit;
  color: var(--page-color);
}
@media screen and (max-width: 400px) {
  h1, .style-h1 {
    font-size: 40px;
  }
}

h2, .style-h2 {
  font-size: clamp(38px, 5vw, 48px);
  line-height: 1.2em;
  font-family: "atrament-web", sans-serif;
  font-weight: 700;
  margin: 0;
  display: block;
}
h2 strong,
h2 em, .style-h2 strong,
.style-h2 em {
  font-weight: 800;
  font-size: inherit;
  font-style: italic;
  color: var(--page-color);
}

h3, .style-h3 {
  font-size: clamp(26px, 5vw, 32px);
  line-height: 1.1em;
  font-family: "atrament-web", sans-serif;
  font-weight: 700;
  margin: 0;
  display: block;
}
h3 strong,
h3 em, .style-h3 strong,
.style-h3 em {
  font-weight: 800;
  font-size: inherit;
  font-style: italic;
  color: var(--page-color);
}

h4, .style-h4 {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
  display: block;
}

h5, .style-h5 {
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #FF7E66;
  font-weight: 400;
  margin: 0;
  display: block;
}

h6, .style-h6 {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
  display: block;
  padding: 20px;
  position: relative;
}
h6::before, .style-h6::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FF7E66;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
}

ul, ol {
  padding: 0 0 0 20px;
  list-style: disc;
  margin: 20px 0;
}
ul li:not(:last-child), ol li:not(:last-child) {
  margin-bottom: 10px;
}

p a {
  color: #FF6268;
  text-decoration: underline;
  opacity: 1;
}
@media screen and (min-width: 900px) {
  p a:hover {
    opacity: 0.5;
  }
}

.htg-flex {
  display: flex;
  align-items: center;
}
.htg-flex.gap10 {
  gap: 10px;
}
.htg-flex.gap20 {
  gap: 20px;
}
.htg-flex.gap30 {
  gap: 30px;
}
.htg-flex.gap40 {
  gap: 40px;
}
.htg-flex.gap60 {
  gap: 60px;
}
@media screen and (max-width: 600px) {
  .htg-flex.gap60 {
    gap: 30px;
  }
}
.htg-flex.gap80 {
  gap: 80px;
}
@media screen and (max-width: 600px) {
  .htg-flex.gap80 {
    gap: 40px;
  }
}
.htg-flex.flex-wrap-wrap {
  flex-wrap: wrap;
}
.htg-flex.justify-content-space-between {
  justify-content: space-between;
}
.htg-flex.justify-content-center {
  justify-content: center;
}
.htg-flex.flex-direction-column {
  flex-direction: column;
}
.htg-flex.flex-direction-row {
  flex-direction: row;
}
.htg-flex.align-items-flex-start {
  align-items: flex-start;
}
.htg-flex.align-items-inherit {
  align-items: inherit;
}

.htg-color-white {
  color: white;
}

.htg-color-pink {
  color: #FF6268;
}

.htg-color-orange {
  color: #FF7E66;
}

.htg-color-turquoise {
  color: #509797;
}

.htg-upp {
  text-transform: uppercase;
}

.htg-swiper-navigation {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 40px;
  margin: 50px 0px 0;
}
.htg-swiper-navigation .htg-swiper-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border: solid 2px #063C4D;
  border-radius: 100%;
  position: relative;
}
.htg-swiper-navigation .htg-swiper-button::after {
  display: none;
}
.htg-swiper-navigation .htg-swiper-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -5px;
  background-color: rgba(6, 60, 77, 0.2);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: all ease 0.3s;
}
.htg-swiper-navigation .htg-swiper-button svg {
  transform: scale(0.8);
}
@media screen and (min-width: 900px) {
  .htg-swiper-navigation .htg-swiper-button:hover::before {
    transition: all ease 0.3s;
    background-color: rgba(255, 98, 104, 0.2);
  }
}
.htg-swiper-navigation .htg-swiper-button.swiper-button-prev {
  transform: scaleX(-1);
}

.htg-container {
  max-width: 1400px;
  padding: 0 20px;
  margin: auto;
}

.htg-btn {
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding: 0 0 0 20px;
  margin-top: 20px;
  display: inline-block;
  color: #063C4D;
}
.htg-btn svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 10px;
  width: 13px;
  height: 11px;
  transition: all ease 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 900px) {
  .htg-btn:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #FCB056 0%, #FF7E66 30%, #FF6268 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .htg-btn:hover svg {
    transform: rotate(-35deg) scale(3) translateY(-50%);
    opacity: 0.3;
    left: 20px;
    z-index: 1;
    margin-top: 9px;
    transition: all ease 0.3s;
  }
  .htg-btn.htg-btn-white:hover {
    background: linear-gradient(90deg, white 0%, white 30%, white 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .htg-btn.htg-btn-white:hover svg {
    z-index: 1;
  }
}
.htg-btn.htg-btn-white {
  color: white;
}

main div.wpforms-container-full input[type=date],
main div.wpforms-container-full input[type=datetime],
main div.wpforms-container-full input[type=datetime-local],
main div.wpforms-container-full input[type=email],
main div.wpforms-container-full input[type=month],
main div.wpforms-container-full input[type=number],
main div.wpforms-container-full input[type=password],
main div.wpforms-container-full input[type=range],
main div.wpforms-container-full input[type=search],
main div.wpforms-container-full input[type=tel],
main div.wpforms-container-full input[type=text],
main div.wpforms-container-full input[type=time],
main div.wpforms-container-full input[type=url],
main div.wpforms-container-full input[type=week],
main div.wpforms-container-full select,
main div.wpforms-container-full textarea,
main .wp-core-ui div.wpforms-container-full input[type=date],
main .wp-core-ui div.wpforms-container-full input[type=datetime],
main .wp-core-ui div.wpforms-container-full input[type=datetime-local],
main .wp-core-ui div.wpforms-container-full input[type=email],
main .wp-core-ui div.wpforms-container-full input[type=month],
main .wp-core-ui div.wpforms-container-full input[type=number],
main .wp-core-ui div.wpforms-container-full input[type=password],
main .wp-core-ui div.wpforms-container-full input[type=range],
main .wp-core-ui div.wpforms-container-full input[type=search],
main .wp-core-ui div.wpforms-container-full input[type=tel],
main .wp-core-ui div.wpforms-container-full input[type=text],
main .wp-core-ui div.wpforms-container-full input[type=time],
main .wp-core-ui div.wpforms-container-full input[type=url],
main .wp-core-ui div.wpforms-container-full input[type=week],
main .wp-core-ui div.wpforms-container-full select,
main .wp-core-ui div.wpforms-container-full textarea {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.062745098);
  padding: 15px 20px;
  height: auto;
}
main .wpforms-container .wpforms-field,
main .wp-core-ui div.wpforms-container .wpforms-field {
  padding: 10px 0;
}
main div.wpforms-container-full .wpforms-field-label,
main .wp-core-ui div.wpforms-container-full .wpforms-field-label {
  margin: 0 0 10px 0;
}
main div.wpforms-container-full input[type=checkbox]::before,
main div.wpforms-container-full input[type=radio]::before {
  border: solid 1px #063C4D;
}
main div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  display: flex;
}
main div.wpforms-container-full input[type=submit],
main div.wpforms-container-full button[type=submit],
main div.wpforms-container-full .wpforms-page-button,
main .wp-core-ui div.wpforms-container-full input[type=submit],
main .wp-core-ui div.wpforms-container-full button[type=submit],
main .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding: 0 0 0 20px;
  margin: 20px 0 0 auto;
  display: inline-block;
  color: #063C4D;
  border: none;
}
main div.wpforms-container-full input[type=submit]::before,
main div.wpforms-container-full button[type=submit]::before,
main div.wpforms-container-full .wpforms-page-button::before,
main .wp-core-ui div.wpforms-container-full input[type=submit]::before,
main .wp-core-ui div.wpforms-container-full button[type=submit]::before,
main .wp-core-ui div.wpforms-container-full .wpforms-page-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 10px;
  width: 13px;
  height: 11px;
  transition: all ease 0.3s;
  pointer-events: none;
  background: transparent url(../../assets/svg/coeur-btn.svg) no-repeat center center/100%;
}
@media screen and (min-width: 900px) {
  main div.wpforms-container-full input[type=submit]:hover,
  main div.wpforms-container-full button[type=submit]:hover,
  main div.wpforms-container-full .wpforms-page-button:hover,
  main .wp-core-ui div.wpforms-container-full input[type=submit]:hover,
  main .wp-core-ui div.wpforms-container-full button[type=submit]:hover,
  main .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #FCB056 0%, #FF7E66 30%, #FF6268 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  main div.wpforms-container-full input[type=submit]:hover::before,
  main div.wpforms-container-full button[type=submit]:hover::before,
  main div.wpforms-container-full .wpforms-page-button:hover::before,
  main .wp-core-ui div.wpforms-container-full input[type=submit]:hover::before,
  main .wp-core-ui div.wpforms-container-full button[type=submit]:hover::before,
  main .wp-core-ui div.wpforms-container-full .wpforms-page-button:hover::before {
    transform: rotate(-35deg) scale(3) translateY(-50%);
    opacity: 0.3;
    left: 30px;
    z-index: 1;
    margin-top: 9px;
    transition: all ease 0.3s;
  }
}

header#htg-header {
  padding: 20px 0;
  background-color: white;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 900;
}
header#htg-header .htg-container {
  max-width: calc(100% - 60px);
}
header#htg-header .logo-header img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
header#htg-header .header-btn {
  color: #509797;
  margin: 0;
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  transition: all ease 0.3s;
}
header#htg-header .header-btn.header-btn-orange {
  color: #FF7E66;
}
header#htg-header .header-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
  display: inline-block;
  transition: all ease 0.3s;
}
header#htg-header .header-btn:hover {
  color: #FF7E66;
  transition: all ease 0.3s;
}
header#htg-header .header-btn:hover svg path#ico-ad-shadow {
  fill: #FF7E66;
  transition: all ease 0.3s;
}

.htg-menu ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.htg-menu ul li {
  margin-bottom: 0;
}
.htg-menu ul li a {
  font-family: "atrament-web", sans-serif;
  color: #063C4D;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  transition: all ease 0.3s;
}
.htg-menu ul li a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../../assets/svg/coeur-btn.svg) no-repeat center center/100%;
  margin-right: 5px;
}
.htg-menu ul li a:hover {
  color: #FCB056;
  transition: all ease 0.3s;
}
.htg-menu ul li.current_page_item a,
.htg-menu ul li.current-menu-item a {
  color: #FCB056;
  transition: all ease 0.3s;
}

.lien-menu-mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  header#htg-header .access-adherent {
    display: none;
  }
  .menu-principal {
    opacity: 0;
    overflow: scroll;
    background-color: #FBF7F5;
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    height: 100vh;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 100px 40px 40px 40px;
    transition: all ease 0.3s;
  }
  .menu-principal ul {
    flex-direction: column;
  }
  .menu-principal ul li a {
    padding: 20px 0;
    border-bottom: solid 2px rgba(252, 176, 86, 0.1);
  }
  .menu-principal.active {
    right: 0;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .lien-menu-mobile {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .lien-menu-mobile li {
    padding: 20px 0 !important;
    border-bottom: solid 2px rgba(252, 176, 86, 0.1);
  }
  .lien-menu-mobile a {
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
  }
  .lien-menu-mobile a svg {
    width: 30px !important;
    height: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  header#htg-header .htg-container {
    max-width: unset;
  }
  .menu-principal {
    padding: 100px 20px 40px 20px;
  }
}
@media screen and (max-width: 400px) {
  .lien-menu-mobile a {
    max-width: 220px;
  }
}
.htg-button-flottant {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #063C4D;
  color: #fff;
  writing-mode: sideways-lr;
  text-align: center;
  padding: 1rem 0.4rem;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  cursor: pointer;
  z-index: 800;
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
}
.htg-button-flottant svg {
  display: inline-block;
  vertical-align: text-bottom;
  transform: rotate(-90deg);
  margin: 0px 2px 10px 0;
}
.htg-button-flottant:hover {
  background-color: #FF6268;
}
.htg-button-flottant:hover svg path {
  fill: white;
}
.htg-button-flottant a {
  display: flex;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  align-items: center;
  gap: 10px;
}
.htg-button-flottant a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-burger {
  display: none;
  position: relative;
}
.wrap-burger::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -6px;
  background-color: #509797;
  border-radius: 100%;
  z-index: -1;
  opacity: 0.2;
}
.wrap-burger .hamburger {
  padding: 0;
}
.wrap-burger .hamburger-box {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  display: flex;
  padding: 0;
  justify-content: center;
  background: transparent;
  border: solid 2px #063C4D;
  border-radius: 100%;
}
@media screen and (max-width: 1000px) {
  .wrap-burger {
    display: block;
    margin: auto 0 auto auto;
  }
}

.hamburger--collapse .hamburger-inner {
  top: 25px;
  background-color: #063C4D;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #063C4D;
  width: 15px;
  border-radius: 2px;
}

.hamburger-inner::before {
  top: -6px;
}

.hamburger--collapse .hamburger-inner::after {
  top: -12px;
}

.hamburger--collapse.is-active .hamburger-inner {
  top: 29px;
}

.hamburger--collapse.is-active .hamburger-inner,
.hamburger--collapse.is-active .hamburger-inner::before,
.hamburger--collapse.is-active .hamburger-inner::after {
  background-color: #063C4D;
}

.htg-basic-content {
  position: relative;
}
.htg-basic-content.htg-basic-content-center * {
  text-align: center;
}
.htg-basic-content .container {
  max-width: 800px;
  padding: 0 20px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .htg-basic-content .container {
    max-width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .htg-basic-content .container {
    max-width: 90%;
  }
}

.htg-section-couverture {
  width: calc(100% - 80px);
  margin: 12px auto;
  background-color: #FBF7F5;
  border-radius: 6px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
  .htg-section-couverture {
    width: calc(100% - 48px);
  }
}
.htg-section-couverture .htg-flex {
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .htg-section-couverture .htg-flex {
    flex-direction: column;
    gap: 0;
  }
}
.htg-section-couverture .image {
  width: 100%;
}
.htg-section-couverture .image picture {
  margin: 0 0 0 auto;
  display: flex;
}
.htg-section-couverture .image img {
  width: 100%;
  max-width: 70%;
  margin: 0 0 0 auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 630px;
  max-height: 960px;
  vertical-align: middle;
  -webkit-mask-image: url("../svg/mask-couverture.svg");
  mask-image: url("../svg/mask-couverture.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top left;
  mask-position: top left;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media screen and (max-width: 1000px) {
  .htg-section-couverture .image img {
    max-width: unset;
    min-height: unset;
    max-height: 400px;
    -webkit-mask-image: url("../svg/mask-couverture-mobile.svg");
    mask-image: url("../svg/mask-couverture-mobile.svg");
  }
}
@media screen and (max-width: 600px) {
  .htg-section-couverture .image img {
    max-height: 300px;
    -webkit-mask-position: top right;
    mask-position: top right;
    -webkit-mask-size: 120%;
    mask-size: 120%;
  }
}
.htg-section-couverture .content {
  width: 100%;
  max-width: 460px;
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media screen and (min-width: 1680px) {
  .htg-section-couverture .content {
    max-width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .htg-section-couverture .content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .htg-section-couverture .content {
    position: unset;
    width: 100%;
    max-width: unset;
    padding: 24px;
  }
}
.htg-section-couverture .htg-box-content {
  width: 100%;
  max-width: 50%;
  position: absolute;
  bottom: -60px;
  right: 60px;
}
@media screen and (max-width: 1400px) {
  .htg-section-couverture .htg-box-content {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .htg-section-couverture .htg-box-content {
    position: relative;
    width: 100%;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: -40px;
    margin-top: -40px;
    padding: 0 20px;
  }
}
.htg-section-couverture .htg-box-content .htg-flex {
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  .htg-section-couverture .htg-box-content .htg-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.htg-section-couverture .htg-box-content .htg-flex > a {
  border-radius: 6px;
  min-height: 345px;
  max-width: 345px;
  width: 50%;
  display: flex;
  align-items: flex-end;
  padding: 0 40px 50px 40px;
  background-size: 80%;
  background-position: 100% 20px;
  background-repeat: no-repeat;
  transition: all ease 0.3s;
}
@media screen and (max-width: 1400px) {
  .htg-section-couverture .htg-box-content .htg-flex > a {
    padding: 0 20px 30px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .htg-section-couverture .htg-box-content .htg-flex > a {
    max-height: unset;
    min-height: unset;
    max-width: unset;
    width: 96%;
    padding: 20px 0 20px 60px;
    background-size: 80px;
    background-position: 20px 10px;
  }
}
.htg-section-couverture .htg-box-content .htg-flex > a h3 {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
}
@media screen and (max-width: 600px) {
  .htg-section-couverture .htg-box-content .htg-flex > a h3 {
    font-size: 20px;
  }
}
.htg-section-couverture .htg-box-content .htg-flex > a h3 span {
  font-family: "montserrat", sans-serif;
  display: block;
}
.htg-section-couverture .htg-box-content .htg-flex > a:nth-child(1) {
  background-color: #FF7E66;
  background-image: url(../../assets/svg/bg-box-content-1.svg);
}
@media screen and (min-width: 900px) {
  .htg-section-couverture .htg-box-content .htg-flex > a:nth-child(1):hover {
    background-color: #ff6447;
    transition: all ease 0.3s;
  }
}
.htg-section-couverture .htg-box-content .htg-flex > a:nth-child(2) {
  background-color: #FCB056;
  background-image: url(../../assets/svg/bg-box-content-2.svg);
}
@media screen and (min-width: 900px) {
  .htg-section-couverture .htg-box-content .htg-flex > a:nth-child(2):hover {
    background-color: #fba238;
    transition: all ease 0.3s;
  }
}

.section-couverturecouleur {
  width: calc(100% - 80px);
  margin: 12px auto;
  background-color: #FBF7F5;
  border-radius: 6px;
  min-height: 500px;
  padding: 0 0 60px 60px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-image: url(../../assets/svg/deco-couv.svg);
  background-repeat: no-repeat;
  background-size: 900px;
  background-position: right top;
}
@media screen and (max-width: 1000px) {
  .section-couverturecouleur {
    width: calc(100% - 48px);
    background-size: 600px;
    padding: 20px;
  }
}
.section-couverturecouleur .content {
  width: 100%;
  max-width: 610px;
}
@media screen and (max-width: 900px) {
  .section-couverturecouleur .content {
    padding: 0 20px;
  }
}
.section-couverturecouleur h1, .section-couverturecouleur h2, .section-couverturecouleur h3, .section-couverturecouleur h4, .section-couverturecouleur h5, .section-couverturecouleur h6, .section-couverturecouleur p, .section-couverturecouleur a, .section-couverturecouleur span, .section-couverturecouleur li {
  color: white;
}
.section-couverturecouleur span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.section-couverturecouleur.light-bg {
  background-image: url(../../assets/svg/deco-couv-light.svg);
}
.section-couverturecouleur.light-bg h1, .section-couverturecouleur.light-bg h2, .section-couverturecouleur.light-bg h3, .section-couverturecouleur.light-bg h4, .section-couverturecouleur.light-bg h5, .section-couverturecouleur.light-bg h6, .section-couverturecouleur.light-bg p, .section-couverturecouleur.light-bg a, .section-couverturecouleur.light-bg span, .section-couverturecouleur.light-bg li {
  color: #063C4D;
}
.section-couverturecouleur.dark-bg h1, .section-couverturecouleur.dark-bg h2, .section-couverturecouleur.dark-bg h3, .section-couverturecouleur.dark-bg h4, .section-couverturecouleur.dark-bg h5, .section-couverturecouleur.dark-bg h6, .section-couverturecouleur.dark-bg p, .section-couverturecouleur.dark-bg a, .section-couverturecouleur.dark-bg span, .section-couverturecouleur.dark-bg li {
  color: white;
}
.section-couverturecouleur p {
  margin-top: 20px;
}

.section-redirectionimage {
  margin: 80px auto;
}
.section-redirectionimage .image {
  width: 100%;
  max-width: 710px;
  position: relative;
  padding: 0 0 0 20px;
}
.section-redirectionimage .image span.deco {
  display: block;
  width: 260px;
  height: 280px;
  background: url(../../assets/svg/deco-redirection.svg) no-repeat center center/100%;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .section-redirectionimage .image span.deco {
    width: 200px;
    height: 220px;
  }
}
.section-redirectionimage .image img {
  width: 100%;
  height: auto;
  min-height: 450px;
  vertical-align: middle;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .section-redirectionimage .image img {
    min-height: 300px;
    border-radius: 0 10px 10px 0;
    margin-left: -20px;
  }
}
@media screen and (max-width: 900px) {
  .section-redirectionimage .image {
    max-width: 90%;
    padding: 0 20px;
    margin: 0 auto 0 0;
  }
}
.section-redirectionimage .htg-basic-content {
  width: 100%;
  max-width: 510px;
  margin: auto 0;
  padding: 0 20px 0 30px;
}
@media screen and (max-width: 900px) {
  .section-redirectionimage .htg-basic-content {
    max-width: unset;
  }
}
.section-redirectionimage .liste-liens {
  list-style: none;
  padding: 0;
}
.section-redirectionimage .liste-liens li a {
  display: block;
  background: linear-gradient(180deg, #FBF7F5 0%, #FBF7F5 100%);
  padding: 20px 0 20px 30px;
  transition: all ease 0.3s;
  border-radius: 6px;
  text-transform: uppercase;
  font-family: "atrament-web", sans-serif;
  color: #063C4D;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.section-redirectionimage .liste-liens li a svg {
  margin-left: 10px;
}
@media screen and (min-width: 900px) {
  .section-redirectionimage .liste-liens li a:hover {
    background: linear-gradient(180deg, #509797 0%, #68afaf 100%);
    color: white;
    padding: 20px 0 20px 40px;
    transition: all ease 0.3s;
  }
  .section-redirectionimage .liste-liens li a:hover svg path {
    fill: white;
  }
}
@media screen and (max-width: 900px) {
  .section-redirectionimage .htg-flex {
    flex-direction: column;
  }
}

.section-cartescouleurs {
  margin: 80px auto;
}
.section-cartescouleurs .htg-basic-content {
  padding: 0 30px !important;
  text-wrap: balance;
}
.section-cartescouleurs .htg-basic-content h1, .section-cartescouleurs .htg-basic-content h2, .section-cartescouleurs .htg-basic-content h3, .section-cartescouleurs .htg-basic-content h4, .section-cartescouleurs .htg-basic-content h5, .section-cartescouleurs .htg-basic-content h6 {
  margin-bottom: 10px;
}
.section-cartescouleurs .wrap-carte {
  max-width: 1080px;
  margin: 40px auto 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .section-cartescouleurs .wrap-carte {
    padding: 0 30px;
  }
}
.section-cartescouleurs .carte {
  height: auto;
  align-items: stretch;
  margin: 0;
  width: 100%;
  max-width: calc(33.3333333333% - 20px);
  padding: 30px;
  border-radius: 6px;
  align-content: flex-end;
  min-height: 260px;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .section-cartescouleurs .carte {
    width: 100%;
    max-width: unset;
    min-height: 200px;
  }
}
.section-cartescouleurs .carte.carte-1, .section-cartescouleurs .carte.carte-7 {
  background-image: url(../../assets/svg/deco-carte-1.svg);
  background-size: 100%;
  transition: all ease 0.3s;
}
.section-cartescouleurs .carte.carte-2, .section-cartescouleurs .carte.carte-8 {
  background-image: url(../../assets/svg/deco-carte-2.svg);
  background-size: 100%;
  transition: all ease 0.3s;
}
.section-cartescouleurs .carte.carte-3, .section-cartescouleurs .carte.carte-9 {
  background-image: url(../../assets/svg/deco-carte-3.svg);
  background-size: 100%;
  transition: all ease 0.3s;
}
.section-cartescouleurs .carte.carte-4, .section-cartescouleurs .carte.carte-10 {
  background-image: url(../../assets/svg/deco-carte-4.svg);
  background-size: 100%;
  transition: all ease 0.3s;
}
.section-cartescouleurs .carte.carte-5, .section-cartescouleurs .carte.carte-11 {
  background-image: url(../../assets/svg/deco-carte-5.svg);
  background-size: 100%;
  transition: all ease 0.3s;
}
.section-cartescouleurs .carte.carte-6, .section-cartescouleurs .carte.carte-12 {
  background-image: url(../../assets/svg/deco-carte-6.svg);
  background-size: 100%;
  transition: all ease 0.3s;
}
.section-cartescouleurs .carte svg {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(-45deg);
  z-index: 10;
  width: 24px;
  height: 24px;
  transition: all ease 0.3s;
}
.section-cartescouleurs .carte svg path {
  fill: white;
}
@media screen and (min-width: 900px) {
  .section-cartescouleurs .carte:hover {
    background-size: 120%;
    transition: all ease 0.3s;
  }
  .section-cartescouleurs .carte:hover svg {
    transform: rotate(0);
    transition: all ease 0.3s;
  }
}
.section-cartescouleurs .carte.light-bg h1, .section-cartescouleurs .carte.light-bg h2, .section-cartescouleurs .carte.light-bg h3, .section-cartescouleurs .carte.light-bg h4, .section-cartescouleurs .carte.light-bg h5, .section-cartescouleurs .carte.light-bg h6, .section-cartescouleurs .carte.light-bg p, .section-cartescouleurs .carte.light-bg a, .section-cartescouleurs .carte.light-bg span, .section-cartescouleurs .carte.light-bg li {
  color: #063C4D;
  margin-bottom: 10px;
}
.section-cartescouleurs .carte.light-bg path {
  fill: #063C4D;
}
.section-cartescouleurs .carte.dark-bg h1, .section-cartescouleurs .carte.dark-bg h2, .section-cartescouleurs .carte.dark-bg h3, .section-cartescouleurs .carte.dark-bg h4, .section-cartescouleurs .carte.dark-bg h5, .section-cartescouleurs .carte.dark-bg h6, .section-cartescouleurs .carte.dark-bg p, .section-cartescouleurs .carte.dark-bg a, .section-cartescouleurs .carte.dark-bg span, .section-cartescouleurs .carte.dark-bg li {
  color: white;
  margin-bottom: 10px;
}
.section-cartescouleurs .carte span {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.section-cartescouleurs .carte p {
  margin-top: 0;
}

.section-contenusimple {
  margin: 80px auto;
}

.htg-basic-content .container {
  position: relative;
  z-index: 10;
  max-width: 700px;
}
@media screen and (max-width: 900px) {
  .htg-basic-content .container {
    padding: 0 60px;
  }
}
.htg-basic-content .container::before {
  content: "";
  z-index: -1;
  display: block;
  width: 460px;
  height: 400px;
  background: url(../../assets/svg/coeur.svg) no-repeat center center/100%;
  position: absolute;
  top: 10px;
  left: -200px;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .htg-basic-content .container::before {
    width: 200px;
    height: 200px;
    left: -70px;
    top: 50px;
  }
}
.htg-basic-content h2, .htg-basic-content h3, .htg-basic-content h4, .htg-basic-content h5, .htg-basic-content h6 {
  margin: 0 0 10px 0;
}

.section-nombre {
  background-color: #FF6268;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .section-nombre {
    padding: 60px 0;
  }
}
.section-nombre .htg-container {
  width: calc(100% - 80px);
}
@media screen and (max-width: 1000px) {
  .section-nombre .htg-container .header-nombre {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .section-nombre .htg-container .header-nombre div:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .section-nombre .htg-container {
    width: calc(100% - 60px);
  }
}
.section-nombre .forme-nombre {
  pointer-events: none;
  position: absolute;
}
.section-nombre .forme-nombre img {
  width: 50%;
  height: auto;
}
.section-nombre .forme-nombre-top {
  top: 0;
  right: 0;
}
.section-nombre .forme-nombre-bottom {
  bottom: 0;
  left: 0;
}
.section-nombre .htg-box {
  background: white;
  border-radius: 6px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .section-nombre .htg-box {
    padding: 40px 20px;
  }
}
.section-nombre .htg-nombres {
  margin-top: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .section-nombre .htg-nombres {
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: center;
  }
}
.section-nombre .htg-nombres .item {
  position: relative;
  text-align: center;
  width: 100%;
}
.section-nombre .htg-nombres .item:nth-child(1) .wrap-nombre svg path {
  fill: #509797;
}
.section-nombre .htg-nombres .item:nth-child(2) .wrap-nombre svg path {
  fill: #FF6268;
}
.section-nombre .htg-nombres .item:nth-child(3) .wrap-nombre svg path {
  fill: #FF7E66;
}
.section-nombre .htg-nombres .item:nth-child(4) .wrap-nombre svg path {
  fill: #FCB056;
}
@media screen and (max-width: 1000px) {
  .section-nombre .htg-nombres .item {
    width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .section-nombre .htg-nombres .item {
    width: 100%;
    max-width: 100%;
  }
}
.section-nombre .htg-nombres .htg-nombre {
  display: block;
  line-height: 1;
  font-weight: 800;
  color: #063C4D;
  position: relative;
}
.section-nombre .htg-nombres p {
  margin: 10px 0 0 0;
}
.section-nombre .no-margin {
  margin-top: 0;
}
.section-nombre .wrap-nombre {
  position: relative;
  display: inline-flex;
  width: auto;
}
.section-nombre .wrap-nombre svg {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 50px;
  height: 42px;
}
.section-nombre .mobile-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .section-nombre .mobile-only {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
  }
}

.section-relationactualites {
  background-color: #FBF7F5;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.section-relationactualites .forme-relation-bottom {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.section-relationactualites .forme-relation-bottom img {
  vertical-align: middle;
  width: 60%;
  height: auto;
}
.section-relationactualites .date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.2509803922);
}
.section-relationactualites .image img {
  width: 100%;
  height: auto;
  max-height: 200px;
  min-height: 200px;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-relationactualites .inner {
  padding: 20px 20px 30px 20px;
  background-color: white;
}
.section-relationactualites .post-categories {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.section-relationactualites .post-categories li a {
  border: solid 1px #FCB056;
  padding: 2px 10px;
  color: #FCB056;
  border-radius: 6px;
  font-size: 12px;
  display: inline-flex;
  text-transform: lowercase;
  transition: all ease 0.3s;
}
.section-relationactualites .post-categories li a:hover {
  color: white !important;
  transition: all ease 0.3s;
  cursor: pointer;
}
.section-relationactualites .wrap-actus-relation {
  max-width: 1100px;
  margin: 40px auto 30px auto;
  padding: 0 40px;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .section-relationactualites .wrap-actus-relation {
    flex-direction: column;
    max-width: 580px;
  }
}
@media screen and (max-width: 600px) {
  .section-relationactualites .wrap-actus-relation {
    flex-direction: column;
    max-width: 450px;
  }
}
.section-relationactualites .header-relation {
  max-width: 600px;
  margin: auto;
  padding: 0 20px;
}
.section-relationactualites .header-relation h2 {
  margin-bottom: 10px;
}
.section-relationactualites article {
  width: 100%;
  max-width: calc(33.3333333333% - 14px);
  align-self: stretch;
  background: white;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .section-relationactualites article {
    max-width: 100%;
  }
}
.section-relationactualites article.is-hidden {
  display: none;
}
.section-relationactualites article > a:hover img {
  opacity: 0.5;
  transition: all ease 0.3s;
}

#htg-load-more {
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  padding: 0 0 0 20px;
  margin-top: 20px;
  display: inline-block;
  color: #063C4D;
  border: none;
  background-color: transparent;
}
#htg-load-more svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-right: 10px;
  width: 13px;
  height: 11px;
  transition: all ease 0.3s;
}
@media screen and (min-width: 900px) {
  #htg-load-more:hover {
    cursor: pointer;
    background: linear-gradient(90deg, #FCB056 0%, #FF7E66 30%, #FF6268 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  #htg-load-more:hover svg {
    transform: rotate(-35deg) scale(3) translateY(-50%);
    opacity: 0.3;
    left: 20px;
    z-index: 1;
    margin-top: 9px;
    transition: all ease 0.3s;
  }
}

.htg-articles-filter {
  margin-top: 24px;
  flex-wrap: wrap;
  display: flex;
  padding: 0 20px;
}
.htg-articles-filter button {
  border: solid 1px #FCB056;
  padding: 2px 10px;
  color: #FCB056;
  background-color: transparent;
  border-radius: 6px;
  font-size: 12px;
  display: inline-flex;
  text-transform: lowercase;
  transition: all ease 0.3s;
}
.htg-articles-filter button[data-category=all].active, .htg-articles-filter button[data-category=all]:hover {
  color: #063C4D !important;
  background-color: #FCB056 !important;
  border-color: #FCB056 !important;
  transition: all ease 0.3s;
  cursor: pointer;
}
.htg-articles-filter button.active, .htg-articles-filter button:hover {
  color: white !important;
  transition: all ease 0.3s;
  cursor: pointer;
}

.section-relationactualites.relationactualites-shortcode .header-relation {
  max-width: 1000px;
}

.section_relationpartenaire {
  margin: 80px auto;
}
.section_relationpartenaire .header-relation {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.section_relationpartenaire .header-relation h2 {
  margin-bottom: 10px;
}
.section_relationpartenaire .mobile-only {
  display: none;
}
@media screen and (max-width: 600px) {
  .section_relationpartenaire .mobile-only {
    display: flex;
    animation: scroll-x-invers 10s linear infinite;
  }
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: 12rem;
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

.htg-logo-marquee {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px auto 0;
  max-width: 100vw;
  position: relative;
}
.htg-logo-marquee::after {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  background: transparent; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, transparent, white); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.htg-logo-marquee::before {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  background: transparent; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, transparent, white); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.logo-marquee-wrap {
  background-color: #FBF7F5;
  padding: 20px;
  border-radius: 6px;
}

.logo-marquee-wrap img {
  display: grid;
  place-items: center;
  width: var(--size);
  fill: var(--color-text);
  aspect-ratio: 16/9;
  padding: calc(var(--size) / 10);
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transform: scale(1);
  transition: all ease 0.3s;
}

.logo-marquee-wrap a:hover img {
  opacity: 0.5;
  transform: scale(1.1);
  transition: all ease 0.3s;
}

.htg-logo-marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
}

.logo-marquee-content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}
@media screen and (max-width: 900px) {
  .logo-marquee-content {
    animation: scroll-x 20s linear infinite;
  }
}
@media screen and (max-width: 600px) {
  .logo-marquee-content {
    animation: scroll-x 10s linear infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-content {
    animation-play-state: paused;
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
@keyframes scroll-x-invers {
  from {
    transform: translateX(var(--scroll-end));
  }
  to {
    transform: translateX(var(--scroll-start));
  }
}
.section-colonnes {
  margin: 120px 0;
  padding: 0 40px;
}
@media screen and (max-width: 600px) {
  .section-colonnes {
    margin: 60px 0;
  }
}
.section-colonnes .htg-container {
  max-width: 1100px;
}
.section-colonnes.texte-image .htg-flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
  .section-colonnes.texte-image .htg-flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .section-colonnes .htg-flex {
    flex-direction: column;
  }
  .section-colonnes .htg-flex .image {
    margin-bottom: 20px;
  }
}
.section-colonnes .image {
  width: 100%;
  max-width: 480px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .section-colonnes .image {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .section-colonnes .image {
    max-width: 100%;
  }
}
.section-colonnes .image span.deco {
  display: block;
  width: 260px;
  height: 280px;
  background: url(../../assets/svg/deco-redirection.svg) no-repeat center center/100%;
  position: absolute;
  bottom: -40px;
  left: -80px;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  .section-colonnes .image span.deco {
    width: 200px;
    height: 220px;
  }
}
.section-colonnes .image img {
  width: 100%;
  height: auto;
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 1000px) {
  .section-colonnes .image img {
    min-height: 350px;
  }
}
.section-colonnes .content {
  width: 100%;
}

.section_relationequipe {
  margin: 80px auto;
}
@media screen and (max-width: 1000px) {
  .section_relationequipe .htg-container {
    padding-left: 60px;
    padding-right: 0;
  }
}
.section_relationequipe .header-relation {
  max-width: 1220px;
  margin: auto;
  padding: 0 20px;
}
.section_relationequipe .header-relation h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .section_relationequipe .swiper {
    position: relative;
  }
  .section_relationequipe .swiper::after {
    content: "";
    display: block;
    width: 150px;
    height: 100%;
    background: transparent;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, transparent, white);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
.section_relationequipe .swiper-slide {
  padding: 20px 10px 30px 30px;
  border-radius: 6px;
  margin-top: 50px;
  background: #FBF7F5 url(../../assets/svg/deco-team.svg) no-repeat bottom center/100%;
  align-self: stretch;
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 1000px) {
  .section_relationequipe .swiper-slide {
    font-size: 23px;
  }
}
@media screen and (min-width: 1000px) {
  .section_relationequipe .swiper-slide {
    width: calc(33.3333333333% - 20px);
    max-width: calc(33.3333333333% - 20px);
  }
}
.section_relationequipe .swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: -50px auto 16px 0;
  vertical-align: middle;
  padding: 0;
  border: solid 6px #FBF7F5;
}
@media screen and (min-width: 1000px) {
  .section_relationequipe .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.section_relationequipe .swiper-wrapper h5 {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .section_relationequipe .swiper-wrapper h5 {
    font-size: 14px;
  }
}

.section_relationequipe.section_relationconseil .swiper-wrapper {
  flex-wrap: initial;
}

.section_relationequipe.section_relationconseil .swiper-slide {
  width: 350px;
  max-width: 350px;
}

.section_relationequipe.section_relationconseil .swiper {
  position: relative;
}
.section_relationequipe.section_relationconseil .swiper::after {
  content: "";
  display: block;
  width: 150px;
  height: 100%;
  background: transparent;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, transparent, white);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.section-icones {
  padding: 80px 30px;
  background-color: #FBF7F5;
}
@media screen and (max-width: 1000px) {
  .section-icones .header-icones {
    flex-direction: column;
    text-align: center;
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .section-icones .header-icones {
    text-align: left;
  }
}
.section-icones .header-icones div {
  width: 100%;
}
.section-icones .wrap-icones {
  max-width: 1000px;
  flex-wrap: wrap;
  margin: 80px auto 0;
}
.section-icones .wrap-icones .item {
  width: 100%;
  max-width: 450px;
  background-color: white;
  padding: 0 30px 50px 30px;
  border-radius: 6px;
  align-self: stretch;
  margin-bottom: 40px;
}
.section-icones .wrap-icones .item .icone {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  border: solid 5px white;
  margin-top: -40px;
  margin-bottom: 20px;
}
.section-icones .wrap-icones .item .icone img {
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.section-icones .wrap-icones .item .htg-basic-content p, .section-icones .wrap-icones .item .htg-basic-content a, .section-icones .wrap-icones .item .htg-basic-content li, .section-icones .wrap-icones .item .htg-basic-content span, .section-icones .wrap-icones .item .htg-basic-content h1, .section-icones .wrap-icones .item .htg-basic-content h2, .section-icones .wrap-icones .item .htg-basic-content h3, .section-icones .wrap-icones .item .htg-basic-content h4, .section-icones .wrap-icones .item .htg-basic-content h5, .section-icones .wrap-icones .item .htg-basic-content h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: unset;
  color: #063C4D;
}

.section-faq {
  padding: 80px 30px;
  background-color: #FBF7F5;
  position: relative;
}
.section-faq .wrap-page-contact {
  position: relative;
  z-index: 5;
}
.section-faq .forme-faq {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 20%;
}
@media screen and (max-width: 1000px) {
  .section-faq .forme-faq {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .section-faq .forme-faq {
    width: 40%;
  }
}
.section-faq .forme-faq img {
  width: 100%;
  height: auto;
}
.section-faq .forme-faq.forme-faq-top {
  top: 0;
  left: 0;
}
.section-faq .forme-faq.forme-faq-bottom {
  bottom: 0;
  right: 0;
}
.section-faq .header-faq {
  position: relative;
  z-index: 5;
  flex-direction: column;
  text-align: center;
  max-width: 700px;
  margin: auto;
}
.section-faq .header-faq h2 {
  margin-bottom: 0;
}
.section-faq .header-faq div {
  width: 100%;
}
.section-faq .wrap-faq {
  position: relative;
  z-index: 5;
  max-width: 900px;
  flex-wrap: wrap;
  margin: 40px auto 60px;
}
.section-faq .item {
  width: 100%;
  margin: 10px auto 0;
  position: relative;
  z-index: 10;
}
.section-faq .item details {
  padding: 0px 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .section-faq .item details {
    padding: 0;
  }
}
.section-faq .item details:hover {
  cursor: pointer;
}
.section-faq .item summary {
  color: #063C4D;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  display: inline-flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  transition: all ease 0.3s;
  width: 100%;
  /*remove icon safari*/
  padding-left: 0;
  background-image: none;
  -webkit-appearance: none;
}
.section-faq .item summary strong {
  width: 100%;
}
.section-faq .item summary span {
  width: 100%;
  max-width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
}
.section-faq .item summary span::after {
  content: "";
  border: 2px;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #FF7E66;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
  opacity: 1;
}
.section-faq .item summary span::before {
  content: "";
  border: 2px;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FF7E66;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease 0.3s;
}
.section-faq .item details > summary {
  list-style: none;
}
.section-faq .item details[open] summary {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.section-faq .item details[open] summary span::before, .section-faq .item details[open] summary span::after {
  background-color: #063C4D;
  transition: all ease 0.3s;
}
.section-faq .item details[open] summary span::after {
  opacity: 0;
  transition: all ease 0.3s;
}
.section-faq .item details > div {
  margin-bottom: 10px;
}
.section-faq .item details > div:last-child {
  margin-bottom: 0;
}
.section-faq .item summary::-webkit-details-marker {
  display: none;
}

.section-formulaire {
  margin: 80px auto;
  padding: 0 40px;
}
.section-formulaire .wrap-form {
  max-width: 900px;
  margin: auto;
}

.section-redirectioncouleur {
  background: #FF7E66;
  background: linear-gradient(to bottom, #FF7E66, #FFA999);
  width: calc(100% - 80px);
  margin: 80px auto;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .section-redirectioncouleur {
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .section-redirectioncouleur {
    padding: 20px;
  }
}
.section-redirectioncouleur .deco {
  display: block;
  width: auto;
  height: calc(100% + 120px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  right: -55px;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .section-redirectioncouleur .deco {
    opacity: 0.2 !important;
  }
}
.section-redirectioncouleur .card {
  background-color: white;
  display: flex;
  width: 100%;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 20px 60px;
  min-height: 300px;
}
@media screen and (max-width: 1000px) {
  .section-redirectioncouleur .card {
    padding: 30px;
  }
}
.section-redirectioncouleur .card .inner {
  margin: auto auto auto 0;
  width: auto;
  max-width: 600px;
  width: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .section-redirectioncouleur .card .inner {
    margin: auto;
    width: 100%;
  }
}
.section-redirectioncouleur .card span {
  margin: 0 0 10px auto;
  display: block;
  font-weight: 500;
}
.section-redirectioncouleur .card .htg-basic-content {
  position: relative;
}
.section-redirectioncouleur .card .htg-basic-content svg {
  position: absolute;
  top: 6px;
  right: -40px;
  transform: rotate(-45deg);
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 1000px) {
  .section-redirectioncouleur .card .htg-basic-content svg {
    top: -30px;
    right: 0;
  }
}
.section-redirectioncouleur .card .htg-basic-content p, .section-redirectioncouleur .card .htg-basic-content li, .section-redirectioncouleur .card .htg-basic-content a, .section-redirectioncouleur .card .htg-basic-content h1, .section-redirectioncouleur .card .htg-basic-content h2, .section-redirectioncouleur .card .htg-basic-content h3, .section-redirectioncouleur .card .htg-basic-content h4, .section-redirectioncouleur .card .htg-basic-content h5, .section-redirectioncouleur .card .htg-basic-content h6 {
  color: #063C4D;
  text-transform: uppercase;
  font-family: "atrament-web", sans-serif;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.section-redirectioncouleur .card .htg-basic-content a {
  color: #FF7E66;
  text-decoration: underline;
}
.section-redirectioncouleur .card .htg-basic-content a:hover {
  color: #FF6268;
  opacity: 1;
}

#htg-couverture-user {
  background-color: #FBF7F5;
}

#htg-dashboard {
  margin: 40px auto;
  max-width: 800px;
}

#htg-message-alerte .htg-alert-message {
  padding: 20px;
  background-color: #FCB056;
  border-radius: 4px;
}
#htg-message-alerte .htg-alert-message p {
  color: white;
  margin-bottom: 0;
}
#htg-message-alerte .htg-alert-message p::before {
  content: "!";
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 1px white;
  margin-right: 10px;
  text-align: center;
  line-height: 20px;
  justify-content: center;
  align-items: center;
}

#htg-user-info {
  padding: 50px;
  background-color: #FF6268;
  background: linear-gradient(to right, #ff9599, #FF6268);
  background: -moz-linear-gradient(to right, #ff9599, #FF6268);
}
#htg-user-info .htg-user-info-list {
  background-color: white;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 60px 40px 40px 40px;
  position: relative;
}
#htg-user-info .htg-user-info-list .style-h3 {
  width: 100%;
}
#htg-user-info .htg-info-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  width: auto;
  max-width: calc(16.6666666667% - 20px);
  min-width: 185px;
}
#htg-user-info .htg-user-info {
  position: relative;
}
#htg-user-info .htg-user-info .htg-info-item-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
#htg-user-info .htg-user-info .htg-info-item-btn .htg-btn-modifier {
  padding: 12px;
  background-color: white;
  border: none;
}
#htg-user-info .htg-user-info .htg-info-item-btn .htg-btn-modifier svg path {
  stroke: #063C4D;
}

.htg-form-user-info {
  background-color: white;
  border-radius: 6px;
  padding: 40px;
}
.htg-form-user-info .htg-form-group {
  margin-bottom: 20px;
}
.htg-form-user-info .htg-form-submit {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.htg-form-user-info .htg-form-submit button {
  padding: 10px 20px;
}

.htg-success-message {
  padding: 15px;
  background-color: #509797;
  border: none;
  border-radius: 4px;
  color: white;
  margin-bottom: 20px;
}
.htg-success-message p {
  color: white;
  margin-bottom: 0;
}

#htg-documents-user .carte svg {
  transform: unset !important;
  margin: 0 !important;
}
#htg-documents-user .carte:hover svg {
  transform: scale(1.4) !important;
  transform-origin: top right !important;
}
#htg-documents-user .doc-type {
  border: 0.5px solid white;
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
  width: auto;
  display: inline-flex;
}
#htg-documents-user .carte.light-bg .doc-type {
  color: #063C4D;
  border-color: #063C4D;
}
#htg-documents-user .carte.light-bg svg path {
  stroke: #063C4D;
}
#htg-documents-user .carte.light-bg svg rect {
  fill: #063C4D;
}

@media screen and (max-width: 600px) {
  #htg-form-login-wpforms .section-formulaire {
    padding: 0;
  }
}

.htg-login-form {
  background-color: #FBF7F5;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .htg-login-form {
    flex-direction: column;
    padding: 20px 40px;
  }
}
.htg-login-form .wrap-content {
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .htg-login-form .wrap-content {
    padding: 20px 0;
  }
}
.htg-login-form .wrap-form {
  width: 100%;
  max-width: 600px;
  background-color: #063C4D;
  padding: 100px 40px;
  border-radius: 6px;
  background-image: url(../../assets/svg/deco-carte-6.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  .htg-login-form .wrap-form {
    max-width: unset;
    padding: 40px;
  }
}
@media screen and (max-width: 600px) {
  .htg-login-form .wrap-form {
    padding: 20px;
  }
}
.htg-login-form .wrap-form label {
  color: white !important;
}
.htg-login-form .wrap-form p strong a {
  font-weight: 600;
}

main div.wpforms-container-full .wpforms-form .wpforms-error-container {
  background-color: #FF7E66;
  border-radius: 4px;
  padding: 10px;
  color: white;
  margin-bottom: 20px;
}
main div.wpforms-container-full .wpforms-form .wpforms-error-container p {
  color: white;
  margin-bottom: 0;
}

footer {
  max-width: calc(100% - 60px);
  border-radius: 6px;
  margin: 120px auto 0;
  padding: 150px 0 100px 0;
  background-color: #063C4D;
  position: relative;
}
@media screen and (max-width: 1000px) {
  footer {
    margin: 160px auto 0;
    max-width: unset;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
footer .deco-footer {
  position: absolute;
  top: -150px;
  left: -30px;
}
@media screen and (max-width: 1000px) {
  footer .deco-footer {
    left: 0;
  }
}
footer .htg-box-content {
  width: 100%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  footer .htg-box-content {
    margin-top: 60px;
    position: unset;
    transform: unset;
  }
}
footer .htg-box-content .htg-flex {
  flex-direction: row;
}
@media screen and (max-width: 1000px) {
  footer .htg-box-content .htg-flex {
    flex-direction: column;
    gap: 20px;
  }
}
footer .htg-box-content .htg-flex > a {
  border-radius: 6px;
  width: auto;
  display: flex;
  justify-content: center;
  padding: 25px 20px;
  text-align: center;
  transition: all ease 0.3s;
}
footer .htg-box-content .htg-flex > a h3 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
}
footer .htg-box-content .htg-flex > a h3 svg {
  margin-left: 10px;
}
footer .htg-box-content .htg-flex > a:nth-child(1) {
  background-color: #FCB056;
}
@media screen and (min-width: 900px) {
  footer .htg-box-content .htg-flex > a:nth-child(1):hover {
    background-color: #fba238;
  }
}
footer .htg-box-content .htg-flex > a:nth-child(2) {
  background-color: #FF7E66;
}
@media screen and (min-width: 900px) {
  footer .htg-box-content .htg-flex > a:nth-child(2):hover {
    background-color: #ff6447;
    transition: all ease 0.3s;
  }
}
footer .htg-container {
  max-width: 1000px;
}
footer p, footer li, footer a {
  color: white;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  font-family: "atrament-web", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: all ease 0.3s;
}
footer p strong a {
  text-decoration: none !important;
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 6px;
}
@media screen and (max-width: 1000px) {
  footer p strong a {
    text-align: center;
    display: inline-flex;
  }
}
footer p strong a::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../assets/svg/arrow-turquoise.svg) no-repeat center center/100%;
}
footer .menus-footer {
  margin: 0;
}
@media screen and (max-width: 1000px) {
  footer .menus-footer {
    flex-direction: column;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
  }
  footer .menus-footer ul li a {
    text-align: center;
    display: block;
  }
}
footer .wrap-menus-footer {
  gap: 100px;
}
@media screen and (max-width: 1000px) {
  footer .wrap-menus-footer {
    flex-direction: column;
    gap: 60px;
  }
}
footer .logo-footer img {
  width: 90%;
  height: auto;
  max-width: 350px;
  display: block;
  margin: auto;
}

.footer-mentions {
  max-width: calc(100% - 60px);
  margin: 10px auto;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .footer-mentions .htg-flex {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-mentions p, .footer-mentions a {
  text-transform: uppercase;
  text-decoration: none;
  color: #063C4D;
  font-size: 12px;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .footer-mentions p, .footer-mentions a {
    text-align: center;
  }
}
.footer-mentions a:hover {
  color: #FF6268;
  opacity: 1;
}