/**
 * 2008 - 2015 HDClic
 *
 * MODULE PrestaBlog
 *
 * @version   3.6.8
 * @author    HDClic <prestashop@hdclic.com>
 * @link      http://www.hdclic.com
 * @copyright Copyright (c) permanent, HDClic
 * @license   Addons PrestaShop license limitation
 *
 * NOTICE OF LICENSE
 *
 * Don't use this module on several shops. The license provided by PrestaShop Addons
 * for all its modules is valid only once for a single shop.
 */

/** filtrage page recherche */

/** /filtrage page recherche */

/** Force margin for template without margin on there paragraphe css **/

#block_body a {
  color: #001373;
}

#block_body a:hover {
  color: #23527c;
}

#block_body #spistresci a, 
#block_body #spistresci a:hover, 
#block_body #spistresci div a, 
#block_body #spistresci div a:hover {
  color: inherit;
}

@font-face{font-family:"Phone";src:url("/themes/equishop/fonts/Phone.eot");src:url("/themes/equishop/fonts/Phone.eot?#iefix") format("embedded-opentype"),
url("/themes/equishop/fonts/phone.woff") format("woff"),
url("/themes/equishop/fonts/phone.ttf") format("truetype"),
url("/themes/equishop/fonts/phone.svg#Flaticon") format("svg");font-weight:normal;font-style:normal;}
@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Phone";src:url("/themes/equishop/fonts/phone.svg#Flaticon") format("svg");}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after{font-family:Phone;font-size:20px;font-style:normal;margin-left:20px;}
.flaticon-speech-bubble:before{content:"\f100";}

#prestablogfont p,#prestablogfont ul,#prestablogfont ol {
  margin: 0 0 15px;
}

/** Bloc Search **/

#prestablog_bloc_search {
  position: relative;
}

#prestablog_bloc_search .btn.button-search {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: block;
  padding: 10px 0 11px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

#prestablog_bloc_search .btn.button-search span {
  display: none;
}

#prestablog_bloc_search .btn.button-search::before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  text-align: center;
  width: 100%;
}

#prestablog_bloc_search .btn.button-search:hover {
  color: #6f6f6f;
}

#prestablog_bloc_search #prestablog_search {
  background: #fbfbfb none repeat scroll 0 0;
  display: inline;
  height: 45px;
  margin-right: 1px;
  padding: 13px 60px 13px 13px;
}

/** /Bloc Search **/

/** Related article on product */

ul.related_blog_product li {
  display: block;
  height: auto;
  margin-bottom: 20px;
  min-height: 40px;
  width: 100%;
}

/** Block rss */

#prestablog_block_rss a {
  background: none repeat scroll 0 0 #333333;
  /*color: #777777;*/
  color: #fff;
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding: 7px 10px 10px 10px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font: 600 18px/22px "Open Sans",sans-serif;
}

#prestablog_block_rss a:hover {
  background: none repeat scroll 0 0 #777777;
  color: #fff;
}

#prestablog_block_rss a i {
  float: right;
}

/** Top NAV Menu */

.prestablog-nav-top {
  border-left: 1px solid #515151;
  float: right;
}

@media (max-width: 479px) {
  .prestablog-nav-top {
    text-align: center;
    width: 25%;
  }
}

.prestablog-nav-top a {
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 8px 10px 11px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 479px) {
  .prestablog-nav-top a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.prestablog-nav-top a:hover,.prestablog-nav-top a.active {
  background: none repeat scroll 0 0 #2B2B2B;
}

/** Slide */

.prestablog_slide {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin-bottom: 7px;
  background: #FFF;
  padding: 5px;
  box-shadow: #ccc 0px 0px 5px;
  border-radius: 5px;
}

/** If an image is wrapped in a link  */

/** Product linked slide */

#blog_product_linked {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}

/** Article link */

ul.articleslinks {
  padding-left: 40px;
  margin-bottom: 10px;
  list-style: square;
}

/** FIN SLIDE */

a.bloc-rss img {
  margin-bottom: 5px;
}

a.bloc-rss:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/** Listing */

#blog_list * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#blog_list {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

#blog_list li {
  display: inline-block;
  list-style: none;
  -webkit-transition: all .6s ease-in;
  -moz-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
  padding: 10px;
  width: 50%;
  float: left;
}

#blog_list li:hover {
  background: #E9E9E9;
  box-shadow: #e8e8e8 1px 1px 1px;
}

#blog_list h3 {
  line-height: 0.9;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #E7E7E7;
  font-size: 20px;
  height: 100px;
}

#blog_list .block_top {
  width: 100%;
  position: relative;
}

#blog_list .block_top .blog_desc {
  position: absolute;
  width: 100%;
  height: 0%;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  color: #fff;
  font-size: 16px;
  opacity: 0;
  overflow: hidden;
}

#blog_list li:hover .block_top .blog_desc {
  opacity: 1;
  height: 100%;
}

#blog_list .block_top img {
  width: 100%;
  height: auto;
}

#blog_list .blog_link:after {
  font-family: "FontAwesome";
  content: '\f054';
  margin-left: 6px;
  font-size: 10px;
}

#blog_list .comments {
  float: right;
  font-size: 14px;
}

#blog_list .comments:before {
  font-family: "FontAwesome";
  content: "\f0e6";
  margin-right: 1px;
}

#blog_list a.blog_link:hover,#blog_list .comments:hover {
  text-decoration: none;
  color: #ff5600;
}

#blog_list p {
  margin: 12px 0px;
}

#blog_list .block_top .blog_desc,#blog_list .block_top .blog_desc a {
  -webkit-transition: all .6s ease-in;
  -moz-transition: all .6s ease-in;
  -o-transition: all .6s ease-in;
  transition: all .6s ease-in;
}

/** Typo*/

#prestablogfont ul,#prestablogfont ol {
  padding-left: 40px;
  margin-bottom: 15px;
}

#prestablogfont ul li {
  list-style: square;
}

#prestablogfont ol {
  list-style: decimal;
}

.info_blog {
  font-size: 11px;
  color: #8B8B8B;
}

.info_blog a,.date_blog-cat,ul#blog_list li .date_blog-cat a {
  color: #ACACAC;
}

.date_blog-cat {
  font-size: 10px;
  font-weight: normal;
}

.categorie_blog {
  color: #A020F0;
}

.categorie_blog:hover {
  text-decoration: underline;
}

/** Navigation slide */

#prestablog_nav_slide {
  width: 100%;
  float: left;
  display: block;
  clear: both;
  text-align: center;
  padding-bottom: 5px;
}

#prestablog_nav_slide a {
  background: url(../img/nav-slide.png) no-repeat right top;
  display: inline-block;
  height: 16px;
  width: 16px;
  outline: medium none;
  text-indent: -9999em;
  margin-right: 1px;
  margin-left: 1px;
}

#prestablog_nav_slide a:hover {
  background: url(../img/nav-slide.png) left top;
}

/** date */

/** bloc last liste */

/** Pagination category */

.cat_prestablog p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 0px;
}

div.prestablog_pagination {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

div.prestablog_pagination a {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #aaa;
}

div.prestablog_pagination a:hover,div.prestablog_pagination a:active {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #a0a0a0;
}

div.prestablog_pagination span.current {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #929EA2;
  background-color: #BDC5C8;
  color: #4D4D4D;
}

div.prestablog_pagination span.more {
  padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #ddd;
  color: #aaa;
}

/** Commentaires Facebook */

#prestablog-fb-comments .fb-comments,#prestablog-fb-comments .fb-comments iframe[style] {
  width: 100% !important;
}

#prestablog-fb-comments .fb-comments span,#prestablog-fb-comments .fb-comments iframe span[style] {
  width: 100% !important;
}

/** Commentaire */

fieldset#prestablog-comment {
  padding: 10px;
}

fieldset#prestablog-comment input {
  width: 100%;
}

fieldset#prestablog-comment input.text {
  border: 1px solid #CCC;
  height: 20px;
}

div#comments {
  display: none;
}

span#toggle-comments {
  cursor: pointer;
}

div.comment h4 a {
  text-decoration: none;
}

div.comment h4 a:hover {
  text-decoration: underline;
}

div.comment {
  margin: 10px 0 10px 0;
  padding: 5px;
}

div.comment hr {
  color: #E5E5E5;
  background-color: #D9D7D7;
}

div.comment p.date-comment {
  color: #7F7F7F;
  font-size: 90%;
  margin-top: -4px;
  margin-bottom: 10px;
  padding: 0px;
}

#block_footer_last_list {
  float: left;
  width: 175px;
  padding: 15px 10px;
}

/** fix p sur bloc héritage prestashop */

.prestablog_cat_img {
  display: inline-block;
  height: auto;
  margin-bottom: 15px;
  max-width: 100%;
}

#prestablog_lastliste p {
  margin: 0px;
  padding: 10px 0px;
  border-bottom: 1px dotted #CCCCCC;
  /*float: left;*/
  width: 100%;
  display: inline-block;
  background: #FFF;
}

#prestablog_lastliste a.button_large {
  margin-top: 10px;
}

.prestablog_thumb_cat {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

/** Menu category */

#prestablog_menu_cat {
  width: 100%;
  float: left;
}

#prestablog_menu_cat nav ul {
  min-height: 40px;
}

#prestablog_menu_cat nav #nav-version {
  float: right;
}

#prestablog_menu_cat nav #nav-version:hover {
  background: none;
}

#prestablog_menu_cat nav {
  margin-bottom: 10px;
}

#prestablog_menu_cat nav ul ul {
  display: none;
}

#prestablog_menu_cat nav ul li:hover > ul {
  display: block;
}

#prestablog_menu_cat nav ul,img.logo_home {
  list-style: none;
  position: relative;
  background: #333333;
}

#prestablog_menu_cat nav ul:after {
  content: "";
  clear: both;
  display: block;
}

#prestablog_menu_cat nav ul li {
  float: left;
}

#prestablog_menu_cat nav span.parent {
  float: right;
}

#prestablog_menu_cat nav ul li:hover {
  background: #6A6A6A;
}

#prestablog_menu_cat nav ul li:hover a {
  color: #fff;
}

#prestablog_menu_cat nav ul li a {
  display: block;
  padding: 9px 20px;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font: 600 18px/22px "Open Sans",sans-serif;
}

#prestablog_menu_cat nav ul li > img {
  padding: 0px 0px;
}

#prestablog_menu_cat nav ul ul {
  background: #6A6A6A;
  border-radius: 0px;
  padding: 0;
  position: absolute;
  min-width: 150px;
  z-index: 10;
}

#prestablog_menu_cat nav ul ul li {
  float: none;
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
  position: relative;
}

#prestablog_menu_cat nav ul ul li a {
  padding: 10px 10px;
  color: #fff;
}

#prestablog_menu_cat nav ul ul li a img {
  padding-right: 5px;
}

#prestablog_menu_cat nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

img.news {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 100%;
}

#prestablogfont img {
  max-width: 100%;
}

#prestablogfont img.f_left {
  margin-right: 10px;
  margin-bottom: 10px;
}

#prestablogfont img.f_right {
  margin-left: 10px;
  margin-bottom: 10px;
}

#prestablogfont iframe {
  border: none;
  max-width: 100%;
}

@media (max-width: 1024px) {
  #blog_list .block_top .blog_desc {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  #prestablog_menu_cat nav {
    display: none;
  }

  #prestablog_menu_cat nav ul {
    padding: 0;
  }

  #menu-mobile {
    cursor: pointer;
    background: #333333 url(../img/menu-toggle-mobile.png) no-repeat 10px center;
    display: block;
    height: 26px;
    width: 100%;
    margin-bottom: 10px;
  }

  #prestablog_menu_cat nav ul ul {
    left: 40px;
    width: auto;
  }

  #prestablog_menu_cat nav ul ul ul {
    position: absolute;
    top: 0px;
    width: auto;
  }

  #prestablog_menu_cat nav ul li {
    float: none;
  }
}

@media (max-width: 600px) {
  #blog_list .block_top .blog_desc {
    font-size: 12px;
  }

  #blog_list li {
    width: 100%;
  }
}

@media (max-width: 400px) {
  img.news {
    float: none;
    display: block;
    clear: both;
  }

  #blog_list .block_top {
    text-align: center;
    width: 100%;
  }
}

#module-prestablog-blog #prestablogfont table {
    width:100%;
    border-collapse: separate;
        border-spacing: 2px;
}
#module-prestablog-blog #prestablogfont table th {
    font-weight:bold;
    text-align:center;
    color:#FFF;
    background-color:#0a0c41;
}
#module-prestablog-blog #prestablogfont table th, #module-prestablog-blog table td {
    height:24px;
}
#module-prestablog-blog #prestablogfont tbody tr:nth-child(odd) {
    background: #eee
}
#module-prestablog-blog #prestablogfont tbody tr td:first-child {
    color:#0a0c41;
}

#module-prestablog-blog #prestablogfont table tr.highlight td { font-weight:bold; color:#FFF; background-color:#949494;}

#module-prestablog-blog #prestablogfont table p {
  text-align: center;
  padding:0;
}

#module-prestablog-blog #prestablogfont table td {
  vertical-align: middle;
}

.newsletter-subscribe {
  background: url('/themes/equishop/img/newsletter_backg.jpg');
  background-position: center center; 
  background-repeat: no-repeat;
  background-size: cover;
  padding:2rem 2rem;
  display: flex;
  align-items: center;
  border:1px solid #42495b;
  max-width: 100%;
}

.newsletter-subscribe img, .newsletter-subscribe h2 {
  display: inline-block;
}

.newsletter-subscribe h2 {
  margin-left: 2rem;
  margin-top: 1rem;
}

a.exclusive {
  background: #292a2f;
  cursor: pointer;
  width: 100%;
  border: 3px solid #292a2f;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none!important;
}

.newsletter-subscribe a:hover {
  background: none!important;
  border: 3px solid #292a2f;
  color: #292a2f;
}

@media (max-width: 767px) {

    #callusnow {
        display: inline;
        position:fixed;
        width:100%;
        bottom:0;
        left:0;
        background-color:#131541;
        color: #fff;
        z-index: 99999;
        text-align:center;
        text-transform: uppercase;
        padding: 15px 0 10px;
    }

    #callusnow a {
        color: #fff;
        font-size: 16pt;
        vertical-align:top;
    }

    #callusnow i.flaticon-speech-bubble:before {
        margin-top: 5px;
        font-size: 24pt;
    }

    #chat-application {
        display:none!important;
    }

    .newsletter-subscribe {
        display:block;
        margin:0 auto;
  	}

  .fb-page.fb_iframe_widget {
  	display: table;
  	margin:0 auto;
  	}

}

#spistresci {
  background-color: #ececec;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}

#spistresci h2 {
  font-size: 18px;
}

#spistresci ul {
  line-height: 130%;
}

#spistresci ul li a {
  font-size: 14px;
}

.img-responsive {
  display: inline-block;
}

.cooperation {
  background-color: #dbdbdb;
  padding: 1em;
  margin:1em;
}

video {
  max-width: 100%;
  height: auto;
}