<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* body */
body {
  color: #666666;
  font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
}

body a, body a:hover, body a:active, body a.dropdown-toggle:hover, body a.dropdown-toggle:active {
  color: #666666;
}

/* header */
.extra-header-navigation {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 12px;
  margin-top: 15px;
}

.extra-header-navigation ul li {
  padding-right: 0;
}

.extra-header-navigation ul li a {
  border-right: 1px solid #D91E18;
  padding-right: 10px;
  text-decoration: none;
}

.extra-header-navigation ul li {
  position: relative;
}

.extra-header-navigation ul li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #666666;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.extra-header-navigation ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.link-to-newsletter-subscription-form {
  display: inline-block;
  font-size: 11px;
  width: 100px;
  margin-top: 15px;
  margin-left: -5px;
  margin-right: 10px;
}

.link-to-newsletter-subscription-form a {
  color: #D91E18;
  background: url(/system/store_assets/data/000/003/865/original/enveloppe-icon.png) no-repeat 0 10px;
  background-size: 17px;
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative;
  top: 5px;
}

.link-to-newsletter-subscription-form a:hover {
  color: #666666;
  text-decoration: none;
}

.link-to-newsletter-subscription-form i {
  display: none;
}

.locales-selector i.fa-globe {
  display: none;
}

.locales-selector a, .locales-selector input.btn-link {
  color: #666666 !important;
  text-transform: uppercase;
  font-size: 11px;
}

.locales-selector a:hover, .locales-selector input.btn-link:hover {
  color: #666666 !important;
  text-decoration: none !important;
}

.locales-selector .dropdown-menu-right {
  min-width: 80px;
  top: 60%;
}

/* search form */
.search-form-placeholder {
  margin-top: 63px;
}

#search-form input#q {
  background-color: #f0f0f0;
  border: 0;
  box-shadow: none;
}

#search-form input#q:focus, #search-form input#q:active {
  outline: 0 !important;
}

#search-form .input-group-addon {
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0;
  color: #D91E18;
}

#search-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #444;
  opacity: 1; /* Firefox */
  font-style: italic;
}

#search-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #444;
  font-style: italic;
}

#search-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #444;
  font-style: italic;
}

::-webkit-input-placeholder {
  color: #444;
  font-style: italic;
}
:-moz-placeholder {
  color: #444;
  font-style: italic;
}
::-moz-placeholder {
  color: #444;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #444;
  font-style: italic;
}

/* search form: placeholder as empty text on focus. */
#search-form input#q:focus::-webkit-input-placeholder {
  color: transparent
}

.account-links {
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 30px;
  margin-top: 27px;
}

@media (max-width: 767px) {
  .account-links {
    margin-right: 0; 
  }
}

.account-links &gt; a:hover {
  text-decoration: none;
}

.account-links &gt; div.dropdown &gt; a.dropdown-toggle, .account-links .link-to-sign-in {
  background: url(/system/store_assets/data/000/003/886/original/logo-user.png) no-repeat top center;
  background-size: 25px 24px;
  padding-top: 30px;
  margin-top: 15px;
  display: inline-block;
}

.account-links &gt; div.dropdown &gt; a.dropdown-toggle:hover {
  color: #D91E18;
  background: url(/system/store_assets/data/000/003/889/original/logo-user-hover.png) no-repeat top center;
}

@media (max-width: 767px) {
  .account-links &gt; div.dropdown &gt; a.dropdown-toggle:hover {
    background: none;
  }
}

.account-links &gt; div.dropdown &gt; ul.dropdown-menu {
  font-size: 12px;
}

.account-links &gt; div.dropdown &gt; ul.dropdown-menu li a {
  color: #666;
  border-bottom: 2px solid #fff;
}

.account-links &gt; div.dropdown &gt; ul.dropdown-menu li a:hover {
  background: none;
  border-bottom: 2px solid #D91E18;
  color: #D91E18;
}

.placeholder .dropdown-menu {
  margin-top: 0;
}

.cart-link {
  text-transform: uppercase;
  font-size: 12px;
}

.cart-link &gt; a:hover {
  color: #D91E18;
  text-decoration: none;
}

.cart-link i.fa-shopping-basket {
  display: block;
  font-size: 32px;
  text-align: center;
}

.cart-link i.fa-shopping-basket:before {
  content: "\f07a";
}

/* Main navigation */
.main-navigation-column {
  background: #666666;
  color: #fff;
  text-align: left;
}

.main-navigation &gt; div &gt; ul &gt; li &gt; a, .main-navigation &gt; div &gt; ul &gt; li &gt; a.dropdown-toggle {
  color: #fff;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 9px;
}

.main-navigation &gt; div &gt; ul {
  margin-top: 0;
  margin-bottom: 0;
}

.main-navigation &gt; div &gt; ul &gt; li &gt; a:hover {
  color: #fff;
  border-bottom: 3px solid #D91E18;
  text-transform: uppercase;
  text-decoration: none;
}

.main-navigation &gt; div &gt; ul &gt; li {
  border-right: 1px solid #fff;
  padding-right: 25px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .main-navigation &gt; div &gt; ul &gt; li {
    margin-right: 0; 
    padding-right: 0;
  }
}

.main-navigation &gt; div &gt; ul &gt; li:last-child {
  border-right: 0;
  padding-right: 0;
}

.main-navigation .dropdown-menu {
  top: 75%;
}

.main-navigation .dropdown-menu &gt; li &gt; a {
  color: #666666;
}

.main-navigation .dropdown-menu &gt; li &gt; a:hover {
  background: none;
  color: #D91E18;
}

.dropdown:hover&gt;.dropdown-menu {
  display: block;
}

/* mega menu collections */
.main-navigation .mega-menu-container &gt; .link_to_toggle_navigation {
  text-transform: uppercase;
}

.mega-menu-collections h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
}
.mega-menu-collections {
  text-align: left;
}

.mega-menu-collections .list-group {
  margin-left: 15px;
}

@media(max-width: 767px) {
  .mega-menu-collections .list-group {
    margin-left: 0;
  }
}

.mega-menu-collections .list-group-item {
  padding: 0;
  text-transform: none;
  margin-bottom: 5px;
}

.mega-menu-collections .list-group-item a:hover {
  text-decoration: none;
  color: #D91E18;
}

li[data-identifier='navigation_link_93'] .mega-menu-container {
  position: relative;
}

li[data-identifier='navigation_link_93'] .mega-menu-container .mega-nav {
  width: 500px !important;
  top: 30px;
  left: -10px;
  z-index: 9999;
}

@media (max-width: 767px) {
  li[data-identifier='navigation_link_93'] .mega-menu-container .mega-nav {
    width: 315px !important;
  }
}

li[data-identifier='navigation_link_93'] span.link_to_toggle_navigation:hover {
  padding-top: 11px;
  padding-bottom: 9px;
  border-bottom: 3px solid #D91E18;
}

li[data-identifier='navigation_link_244'] .mega-menu-container .mega-nav {
  top: 40px;
  left: 0px;
  z-index: 9999;
}

li[data-identifier='navigation_link_244'] span.link_to_toggle_navigation:hover {
  padding-top: 11px;
  padding-bottom: 9px;
  border-bottom: 3px solid #D91E18;
}

li[data-identifier='navigation_link_244'] .mega-menu-container .list-group-item {
  float: left;
  width: 20%;
  padding: 5px 10px;
  line-height: 14px !important;
}

@media (max-width: 767px) {
  li[data-identifier='navigation_link_244'] .mega-menu-container .list-group-item {
    float: none;
    width: 100%;
  }
  
  .main-navigation &gt; div &gt; ul &gt; li {
    border-right: 0;
  }
  
  li[data-identifier='navigation_link_244'] .mega-menu-container .mega-nav {
    top: 10px;
  }
}

li[data-identifier='navigation_link_244'] .mega-menu-container .list-group-item &gt; strong &gt; a {
  color: #D91E18;
  font-size: 12px;
}

li[data-identifier='navigation_link_244'] .mega-menu-container .list-group-item .text-small {
  font-size: 11px !important;
}

li[data-identifier='navigation_link_244'] .mega-menu-container .list-group-item:nth-child(5n+1){
  clear:left
}

li[data-identifier='navigation_link_244'] .mega-menu-container .cloud a {
  text-transform: none;
  display: block;
}

li[data-identifier='navigation_link_244'] .mega-menu-container .cloud li {
  display: block;
}

li[data-identifier='navigation_link_244'] .mega-menu-container .cloud  {
  border-left-color: #ccc;
  padding-left: 0;
}


.last-releases-title h3 {
  margin-top: 10px;
  font-size: 18px !important;
  margin-bottom: 0px;
}

.news-title {
  margin-top: 30px;
}

.news-title h3 {
  font-size: 18px !important;
}

/* footer */

/* header footer */
.header-footer {
  text-align: left;
  margin-bottom: 30px;
}

.header-footer h3 {
  text-transform: uppercase;
  font-size: 16px;
}

.header-footer-social-networks .logo-social-network {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
}

.header-footer-social-networks img {
  width: 40px;
  height: 40px;
}

.header-footer-our-blog img {
  width: 150px;
  height: 38px;
}

.footer-guaranties {
  text-transform: uppercase;
  background: #f0f0f0;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.footer-guaranties small {
  font-size: 10px;
}

.guaranties-title {
  color: #000;
  text-align: center;
  font-weight: bold;
}

.footer-row {
  background: #666666;
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}

.footer-row .list-group-item {
  padding: 0;
  margin-bottom: 5px;
}

.footer-row h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-row a, .footer-row a:hover {
  color: #fff;
}

/* main content */
.main-content-column h3{
  color: #D91E18;
  text-transform: initial;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

/* carrousel */
.carousel-indicators {
  text-align: right;
}

.carousel-indicators li {
  border: 1px solid #666666;
  background: #666666;
}

.carousel-indicators li.active {
  border: 1px solid #D91E18;
  background: #D91E18;
}

/* product item */
.product .p-i-a {
  display: none;
}

.container-product .product .product-cover {
  border: 1px solid #c9c9c9;
  padding: 2px;
  -moz-box-shadow: -3px 3px 5px 0px #cccccc;
  -webkit-box-shadow: -3px 3px 5px 0px #cccccc;
  -o-box-shadow: -3px 3px 5px 0px #cccccc;
  box-shadow: -3px 3px 5px 0px #cccccc;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=225, Strength=5);
}

/* video and book */

.video-and-book h4 {
  text-transform: uppercase;
  background: #D91E18;
  color: #fff;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 15px;
  margin-bottom: 0px;
}

.video-and-book .video-promotion .text-video-promotion {
  background: #666666;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  text-align: left;
}

.video-and-book .video-promotion .text-video-promotion a {
  color: #fff;
}


.video-and-book .book-promotion img {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  -moz-box-shadow: -3px 3px 5px 0px #cccccc;
  -webkit-box-shadow: -3px 3px 5px 0px #cccccc;
  -o-box-shadow: -3px 3px 5px 0px #cccccc;
  box-shadow: -3px 3px 5px 0px #cccccc;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=225, Strength=5);
  border: 1px solid #c9c9c9;
  padding: 2px;
  background: #fff;
}

.video-and-book .book-promotion .card-box.center-version {
  background: #f0f0f0;
}

.video-and-book .book-promotion .card-box-footer {
  display: none;
}

/* Product details */
/* To keep constancy, scope though .products_show */

/* Product details : cover */
.products_show .img-border {
  border: 1px solid #c9c9c9;
  padding: 2px;
  background: none;
  -moz-box-shadow: -3px 3px 5px 0px #cccccc;
  -webkit-box-shadow: -3px 3px 5px 0px #cccccc;
  -o-box-shadow: -3px 3px 5px 0px #cccccc;
  box-shadow: -3px 3px 5px 0px #cccccc;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=225, Strength=5);
}

.products_show div[data-type="product-cover"] button.btn-link {
  color: #D91E18 !important;
  border: 0 !important;
}

.products_show div[data-type="product-cover"] button.btn-link:hover {
  border: 0 !important;
}

/* Product details : title */
.products_show h1 {
  text-transform: uppercase;
}

/* Product details : subtitle */
.products_show .product-subtitle {
  font-size: 16px;
}

/* Product details : contributors */
.products_show div[data-type="product-contributors"] {
  margin-bottom: 15px;
}

.products_show div[data-type="product-contributors"], div[data-type="product-contributors"] a {
  color: #D91E18;
}

/* Product details : product ratings (resume) */
.products_show div[data-type="product-ratings"] {
  display: inline-block;
  margin-right: 15px;
}

.product-ratings i.fa-star, .product-ratings i.fa-star-o, .product-rating-input i.fa-star, .product-rating-input i.fa-star-o {
  color: #D91E18;
}

/* Product details : product link to comments (resume) */
.products_show div[data-type="product-link-to-product-comments"] {
  display: inline-block;
  margin-right: 15px;
}

.products_show div[data-type="product-link-to-product-comments"] a {
  color: #a3a3a3;
}

.products_show div[data-type="product-link-to-product-comments"] a:hover {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

/* Product details : product collection */
.products_show div[data-type="product-collection"] {
  display: inline-block;
  margin-right: 5px;
  color: #a3a3a3;
}

.products_show div[data-type="product-collection"] a {
  border-right: 1px solid #a3a3a3;
  color: #a3a3a3;
  padding-right: 10px;
}

.products_show div[data-type="product-collection"] a:hover {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

/* Product details : product publication date */
.products_show div[data-type="product-publication-date"] {
  display: inline-block;
  color: #a3a3a3;
  text-transform: capitalize;
}

/* Product details : product articles selector */
.products_show div[data-type="product-articles-selector"] {
  margin-top: 15px;
}

.products_show div[data-type="product-articles-selector"] .table {
  border-collapse: unset;
  border-spacing: 0 1em;
}

.products_show div[data-type="product-articles-selector"] .table &gt; tbody &gt; tr {
}

.products_show div[data-type="product-articles-selector"] .table &gt; tbody &gt; tr &gt; td {
  border: 0;
  background: #f0f0f0;
}

.products_show div[data-type="product-articles-selector"] .table &gt; tbody &gt; tr &gt; td.article-description-and-features-cell {
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.products_show div[data-type="product-articles-selector"] .table &gt; tbody &gt; tr &gt; td.article-price-cell {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}

.products_show div[data-type="product-articles-selector"] .table &gt; tbody &gt; tr &gt; td.article-selection-cell {
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}

.products_show div[data-type="product-articles-selector"] .article-description {
  text-transform: uppercase;
  display: block;
}

.products_show div[data-type="product-articles-selector"] .article-publication-date-cell {
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #c9c9c9 !important;
  border-right: 1px solid #c9c9c9 !important;
  border-bottom: 1px solid #c9c9c9 !important;
}

.products_show div[data-type="product-articles-selector"] .article-features {
  display: none;
}

.products_show div[data-type="product-articles-selector"] .article-price {
  padding: 5px 10px;
  background: #D91E18;
}

.products_show div[data-type="product-articles-selector"] .article-price .article-public-price, .products_show div[data-type="product-articles-selector"] .article-price .article-discounted-price {
  color: #fff;
}

.products_show div[data-type="product-articles-selector"] .product-articles {
  float: left;
  width: 60%;
}

.products_show div[data-type="product-articles-selector"] .form-group {
  float: left;
  margin-left: 15px;
}

.products_show div[data-type="product-articles-selector"] .articles-selector-submit i.icon-before {
  font: normal normal normal 32px/1 FontAwesome;
  padding-right: 5px;
}

.products_show div[data-type="product-articles-selector"] .articles-selector-submit i.icon-before:before {
  content: '\f07a';
}

.products_show div[data-type="product-articles-selector"] .articles-selector-submit {
  border-radius: 0;
  background: #D91E18;
  color: #fff;
  border: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.products_show div[data-type="product-articles-selector"] .articles-selector-submit:hover {
  border: 1px solid #D91E18;
  color: #D91E18;
  background: #fff;
}

.products_show div[data-type="product-articles-selector"] .articles-selector-submit .articles-selector-submit-label {
  display: inline-block;
  margin-left: 15px;
  font-size: 11px;
  text-align: left;
}

.products_show .product-sub-navigation {
  margin-top: 30px;
}

.products_show .product-sub-navigation ul.nav-tabs li {
  border-radius: 0;
  border: 0;
  background: #666666;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  /* width: 15%; */
  padding: 0.1em;
}

.products_show .product-sub-navigation ul.nav-tabs li a {
  color: #fff;
  border-radius: 0;
  padding: 5px;
  margin-right: 0;
  text-align: center;
  font-size: 80%;
}

.products_show .product-sub-navigation ul.nav-tabs li.active {
  border: 0;
}

.products_show .product-sub-navigation ul.nav-tabs li.active, .products_show .product-sub-navigation ul.nav-tabs li.active:hover {
  border-radius: 0;
  border: 1px solid #D91E18;
  background: #fff;
  color: #D91E18;
}

.products_show .product-sub-navigation ul.nav-tabs li.active a, .products_show .product-sub-navigation ul.nav-tabs li.active a:hover {
  color: #D91E18;
  border: 0;
  background: #fff;
}

.products_show .product-sub-navigation ul.nav-tabs li a:hover {
  color: #D91E18;
  background: #fff;
  border: 1px solid #D91E18;
}

.products_show .product-sub-navigation .tab-content {
  background: #f0f0f0;
  padding: 15px;
}

.products_show .main-content-column div[data-type="page-title"] a {
  border-bottom: 1px solid #c9c9c9;
  display: block;
}

.products_show .main-content-column div[data-type="page-title"] a:hover{
  text-decoration: none;
}

.products_show .main-content-column div[data-type="page-title"] h3.title {
  border-bottom: 0;
  display: inline-block;
  border-bottom: 2px solid #D91E18;
  padding-bottom: 5px;
  position: relative;
  bottom: -2px;
  margin-bottom: 0;
  color: #666;
}

.products_show .progress-bar {
  background-color: #D91E18;
}

.products_show .product-features ul {
  border-bottom: 1px solid #c9c9c9;
}

.products_show .product-features ul li {
  background: #D91E18;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.products_show .product-features ul li a {
  color: #fff;
  border: 0;
  border-radius: 0;
  font-size: 80%;
  text-transform: uppercase;
  padding: 5px;
}

.products_show .product-features ul li a:hover {
  color: #fff;
  border: 0;
}

.products_show .product-features-panel {
  background: #f0f0f0;
  padding: 5px 15px 15px 15px;
}

.products_show .link-to-product-onix span {
  background: none;
  padding: 0;
  text-align: left;
  color: #666;
}

.products_show .contributors-label {
  display: none;
}

.product-cover {
  border: 1px solid #c9c9c9;
  padding: 2px;
  -moz-box-shadow: -3px 3px 5px 0px #cccccc;
  -webkit-box-shadow: -3px 3px 5px 0px #cccccc;
  -o-box-shadow: -3px 3px 5px 0px #cccccc;
  box-shadow: -3px 3px 5px 0px #cccccc;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=225, Strength=5);
}

.products_show .product-cover{
  border: 0;
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  filter:none;
}

.products_show .product-cover .l-t-p-p, .products_show .product-cover .l-t-p-c-i-m {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: left;
}

.products_show .product-cover .l-t-p-c-i-m {
  padding-left: 0px;
}

.products_show .product-cover .l-t-p-c-i-m button.btn-link {
  color: #666 !important;
}

.products_show .product-cover .l-t-p-p a, .products_show .product-cover .l-t-p-c-i-m button {
  font-size: 11px;
  padding-left: 0 !important;
  padding-top: 15px;
  color: #666 !important;
}

.products_show .product-cover .l-t-p-p a:hover, .products_show .product-cover .l-t-p-c-i-m button:hover {
  color: #D91E18 !important;
  text-decoration: none;
}

.products_show .link-to-download-main-extract {
  display: inline-block;
  float: left;
  width: 50%;
  text-align: right;
}

.products_show .link-to-download-main-extract a {
  font-size: 11px;
  padding-top: 15px;
  color: #666 !important;
}

.products_show .link-to-download-main-extract a:hover {
  color: #D91E18 !important;
  text-decoration: none;
}

@media (max-width: 767px) {
  .products_show .product-cover .l-t-p-p a.hidden-xs {
      display: block !important;
  }
}

/* homepage : news  blocks */
.news-card .card-box.center-version {
  border: 0;
}
.news-card .card-box.center-version &gt; a {
  display: none;
}

.news-card .card-box.center-version &gt; p.text-center {
  display: none;
}

.news-card .card-box-footer {
  text-align: left;
  border-top: 0px;
  padding: 0px;
}

.news-card .card-box-footer h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.news-card .blog-post {
  margin-bottom: 30px;
}

.news-card .posts_asset:hover {
  opacity: 0.5;
}

.news-card .link-to-read-post a:after {
  content: '&gt;';
  color: #D91E18;
  padding-left: 5px;
}

/* homepage : agenda block */
.agenda .card-box {
  margin-bottom: 0px;
}

.agenda .card-box h4 {
  font-size: 14px;
}

.agenda .card-box h3 {
  color: #666666;
  margin-top: 5px;
  border: 0;
  padding: 0;
}

.agenda .link-to-read-post {
  display: none;
}

.agenda .link-to-blog-feed {
  display: none;
}

.agenda .card-box-footer {
  background: #666666;
  color: #fff;
}

.agenda .card-box-footer a {
  color: #fff;
}

.agenda .card-box-footer .blog-post-meta .text-muted {
  color: #eee;
}

/* extra footer : icons &amp; site properties */
.secure-payment {
  background: url(/system/store_assets/data/000/004/076/original/icon-lock.png) no-repeat top left;
  background-size: 50px 51px;
  padding: 5px 0 15px 55px;
  margin-top: 15px;
}

.shipping-properties {
  background: url(/system/store_assets/data/000/004/081/original/icon-truck.png) no-repeat 0 8px;
  background-size: 50px 50px;
  padding: 5px 0 15px 55px;
  margin-top: 8px;
}

.payments-properties {
  background: url(/system/store_assets/data/000/004/084/original/icon-payments.png) no-repeat 0 15px;
  background-size: 50px 50px;
  padding: 5px 0 15px 55px;
}

.free-shipping-properties {
  background: url(/system/store_assets/data/000/004/087/original/free-shipping-icon.png) no-repeat 0 15px;
  background-size: 50px 50px;
  padding: 5px 0 15px 55px;
}

/* cart */

.continue-shopping-link a {
  border: 1px solid #D91E18;
  padding: 10px 15px;
  display: inline-block;
}

.title-for-purchasing-process-step-1, .title-for-purchasing-process-step-2, .title-for-purchasing-process-step-3, .link-to-purchasing-process-step-1, .link-to-purchasing-process-step-2, .link-to-purchasing-process-step-3 {
  display: none;
}

.cart-progress-bar-column .stepwizard-step .btn-circle.active, .stepwizard-step .btn-circle.active {
  background: #D91E18;
  color: #fff;
}

.cart-progress-bar-column .stepwizard-step .btn-circle, .stepwizard-step .btn-circle {
  background: #666666;
  color: #fff;
}

.cart-progress-bar-column .stepwizard {
  margin: 5px 0 0 0;
}

.stepwizard-step button[disabled]:hover {
  background: #666666;
  color: #fff;
}

.cart_show h1 {
  color: #D91E18;
  text-transform: uppercase;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 5px;
  font-weight: bold;
  margin-bottom: 30px;
}

.cart_show .product-cover {
  border: 1px solid #c9c9c9;
  padding: 2px;
  -moz-box-shadow: -3px 3px 5px 0px #cccccc;
  -webkit-box-shadow: -3px 3px 5px 0px #cccccc;
  -o-box-shadow: -3px 3px 5px 0px #cccccc;
  box-shadow: -3px 3px 5px 0px #cccccc;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, Direction=225, Strength=5);
}

.cart_show .cart-article-subtitle {
  display: block;
  font-size: 14px;
}

.cart-article-price {
  color: #D91E18;
}

.cart-article-link-to-remove-article:hover {
  text-decoration: none;
}

.cart-article-link-to-remove-article-label {
  display: inline-block;
  font-size: 11px;
}

.cart-article-link-to-remove-article .fa-times:before {
  content: '\f1f8';
}

.cart-data-panel {
  background: #f0f0f0;
  padding: 15px;
}

.cart-data-panel h4 {
  font-size: 13px;
  font-weight: bold;
}

.cart-data-panel .total-cart-label {
  float: left;
  font-size: 16px;
}

.cart-data-panel .total-cart-amount {
  color: #D91E18;
  font-size: 16px;
  padding-top: 5px;
  text-align: right;
}

.cart-data-panel #shipping-costs-estimate-results hr {
  margin: 0;
}

.cart-data-panel .cart-sm-title {
  display: none;
}

.cart-data-panel .discount-code-form {
  margin-bottom: 30px;
}

.cart-data-panel .shipping-costs-estimate-form {
  margin-bottom: 20px;
}

.cart-data-panel .cart-submit-button {
  clear: both;
  margin-top: 20px;
  text-align: center;
}

.cart-data-panel .cart-submit-button input {
  border: 1px solid #D91E18;
  border-radius: 0;
  padding: 10px;
  font-size: 13px;
  background: #D91E18;
}

.cart-data-panel .cart-submit-button input:hover {
  background: #fff;
  color: #D91E18;
  border: 1px solid #D91E18;
}

.cart-data-panel .cart-sm-tracking-data {
  display: none;
}

.cart-help-panel {
  background: #f0f0f0;
  padding: 15px;
}

/* owl carousel */
.owl-dots {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: none;
  height: 44px;
}

.owl-carousel .owl-nav button:hover {
  background: none !important;
}

.owl-nav button i {
  color: #D91E18;
  font-size: 50px;
}

.more-events-navigation &gt; div {
  float: left;
  width: 95%;
  text-align: right;
}

.more-events-navigation:after {
  content: '&gt;';
  color: #D91E18;
  float: left;
  padding-top: 15px;
}

/* products list item */
.product h5.p-i-t {
  font-size: 12px;
  font-weight: bold;
}

.product .p-i-s {
  display: none;
}

.product .p-i-p {
  background: #f0f0f0;
  padding: 5px;
  border-left: 15px solid #fff;
  border-right: 15px solid #fff;
}

.product .p-i-p .p-i-ar-ty {
  color: #666 !important;
  padding-right: 5px;
}

.product .medium-price .medium-public-price, .product .medium-price .medium-discounted-price {
  color: #D91E18 !important;
  font-weight: bold;
}

/* products list item : static rendering */
.container-product {
  height: 330px;
}

.container-cover {
  height: 230px;
}

.product h5.p-i-t {
  height: 26px;
  overflow: hidden;
}

.article-free-mention {
  display: none;
}

.navbar-toggle {
  float: none;
}

@media (max-width: 767px) {
  .account-links &gt; div.dropdown &gt; a.dropdown-toggle {
    background: none;
    margin-top: 0;
    padding-top: 0;
    /* font-size: 10px; */
    font-size: 15px;
  }
  
  .cart-link {
    font-size: 10px;
  }
  
  .cart-link i.fa-shopping-basket {
    display: none;
  }
}

input#validate-order, input#payment-submit {
  border: 1px solid #D91E18;
  border-radius: 0;
  padding: 10px;
  font-size: 13px;
  background: #D91E18;
}

input#validate-order:hover, input#payment-submit:hover {
  background: #fff;
  color: #D91E18;
  border: 1px solid #D91E18;
}

.product-title h1 {
  margin-top: 7px;
}

.head-product &gt; div.row {
  margin-left: 0;
  margin-right: 0;
}

.product-video-title {
  border-bottom: 1px solid #c9c9c9;
}

.product-video-title h4 {
  background: #D91E18;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  padding: 5px;
  margin-bottom: -1px;
  text-transform: uppercase;
}

div[data-type="product-paginated-products"] .paginated_products_results &gt; div.row &gt; div.text-center {
  text-align: left;
}

.p-f-m-k-f-m-t {
  display: none;
}

/*#paginated_products_results &gt; div.row &gt; div.col-md-12 {
  text-align: left !important;
}*/

.how-to-read-ebooks ul {
  border: 0 !important;
  margin-bottom: 0 !important;
}

.how-to-read-ebooks ul li {
  background: none !important;
}

.how-to-read-ebooks ul li a {
  color: #666 !important;
  text-transform: none !important;
  padding: 0 !important;
  font-size: 100% !important;
  font-weight: bold !important;
}

/* 2019-02-22 : QUAE SALES */
#articles_selector .article-price .article-original-price {
  color: #ccc !important;
}

#articles_selector .article-price .article-discount {
  display: none;
}

#articles_selector .article-price-cell {
  background: #D91E18;
}

#page_159 .products-list .products .container-product .product p.text-muted,
#page_160 .products-list .products .container-product .product p.text-muted,
#page_161 .products-list .products .container-product .product p.text-muted,
#page_162 .products-list .products .container-product .product p.text-muted,
#page_163 .products-list .products .container-product .product p.text-muted,
#page_164 .products-list .products .container-product .product p.text-muted,
#page_165 .products-list .products .container-product .product p.text-muted {
  display: none;
}

.container-product {
display: inline-block;
vertical-align: top;
margin-right: 0px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .container-product, .container-cover {
      width: 202px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .container-product, .container-cover {
      width: 202px;
  }
}

@media (max-width: 992px) and (min-width: 689px) {
  .container-product, .container-cover {
    width: 162px;
  }
}


@media (max-width: 689px) {
  .container-product, .container-cover {
    width: 252px;
  }
}

.container-cover a {
display: inline-block;
width: 130px;
}

[data-type="author-authors-list"] .row span,
[data-type="author-authors-list"] .row br {
  display:none;
}

.summary-style {
  h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #454545;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

  h4 {
    font-size: 11pt;
    color: #454545;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  }

  h5 {
    font-size: 11pt;
    color: #454545;
    padding-left: 0.5em;
  }

  h6 {
    font-size: 10pt;
    font-style: italic;
    color: #5a5959;
    padding-left: 0.5em;
  }
}</pre></body></html>