/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */





/*REGLAGE H1,H2;H3...*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500 !important;
}

h2, .h2 {
    font-size: 2.3rem;
}

h3, .h3 {
    font-size: 1.8rem;
}

@media (max-width: 575px) {
h2, .h2 {
    font-size: 2.3rem;
    line-height: normal;
}
}

@media (max-width: 575px) {
h3, .h3 {
    font-size: 1.8rem;
    line-height: normal;
}
}





/*BOUTONS*/
.btn:after, .btn-primary:after, .btn-secondary:after, .btn-tertiary:after {
    display: none;
}

.grid .buttons-container .add-cart {
    border: #373737;
}


/*FIL D'ARIANE*/

@media (max-width: 768px) {
.breadcrumb {
    display: block;
    margin-bottom: 25px !important;
}
}

.breadcrumb {
    margin-bottom: 50px;
        font-size: 12px;
}





/*TOP HEADER*/

@media (max-width: 991px) {
.top-logo a {
    max-width: 140px;
}
}

@media (max-width: 575px) {
#_mobile_contact_link {
    display: none;
}
}

@media (max-width: 991px) {
#_mobile_contact_link {
    display: none;
}
}

@media (min-width: 992px) {
.cart-header .cart-products-count span {
    line-height: 43px;
}
}

@media (min-width: 992px) {
    body .language-selector .expand-more:hover ,body .cart-header:hover {
        color: #767575;
    }
}

body a:hover {
    color: #767575;
}

/*CONNEXION*/

@media (min-width: 992px) {
    .header-nav {
        font-weight: 500;
    }
}

/*SELECT LANGUAGE*/

@media (min-width: 992px) {
.page-index #header:not(.hide-bar) .language-selector .dropdown-menu, .page-index #header:not(.hide-bar) .currency-selector .dropdown-menu {
    background-color: transparent;
    left: 0;
    color: rgb(255 255 255 / 65%);
}
}

/*MENU*/

@media (min-width: 992px) {
.main-menu .dropdown-item[data-depth="0"] {
    color: rgb(255 255 255);
    font-size: 0.9em;
}
}

@media (max-width: 991px) {
.top-menu .dropdown-item {
    color: inherit;
    padding: 14px 0 14px 20px;
    white-space: normal;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 0px solid #e5e5e52b;
    position: relative;
}
}

body .menu-show .menu-icon {
    color: #fff;
}

/*Thumbnails in main menu*/

.menu-thumbnail .banner-description {
    top: 32px;
}

.menu-thumbnail .title-one {
    font-size: 1em;
}

.menu-thumbnail .title-two {
    line-height: 1.5;
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

.menu-thumbnail .title-three {
    font-size: 0.75em;
}

.menu-thumbnail p {
    margin-bottom: 10px;
}

@media (max-width: 480px) {
.menu-thumbnail:not(.alt-banner) .banner-description {
    top: 32px;
}
}

.menu-thumbnail.alt-banner .banner-description:after {
    width: 2.17em;
    height: 2.17em;
}


/*HOME PAGE*/

/*SLIDER*/

@media (max-width: 575px) {
.header-slide.with-image .image {
    display: block;
}
}

@media (max-width: 575px) {
.header-slide .slide_title-two {
    font-size: 2.2em;
}
}

@media (max-width: 768px) {
.header-slide p {
    font-size: 1.3em;
}
}

@media (max-width: 991px) {
.header-slide.fullscreen-mode .headerslider-figure {
    height: calc(85vh - 60px);
}
}

.header-slide.overlay-bg .slide-link:before {
    background: rgb(0 0 0 / 20%);
}

.header-slide.with-image .description {
    flex: 0 0 60% !important;
}
.header-slide.with-image .image {
    flex: 0 0 40% !important;
    padding-left: 0px;
}

.header-slide .slide_title-two {
    font-size: 2.2em;
}

.header-slide p {
    font-size: 1.1em;
}

/*TOP BANNER*/

@media (max-width: 414px) {
.top-banner {
    font-size: 16px;
}
}
@media (max-width: 480px) {
.top-banner {
    font-size: 16px;
}
}

@media (max-width: 575px) {
.top-banner {
    font-size: 16px;
}
}

@media (max-width: 1600px) {
.top-banner {
    font-size: 16px;
}
}

@media (min-width: 769px) and (max-width: 991px) {
.top-banner {
    font-size: 11px;
}
}

@media (min-width: 769px) and (max-width: 991px) {
    .top-banner:not(.alt-banner) .banner-description {
        padding-left: 5%;
        padding-right: 50%;
}
}

@media (min-width: 769px) and (max-width: 1199px) {
    .top-banner:not(.alt-banner) .banner-description {
        padding-left: 5%;
        padding-right: 50%;

}
}

.top-banner .title-one {
    font-size: 0.8em;
    margin-bottom: 10px;
}

.top-banner .title-two {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.top-banner p:last-child {
    margin-top: 14px;
    margin-bottom: 14px;
}

.top-banner {
    font-weight: 400;
}

.top-banner .description:after {
    font-size: 0.8em;
    margin-top: 0.85em;
    display: none;
}

.top-banner p {
    font-size: 1.2em;
}


/*NOS PRODUITS*/

@media (max-width: 575px) {
.grid .product-miniature {
    padding: 4px 10px 50px;
}
}

@media (max-width: 991px) {
    .view-grid.products {
        display: flex;
    }
}
    
.more-btn {
    margin-top: 60px;
    display: none;
}

.productstabs-section {
    margin-top: 60px;
    margin-bottom: 60px;
}


/*FEATURES SECTION*/

@media (min-width: 576px) {
.features-home .description-section {
    margin-bottom: 0px;
}
}

@media (max-width: 480px) {
.feature-item {
    margin-top: 0px !important;
}
}

@media (max-width: 575px) {
.feature-item {
    margin-top: 0px !important;
}
}

@media (max-width: 480px) {
    .feature-item .wrap-icon img {
        max-width: 40px !important;
    }
}

.feature-item .wrap-icon img {
    max-width: 45px;
}

@media (max-width: 480px) {
    .feature-item .wrap-icon:before, .feature-item .wrap-icon:after {
        font-size: 80px !important;
    }
}

.feature-item .wrap-icon:before, 
.feature-item .wrap-icon:after {
    font-size: 105px;
}

.features-home {
    padding: 3% 0 3%;
}

@media (max-width: 1600px) {
    .features-home {
         padding: 3% 0 3%;
    }
}


.feature-item {
    margin-top: 30px;
}

.feature-item .title-one {
    font-size: 1.2em;
    font-weight: 400;
}

.feature-item p {
    font-size: 0.8em;
    font-weight: 500;
    color: #fff;
}

/*VIDEO

.home-video {
    margin-top: 50px;
}
*/

/*Custom text block*/

.rte p {
    margin-bottom: 5px;
}

#custom-text {
    margin: 0px 0;
    padding: 80px 600px;
    background: #000;
}


@media (max-width: 1600px) {
#custom-text {
    padding: 40px 0px 40px;
}
}

/*BANNIERE*/

#wrapper .banner {
    margin: -1px 0;
}

.img-fluid {
    width: 100%;
}

/*ABOUT R_VOLUTION*/

@media (max-width: 575px) {
.promo-banner .banner-link {
    padding: 30px 0 !important;
}
}

@media (max-width: 575px) {
.promo-banner {
    text-align: center;
}
}

@media (max-width: 575px) {
    .promo-banner .headline-section {
        margin-bottom: 38px;
}
}

@media (min-width: 992px) {
.promo-banner .headline-section {
    margin-bottom: 38px;
    display: block;
}
}

.promo-banner .headline-section {
    display: block;
}

.headline-section {
    margin-bottom: 30px;
    display: none;
    font-weight: 300 !important;
    font-size: 45px;
}

@media (max-width: 480px) {
.headline-section {
    font-size: 30px;
}
}

@media (max-width: 575px) {
.headline-section {
    font-size: 30px;
}
}

@media (max-width: 768px) {
.headline-section {
    font-size: 30px;
}
}

@media (max-width: 991px) {
.headline-section {
    font-size: 30px;
}
}

.promo-banner .banner-link {
    padding: 3% 0;
}

.promo-banners {
    margin-top: -1px;
}

.promo-banner {
    background-position: 50% 70% !important;
}

.promo-banner .banner-link:before {
    background: rgb(0 0 0 / 50%);
}

.promo-banner p {
    line-height: 2.2;
    margin-bottom: 0px;
    margin-bottom: 38px;
}

.promo-banner {
    font-size: 16px;
    font-weight: 300;
}










/*CATEGORIE*/

/*PRODUIT MINIATURE*/

.product-flags .discount-percentage {
    background: #ff0000;
}

.product-miniature .product-flags .new {
    background-color: #13aff0;
}

#category-description {
    font-style: normal;
}
.block-category h1 {
    margin-bottom: 25px;
    font-weight: 300 !important;
}
.page-heading {
    display: none;
}

@media (max-width: 575px) {
.grid .catalog-products .product-miniature {
    padding: 4px 4px 120px;
}
}

@media (max-width: 768px) {
.products-sort-order .select-title {
    padding: 0 25px 0 10px;
}
}

.select-title {
    padding: 5px 25px 5px 12px;
}

.category-cover {
    display: none;
}

.grid .product-miniature {
    padding-bottom: 125px;
}

.star-content .star-on, .star-content .star-hover {
    color: #ffd700;
}

.product-miniature .product-title {
    font-size: 16px;
    font-weight: 600;
}

.grid .product_desc {
    display: block !important;
    font-size: 14px;
    margin-top: 15px;
}

.product-miniature .product-price-and-shipping {
    margin-top: 20px;
}

.price {
    font-size: 18px;
    font-weight: 500;
}

.grid .buttons-container {
    opacity: 100;
    margin-top: 50px;
}

.grid .buttons-container .link-view:hover {
    background-color: #13aff0;
}

.grid .buttons-container .link-view {
    color: #ffffff;
    background-color: #d0cfcf;
}

.grid .buttons-container a {
    font-size: 13px;
}

.products-selection {
    margin: 30px 0 30px;
}











/*FICHE PRODUIT*/

/*BLOCK REASSURANCE

.blockreassurance_product .block-icon {
    max-width: 30px;
}
.blockreassurance_product .block-title {
    font-weight: 100;
}
.blockreassurance_product .item-link {
    padding: 5px 10px;
    border: none;
}
.blockreassurance_product {
    border: 1px solid #e5e5e5;
    padding: 20px 20px 6px;
}
*/

.l-column .product-flags .new {
    background-color: #13aff0;
}

/*ZOOM IMAGES*/
#product-modal .modal-content .modal-body .arrows i {
    color: #13aff0;
}

/*POLICE*/

.product-description-short {
    font-style: normal;
}
.more-info .product-description {
    font-style: normal;
}
.rte {
    font-size: 14px;
}

/*TITRE H1*/

@media (max-width: 991px) {
.r-column {
    margin-top: 40px;
}
}
@media (max-width: 575px) {
.r-column h1 {
    font-size: 28px !important;
}
}
.r-column h1 {
    font-size: 28px;
    font-weight: 700 !important;
}



/*DESCRIPTION COURTE*/

.product-description-short {
    border-top: none;
    padding: 0px 0 35px;
}

.product-prices .current-price .discount {
    background: #ff0000;
}

/*LOGO MANUFACTURE*/

.product-manufacturer > a {
    max-width: 130px !important;
}

/*PRIX*/

.product-prices .current-price > .price {
    font-size: 32px;
    line-height: 0.6;
    font-weight: 700;
}

/*ALMA*/

._TSkFv {
    margin-top: 20px;
}

/*PRODUCT AVAILABILITY*/

@media (max-width: 991px) {
#product-availability {
    margin-top: 30px;
}
}

#product-availability {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    font-weight: 700;
    margin: 30px 0 0;
}

.product-add-to-cart {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

#product-availability .material-icons {
    font-size: 25px;
}

#product-availability .product-unavailable {
    color: #ff0000;
}

/*ALERT EMAIL*/

.product-additional-info {
    margin-top: 15px;
}

.custom-checkbox > label {
    font-size: 12px;
    margin-top: 0.5rem;
}

@media (max-width: 575px) {
.more-info {
    margin-top: 0px;
}
}

.btn, .btn-primary {
    font-size: 13px;
    border-radius: 30px;
}

/*DESCRIPTION LONGUE*/

.more-info .tab-pane-inner {
    padding: 20px 0px 15px;
    border-top-color: #e5e5e5 !important;
    border-top-style: solid !important;
    border-top-width: 1px !important;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

/*PRODUITS MEME CATEGORIE*/

.headline-section.products-title {
    clear: both;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 45px;
    text-align: left;
    display: block;

}

@media (max-width: 575px) {
.headline-section.products-title {
    font-size: 13px;
    margin-bottom: 0px;
}
}

@media (max-width: 768px) {
.headline-section.products-title {
    font-size: 13px;
    margin-bottom: 0px;
}
}

#wrapper {
    padding-bottom: 150px;
}

@media (max-width: 768px) {
#wrapper {
    padding-bottom: 100px;
}
}





/*PANIER*/

.alert-warning {
    background: #535353;
}




/*FOOTER*/

@media (max-width: 575px) {
.footer-container .copyright {
    border-top: none !important;
}
}

@media (max-width: 768px) {
.footer-container .copyright {
    border-top: none !important;
}
}


@media (max-width: 575px) {
.footer-two > .container {
    border-top: none;
}
}

@media (max-width: 768px) {
.footer-two > .container {
    border-top: none;
}
}

#footer {
    margin-top: 0px;
}

@media (max-width: 575px) {
#footer {
    margin-top: -1px;
}
}

@media (max-width: 991px) {
#footer {
    margin-top: -1px;
}
}

@media (max-width: 991px) {
.footer-container .links .title {
    margin-top: 15px;
}
}

.links h3, .links .h3 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase !important;
    /*border-bottom: 1px solid #d6d4d475;
    line-height: 30px;*/
}

.footer-container {
    font-size: 12px;
}

/*AFTER FOOTER*/

.footer-two {
    font-size: 11px;
}

h4.ph_social_link_title {
    margin-bottom: 10px;
}

.ph-social-link-block .facebook i, .ph-social-link-block .facebook .tooltip_title, .ph-social-link-block .facebook .tooltip_title:before, .ph-social-link-block .facebook a {
    background-color: #000000;
}

.ph-social-link-block .youtube i, .ph-social-link-block .youtube .tooltip_title, .ph-social-link-block .youtube .tooltip_title:before, .ph-social-link-block .youtube a {
    background: #000000;
}


/*SHOPPING CART*/
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #535353;
}

/*PAGE DE COMMANDE*/

/*ADRESSES*/
.checkout-step .address {
    font-size: 15px;
}

/*LIVRAISON*/
.checkout-step .delivery-option {
    border: 1px solid #e5e5e5;
}

/*PAIEMENT*/
.checkout-step .payment-options .payment-option {
    padding: 5px;
    margin-bottom: 5px;
}





/*QUICKVIEW*/
.quickview .arrows i {
    background-color: #13aff0;
}

