@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@font-face {
  font-family: "Nexa";
  src: url("/sites/all/themes/custom/cdm_rebrand/assets/Nexa/NexaRegular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Italic";
  src: url("/sites/all/themes/custom/cdm_rebrand/assets/Nexa/Nexa-Regular-Italic.otf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Nexa Bold";
  src: url("/sites/all/themes/custom/cdm_rebrand/assets/Nexa/Nexa-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nexa Italic";
  src: url("/sites/all/themes/custom/cdm_rebrand/assets/Nexa/Nexa-XBold-Italic.otf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Nexa Black";
  src: url("/sites/all/themes/custom/cdm_rebrand/assets/Nexa/NexaBlack.otf") format("truetype");
  font-weight: 9OO;
}
body {
  font-family: "Montserrat";
}

.featured {
  position: relative;
}
.featured form {
  background-color: #ffffff;
}
.featured::after {
  position: absolute;
  content: "";
  top: 14%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../images/background-featured.svg);
  z-index: -1;
  background-size: 100% 100%;
  width: 16%;
}
.featured .card {
  background: none !important;
}

.bloc-footer {
  position: relative;
}
.bloc-footer::before {
  position: absolute;
  content: "";
  top: -100px;
  left: -30px;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../images/background2.svg);
  z-index: -1;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.bg-pink {
  background-color: #e7004c;
  color: #ffffff;
}
.bg-pink:hover {
  background-color: #e7004c !important;
  color: #ffffff;
}

.bg-light-blue {
  background-color: #e9f5ff;
  color: #0071ce;
}
.bg-light-blue:hover {
  background-color: #e9f5ff !important;
  color: #0071ce;
}

.bg-blue {
  background-color: #0071ce;
}

.btn,
.btn-primary {
  border: 0px;
  font-size: 13px;
}
.btn.btn-icon,
.btn-primary.btn-icon {
  padding-left: 38px;
  background-position: 11px center;
  background-repeat: no-repeat;
}
.btn.btn-arrow,
.btn-primary.btn-arrow {
  background-image: url(../images/icons/login.svg);
}
.btn.btn-user,
.btn-primary.btn-user {
  background-image: url(../images/icons/tag-user.svg);
}

.dropdown-menu {
  padding: 0;
  font-size: 11.5px !important;
  border: 1px solid #e7004c;
  background-color: #e7f3fd;
  border-radius: 4px;
}
.dropdown-menu li {
  color: #4e4b66;
}
.dropdown-menu li a {
  padding: 0.5rem 1rem;
}
.dropdown-menu li a:hover {
  background: #262338 !important;
  color: #ffffff;
}

.menu-principal {
  background: rgba(0, 113, 206, 0.5);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.menu-principal .list-univers {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.menu-principal .list-univers li {
  display: table-cell;
  position: relative;
  padding: 1.5rem 0;
}
.menu-principal .list-univers li a {
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  font-weight: 600;
  font-size: 0.8vw;
  padding: 0.75vw 1.5vw;
  margin: 1rem;
  border-radius: 5px;
  text-decoration: none;
}
.menu-principal .list-univers li a:hover, .menu-principal .list-univers li a.active {
  background-color: #0071ce;
  border: 1px solid #0071ce;
}
.menu-principal .banner-subcategories {
  display: flex;
  list-style: none;
  margin: 0;
  justify-content: space-between;
}
.menu-principal .banner-subcategories li {
  display: table-cell;
  position: relative;
  padding: 1.4rem 0;
}
.menu-principal .banner-subcategories li a {
  color: #ffffff;
  font-size: 0.9rem;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}
.menu-principal .banner-subcategories li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 5px;
  background-color: #e7004c;
  top: 0;
  left: -1rem;
  bottom: 0;
}

.navbar .container-fluid.humberger {
  display: none;
}
.navbar .container-fluid .navbar-brand {
  width: 30%;
}
.navbar .container-fluid .navbar-brand img {
  margin-top: 15px;
}

nav.menu-mobile {
  display: none;
}
nav .navbar-brand img {
  width: 50%;
}
nav .nav-item {
  margin-right: 14px;
}
nav .dropdown {
  margin-right: 14px;
}
nav .navbar-nav {
  display: flex;
  align-items: flex-end;
}
nav .search-form .form-item {
  float: left;
  margin: 0px !important;
}
nav .search-form .form-item input {
  margin-right: 14px;
  width: 300px;
  color: #a0a3bd !important;
  background: transparent;
  border: 1px solid #ced4da;
  padding: 0.375rem 1.75rem;
  border-radius: 0.25rem;
}
nav .search-form .form-actions {
  float: left;
  margin: 0px !important;
}

.site-head {
  position: relative;
}
.site-head .carousel.mobile {
  display: none;
}
.site-head .carousel-inner {
  position: relative;
}
.site-head .carousel-inner .en-savoir {
  position: absolute;
  bottom: 130px;
  padding: 8px 8px;
  font-size: 12px;
  max-width: 170px;
}
.site-head .carousel-inner .en-savoir.action-left {
  right: 70%;
}
.site-head .carousel-inner .en-savoir.action-right {
  left: 70%;
}
.site-head .carousel-inner .en-savoir.action-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.site-head .menu-principal {
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.site-head .carousel-control-prev-icon {
  background-color: #e7004c;
  border-radius: 4px;
}
.site-head .carousel-control-next,
.site-head .carousel-control-prev {
  opacity: 1;
}
.site-head .carousel-control-next-icon {
  background-color: #e7004c;
  border-radius: 4px;
}

.card-body {
  background-color: white;
}
.card-body .links {
  display: grid;
  justify-content: space-evenly;
  margin-bottom: 2%;
}
.card-body .links a {
  padding: 0.7vw 1vw;
  background-color: #0071ce;
  color: white;
  text-decoration: none;
  border-radius: 8px;
}
.card-body .row {
  margin: 6%;
}
.card-body .navigation_item > header {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #e9f5ff;
  background: #0071ce;
  border-radius: 8px 8px 0px 0px;
  padding: 32px 8px 32px 24px;
}
.card-body .navigation_item > header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 16%;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/vector.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}

.formClient {
  font-family: "Montserrat";
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 24px;
  gap: 10px;
}
.formClient .phone-wrapper {
  display: flex;
  align-items: center;
}
.formClient .indicatif-select {
  width: 90px;
  padding-left: 34px;
  line-height: 22px;
  background-repeat: no-repeat;
  background-position: 6px center;
  background-size: 20px 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0px;
  cursor: pointer;
}
.formClient .indicatif-select option {
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 20px 14px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
}
.formClient #edit-submitted-tel {
  padding-left: 5px;
  margin-top: 0;
}
.formClient input {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #a0a3bd !important;
  padding-left: 9%;
  background: transparent;
}
.formClient .input-pref {
  position: relative;
}
.formClient .input-pref input,
.formClient .input-pref select {
  background-color: transparent;
}
.formClient .input-pref::before {
  position: absolute;
  content: "";
  top: 0;
  left: 2%;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 3% center;
  width: 10%;
}
.formClient .input-nom::before {
  background-image: url(../images/icons/profile.svg);
}
.formClient .input-prenom::before {
  background-image: url(../images/icons/profile.svg);
}
.formClient .input-tel::before {
  background-image: url(../images/arrow-chevron-down.svg);
  left: 72px;
  background-size: 30%;
}
.formClient .input-email::before {
  background-image: url(../images/icons/sms.svg);
}
.formClient .input-cin::before {
  background-image: url(../images/icons/card.svg);
}
.formClient .input-message::before {
  background-image: url(../images/icons/menu.svg);
  background-position: 3% 8% !important;
}
.formClient .select {
  width: 100%;
}
.formClient .select::before {
  background-image: url(../images/icons/menu.svg);
}
.formClient .select select {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #a0a3bd;
  padding-left: 9%;
}
.formClient .client {
  display: inline-flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.formClient .client div {
  padding-top: 4%;
}
.formClient .client div label {
  font-weight: 400;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: black;
}
.formClient .client .radio {
  display: inline-flex;
  padding-left: 14%;
}
.formClient .client .radio .form-type-radio {
  display: inline-flex;
  padding-right: 25%;
}
.formClient .client .radio .form-type-radio input {
  height: 18px;
  background: #0071ce;
  border: 1px solid #0071ce;
  margin-right: 5%;
}
.formClient .client .radio .form-type-radio label {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.25px;
}
.formClient .client .form-input {
  align-items: center;
  padding: 8px 16px;
  background: #fcfcfc;
  border: 1px solid #d9d;
}
.formClient .general-condition div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
}
.formClient .general-condition div input {
  margin-right: 3%;
  background: #e9f5ff;
  border: 1px solid #0071ce;
  border-radius: 4px;
}
.formClient .general-condition div label {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #6e7191;
  text-align: left;
}
.formClient .general-condition div label a {
  color: #e7004c;
  text-decoration: none;
}
.formClient .form-actions,
.formClient .BtnValidate {
  width: 100%;
}
.formClient .form-actions input.form-submit,
.formClient .BtnValidate input.form-submit {
  width: 100%;
  background-color: #0071ce;
  color: #e6f0f2 !important;
  border: none;
  border-radius: 8px;
  padding: 11px 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.node-type-ecorpo::after {
  content: none !important;
}

.ecorpo {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.ecorpo-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 16px 24px;
  gap: 10px;
  border-radius: 16px;
  background: linear-gradient(89.89deg, rgba(255, 255, 255, 0) 0.09%, rgba(231, 0, 76, 0.1) 99.98%);
  border: 1px solid rgba(231, 0, 76, 0.08);
}
.ecorpo-service .ecorpo-icon-description {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ecorpo-service .ecorpo-service-decription h1 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.8px;
  color: #4f4f4f;
  text-align: left;
}
.ecorpo-service .ecorpo-service-decription p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  margin: 0;
  color: #4f4f4f;
}
.ecorpo-service .ecorpo-mail {
  padding: 8px 16px 8px 16px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 22px 22px 22px 22px;
  align-items: center;
  display: flex;
  background: linear-gradient(91.6deg, #ff6497 1.35%, #e7004c 100%);
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
}
.ecorpo-service .ecorpo-mail h1 {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  line-height: 10px;
  text-align: left;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .ecorpo-service {
    flex-direction: column;
  }
}

.ecorpo-content {
  padding: 16px 24px 16px 24px;
  background: rgba(0, 113, 206, 0.02);
  border: 1px solid rgba(0, 113, 206, 0.08);
  border-radius: 16px;
}
.ecorpo-content .ecorpo-cards {
  margin-bottom: 5rem;
  --bs-gutter-y: 7.5rem !important;
}
.ecorpo-content .title_ecorpo {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #4e4b66;
  margin-bottom: 1rem;
}
.ecorpo-content .ecorpo-description {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  margin-bottom: 2rem;
  color: #4f4f4f;
}
.ecorpo-content .header-video {
  display: flex;
  justify-content: right;
  height: 50px;
  padding: 12px 24px 12px 24px;
  gap: 10px;
  border-radius: 10px 10px 0px 0px;
  background: linear-gradient(180deg, #c6def4 0%, rgba(225, 237, 249, 0.3) 142.73%);
}
.ecorpo-content .card-video {
  padding: 4px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 3px;
}
.ecorpo-content .card-video:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, rgba(231, 0, 76, 0.1), rgba(231, 0, 76, 0.1));
  border: 1.5px solid;
  border-image-source: linear-gradient(360deg, rgba(231, 0, 76, 0.04) 0%, rgba(231, 0, 76, 0) 100%);
  box-shadow: 0px -3px 6px 0px rgba(231, 0, 76, 0.11) inset;
  padding: 4px;
  border-radius: 40px;
  height: FIT-CONTENT;
  width: auto;
}
.ecorpo-content .card-video p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #e7004c;
  text-decoration: none;
  margin: 0;
}
.ecorpo-content .card-body {
  padding: 44px 24px 24px 24px;
  gap: 4px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0px 6px 10px 0px rgba(0, 113, 206, 0.1490196078);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ecorpo-content .title-card {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  color: #0f2845;
}
.ecorpo-content .card-description {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  color: #4f4f4f;
}
.ecorpo-content .card-icon {
  margin-top: -75px;
  height: 60px;
  width: 60px;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog.ecorpo-modal {
    max-width: 592px;
    margin: 5.75rem auto;
  }
}
@media (max-width: 575px) {
  .modal-dialog.ecorpo-modal {
    margin-top: 5rem;
  }
  .modal-dialog.ecorpo-modal #youtubeVideo {
    max-width: 100%;
  }
}
.ecorpo-modal .modal-header {
  padding: 10px 10px 0;
  border-bottom: none;
}

.ecorpo-modal .close {
  border: none;
}

.row-cards {
  margin-top: -2%;
  display: flex;
  flex-wrap: wrap;
}

.card {
  padding: 0px;
  height: 100%;
  box-shadow: 0px 4px 24px 17px rgba(24, 92, 255, 0.08);
  border-radius: 8px;
}
.card .carousel-item a {
  text-decoration: none;
}
.card .card-header {
  height: 100px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  color: #e9f5ff;
  background: #0071ce;
  border-radius: 8px 8px 0px 0px;
  padding: 16px 8px 10px 35px;
}
.card .card-header .title {
  display: flex;
  flex-direction: column;
}
.card .card-header .title .title-center {
  margin: 5%;
}
.card .card-header .title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 2%;
  position: relative;
}
.card .card-header .title span::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -8%;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/vector.svg);
  background-repeat: no-repeat;
}
.card .card-header .title small {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.card .card-body {
  padding: 0px;
}
.card .card-body .img-conso {
  border-radius: 0px 0px 8px 8px;
}
.card .card-body .img-fluid {
  width: 100%;
}

.catalogue h1 {
  font-family: "Nexa Black";
  text-transform: uppercase;
}
.catalogue a {
  text-decoration: none;
}
.catalogue .etiquette .card::after {
  background-image: url(../images/card.png);
  background-size: 53%;
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  right: -1px;
  background-position: right top;
  background-repeat: no-repeat;
}
.catalogue .card {
  border: 0.5px solid rgba(231, 0, 76, 0.1882352941);
  position: relative;
}
.catalogue .card-body {
  padding: 6%;
  position: relative;
}
.catalogue .card-body .card-title {
  font-family: "Nexa Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #262338;
  text-transform: uppercase;
}
.catalogue .card-body p,
.catalogue .card-body u {
  font-size: 16px;
  line-height: 32px;
  align-items: center;
  letter-spacing: 1px;
}
.catalogue .card-body p {
  font-weight: 400;
  color: #4e4b66;
}
.catalogue .card-body u {
  font-weight: 500;
  color: #e7004c;
  text-decoration: none;
}
.catalogue .card-body img {
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
}

.hp-feat {
  position: relative;
}
.hp-feat .controls {
  border-radius: 0px 0px 8px 8px;
  background: #ffffff;
  float: left;
  bottom: 0;
  position: absolute;
  height: 70px;
  width: 100%;
}
.hp-feat .controls .carousel-control-prev-icon {
  height: 23px;
  width: 14px;
  background-image: url(../images/icons/left.svg) !important;
}
.hp-feat .controls .carousel-control-next-icon {
  height: 23px;
  width: 14px;
  background-image: url(../images/icons/right.svg) !important;
}
.hp-feat .controls .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background: #e7004c;
  border-radius: 50%;
  border: none !important;
}
.hp-feat .controls .carousel-indicators {
  margin-bottom: 7%;
}
.hp-feat .controls .carousel-indicators .active {
  width: 15px;
  height: 15px;
}

.utiles {
  font-family: "NEXA BLACK";
  padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
}

.astuces {
  row-gap: 10px;
  margin-bottom: 5%;
}
.astuces a {
  text-decoration: none;
  color: #4e4b66;
  font-weight: 600;
  text-align: center;
}
.astuces a img {
  width: 64px;
  height: 64px;
}
.astuces .astuce {
  background: #ffffff;
  box-shadow: 0px 4px 24px 17px rgba(53, 110, 249, 0.06);
  min-height: 184px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8%;
  justify-content: space-between;
  transition: all 0.8s ease;
}
.astuces .astuce img {
  transition: transform 0.2s ease;
}
.astuces .astuce:hover {
  box-shadow: 0px 4px 24px 17px rgba(53, 110, 249, 0.2);
}
.astuces .astuce:hover img {
  transform: rotate(360deg);
}

.footer {
  background-color: #231f20;
  position: absolute;
  left: 0px;
  right: 0px;
}
.footer img {
  width: 276px;
  height: 34px;
}
.footer .offre {
  color: #e9f5ff;
}

.site-footer {
  color: #ffffff;
  background-color: #26272b;
  padding: 18px 0 20px;
  font-size: 15px;
  line-height: 24px;
}
.site-footer .logo {
  height: 40px;
}
.site-footer .offre {
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 1px;
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-left: 20px;
}
.site-footer .menu-offre h5 img {
  margin-right: 2%;
}
.site-footer .menu-offre h5 a {
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  /* identical to box height, or 160% */
  letter-spacing: 0.75px;
  /* System / Line */
  color: #d9dbe9;
}
.site-footer .menu-offre h6 {
  text-align: left;
}
.site-footer .menu-offre li {
  list-style: none;
}
.site-footer .menu-offre a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */
  letter-spacing: 0.25px;
  /* System / Line */
  color: #d9dbe9;
  white-space: nowrap;
}
.site-footer hr {
  color: #bbb;
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.site-footer .social-icons li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.site-footer .social-icons li a svg {
  width: 1em;
}
.site-footer .mobile .social-icons {
  display: none;
}
.site-footer .mobile .static-links {
  display: none !important;
}
.site-footer .menu-offre .desktop {
  margin: 0 10px;
}
.site-footer .menu-offre .desktop .col-md-2 {
  text-align: left;
}
.site-footer .menu-offre .wrapper.col-md-3:first-child {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0 0 10px 30px;
}

.faq {
  margin-top: 5%;
}
.faq [aria-expanded=true] {
  color: #0071ce;
}
.faq [aria-expanded=true]::before {
  background-image: url(../images/icons/minus.svg) !important;
}
.faq [aria-expanded=false] {
  color: #262338;
}
.faq h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 1px;
}
.faq ul {
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 1px;
}
.faq ul li a {
  text-decoration: none;
  color: #262338;
}
.faq .faq-title {
  font-family: "Montserrat";
  line-height: 48px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 32px;
}
.faq .faq-title::before {
  background-color: #e7004c;
  position: absolute;
  content: "";
  height: 35px;
  width: 4px;
  top: 5px;
  left: 0;
  bottom: 0;
}
.faq p {
  color: #6e7191;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.faq .accordion:first-child {
  border-radius: 2%;
}
.faq #accordionExample .accordion-item {
  border: none !important;
}
.faq #accordionExample .accordion-item:first {
  border-radius: 2%;
}
.faq #accordionExample .accordion-item h2 {
  background: #f7f7fc !important;
}
.faq #accordionExample .accordion-item h2 .accordion-button {
  font-weight: 500;
  font-size: 18px;
}
.faq #accordionExample .accordion-item h2 .accordion-button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url(../images/icons/add.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-right: 5px;
}
.faq #accordionExample .accordion-item h2 .accordion-button::after {
  content: none;
}
.faq #accordionExample .accordion-item h2 .accordion-button:not(.collapsed) {
  background: none;
}

.not-front {
  position: relative;
}
.not-front::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 30%;
  right: 0;
  background-repeat: no-repeat;
  background-image: url(../images/background1.svg);
  z-index: -1;
  background-size: 100% 100%;
  width: 30%;
}

.node-type-home-page::after {
  content: none;
}

.node-need .container .title {
  color: #262338;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 1px;
  font-family: Nexa Black;
  margin-left: 0px !important;
}
.node-need .container .liens .lien {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  min-height: 192px;
  margin: 0 24px 24px 0;
  box-shadow: 0px 4px 14px rgba(0, 113, 206, 0.17);
  border-radius: 8px;
  border: 0.5px solid rgba(231, 0, 76, 0.1882352941);
  position: relative;
  transition: all 0.8s ease;
}
.node-need .container .liens .lien:hover {
  box-shadow: 0px 4px 62px rgba(0, 113, 206, 0.17);
}
.node-need .container .liens .lien:hover .icon {
  transform: rotate(18deg);
}
.node-need .container .liens .lien::after {
  background-image: url(../images/card.png);
  background-size: 47%;
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  right: -1px;
  background-position: right top;
  background-repeat: no-repeat;
}
.node-need .container .liens .lien .icon {
  width: 48px;
  height: 48px;
  transition: all 0.3s ease;
}
.node-need .container .liens .lien .choix {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 24px 0;
  color: #4e4b66;
  text-decoration: none;
  z-index: 2;
}
.node-need .container .produits {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 4px 14px rgba(0, 113, 206, 0.17);
  border-radius: 8px;
  border: 1px solid;
  background: #ffffff;
  border-image-source: linear-gradient(244.61deg, #e7004c 0%, rgba(231, 0, 76, 0.08) 22.43%);
}
.node-need .container .produits .card-body {
  padding: 0;
}
.node-need .container .produits .card-body .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.node-need .container .produits .card-body .card-text .item {
  padding: 24px;
  border-bottom: 1px solid #d9dbe9;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.node-need .container .produits .card-body .card-text .item:last-child {
  border-bottom: none;
}
.node-need .container .produits .card-body .card-text .item::after {
  content: url(../images/icons/arrow-right.svg);
  padding-top: 2%;
}
.node-need .container .produits .card-body .card-text a {
  color: #4e4b66;
  text-decoration: none;
}
.node-need .container .produits .card-header {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  background: #0071ce;
  border-radius: 8px 8px 0px 0px;
  padding: 24px;
}
.node-need .container .produits .card-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 17%;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/vector.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}

.node.find-agency .container,
.node.open-account .container {
  margin: 0 auto;
}
.node.find-agency .container .onglets,
.node.open-account .container .onglets {
  width: 80%;
  margin: 0 auto;
}
.node.find-agency .container .onglets .row,
.node.open-account .container .onglets .row {
  row-gap: 10px;
}
.node.find-agency .container .onglets .item,
.node.open-account .container .onglets .item {
  display: flex;
  background-color: #e9f5ff;
  padding: 9px 18px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
}
.node.find-agency .container .onglets .item a,
.node.open-account .container .onglets .item a {
  text-decoration: none;
  color: #0071ce;
}
.node.find-agency .container .onglets .item.current,
.node.open-account .container .onglets .item.current {
  background-color: #0071ce;
  color: #ffffff;
}
.node.find-agency .container .onglets .item .icon,
.node.open-account .container .onglets .item .icon {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}
.node.find-agency .container .title,
.node.open-account .container .title {
  color: #262338;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
}
.node.find-agency .container .location-container,
.node.open-account .container .location-container {
  text-align: center;
}
.node.find-agency .container .location-container .criterList,
.node.open-account .container .location-container .criterList {
  width: 64%;
  text-align: left;
  margin: 0 auto;
  font-family: "Montserrat";
  font-size: 12px;
  line-height: 20px;
  color: #6e7191;
}
.node.find-agency .container .location-container .criterList .row,
.node.open-account .container .location-container .criterList .row {
  row-gap: 24px;
}
.node.find-agency .container .location-container .criterList input[type=checkbox],
.node.open-account .container .location-container .criterList input[type=checkbox] {
  font: 14px/26px "pt-sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding: 7px 7px 7px 12px;
  outline: none;
  color: #96999d;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  transition: all 0.15s;
  background-color: #e9f5ff;
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  border: 1px solid #0071ce;
  border-radius: 4px;
  margin-right: 6px;
  position: relative;
}
.node.find-agency .container .location-container .criterList input[type=checkbox]:checked,
.node.open-account .container .location-container .criterList input[type=checkbox]:checked {
  background-color: #0071ce;
}
.node.find-agency .container .location-container .criterList input[type=checkbox]:checked::after,
.node.open-account .container .location-container .criterList input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  top: 0;
  left: 4px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}
.node.find-agency .container .location-container .criterList label,
.node.open-account .container .location-container .criterList label {
  font-weight: normal;
  width: 85%;
  display: inline;
}
.node.find-agency .container .location-container .criterList label.checked,
.node.open-account .container .location-container .criterList label.checked {
  color: #0071ce;
}
.node.find-agency .container .location-container .localisation,
.node.open-account .container .location-container .localisation {
  position: relative;
  width: 64%;
  margin: 0 auto;
}
.node.find-agency .container .location-container .localisation::before,
.node.open-account .container .location-container .localisation::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/menu.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
  z-index: -1;
}
.node.find-agency .container .location-container #localisation_zipCode,
.node.open-account .container .location-container #localisation_zipCode {
  width: 100%;
  padding: 8px 3rem;
  border: 1px solid rgb(217, 219, 233);
  background: transparent;
  border-radius: 4px;
}
.node.find-agency .container .location-container .form-submit,
.node.open-account .container .location-container .form-submit {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 4px;
  margin-top: 8px;
  margin-right: 0.2em;
  background-color: #0071ce;
  color: #ffffff;
  border: none;
}
.node.find-agency .map-container,
.node.open-account .map-container {
  position: relative;
}
.node.find-agency .map-container .map-header-mobile,
.node.open-account .map-container .map-header-mobile {
  display: none;
}
.node.find-agency .map-container .map-side-panel,
.node.open-account .map-container .map-side-panel {
  width: 30%;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  margin: 32px;
  border-radius: 8px;
}
.node.find-agency .map-container .map-side-panel .map-list .item,
.node.open-account .map-container .map-side-panel .map-list .item {
  border-bottom: 1px solid rgb(217, 219, 233);
}
.node.find-agency .map-container .map-side-panel .map-list-header,
.node.open-account .map-container .map-side-panel .map-list-header {
  font-size: 20px;
  position: relative;
  background-color: #0071ce;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  align-items: center;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 16px 24px 16px 4rem;
  border-radius: 8px 8px 0 0;
}
.node.find-agency .map-container .map-side-panel .map-list-header::before,
.node.open-account .map-container .map-side-panel .map-list-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 10px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/vector.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}
.node.find-agency .map-container .map-side-panel .map-list,
.node.open-account .map-container .map-side-panel .map-list {
  height: 420px;
  overflow: auto;
  margin-bottom: 0;
}
.node.find-agency .map-container .map-side-panel .map-list li,
.node.open-account .map-container .map-side-panel .map-list li {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 16px 0 16px 24px;
  margin-right: 24px;
}
.node.find-agency .map-container .map-side-panel .map-list li a,
.node.open-account .map-container .map-side-panel .map-list li a {
  text-decoration: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  color: #262338;
  display: flex;
  flex-direction: column;
}
.node.find-agency .map-container .map-side-panel .map-list li a .name,
.node.open-account .map-container .map-side-panel .map-list li a .name {
  position: relative;
  padding-left: 2rem;
}
.node.find-agency .map-container .map-side-panel .map-list li a .name::before,
.node.open-account .map-container .map-side-panel .map-list li a .name::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/loc.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}
.node.find-agency .map-container .map-side-panel .map-list li a .full-address,
.node.open-account .map-container .map-side-panel .map-list li a .full-address {
  margin-top: 10px;
}

.node.open-account .container .title {
  font-weight: 600;
}
.node.open-account .container .body {
  width: 70%;
  margin: 0 auto;
}
.node.open-account .container p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.node.open-account .container .eagence p {
  color: #e7004c;
}
.node.open-account .container .explication-client .accordion {
  margin: 0 auto;
  width: 64%;
}
.node.open-account .container .explication-client .accordion .accordion-item {
  margin-bottom: 20px;
}
.node.open-account .container .explication-client .accordion .accordion-button {
  background-color: #f7f7fc;
  color: #4e4b66;
  font-weight: 500;
  font-size: 17px;
}
.node.open-account .container .explication-client .accordion .accordion-button img {
  margin-right: 24px;
}
.node.open-account .container .explication-client .accordion .accordion-button::after {
  background-image: url(../images/icons/arrow-right.svg);
  transform: none;
}
.node.open-account .container .recherche-agence .title {
  font-weight: 900;
}

.node-agency .container {
  margin: 0 auto;
  text-align: center;
}
.node-agency .container .title {
  font-weight: 900;
  margin: 2.5rem 0 1rem 0;
}
.node-agency .container .link {
  text-align: left;
  border: 1px solid #0071ce;
  border-radius: 8px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0;
}
.node-agency .container .link a {
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #0071ce;
  position: relative;
  padding-left: 40px;
}
.node-agency .container .link a::before {
  background-image: url(../images/icons/arrow-left.svg);
  transform: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 3% center;
}
.node-agency .container .item {
  padding: 24px;
  border-radius: 6px;
  margin: 0 24px 24px 0;
  background: #ffffff;
  box-shadow: 0px 4px 24px 17px rgba(24, 92, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.node-agency .container .item p {
  margin-top: 1rem;
  margin-bottom: 0;
}
.node-agency .container .item .address,
.node-agency .container .item h3 {
  font-weight: 600;
  font-size: 20px;
}
.node-agency .container .item h3 {
  margin-bottom: 0;
}
.node-agency .container .item .table table {
  width: 100%;
  color: #0071ce;
}
.node-agency .container .item .table table .odd {
  background-color: #e9f5ff;
}
.node-agency .container .item .table table tr {
  border-color: transparent;
}
.node-agency .container .agence-horaires .item h3 {
  margin-bottom: 1rem;
}
.node-agency .container footer {
  margin-top: 2rem;
}
.node-agency .container footer a {
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #e7004c;
  text-align: center;
  border: 1px solid #e7004c;
  border-radius: 8px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  display: flex;
  justify-content: space-between;
}
.node-agency .container footer a::after {
  content: url(../images/icons/arrow-right.svg);
  width: 24px;
  height: 24px;
  padding-left: 5px;
}

.simulators {
  font-family: "Montserrat" !important;
}
.simulators .main_header {
  font-style: normal;
  text-align: center;
}
.simulators .main_header h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 1px;
}
.simulators .main_header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 1% 22%;
  letter-spacing: 0.25px;
}
.simulators .card {
  box-shadow: 0px 4px 24px 17px rgba(24, 92, 255, 0.06) !important;
}
.simulators .card::after {
  background-size: 30% !important;
}
.simulators .card-body {
  z-index: 1;
  padding: 4% !important;
}
.simulators .card-body h5 {
  margin-bottom: 4%;
}
.simulators u {
  font-size: 20px !important;
  font-weight: 500;
}

.bg-product {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bg-product::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 113, 206, 0.3);
  z-index: 0;
}
.bg-product .container-head {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  height: 100%;
}
.bg-product .container-head h1 {
  display: inline-block;
  align-self: flex-end;
}
.bg-product h1 {
  font-family: "Montserrat";
  line-height: 48px;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: 40px;
  color: #ffffff;
  z-index: 1;
}

.product h2 {
  font-family: "Montserrat";
  line-height: 48px;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 24px;
  position: relative;
}
.product h2::before {
  background-color: #e7004c;
  position: absolute;
  content: "";
  height: 100%;
  width: 4px;
  top: 0;
  left: -1rem;
  bottom: 0;
}
.product p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 1px;
}
.product .body {
  margin-top: 3%;
  display: inherit;
}
.product .body li {
  list-style: circle;
  margin: 15px 0;
}
.product .body li a {
  color: #0f93ff !important;
  text-decoration: none !important;
  font-weight: bold;
}
.product .body .text {
  padding-right: 4%;
}
.product .body .sub-title .row {
  display: inline;
}
.product .body .affac-list {
  padding: 2%;
  color: black;
}
.product .body .affac-list img {
  margin-right: 2%;
}
.product .body .img-affac {
  display: grid;
  justify-content: center;
}
.product .formClient .client .radio {
  padding-top: 8%;
}
.product .card-body .navigation_item > header::before {
  left: 12%;
}

.produits {
  padding: 0;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0px 4px 14px rgba(0, 113, 206, 0.17);
  border-radius: 8px;
  border: 1px solid;
  background: #ffffff;
  border-image-source: linear-gradient(244.61deg, #e7004c 0%, rgba(231, 0, 76, 0.08) 22.43%);
}
.produits .card-body {
  padding: 0;
  position: relative;
}
.produits .card-body .card-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.produits .card-body .card-text .item {
  padding: 24px;
  border-bottom: 1px solid #d9dbe9;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
.produits .card-body .card-text .item:last-child {
  border-bottom: none;
}
.produits .card-body .card-text .item::after {
  content: url(../images/icons/arrow-right.svg);
}
.produits .card-body .card-text a {
  color: #4e4b66;
  text-decoration: none;
}
.produits .card-header {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  background: #0071ce;
  border-radius: 8px 8px 0px 0px;
  padding: 24px;
}
.produits .card-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 28px;
  bottom: 0;
  right: 0;
  background-image: url(../images/icons/vector.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}

.questions .row {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 10px;
}
.questions .item {
  width: auto;
  background-color: #e9f5ff;
  padding: 9px 24px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
}
.questions .item a {
  text-decoration: none;
  color: #0071ce;
}
.questions .item.current {
  background-color: #0071ce;
}
.questions .item.current .btn {
  color: #ffffff !important;
}

.promoted_btn {
  margin: 5%;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.promoted_btn a {
  width: 100%;
  background-color: #0071ce;
  color: #e6f0f2 !important;
  border: none;
  border-radius: 8px;
  padding: 12px 100px;
  text-decoration: none;
}

.body-promoted {
  padding: 30px;
  text-align: left;
}
.body-promoted p a {
  color: #0f93ff;
}

.summary-promoted {
  font-size: 18px;
  text-align: left;
}

/* actualites listing */
.view-id-articles_listing .views-field-field-article-theme .field-content {
  text-transform: uppercase;
  display: inline;
}
.view-id-articles_listing .views-row {
  overflow: hidden;
  margin-bottom: 5%;
}
.view-id-articles_listing .views-field-title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  letter-spacing: 1px;
  color: #262338;
  text-decoration: none;
  text-transform: uppercase;
}
.view-id-articles_listing .views-field-body p {
  color: #262338;
}
.view-id-articles_listing .views-field-body a {
  text-decoration: none;
}
.view-id-articles_listing .views-field-created {
  color: #6e7191;
  font-weight: 600;
  font-size: 14px;
}
.view-id-articles_listing .views-field-created::before {
  position: relative;
  content: url(../images/icons/clock.svg);
  top: 6px;
}

.pager a {
  color: black;
  text-decoration: none;
}
.pager .pager-item {
  padding: 8px 0px !important;
  border: 1px solid #eff0f6;
  border-radius: 4px;
  color: #262338;
}
.pager .pager-current {
  color: #ffffff !important;
  background: #0071ce;
  padding: 10px 15px !important;
  border: 1px solid #eff0f6;
  border-radius: 4px;
}

.actualites h2 {
  padding-left: 21px;
  margin-bottom: 25px;
}
.actualites h2::before {
  left: 0;
  top: 8px;
}

@media only screen and (min-width: 640px) {
  .view-id-articles_listing .views-field-field-image .field-content {
    float: left;
    clear: both;
    margin-bottom: 9px;
  }
  .view-id-articles_listing .views-field-field-article-theme {
    display: inline-block;
    float: left;
    width: 10%;
    color: #6e7191;
    font-weight: 600;
    font-size: 14px;
    margin-top: 9px;
  }
  .view-id-articles_listing .views-field-title,
  .view-id-articles_listing .views-field-body,
  .view-id-articles_listing .views-field-created {
    width: 75%;
    float: right;
  }
  .view-id-articles_listing .views-field-created {
    width: 15%;
    float: left;
    display: inline;
  }
  .view-id-articles_listing .views-field-created .views-label-created {
    padding-left: 6px;
  }
}
.section-partenaires {
  font-family: "Montserrat";
  font-style: normal;
}
.section-partenaires .feature-box {
  background: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 113, 206, 0.1);
  border-radius: 4px;
  cursor: pointer;
  min-height: 295px;
  margin-bottom: 3%;
}
.section-partenaires .feature-box .feature-box-img {
  cursor: pointer;
  float: left;
  margin-left: 1.704%;
  margin-top: 23px;
}
.section-partenaires .feature-box .feature-box-title {
  float: left;
  width: 70%;
  position: relative;
}
.section-partenaires .feature-box .feature-box-title h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  color: #0071ce;
  cursor: pointer;
  margin-left: 4%;
  margin-top: 20px;
  text-transform: uppercase;
}
.section-partenaires .feature-box .feature-box-title p {
  color: #595959;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  margin-left: 4%;
  margin-top: 16px;
}
.section-partenaires .feature-box .feature-box-title .foot-box {
  float: left;
  margin-left: 7%;
  width: 90%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  top: 198px;
  position: absolute;
}
.section-partenaires .feature-box .feature-box-title .logo-categorie {
  float: left;
}
.section-partenaires .feature-box .feature-box-title .logo-categorie img {
  width: 70%;
  height: auto;
}
.section-partenaires .feature-box .feature-box-title .box-sale {
  background: #0071ce;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  padding: 13px 24px;
  float: right;
}

.page-nos-partenaires::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 80%;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/bg-left.svg);
  z-index: -1;
  width: 100%;
}
.page-nos-partenaires::after {
  background-image: url(../images/bg-right.svg);
  top: 45%;
  bottom: 0;
}

.article .view-result.row {
  row-gap: 16px;
}
.article .view-result.row .col-md-4 {
  padding-left: 0;
}
.article .view-result .body-article {
  font-size: 16px;
}
.article .view-result .body-article h3 a {
  font-size: 16px;
  text-transform: uppercase;
  color: #4e4b66;
  text-decoration: none;
}
.article .view-result .bottom-article {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 24px;
  padding-left: 15px;
}
.article .view-result .bottom-article::before {
  position: absolute;
  content: url(../images/icons/clock.svg);
  top: 0;
}
.article .view-result .bottom-article .divider {
  padding: 0 10px 0 1px;
}
.article .view-result .bottom-article .date {
  padding-left: 30px;
}
.article h1 {
  font-size: 24px;
  padding-left: 30px;
  font-weight: 700;
  margin: 30px 0;
  position: relative;
}
.article h1::before {
  background-color: #e7004c;
  position: absolute;
  content: "";
  height: 40px;
  width: 4px;
  top: -5px;
  left: 0;
  bottom: 0;
}
.article h2 {
  font-size: 18px;
  font-weight: 600;
}
.article h2::before {
  content: none;
}
.article p {
  line-height: 35px;
}
.article .img-article img {
  width: 93%;
}

#search-form {
  display: none;
}

.succession .general-condition div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
}

.cloture #edit-submit-button, .projet-logement #edit-submit-button {
  margin-top: 1rem;
}

.cloture #edit-submit-button:disabled, .projet-logement #edit-submit-button:disabled {
  background-color: rgba(227, 229, 232, 0.368627451);
  color: #c4c4c4 !important;
}

.projet-logement .form-item.form-type-radios.form-item-projet-acquisition, .projet-logement .form-item.form-type-radios.form-item-souhait-etre-rappelle, .projet-logement .form-item.form-type-radios.form-item-visite-projet {
  margin-top: 1em;
}
.projet-logement .form-item-projet-acquisition, .projet-logement .form-item-souhait-etre-rappelle, .projet-logement .form-item-visite-projet {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .projet-logement .form-item-projet-acquisition, .projet-logement .form-item-souhait-etre-rappelle, .projet-logement .form-item-visite-projet {
    flex-direction: column;
  }
}
.projet-logement .form-item-projet-acquisition label:first-of-type, .projet-logement .form-item-souhait-etre-rappelle label:first-of-type, .projet-logement .form-item-visite-projet label:first-of-type {
  flex: 1 0 0%;
  max-width: 100%;
  margin-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.projet-logement .form-item-projet-acquisition #edit-projet-acquisition, .projet-logement .form-item-projet-acquisition #edit-souhait-etre-rappelle, .projet-logement .form-item-projet-acquisition #edit-visite-projet, .projet-logement .form-item-souhait-etre-rappelle #edit-projet-acquisition, .projet-logement .form-item-souhait-etre-rappelle #edit-souhait-etre-rappelle, .projet-logement .form-item-souhait-etre-rappelle #edit-visite-projet, .projet-logement .form-item-visite-projet #edit-projet-acquisition, .projet-logement .form-item-visite-projet #edit-souhait-etre-rappelle, .projet-logement .form-item-visite-projet #edit-visite-projet {
  display: flex;
  gap: 10px;
  flex: 1 0 0%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.cloture .general-condition div input,
.succession .general-condition div input, .projet-logement .general-condition div input {
  margin-right: 1%;
  background: #e9f5ff;
  border: 1px solid #0071ce;
  border-radius: 4px;
}
.cloture .general-condition div label,
.succession .general-condition div label, .projet-logement .general-condition div label {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #6e7191;
  text-align: left;
}
.cloture .general-condition div label a,
.succession .general-condition div label a, .projet-logement .general-condition div label a {
  color: #e7004c;
  text-decoration: none;
}
.cloture input,
.cloture select,
.succession input,
.succession select, .projet-logement input,
.projet-logement select {
  padding: 1rem 0.75rem;
  font-family: "Montserrat";
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
}
.cloture .form-submit,
.succession .form-submit, .projet-logement .form-submit {
  width: 100%;
  background-color: #0071ce;
  color: #e6f0f2 !important;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
}
.cloture label,
.succession label, .projet-logement label {
  color: #0071ce;
}

@media only screen and (max-width: 600px) {
  .projet-logement .row {
    display: flex;
    flex-direction: column;
  }
}
.projet-logement label {
  color: #000;
  font-weight: 300;
}

.page-node-3663 .node-need .produits {
  display: none;
}

.cloture .pre_motif_text {
  margin-top: 1rem;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .page-node-3663 .node-need .col-md-8 {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .cloture .pre_motif_text {
    font-size: 14px;
    line-height: 30px;
  }
}
.btn-body {
  background-color: #e7004c !important;
}

.holmarcom-logo img {
  width: 40%;
}

.bg-product h1 {
  text-transform: uppercase;
}

.bottomvalidate {
  display: grid;
  justify-content: space-evenly;
}

.webform-confirmation {
  padding: 10%;
}
.webform-confirmation header {
  display: none;
}

.btn {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

.hidden {
  display: none;
}

.title-product {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.nf_pl ul li.leaf {
  list-style-type: none;
  list-style-image: none;
}
.nf_pl a {
  color: black;
  text-decoration: none;
}

body.entreprise .product h2 {
  margin-bottom: 0 !important;
}

.label_captcha {
  display: none;
}

.page-node-3632 .bg-product,
.page-node-3632 .node-need {
  direction: rtl;
}

div.view.view-communication-financiere .form-item #edit-field-type-document-value-all {
  display: none;
}

div.view.view-communication-financiere #edit-field-type-document-value-wrapper,
div.view.view-communication-financiere #edit-field-annee-value-wrapper {
  width: 100%;
  padding-right: 0;
}

div.view.view-communication-financiere .form-item-field-annee-value {
  display: flex;
  flex-direction: row-reverse;
}

div.view.view-communication-financiere .form-item-field-annee-value #edit-field-annee-value {
  padding-left: 35px;
  width: 100%;
}

div.view.view-communication-financiere .form-item-field-annee-value .description {
  width: 85%;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #4e4b66;
  margin-left: 0;
}

div.view.view-communication-financiere .views-field-field-document {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 5%;
}

#edit-field-type-document-value-wrapper > div > div > div > .form-item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 3rem 3rem 3rem 0 !important;
}

div.view.view-communication-financiere .form-item .form-type-bef-link {
  width: 242px;
  white-space: nowrap;
  background-color: #e9f5ff;
  padding: 9px 24px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

div.view.view-communication-financiere .form-item .form-type-bef-link a {
  text-decoration: none;
  color: #0071ce;
  font-weight: 600 !important;
  border: 0px;
  font-size: 13px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

div.view.view-communication-financiere .form-item .form-type-bef-link a.active {
  color: #ffffff;
}

div.view.view-communication-financiere .form-item .form-type-bef-link.current {
  background-color: #0071ce;
}

.documents .table thead {
  padding: 12px 16px 12px 95px;
  background: #f9fafb;
}

.documents .table tr,
.documents .table th,
.documents .table td {
  border: none !important;
}

.documents .table thead th,
.documents .table thead th a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #667085;
  text-decoration: none;
}

.documents .table thead tr th.views-field-title,
.documents .table tbody tr td.views-field-title {
  padding: 13px 0px 13px 5px;
}

.documents .table thead tr th.views-field-field-annee,
.documents .table tbody tr td.views-field-field-annee {
  padding: 13px 0px 13px 0px;
}

.documents .views-field-field-annee {
  width: 15%;
  text-align: center;
  padding-right: 2rem !important;
}

.documents .table tbody tr td a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  letter-spacing: -0.2px;
  color: #262338;
  text-decoration: none;
}

.documents .table tbody tr.odd {
  padding: 8px 16px 8px 32px;
  background: #ffffff;
  --bs-table-accent-bg: transparent;
}

.documents .table tbody tr.even {
  padding: 8px 16px 8px 32px;
  background: #f9fafb;
}

.view-communication-financiere li.pager-first,
.view-communication-financiere li.pager-last {
  display: none;
}

.view-communication-financiere .item-list {
  display: flex;
  padding-right: 2rem;
  justify-content: flex-end;
}

.documents table thead th.views-field-field-annee a.active img {
  display: none;
}

.documents table thead th.views-field-field-annee a.active::after {
  content: url(../images/sort.svg);
  margin-left: 5px;
}

.view-communication-financiere .pager-previous,
.view-communication-financiere .pager-next,
.view-communication-financiere .pager-current,
.view-communication-financier .pager-item {
  border: 1px solid #eff0f6;
  border-radius: 4px;
}

.view-communication-financiere ul.pager li a {
  padding: 12px 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #4e4b66;
}

.view-communication-financiere ul.pager li.pager-current {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #ffffff;
}

.page-institutionnel-rapports-annuels.not-front::after {
  top: 50% !important;
  bottom: 0 !important;
}

.view-communication-financiere select#edit-field-annee-value {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #6e7191;
  text-align: center;
}

#views-exposed-form-communication-financiere-page .filter-annee {
  position: relative;
  width: 15%;
}

.filter-annee::after {
  position: absolute;
  content: url(../images/filter.svg);
  top: 8px;
  left: 8px;
}

.documents {
  padding: 0;
  background: white;
}

.view-communication-financiere .item-list {
  padding-bottom: 4px;
}

.view-communication-financiere .bg-product img {
  width: inherit;
}

.container-docs .views-exposed-widgets {
  margin-bottom: 25px;
}

.documents .item-list {
  border-bottom: 0.1rem solid #eaecf0;
}

#cdm-form-cloture-form .cloture input::-moz-placeholder, .succession input::-moz-placeholder, .projet-logement input::-moz-placeholder {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  letter-spacing: 0.25px !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #a0a3bd !important;
}

#cdm-form-cloture-form .cloture input::placeholder,
#cdm-form-cloture-form .cloture select,
.succession input::placeholder, .projet-logement input::placeholder, .projet-logement select {
  font-family: "Montserrat" !important;
  font-style: normal !important;
  letter-spacing: 0.25px !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #a0a3bd !important;
}

#cdm-form-cloture-form .cloture .row.center,
.succession .row.center, .projet-logement .row.center {
  justify-content: center;
}

.cloture #edit-exam-document-upload-button {
  width: 100px !important;
  padding: 8px !important;
}

.cloture #edit-exam-document-remove-button {
  width: 100px;
  padding: 8px;
  margin-left: 10px;
}

.view-agenda-financier .form-item {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin: 3rem 3rem 3rem 0 !important;
}

.view-agenda-financier .form-item .form-type-bef-link.current {
  background-color: #0071ce;
}

.view-agenda-financier .form-item .form-type-bef-link a.active {
  color: #ffffff;
}

.view-agenda-financier .form-item .form-type-bef-link {
  margin: 0 !important;
  width: 242px;
  white-space: nowrap;
  background-color: #e9f5ff;
  padding: 9px 24px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.view-agenda-financier .form-item .form-type-bef-link a {
  text-decoration: none;
  color: #0071ce;
  font-weight: 600 !important;
  border: 0px;
  font-size: 13px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.view-agenda-financier .views-table {
  width: 100%;
}

.view-agenda-financier .views-table tbody {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.view-agenda-financier .title-view {
  margin: 0;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.75px;
  color: #4e4b66;
  margin-bottom: 40px;
}

.agenda-table tr {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.07);
  display: grid;
  gap: 2rem;
  grid-template-columns: 10rem auto;
  margin-bottom: 1.9rem;
  background: white;
  border: 0;
  padding: 0;
}

.agenda-table .views-field-field-date {
  background-color: #e9f5ff;
  color: #0071ce;
  display: grid;
  gap: 0.8rem;
  text-align: center;
  padding-block: 0.5rem;
}

.agenda-table .date {
  display: flex;
  flex-direction: column;
}

.agenda-table .date .day {
  font-size: 58px;
  font-weight: 700;
}

.agenda-table .date .month_year {
  font-size: 16.25px;
}

.agenda-table .views-field-title a {
  text-decoration: none;
  color: #000000;
  font-style: normal;
  font-size: 19.5px;
}

.view-agenda-financier .documents {
  background: transparent;
}

.agenda-table .views-field-title {
  display: grid;
}

.agenda-table .title_subtitle {
  align-content: center;
  display: grid;
  gap: 1rem;
  padding-block: 1.5rem;
}

.agenda-table .title_subtitle .title {
  font-size: 19.5px;
  margin: 0;
  font-weight: 700;
}

.agenda-table .title_subtitle .subtitle {
  font-size: 14.95px;
}

.view-agenda-financier li.pager-first,
.view-agenda-financier li.pager-last {
  display: none;
}

.view-agenda-financier .item-list {
  display: flex;
  padding-right: 2rem;
  justify-content: flex-end;
}

.view-agenda-financier ul.pager li.pager-current {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #ffffff;
}

.view-agenda-financier .pager-previous,
.view-agenda-financier .pager-next,
.view-agenda-financier .pager-current,
.view-agenda-financier .pager-item {
  border: 1px solid #eff0f6;
  border-radius: 4px;
}

.view-agenda-financier ul.pager li a {
  padding: 12px 14px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #4e4b66;
}

@media only screen and (min-width: 2200px) {
  .menu-principal .list-univers li a {
    margin: 0rem !important;
  }
}
.page-node-3778 .bottomvalidate {
  display: none;
}

.page-node-3778 h2::before {
  content: none !important;
}

.page-node-3778 h2 {
  color: #0071ce;
  text-decoration: underline;
}

.page-node-3778 span {
  font-size: 16px;
  font-weight: 600;
}

.page-node-3778 .nb {
  text-decoration: underline;
}

.page-node-3778 .quand {
  margin-top: 10px;
}

.page-node-3632 .bg-product,
.page-node-3633 .bg-product {
  display: none !important;
}

.page-node-3632 .menu-mobile,
.page-node-3633 .menu-mobile {
  background-color: #fdfdfd;
  text-align: center;
  transition: all 0.3s ease-in;
  margin-top: 20px;
}
.page-node-3632 .menu-mobile .item-mobile,
.page-node-3633 .menu-mobile .item-mobile {
  list-style: none;
  padding: 5px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
}
.page-node-3632 .menu-mobile .nav-link-mobile,
.page-node-3633 .menu-mobile .nav-link-mobile {
  font-size: 18px;
  display: block;
  text-decoration: none;
  height: 100%;
  color: #c12d68 !important;
}
.page-node-3632 .list-menu-mobile,
.page-node-3633 .list-menu-mobile {
  display: flex;
  flex-flow: wrap;
  padding: 0;
  justify-content: center;
}
.page-node-3632 .fr-lang,
.page-node-3633 .fr-lang {
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(200, 232, 255, 0.2);
  list-style: none;
  color: #0071ce;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}
.page-node-3632 .ar-lang,
.page-node-3633 .ar-lang {
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(200, 232, 255, 0.2);
  list-style: none;
  color: #0071ce;
  padding: 2px 10px;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}
.page-node-3632 .lien-lang,
.page-node-3633 .lien-lang {
  margin-top: 10px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.page-node-3632 .confirmation_conso,
.page-node-3633 .confirmation_conso {
  margin: 0 auto;
  margin-top: 5rem;
}
.page-node-3632 .titre-confirmation,
.page-node-3633 .titre-confirmation {
  text-transform: none;
  font-weight: bold;
  font-family: Ubuntu;
  color: rgb(1, 37, 71);
  font-size: 20px;
  text-align: center;
  justify-content: center;
}
.page-node-3632 img.confirmer,
.page-node-3633 img.confirmer {
  margin: 30px auto;
  width: 30%;
}
.page-node-3632 .confirmation_conso .home,
.page-node-3633 .confirmation_conso .home {
  margin: 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  min-width: 64px;
  padding: 6px 16px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 118, 210);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  width: -moz-fit-content;
  width: fit-content;
}

.page-node-3633::after,
.page-node-3632::after {
  content: none !important;
}

.page-node-3633 .fr-lang {
  display: none;
}
.page-node-3633 .ar-lang {
  display: block;
}

.page-node-3632 .fr-lang {
  display: block !important;
}
.page-node-3632 .ar-lang {
  display: none;
}

.atlanta-desktop #navbarNav {
  justify-content: right;
}

.atlanta-desktop #navbarNav .navbar-brand {
  margin-right: 0;
  width: 35%;
}

.atlanta-desktop .container-fluid .navbar-brand img {
  margin-top: 0px !important;
}

.atlanta-desktop .container-fluid .navbar-brand .atlanta {
  float: right;
}

.atlanta-desktop {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 99px rgba(0, 0, 0, 0.1137254902);
  opacity: 1;
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  height: 93px;
}

.atlanta-desktop .logo-atlantasanad {
  text-align: right;
}

.logo-atlantasanad .navbar-brand {
  margin: 0;
}

.banner-atlanta .background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0% right 0%;
  background-clip: padding-box;
  height: auto;
}

.banner-atlanta .firstspan {
  text-align: left;
  font: normal normal bold 32px/44px Ubuntu;
  letter-spacing: 0px;
  color: #0071ce;
}

.banner-atlanta .secondspan {
  text-align: left;
  font: italic normal bold 32px/44px Ubuntu;
  letter-spacing: 0px;
  color: #0064b5;
  white-space: nowrap;
}

.banner-atlanta .description-banner {
  margin-top: 3rem;
}

.banner-atlanta .choice {
  background: transparent linear-gradient(137deg, #ffffff 0%, #e9f5ff 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px rgba(0, 113, 206, 0.1411764706);
  border-radius: 10px;
  opacity: 1;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.banner-atlanta .choices {
  align-items: center;
  height: 200px;
  position: relative;
  margin-top: -34px;
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  margin-bottom: 20px;
}

.hidden-mobile {
  overflow-x: hidden;
}

.banner-atlanta .choices h3 {
  text-align: center;
  font: bold 20px/27px Montserrat;
  letter-spacing: 0px;
  color: #0363b3;
  text-transform: uppercase;
  opacity: 1;
  margin: 0;
  text-decoration: none;
  margin-bottom: 10px;
}

.banner-atlanta .account,
.banner-atlanta .personnel,
.banner-atlanta .immo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  height: 120px;
}

.banner-atlanta .icon-choice {
  margin-bottom: 10px;
}

.banner-atlanta .account .icon-choice {
  height: 40px;
}

.banner-atlanta .personnel .icon-choice {
  height: 60px;
}

.banner-atlanta .immo .icon-choice {
  height: 45px;
}

.banner-atlanta .div-text {
  margin-bottom: 7rem;
}

.off .icon-align,
.choix.off h3 {
  opacity: 0.3;
}

.banner-atlanta .choix .path {
  height: 14px;
}

.banner-atlanta .choix .path.hidden {
  display: none;
}

.banner-atlanta .choix .path.show {
  display: block;
}

.banner-atlanta .hidden-mobile .choix.account,
.banner-atlanta .choix.personnel {
  border-right: 3px dashed rgba(0, 115, 187, 0.1);
}

.banner-atlanta .souhait {
  z-index: 2;
  margin-left: 33px;
  width: auto;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-image: url(../images/tooltip.svg);
  padding: 24px 52px;
  position: relative;
  display: inline-block;
  border-radius: 10px;
  text-align: left;
  font-family: "Ubuntu";
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
}

.banner-atlanta .hidden-mobile {
  background-image: url(../images/mask2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0% right 0%;
  background-clip: padding-box;
  height: auto;
}

.banner-atlanta .icon-align {
  height: 82px;
  padding: 10px;
}

.body-atlanta {
  margin-top: 3rem;
}
.body-atlanta .description-titles h5 {
  text-align: left;
  font: 16px Montserrat;
  letter-spacing: 0px;
  color: #0071ce;
  opacity: 1;
  font-weight: 500;
  margin-bottom: 5px;
}
.body-atlanta .description-titles h4 {
  text-align: left;
  font: normal normal bold 20px/29px Ubuntu;
  letter-spacing: 0px;
  color: #24242e;
  opacity: 1;
}
.body-atlanta .description {
  display: flex;
  align-items: center;
}
.body-atlanta .description-text p {
  font-weight: 500 !important;
  margin-bottom: 0;
  text-align: left;
  font: normal normal normal 13px/25px Montserrat;
  letter-spacing: 0px;
  color: #24242e;
  opacity: 1;
}
.body-atlanta .interior-width {
  margin: 0 auto;
}
.body-atlanta .step {
  margin-top: 3rem;
  text-align: center;
}
.body-atlanta .step img {
  height: 34px;
}
.body-atlanta .title-inside {
  text-align: center;
  color: #005fc5;
}
.body-atlanta .title-inside h4 {
  font: normal normal 17px/11px Montserrat;
  letter-spacing: NaNpx;
  opacity: 1;
  margin-bottom: 15px;
  text-align: center;
}
.body-atlanta .red-num {
  font: normal normal bold 22px/22px Montserrat;
  letter-spacing: 0px;
  color: #dd003b;
}
.body-atlanta .offre {
  font: normal normal normal 13px/20px Montserrat;
  letter-spacing: 0px;
  color: #24242e;
  opacity: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 30px;
}
.body-atlanta .select-offre {
  font: 16px/21px Ubuntu;
  font-weight: 500;
  padding: 7px 15px;
  letter-spacing: 0px;
  color: #005fc5;
  opacity: 1;
  border: 2px solid #005fc5;
  border-radius: 8px;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.body-atlanta .pack.select-pack {
  border: 3px solid #005fc5;
}
.body-atlanta .title-packs {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.body-atlanta .title-compte {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.body-atlanta .title-compte h5 {
  font: normal normal normal 16px/32px Montserrat;
  letter-spacing: 0px;
  color: #24242e;
  opacity: 1;
  text-align: center;
}
.body-atlanta .title-packs h3,
.body-atlanta .title-compte h3 {
  text-align: center;
  font: normal normal bold 22px/34px Montserrat;
  letter-spacing: 0px;
  color: #005fc5;
  opacity: 1;
}
.body-atlanta .pack {
  background: #fafcfe 0% 0% no-repeat padding-box;
  border: 3px solid rgba(0, 95, 197, 0.2039215686);
  border-radius: 24px;
  opacity: 1;
  padding: 25px 25px;
  margin: 0 10px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body-atlanta .title-inside h3 {
  text-align: center;
  font: normal normal bold 22px/28px Montserrat;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.body-atlanta .packs .row {
  justify-content: center;
  margin: 0;
}
.body-atlanta .packs {
  background-image: url(../images/effetbleu.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.body-atlanta .button {
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  text-align: center;
  bottom: 0;
}
.body-atlanta .offre h8 {
  position: relative;
  padding-left: 27px;
}
.body-atlanta .offre h8::before {
  position: absolute;
  content: "";
  bottom: 0;
  float: left;
  top: 3px;
  width: 25%;
  left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/check.svg);
}
.body-atlanta .title-compte h3 {
  margin-bottom: 1rem;
}
.body-atlanta .simulateur-perso,
.body-atlanta .simulateur-immo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.body-atlanta .simulateur-perso .button-check label,
.body-atlanta .simulateur-immo .button-check label {
  text-align: left;
  font: normal normal 18px/30px Ubuntu;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0d2444;
  opacity: 1;
}
.body-atlanta .simulateur-perso .check-client-atlanta,
.body-atlanta .simulateur-immo .check-client-atlanta {
  text-align: right;
}
.body-atlanta .simulateur-perso .check-client-atlanta .non,
.body-atlanta .simulateur-immo .check-client-atlanta .non {
  margin-right: 0;
}
.body-atlanta .simulateur-perso .check-client label,
.body-atlanta .simulateur-perso .check-client-atlanta label,
.body-atlanta .simulateur-immo .check-client label,
.body-atlanta .simulateur-immo .check-client-atlanta label {
  margin-right: 3rem;
}
.body-atlanta .simulateur-perso .check-client button,
.body-atlanta .simulateur-perso .check-client-atlanta button,
.body-atlanta .simulateur-immo .check-client button,
.body-atlanta .simulateur-immo .check-client-atlanta button {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0px;
  font: normal normal 18px/21px Montserrat;
  border-radius: 13px;
  border: 3px solid #b6d1eb;
  color: #b6d1eb;
  background: #fff;
  padding: 10px 15px;
  margin-right: 10px;
}
.body-atlanta .simulateur-perso .check-client button.selected,
.body-atlanta .simulateur-perso .check-client-atlanta button.selected,
.body-atlanta .simulateur-immo .check-client button.selected,
.body-atlanta .simulateur-immo .check-client-atlanta button.selected {
  color: #ffffff;
  background-color: #005fc5;
  margin-right: 0px;
}
.body-atlanta .simulateur-perso .mar-t,
.body-atlanta .simulateur-immo .mar-t {
  margin-top: 2.5rem;
}
.body-atlanta .simulateur-perso .check-revenue,
.body-atlanta .simulateur-immo .check-revenue {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.body-atlanta .simulateur-perso .check-revenue select,
.body-atlanta .simulateur-immo .check-revenue select {
  padding: 10px 6rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 3px solid rgba(0, 95, 197, 0.231372549);
  text-align: center;
  font: normal normal 600 16px/16px Montserrat;
  letter-spacing: 0px;
}
.body-atlanta .simulateur-perso .range-slider,
.body-atlanta .simulateur-immo .range-slider {
  text-align: left;
  position: relative;
}
.body-atlanta .simulateur-perso .item-left-border,
.body-atlanta .simulateur-immo .item-left-border {
  position: relative;
  margin-bottom: 10px;
  font: normal normal 20px/30px Ubuntu;
  letter-spacing: 0px;
  color: #0d2444;
  font-weight: 500;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.body-atlanta .simulateur-perso .range-slider__range,
.body-atlanta .simulateur-immo .range-slider__range {
  -webkit-appearance: none;
  background: #e7004c;
  width: 100%;
  height: 4px;
  border-radius: 5px;
  outline: none;
  padding: 0;
  margin: 0;
}
.body-atlanta .simulateur-perso .range-slider .value-input .units,
.body-atlanta .simulateur-immo .range-slider .value-input .units {
  float: right;
  text-align: left;
  font: normal normal 16px/28px Ubuntu;
  letter-spacing: 0px;
  color: #0d2444;
  opacity: 1;
  font-weight: 500;
  margin: 0 10px;
  padding-top: 2px;
}
.body-atlanta .simulateur-perso input[type=text],
.body-atlanta .simulateur-immo input[type=text] {
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
}
.body-atlanta .simulateur-perso .range-slider__value,
.body-atlanta .simulateur-immo .range-slider__value {
  float: right;
}
.body-atlanta .simulateur-perso .dhs.sim-input,
.body-atlanta .simulateur-immo .dhs.sim-input {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  background-position: 100% 4px !important;
}
.body-atlanta .simulateur-perso .range-slider__value,
.body-atlanta .simulateur-immo .range-slider__value {
  background-color: transparent;
  border: 0 !important;
  font: normal normal bold 16px/28px Ubuntu;
  letter-spacing: 0px;
  color: #0d2444;
  text-align: right;
}
.body-atlanta .simulateur-perso .left,
.body-atlanta .simulateur-immo .left {
  float: left;
}
.body-atlanta .simulateur-perso .right,
.body-atlanta .simulateur-immo .right {
  float: right;
}
.body-atlanta .simulateur-perso .value-input,
.body-atlanta .simulateur-immo .value-input {
  background: rgba(255, 255, 255, 0.3019607843) 0% 0% no-repeat padding-box;
  border: 1px solid #cccbcb;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  margin-bottom: 1rem;
  width: 289px;
}
.body-atlanta .simulateur-perso .max-min,
.body-atlanta .simulateur-immo .max-min {
  text-align: left;
  font: normal normal 18px/21px Ubuntu;
  letter-spacing: 0px;
  color: #e7185b;
  font-weight: 500;
  margin-top: 0.5rem;
}
.body-atlanta .simulateur-perso input[type=range]::-webkit-slider-thumb,
.body-atlanta .simulateur-immo input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  background: #e7185b;
  cursor: pointer;
  border-radius: 50%;
}
.body-atlanta .simulateur-perso .classlabel,
.body-atlanta .simulateur-immo .classlabel {
  text-align: left;
  font: normal normal 20px/30px Ubuntu;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0d2444;
}
.body-atlanta .simulateur-perso .description-ttc,
.body-atlanta .simulateur-immo .description-ttc {
  font: normal normal bold 14px/21px Ubuntu;
  letter-spacing: -0.32px;
  color: #c12d68;
  text-transform: capitalize;
}
.body-atlanta .simulateur-perso .assu-frais,
.body-atlanta .simulateur-immo .assu-frais {
  display: flex;
}
.body-atlanta .simulateur-perso .assu-frais .dflex,
.body-atlanta .simulateur-immo .assu-frais .dflex {
  display: flex;
}
.body-atlanta .simulateur-perso .dflex h4,
.body-atlanta .simulateur-immo .dflex h4 {
  font: normal normal 20px/30px Ubuntu;
  font-weight: 500;
  letter-spacing: 0px;
  color: #0d2444;
  margin-right: 5rem;
}
.body-atlanta .simulateur-perso .dflex h6,
.body-atlanta .simulateur-immo .dflex h6 {
  text-align: left;
  font: normal normal bold 20px/21px Ubuntu;
  letter-spacing: -0.78px;
  color: #0b5089;
}
.body-atlanta .simulateur-perso #rappeler,
.body-atlanta .simulateur-perso #rappel,
.body-atlanta .simulateur-immo #rappeler,
.body-atlanta .simulateur-immo #rappel {
  width: 100%;
  text-transform: capitalize;
  width: 100%;
  background: #e9175c 0% 0% no-repeat padding-box;
  font: normal normal 18px/21px Ubuntu;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 10px;
  opacity: 1;
  font-weight: 500 !important;
}
.body-atlanta .simulateur-perso .mensualttc,
.body-atlanta .simulateur-immo .mensualttc {
  text-align: center;
  font-size: 20px !important;
  background: rgba(255, 255, 255, 0.7176470588) 0% 0% no-repeat padding-box;
  border: 3px solid rgba(0, 113, 206, 0.3647058824);
  opacity: 1;
  -webkit-backdrop-filter: blur(38px);
          backdrop-filter: blur(38px);
}

.not-front.page-node-3850::after {
  content: none;
}

.nouveau-compte .form-item-client,
.simulateur-atlanta .form-item-client {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.nouveau-compte .form-item-client .form-radios,
.simulateur-atlanta .form-item-client .form-radios {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.nouveau-compte .form-item-client label:first-child,
.simulateur-atlanta .form-item-client label:first-child {
  text-align: left;
  font: normal normal 600 16px/21px Montserrat;
  letter-spacing: 0px;
  color: #005fc5;
  text-transform: uppercase;
  padding-left: 0 !important;
  margin: 0 !important;
  transform: none !important;
}
.nouveau-compte .form-item-client .form-radios label,
.simulateur-atlanta .form-item-client .form-radios label {
  font: normal normal 16px/21px Montserrat;
  letter-spacing: 0px;
  color: #24242e;
  opacity: 1;
  font-weight: 500;
}
.nouveau-compte .form-item label:first-child,
.simulateur-atlanta .form-item label:first-child {
  text-align: left;
  font: normal normal 600 16px/21px Montserrat;
  letter-spacing: 0px;
  color: #005fc5;
  opacity: 1;
  font-weight: bold;
  margin-left: 4%;
  background-color: #ffffff;
  transform: translateY(0.9vw);
  padding: 0 2%;
}
.nouveau-compte .form-item span.form-required,
.simulateur-atlanta .form-item span.form-required {
  color: #005fc5;
}
.nouveau-compte .form-item input.form-control,
.simulateur-atlanta .form-item input.form-control {
  border-radius: 8px;
  padding: 20px 25px;
  border: 3px solid #b6d1eb;
  background: transparent;
}
.nouveau-compte .form-item input.form-control::-moz-placeholder, .simulateur-atlanta .form-item input.form-control::-moz-placeholder {
  font: normal normal 16px/21px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #b6d1eb;
  opacity: 0.63;
  padding-left: 0px !important;
}
.nouveau-compte .form-item input.form-control::placeholder,
.simulateur-atlanta .form-item input.form-control::placeholder {
  font: normal normal 16px/21px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #b6d1eb;
  opacity: 0.63;
  padding-left: 0px !important;
}
.nouveau-compte .form-item-general-conditions label,
.simulateur-atlanta .form-item-general-conditions label {
  font: normal normal 14px/18px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-weight: 500;
  padding-left: 5px;
}
.nouveau-compte .captcha-submit,
.simulateur-atlanta .captcha-submit {
  display: flex;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 1em;
}
.nouveau-compte input.form-submit,
.simulateur-atlanta input.form-submit {
  height: 50px;
  border: 2px solid #005fc5;
  border-radius: 8px;
  opacity: 1;
  width: 100%;
  font: normal normal bold 18px/21px Ubuntu;
  letter-spacing: 0px;
  color: #005fc5;
  opacity: 1;
  background: #fff;
}
.nouveau-compte input.form-submit:hover,
.simulateur-atlanta input.form-submit:hover {
  border: 2px solid #fff;
  color: #fff;
  background: #005fc5;
}
.nouveau-compte .form-item-tel::after,
.simulateur-atlanta .form-item-tel::after {
  content: "+212";
  position: absolute;
  top: 10px;
  margin-top: 42px;
  z-index: -1;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 2px solid rgb(0, 95, 197);
  font: normal normal 16px/21px Montserrat;
  font-weight: 600;
  letter-spacing: 0px;
  color: #005fc5;
  opacity: 1;
}
.nouveau-compte .form-item-tel,
.simulateur-atlanta .form-item-tel {
  position: relative;
}
.nouveau-compte .form-item-tel input.form-control,
.simulateur-atlanta .form-item-tel input.form-control {
  padding: 20px 78px !important;
}
.nouveau-compte .form-item-general-conditions span,
.simulateur-atlanta .form-item-general-conditions span {
  display: none;
}
.nouveau-compte .client-buttons,
.simulateur-atlanta .client-buttons {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.nouveau-compte .client-button input,
.simulateur-atlanta .client-button input {
  border: 2px solid #b6d1eb;
  border-radius: 13px;
  background: #fff;
  padding: 8px 18px;
  font: normal normal 16px/21px Montserrat;
  letter-spacing: 0px;
  color: #b6d1eb;
  font-weight: 500;
}
.nouveau-compte .client-button input.active-button,
.simulateur-atlanta .client-button input.active-button {
  color: #fff;
  background: #005fc5 0% 0% no-repeat padding-box;
}
.nouveau-compte .map-agence,
.simulateur-atlanta .map-agence {
  display: flex;
}
.nouveau-compte .map-agence img,
.simulateur-atlanta .map-agence img {
  height: 100px;
}
.nouveau-compte .agency-choice-label,
.simulateur-atlanta .agency-choice-label {
  font-weight: bold;
  margin-bottom: 10px;
}
.nouveau-compte .map-agence,
.simulateur-atlanta .map-agence {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 20px 25px;
  border: 3px solid #b6d1eb;
  background: transparent;
}
.nouveau-compte .agency-list,
.simulateur-atlanta .agency-list {
  flex: 1;
  padding-right: 10px;
}
.nouveau-compte #agency-search,
.simulateur-atlanta #agency-search {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 9px;
  padding: 0.6em 0.9em;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.21);
  border: none;
  font: normal normal 16px/21px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
}
.nouveau-compte .agency-items,
.simulateur-atlanta .agency-items {
  list-style: none;
  padding: 0;
  max-height: 200px; /* Limit the maximum height for scrolling */
  overflow-y: auto; /* Enable scrolling */
  border: none;
  border-radius: 5px;
  margin: 0;
}
.nouveau-compte .agency-items li,
.simulateur-atlanta .agency-items li {
  padding: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  font: normal normal 16px/21px Montserrat;
  font-weight: 500;
  letter-spacing: 0px;
  color: #000000;
}
.nouveau-compte .agency-items li:hover,
.simulateur-atlanta .agency-items li:hover {
  background-color: #f0f0f0;
}
.nouveau-compte .agency-map,
.simulateur-atlanta .agency-map {
  flex: 1;
}
.nouveau-compte .agency-map img,
.simulateur-atlanta .agency-map img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.nouveau-compte .agency-list h4,
.simulateur-atlanta .agency-list h4 {
  text-align: left;
  font: normal normal bold 16px/21px Montserrat;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin: 10px 0 10px;
}
.nouveau-compte .agency-list h4::before,
.simulateur-atlanta .agency-list h4::before {
  position: absolute;
  content: url(../images/search.svg);
  top: -47px;
  bottom: 0;
  height: 15px;
  width: 25px;
  right: 35px;
  padding-right: 10px;
  border-right: 1px solid;
  opacity: 0.35;
}
.nouveau-compte .agency-list h4,
.simulateur-atlanta .agency-list h4 {
  position: relative;
}
.nouveau-compte .agency-list span,
.simulateur-atlanta .agency-list span {
  position: absolute;
  padding-top: 19px;
  margin-left: -26px;
  cursor: pointer;
  font-size: 18px;
  opacity: 0.25;
  font-weight: 500;
}

.nouveau-compte-container,
.compte-step2 {
  display: none;
}

.mensualttc {
  margin-right: 12px;
  color: #0071ce;
}

.page-node-3846::after {
  content: none;
}

.page-node-3846 .col-md-8 {
  padding: 0;
}
.page-node-3846 h1.mb-3.text-left {
  display: none;
}
.page-node-3846 .col-md-4.mb-5 {
  display: none;
}
.page-node-3846 .confirmation h1 {
  width: 70%;
  text-align: left;
  font: normal normal bold 30px/38px Ubuntu;
  letter-spacing: 0px;
  color: #0071ce;
  margin-bottom: 20px;
}
.page-node-3846 .confirmation p {
  width: 72%;
  text-align: left;
  font: normal normal normal 16px/22px Ubuntu !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 6rem;
}
.page-node-3846 .button-acceuil {
  text-transform: uppercase;
  background: #005fc5 0% 0% no-repeat padding-box;
  padding: 14px 30px;
  text-align: left;
  font: normal normal 17px/29px Ubuntu;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 500;
}
.page-node-3846 .product {
  width: 100%;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
  max-width: inherit;
}
.page-node-3846 .bloc-footer {
  margin-top: 0 !important;
}
.page-node-3846 .bloc-footer::before {
  content: none;
}
.page-node-3846 #node-3846 {
  background-image: url(../images/confirmation_atlanta.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 0% right 0%;
  background-clip: padding-box;
  height: auto;
}
.page-node-3846 .confirmation .logo-cdm img {
  height: 32px;
  margin-bottom: 120px;
}
.page-node-3846 .logo-holmarcom img {
  width: auto;
  height: 65px;
  float: right;
}
.page-node-3846 .foot-new-simulateur {
  width: 100%;
  float: left;
  background-color: #222328;
  padding-top: 10px;
  padding-bottom: 12px;
  font-family: "Inter", sans-serif;
}
.page-node-3846 .foot-new-simulateur ul.rs-new-simulateur {
  float: right;
}
.page-node-3846 .foot-new-simulateur ul.rs-new-simulateur li {
  float: right;
  margin-left: 18px;
}
.page-node-3846 .foot-new-simulateur ul.rs-new-simulateur li a {
  padding: 10px 7px;
  background: #000;
  border-radius: 6px;
}
.page-node-3846 hr {
  color: #bbb;
}
.page-node-3846 .foot-new-simulateur p {
  margin: 10px 0 10px;
  color: #767874;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
}
.page-node-3846 .foot-new-simulateur ul.menu-foot-new-simulateur,
.page-node-3846 .foot-new-simulateur ul.menu-foot-new-simulateur li {
  float: left;
  width: auto;
  margin-top: 6px;
  padding-left: 0px;
  margin-left: 0px;
}
.page-node-3846 .foot-new-simulateur ul.menu-foot-new-simulateur li a {
  float: left;
  margin-right: 18px;
  color: #767874;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
.page-node-3846 .foot-new-simulateur ul.menu-foot-new-simulateur li a:hover {
  color: #fff;
}
.page-node-3846 .foot-new-simulateur span {
  float: right;
  color: #767874;
  font-size: 16px;
}
.page-node-3846 .foot-new-simulateur .colfooter {
  padding-top: 10px;
  padding-bottom: 10px;
}

.node-type-atlantasanad .logo-holmarcom img {
  width: auto;
  height: 65px;
  float: right;
}
.node-type-atlantasanad .foot-new-simulateur {
  width: 100%;
  float: left;
  background-color: #222328;
  padding-top: 10px;
  padding-bottom: 12px;
  font-family: "Inter", sans-serif;
}
.node-type-atlantasanad .foot-new-simulateur ul.rs-new-simulateur {
  float: right;
}
.node-type-atlantasanad .foot-new-simulateur ul.rs-new-simulateur li {
  float: right;
  margin-left: 18px;
}
.node-type-atlantasanad .foot-new-simulateur ul.rs-new-simulateur li a {
  padding: 10px 7px;
  background: #000;
  border-radius: 6px;
}
.node-type-atlantasanad hr {
  color: #bbb;
}
.node-type-atlantasanad .foot-new-simulateur p {
  margin: 10px 0 10px;
  color: #767874;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding-bottom: 10px;
}
.node-type-atlantasanad .foot-new-simulateur ul.menu-foot-new-simulateur,
.node-type-atlantasanad .foot-new-simulateur ul.menu-foot-new-simulateur li {
  float: left;
  width: auto;
  margin-top: 6px;
  padding-left: 0px;
  margin-left: 0px;
}
.node-type-atlantasanad .foot-new-simulateur ul.menu-foot-new-simulateur li a {
  float: left;
  margin-right: 18px;
  color: #767874;
  font-size: 15px;
  font-family: "Inter", sans-serif;
}
.node-type-atlantasanad .foot-new-simulateur ul.menu-foot-new-simulateur li a:hover {
  color: #fff;
}
.node-type-atlantasanad .foot-new-simulateur span {
  float: right;
  color: #767874;
  font-size: 16px;
}
.node-type-atlantasanad .foot-new-simulateur .colfooter {
  padding-top: 10px;
  padding-bottom: 10px;
}

#otp-modal #exampleModalLabel {
  color: #0071ce;
  font-family: Poppins;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.75px;
}
#otp-modal .modal-header {
  background: #e0edf7;
  padding: 14px;
  box-shadow: 0px 1px 0px 0px #e4e8ee;
}
#otp-modal .btn-close {
  color: #0071ce;
}
#otp-modal .modal-body {
  display: flex;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
#otp-modal .modal-body h2 {
  color: #0071ce;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.75px;
  text-align: center;
}
#otp-modal .modal-body p {
  color: #4e4b66;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
  text-align: center;
  margin-bottom: 1.25rem;
}
#otp-modal .modal-body span .resend-otp {
  border: none;
  background: transparent;
  color: #0f93ff;
}
#otp-modal #otp-popup-back {
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  text-decoration: none;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #fbebec;
  color: #fe4646;
}
#otp-modal #edit-submit-button--2 {
  border-radius: 6px;
  background: #cdf1dc;
  color: #38c976;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 10px;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: none;
  width: -webkit-fill-available;
}
#otp-modal .otp-fields {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
#otp-modal .otp-input.form-text::-moz-placeholder {
  color: #a0a3bd;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 1px;
}
#otp-modal .otp-input.form-text::placeholder {
  color: #a0a3bd;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 1px;
}
#otp-modal .otp-input.form-text {
  width: 50px;
  height: 60px;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 1px;
  color: #a0a3bd;
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--system-input, #eff0f6);
  background: var(--system-bg, #f7f7fc);
}

#edit-submitted-message {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #a0a3bd !important;
  padding-left: 9%;
}

.form-control#edit-submitted-message::-moz-placeholder {
  color: #a0a3bd !important;
}

.form-control#edit-submitted-message::placeholder {
  color: #a0a3bd !important;
}

.find-agency .checkbox.check {
  display: flex;
  align-items: center;
  gap: 2px;
}

.node-type-ecorpo-modal .modal-ecorpo-site-instit .left {
  width: 62%;
  flex-direction: column;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .node-type-ecorpo-modal .modal-ecorpo-site-instit .left {
    width: 100%;
    gap: 12px;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.node-type-ecorpo-modal .modal-ecorpo-site-instit .right {
  width: 38%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .node-type-ecorpo-modal .modal-ecorpo-site-instit .right {
    width: 100%;
  }
}
.node-type-ecorpo-modal .modal-ecorpo-site-instit .titre-modal-ecorpo {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #4e4b66;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .node-type-ecorpo-modal .modal-ecorpo-site-instit .titre-modal-ecorpo {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
  }
}
.node-type-ecorpo-modal .modal-ecorpo-site-instit .description-ecorpo-modal {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: 0;
  color: #4e4b66;
}
@media only screen and (max-width: 768px) {
  .node-type-ecorpo-modal .modal-ecorpo-site-instit .description-ecorpo-modal {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: normal;
  }
}
.node-type-ecorpo-modal .modal-ecorpo-site-instit .image-ecorpo-modal {
  max-width: 100%;
  max-height: 350px;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}

.node-type-ecorpo-modal::after {
  content: none !important;
}

.node-type-ecorpo-modal-version::after,
.node-type-ecorpo-event::after {
  content: none !important;
}

.node-type-ecorpo-modal .bloc-footer,
.node-type-ecorpo-modal-version .bloc-footer,
.node-type-ecorpo-event .bloc-footer {
  display: none !important;
}

.modal-ecorpo-site-instit {
  display: flex;
  gap: 24px;
  padding: 24px 48px 24px 48px;
  border-radius: 12px;
  align-items: center;
  min-height: 268px;
}
@media only screen and (max-width: 768px) {
  .modal-ecorpo-site-instit {
    flex-direction: column-reverse;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 330px;
  }
}

.modal-ecorpo-version {
  height: auto;
  padding: 0 24px 24px;
}
.modal-ecorpo-version .subtitle-ecorpo-version {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: rgba(78, 75, 102, 0.5);
}
.modal-ecorpo-version .title-ecorpo-version {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-align: center;
  color: rgb(78, 75, 102);
}
.modal-ecorpo-version .title-info {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: rgb(78, 75, 102);
  margin: 0;
}
.modal-ecorpo-version .info-description {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(78, 75, 102);
}
.modal-ecorpo-version .ecorpo-infos {
  gap: 16px;
}
.modal-ecorpo-version .ecorpo-info {
  border: 1px solid rgba(78, 75, 102, 0.2);
  padding: 16px;
  border-radius: 16px;
}
.modal-ecorpo-version .body-modal {
  display: flex;
  align-items: center;
}
.modal-ecorpo-version .left {
  width: 57%;
}
.modal-ecorpo-version .right {
  width: 43%;
}
.modal-ecorpo-version .description-ecorpo-modal {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4e4b66;
  margin-top: 16px;
}
.modal-ecorpo-version .description-ecorpo-modal .gras {
  font-weight: 600;
}
.modal-ecorpo-version .info-body {
  gap: 16px;
}
.modal-ecorpo-version .image-ecorpo-modal {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .modal-ecorpo-version {
    padding: 0 12px 12px;
  }
  .modal-ecorpo-version .left {
    width: 100%;
  }
  .modal-ecorpo-version .right {
    width: 100%;
  }
  .modal-ecorpo-version .body-modal {
    flex-direction: column-reverse;
  }
  .modal-ecorpo-version .image-ecorpo-modal {
    max-height: 200px;
  }
  .modal-ecorpo-version .subtitle-ecorpo-version {
    font-size: 14px;
    line-height: 21px;
  }
  .modal-ecorpo-version .title-ecorpo-version {
    font-size: 20px;
    line-height: 21px;
  }
  .modal-ecorpo-version .ecorpo-info {
    padding: 8px;
  }
  .modal-ecorpo-version .info-description {
    font-size: 12px;
    line-height: 21px;
  }
  .modal-ecorpo-version .title-info {
    font-size: 14px;
    line-height: 21px;
  }
  .modal-ecorpo-version .info-icon-image {
    height: 25px;
  }
  .modal-ecorpo-version .description-ecorpo-modal {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
}

.ecorpo-event {
  padding: 24px 48px;
}
.ecorpo-event .image-ecorpo-modal {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.cookie-info {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 19999;
  background: #fff;
  width: 100%;
  padding: 25px;
  box-shadow: 0px 0px 50px rgba(0, 113, 206, 0.15);
}
.cookie-info .btns-cookies {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.cookie-info .cookie-info-btn.accept {
  background-color: #0071ce;
  color: #e6f0f2 !important;
  border: none;
  border-radius: 8px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.cookie-info .cookie-info-btn.refuse {
  background-color: transparent;
  color: #0071ce !important;
  border: 1px solid #0071ce;
  border-radius: 8px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
@media (max-width: 767px) {
  .cookie-info .cookie-info-btn {
    width: 40% !important;
  }
}
.cookie-info p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #6e7191;
  text-align: center;
}
.cookie-info p .ici-cookie {
  text-decoration: underline !important;
}

.node-type-tomobola-cmw.not-front::after {
  content: none !important;
}

.node-type-tomobola-cmw {
  background: #E8FE4D;
  /* Masquer les radios */
  /* Switch stylisé */
}
.node-type-tomobola-cmw .cmw-container {
  background-image: url(../images/BG-Desktop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  width: 100%;
}
.node-type-tomobola-cmw .container-fluid.bloc-footer.mt-5 {
  display: none !important;
}
.node-type-tomobola-cmw .title-bank {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.node-type-tomobola-cmw .cmw-sub-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  height: 100vh;
  justify-content: center;
  margin: 0 auto;
  justify-self: anchor-center;
}
.node-type-tomobola-cmw .animation-text {
  display: flex;
  flex-direction: column;
}
.node-type-tomobola-cmw .animation {
  display: flex;
  justify-content: center;
}
.node-type-tomobola-cmw .logoanimated {
  width: 31.0275rem;
  height: 11.65394rem;
}
.node-type-tomobola-cmw .logo-cmw {
  width: 322.81px;
  height: 117.264px;
}
.node-type-tomobola-cmw .cmw-form-wrapper {
  margin: 36px 0px;
  display: none;
}
.node-type-tomobola-cmw #cmw-inscription-form {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  background-color: #FFFFFF;
  width: 800px;
  z-index: 5;
  margin: 0 auto;
  justify-self: anchor-center;
}
.node-type-tomobola-cmw .cmw-form-title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 51.692px;
  font-style: normal;
  font-weight: 700;
  line-height: 51.692px; /* 100% */
  letter-spacing: -2.068px;
  margin: 0;
}
.node-type-tomobola-cmw .cmw-form-subtitle {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 25.846px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 34px;
}
.node-type-tomobola-cmw .cmw-form-subtitle strong {
  font-size: 37.154px !important;
  font-weight: 700;
}
.node-type-tomobola-cmw .btn-submit {
  display: flex;
  height: 43px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;
  background: #000;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  width: 100%;
}
.node-type-tomobola-cmw .step2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.node-type-tomobola-cmw .error-message {
  color: red;
  margin: 0;
}
.node-type-tomobola-cmw .input-label {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.node-type-tomobola-cmw .form-control {
  padding: 12px 16px;
  border: 1px solid #9D9D9D;
  background: #FFF;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.node-type-tomobola-cmw .form-control:hover {
  border: 1px solid #000;
}
.node-type-tomobola-cmw .field-line, .node-type-tomobola-cmw .container-fields-row {
  width: 100%;
}
.node-type-tomobola-cmw .field-line {
  justify-self: center;
}
.node-type-tomobola-cmw .switch-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.node-type-tomobola-cmw #client-oui,
.node-type-tomobola-cmw #client-non, .node-type-tomobola-cmw #ticket-oui, .node-type-tomobola-cmw #ticket-non {
  display: none;
}
.node-type-tomobola-cmw .switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 26px;
}
.node-type-tomobola-cmw .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.node-type-tomobola-cmw .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.node-type-tomobola-cmw .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.node-type-tomobola-cmw input:checked + .slider {
  background-color: #56C3FA;
}
.node-type-tomobola-cmw input:checked + .slider:before {
  transform: translateX(18px);
}
.node-type-tomobola-cmw .slider.round {
  border-radius: 12px;
}
.node-type-tomobola-cmw .slider.round:before {
  border-radius: 50%;
}
.node-type-tomobola-cmw .label-switch, .node-type-tomobola-cmw .artist-label {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.56px;
}
.node-type-tomobola-cmw .row-switch {
  display: flex;
  gap: 32px;
  align-items: center;
}
.node-type-tomobola-cmw .inscri-title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  margin: 0;
}
.node-type-tomobola-cmw .ticket-img {
  width: 56.328px;
  height: auto;
}
.node-type-tomobola-cmw .mr {
  padding-right: 8px !important;
  padding-left: 0 !important;
}
.node-type-tomobola-cmw .ml {
  padding-right: 0px !important;
  padding-left: 8px;
}
.node-type-tomobola-cmw .artist-options {
  position: relative;
}
.node-type-tomobola-cmw .images-wrapper {
  display: flex;
  gap: 10px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 736px; /* visible width */
}
.node-type-tomobola-cmw .artist-img {
  width: 200px;
  height: 200px;
  border: 2px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  transition: border 0.3s ease;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
  user-drag: none;
  -webkit-user-drag: none;
}
.node-type-tomobola-cmw .artist-img.selected, .node-type-tomobola-cmw .artist-img:hover {
  border: 2px solid #000;
}
.node-type-tomobola-cmw .arrow-scroll.left-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.node-type-tomobola-cmw .arrow-scroll.right-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  rotate: 180deg;
  cursor: pointer;
  z-index: 10;
}
.node-type-tomobola-cmw .footer-cmw {
  z-index: 909999999;
  position: relative;
  background: #000;
  display: flex;
  height: 95px;
  padding: 0px 100px;
  justify-content: center;
  align-items: center;
  gap: 180px;
  width: 100%;
}
.node-type-tomobola-cmw .footer-cmw .signature {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.25px;
  margin: 0;
  display: flex;
}
.node-type-tomobola-cmw .footer-cmw .logo-left {
  display: flex;
  width: 211.31px;
  height: 65px;
  padding: 0px 72.81px 0px 73.5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.node-type-tomobola-cmw .footer-cmw .logo-left {
  width: 211.309px;
  height: 65px;
}
.node-type-tomobola-cmw .footer-cmw .logo-mobile {
  display: none;
}
.node-type-tomobola-cmw .footer-cmw .logo-desktop {
  display: block;
}
.node-type-tomobola-cmw .suivant-step2 {
  display: none !important;
}
.node-type-tomobola-cmw .ticket-question {
  display: flex;
  gap: 32px;
}
.node-type-tomobola-cmw .btn-submit {
  margin-top: 32px;
}
.node-type-tomobola-cmw .artist-line {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.node-type-tomobola-cmw .ticket-switch {
  gap: 24px;
}
@keyframes shrink {
  to {
    transform: scale(0.7);
    opacity: 0.2;
  }
}
@keyframes grow {
  to {
    transform: scale(1.15);
    opacity: 1;
  }
}
.node-type-tomobola-cmw .logo-cmw,
.node-type-tomobola-cmw .title-bank {
  animation: shrink 3s forwards;
}
.node-type-tomobola-cmw .logoanimated {
  transform: scale(0.9);
  opacity: 1;
  animation: grow 3s forwards;
}
@media (max-width: 768px) {
  .node-type-tomobola-cmw .row.field-line {
    margin: 0 auto;
  }
  .node-type-tomobola-cmw .wrapper-entree-form {
    z-index: 600;
  }
  .node-type-tomobola-cmw .background-right {
    position: absolute;
    right: 0;
  }
  .node-type-tomobola-cmw .back-arrow {
    margin-right: 10px;
  }
  .node-type-tomobola-cmw .error-message {
    margin: 0;
    font-size: 12px;
  }
  .node-type-tomobola-cmw .ticket-question {
    gap: 10px;
  }
  .node-type-tomobola-cmw .ticket-switch {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  .node-type-tomobola-cmw .ticket-img {
    align-self: center;
    display: flex;
    justify-self: center;
  }
  .node-type-tomobola-cmw .images-wrapper {
    width: 289px;
  }
  .node-type-tomobola-cmw .footer-cmw {
    display: flex;
    width: 100%;
    height: 95px;
    padding: 0px 30px;
    justify-content: space-between;
    align-items: center;
    gap: inherit;
  }
  .node-type-tomobola-cmw .logo-mobile {
    display: block !important;
  }
  .node-type-tomobola-cmw .logo-desktop {
    display: none !important;
  }
  .node-type-tomobola-cmw .logo-left {
    width: 43.367px !important;
    height: 43.367px !important;
    padding: 0 !important;
  }
  .node-type-tomobola-cmw .logo-cmw {
    width: 214.809px;
    height: 78.032px;
  }
  .node-type-tomobola-cmw .logoanimated {
    width: 231.56px;
    height: 91.489px;
  }
  .node-type-tomobola-cmw .title-bank {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 20.183px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .node-type-tomobola-cmw .cmw-container {
    background-image: url(../images/BG-Mobile.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .node-type-tomobola-cmw .cmw-form-title {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.96px;
  }
  .node-type-tomobola-cmw .cmw-form-subtitle {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .node-type-tomobola-cmw .cmw-form-subtitle strong {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.96px;
  }
  .node-type-tomobola-cmw #cmw-inscription-form {
    width: 313px;
    padding: 24px;
    align-items: center;
    gap: 32px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .node-type-tomobola-cmw .col-md-6 {
    padding: 0 !important;
  }
  .node-type-tomobola-cmw .ticket-switch {
    display: block;
  }
  .node-type-tomobola-cmw .client-switch {
    gap: 10px;
  }
  .node-type-tomobola-cmw .cmw-form-wrapper {
    justify-self: anchor-center;
  }
  .node-type-tomobola-cmw .suivant-step2 {
    display: block !important;
    height: 43px;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    background: #000;
    width: 100%;
    margin-top: 24px;
    text-align: center;
  }
  .node-type-tomobola-cmw .btn-submit {
    margin-top: 32px;
  }
}

.node-type-confirmation-page {
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: #E8FE4D;
}
.node-type-confirmation-page::after {
  content: none;
}
.node-type-confirmation-page .page-confirmation-tombola-cmw {
  background-image: url(../images/BG-Desktop.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  justify-content: center;
  width: 100%;
  display: flex;
  height: 100vh;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.node-type-confirmation-page .first-title {
  color: #000;
  font-family: Poppins;
  font-size: 31.714px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.269px;
  margin: 0;
}
.node-type-confirmation-page .text-confirmation {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.node-type-confirmation-page .last-title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.node-type-confirmation-page .cmw-confirmation {
  display: flex;
  width: 706px;
  padding: 50px 32px 24px 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: #fff;
  z-index: 50;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  justify-self: anchor-center;
  margin: 0 auto;
}
.node-type-confirmation-page .confirmation-tombola-cmw {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
}
.node-type-confirmation-page .close {
  height: 43px;
  width: 100%;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  background: #000;
}
.node-type-confirmation-page .bloc-footer.mt-5 {
  display: none;
}
.node-type-confirmation-page .background-right {
  height: 100vh;
}
.node-type-confirmation-page .background-left {
  height: 100vh;
}
.node-type-confirmation-page .footer-cmw {
  z-index: 909999999;
  position: relative;
  background: #000;
  display: flex;
  height: 95px;
  padding: 0px 100px;
  justify-content: center;
  align-items: center;
  gap: 180px;
  width: 100%;
}
.node-type-confirmation-page .footer-cmw .signature {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.25px;
  margin: 0;
  display: flex;
}
.node-type-confirmation-page .footer-cmw .logo-left {
  display: flex;
  width: 211.31px;
  height: 65px;
  padding: 0px 72.81px 0px 73.5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.node-type-confirmation-page .footer-cmw .logo-left {
  width: 211.309px;
  height: 65px;
}
.node-type-confirmation-page .footer-cmw .logo-mobile {
  display: none;
}
.node-type-confirmation-page .footer-cmw .logo-desktop {
  display: block;
}
.node-type-confirmation-page .hover-super {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.node-type-confirmation-page .super-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  z-index: 0;
  opacity: 0.6;
  pointer-events: none;
}
.node-type-confirmation-page .super-text {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .node-type-confirmation-page .page-confirmation-tombola-cmw {
    background-image: url(../images/BG-Mobile.png);
  }
  .node-type-confirmation-page .cmw-confirmation {
    display: flex;
    width: 313px;
    padding: 94px 24px 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .node-type-confirmation-page .footer-cmw {
    display: flex;
    width: 100%;
    height: 95px;
    padding: 0px 30px;
    justify-content: space-between;
    align-items: center;
    gap: inherit;
  }
  .node-type-confirmation-page .logo-mobile {
    display: block !important;
  }
  .node-type-confirmation-page .logo-desktop {
    display: none !important;
  }
  .node-type-confirmation-page .logo-left {
    width: 43.367px !important;
    height: 43.367px !important;
    padding: 0 !important;
  }
}

.node-type-partenaire::after, .node-type-partenaires::after {
  content: none !important;
}

#nos-partenaires .HeaderWrapper {
  display: flex;
  padding-left: 7.15%;
  padding-right: 4.24%;
  padding-top: 3.33%;
  padding-bottom: 7.15%;
  align-items: center;
  justify-content: center;
  gap: 1.813rem;
  background-repeat: no-repeat;
  background-image: url(../images/BgHeaderPartenaires.svg);
  background-position: 100% 100%;
  background-size: cover;
}
#nos-partenaires .HeaderWrapper img {
  width: 52%;
}
#nos-partenaires .DescriptionWrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
}
#nos-partenaires .DescriptionWrapper .description {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#nos-partenaires .DescriptionWrapper .black {
  color: #222C37;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
#nos-partenaires .DescriptionWrapper .blue {
  color: #0071CE;
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
#nos-partenaires .DescriptionWrapper .text {
  color: #15355B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 0;
}
#nos-partenaires .DescriptionWrapper .RefAvantages {
  height: 45px;
  padding: 8px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid #FB4782;
  background: #E7004C;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
#nos-partenaires .NouveautesWrapper {
  background-repeat: no-repeat;
  background-image: url(../images/WithArc.svg);
  background-position: 100% bottom;
  background-size: cover;
  height: 600px;
}
#nos-partenaires .nouveautes-swiper {
  padding-bottom: 40px;
}
#nos-partenaires .nouveautes-swiper .border {
  background: rgba(101, 166, 220, 0.2);
  width: 133px;
  height: 0px;
}
#nos-partenaires .nouveautes-swiper .SwiperTitleWrapper {
  margin-bottom: 34px;
}
#nos-partenaires .nouveautes-swiper .SwiperTitleWrapper .Titre {
  color: #EB001B;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#nos-partenaires .nouveautes-swiper .SwiperTitleWrapper .SousTitre {
  color: #222C37;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
}
#nos-partenaires .nouveautes-swiper .WrappedWithImg {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 16px;
}
#nos-partenaires .nouveautes-swiper .tags-pourcentage {
  display: flex;
  justify-content: space-between;
}
#nos-partenaires .nouveautes-swiper .badge-tag {
  padding: 4px 12px;
  border-radius: 7.8px;
  background: rgba(248, 248, 248, 0.9);
  color: #313D4C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
#nos-partenaires .nouveautes-swiper .badge-pourcent {
  padding: 2.6px 10.4px;
  border-radius: 5.2px;
  border: 1.3px solid #E7004C;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  background: #E7004C;
}
#nos-partenaires .nouveautes-swiper .partner-title {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
#nos-partenaires .nouveautes-swiper .logo-title {
  display: flex;
  height: 73px;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 12px 12px;
  background: #FFF;
}
#nos-partenaires .nouveautes-swiper .partner-logo img {
  width: 75px;
  height: 75px;
  border-radius: 8.533px;
  border: 6.4px solid #FFF;
  background: #F3F3F3;
  box-shadow: 0px 2.133px 4.267px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 73px;
}
#nos-partenaires .nouveautes-swiper .nouveaute-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#nos-partenaires .nouveautes-swiper .swiper-slide {
  width: 397px; /* fixe ou auto */
  height: 298px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 16px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.16);
}
#nos-partenaires .nouveautes-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#nos-partenaires .nouveautes-swiper .swiper-pagination-bullet {
  background: #D9DBE9;
  opacity: 1;
}
#nos-partenaires .nouveautes-swiper .swiper-pagination-bullet-active {
  background: #0071CE;
}
#nos-partenaires .nouveautes-swiper .slide-link {
  text-decoration: none;
  color: inherit;
}
#nos-partenaires .AvantagesWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 5.55%;
}
#nos-partenaires .AvantagesWrapper .Title {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
#nos-partenaires .AvantagesWrapper .Title .border {
  background: rgba(101, 166, 220, 0.2);
  width: 133px;
  height: 0px;
}
#nos-partenaires .AvantagesWrapper .Title h3 {
  color: #EB001B;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
#nos-partenaires .AvantagesWrapper .SousTitre {
  color: #222C37;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
}
#nos-partenaires .AvantagesWrapper .FiltresTags {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
#nos-partenaires .AvantagesWrapper .Filtres {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 37px;
  justify-content: center;
}
#nos-partenaires .AvantagesWrapper .FiltresTags button {
  padding: 6px 12px;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid #87ABD5;
  background: rgba(195, 222, 244, 0.4);
  color: #2884D0;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#nos-partenaires .AvantagesWrapper .SearchByTextAndVille {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#nos-partenaires .AvantagesWrapper .partenaire-card {
  border-radius: 16px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.16);
  width: 305px;
}
#nos-partenaires .AvantagesWrapper .partenaire-card a {
  text-decoration: none;
  color: inherit;
}
#nos-partenaires .AvantagesWrapper .partenaire-card .card-image {
  display: flex;
  height: 173px;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 16px;
}
#nos-partenaires .AvantagesWrapper .card-tags {
  display: flex;
  justify-content: space-between;
}
#nos-partenaires .AvantagesWrapper .card-tags .tag {
  color: #313D4C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 6px;
  background: rgba(248, 248, 248, 0.9);
  padding: 4px 12px;
}
#nos-partenaires .AvantagesWrapper .card-tags .pourcentage {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #E7004C;
  background: #E7004C;
  padding: 2px 8px;
}
#nos-partenaires .AvantagesWrapper .logo-title {
  display: flex;
  height: 73px;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 12px 12px;
  background: #FFF;
}
#nos-partenaires .AvantagesWrapper .partner-title {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
#nos-partenaires .AvantagesWrapper .partner-logo img {
  width: 75px;
  height: 75px;
  border-radius: 8.533px;
  border: 6.4px solid #FFF;
  background: #F3F3F3;
  box-shadow: 0px 2.133px 4.267px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 73px;
}
#nos-partenaires .AvantagesWrapper #load-more-partenaires {
  border-radius: 8px;
  border: 1px solid #FB4782;
  background: #E7004C;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  padding: 8px 20px;
  margin: 20px auto;
  cursor: pointer;
}
#nos-partenaires .AvantagesWrapper #filtre-ville, #nos-partenaires .AvantagesWrapper #filtre-recherche {
  color: #494C6C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
  border-radius: 8px;
  border: 1px solid #B9BEE6;
  padding: 8px 16px;
}
#nos-partenaires .AvantagesWrapper #filtre-ville {
  width: 35%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("/sites/all/themes/custom/cdm_rebrand/assets/images/arrow-select-ville.svg") no-repeat right 16px center, #FAFAFA;
  background-size: 20px 20px;
}
#nos-partenaires .AvantagesWrapper #filtre-recherche {
  width: 50%;
  padding-left: 44px;
  background: url("/sites/all/themes/custom/cdm_rebrand/assets/images/loupe-search.svg") no-repeat left 16px center, #FAFAFA;
  background-size: 20px 20px;
}
#nos-partenaires .AvantagesWrapper #PartenairesGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#nos-partenaires .AvantagesWrapper .FiltresTags button.active {
  background: #005398;
  color: #fff;
}
#nos-partenaires .CartesWrapper {
  padding: 90px 5.55%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#nos-partenaires .CartesWrapper .CarteTextWrapper {
  display: flex;
  align-items: center;
}
#nos-partenaires .CartesWrapper .CarteItem .CarteImage img {
  transition: transform 0.5s ease, border 0.5s ease, box-shadow 0.5s ease; /* Ajouté */
}
#nos-partenaires .CartesWrapper .CarteItem {
  text-decoration: none;
  color: inherit;
  width: 542px;
  height: 150px;
  padding: 0px 24px;
  display: flex;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), rgba(255, 255, 255, 0.4);
  box-shadow: 0px -4px 34px 0px rgba(101, 166, 220, 0.4);
  -webkit-backdrop-filter: blur(7.9499998093px);
          backdrop-filter: blur(7.9499998093px);
  justify-content: center;
  align-items: center;
  gap: 24px;
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
#nos-partenaires .CartesWrapper .CarteItem:nth-child(1):hover {
  border-radius: 16px;
  background: var(--Blue-gradient, linear-gradient(118deg, #2747E0 7.9%, #0A1A65 92.1%));
  box-shadow: 0px -4px 34px 0px rgba(101, 166, 220, 0.4);
  -webkit-backdrop-filter: blur(7.9499998093px);
          backdrop-filter: blur(7.9499998093px);
}
#nos-partenaires .CartesWrapper .CarteItem:nth-child(2):hover {
  border-radius: 16px;
  background: linear-gradient(118deg, #3D3B3B 7.9%, #1F1C1C 92.1%);
  box-shadow: 0px -4px 34px 0px rgba(101, 166, 220, 0.4);
  -webkit-backdrop-filter: blur(7.9499998093px);
          backdrop-filter: blur(7.9499998093px);
}
#nos-partenaires .CartesWrapper .CarteItem:hover .CarteImage img {
  width: 150px;
  height: 94.629px;
  transform: rotate(-7.604deg);
}
#nos-partenaires .CartesWrapper .CarteItem:nth-child(2):hover .CarteImage img {
  border-radius: 5.146px;
  border: 0.528px solid #5D5555;
  background: #1F1C1C;
}
#nos-partenaires .CartesWrapper .CarteItem:nth-child(1):hover .CarteImage img {
  border-radius: 5.514px;
  border: 0.566px solid #4263FF;
  box-shadow: 0px 4px 13px 3px rgba(0, 0, 0, 0.3);
}
#nos-partenaires .CartesWrapper .CarteItem:hover .CarteTitle, #nos-partenaires .CartesWrapper .CarteItem:hover .CarteSousTitre {
  color: #fff;
}
#nos-partenaires .CartesWrapper .CarteTitle {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
#nos-partenaires .CartesWrapper .CarteSousTitre {
  color: #6D6E80;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  margin: 0;
}
#nos-partenaires .CartesWrapper .export {
  width: 24px;
  height: 24px;
}
#nos-partenaires .CartesAndForm {
  background-repeat: no-repeat;
  background-image: url(../images/ArcBgInverse.svg);
  background-position: 100% 100%;
  background-size: cover;
}
#nos-partenaires .DevenirPartenaireWrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 5.55% 150px;
  border-radius: 16px;
  background-image: url(../images/devenirpartenairedesktop.svg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  box-shadow: 0px -4px 34px 0px rgba(101, 166, 220, 0.4);
  padding: 50px 48px;
}
#nos-partenaires .DevenirPartenaireWrapper .Text {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 53%;
}
#nos-partenaires .DevenirPartenaireWrapper .title {
  color: #0071CE;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
#nos-partenaires .DevenirPartenaireWrapper .subtitle {
  color: #15355B;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
#nos-partenaires .DevenirPartenaireWrapper .description {
  color: #15355B;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
#nos-partenaires .DevenirPartenaireWrapper #devenir-partenaire {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  border-radius: 8px;
  border: 1px solid #FB4782;
  background: #E7004C;
  padding: 8px 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.PartenaireDetails {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-repeat: no-repeat;
  background-image: url(../images/BgDetailsPartenaireTop.svg);
  background-position: top center;
  background-size: 100%;
}
.PartenaireDetails .WrappedWithPadding {
  padding: 100px 5.55% 0;
}
.PartenaireDetails .WrapperWithCover {
  display: flex;
  flex-direction: column;
  padding: 20.8px;
  height: 450px;
  justify-content: space-between;
}
.PartenaireDetails .WrapperWithCover .TagPourcentWrapper {
  display: flex;
  justify-content: space-between;
}
.PartenaireDetails .WrapperWithCover .TagPourcentWrapper .field-tag-partenaire {
  color: #313D4C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 5.2px 15.6px;
  border-radius: 7.8px;
  background: rgba(248, 248, 248, 0.9);
}
.PartenaireDetails .WrapperWithCover .TagPourcentWrapper .field-pourcentage-reduction {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding: 2.6px 10.4px;
  border-radius: 5.2px;
  border: 1.3px solid #E7004C;
  background: #E7004C;
}
.PartenaireDetails .WrapperWithCover .field-logo-partenaire {
  width: 160px;
  height: 160px;
  border-radius: 8.533px;
  border: 6.4px solid #FFF;
  background: #F3F3F3;
  box-shadow: 0px 2.133px 4.267px 0px rgba(0, 0, 0, 0.25);
}
.PartenaireDetails .WrapperWithCover .field-logo-partenaire img {
  width: 100%;
  height: 100%;
}
.PartenaireDetails .DescriptionWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PartenaireDetails .DescriptionWrapper .PartenaireTitle {
  color: #222C37;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
.PartenaireDetails .DescriptionWrapper .TitleTextWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.PartenaireDetails .DescriptionWrapper .DetailsText {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.PartenaireDetails .DescriptionWrapper .Text {
  color: #15355B;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0;
}
.PartenaireDetails .DescriptionWrapper .StrongTitle {
  margin: 0;
  color: #222C37;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 128.571% */
}
.PartenaireDetails .DescriptionAttentionWrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
}
.PartenaireDetails .field-attention-message {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #FDCFB3;
  background: #FEF2EA;
  color: #FF5F00;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.PartenaireDetails .field-attention-message p {
  margin: 0;
}
.PartenaireDetails .field-disponibilite {
  padding-top: 30px;
  border-top: 1px solid rgba(101, 166, 220, 0.2);
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
}
.PartenaireDetails .field-disponibilite .TitleDispo {
  color: #222C37;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.PartenaireDetails .field-disponibilite ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.PartenaireDetails .field-disponibilite li {
  padding: 8px 20px;
  color: #0071CE;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border-radius: 8px;
  background: rgba(195, 213, 244, 0.4);
}
.PartenaireDetails .Offres-similaires {
  background-repeat: no-repeat;
  background-image: url(../images/ArcBgInverse.svg);
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 70px;
}
.PartenaireDetails .OffresSimilairesBlock {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.PartenaireDetails .OffresSimilairesBlock .TitleWrapper .Titre {
  color: #EB001B;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.PartenaireDetails .OffresSimilairesBlock .TitleWrapper .Titre .border {
  background: rgba(101, 166, 220, 0.2);
  width: 133px;
  height: 0px;
}
.PartenaireDetails .OffresSimilairesBlock .TitleWrapper .SousTitre {
  color: #222C37;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 112.5% */
}
.PartenaireDetails .OffresSimilairesBlock .OffresGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.PartenaireDetails .OffresSimilairesBlock .offre-card {
  display: block;
  width: 305px;
  height: 246px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: inherit;
}
.PartenaireDetails .OffresSimilairesBlock .offre-card .WrappedWithImg {
  display: flex;
  height: 173px;
  padding: 16px;
  width: 100%;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
}
.PartenaireDetails .OffresSimilairesBlock .offre-card .tags-pourcentage {
  display: flex;
  justify-content: space-between;
}
.PartenaireDetails .OffresSimilairesBlock .offre-card .badge-tag {
  color: #313D4C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(248, 248, 248, 0.9);
}
.PartenaireDetails .OffresSimilairesBlock .offre-card .badge-pourcent {
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #E7004C;
  background: #E7004C;
}
.PartenaireDetails .OffresSimilairesBlock .offre-card .logo-title {
  display: flex;
  height: 73px;
  padding: 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 0px 0px 12px 12px;
  background: #FFF;
}
.PartenaireDetails .OffresSimilairesBlock .offre-card .partner-title {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 133.333% */
  margin: 0;
  text-align: left;
}
.PartenaireDetails .OffresSimilairesBlock .offre-card .partner-logo img {
  width: 75px;
  height: 75px;
  border-radius: 8.533px;
  border: 6.4px solid #FFF;
  background: #F3F3F3;
  box-shadow: 0px 2.133px 4.267px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 73px;
}

@media (max-width: 768px) {
  .PartenaireDetails {
    background-image: url(../images/coverpartenerdetailsmobile.svg);
  }
  .PartenaireDetails .WrappedWithPadding {
    padding: 50px 12px 0;
  }
  .PartenaireDetails .WrapperWithCover {
    padding: 20px 16px;
    height: 180px;
  }
  .PartenaireDetails .WrapperWithCover .field-tag-partenaire {
    padding: 4px 12px;
    font-size: 14px;
  }
  .PartenaireDetails .WrapperWithCover .field-pourcentage-reduction {
    padding: 2px 8px;
  }
  .PartenaireDetails .WrapperWithCover .field-logo-partenaire {
    width: 75px;
    height: 75px;
  }
  .PartenaireDetails .DescriptionAttentionWrapper {
    padding-top: 15px;
    gap: 25px;
  }
  .PartenaireDetails .DescriptionAttentionWrapper .DescriptionWrapper {
    gap: 8px;
  }
  .PartenaireDetails .DescriptionAttentionWrapper .PartenaireTitle {
    font-size: 20px;
    line-height: 32px;
  }
  .PartenaireDetails .DescriptionAttentionWrapper .DetailsText {
    gap: 25px;
  }
  .PartenaireDetails .DescriptionAttentionWrapper .StrongTitle {
    font-size: 20px;
    line-height: 32px;
  }
  .PartenaireDetails .DescriptionAttentionWrapper .TitleTextWrapper {
    gap: 8px;
  }
  .PartenaireDetails .field-attention-message {
    flex-direction: column;
    align-items: start;
  }
  .PartenaireDetails .field-disponibilite .TitleDispo {
    font-size: 20px;
    line-height: 32px;
  }
  .PartenaireDetails .Offres-similaires {
    background-image: url(../images/arcoffremobile.svg);
    background-position: 55% 100%;
    padding-top: 148px;
  }
  .PartenaireDetails .OffresSimilairesBlock .TitleWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .PartenaireDetails .OffresSimilairesBlock .Titre {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .PartenaireDetails .OffresSimilairesBlock .Titre .border {
    width: 80px !important;
  }
  .PartenaireDetails .OffresSimilairesBlock .SousTitre {
    font-size: 20px !important;
    line-height: 32px !important;
    width: 50%;
  }
  #nos-partenaires .HeaderWrapper {
    background-image: url(../images/coverpartenaireglobalemobile.svg);
    flex-direction: column;
    padding: 32px 24px;
  }
  #nos-partenaires .HeaderWrapper img {
    width: 90%;
  }
  #nos-partenaires .black {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  #nos-partenaires .blue {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  #nos-partenaires .text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #nos-partenaires .DescriptionWrapper {
    gap: 20px;
  }
  #nos-partenaires .RefAvantages {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  #nos-partenaires .nouveautes-swiper .SwiperTitleWrapper .Titre, #nos-partenaires .AvantagesWrapper .Title h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #nos-partenaires .nouveautes-swiper .SwiperTitleWrapper .SousTitre, #nos-partenaires .AvantagesWrapper .SousTitre {
    font-size: 20px;
    line-height: 32px;
  }
  #nos-partenaires .nouveautes-swiper .SwiperTitleWrapper {
    margin-bottom: 20px;
  }
  #nos-partenaires .NouveautesWrapper {
    height: 500px;
    background-image: url(../images/arcinversemobile.svg);
  }
  #nos-partenaires .AvantagesWrapper {
    gap: 20px;
  }
  #nos-partenaires .AvantagesWrapper .Filtres {
    flex-direction: column-reverse;
  }
  #nos-partenaires .FiltresTags {
    justify-content: start !important;
  }
  #nos-partenaires .FiltresTags button {
    font-size: 13px !important;
    line-height: 24px !important;
    padding: 4px 12px !important;
    border-radius: 4px !important;
    border: 1px solid #B6D1EB !important;
  }
  #nos-partenaires .AvantagesWrapper .Title .border, #nos-partenaires .nouveautes-swiper .border {
    width: 80px;
  }
  #nos-partenaires #load-more-partenaires {
    margin: 10px auto !important;
  }
  #nos-partenaires .CartesAndForm {
    background-image: url(../images/arcoffremobile.svg);
  }
  #nos-partenaires .CartesWrapper {
    padding: 30px 5.55%;
  }
  #nos-partenaires .DevenirPartenaireWrapper .Text {
    width: 100%;
  }
  #nos-partenaires .DevenirPartenaireWrapper {
    margin: 0 5.55% 100px;
    padding: 20px 24px;
    height: 590px;
    background-image: url(../images/devenirpartenairemobile.svg);
  }
  #nos-partenaires .DevenirPartenaireWrapper .title, #nos-partenaires .DevenirPartenaireWrapper .subtitle {
    font-size: 24px;
    line-height: 36px;
  }
  #nos-partenaires .DevenirPartenaireWrapper .description {
    font-size: 16px;
    line-height: 24px;
  }
  #nos-partenaires .SearchByTextAndVille {
    flex-direction: column;
  }
  #nos-partenaires .SearchByTextAndVille #filtre-recherche, #nos-partenaires .SearchByTextAndVille #filtre-ville {
    width: 100%;
  }
  #nos-partenaires .CartesWrapper .CarteItem {
    padding: 24px;
    gap: 16px;
  }
  #nos-partenaires .CartesWrapper .CarteTitle {
    font-size: 18px;
    line-height: 24px;
  }
  #nos-partenaires .CartesWrapper .CarteSousTitre {
    font-size: 14px;
    line-height: 22px;
  }
  #nos-partenaires .CartesWrapper .export {
    display: none;
  }
  #nos-partenaires .CarteImage img {
    width: 100px;
    height: 63.086px;
  }
  #DevenirPartenaireModal .modal-content {
    padding: 24px 15px 32px 15px !important;
  }
}
#DevenirPartenaireModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 40px 0;
}
#DevenirPartenaireModal.active {
  display: flex;
}
#DevenirPartenaireModal .DevenirPartenaireTitles {
  display: flex;
  padding: 10px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#DevenirPartenaireModal .DevenirPartenaireTitles h2 {
  margin: 0;
  color: #0071CE;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
}
#DevenirPartenaireModal .DevenirPartenaireTitles p {
  margin: 0;
  color: var(--System-Label, #6E7191);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
#DevenirPartenaireModal .label-input {
  color: #4E4B66;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal .civilite {
  display: flex;
  padding-bottom: 4px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
#DevenirPartenaireModal .civilite .option {
  display: flex;
  gap: 5px;
  align-items: center;
}
#DevenirPartenaireModal .civilite .civilite-options {
  display: flex;
  gap: 24px;
}
#DevenirPartenaireModal .civilite .option label {
  color: var(--System-Title, #262338);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 183.333% */
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal .modal-content {
  position: relative;
  display: flex;
  max-width: 635px;
  padding: 24px 48px 32px 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #FFF;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
#DevenirPartenaireModal .close-modal {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #0071CE;
}
#DevenirPartenaireModal #DevenirPartenaireForm {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#DevenirPartenaireModal input[name=nom]::-moz-placeholder, #DevenirPartenaireModal input[name=prenom]::-moz-placeholder, #DevenirPartenaireModal input[name=email]::-moz-placeholder, #DevenirPartenaireModal input[name=telephone]::-moz-placeholder, #DevenirPartenaireModal input[name=entreprise]::-moz-placeholder, #DevenirPartenaireModal textarea[name=message]::-moz-placeholder {
  color: var(--Monochrome-Santa-Grey, #A0A3BD);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal input[name=nom]::placeholder, #DevenirPartenaireModal input[name=prenom]::placeholder, #DevenirPartenaireModal input[name=email]::placeholder, #DevenirPartenaireModal input[name=telephone]::placeholder, #DevenirPartenaireModal input[name=entreprise]::placeholder, #DevenirPartenaireModal textarea[name=message]::placeholder {
  color: var(--Monochrome-Santa-Grey, #A0A3BD);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal select[name=ville], #DevenirPartenaireModal select[name=secteur] {
  color: #577192;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
#DevenirPartenaireModal .form-group input {
  color: #262338;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal .form-group input, #DevenirPartenaireModal .form-group select {
  height: 45px;
  padding: 8px 6px 8px 12px;
  border-radius: 12px;
  border: 1px solid var(--Monochrome-Geyser, #D9DBE9);
  background: var(--Monochrome-Soapstone, #FCFCFC);
}
#DevenirPartenaireModal .form-group textarea {
  padding: 8px 6px 8px 12px;
  border-radius: 12px;
  border: 1px solid var(--Monochrome-Geyser, #D9DBE9);
  background: var(--Monochrome-Soapstone, #FCFCFC);
}
#DevenirPartenaireModal input[name=mentions] {
  height: auto;
}
#DevenirPartenaireModal .label-ml {
  display: flex;
  align-items: start;
  gap: 10px;
}
#DevenirPartenaireModal .label-ml p {
  margin: 0;
  color: var(--Monochrome-Mulled-Wine, #4E4B66);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal .label-ml a {
  color: #0071CE;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.25px;
}
#DevenirPartenaireModal .error-msg {
  display: block;
  color: red;
  font-size: 12px;
}
#DevenirPartenaireModal .modal-actions {
  display: flex;
  gap: 15px;
}
#DevenirPartenaireModal .modal-actions button {
  width: 50%;
}
#DevenirPartenaireModal .btn-primary {
  border-radius: 8px;
  border: 1px solid #FB4782;
  background: #E7004C;
  height: 45px;
  padding: 8px 20px;
  color: #FFF;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  cursor: pointer;
}
#DevenirPartenaireModal .btn-secondary {
  height: 45px;
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid #FB4782;
  background: #FFF;
  color: #E7004C;
  font-feature-settings: "liga" off, "clig" off;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */