@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");
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          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: -ms-grid;
  display: grid;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 24px;
  gap: 10px;
}

.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/icons/speaker.svg);
}

.formClient .input-email::before {
  background-image: url(../images/icons/sms.svg);
}

.formClient .input-cin::before {
  background-image: url(../images/icons/card.svg);
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 14%;
}

.formClient .client .radio .form-type-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  background: #FCFCFC;
  border: 1px solid #D9D;
}

.formClient .general-condition div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          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;
}

.row-cards {
  margin-top: -2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card {
  padding: 0px;
  height: 100%;
  -webkit-box-shadow: 0px 4px 24px 17px rgba(24, 92, 255, 0.08);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 #e7004c30;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  -webkit-box-shadow: 0px 4px 24px 17px rgba(53, 110, 249, 0.06);
          box-shadow: 0px 4px 24px 17px rgba(53, 110, 249, 0.06);
  min-height: 184px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.astuces .astuce img {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.astuces .astuce:hover {
  -webkit-box-shadow: 0px 4px 24px 17px rgba(53, 110, 249, 0.2);
          box-shadow: 0px 4px 24px 17px rgba(53, 110, 249, 0.2);
}

.astuces .astuce:hover img {
  -webkit-transform: rotate(360deg);
          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;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
  -ms-flex-negative: 0;
      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;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  min-height: 192px;
  margin: 0 24px 24px 0;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 113, 206, 0.17);
          box-shadow: 0px 4px 14px rgba(0, 113, 206, 0.17);
  border-radius: 8px;
  border: 0.5px solid #e7004c30;
  position: relative;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
}

.node-need .container .liens .lien:hover {
  -webkit-box-shadow: 0px 4px 62px rgba(0, 113, 206, 0.17);
          box-shadow: 0px 4px 62px rgba(0, 113, 206, 0.17);
}

.node-need .container .liens .lien:hover .icon {
  -webkit-transform: rotate(18deg);
          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;
  -webkit-transition: all .3s ease;
  transition: all .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: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 113, 206, 0.17);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  background-color: #E9F5FF;
  -webkit-box-sizing: border-box;
          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 #d9dbe9;
  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: .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 #d9dbe9;
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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);
  -webkit-transform: none;
          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: -webkit-fit-content;
  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);
  -webkit-transform: none;
          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;
  -webkit-box-shadow: 0px 4px 24px 17px rgba(24, 92, 255, 0.1);
          box-shadow: 0px 4px 24px 17px rgba(24, 92, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 {
  -webkit-box-shadow: 0px 4px 24px 17px rgba(24, 92, 255, 0.06) !important;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.bg-product .container-head h1 {
  display: inline-block;
  -ms-flex-item-align: end;
      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: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .formClient .client .radio {
  padding-top: 8%;
}

.product .card-body .navigation_item > header::before {
  left: 12%;
}

.produits {
  padding: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 113, 206, 0.17);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-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: 10px 15px !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;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 113, 206, 0.1);
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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;
}

.cloture .general-condition div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.cloture .general-condition div input {
  margin-right: 3%;
  background: #E9F5FF;
  border: 1px solid #0071CE;
  border-radius: 4px;
}

.cloture .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 {
  color: #E7004C;
  text-decoration: none;
}

.cloture input, .cloture select {
  padding: 1rem 0.75rem;
  font-family: "Montserrat";
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.25px;
}

.cloture .form-submit {
  width: 100%;
  background-color: #0071CE;
  color: #E6F0F2 !important;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
}

.cloture label {
  color: #0071CE;
}

.btn-body {
  background-color: #E7004C !important;
}

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

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

.bottomvalidate {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          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;
}
/*# sourceMappingURL=style.css.map */