body {
    letter-spacing: 0.2px;
    font-weight: 200;
}

.customization a {
    text-decoration : underline;
}

.product-line-grid-body a {
    text-decoration : underline;
}

    /*
 * Row with equal height columns
 * --------------------------------------------------
 */
 .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
#wrapper {
    padding-top: 1.563rem;
    background: #fff url(../img/fd-ecoshine.png) no-repeat right -120px;
    background-position-x: calc(100% - ((100% - 360px + 20vw) / 2));
    background-size: 50vw;
}
.h1, .h2, .h3 {
    color: #00667e;
    text-transform: uppercase;
}
p {
    color: #00667e;    
    font-size: 1rem;
    font-weight: 300;
}
.text-green {
    color:#5cb56b
}
.text-center {
    text-align: center;
}
#search_wrapper {
    width: 100%;
}
#header input.search_field.search-widget__input-right {
    padding: 2px 15px 8px;
    width: 60%;
    line-height: 1;
    vertical-align: middle;
}
#header .mobile .btn.btn-search,
#header .search-widgets .btn.btn-search {
    background: none;
    background: none;
    color: #00667e;
    border: none;
    font-size: 1.1rem;
    padding: 15px 0 10px;
    line-height: 0.9;
}
#header .header-nav .user-info {
    margin-top: 14px;
    margin-left: 1.3rem;
}
.search_field.search-widget__input-right {
    padding: 2px 5px 7px;
}
#header .header-top {
    padding: 0;
}
/******** HOME  ********************************/
#index #wrapper {
    padding-top: 0;
    background: none;
}
#index h1,
#index .h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 200;
}
#index h2  {
    font-weight: 100;
}
.home-drop {
    position: relative;
    overflow: hidden;
}

.home-drop::before {    
    content: "";
    display: block;
    width: 192px;
    aspect-ratio: 241 / 286;
    background: transparent url(../img/fd-ecoshiny-home.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: -30px;
    top: 20px;
}
.home-drop .add-to-cart.btn.btn-lg.btn-primary {
    padding: 10px 110px;
    font-size: 25px;
    font-weight: 500;
}
.fd-titre-bleu {
    background: transparent url(../img/fd-titre-bleu.png) no-repeat left center;
}
.fd-titre-bleu-gris {
    background: transparent url(../img/fd-titre-bleu-gris.png) no-repeat left center;
}
.fd-bleu {
    background-color: #00667e;
}
.fd-gris {
    background-color: #eee;
}
h2.fd-titre-bleu, h2.fd-titre-bleu-gris {
    height: 67px;
    font-size: 27px;
    line-height: 67px;
    margin-bottom: -25px;
    z-index: 2;
    position: relative;
    background-size: contain;
}
h2.fd-titre-bleu-gris {
    margin-bottom: -33px;
}

.fd-voiture {
    background: transparent url(../img/fd-voiture.jpg) no-repeat 69% center
}
#index h3 {
    font-size: 24px;
    line-height: 40px;
}

.image-center {
    margin: 0 auto;
    display: block;
}
@media (max-width: 576px) {
    #partenaires > .row-eq-height {
        display: block;
    }
}
 #partenaires .row > div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

/********* CATEGORY *****************************/
.block-category.card.card-block {
    background-color: rgb(255 255 255 / 57%);
}

.category-id-6 .block-category .block-category-inner {
    justify-content: center;
}
#subcategories {
    background-color: transparent;
}
.product-miniature .product-title a {
    font-size: 21px;
    color: #060606;
}
.product-miniature .product-price-and-shipping {
    color: #818181;
}
/********* PRODUCT *****************************/
#product .h1 {
    font-size: 2em;
    text-align: center;
    margin: 40px 0;
}
label, .label {
    font-size: 16px;
    color: #232323;
    display: flex;
    align-items: center;
    text-align: right;
}
.radio-label {
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 200 !important;
    background: transparent;
    border: none;
}
.product-variant-item-name {
    background-color: #00667e;
    text-transform: uppercase;
    color: white;
    font-size: 1.3em;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    font-weight: 200;
}
.attribute-value-img {
    display: inline-block;
    width: 60px;
}
.product-variant-item-value-name {
    color: #00667e;
}
.input-container .round {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 12px;
    background-color: white;
    border: 4px solid #5cb56b;
    position: relative;
}
.input-container .round.selected:after {
    content: "";
    font-size: 19px;
    color: #00667e;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    line-height: 2;
    height: 10px;
    border-radius: 50%;
    background-color: #00667e;
}
.perso-vehicule .input-text {
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #0069b4;
}
.perso-vehicule .input-immatriculation {
    border-width: 2px 20px;
    text-align: center;
    width: 140px;
}
.product-prices {
    margin: 20px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-prices div {
    margin-bottom: 0;
}
.product-prices:before {
    content : "Montant de la prestation";
    display: inline;
    color: #00667e;
    padding-right: 10px;
    font-size: 1.3em;
}
.current-price {
    border: 5px solid #5cb56b;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 22px;
    color: #5cb56b;
    display: inline-block;
}

.product-add-to-cart .add {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 10px;
}
.btn.btn-primary.add-to-cart .material-icons {
    display: none;
}
.btn.btn-primary.add-to-cart {
    text-transform: uppercase;
    background-color: #5cb56b;
    font-weight: 200;
    font-size: 20px;
    border-radius: 10px;
}
.details-options {
    color: #00667e;
    font-weight: 200;
    font-size: 0.9em;
}
#product .tabs {
    display: none;
}

/********** Checkout  **************************************************************/
.cart-summary-line .label {
    float: left;
    margin-bottom: 10px;
}
[for="field-alias"], [for="field-alias"] + *, [for="field-alias"] + * + * {
    display: none;
}
label[for="conditions_to_approve[terms-and-conditions]"] {
    display: inline-block;
}
/********** RWD *******************************************************************/
@media (min-width: 360px) {
    .container {
        width:100%;
        max-width: 100%
    }
    #wrapper {
        background-position-x: calc(100% - ((100% - 336px + 20vw) / 2));
        background-size: 40vw;
    }
    #header .header-nav {
        border-bottom: none;
    }
    #index #wrapper > .container {
        padding-left: 0;
        padding-right: 0;
    }
    .home-drop::before {
        width: 192px;
        right: -30px;
        top: 20px;
    }
    #index h1, #index .h1 {
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 200;
    }
}
@media (min-width: 576px) {
    .container {
        width:540px;
        max-width: 100%
    }
    #wrapper {
        background-position-x: calc(100% - ((100% - 546px + 20vw) / 2));
        background-size: 50vw;
    }
    #header .header-nav {
        border-bottom: none;
    }
    .home-drop::before {
        width: 220px;
        right: -50px;
        top: 40px;
    }
    #index h1, #index .h1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .container {
        width:720px;
        max-width: 100%
    }
    #wrapper {
        background-position-x: calc(100% - ((100% - 738px + 20vw) / 2));
        background-size: 50vw;
    }
    #header .header-nav {
        border-bottom: #f6f6f6 2px solid;
    }
    #index #wrapper > .container {
        padding-left:15px;
        padding-right: 15px;
    }
    #header .header-top {
        padding: 1.25rem 0;
    }
    .home-drop::before {
        width: 241px;
        right: -50px;
        top: 60px;
    }
    #index h1, #index .h1 {
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 200;
    }
}

@media (min-width: 992px) {
    #index #header {
        margin-bottom: -70px;
    }
    .container {
        width:960px;
        max-width: 100%
    }
    #wrapper {
        background-position-x: calc(100% - ((100% - 960px + 20vw) / 2));
        background-size: 50vw;
    }
    .home-drop::before {    
        width: 370px;
    }
}

@media (min-width: 1200px) {
    .container {
        width:1140px;
        max-width: 100%
    }
    #wrapper {
        padding-top: 1.563rem;
        background: #fff url(../img/fd-ecoshine.png) no-repeat right -120px;
        background-position-x: calc(100% - ((100% - 1140px + 350px) / 2));
    }
    .home-drop::before {
        width: 482px;
        right: -100px;
        top: 140px;
    }
    
}