/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.1.0
Template: bridge
*/
@import url("../bridge/style.css");

h1, h2, h3, h4, h5, h6, p, 
#menu-french-menu li a, #menu-french-menu li span, #menu-main-menu li a, #menu-main-menu li span, 
.content a {
    font-family: 'Multicolore', sans-serif;
}

.archive .page-title {
    visibility : hidden;
    display : none;
}

/* badges */
.badge {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

/* Border animation */
@-webkit-keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}
@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}
.anim-border {
    display: inline-block;
    position: relative;
    z-index: 0;
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 3px 6px;
    font-family: arial;
    font-size: 12px;
    font-weight: 700;
    color: #f2994a;
    text-transform: uppercase;
    font-family: "multicolore" !important;
}
.anim-border::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -150%;
    top: -450%;
    width: 400%;
    height: 1000%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#f2994a, #f2994a);
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
.anim-border::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: #fdf0e4;
}
.anim-border img {
    width: 100%;
}

.woocommerce-pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers li a {
    display: flex;
    align-items: center;
    justify-content: center;
}


.woocommerce form.checkout .woocommerce-additional-fields label {
    display: block !important;
    color: #5dc3ad;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 17px;
}

/* Header actu */
.full-width {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.full-width h1, 
.full-width div {
    font-family: 'multicolore', sans-serif;
    color:white; 
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
}
.full-width h1 span, 
.full-width div span {
    display: inline-block;
    padding: 32px 60px;
    background-color: #4E2F46;
    border-radius: 64px;
}

/* Actualités */
.blog_holder.masonry article {
    margin-bottom: 50px;
}

.blog_holder article .post_text .post_text_inner {
    padding-top: 50px;
    padding-bottom: 50px !important;
}

.blog_holder article .post_text .post_text_inner h1 {
    text-align: center;
    font-size: 34px;
    color: #5EC2AD;
    line-height: 1em;
}

.blog_holder article .post_text .post_text_inner .entry_excerpt {
    text-align: center;
    margin-bottom: 1rem;
}

.blog_holder article .post_text .post_text_inner .post_the_content p {
    font-family: 'Poppins', sans-serif !important;
}

.blog_holder article .post_text .post_text_inner .post_the_content .wp-block-columns {
    margin-bottom: 1rem;
}

.blog_holder article .post_text .post_text_inner .post_the_content ul {
    list-style-position: outside;
    margin-left: 1.2rem;
    margin-bottom: 1rem;
} 

.blog_holder article .post_text .post_text_inner .post_the_content ul li::marker {
    color: #5EC2AD;
}

.blog_holder.masonry article .post_image, 
.blog-listing article .post_image {
    max-height: 250px;
    overflow: hidden;
}

.blog_holder article .post_image img, 
.blog-listing article .post_image img {
    height: 250px;
    object-fit: cover;
}

.blog_holder.masonry article .post_text .post_text_inner, 
.blog-listing article .post_text .post_text_inner {
    padding: 17px 0 18px;
}

.blog-listing article .post_text .post_text_inner p {
    margin-bottom: 1rem;
    font-size: 12px;
    line-height: 13px;
}

.blog_holder article .post_excerpt, 
.blog-listing article .post_text .post_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.blog_holder article .post_text h5,
.blog-listing article .post_text h5 {
    margin: 0 0 10px;
}

.blog_holder article .post_text h5, 
.blog-listing article .post_text h5, 
.blog_holder article .post_text h5 a, 
.blog-listing article .post_text h5 a {
    line-height: 1.5em;
    color: #5EC2AD;
}

.blog_holder article .post_excerpt, 
.blog-listing article .post_excerpt {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 2rem;
}



/* Woocommerce top listing */
.woocommerce .woocommerce-custom-message {
    margin-bottom: 0;
}

.blog-listing {
    background-color:#4E2F46;
}

.blog-listing .swiper-wrapper {
    padding-bottom: 30px;
}

.blog-listing .swiper-horizontal>.swiper-pagination-bullets, 
.blog-listing .swiper-pagination-bullets.swiper-pagination-horizontal, 
.blog-listing .swiper-pagination-custom, 
.blog-listing .swiper-pagination-fraction {
    bottom: -8px;
}

.blog-listing .swiper-pagination-bullet-active {
    background: #5EC2AD;
}

.blog-listing > div {
    padding: 0 30px 20px;
}

.blog-listing h2 {
    color: white;
}
.blog-listing a.more {
    color: white;
}
.blog-listing a.more:hover, 
.blog-listing a.more:focus {
    color: #5EC2AD;
}

/* Boutons */
.btn {
    color: white;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 20px 25px;
}

.btn-turquoise {
    background-color: #5EC2AD;
}

.btn-turquoise:hover,
.btn-turquoise:focus {
    background-color: #9bc1c1;
    color: white;
}

.btn-gris {
    background-color: #bebebe;
    padding: 19px 40px;
}

.btn-gris:hover,
.btn-gris:focus {
    background-color: rgba(190,190,190,.5);
    color: white;
}

.woocommerce ul.products li.product, 
.woocommerce ul.products li.product a.product-category, 
.woocommerce-page ul.products li.product a.product-category {
    height: auto !important;
}

.woocommerce ul.products li.product .add-to-cart-button-outer {
    position: relative;
    margin: 0;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-to-cart-button-outer {
    margin-top: 6px !important;
}

.woocommerce ul.products li.product .add-to-cart-button,
.woocommerce ul.products li.product a.qbutton.out-of-stock-button {
    opacity: 1 !important;
    visibility: visible !important;
    margin-left: 0;
    margin-top: 0;
}

.woocommerce .qbutton.add-to-cart-button, 
.woocommerce .single_add_to_cart_button, 
.woocommerce .woocommerce-message a.button, 
.woocommerce ul.products li.product .added_to_cart, 
.qwfw-wishlist-table.qwfw-layout--table .shop_table tbody tr td.product-add-to-cart .qwfw-e-add-to-cart {
    font-family: 'Multicolore', sans-serif;
}

.woocommerce ul.products li.product .add_to_cart_button.added {
    display: block !important;
}

.woocommerce ul.products li.product .quantity {
    float: left;
    margin-right: 15px;
    line-height: 48px;
}

.woocommerce ul.products li.product .added_to_cart {
    display: none !important;
}

.woocommerce ul.products li.product .add-to-cart-button, 
.woocommerce ul.products li.product .added_to_cart, 
.woocommerce ul.products li.product a.qbutton.out-of-stock-button {
    padding: 0 25px;
}

.woocommerce #content .quantity input.qty, 
.woocommerce .quantity input.qty, 
.woocommerce-page #content .quantity input.qty, 
.woocommerce-page .quantity input.qty {
    width: 30px;
}

.woocommerce .show-password-input {
    display: none;
}


/* Helper */
.text-center { text-align: center; }
.leading-15em { line-height: 1.5em; }
.font-15 { font-size: 15px; }
.font-20 { font-size: 20px; }
.text-violet { color: #4E2F46; }
.text-gris {color: #BEBEBE; }
.text-turquoise { color: #5EC2AD; }
.text-nowrap { text-wrap: nowrap; }
.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }
.flex { display: flex; }
.gap-x-20 { column-gap: 20px; }
.font-muticolore { font-family: 'multicolore', sans-serif; }
.space-between { justify-content: space-between; }
.items-end { align-items: end; }

@media only screen and (max-width: 480px) {
    .blog_holder.blog_pinterest, .blog_holder.masonry {
        width: 100% !important;
    }
    .paspartu_enabled .container_inner { width: 80%; }

    .woocommerce ul.products li.product:hover .add-to-cart-button, 
    .woocommerce ul.products li.product:hover .added_to_cart {
        display: block !important;
        opacity: 1 important;
        height: auto !important;
    }
}

@media only screen and (max-width: 600px) {
    .paspartu_enabled .container_inner { width: 80% !important; }
    .header_bottom_right_widget_holder, 
    .shopping_cart_outer {
        display: block;
    }
    header.fixed {
        position: fixed !important;
    }
    .paspartu_outer {
        padding-top: 100px !important;
    }

    .woocommerce-custom-message-wrapper img {
        max-width: 100px !important;
        max-height: 100px !important;
    }
    .blog-listing {
        max-width: 80vw;
        margin: 30px auto 0;
    }

}
@media (min-width: 640px) {
    .sm\:flex { display: flex; }
}

@media (min-width: 768px) { 
    .md\:flex { display: flex; }
}

@media (min-width: 900px) { 
    .single .content .container .container_inner.default_template_holder {
        padding-top: 15px;
    }
}

@media (min-width: 1024px) { 
    .full-width {
        height: 480px;
    }

    .full-width h1, 
    .full-width div {
        font-size: 60px;
    }

    .lg\:flex { display: flex; }

    .blog-listing > div {
        padding: 0 70px 20px;
    }

    .blog-listing .swiper-wrapper {
        padding-bottom: 0;
        height: auto;
    }

    .blog-listing .swiper-slide {
        height: auto;
    }
    
}

@media (min-width: 1200px) { 
    .xl\:flex { display: flex; }
}
