.heart{
    color: #f00;
}

aside{
    display: none;
}

.post-ratings img{
    display: inline-block!important;
}

.content{
    width: 100%!important;
}

.google-auto-placed{
    display: none!important;
}

.base_sommaire{
    display: none;
}

.subfooter .column:nth-child(2) img{
    float: left;
}

h3 strong, h3 bold{
    color: #e46c2b;
}

.subfooter .column:nth-child(2) .widget-title{
    font-family: 'Montserrat', sans-serif;
}

.post-content p:last-of-type, .page-content p:last-of-type{
    position: relative;
}

.post-content p:last-of-type .logo-dmca, .page-content p:last-of-type .logo-dmca{
    position: absolute;
    right: 0;
}

.logo-dmca img{
    width: 80px;
}

.post{
    margin: 0 0 0px!important;
}

.cpo-previous-link{
    box-sizing: border-box;
    overflow: hidden;
    width: 48px;
    min-height: 80px;
    position: fixed;
    z-index: 99;
    left: 0;
    right: auto;
    top: 50%;
    margin-top: -20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    -moz-transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    -o-transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    background-color: #fff;
    color: #666;
    cursor: pointer;
}

.cpo-next-link{
    box-sizing: border-box;
    overflow: hidden;
    width: 48px;
    min-height: 80px;
    position: fixed;
    z-index: 99;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -20px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    -moz-transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    -o-transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    transition: width 375ms ease-in-out, visibility 375ms ease-in-out;
    background-color: #fff;
    color: #666;
    cursor: pointer;    
}

.cpo-previous-link:before{
    display: block;
    position: absolute;
    top: 50%;
    left: 9px;
    right: 0;
    margin-top: -.5em;
    font-size: 32px;
    line-height: 1;
    font-family: "fontawesome";
    content: "\f060";
}

.cpo-next-link:before{
    display: block;
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -.5em;
    font-size: 32px;
    line-height: 1;
    font-family: "fontawesome";
    content: "\f061";
}

.cpo-navigation .cpo-previous-link:hover, .cpo-navigation .cpo-next-link:hover{
    width: 400px;
}

.cpo-navigation .cpo-previous-link:hover a{
    visibility: visible;
    width: 345px;
    margin-left: 50px;
    margin-top: 15px;
    margin-right: 25px;
}

.cpo-navigation .cpo-next-link:hover a{
    visibility: visible;
    width: 345px;
    margin-top: 15px;
    margin-left: 10px; 
}

.cpo-navigation .cpo-previous-link a, .cpo-navigation .cpo-next-link a{
    visibility: hidden;
    width: 48px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    background-color: inherit;
    color: #000;
}

.cpo-navigation .cpo-previous-link a:hover, .cpo-navigation .cpo-next-link a:hover{
    text-decoration: none; 
    visibility: visible;
}

.cpo-navigation .cpo-previous-link a:before{
    content: "";
    left: -50px;
    position: absolute;
    top: -14px;
    z-index: 1;
    width: 116%;
    bottom: -40px;
}

.cpo-navigation .cpo-next-link a:before{
    content: "";
    right: -50px;
    position: absolute;
    top: -14px;
    z-index: 1;
    width: 116%;
    bottom: -40px;
}

.share_bar{
    visibility: hidden;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transition: visibility 0s,opacity 375ms ease-in-out,-webkit-transform 375ms ease-in-out;
    -moz-transition: visibility 0s,opacity 375ms ease-in-out,-moz-transform 375ms ease-in-out;
    -o-transition: visibility 0s,opacity 375ms ease-in-out,-o-transform 375ms ease-in-out;
    transition: visibility 0s,opacity 375ms ease-in-out,transform 375ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    z-index: 999;
    text-align: center;
}

.share_content{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;   
    width: 75%;
    margin: auto;
    padding-top: 5px;
}

.share-bar-button{
    color: #FFF!important;
    margin: auto;
    border-radius: 5px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    box-shadow: 0 0;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}

.share-bar-button:hover{
    text-decoration: none;  
    background-color: #ececec !important;
    color: #444 !important;
}

.share-bar-button .fa{
    padding-right: 10px;
}

.category .main .sidebar{
    display: none;
    width: 0%;
}

.category .main .content{
    float: none;
    width: 100%;
}

body .primary-color-bg {
    background-color: #121b08!important;
}

.aawp .aawp-product--list .aawp-product__ribbon--sale {
    max-width: 135px;
}

.sidebar .base_sommaire{
    display: block;
}

aside.sidebar img{
    padding-bottom: 0px;
}

.single-post aside h4{
    margin-top: 0px;
    text-decoration: none;
}

.post-content h2{
    margin-top: 20px!important;
}

.post .post-content{
    color: #000;
}

.main_accordeon{
    margin-bottom: 10px;
    margin-top: 20px;
}

.page .content .ul33.categories_global li{
    width: 29%;
}

.page .content .ul33.categories_global{
    text-align: center;
}

.single-post .subfooter p, .single-post .subfooter span{
    color: #fff;
}

#custom_html-19 .heading{
    color: #58c2b4 !important;
}

.link-guide{
    color: #000!important;
    font-style: italic;
    padding-bottom: 2px;
    text-decoration: none!important;
    padding-top: 10px;
    text-align: justify;
    padding-left: 30px;
}

.page-content h3.product, .single-post h3.product, .page-content h4.product, .single-post h4.product{
    text-align: left;
}

.page-content h3.product a, .single-post h3.product a, .page-content h4.product a, .single-post h4.product a{
    text-decoration: underline !important;
    color: #000;
}

.post-content .heading{
    color: #000;
    text-transform: inherit!important;
}

.page-content h3.product a:hover, .single-post h3.product a:hover, .page-content h4.product a:hover, .single-post h4.product a:hover{
    color: #58c2b4 !important;
}

.tnp-widget-minimal input.tnp-email{
    margin-bottom: 10px;
}

/* table aawp */

.bestseller-list .aawp-table thead th{
    color: #000;  
    text-align: center!important;
}

.bestseller-list .aawp-table tr:nth-child(even){
    background: #fafafa;
}

.bestseller-list .aawp-table .aawp-table__td-position{
    color: #000;
}

.bestseller-list .aawp-table tbody tr:hover{
    background: #fbe6bc!important;
}

/* Fin table aawp */

.category .content article{
    display: flex;
}

.category .content .post-image{
    display: inline-flex;
    align-items: center;
    width: 25%;
}

.category .content .post-body{
    width: 75%;
}

.category .content .post-image img {
    margin: auto;
    width: 80%;
}

.single-post .content .widget_custom_html {
    padding-top: 25px;
    border-top: 1px solid #ececec;
    margin-top: 25px;
}

.single-post .content .widget_custom_html .widget-title {
    text-transform: lowercase !important;
    color: #000;
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 16px !important;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px !important;
    font-weight: bold;
}

.single-post .post .post-image img{
    max-width: 250px;
    margin: auto;
}

.bunch_links_aside{
    text-align: justify;
}

.bunch_links_aside a:hover, #relance-guide ul li a:hover{
    color: #58c2b4!important;
}

.title_product{
    margin-top: 30px;
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
    color: #000;
}

.photo-bio img{
    max-width: 75%;
}

.star-img img {
    display: inline-flex!important;
}

.aawp-product--list{
    box-shadow: 0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
}

.btn-acheter:hover {
    text-decoration: none;
    background: -moz-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eeae15),color-stop(100%,#f4db07));
    background: -webkit-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: -o-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: -ms-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: linear-gradient(to bottom,#eeae15 0,#f4db07 100%);
}

.testimonials .testimonial-content{
    background: #FFF!important;
    padding: 0px!important;
}

.sommaire{
    margin-bottom: 20px!important;
}

.page-content ul li a, .single-post ul li a{
    color: #000;
}

.page-content .btn-acheter, .single-post .btn-acheter{
    color: #000!important;
}

.page-content ul li, .single-post ul li{
    list-style: disclosure-closed;
}

.home .testimonial h3, .home .testimonials h3{
    font-family: 'Montserrat', sans-serif;
    text-decoration: normal;
    color: #000;
    margin-top: 30px;
    text-align: center;
}

.home .testimonial ul li, .home .testimonials ul li{
    list-style: disclosure-closed;
    color: #000;
    margin-top: 30px;
}

.home .testimonial h4, .home .testimonials h4{
    margin-top: 30px;
    text-decoration: underline;
    color: #000 !important;
    font-family: 'Montserrat', sans-serif;
}

.widget_aawp_widget_bestseller .aawp-product__button img, .aawp-product--list .aawp-product__button img{
    width: 15px;
    display: flex;
    margin-right: 7px;
}

.content .aawp-product__ribbon--sale{
    left: -5px;
    right: inherit!important;
}

.content .aawp-product__ribbon--bestseller{
    display: none;
}

.aawp-product__button {
    color: #FFF !important;
    display: flex;
}

.page .content .ul33 li, .single-post .content .ul33 li{
    width: 30%;
    display: inline-block;
    text-align: center!important;
    position: relative;
}

.page .content .ul25 li, .single-post .content .ul25 li{
    width: 22%;
    display: inline-block;
    text-align: center!important;
    position: relative;
}

.page .content .ul33 li a:before, .page .content .ul25 li a:before,
.single-post .content .ul33 li a:before, .single-post .content .ul25 li a:before{ 
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 100%; 
}

.page .content .ul33 li img, .single-post .content .ul33 li img{
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    max-height: 250px;
}

.page .content .ul25 li img, .single-post .content .ul25 li img{
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    max-height: 200px;
}

.page .content .ul33 li:hover img, .page .content .ul25 li:hover img,
.single-post .content .ul33 li:hover img, .single-post .content .ul25 li:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:768px){
    #social_hub{
        display: none;
    }
    .content{
        margin: 0px 0 50px;
    }
    .aawp-table__td-position{
        display: none!important;
    }
    .cpo-navigation{
        display: none;
    }
    .single-post .content .ul25 li {
        width: 100%;
    }
}


@media screen and (min-width:768px) and (max-width:1280px) {
    aside .widget_aawp_widget_box, aside .widget_aawp_widget_bestseller{
        width: 255px!important;
    }
    .page .content .ul33 li, .single-post .content .ul33 li{
        width: 29%;
    }
    .page .content .ul25 li, .single-post .content .ul25 li{
        width: 21%;
    }
}

.aawp-tb-product-data-custom_html br{
    display: none;
}

/* Fix si hauteur de la sous menu nav trop longue */
.menu-item-3566 .sub-menu{
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Fin fix */

.menu-main .menu-item-has-children:hover > a:first-child{
    color: #e46c2b !important;
}

.menu-main .menu-item-has-children:hover:before{
    display: block!important;
    color: #e46c2b !important;
}

.menu-main .menu-item-has-children:before{
    font-size: 16px!important;
    color: #000!important;
    right: 0px!important; 
    display: none;
    top: 13px!important;
}

.page-content .post-content .clear, .single-post .post-content .clear{
    padding-bottom: 20px;
}

.aawp-tb-product-data-custom_html a:before { 
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    left: -210px;
    top: 0px;
    z-index: 1;
    width: 400px; 
}

span.aawp-button{
    font-size: 16px!important;
}

.team-member{
    overflow: hidden;
}

.team-member img{
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -ms-transition: -ms-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.team-member:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-body .aawp-tb--desktop .aawp-tb__head, .post-body .aawp-tb--desktop .aawp-tb__data {
    width: 100%!important;
}

.post-body .aawp-tb--desktop, .aawp-tb--desktop .aawp-tb__head, .aawp-tb--desktop .aawp-tb__data {
    display: flex!important;
}

.post-body .aawp-tb--desktop .aawp-tb__head{
    display: none!important;
}

.post-body .aawp-tb--desktop .aawp-tb__head{
    flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    height: 50px!important;
    font-size: 16px!important;
    padding: 0px 9px!important;
    align-items: center;
    justify-content: center;
}

.post-body .aawp-tb--desktop .aawp-tb-product-data-custom_html{
    width: 100%;
}

.post-body .aawp-tb--desktop .aawp-tb-product-data-custom_html a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.post-body .aawp-tb--desktop .aawp-tb-product-data-custom_html .aawp-button--standard{
    margin-top: 10px;
}

.post-body .aawp-tb--desktop .aawp-tb__data{
    height: 180px!important;
}

.post-body .aawp-tb--desktop .aawp-field-link{
    color: #000;
    font-size: 16px;
}

.post-body .aawp-tb--desktop .aawp-tb__data--type-price, .post-body .aawp-tb--desktop .aawp-tb-product-data-button, .post-body .aawp-tb--desktop .aawp-tb__data--type-star_rating, .post-body .aawp-tb--desktop .aawp-tb-product-data-title, .post-body .aawp-tb--desktop .aawp-tb-product-data-custom_html{
    display: flex!important; /* contexte sur le parent */
    flex-direction: column!important; /* direction d'affichage verticale */
    justify-content: center!important; /* alignement vertical */
    color: #000;
    font-size: 16px;
}

.post-body .aawp-tb--desktop .aawp-tb__data--type-price{
    font-size: 16px;
}

.post-body .aawp-tb--desktop .aawp-field-link:hover{
    text-decoration: none;
}

.post-body .aawp-tb--desktop .aawp-tb__row:nth-child(2){
    width: 200px;
}

.post-body .aawp-tb--desktop .aawp-tb__row:nth-child(4){
    width: 99px;
}

.post-body .aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head, .post-body .aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data, .post-body .aawp-tb--desktop .aawp-tb__data{
    padding-top: 0px!important;
}

.post-body .aawp-tb--desktop .aawp-tb-ribbon {
    padding: 2px 0px!important;
}

.post-body .aawp-tb--desktop .aawp-tb__data--highlight {
    border-right-color: #fff!important;
}

.post-body .page-content .aawp .aawp-tb__head, .post-body .single-post .aawp .aawp-tb__head{
    display: none!important;
}

.post-body .article .widget-title{
    display: none!important;
}

.post-body .article .aawp-tb__data{
    border: 0px!important;
}

.aawp .aawp-product--horizontal .aawp-product__description > ul li{
    margin-bottom: 20px!important;
}

.post .post-body {
    border: none!important;
}

.page-content a img, .single-post a img{
    padding-bottom: 0px;
}

.page-content img, .single-post img{
    display: flex;
    margin: auto;
    padding-bottom: 15px;
}

.testimonial-image{
    display: none!important;
}

.testimonials p, .testimonials a{
    color: #000;
}

.testimonials p a{
    font-weight: bold;
}

.page-content .aawp-tb-product-data-star_rating, .single-post .aawp-tb-product-data-star_rating{
    text-align: center;
}

.team.team2{
    padding: 50px 0 10px!important;
    margin: 0!important;
    background-color: #FFF!important;
}

.team2 .dark{
    color: #000;
}

.menu-main .menu-item-has-children > a {
    padding-right: 10px!important;
}

.btn-global-hp-white{
    border: 1px solid #fff;
    color: #000!important;
    height: auto;
    max-height: none;
    font-size: 16px;
    padding: 15px 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #FFF;
    margin: auto;
    text-align: center;
    display: block;
    width: 500px;
    margin-bottom: 20px;
}

.btn-global-hp-white:hover{
    text-decoration: none;
    background-color: #000;
    color: #fff!important;
}

.btn-global-hp-dark{
    border: 1px solid #000;
    color: #fff!important;
    height: auto;
    max-height: none;
    font-size: 16px;
    padding: 15px 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #000;
    margin: auto;
    text-align: center;
    display: block;
    width: 500px;
    margin-bottom: 20px;
}

.btn-global-hp-dark:hover{
    text-decoration: none;
    background-color: #fff;
    color: #000!important;
}

/* table article */

.table-article tbody th {
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #36304a;
    width: 50%;
    vertical-align: middle;
}

.table-article.table3 tbody th {
    width: 25%;
}

.table-article tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.table-article tbody td {
    text-align: center;
    color: #000;
    vertical-align: middle;
}

.ctsc-column{
    margin-bottom: 20px; 
}

.ctsc-column .wp-caption{
    margin: auto;
}

/* SLIDER */

.features .features-heading { display: none; }

.features .feature .feature-image { display: none!important; }

.slider-slides { height: 400px!important; }

.slider-slides .slide-body { top: 25%!important; }

.slider-prev, .slider-next { top: 44%!important; }

.slide-product{ display: inline-block;width: 75%;  }

.slide-caption{ display: inline-block;float: left!important;width: 25%!important;margin-top: -15px; }

.slide-product p { font-size: 24px; color: #FFF; font-family: 'Montserrat', sans-serif; }

.slide-product a:hover p{ color: #ee2d2b; }

.slide-bloc-image{ display: inline-block;width: 33%; }

.slide-bloc-image a:hover{ text-decoration: none; }

.slider-slides .slide { background-image: none!important; background: #26292E; }

.slide-content h3, .slide-content h2{ color: #FFF;font-family: 'Montserrat', sans-serif;!important; }

.slide-content .slide-title, .slide-caption .slide-title{ color: #FFF!important; font-family: 'Montserrat', sans-serif;!important; }

.slide-content .slide-title { font-size: 30px !important; }

.slide-caption .slide-content h3 { font-size: 25px !important; }

.slider-prev::before, .slider-prev::after, .slider-next::before, .slider-next::after { background: #FFF!important;height: 3px!important; }

/* social hubs */

#social_hub {
    position: fixed;
    right: 0;
    padding: 0;
    margin-top: 70px;
}

#social_hub .liens {
    overflow: hidden;
}

#social_hub .liens a {
    display: block;
    position: relative;
    z-index: 5;
    background: silver;
    width: 137px;
    height: 50px;
    margin-bottom: 5px;
    text-indent: -9999px;
}

#social_hub .liens a:hover {
    right: 0px!important;
    transition: all 1s ease-out;
}

#social_hub span {
    display: block;
    position: absolute;
    top: -50px;
    left: -10px;
    width: 140px;
    height: 42px;
    background: url('../images/css-sprite-min.png') -50px 0 no-repeat;
}

#social_hub #facebook {
    background: url('../images/css-sprite-min.png') -97px -268px no-repeat;
}

#social_hub #email {
    background: url('../images/css-sprite-min.png') -97px -417px no-repeat;
}

/* MENU */

.menu-main{
    padding-top: 20px!important;
}

.menu-main li a{
    box-sizing: border-box;
    color: #000!important;
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 15px!important;
    text-transform: lowercase;
    font-weight: 100;
    margin-bottom: 0;
    padding: 15px 30px 10px;
    position: relative;
    transition: color .3s ease;
    line-height: 9px;
}

.menu-main li a:hover{
    color: #e46c2b!important;
}

.menu-main li ul {
    background: #FFF!important;   
    border: 1px solid #ccc!important;
}

.menu-main li ul li a{
    color: #404040 !important;
    /* font-family: -apple-system,BlinkMacSystemFont,sans-serif!important; */
    font-family: monospace!important;
    /*font-weight: 300 !important; */
    font-size: 16px !important;
    font-weight: 200!important;
    width: 250px!important;
    /* line-height: 28px; */
    /* padding: 0 !important; */
    overflow: hidden;
    text-align: left;
    text-transform: none !important;
    text-overflow: ellipsis;
    transition: opacity .3s ease-out !important;
    white-space: nowrap;
}

.menu-main li ul li a:hover:after{
    text-decoration: none!important;
    content: inherit!important;
    height: inherit!important;
    background: inherit!important;
    display:none!important;
    margin-top: inherit!important;
}

.menu-main li ul li a:hover{
    text-decoration: none!important;
    font-weight: bold!important;
    background-color: beige;
}

/* Homepage team */

.team .team-member-title {
    height: 35px;
    color: #000!important;
    font-family: 'Montserrat', sans-serif!important;
    font-size: 1.0em!important;
}

.team .team-member-body {
    text-align: center;
}

.team .team-member-content {
    margin-top: 0px!important;   
}

.team-list{
    padding-left: 20px;
    text-align: left;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    height: 125px;
}

.testimonials p a{
    color: #000;
}

aside .aawp .aawp-product--widget-vertical.aawp-product--style-light{
    box-shadow: none!important;
}

.center{
    text-align: center;
}

/* AAWP */

section .aawp .aawp-product__footer .aawp-button{
    font-size: 18px!important;
    background: #eeb933!important;
    background: linear-gradient(to bottom, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
    color: #111 !important;
}

section .aawp .aawp-product__footer .aawp-button:hover{
    background: linear-gradient(to top, #f5d78e, #eeb933) repeat scroll 0 0 rgba(0, 0, 0, 0)!important;
}

.main .aawp-tb-product-data-price{
    font-weight: bold;
}

.widget_aawp_widget_bestseller .aawp-product__price--old{
    font-size: 15px!important;
}

.widget_aawp_widget_bestseller .aawp-product--sale .aawp-product__price--current, .widget_aawp_widget_box .aawp-product--sale .aawp-product__price--current{
    color: #f60e0e!important;
}

aside .widget_aawp_widget_box{
    background: #eaeded!important;
    border: 1px solid #e9e9e9!important;
    position: relative;
    padding: 5px 15px!important;
    border-radius: 5px!important;
}

.aawp-product__title, .aawp-product__price{
    color: #000!important;
    font-family: 'Montserrat', sans-serif!important;
}

.aawp-button{
    background-color: #F5F5F5!important;
}

.aawp-button:hover{
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b) repeat scroll 0 0 rgba(0,0,0,0)!important;
    box-shadow: 0 1px 0 rgba(255,255,255,.4) inset!important;
}

.sidebar-primary .widget .widget-title{
    text-transform: lowercase!important;
    color: #000;
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 16px!important;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px!important;
    font-weight: bold;
}

.page .aawp-tb--desktop .aawp-tb__head, .page .aawp-tb--desktop .aawp-tb__data {
    width: 100%!important;
}

.page .aawp-tb--desktop, .aawp-tb--desktop .aawp-tb__head, .aawp-tb--desktop .aawp-tb__data {
    display: flex!important;
}

.page .aawp-tb--desktop .aawp-tb__head{
    flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    height: 50px!important;
    font-size: 16px!important;
    padding: 0px 9px!important;
    align-items: center;
    justify-content: center;
}

.page .aawp-tb--desktop .aawp-tb-product-data-custom_html{
    width: 100%;
}

.page .aawp-tb--desktop .aawp-tb-product-data-custom_html a{
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.page .aawp-tb--desktop .aawp-tb-product-data-custom_html .aawp-button--standard{
    margin-top: 10px;
}

.page .aawp-tb--desktop .aawp-tb__data{
    height: 180px!important;
}

.page .aawp-tb--desktop .aawp-field-link{
    color: #000;
    font-size: 16px;
}

.page .aawp-tb--desktop .aawp-tb__data--type-price, .page .aawp-tb--desktop .aawp-tb-product-data-button, .page .aawp-tb--desktop .aawp-tb__data--type-star_rating, .page .aawp-tb--desktop .aawp-tb-product-data-title, .page .aawp-tb--desktop .aawp-tb-product-data-custom_html{
    display: flex!important; /* contexte sur le parent */
    flex-direction: column!important; /* direction d'affichage verticale */
    justify-content: center!important; /* alignement vertical */
    color: #000;
    font-size: 16px;
}

.page .aawp-tb--desktop .aawp-tb__data--type-price{
    font-size: 16px;
}

.page .aawp-tb--desktop .aawp-field-link:hover{
    text-decoration: none;
}

.page .aawp-tb--desktop .aawp-tb__row:nth-child(2){
    width: 200px;
}

.page .aawp-tb--desktop .aawp-tb__row:nth-child(4){
    width: 99px;
}

.page .aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__head, .page .aawp-tb--desktop.aawp-tb--ribbon .aawp-tb__row:first-child .aawp-tb__data, .page .aawp-tb--desktop .aawp-tb__data{
    padding-top: 0px!important;
}

.page .aawp-tb--desktop .aawp-tb-ribbon {
    padding: 2px 0px!important;
}

.page .aawp-tb--desktop .aawp-tb__data--highlight {
    border-right-color: #fff!important;
}

.page .page-content .aawp .aawp-tb__head, .page .single-post .aawp .aawp-tb__head{
    display: none!important;
}

.page .article .widget-title{
    display: none!important;
}

.page .article .aawp-tb__data{
    border: 0px!important;
}

.aawp .aawp-product--horizontal .aawp-product__description > ul li{
    margin-bottom: 20px!important;
}

/* LOGO CLIENTS */

.clients .container{
    position: relative;
}

/* Rich Snippet */

.home .kk-star-ratings{
    margin-top: 50px;
    float: right!important;
}

.snippet-container{
    padding-top: 15px;
}

.snippet-title {
    padding: 0px!important;   
    text-align: center;
}

.snippet-label {
    width: auto!important; 
    font-weight: normal!important;
}

.snippet-data {
    width: auto!important; 
}

/* FULL GUIDE */

.green-liste li{
    list-style: none !important;
    padding-left: 25px;
    line-height: 25px;
    margin-top: 15px;
    color: #000;
}

.green-liste{
    margin-bottom: 30px;
}


.green-liste li::before {
    content: "\f00c";
    color: #7fb718;
}

.green-liste li::before {
    margin-left: -25px;
    font-family: "fontawesome";
    float: left;
}

.box.info {
    background: #d6f6ff;
    background-color: rgb(236, 236, 236);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
    color: #000;
    margin-top: 15px;
}

.box {
    clear: both;
    padding: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
    text-shadow: 0 1px 1px #ffffff;
}

.box .box-inner-block {
    min-height: 30px;
}

.box .box-inner-block br{
    display: none;
}

.box .box-inner-block .tie-shortcode-boxicon {
    float: left;
    margin-left: -50px;
}

.box .box-inner-block .tie-shortcode-boxicon::before {
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin: 0;
}

.ancre-review:hover{
    text-decoration: none;   
}

.center{
    text-align: center;
}

.ul_nocss li{
    margin-top: 0px!important;
}

.ul_nocss li a{
    color: #000;
    text-decoration: none;
}

.offi-desc{
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;  
    padding-left: 20px;
    padding-right: 20px;
}

.price{
    color: #000;
    margin-bottom: 20px;
    font-size: 20px;
}

.inside_price{
    vertical-align: middle;
}

.btn-acheter {
    background: #f8c857;
    background: -moz-linear-gradient(top,#f4db07 0,#eeae15 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f4db07),color-stop(100%,#eeae15));
    background: -webkit-linear-gradient(top,#f4db07 0,#eeae15 100%);
    background: -o-linear-gradient(top,#f4db07 0,#eeae15 100%);
    background: -ms-linear-gradient(top,#f4db07 0,#eeae15 100%);
    background: linear-gradient(to bottom,#f4db07 0,#eeae15 100%);
    border: 1px solid #e7be47;
    color: #6e3b0d;
    text-shadow: 1px 1px 0 #f3e4a1;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 0 0 #ffe368;
    box-shadow: inset 0 1px 0 0 #ffe368;
    padding: 13px 15px;
    font-weight: 700;
    font-size: 1.4em;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0;
    width: 80%;
}

.btn-acheter::before {
    content: "► ";
}

.btn-acheter::after {
    content: " ◄";
}

.btn-acheter:visited, .btn-acheter:link{
    color: #000;
}

.btn-acheter:hover{
    text-decoration: none;
    background: -moz-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eeae15),color-stop(100%,#f4db07));
    background: -webkit-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: -o-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: -ms-linear-gradient(top,#eeae15 0,#f4db07 100%);
    background: linear-gradient(to bottom,#eeae15 0,#f4db07 100%);
}

.full-guide .wp-caption, 
.full-guide #attachment_4404 img,
.full-guide #attachment_4405 img,
.full-guide #attachment_4406 img,
.full-guide #attachment_4407 img,
.full-guide #attachment_4408 img,
.full-guide #attachment_4409 img{
    width: 100%!important;
    text-align: center;
}

.full-guide .star_rating{
    margin-bottom: 20px;
}

article h2, .page h2{
    color: #C99716;
    border-bottom: 5px solid #F0CE75;
    width: 80%;
    letter-spacing: -.03em;
    line-height: 32px;
    font-weight: 300;
}

article h3, .page h3{
    color: #C99716;
}

article h4, .page h4{
    color: #a161bf;
    margin-left: 10% !important;
    letter-spacing: -.03em;
    line-height: 30px;
    font-weight: normal;
    margin: 30px 0;
}

article h4:before, .page h4:before{
    content: "\f054";
    font-family: "fontawesome";
    margin-right: 10px;
    box-sizing: border-box;
}

article h5, .page h5{
    color: #a161bf;
}

.full-guide ul li a{
    color: #000;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
}

.full-guide ul li a:nth-child(5){
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.full-guide ul li, ul li{
    list-style: disclosure-closed;
    margin-top: 30px;
    color: #000;
}

.home ul li{
    list-style-type: circle;
    margin-top: 0px;
}

.full-guide a{
    color: #000!important;
    font-weight: bold;
}

.full-guide #aawp5.aawp .aawp-product--horizontal.aawp-product--style-light {
    box-shadow: inherit!important;
}

.full-guide #aawp5.aawp .aawp-product--horizontal {
    border: none!important;
    padding: 0px!important;
}

.full-guide #aawp5.aawp .aawp-product--horizontal .aawp-product__thumb{
    float: inherit!important;
    width: auto!important;
}

.full-guide #aawp5.aawp .aawp-product__description{
    display: none;
}

.full-guide #aawp5.aawp .aawp-product--horizontal .aawp-product__image {
    max-height: 500px!important;
}

.full-guide #aawp5.aawp .aawp-product__rating{
    margin-top: -20px!important;
}

.full-guide #aawp5.aawp .aawp-product--horizontal .aawp-product__footer {
    text-align: center!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
}

.sommaire {
    -webkit-box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    width: 80%;
    margin: auto;
    margin-bottom: 30px!important;
}

.table-of-contents .header{
    border-bottom: none;
}

.table-of-contents .header h5 {
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 20px;
    color: #58c2b4;
    height: 35px;
    border-bottom: solid 2px #E6E6E6;
    width: 80%;
    margin: auto;
}

.table-of-contents ul{
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#relance-guide ul li{
    list-style-type: none;
    margin-left: 0px;
}


#relance-guide ul li a{
    color: #000 !important;
    font-size: 18px;
    font-style: italic;
    padding-bottom: 2px;
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* SNIPPET BOX */

#snippet-box {
    background: #FFF!important;
    color: #333333;
    border: 1px solid #FFF!important;
}

/* SOCIAL SHARE */

/*share button*/
.sharebuttons {
    height: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.sharebuttons a:hover{
    text-decoration: none;
    background-color: #ececec!important;
}

.btnz {
    display: block;
    float: left;
    padding: 10px 15px;
    border:none;
    background-color: #ececec;
    text-decoration: none;
    font-size: 18px;
    color: #FFF !important;
    margin-right: 20px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
}
.btnz:hover {
    color: #444 !important;
}

.facebook {
    background-color: #3b5998;
}
.gplus {
    background-color: #dd4b39;
}
.twitter {
    background-color: #55acee;
}
.pinterest {
    background-color: #cc2127;
}
.linkedin {
    background-color: #0077b5;
}


/* CUSTOM */

body.custom-background {
    background: rgba(20, 4, 4,1)!important;
}

#bgSVG svg{
    position: fixed;
    top: 50%;
    left: 50%;
    height: 1600px;
    width: 1600px;
    margin: -800px 0 0 -800px;
}

.path {
    fill-opacity: 0; 
    stroke-width: 1px; 
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -moz-animation: dash 30s linear alternate infinite;
    -webkit-animation: dash 30s linear alternate infinite;
    animation: dash 30s linear alternate infinite;
    stroke: rgb(63, 94, 236);
    /* stroke: rgb(236, 63, 66); */
}

@-moz-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.main .search {
    margin-left: 75px !important;
    margin-bottom: 35px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #718097;
    display: inline-block;
    border: 1px solid #718097;
    background: #FFF;
    position: relative;
    margin-top: 14px !important;
}

.main .search input[type="submit"]{
    position: absolute;
    bottom: 5px;
    border: 0px solid red;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 10px 27px 10px 22px;
    cursor: pointer;
    z-index: 3;
    background: transparent;
    top: -5px!important;
    width: 66px;
    height: 62px;
    right: 0;
    border-color: #bb1d2d;
    background: #7e141c;
    background: -moz-linear-gradient(left,#7e141c 0,#c41225 100%);
    background: -webkit-linear-gradient(left,#7e141c 0,#c41225 100%);
    background: linear-gradient(to right,#7e141c 0,#c41225 100%);
}

.main .search input[type="submit"]:hover{
    background: #c41225;
    background: -moz-linear-gradient(left,#c41225 0,#7e141c 100%);
    background: -webkit-linear-gradient(left,#c41225 0,#7e141c 100%);
    background: linear-gradient(to right,#c4122 0,#7e141c 100%);
}

.search-result h4 a {
    color: rgb(186,9,18) !important;
}

.search-byline {
    color: #5db2f4;
    display: inline-block;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 7px;
}

.comments-title{
    display: none;
}

.mobile{
    display: none;
}

.page-content p a, .single-post p a{
    color: #000!important;
    font-weight: bold;
}

.home .clients, .home .main {
    display: none !important;
}

h3 a{
    text-decoration: none!important;
    font-weight: normal!important;
}

.plus-et-moins{
    margin-bottom: 10px;
}

.tcb-flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-left: -15px;
    padding-bottom: 15px;
    padding-top: 15px;    
}

.thrv_wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 1px;
}

.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col {
    max-width: 49%;
}

.tve_flt .tve_white.tve_cb.tve_cb3, .tve_flt .tve_white.tve_cb.tve_cb6 {
    background: #FFFFFF;
}

.tve_flt .tve_cb .tve_cb_cnt {
    padding: 20px;
}

.tve_flt .tve_white.tve_cb .tve_hd h3, .tve_flt .tve_white.tve_cb .tve_cb_cnt p {
    color: #525151;
    margin: 0px;
}

.tve_p_center {
    text-align: center;
}

.tve_white {
    background-color: rgb(244, 244, 244) !important;
    border: 2px solid rgb(239, 239, 239) !important;
    box-shadow: transparent 0px 0px 8px 4px inset, transparent 0px 0px 7px 3px !important;
    height: 135px;
}

.tve_empty_dropzone{
    padding-top: 15px;
}


.bold_text {
    font-weight: bold;
    font-size: 20px;
}

.panel ul{
    margin-top: -5px;
}

.thrv_wrapper:not(.tve_image_caption):not(.thrv_icon):not(.thrv-button):not(.thrv-content-box) {
    min-width: 20px;
}

.widget_newsletterwidgetminimal .widget-title{
    font-family: 'Montserrat', sans-serif;
}

.full-guide ul p, .full-guide br{
    display: none;
}

.table-feature .small-only{
    display: none;
}

.table-feature {
    display: inline-block;
    border: 1px solid #dad3cc;
}

.table-feature tr td{
    color: #000;
    text-align: center;
}

.table-feature .stacktable.large-only {
    display: table;
}

.table-feature .stacktable {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-bottom: 0;
    table-layout: fixed;
}

.table-feature .stacktable tbody tr {
    border-bottom: 1px solid #dad3cc;
}

.full-guide .aawp-product__button{
    color: #FFF !important;
    display: flex;
}

.aawp-product__button{
    box-shadow: 0 1px 2px rgba(0,0,0,0.3),0 0 40px rgba(0,0,0,0.1) inset;
    text-transform: uppercase;
    color: #FFF !important;
    background-color: #58c2b4;
    border-color: #27ae60;
    border-radius: 3px;
    padding: 7px 12px 6px 12px;
    font-size: 13px;
    text-decoration: none !important;
    font-family: 'Trade', sans-serif;
    font-weight: normal;
    position: absolute;
    right: 24px;
    bottom: 1px;
    width: 110px;
    height: 33px;
}

.aawp-product__button:hover{
    background-color: #F5F5F5;
    color: #000 !important;
}

.aawp .aawp-product--list .aawp-product__title{
    display: block!important;
}

.aawp .aawp-product--list .aawp-product__ribbon--bestseller{
    display: none;
}

.aawp .aawp-product--list .aawp-product--list{
    margin-bottom: -1px!important;
}

.aawp .aawp-product--list .aawp-product:last-child{
    margin-bottom: 20px!important;
}

.accordion {
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 26px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 21px;
    transition: 0.4s;
    font-family: 'Montserrat', sans-serif;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.table-of-contents-mobile{
    display: none;
}

.aawp-product--sale .aawp-product__price--current{
    color: #f60e0e!important;
}

.aawp-product ul li{
    color: #000;
    list-style-type: disclosure-closed;
}

body{
    color: #000!important;
word-wrap: break-word!important;
font-family: 'Lora', serif!important;
line-height: 2!important;
font-size: 14px!important;   
}

#wc-comment-header{
    color: #000;
}

.sidebar-desc .photo-bio{
    margin: 0 14px;
    line-height: 0;
    text-align: center;
    border-bottom: solid 2px #9dcac3;  
}

.sidebar-desc .bienvenue{
    border-bottom: solid 2px #9dcac3;
    padding-bottom: 5px;
}

.sidebar-desc .bienvenue h4{
    font-size: 1.8rem;
    color: #58c2b4!important;
    margin-bottom: 5px;
    margin-top: 10px;
}

.sidebar-desc .bienvenue h4:before{
    display: none;
}

.sidebar-desc .bienvenue p, .sidebar-desc .bienvenue i{
    color: #000;
}

.sidebar-desc .bienvenue p{
    margin-bottom: 0.7em;
} 

.widget_aawp_widget_bestseller .aawp-box__price--old{
    color: #000!important;
}

.widget_search .heading{
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif!important;
    font-size: 1.8rem!important;
    color: #58c2b4!important;   
}

ins {
    background: #FFF!important;
}

.akismet_comment_form_privacy_notice{
    font-size: 11px;
}

article  p, .post-title a, .post-date, .post-admin{
    color: #000;
}

#services .column:first-child  .service-title{
    display: none;
}

.service-content p a{
    font-weight: bold;
}

.portfolio-item-description{
    display: none;
}

.img-medium-left{
    float: left;
}

.mentions-legales{
    color: #FFF;
    font-size: 13px;
}

.center-image{
    text-align: center;
    margin-bottom: 20px;
}

.video-article{
    margin-bottom: 85px;
}

.wrap {
    margin: 0 auto;
    max-width: 75em;
    padding: 0 1em;
    position: relative;
}

#view-above-the-fold h2 {
    margin: 0.825em 0 0.75em !important;
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 22px;
    color: #000;
}

#view-above-the-fold h1 {
    font-size: 3.5em !important;
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

#view-above-the-fold p {
    margin: 1em 0 !important;
    color: #000;
}

.features .feature {
    text-align: justify!important;
}

#view-above-the-fold .button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    margin: 0.5em 0;
    max-width: 90%;
    width: 18em;
    border-bottom: 3px solid #860000;
    white-space: normal;
    background-color: #cd282f;
    color: #FFF;
    text-transform: uppercase;
}

#view-above-the-fold .button:hover {
    border: 1px solid #cd282f;
    border-bottom: 3px solid #cd282f;
    white-space: normal;
    background-color: #FFF;
    color: #cd282f;
    text-transform: uppercase;
}

.pure-g {
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.pure-g p a{
    border: 1px solid #FFF!important;
}

.pure-g p a:hover{
    border: 1px solid #860000!important;
}

.comment-form-url, .wp-caption-text{
    display: none;
}

.page-content .col-left, .single-post .col-left{
    float: left;
    width: 49%;
}

.page-content .col-left li, .page-content .col-left h3, .page-content .col-right li, .page-content .col-right h3, .single-post .col-left li, .single-post .col-left h3, .single-post .col-right li, .single-post .col-right h3  {
    color: #000;
}

.page-content .center.star_rating, .single-post .center.star_rating{
    padding-top: 20px;
    padding-bottom: 10px; 
}

.page-content .col-left .green, .single-post .col-left .green{
    background: #e7ede9;
    padding: 20px;
}

.page-content .col-right .red, .single-post .col-right .red{
    background: #fbe8e4;
    padding: 20px;
}

.page-content .col-left .green h3, .page-content .col-right .red h3, .single-post .col-left .green h3, .single-post .col-right .red h3{
    margin-top: 12px;
}

.page-content .col-left .green ul, .page-content .col-right .red ul, .single-post .col-left .green ul, .single-post .col-right .red ul{
    margin-bottom: 0px;
}

.page-content .col-right, .single-post .col-right{
    float: right;
    width: 49%;
}

.main{
    padding: 10px 0 10px!important;
    background: #eee!important;
}

.main .container{
    background: #fff!important;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 12px 0px;
}

.main p iframe{
    width: 100%!important;
    height: 500px!important;
}

.sidebar{
    margin-top: 20px!important;
}

.link-achat-amazon img{
    width: 20px;
    vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #696969;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 30px 0;
}

.fa-shopping-cart{
    font: normal normal normal 14px/1 FontAwesome;
}

.focus-prix-barre{
    /*font-family: 'Montserrat', sans-serif; */
    color: #000;
    text-decoration: line-through;
    font-size: 16px;
}

.focus-prix-reduit{
    /* font-family: 'Montserrat', sans-serif; */
    color: #F00;
    font-size: 28px;    
}

.portfolio-heading, .team-heading, .services-heading, .testimonials-heading, .tagline{
    font-family: 'Montserrat', sans-serif;
}

.pagetitle-title{
    font-family: 'Montserrat', sans-serif;
}

.subfooter .col-last .widget-title, .widget_newsletterwidget{
    font-family: 'Montserrat', sans-serif;
}

.big-image-sidebar img{
    width: 160px;
}

.pagetitle .pagetitle-title{
    text-transform: none!important;
}

.pagetitle{
    position: relative;
}

.breadcrumb{
    position: absolute;
    bottom: 0;
}

.breadcrumb span{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

.pagetitle{
    padding: 35px 0!important;
}

.page .content .widget_custom_html{
    padding-top: 25px;
    border-top: 1px solid #ececec;
    margin-top: 25px;
}

.page .content .widget_custom_html .widget-title {
    text-transform: lowercase !important;
    color: #000;
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 16px !important;
    text-align: center;
    padding-bottom: 20px;
    margin: 0px !important;
    font-weight: bold;
}

.page .content .widget_custom_html ul li {
    list-style-type: disclosure-closed;
    text-align: left;
    margin-left: 20px;
    color: #000;
}

.page .content .widget_custom_html ul li a, .single-post .content .widget_custom_html ul li a {
    color: #000;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}


.testimonials .container{
    position: relative;
}

.testimonials .avis-verifies{
    position: absolute;
    right: 0;
}

.testimonial-content p, .testimonials .testimonial-name {
    color: #000!important;
}

.portfolio-item .portfolio-item-title {
    opacity: 0!important;
}

.portfolio-item:hover .portfolio-item-title, .portfolio-item .portfolio-item-title:hover {
    opacity: 1!important;
}

.portfolio .section-heading, .testimonials .testimonials-heading {
    color: #000!important;   
}

.portfolio .section-heading:before, .testimonials .testimonials-heading:before {
    background: #000!important;   
}

body .secondary-color-bg {
    background-color: #2b2b30!important;
}

h2 a:hover{
    text-decoration: none;
}

.btn-arrow-border {
    border: 1px solid #000;
    color: #000!important;
    height: auto;
    max-height: none;
    display: inline-block;
    font-size: 16px;
    padding: 7px 17px;
    max-width: 170px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-arrow-border:hover {
    color: #FFF!important;
    background-color: #000;
    text-decoration: none;
}

.symbol-stars{
    display: block;
}

.team-rating svg {
    width: 1em;
    height: 1em;
}

[data-css="team-rating-data"] {
    font-size: 27px;
    padding-top: 5px;
}

.tnp-widget input.tnp-submit:hover {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    color: #444;
    border: 1px solid #FFF;
}

body.custom-background {
    background-size: cover!important;
}

.feature-title{
    color: #000;
    font-family: 'Sackers',-apple-system,BlinkMacSystemFont,sans-serif;
    font-size: 19px!important;
    font-weight: 100;
}

.feature-content p{ 
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    font-style: normal;
    color: #000;
}

.green ul li, .red ul li{
    list-style-type: disclosure-closed;
}

div.wpcf7-display-none {display: none;}

.sidebar .widget_custom_html{
    text-align: center;
}

.sidebar .custom-html-widget ul li{
    list-style-type: disclosure-closed;
    text-align: left;
    margin-left: 20px;
    color: #000;
}

.sidebar .custom-html-widget ul li a{
    color: #000;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}



/* champs de recherche */

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.srch {
    position: relative;
    top: 20px;
    width: 25px;
    height: 25px;
    float: left;
    right: 0px;
} 
/*
.srch{
position: absolute;
right: 75px;
top: 30px;
}
*/
.srch form{
    display:inline-block;
    margin:0 0 0 22px;
    position:relative;
    vertical-align:top
}
.srch form .container{
    display:inline-block;
    position:relative;
    vertical-align:top;
    -o-transition:all 200ms linear 0s;
    -moz-transition:all 200ms linear 0s;
    -webkit-transition:all 200ms linear 0s;
    -o-transition:all 200ms linear 0s;
    transition:all 200ms linear 0s
}
.smallheader .srch form .container{
    margin:13px 0 10px
}
.srch form .container input{
    background:#1A1A1A;
    border:0 none;
    border-bottom:2px solid transparent;
    box-sizing:border-box;
    color:#fff;
    display:inline-block;
    font-size:1em;
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing:0.02em;
    line-height:32px;
    opacity:0;
    overflow:hidden;
    padding:0 32px 0 10px;
    position:absolute;
    right:0;
    vertical-align:top;
    width:0;
    z-index:100;
    -o-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s
}
.srch form:hover .container input, .srch form.selected .container input{
    border-color:#df3741;
    opacity:1;
    width:244px
}
.srch form .container button{
    background-color:transparent !important;
    border:medium none;
    color:#7a7a7a;
    cursor:pointer;
    display:inline-block;
    font-size:1.3em;
    line-height:32px;
    margin:0;
    padding:0;
    position:relative;
    text-align:center;
    vertical-align:top;
    width:32px;
    z-index:101
}
.srch form:hover .container button, .srch form.selected .container button{
    color:#DF3741
}
.srch form .container button svg{
    background-color:transparent;
    position:relative;
    top:0px;
    top:-moz-calc(-2px);
    -o-transition:all .2s;
    -moz-transition:all .2s;
    -webkit-transition:all .2s;
    -o-transition:all .2s;
    transition:all .2s
}
@media only screen and (max-width:1023px){.srch form{margin:0}
    .srch form .container{margin:13px 0 10px}
    .srch form .container button{color:#fff}
}

/* SCROLL TO TOP */

.scroll-to {
    position: fixed;
    z-index: 10;
    display: none;
    background-color: rgba(15, 15, 16, 0.8);
}

.scroll-to:hover{
    text-decoration: none;
}

#scroll-to-top {
    right: 25px;
    bottom: 60px;
    padding: 9px 11px 11px 10px;
}
.scroll-to i {
    font-size: 2em;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s;
}
.scroll-to:hover i {
    color: rgba(255, 255, 255, 1);
    transition: 0.5s;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
}

.fa-chevron-up::before {
    content: "\f077";
}


/* FORMAT TABLETTE De 960px à 1280px : tablette en paysage, écran d’ordinateur de taille petite et moyenne */
@media screen and (min-width:1281px) {
    .menu-main{
        float: left!important;
        margin-left: 100px;
    }

    .aawp table.aawp-table th.aawp-table__th-title, .aawp table.aawp-table td.aawp-table__th-title, .aawp table.aawp-table th.aawp-table__td-title, .aawp table.aawp-table td.aawp-table__td-title {
        max-width: 250px;
    }
}

@media screen and (min-width:768px) and (max-width:1440px) {
    #social_hub span {
        display: none;
        transition: all 1s ease-out;
    }
}
@media screen and (min-width:768px) and (max-width:1280px) {
    .team-list{
        height: 125px;
    }
    .aawp table.aawp-table th.aawp-table__th-title, .aawp table.aawp-table td.aawp-table__th-title, .aawp table.aawp-table th.aawp-table__td-title, .aawp table.aawp-table td.aawp-table__td-title {
        max-width: 150px;
    }
    .srch {
        position: relative;
        top: 20px;
        width: 25px;
        height: 25px;
        float: left;
        right: 15px;
        display: none;
    }   
    .menu-main li ul {
        margin: 0px 0 0!important; 
    }

    .menu-main li a{
        font-size: 13px!important; 
    }
    .slide-content{
        padding-left: 20px!important;
    }
    .slider-slides .slide-content::after{
        left: 20px!important;
    }
    .slider-slides .slide-title {
        padding-left: 20px;
    }
    .slide-caption .slide-content h3 {
        font-size: 20px!important;
    }
    .slider-slides .slide-title {
        font-size: 2.0em!important;
    }
}

@media screen and (max-width:968px){

    .testimonials .avis-verifies{
        position: relative;
        right: 0;
    }

}

/* FONTS */

@font-face {
    font-family:'Trade';
    src:url('../fonts/TradeGothicLTStd-Bold.eot');
    src:url('../fonts/TradeGothicLTStd-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/TradeGothicLTStd-Bold.woff2') format('woff2'),url('../fonts/TradeGothicLTStd-Bold.woff') format('woff'),url('../fonts/TradeGothicLTStd-Bold.ttf') format('truetype');
    font-weight:bold !important;
    font-style:normal;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased
}
@font-face {
    font-family:'Sackers';
    src:url('../fonts/ATSackersGothic-Medium.eot');
    src:url('../fonts/ATSackersGothic-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/ATSackersGothic-Medium.woff2') format('woff2'),url('../fonts/ATSackersGothic-Medium.woff') format('woff'),url('../fonts/ATSackersGothic-Medium.ttf') format('truetype');
    font-weight:normal !important;
    font-style:normal;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased
}
