@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap");
.maincolor {
  color: #272454;
}

.sndcolor {
  color: #F8AD3B;
}

.thirdcolor {
  color: #FF594B;
}

.dark {
  color: #747474;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #272454;
}

.garagecolor {
  color: #ED6A68;
}

.bgmain {
  background: #272454;
}

.bgsnd {
  background: #F8AD3B;
}

.bgthird {
  background: #FF594B;
}

.bgdark {
  background: #747474;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #747474;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #272454;
}

.bgservices {
  background: #958EC4;
}

.bggarage {
  background: #ED6A68;
}

html, body {
  color: #272454;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
* {
  font-family: "Montserrat", sans-serif;
}

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

.heading {
  font-family: "Roboto Slab", sans-serif;
}
.heading > a {
  font-family: "Roboto Slab", sans-serif;
}
.heading--n1 {
  font-size: clamp(1.875rem, 1.238rem + 2.791vw, 3.75rem);
  font-weight: 500;
  letter-spacing: calc(clamp(1.875rem, 1.238rem + 2.791vw, 3.75rem) * -1 / 100);
  line-height: clamp(2.188rem, 1.487rem + 3.07vw, 4.25rem);
}
.heading--n2 {
  font-size: clamp(1.875rem, 1.535rem + 1.488vw, 2.875rem);
  font-weight: 500;
  letter-spacing: calc(clamp(1.875rem, 1.535rem + 1.488vw, 2.875rem) * -1 / 100);
  line-height: clamp(2.188rem, 1.721rem + 2.047vw, 3.563rem);
}
.heading--n3 {
  font-size: clamp(1.875rem, 1.62rem + 1.116vw, 2.625rem);
  font-weight: 200;
  letter-spacing: calc(clamp(1.875rem, 1.62rem + 1.116vw, 2.625rem) * -1 / 100);
  line-height: clamp(2.313rem, 1.994rem + 1.395vw, 3.25rem);
}
.heading--n4 {
  font-size: clamp(1.25rem, 1.123rem + 0.558vw, 1.61rem);
  font-weight: 600;
  line-height: clamp(1.625rem, 1.476rem + 0.651vw, 2.063rem);
}

span {
  line-height: inherit;
}

hr {
  border: none;
  height: 4px;
  width: 85px;
  background: #ED6A68;
  opacity: 1;
}

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

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

.label {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.1px;
}

.f-14 {
  font-size: 14px !important;
}

.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: 14px 22px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  border-radius: 31px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #272454;
  color: white;
  border: 1px solid #272454;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #272454;
  border: 1px solid #272454;
}
.btn--main-outline {
  background: #FFFFFF;
  color: #272454;
  border: 1px solid #272454;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #272454;
  color: #FFFFFF;
  border: 1px solid #272454;
}
.btn--white {
  background: #FFFFFF;
  color: #272454;
  border: 1px solid #FFFFFF;
}
.btn--white:hover, .btn--white:focus, .btn--white:active {
  background: transparent;
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
}

form {
  position: relative;
}
form label {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
form input {
  border: 1px solid #FFFFFF;
  height: fit-content;
  padding: 5px 0;
  color: #FFFFFF;
  background: transparent;
  display: block;
  width: 100%;
  margin: 13px 0 30px 0;
  border-radius: 27px;
  padding: 14px 19px;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #272454;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #FFFFFF;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #272454;
  background: #F8AD3B;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
form textarea::placeholder {
  color: #F8AD3B;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  margin-block: 12px;
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form 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);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}

.fil_arianne {
  border-top: solid 1px #EFEFEF;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 768px) {
  .rank-math-breadcrumb {
    display: block;
    padding-bottom: 15px;
  }
}
.rank-math-breadcrumb p {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.rank-math-breadcrumb a, .rank-math-breadcrumb .last {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.24px;
  color: #646195;
  text-decoration: none;
}
.rank-math-breadcrumb .last {
  color: #272454;
}
.rank-math-breadcrumb .separator {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  color: #FFFFFF;
}
.rank-math-breadcrumb .separator::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/red-chevron.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 0;
}

.clickable {
  position: relative;
}

.clickable-parent::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.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: #272454;
  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: #272454;
}
.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: #272454;
  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;
  }
}

.hero {
  padding-block: 75px;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .hero {
    padding-block: 30px 156px;
  }
}
@media screen and (min-width: 1600px) {
  .hero {
    padding-block: 88px 156px;
  }
}
.hero__background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 1400px) {
  .hero__background {
    height: auto;
  }
}
.hero__background picture, .hero__background img {
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
@media screen and (min-width: 1400px) {
  .hero__background picture, .hero__background img {
    height: auto;
  }
}

.activites {
  padding-block: 100px 56px;
  position: relative;
}
.activites__background {
  position: absolute;
  top: 100px;
  left: calc(50% - 960px);
  overflow: hidden;
  border-top-right-radius: 183px;
  z-index: -1;
}
.activites .heading {
  padding-top: 53px;
  position: relative;
  margin-bottom: 21px;
}
.activites .heading::before {
  content: "";
  display: block;
  width: 68px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("../images/title-before.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.activites__radio-wrapper {
  margin-top: 41px;
  padding: 8px;
  background: #DEDEDE;
  border-radius: 48px;
  margin-bottom: 80px;
  width: fit-content;
  margin-inline: auto;
}
.activites__radio {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 12px 20px;
  display: block;
  border-radius: 48px;
}
.activites__radio.actif {
  background: #272454;
  color: #FFFFFF;
}
.activites__radio:not(.actif):hover {
  opacity: 0.7;
}
.activites__card {
  background: #FFFFFF;
  padding: 100px 16px;
  margin-bottom: 32px;
  border-top: solid 8px #F8AD3B;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.3s;
}
.activites__card.ressourcerie {
  border-color: #F8AD3B;
}
.activites__card.jardin {
  border-color: #A6CA60;
}
.activites__card.garage {
  border-color: #ED6A68;
}
.activites__card.patrimoine {
  border-color: #5886BB;
}
.activites__card.blanchisserie {
  border-color: #40B7AD;
}
.activites__card.services {
  border-color: #958EC4;
}
.activites__card.main {
  border-color: #272454;
}
.activites__card:hover .activites__card__back, .activites__card:active .activites__card__back, .activites__card:focus .activites__card__back {
  transition: 0.3s;
  height: 100%;
  opacity: 1;
}
.activites__card:hover .activites__card__back > *, .activites__card:active .activites__card__back > *, .activites__card:focus .activites__card__back > * {
  height: auto;
  display: block;
}
.activites__card__front img {
  max-height: 103px;
  width: auto;
}
.activites__card__back {
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 16px;
  padding: 35px 37px;
}
.activites__card__back > * {
  height: 0;
  display: block;
}

.identite {
  padding-block: 0px 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .identite {
    padding-block: 66px 122px;
  }
}
.identite .heading--n1 {
  padding-top: 53px;
  position: relative;
  margin-bottom: 21px;
}
.identite .heading--n1::before {
  content: "";
  display: block;
  width: 68px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: url("../images/title-before-garage.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.identite__citation-wrapper {
  margin-top: 50px;
  gap: 40px;
}
@media screen and (min-width: 576px) {
  .identite__citation-wrapper {
    gap: 100px;
    margin-top: 112px;
  }
}
.identite__citation__img {
  width: 100px;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  .identite__citation__img {
    width: auto;
  }
}
.identite__citation {
  position: relative;
  margin-bottom: 73px;
}
.identite__citation::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background: #C6C6C6;
}
@media screen and (min-width: 576px) {
  .identite__citation::before {
    left: -45px;
  }
}
.identite__picture {
  position: absolute;
  bottom: 0;
  left: calc(50% - 970px);
  z-index: -1;
}

.reseaux {
  padding-block: 98px;
  position: relative;
}
.reseaux::before {
  content: "";
  display: block;
  width: 380px;
  height: 405px;
  background-image: url("../images/reseaux.png");
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: calc(50% - 959px);
}
.reseaux__title {
  display: flex;
  gap: 61px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .reseaux__title {
    margin-bottom: 0;
  }
}
.reseaux__title::before {
  content: url("../images/arrow-main.svg");
  margin-top: 15px;
}
.reseaux .footer__list-socials {
  margin-top: 20px;
  padding-top: 30px;
  width: fit-content;
  border-top: solid 1px #FFFFFF;
}

.actus {
  padding-block: 80px;
  position: relative;
  margin-bottom: 121px;
}
.actus::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../images/motif-actus.png");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: -1;
}
.actus__card {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.actus__card:focus-within, .actus__card:hover {
  transition: 0.3s;
  transform: translate(5px, 5px);
}
.actus__card__content {
  padding: 32px 37px;
  background: #FFFFFF;
}
.actus__card__thumbnail {
  height: 200px;
  overflow: hidden;
}
.actus__card__thumbnail img {
  object-fit: cover;
  object-position: center center;
}

.offres {
  position: relative;
  padding-block: 143px;
}
.offres__background {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 183px;
  border-top-right-radius: 183px;
  overflow: hidden;
  z-index: -1;
}
.offres__background::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(88, 134, 187, 0.8);
  min-height: 400px;
}
.offres__background img {
  object-fit: cover;
  min-height: 400px;
}
.offres__title {
  display: flex;
  gap: 61px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .offres__title {
    margin-bottom: 0;
  }
}
.offres__title::before {
  content: url("../images/arrow-snd.svg");
  margin-top: 15px;
}
.offres__card {
  background: #FFFFFF;
  padding: 32px 40px 40px 40px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.offres__card:focus-within, .offres__card:hover {
  transition: 0.3s;
  transform: translate(5px, 5px);
}
.offres__card__title {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.offres__card__arrow {
  background: #272454;
  width: 54px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  bottom: -46px;
  left: calc(50% - 26px);
  transform: translateY(-50%);
}

.newsletter {
  padding-block: 0 112px;
  position: relative;
}
.newsletter::before {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, rgba(234, 234, 234, 0.04) -0.51%, #EAEAEA 143.49%, #EAEAEA 143.49%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.newsletter__form-wrapper {
  padding: 60px 40px 52px 40px;
  margin-top: 90px;
}
.newsletter__form__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.newsletter__form__title::before {
  content: url("../images/arrow-main-big.svg");
}

.woocommerce-info {
  border-top-color: #272454 !important;
}
.woocommerce-info::before {
  color: #272454 !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: #272454;
}

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

#burger {
  background-color: transparent;
  border: none;
  height: 100px;
  cursor: pointer;
  display: flex;
  transform: scale(0.5);
  padding: 0;
  position: absolute;
  top: 10px;
  right: -25px;
}
#burger.opened {
  z-index: 100000000000;
}
#burger .line {
  fill: none;
  stroke: #272454;
  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: #272454 !important;
}
#burger.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
  stroke: #272454 !important;
}
#burger.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
  stroke: #272454 !important;
}

.header {
  padding-bottom: 19px;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: 0.3s;
}
.header > * {
  transition: 0.3s;
}

.header__logo {
  margin-block: 18px;
}
@media screen and (min-width: 1200px) {
  .header__logo img {
    transition: 0.3s;
    width: 214px;
  }
}

.header__nav {
  display: none;
  background: #FFFFFF;
  padding-top: 24px;
}
@media screen and (min-width: 1200px) {
  .header__nav {
    display: flex;
    height: 100%;
    padding-top: 0;
  }
}

.header__top-nav {
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .header__top-nav {
    gap: 0;
  }
}

.header__top-nav__item {
  font-size: 15px;
  color: #646195;
  line-height: 1.5;
  letter-spacing: 0.3px;
  padding-left: 40px;
  position: relative;
}
.header__top-nav__item:active, .header__top-nav__item:focus, .header__top-nav__item:hover {
  color: #272454;
}
@media screen and (min-width: 1200px) {
  .header__top-nav__item {
    padding-left: 0;
  }
}
.header__top-nav__item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../images/chevron-ressourcerie.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .header__top-nav__item::before {
    display: none;
  }
}

.header__top-nav__btns {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header__top-nav__btns {
    width: fit-content;
  }
}
.header__top-nav__btns .top-nav__btn {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 31px;
  margin-bottom: 16px;
  text-align: center;
  padding: 20px 13px;
}
.header__top-nav__btns .top-nav__btn::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__top-nav__btns .top-nav__btn {
    margin-bottom: 0;
    border-radius: 0;
    padding: 7px 31px;
  }
  .header__top-nav__btns .top-nav__btn.bgsnd {
    border-bottom-left-radius: 19px;
  }
  .header__top-nav__btns .top-nav__btn.bgmain {
    border-bottom-right-radius: 19px;
  }
}
.header__top-nav__btns .top-nav__btn.bgsnd {
  border: solid 1px #F8AD3B;
}
.header__top-nav__btns .top-nav__btn.bgsnd:hover, .header__top-nav__btns .top-nav__btn.bgsnd:active, .header__top-nav__btns .top-nav__btn.bgsnd:focus {
  background: transparent;
  color: #F8AD3B;
}
.header__top-nav__btns .top-nav__btn.bgmain {
  border: solid 1px #272454;
}
.header__top-nav__btns .top-nav__btn.bgmain:hover, .header__top-nav__btns .top-nav__btn.bgmain:active, .header__top-nav__btns .top-nav__btn.bgmain:focus {
  background: transparent;
  color: #272454;
}

.header__bottom-nav__item {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 1.15;
  padding-left: 30px;
  padding-bottom: 30px;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item {
    margin-bottom: 26px;
    padding-left: 0;
  }
}
.header__bottom-nav__item::before {
  content: "";
  display: block;
  width: 23px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item::before {
    width: 70%;
    height: 5px;
    top: unset;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.header__bottom-nav__item:hover {
  padding-left: 40px;
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item:hover {
    padding-left: 0;
  }
}
.header__bottom-nav__item:hover::before {
  left: 10px;
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item:hover::before {
    left: 50%;
    width: 100%;
  }
}
.header__bottom-nav__item.ressourcerie::before {
  background-image: url("../images/arrow-ressourcerie.svg");
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item.ressourcerie::before {
    background: #F8AD3B;
  }
}
.header__bottom-nav__item.jardin::before {
  background-image: url("../images/arrow-jardin.svg");
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item.jardin::before {
    background: #A6CA60;
  }
}
.header__bottom-nav__item.garage::before {
  background-image: url("../images/arrow-garage.svg");
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item.garage::before {
    background: #ED6A68;
  }
}
.header__bottom-nav__item.patrimoine::before {
  background-image: url("../images/arrow-patrimoine.svg");
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item.patrimoine::before {
    background: #5886BB;
  }
}
.header__bottom-nav__item.blanchisserie::before {
  background-image: url("../images/arrow-blanchisserie.svg");
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item.blanchisserie::before {
    background: #40B7AD;
  }
}
.header__bottom-nav__item.services::before {
  background-image: url("../images/arrow-services.svg");
}
@media screen and (min-width: 1200px) {
  .header__bottom-nav__item.services::before {
    background: #958EC4;
  }
}

.scrolled.header {
  transition: 0.3s;
  padding-bottom: 0;
}
.scrolled.header > * {
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .scrolled .header__logo img {
    transition: 0.3s;
    width: 180px;
  }
}
.scrolled .header__bottom-nav__item {
  padding-bottom: 20px;
}

.header__bottom-subnav-wrapper {
  display: none;
}
@media screen and (min-width: 992px) {
  .header__bottom-subnav-wrapper {
    position: absolute;
    background: #FFFFFF;
    width: 100vw;
    left: 0;
    bottom: 20px;
    transform: translateY(100%);
  }
}

.header__bottom-subnav {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.header__bottom-subnav .header__bottom-nav__item {
  margin-bottom: 0;
  padding-bottom: 15px;
  font-size: 16px;
  padding-left: 40px;
}
.header__bottom-subnav .header__bottom-nav__item::before {
  height: 2px;
  display: none;
}
@media screen and (min-width: 992px) {
  .header__bottom-subnav {
    flex-direction: row;
    margin: 0 auto;
  }
  .header__bottom-subnav .header__bottom-nav__item {
    font-size: 18px;
  }
}

.footer {
  background: #272454;
  color: #FFFFFF;
  padding-block: 38px;
}
.footer__logo {
  margin-inline: 53px;
  position: relative;
}
.footer__logo::before {
  content: "";
  display: block;
  width: calc(100% + 106px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #9C99C5;
}
@media screen and (min-width: 992px) {
  .footer__logo {
    margin-inline: 0;
  }
  .footer__logo::before {
    display: none;
  }
}
.footer__title {
  font-weight: 700;
  color: #958EC4;
  margin-bottom: 26px;
}
.footer .gap-30 {
  gap: 30px;
}
.footer .gap-16 {
  gap: 16px;
}
.footer .row:first-of-type {
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .footer .row:first-of-type {
    margin-bottom: 78px;
    position: relative;
  }
  .footer .row:first-of-type::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -44px;
    background-color: #9C99C5;
  }
}
.footer__list__item {
  padding-left: 40px;
  position: relative;
}
.footer__list__item::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/chevron-ressourcerie.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer__wrapper {
  width: 100%;
  position: relative;
  padding-block: 32px;
}
@media screen and (min-width: 992px) {
  .footer__wrapper {
    padding-block: 0;
  }
}
.footer__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: #9C99C5;
}
@media screen and (min-width: 992px) {
  .footer__wrapper::before {
    display: none;
  }
}

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

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

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