/*
 BDC SAE v1
 */
/*---------------------- IMPORT POLICE ----------------------*/
/*-----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
/*-------------------------- Reset --------------------------*/
/*-----------------------------------------------------------*/
/* 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;
  --bg-grey: #e7e7e7;
  /* 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; }

html, body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #7a7a7a;
  line-height: 1.5;
  letter-spacing: 0.025em;
  background: #fff; }

p {
  margin-bottom: 0.6rem; }

li {
  margin-top: 0;
  margin-bottom: 0.5rem; }

h1 {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  color: #6C7C69; }

h2 {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 700;
  color: #6C7C69; }

h3 {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 700;
  color: #6C7C69; }

h4 {
  font-size: 1.3rem;
  margin: 0;
  color: #6C7C69; }

h5 {
  font-size: 1.2rem;
  margin: 0;
  color: #6C7C69; }

.f-medium {
  font-size: 1.2rem; }

.f-light {
  font-weight: 300; }

.f-dark-grey {
  color: #4d4d4d; }

.f-grey {
  color: #b3b3b3; }

.f-sae-green {
  color: #6C7C69; }

.f-green {
  color: #2dba4e; }

.f-blue {
  color: #386bc2; }

.f-red {
  color: #c71c1c; }

.bg-grey {
  background: #e7e7e7; }

a, .f-link, .btn, .selecteur, .offre, .vanguard-oops-button {
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s; }

a {
  color: #6C7C69;
  opacity: 1;
  text-decoration: none; }

button > a {
  text-decoration: none; }

.f-link {
  color: #6C7C69;
  opacity: 1;
  text-decoration: underline;
  cursor: pointer; }

.f-link, a:hover {
  color: #54595F;
  opacity: 0.8;
  text-decoration: underline; }

.btn-sae {
  display: inline-block;
  background: #2dba4e;
  color: #ffffff !important;
  padding: 0 50px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #229c3f;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.btn-sae:hover, .btn-sae:active {
  background: #28a846;
  border-bottom: 3px solid #229c3f; }

.vanguard-oops-button {
  background-color: #c71e42 !important;
  border-color: #c71e42 !important;
  display: inline-block;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer; }

.vanguard-oops-button:hover {
  background-color: #b81a3b !important; }

#oups {
  display: none;
  background: #f7f7f7; }

.one-click-ctx #oups {
  display: block; }

.one-click-ctx .vanguard-sepa-signature-container {
  display: none; }

.btop-solid {
  border-top: 1px solid #d7d7d7; }

.btop-dotted {
  border-top: 1px dotted #d7d7d7; }

.bbottom-solid {
  border-bottom: 1px solid #d7d7d7; }

.bbottom-dotted {
  border-bottom: 1px dotted #d7d7d7; }

/*-------------------------- Header -------------------------*/
/*-----------------------------------------------------------*/
.header {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #eee; }

.header .logo {
  display: block;
  width: 160px;
  max-width: 100%;
  margin: 0 auto; }

.header .logo img {
  display: block;
  width: 100%; }

/*-------------------------- Offer --------------------------*/
/*-----------------------------------------------------------*/
.intro img {
  display: block;
  width: 640px;
  max-width: 100%;
  margin: 0 auto 30px auto; }

/*---------------------- formulaire ----------------------*/
/*--------------------------------------------------------*/
.form-fields .vanguard-contact-form-label {
  display: block;
  position: absolute;
  margin: 0;
  top: -16px;
  left: 20px;
  font-size: 12px !important;
  background: #fff;
  padding: 0 5px;
  color: #7d7d7d !important; }

.module-block-recapitulative {
  font-size: 13px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 15px !important; }

.module-block-recapitulative h4 {
  margin-bottom: 20px;
  color: #6C7C69; }

.form-fields .vanguard-required-star {
  color: #2dba4e; }

.payment-info ul {
  list-style: none !important; }

.form-fields .vanguard-shipping-form .vanguard-contact-form-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px; }

.form-fields .col-sm-12 {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0; }

.form-fields .col-sm-12:before, .form-fields .col-sm-12:after {
  display: table;
  content: '';
  clear: both; }

.form-fields .form-group {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 36px; }

.form-fields .form-group.form-check {
  margin-bottom: 10px; }

.vanguard-shipping-fees {
  padding-top: 10px;
  font-size: 0.8rem; }

.form-fields .form-group.form-check {
  width: 100%; }

#billingCountry.form-control, #shippingCountry.form-control {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px; }

.vanguard-optins-container:before, .vanguard-optins-container:after {
  display: table;
  content: '';
  clear: both; }

.form-check-input {
  margin-top: 8px; }

.vanguard-contact-information .vanguard-billing-form {
  margin-bottom: 10px !important; }

.vanguard-shipping-fees {
  color: #4d4d4d !important;
  font-size: 0.85rem !important;
  margin-top: 0 !important;
  padding: 5px 0 0 15px !important; }

.btn-sae {
  display: inline-block;
  background: #2dba4e;
  color: #ffffff !important;
  padding: 0 50px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 5px solid #229c3f;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  font-size: 20px;
  text-decoration: none; }

.one_click {
  background-color: var(--sab-blue);
  color: whitesmoke;
  border-radius: 20px;
  padding: 15px; }

/*------------------------ Footer ------------------------*/
/*--------------------------------------------------------*/
footer {
  text-align: center;
  background: #eee;
  color: #6C7C69;
  font-size: 0.9rem;
  font-weight: 400;
  padding: 20px 0;
  margin-top: 40px; }

footer p {
  margin-bottom: 0;
  font-size: 15px; }

footer a {
  color: #6C7C69;
  font-weight: 700;
  text-decoration: none !important;
  opacity: 1;
  margin: 0 15px; }

footer a:hover {
  color: #54595F;
  opacity: 0.9; }

/*------------------------ Responsive ----------------------*/
/*----------------------------------------------------------*/
@media screen and (max-width: 960px) {
  .form-fields .form-group {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .header .logo {
    width: 120px; }
  .header .secure {
    font-size: 14px; }
  h1 {
    font-size: 1.8rem;
    margin: 0;
    font-weight: 700;
    color: #1e1e1e; }
  h2 {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 700;
    color: #4d4d4d; }
  h3 {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 700;
    color: #4d4d4d; }
  h4 {
    font-size: 1.1rem;
    margin: 0;
    color: #4d4d4d; }
  .btn-sae {
    height: initial;
    padding: 15px 20px 12px 20px;
    line-height: 1.5;
    font-size: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
  .form-fields .col-sm-12 {
    margin: 0; }
  .form-fields .form-group {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
  .form-fields .form-group.form-check {
    padding-left: 20px; } }

@media screen and (max-width: 640px) {
  h1 br {
    display: none; } }
