/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@import url('https://fonts.googleapis.com/css?family=Oswald:100,200,300,400&display=swap');

 body {
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.75;
}

a {
    color: #003383;
}
a:hover {
    color: #1f97bf;
}

/*NAVIGATION*/
.leo-megamenu .navbar-nav > li > a {
    font-size: 17px;
    font-weight: 300;
    color: #003383;
    font-family: 'Oswald';
}
/*-------------------------------*/

h1 {
    font-family: 'Open', sans-serif;
    line-height: 1.35;
    text-align: center;
    font-size: 38px;
    color: #003383;
    font-weight: 400;
    text-transform:uppercase;
}

/* HR après H1 (responsive) */
main h1,
#wrapper h1,
.page-header h1.h1 {
  position: relative;
}

main h1::after,
#wrapper h1::after,
.page-header h1.h1::after {
  content: "";
  display: block;
  width: 100%;                 /* largeur mobile */
  height: 2px;
  background: #43bfe8;         /* couleur de la ligne */
  margin: 0.6rem auto 0 auto;  /* espace + centrage */
}

/* Tablettes et + */
@media (min-width: 768px) {
  main h1::after,
  #wrapper h1::after,
  .page-header h1.h1::after {
    width: 70%;
  }
}

/* Desktop et + */
@media (min-width: 1200px) {
  main h1::after,
  #wrapper h1::after,
  .page-header h1.h1::after {
    width: 100%;
  }
}

/*---------------------------------------------------------------*/
h2 {
    font-family: 'Open', sans-serif;
    line-height: 1.35;
    text-align: left;
    font-size: 30px;
    color: #003383;
    font-weight: 400;
}

h6 {
    font-family: 'Oswald', sans-serif;
    line-height: 1.35;
    text-align: center;
    font-size: 21px;
    color: #460083;
    font-weight: 400;
    padding-bottom: 15px;
}
h5 {
    font-family: 'Open', sans-serif;
    line-height: 1.35;
    text-align: left;
    font-size: 20px;
    color: #003383;
    font-weight: 400;
    text-transform:uppercase;
}

.box-voganav .h-logo img {
    max-height: 90px;
}

.product-prices .current-price {
    font-size: 35px;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 1.5em;
}

.reviews_advices a.open-review-form, a.open-review-form {
    display: none;
}

div.cus-sticky {
    height: 89px;
}

#form_7864299246119553::before {
    background: no-repeat rgb(4, 42, 209);
}

.bg-fullwidth:before {
display:none;
}
.cus-vogacall i {
    color: #003383;
    font-size: 33px;
    position: absolute;
    left: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

#leo_product_reviews_block_extra .reviews_advices {
    display: none;
}

/*.sidebar .block {
    display: none;
}
.sidebar #search_filters_wrapper {
    display: none;
}*/

h4.title_block.title-ap-group, .ApColumn .title_block {
    text-transform: none;
    padding: 0;
    margin: 1em 0 10px;
    font-size: 3em;
    font-weight: normal;
    text-align: center;
}
.f-logo2 {
    margin: 0 0 30px;
    width: 21em;
}

.box-vogaft {
    padding: 38px 0 25px;
}

.plist-autoparts .thumbnail-container .product-meta .add-to-cart {
    width: 100%;
    background: #003383;
    color: #ffffff;
    padding: 10px 0;
    border-radius: 8px;
}
.plist-autoparts .thumbnail-container .product-meta .add-to-cart:hover {
    background: #00BCD4;
    color: #000000;
}

.block-categories .category-sub-menu li > a {
    text-transform: uppercase;
}

/* Désactivation du sticky header 
div.cus-sticky {
     display: none;
}

.box-voganav .div.cus-sticky .h-logo{
     display: none;
}*/


/*TAILLE DES DROP DOWN MENU NAV*/
.leo-megamenu .dropdown-menu li  {
    line-height: 25px;
    padding: 0;
    float: none;
    width: 220px;
}

/* PROFILE 32 86 96 680 55*/
.box-vogabn1 .ApHtml a {
    background: #003383;
}
.box-vogabn1 .ApHtml {
    padding: 17px;
}

.footer-container, #index .footer-container {
    border-top: 1px solid #607D8B;
}

/*COULEUR FOOTER*/
/* Prestashop / ApolloTheme : sélecteurs courants de footer */
#footer,
#footer .container,
.footer-container,
footer,
footer .wrapper,
footer .ap-row,
.ap-footer,
.apollo-footer {
  background: #cde3e917 !important;
  background-image: none !important;
}

/* Lisibilité */
#footer, #footer * {
  color: #003383   !important;
}
#footer a { text-decoration: none; }
#footer a:hover { opacity: .85; }

.footer-container .ApColumn .title_block {
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid black;
    width: 70%;
}
/***** CALL US****/
.cus-vogacall a {
    font-size: 1.4em;
}

/****** BARRE DE LANGUE à Côté du CART ****/

#header-lang-switch {
  font-size: 14px;
  line-height: 1;
}

#header-lang-switch .lang-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

#header-lang-switch .lang-link img {
  display: block;
  width: 16px;   /* garde la taille, clean sur retina */
  height: 11px;
  object-fit: cover;
  border-radius: 2px;     /* optionnel: coins un peu arrondis */
  box-shadow: 0 0 0 1px rgba(0,0,0,.06); /* optionnel: fin liseré */
}

#header-lang-switch .lang-link.is-active img {
  outline: 2px solid currentColor; /* met en évidence la langue active */
  outline-offset: 2px;
}

#header-lang-switch .lang-sep {
  opacity: .6;
}

/* Accessibilité: texte invisible visuellement mais lu par SR */
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,1px,1px);
  white-space: nowrap; border: 0;
}

/* Optionnel : masquer l’ancien sélecteur s’il apparaît en top bar */
.header-top .ps_languageselector,
.header-top .language-selector { display: none !important; }






