.maincolor {
  color: #9C0A0F;
}

.sndcolor {
  color: #EE7401;
}

.thirdcolor {
  color: #FF594B;
}

.dark {
  color: #747474;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #575656;
}

.red {
  color: #E52020;
}

.yellow {
  color: #FFB618;
}

.bgmain {
  background: #9C0A0F;
}

.bgsnd {
  background: #EE7401;
}

.bgthird {
  background: #FF594B;
}

.bgdark {
  background: #747474;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #747474;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #575656;
}

html, body {
  color: #575656;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
.w-33 {
  width: 33%;
}

* {
  font-family: "sofia-pro", sans-serif;
}

html, body {
  font-size: 16px;
  line-height: normal;
  font-style: normal;
  margin: 10px 0;
  font-weight: 400;
  color: #575656;
}

.heading {
  font-weight: 700;
}
.heading--n1 {
  font-size: clamp(1.875rem, 1.429rem + 1.19vw, 2.5rem);
  line-height: 1.3;
  letter-spacing: calc(clamp(1.875rem, 1.429rem + 1.19vw, 2.5rem) * 2 / 100);
}
.heading--n2 {
  font-size: clamp(1.5rem, 0.964rem + 1.429vw, 2.25rem);
  line-height: 1.3;
}
.heading--n3 {
  font-size: clamp(1.25rem, 1.027rem + 0.595vw, 1.563rem);
  line-height: 1.3;
}
.heading--n4 {
  font-size: clamp(1.375rem, 1.258rem + 0.514vw, 1.875rem);
}
.heading--n5 {
  font-size: clamp(1.5rem, 1.33rem + 0.744vw, 2rem);
}
.heading--big {
  font-size: 60px;
  margin-bottom: 0;
  line-height: 1;
}
.heading--before {
  position: relative;
  display: flex;
  gap: 45px;
  align-items: center;
}
.heading--before::before {
  content: "";
  display: block;
  width: 21px;
  height: 96px;
  background-image: url("../images/heading--before.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.heading--before.white::before {
  background-image: url("../images/heading--before-white.svg");
}
.heading--before.sndcolor::before {
  background-image: url("../images/heading--before-snd.svg");
}
.heading--arrow {
  position: relative;
  padding-left: 48px;
  line-height: 1;
  margin-bottom: 15px;
}
.heading--arrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 28px;
  background-image: url("../images/arrow--red.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.heading--arrow.yellow::before {
  background-image: url("../images/arrow--yellow.svg");
}

.striked {
  position: relative;
}
.striked::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 3px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  background: #FFB618;
}

span {
  line-height: inherit;
}

hr {
  border: none;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  padding: 0px;
  list-style-type: none;
}

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

hr {
  width: 84px;
  height: 4px;
  background: #FFFFFF;
  opacity: 1;
  margin-block: 30px 35px;
}
hr.white {
  background: #FFFFFF;
}

.bold {
  font-weight: 700;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f20 {
  font-size: 18px;
}

.f24 {
  font-size: 22px;
}

.f45 {
  font-size: 42px;
}

.f26 {
  font-size: 24px;
}

.bigger-text {
  font-size: 22px;
  font-weight: 700;
}

.accordion__title {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  position: relative;
  cursor: pointer;
}
.accordion__title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
  background: #575656;
}
.accordion__title::after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  background-image: url("../images/chevron-bas.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
.accordion__title.open::after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.accordion__response {
  display: none;
}

.common-list {
  padding-inline: 28px;
}
.common-list li {
  list-style-type: none;
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}
.common-list li::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../images/list-style-image.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 9px 42px 10px 25px;
  transition: 0.3s;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 50px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #9C0A0F;
  color: white;
  border: 1px solid #9C0A0F;
  background-image: url("../images/arrow--white.svg");
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-position: top 50% right 21px;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #9C0A0F;
  border: 1px solid #9C0A0F;
  background-image: url("../images/arrow--main.svg");
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-position: top 50% right 15px;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #9C0A0F;
  border: 1px solid #9C0A0F;
  background-image: url("../images/arrow--main.svg");
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-position: top 50% right 21px;
}
.btn--main-outline:hover, .btn--main-outline:active, .btn--main-outline:active {
  background-image: url("../images/arrow--white.svg");
  color: #FFFFFF;
  background-color: #9C0A0F;
}
.btn--white {
  background: #FFFFFF;
  color: #9C0A0F;
  border: 1px solid #FFFFFF;
  background-image: url("../images/arrow--main.svg");
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-position: top 50% right 21px;
}
.btn--white:hover, .btn--white:active, .btn--white:active {
  background-image: url("../images/arrow--white.svg");
  border: 1px solid #FFFFFF;
}
.btn--white.sndcolor {
  background-image: url("../images/list-style-image.svg");
  color: #EE7401;
}
.btn--white.sndcolor:hover, .btn--white.sndcolor:active, .btn--white.sndcolor:active {
  background-image: url("../images/arrow--white.svg");
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn--white-outline {
  background: transparent;
  color: white;
  border: 1px solid #FFFFFF;
  background-image: url("../images/arrow--white.svg");
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-position: top 50% right 21px;
}
.btn--white-outline:hover, .btn--white-outline:active, .btn--white-outline:active {
  background-image: url("../images/arrow--main.svg");
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #9C0A0F;
}
.btn--unstyled {
  padding: 0 29px 7px 0;
  font-weight: 200;
  color: #9C0A0F;
  border-radius: 0;
  background-image: url("../images/arrow--main.svg");
  background-size: 16px 19px;
  background-repeat: no-repeat;
  background-position: bottom 7px right 5px;
  position: relative;
}
.btn--unstyled::before {
  content: "";
  display: block;
  width: calc(100% - 5px);
  background: #9C0A0F;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 0.3s;
}
.btn--unstyled:hover, .btn--unstyled:active, .btn--unstyled:focus {
  background-position: bottom 7px right 0px;
  background-image: url("../images/list-style-type.svg");
  color: #EE7401;
}
.btn--unstyled:hover::before, .btn--unstyled:active::before, .btn--unstyled:focus::before {
  width: 100%;
  background: #EE7401;
  transition: 0.3s;
}
.btn--unstyled-text {
  color: #575656;
  background-image: url("../images/arrow--text.svg");
  background-position: top 50% right 5px;
  padding-bottom: 0;
  padding-inline: 25px;
  border: none;
  font-weight: 700;
}
.btn--unstyled-text::before {
  display: none;
}
.btn--unstyled-text:hover, .btn--unstyled-text:active, .btn--unstyled-text:focus {
  background-position: top 50% right 0px;
}

label {
  color: #575656;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  label {
    font-size: 18px;
  }
}

input {
  border: 1px solid #9C0A0F;
  height: 40px;
  padding: 5px 0;
  color: #575656;
  background: white;
  display: block;
  width: 100%;
  margin: 7px 0 15px 0;
  border-radius: 5px;
  padding: 0 15px 5px 15px;
  border-radius: 20px;
}
input:focus {
  box-shadow: none;
  border-bottom: 1px solid #9C0A0F;
  outline: none;
}
input::placeholder {
  font-size: 15px;
  color: #EE7401;
  transition: all 0.3s;
}
input:focus::placeholder {
  font-size: 12px;
}
input[type=checkbox] {
  width: 10%;
}
input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}

textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #9C0A0F;
  background: #EE7401;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
textarea::placeholder {
  color: #EE7401;
  font-size: 15px;
  transition: all 0.3s;
}
textarea:focus::placeholder {
  font-size: 14px;
}
textarea:focus::placeholder {
  font-size: 15px;
}

input[type=radio] {
  accent-color: #9C0A0F;
}

input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "sofia-pro", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #575656;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #9C0A0F;
  position: absolute;
  left: 0;
  border-radius: 20px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=submit] {
  font-size: 16px;
  text-align: center;
  line-height: 18px;
  font-family: "sofia-pro", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
  width: 130px;
  height: 33px;
  font-weight: bold;
  transition: all 0.3s;
  text-transform: uppercase;
  background: #9C0A0F;
  color: white;
  border: 1px solid #9C0A0F;
  margin: auto;
  appearance: none;
  -webkit-appareance: none;
}
input[type=submit]:hover {
  background: transparent;
  color: #9C0A0F;
  border: 1px solid #9C0A0F;
}

.form_done, .form_fail, .remplis_captcha {
  display: none;
}

#formulaire {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
#formulaire .container {
  padding: 40px;
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  #formulaire .container {
    padding: 0px 15px;
  }
}
#formulaire .formulaire_content {
  background-color: white;
  border-radius: 5px;
  padding: 40px 8%;
  position: relative;
}
#formulaire .formulaire_content #close_formulaire {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 50px;
  font-weight: lighter;
  color: #9C0A0F;
  background-color: unset;
  border: none;
}
#formulaire .formulaire_content h2 {
  position: relative;
  padding-left: 50px;
  margin: 20px auto 40px auto;
}
@media screen and (min-width: 768px) {
  #formulaire .formulaire_content h2 {
    width: max-content;
  }
}
#formulaire .formulaire_content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  height: 150%;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 31% 11%, 31% 88%, 0% 100%);
  background-color: #9C0A0F;
}
#formulaire #formulaire_content_valide {
  display: none;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 768px) {
  .rank-math-breadcrumb {
    display: block;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #9C0A0F;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #9C0A0F;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #9C0A0F;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

.woocommerce-info {
  border-top-color: #9C0A0F !important;
}
.woocommerce-info::before {
  color: #9C0A0F !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #9C0A0F;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

#burger {
  background-color: transparent;
  border: none;
  height: 50px;
  cursor: pointer;
  display: flex;
  transform: scale(0.5);
  padding: 0;
  position: absolute;
  top: 10px;
  right: -5px;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #E0D8C7;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
#burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
#burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
#burger.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #E0D8C7 !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #E0D8C7 !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #E0D8C7 !important;
}

header#top_menu {
  width: 100vw;
  position: fixed;
  z-index: 1000000000000000;
  height: 73px;
  border-bottom: 1px solid #E0D8C7;
  transition: 0.5s;
}
header#top_menu.open {
  background: black;
}
header#top_menu.open .logoContainer .baseline {
  opacity: 1;
  transition: 0.5s;
}
header#top_menu .barre {
  background: #E0D8C7;
  width: 1px;
  height: 100%;
  display: block;
  top: 0px;
  position: absolute;
  left: 50%;
}
header#top_menu::before {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: 100%;
  display: block;
  top: 0px;
  position: absolute;
  left: 25px;
}
header#top_menu::after {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: 100%;
  display: block;
  top: 0px;
  position: absolute;
  right: 25px;
}
header#top_menu.scrolled {
  background: white;
}
header#top_menu.scrolled .logoContainer .logo {
  filter: grayscale(100%) invert(100%);
}
header#top_menu.scrolled .logoContainer .baseline {
  opacity: 1;
  transition: 0.5s;
}
header#top_menu.scrolled #burger .line {
  stroke: #575656;
}
header#top_menu .logoContainer {
  height: 73px;
  display: block;
  margin: auto auto auto 23px;
  display: flex;
  z-index: 100000000000000;
  position: relative;
  width: 50%;
}
header#top_menu .logoContainer .logo {
  width: 44px;
  height: 44px;
  margin: auto 0 auto 5px;
  transition: filter 0.5s;
}
header#top_menu .logoContainer .baseline {
  margin-left: 15px;
  opacity: 0;
}
header#top_menu nav {
  height: calc(100dvh - 73px);
  width: 100vw;
  background: black;
  position: fixed;
  top: -110vh;
  z-index: 1000000;
  right: 0;
  transition: 1s;
  background-image: url(../images/menuBg.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
}
header#top_menu nav::before {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: calc(100dvh - 73px);
  display: block;
  top: 0px;
  left: 50%;
  position: absolute;
}
header#top_menu nav.open {
  transition: 0.5s;
  top: 73px;
}
header#top_menu nav img {
  position: absolute;
}
header#top_menu nav ul {
  padding-top: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
}
header#top_menu nav ul::before {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: calc(100dvh - 73px);
  display: block;
  top: -50px;
  position: absolute;
}
header#top_menu nav ul::after {
  content: "";
  background: #E0D8C7;
  width: 1px;
  height: calc(100dvh - 73px);
  display: block;
  top: -50px;
  position: absolute;
  right: 25px;
}
header#top_menu nav ul li {
  margin: 0 0 34px 0;
  padding: 0 0 0 2px;
  list-style: none;
}
header#top_menu nav ul li:nth-child(3)::after {
  content: "";
  background: #E0D8C7;
  width: 100vw;
  height: 1px;
  display: block;
  margin-top: 34px;
  margin-left: -27px;
}
header#top_menu nav ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.68px;
  text-transform: uppercase;
  color: white;
}
@media (width >= 992px) {
  header#top_menu {
    transform: translateX(-50%);
    left: 50%;
    height: 96px;
    padding: 0;
    transition: all 0.5s ease-out;
    top: 0;
  }
  header#top_menu::before {
    left: 100px;
  }
  header#top_menu::after {
    right: 100px;
  }
  header#top_menu.scrolled .headerContainer nav ul li a {
    color: #575656;
  }
  header#top_menu .headerContainer {
    height: 96px;
    display: flex;
    align-items: center;
  }
  header#top_menu .headerContainer .logoContainer {
    width: auto;
    min-width: 150px;
    margin: auto auto auto 0;
  }
  header#top_menu .headerContainer nav {
    width: unset;
    height: unset;
    position: relative;
    top: unset;
    right: unset;
    background: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    background-image: unset;
  }
  header#top_menu .headerContainer nav::after {
    display: none;
  }
  header#top_menu .headerContainer nav::before {
    display: none;
  }
  header#top_menu .headerContainer nav .logo_dk {
    display: block;
    width: 130px;
  }
  header#top_menu .headerContainer nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  header#top_menu .headerContainer nav ul::before {
    display: none;
  }
  header#top_menu .headerContainer nav ul::after {
    display: none;
  }
  header#top_menu .headerContainer nav ul li {
    list-style-type: none;
    margin: 0;
  }
  header#top_menu .headerContainer nav ul li:nth-child(3)::after {
    display: none;
  }
  header#top_menu .headerContainer nav ul li a {
    font-size: 14px;
    letter-spacing: 3.64px;
  }
}
@media (width >= 1400px) {
  header#top_menu .container-lg {
    max-width: 1320px !important;
  }
}

.header {
  padding-block: 20px;
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .header {
    padding-block: 33px;
  }
}

.footer {
  padding-block: 145px 95px;
  background: #FFFFFF;
}
.footer__main-text {
  padding-block: 70px 20px;
}
.footer a:hover, .footer a:active, .footer a:focus {
  color: #EE7401;
}
.footer__list {
  margin-block: 20px 40px;
}
.footer__list__item {
  padding-block: 20px;
  text-decoration: underline;
  display: block;
  position: relative;
  width: fit-content;
}
.footer__list__item:not(.last)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #575656;
  position: absolute;
  right: 50%;
  top: 100%;
  transform: translateX(50%);
}
@media screen and (min-width: 576px) {
  .footer__list__item:not(.last)::before {
    width: 1px;
    transform: none;
    height: 100%;
    right: 0;
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .footer__list__item:not(.last)::before {
    right: -30px;
  }
}
.footer__hr {
  width: 31px;
  height: 1px;
  background: #575656;
  margin-inline: auto;
  opacity: 1;
  margin-block: 10px;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  word-wrap: break-word;
}

.hero {
  padding-block: 250px 50px;
  position: relative;
}
@media screen and (min-width: 420px) {
  .hero {
    padding-block: 300px 50px;
  }
}
@media screen and (min-width: 576px) {
  .hero {
    padding-block: 450px 50px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding-block: 101px 173px;
  }
}
.hero::before {
  content: "";
  display: block;
  width: 133px;
  height: 79px;
  background-image: url("../images/deco-1.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(50% - 580px);
  transform: translateY(50%);
}

.hero__content {
  position: relative;
  z-index: 55;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .hero__content {
    text-align: start;
  }
}

.hero__subtitle {
  font-size: clamp(1.375rem, 1.018rem + 0.952vw, 1.875rem);
  line-height: clamp(1.875rem, 1.205rem + 1.786vw, 2.813rem);
  margin-top: 51px;
}
.hero__subtitle span {
  position: relative;
  z-index: 1;
  margin-inline: 5px;
}
.hero__subtitle span::before {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: -1;
  background: #FFFFFF;
}

.hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .hero__img {
    right: calc(50% - 800px);
    height: 100%;
    width: fit-content;
    left: unset;
  }
}
@media screen and (min-width: 1600px) {
  .hero__img {
    right: calc(50% - 960px);
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.conseiller {
  padding-block: 44px 52px;
}

.conseiller__text {
  padding-bottom: 42px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .conseiller__text::before {
    content: "";
    display: block;
    width: calc(100% + 212px);
    height: calc(100% - 50px);
    border: dotted 2px #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    pointer-events: none;
  }
}
.conseiller__text hr {
  margin-block: 35px 46px;
}
.conseiller__text .btn {
  margin-top: 46px;
}

.assurance {
  padding-block: 109px 75px;
}

.assurance__infos {
  margin-top: 68px;
}

.accordion-wrapper {
  padding-left: 48px;
  max-width: 756px;
  margin-top: 18px;
}

.accordion__response {
  padding-left: 20px;
}

.accordion__infos__details {
  padding-block: 16px;
  border-bottom: solid 1px #9C0A0F;
}
.accordion__infos__details p:not([class]) {
  margin-bottom: 0;
}

.assurance__booster-wrapper {
  margin-block: 65px 75px;
}

.assurance__booster {
  background: linear-gradient(45deg, #E52020 0%, #99090E 120%);
  border-radius: 20px;
  padding: 35px;
}
@media screen and (min-width: 1200px) {
  .assurance__booster {
    padding: 0;
  }
}

.assurance__booster__img {
  display: none;
}
@media screen and (min-width: 1200px) {
  .assurance__booster__img {
    display: block;
    flex-shrink: 0;
  }
}

.assurance__booster__text {
  padding-inline: 20px;
}
@media screen and (min-width: 1200px) {
  .assurance__booster__text {
    padding-inline: 20px 95px;
  }
}

.avantages {
  position: relative;
}
.avantages::before {
  content: "";
  display: block;
  width: 133px;
  height: 79px;
  background-image: url("../images/deco-2.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: calc(50% - 580px);
  transform: translateY(-50%);
  z-index: 2;
}

.avantages__title {
  padding-block: 65px;
  position: relative;
}
.avantages__title::before {
  content: "";
  display: block;
  width: 100dvw;
  height: 100%;
  background: #EE7401;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.avantages__details {
  margin-top: 40px;
}

.contact {
  position: relative;
  padding-block: 100px;
  margin-block: 70px 137px;
  background: #EE7401;
}
@media screen and (min-width: 992px) {
  .contact {
    padding-block: 206px 165px;
    background: transparent;
  }
  .contact::before {
    content: "";
    display: block;
    width: 1039px;
    height: 668px;
    background-image: url("../images/background-red.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    bottom: 0;
    left: calc(50% - 960px);
    z-index: -3;
  }
  .contact::after {
    content: "";
    display: block;
    width: 1319px;
    height: 668px;
    background-image: url("../images/background-orange.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
    bottom: 0;
    right: calc(50% - 960px);
    z-index: -1;
  }
}
.contact .container::before {
  content: "";
  display: block;
  width: 101px;
  height: 101px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-image: url("../images/arrow-down.svg");
  background-size: 33px 38px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-radius: 100%;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
}

.contact__img {
  display: none;
}
@media screen and (min-width: 992px) {
  .contact__img {
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 800px);
    z-index: -2;
  }
}

.contact__text {
  display: flex;
  flex-direction: column;
  gap: 49px;
}

.reassurances {
  padding-block: 0 93px;
}

.reassurances__left__item {
  padding-block: 41px 25px;
  position: relative;
}
.reassurances__left__item:first-of-type::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #575656;
  position: absolute;
  bottom: 0;
  left: 0;
}

.reassurances__right__item {
  position: relative;
  padding-block: 41px 25px;
}
.reassurances__right__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #575656;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .reassurances__right__item {
    padding-block: 41px 25px;
  }
  .reassurances__right__item::before {
    width: 1px;
    height: 100%;
    top: 25px;
    left: -58px;
  }
}

.reassurances__picto {
  flex-shrink: 0;
  max-width: 25%;
}
@media screen and (min-width: 768px) {
  .reassurances__picto {
    max-width: unset;
  }
}

.offre {
  background: linear-gradient(200deg, #E52020 0%, #99090E 80%);
}

.offre__img {
  height: 100%;
}
.offre__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

.offre__text {
  padding-block: 30px;
  padding-inline: 50px;
}
@media screen and (min-width: 992px) {
  .offre__text {
    max-width: 578px;
    padding-inline: 0;
  }
}

.popin-wrapper {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.popin-wrapper .close {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.popin-wrapper .close p {
  padding: 12px;
  font-size: 20px;
  font-weight: 200;
}

.popin {
  background: #FFFFFF;
  max-width: 80%;
  max-height: 80%;
  padding: 20px;
  margin-inline: auto;
  margin-block: 5%;
  border-radius: 10px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  padding-block: 20px;
  overflow: scroll;
}
@media screen and (min-width: 992px) {
  .popin {
    overflow-x: hidden;
  }
}
.popin .heading {
  margin-bottom: 71px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 10px 20px;
  color: #EE7401;
  border-color: #EE7401;
  border-width: 1px;
}

thead {
  background: #EE7401;
}
thead th, thead td {
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-width: 1px;
}

tbody tr:nth-child(odd) {
  background: rgba(238, 116, 1, 0.1);
}

table tr:first-child th {
  border-top: none;
}

table tr:last-child td,
table tr:last-child th {
  border-bottom: none;
}

table tr td:first-child,
table tr th:first-child {
  border-left: none;
}

table tr td:last-child,
table tr th:last-child {
  border-right: none;
}

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