/* Import Police */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* End Import Police */
/* Variables */
:root {
  /* Brand colors */
  --sab-green: #2a7741;
  --sab-dark-green: #215636;
  --sab-blue: #25295a;
  --sab-dark-blue: #1b264c;
  --sab-orange: #ff5a2e;
  --sab-dark-orange: #ce523a;
  --sab-red: #db3b3b;
  /* Background colors */
  --bg-green: #edf7ef;
  --bg-blue: #daeff5;
  --bg-teal: #daf2ea;
  --bg-orange: #fff0cc;
  --bg-warm: #f7f3f0;
  /* Product colors */
  --npm-teal: #145a4e;
  --npm-dark-teal: #094237;
  --npm-orange: #fbaf00;
  --npm-dark-orange: #d68900;
  /* Arrangements */
  --border: 1px solid #e3e3e3;
  /* Typography */
  --font-family: "Open Sans", sans-serif;
  --color: #191919 !important;
  --font-size: 18px !important;
  --line-height: 1.7;
  --margin-element: 20px 0px 0px 0px;
  --margin-sub-element: 0px 0px 10px 0px; }

/* End Variables */
/* Structure Generale */
html {
  font-size: 16px;
  color: #191919;
  font-family: var(--font-family); }

body {
  background: #f7f3f0 !important; }

.container > img {
  width: 74%;
  margin: 20px auto;
  border-radius: 4px; }

#root img {
  width: 100%; }

table {
  width: 100%;
  border: 1px solid white;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 0.91rem; }

table td, th {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid white; }

hr {
  width: 90%;
  border: 1px solid #d6d6d6; }

.headerBloc {
  background: #fafafa !important;
  border-bottom: var(--border) !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100% !important;
  display: flex; }

.logo {
  width: 270px !important;
  min-width: 200px;
  max-width: 350px;
  margin: 20px auto; }

#root {
  display: flex;
  flex-flow: column;
  width: 100% !important;
  max-width: 60% !important;
  min-width: 650px;
  max-width: 800px;
  border-radius: 6px;
  margin: 30px auto;
  border: var(--border);
  background: white; }

.container {
  width: 100%;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 35px; }

#footer {
  width: 100%;
  margin: 0px auto 20px auto !important;
  border-radius: 6px;
  color: #191919 !important;
  padding: 1% 0 0 0;
  width: 70%;
  min-width: 650px;
  max-width: 800px; }

#footer a {
  color: #191919 !important; }

.form-group-gender {
  display: block; }

#step-2 .form-group {
  width: 100%;
  padding: 0 15px;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.vanguard-payment-form {
  display: inline-block; }

/* End Structure Generale */
/* Text formatting */
.t_center {
  text-align: center; }

.t_bold {
  font-weight: bold; }

.t_gr {
  color: var(--sab-green); }

.t_rd {
  color: var(--sab-red); }

.t_l_thr {
  text-decoration: line-through; }

.t_underline {
  text-decoration: underline; }

.t_mg_l {
  margin-left: 35px; }

p {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  margin-bottom: 0.9rem !important; }

li {
  margin-bottom: 1.25rem !important; }

.t_x5 {
  font-size: 2.25rem !important;
  margin-top: 2rem !important;
  margin-bottom: 1.85rem !important; }

.t_x4 {
  font-size: 1.75rem !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important; }

.t_x3 {
  font-size: 1.5rem !important;
  margin-top: 1.4rem !important;
  margin-bottom: 1.5rem !important; }

.t_x2 {
  font-size: 1.2rem !important;
  margin-top: 1.25rem !important; }

.t_f2 {
  font-size: 1.2rem !important; }

.t_f3 {
  font-size: 1.5rem !important; }

.t_f4 {
  font-size: 1.75rem !important; }

/* End Text formatting */
/* Elements Speciaux */
#accordion2 {
  margin: 10px auto 30px auto; }

.card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
  cursor: pointer; }

.timer {
  max-width: 400px !important; }

.trustpilot-widget {
  width: 100%; }

.wrappercarousel {
  width: 100%;
  overflow: hidden;
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.photobanner {
  position: relative;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  width: 100%; }

.photobanner img {
  margin: 0px 25px;
  box-shadow: 2px 2px 8px #8a8a8a;
  max-width: 600px !important;
  height: 400px; }

.photobanner {
  animation: bannermove 30s linear infinite normal; }

.photobanner:hover {
  animation-play-state: paused !important; }

@keyframes bannermove {
  from {
    left: 0px; }
  to {
    left: -1000px; } }

#carousel1 {
  width: 80%;
  margin: 20px auto;
  padding: 20px;
  background: #10608d;
  border-radius: 5px; }

.carousel-inner {
  width: fit-content;
  margin: 0 auto; }

.carousel-item img {
  width: auto;
  max-width: 100%;
  max-height: 492px;
  margin: 0 auto; }

.displayNone {
  display: none !important; }

.alert {
  width: 90%;
  margin: 20px auto; }

.pal {
  width: 100%; }

.accent_box {
  padding: 22px 27px 22px 27px;
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  margin: 25px auto 37px auto; }

.yl_box {
  background-color: oldlace; }

.gr_sb_box {
  background-color: #d8d98d; }

.gr_bord_box {
  border: 4px solid var(--sab-green); }

.img_double {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 20px auto; }

/* End Elements Speciaux */
/* Choices */
.rsbChoice {
  background-color: white;
  border: 1px solid black;
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 4px; }

.rsbChoice:hover {
  border: 1px solid rgba(75, 114, 103, 0.7);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  background-color: white; }

.img-surbrillance {
  border: 2px solid #282a5f !important;
  -webkit-transform: scale(1.01);
  transform: scale(1.01) !important;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3) !important;
  background-color: white !important; }

.rsbChoice .choiceTitle {
  font-size: 32px;
  background-color: rgba(40, 42, 95, 0.4);
  color: white;
  line-height: initial;
  font-weight: bold;
  margin: -10px -15px 0;
  padding: 4px 10px 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.rsbChoice .img-surbrillance .choiceTitle {
  background-color: #282a5f;
  color: white; }

.rsbChoice img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: saturate(30%);
  width: 100% !important; }

.rsbChoice:hover img, .rsbChoice.img-surbrillance img {
  filter: saturate(100%); }

.rsbChoice .choiceDescription {
  margin: 15px auto;
  font-size: 16px;
  text-align: left;
  padding: 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.rsbChoice .choiceDescription p {
  margin-bottom: 5px; }

.rsbChoice .choiceDescription strong.yay {
  color: #005aa8; }

.rsbChoice .choicePrice {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
  color: #005aa8; }

.rsbChoice .choicePrice small {
  display: block;
  margin-top: -9px;
  font-size: 18px; }

.rsbChoice .choiceSubPrice {
  font-size: 14px;
  color: #8b9299; }

.rsbChoice button {
  padding: 7px 30px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  color: white;
  background: #282a5f;
  border-radius: 5px;
  border: initial;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.rsbChoices .rsbChoice:hover button, .rsbChoices.rsbChoice.img-surbrillance button {
  background: var(--sab-green); }

/* End Choices */
/* Custom choices */
.selection {
  display: flex;
  width: 100%;
  margin: 40px auto;
  justify-content: space-around; }

.option {
  width: 45%;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  padding: 29px;
  border-radius: 4px;
  cursor: pointer;
  background: #f7f3f0;
  border: 1px solid #d6d6d6;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.option:hover {
  border: 1px solid var(--sab-green);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }

.option img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: saturate(30%); }

.option button {
  padding: 7px 30px;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 22px;
  color: white;
  background: #282a5f;
  border-radius: 5px;
  border: initial;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accent {
  border: 2px solid var(--sab-green) !important;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3) !important;
  background: #E3EBDB; }

.accent button {
  background: var(--sab-green) !important; }

.option:hover img, .accent img, .img-surbrillance img {
  filter: saturate(100%) !important; }

.img-surbrillance {
  border: 2px solid var(--sab-green) !important;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3) !important; }

.img-surbrillance button {
  background: var(--sab-green) !important; }

.img-surbrillance img {
  filter: saturate(100%) !important; }

/* End Custom choices */
/* Paiement */
#step-2 {
  box-sizing: border-box;
  padding: 35px; }

.module-block-recapitulative {
  width: 90%;
  margin: 20px auto;
  border-radius: 6px;
  background: #f5f5f5; }

.imgAccordeon {
  max-width: 50px; }

.accordion {
  width: 90%; }

.vanguard-payment-method-switch {
  position: relative;
  display: block;
  background: white !important;
  width: 50% !important;
  height: 75px !important;
  border-radius: 50px !important;
  border: 1px solid grey;
  font-size: 75%;
  font-weight: bold;
  font-family: sans-serif;
  user-select: none;
  margin: auto;
  margin-bottom: 15px;
  cursor: pointer !important; }

.vanguard-payment-method-switch .vanguard-payment-method-switch-indicator {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  background: #a0b2d6;
  box-shadow: 0 0 2px #4169e1;
  border-radius: 50px !important;
  left: 0;
  transition: left ease 0.2s; }

.vanguard-payment-method-switch input[value="sepa"]:checked ~ .vanguard-payment-method-switch-sepa {
  background: url(https://cdn-common.pubfac.io/vanguard/paiement_sepa.png) no-repeat center center !important;
  background-size: 45% !important; }

.vanguard-payment-method-switch .vanguard-payment-method-switch-sepa {
  background: url(https://pubfac-cdn.s3.amazonaws.com/lesinvestisseurs/uploads/sepa_avec_transparence_gris.png) no-repeat center center !important;
  background-size: 47% !important; }

.vanguard-payment-method-switch input[value="bank_card"]:checked ~ .vanguard-payment-method-switch-bank-card {
  background: url(https://sni-cdn.pubfac.io/uploads/cb_avec_transparence.png) no-repeat center center;
  background-size: 70% !important; }

.vanguard-payment-method-switch .vanguard-payment-method-switch-bank-card {
  background: url(https://sni-cdn.pubfac.io/uploads/cb_avec_transparence_gris.png) no-repeat center center;
  background-size: 70% !important; }

.vanguard-payment-form {
  margin-top: 40px; }

.custom-control {
  padding-left: 0px !important; }

.panel-body {
  margin-top: 20px; }

#payment-submit {
  background: var(--sab-green) !important;
  color: white !important;
  border-radius: 4px !important; }

/* End Paiement */
/* Adaptation */
@media screen and (max-width: 991px) {
  #step-2 .form-group {
    width: 100%;
    padding: 0 15px;
    margin-right: 0 !important;
    margin-left: 0 !important; } }

@media screen and (max-width: 480px) {
  .vanguard-payment-method-switch {
    width: 90% !important; }
  .vanguard-payment-method-switch input[value="sepa"]:checked ~ .vanguard-payment-method-switch-sepa {
    background-size: 60% !important; }
  .vanguard-payment-method-switch .vanguard-payment-method-switch-sepa {
    background-size: 60% !important; }
  .vanguard-payment-method-switch input[value="bank_card"]:checked ~ .vanguard-payment-method-switch-bank-card {
    background-size: 85% !important; }
  .vanguard-payment-method-switch .vanguard-payment-method-switch-bank-card {
    background-size: 85% !important; } }

@media only screen and (hover: none) and (pointer: coarse) {
  .page-onepageorderpage {
    width: 100%;
    min-width: 100%;
    margin: 0px auto; }
  #footer {
    width: 100%;
    min-width: 100%;
    border: none; }
  #root {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 0px;
    margin: 0px auto;
    border: none; }
  .container {
    width: 100%;
    padding: 35px 14px; }
  .selection {
    flex-flow: column;
    align-items: center; }
  .option {
    width: 90%;
    padding: 12px;
    margin: 0 auto !important; } }

/* End Adaptation */
