/********************************************************************
   _____  __              __ _                __
  / ___/ / /_ __  __ ____/ /(_)____   ____   / /__  __ ____   ___
  \__ \ / __// / / // __  // // __ \ / __ \ / // / / // __ \ / _ \
 ___/ // /_ / /_/ // /_/ // // /_/ // /_/ // // /_/ // / / //  __/
/____/ \__/ \__,_/ \__,_//_/ \____// .___//_/ \__,_//_/ /_/ \___/
                                  /_/

********************************************************************/
@font-face {
  font-family: "signpainter";
  src: url("../fonts/signpainter-housescript_2-webfont.woff2") format("woff2"),
    url("../fonts/signpainter-housescript_2-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
a,
a:focus,
a:active {
  text-decoration: none !important;
  outline: 0 !important;
}

body {
  border-left: 10px solid #f9e92f;
  border-right: 10px solid #f9e92f;
  padding-top: 10px;
}
body .border {
  height: 10px;
  background-color: #f9e92f;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
body .border.up {
  top: 0;
}
body .border.down {
  bottom: 0;
}

/*** Top ***/
/*** DisplayNav ***/
#search_block_top,
#header .shopping_cart {
  padding-top: 0 !important;
}

.header_user_info,
#contact-link,
#languages-block-top {
  float: left !important;
}

header {
  padding-bottom: 0;
}
header .nav {
  padding: 7px 0;
  background: #fff;
}

#search_block_top .btn.button-search {
  background: #f9e92f !important;
}

.header_user_info a,
#contact-link a {
  font: 400 13px/20px "century gothic", "Open Sans", sans-serif;
  color: #616161 !important;
  display: block;
  padding: 8px 9px 11px 8px;
  cursor: pointer;
  line-height: 18px;
  text-shadow: initial !important;
}
.header_user_info a:hover,
#contact-link a:hover {
  background: transparent !important;
  color: #cecece !important;
}

.header_user_info {
  border: none !important;
  width: 140px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

#contact-link {
  border-left: none !important;
  border-right: 1px solid #eaeaea !important;
}
#contact-link a {
  padding: 15px 10px 11px 10px !important;
}

#header .cart_block {
  top: 46px !important;
}

@media (max-width: 991px) {
  header .container {
    text-align: center;
  }
  header .container a img {
    width: initial;
  }
  header .container img {
    width: 100%;
    margin-left: 0 !important;
  }
}
/*** Menu  ***/
#first-languages {
  display: inline-block;
  float: left;
}
#first-languages li {
  display: inline-block;
}
#first-languages img {
  width: 35px;
  height: 23px;
  margin-top: 10px;
  margin-right: 8px;
  opacity: 0.5;
}
#first-languages img:hover {
  opacity: 1;
}
#first-languages .selected img {
  opacity: 1;
}

@media (min-width: 1200px) {
  .bg-menu {
    background-color: #f9e92f;
    height: 58px;
  }

  #block_top_menu {
    padding-top: 0 !important;
  }
  #block_top_menu #icon-home {
    font-size: 27px;
    line-height: 58px;
    color: #000;
  }
  #block_top_menu #icon-home li:hover {
    border-bottom: none;
  }
  #block_top_menu #icon-home li:hover a {
    color: grey;
  }
  #block_top_menu:after {
    content: url("../img/noeud-cadeau.png");
    position: absolute;
    top: -1px;
    right: 11px;
  }
  #block_top_menu .sf-menu {
    border-bottom: initial;
  }
  #block_top_menu .sf-menu li {
    border-right: initial;
  }
  #block_top_menu li {
    float: none;
    display: table-cell;
    width: 1%;
    background: #ffff6a;
  }
  #block_top_menu li:nth-child(odd) {
    background: #f9e92f;
  }
  #block_top_menu li:first-child {
    text-align: center;
  }
  #block_top_menu li:last-child a {
    padding-right: 100px;
  }
  #block_top_menu li a {
    text-transform: uppercase;
    color: #484848;
    border-bottom: none;
    font: 600 13px/22px "Open Sans", sans-serif;
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 0 5px;
  }
  #block_top_menu li a:hover {
    background: transparent;
    border-bottom: 2px solid #171717;
  }
  #block_top_menu li a span {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
  }

  .sf-menu > li.sfHover > a,
  .sf-menu > li > a:hover,
  .sf-menu > li.sfHoverForce > a {
    background: transparent !important;
  }

  .submenu-container li {
    float: left !important;
    display: inline-block !important;
    width: initial !important;
    background: transparent !important;
  }
  .submenu-container li:hover {
    background: transparent !important;
  }
  .submenu-container li a {
    text-transform: uppercase !important;
    color: #484848 !important;
    border-bottom: none !important;
    font: 600 13px/22px "Open Sans", sans-serif !important;
    display: block !important;
    height: 56px !important;
    line-height: 56px !important;
    text-align: center !important;
    padding: 0 5px !important;
  }
  .submenu-container li a:hover {
    background: transparent !important;
    color: #777474 !important;
  }
  .submenu-container li a span {
    line-height: 1.2 !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }

  .sf-menu li {
    position: relative;
  }
  .sf-menu li ul.submenu-container {
    padding: 0;
    text-align: left;
  }
  .sf-menu li ul.submenu-container li {
    padding: 0;
    width: 100% !important;
  }
  .sf-menu li ul.submenu-container li a {
    padding: 11px 4px 5px !important;
    font: 600 11px/22px "Open Sans", sans-serif !important;
    height: 40px !important;
    line-height: 1.2 !important;
    vertical-align: middle;
  }
  .sf-menu li ul.submenu-container li a:hover {
    background: rgba(0, 0, 0, 0.07) !important;
  }

  ul.submenu-container.clearfix.first-in-line-xs {
    background: #fffce5;
  }
}
@media (max-width: 768px) {
  .sf-menu li {
    background: #ffff6a;
  }
  .sf-menu li:nth-child(odd) {
    background: #f9e92f;
  }
  .sf-menu li:first-child {
    text-align: center;
  }
  .sf-menu li:last-child a {
    padding-right: 100px;
  }
  .sf-menu li a {
    text-transform: uppercase;
    color: #484848;
    border-bottom: none;
    font: 600 13px/22px "Open Sans", sans-serif;
    display: block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    padding: 0 5px;
  }
  .sf-menu li a:hover {
    background: transparent;
    border-bottom: 2px solid #171717;
  }
  .sf-menu .menu-mobile {
    background: #f6f6f6;
  }
  .sf-menu .menu-mobile li {
    background: transparent !important;
  }
  .sf-menu .menu-mobile li:nth-child(odd) {
    background: transparent !important;
  }
  .sf-menu .menu-mobile li a {
    padding: 0 !important;
  }
  .sf-menu .menu-mobile li a:hover {
    background: transparent;
    border-bottom: none !important;
  }
}
/*** Home  ***/

#category .columns-container,
#product .columns-container {
  background-position: top;
}

/*** Diaporama ***/
.homeslider-description {
  background: #f9e92f;
  width: 200px;
  height: 200px;
  box-shadow: 5px 5px 10px #b0c694;
  padding: 7px !important;
  position: absolute !important;
  top: 180px !important;
  left: 36px !important;
  padding: 20px !important;
  overflow: hidden;
}
.homeslider-description h2 {
  font: 400 36px/25px "signpainter", "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 0 7px 0;
}
.homeslider-description p {
  width: 100% !important;
  font: 400 12px/25px "Century Gothic", "Open Sans", sans-serif;
  color: #616161 !important;
  text-align: center;
}

#homepage-slider .bx-wrapper .bx-controls-direction a:before {
  border: 1px solid #555454;
}

#homepage-slider .bx-wrapper .bx-controls-direction a:after {
  color: #cecece !important;
}

#homepage-slider .bx-wrapper .bx-controls-direction a {
  border: 2px solid #cecece !important;
}

/*** cmsinfo_block ***/
#facebook_block,
#cmsinfo_block {
  min-height: 250px;
  height: 250px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  border-left: none;
  padding-right: 0;
  padding-left: 0;
}
#facebook_block .col-xs-6,
#cmsinfo_block .col-xs-6 {
  width: 25%;
}
#facebook_block .type-text,
#cmsinfo_block .type-text {
  text-align: center;
}
#facebook_block .type-text em,
#cmsinfo_block .type-text em {
  margin-right: 0;
  float: none;
  margin-bottom: 20px;
  font-size: 50px;
  color: #cecece;
  background-color: transparent;
}
#facebook_block .type-text h3,
#cmsinfo_block .type-text h3 {
  margin-bottom: 15px;
  font: 400 36px/25px "signpainter", "Open Sans", sans-serif;
  color: #171717;
}
#facebook_block .type-text p,
#cmsinfo_block .type-text p {
  margin-bottom: 15px;
  font: 400 14px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #3f3f3f;
}

#cmsinfo_block > div + div {
  min-height: 250px;
}

#cmsinfo_block > div {
  min-height: 250px;
  padding: 25px 25px 0 25px;
}

#cmsinfo_block {
  margin-bottom: 20px;
}

/*** Product-list ***/
#home-page-tabs {
  background: transparent;
}

#home-page-tabs > li.active a,
#home-page-tabs > li a:hover {
  background: #cecece;
}

#home-page-tabs > li a {
  font: 400 40px/25px "signpainter", "Open Sans", sans-serif;
  text-transform: none;
}

.product_list h5 {
  font-family: "Source sans Pro", "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 18px;
}
.product_list .product-name {
  color: #3a3939 !important;
}
.product_list .price.product-price {
  font-weight: bold;
  font-size: 24px;
  font-family: "Source sans Pro", "Open Sans", sans-serif;
}
.product_list .price-percent-reduction {
  background: #e91e1e;
  border: 1px solid #e91e1e;
}
.product_list .button {
  display: inline-block;
  width: 45%;
  margin: 0 0 10px 0 !important;
  font: bold 15px/16px "Source sans Pro", "Open Sans", sans-serif;
  text-align: center;
  text-decoration: inherit;
}
.product_list .ajax_add_to_cart_button span {
  background-color: #f9e92f;
  border-color: #f9e92f;
  background-image: none;
  color: #262626;
  text-decoration: inherit;
}
.product_list .ajax_add_to_cart_button span:hover {
  background: #fff03f;
  border: 1px solid #171717;
}
.product_list .ajax_add_to_cart_button span a {
  border-color: #f9e92f;
}
.product_list .button.ajax_add_to_cart_button {
  border-color: initial;
  text-decoration: inherit;
}
.product_list .button.ajax_add_to_cart_button:hover span {
  background: #fff03f;
}
.product_list .lnk_view span {
  color: #fff;
  background: #e2e2e2 !important;
  border: initial;
  text-shadow: initial;
}
.product_list .lnk_view span:hover {
  border: 1px solid #171717;
  background: #d2cfcf !important;
  text-decoration: inherit;
}

ul.product_list.grid > li .product-container .product-image-container .content_price {
  background: #f9e92f !important;
}

ul.product_list.grid > li .product-container .product-image-container .content_price span:first-child {
  color: #e91e1e;
}

.product-price.newredprice {
  color: #e91e1e;
}

.price.newredprice {
  color: #e91e1e !important;
}

/*** Page Product ***/
#product #center_column {
  background: #fff;
}
#product #center_column h3.page-product-heading {
  border: none;
  background: none;
}
#product #center_column .primary_block {
  background-color: #fff;
  padding: 20px 8px;
}
#product #center_column .primary_block #image-block {
  border: none;
}

/*** Footer ***/
.footer-container {
  background: url(../img/footer-bg.png) repeat-x #f1f1f1;
}
.footer-container #footer #social_block {
  padding: 22px 180px 0 15px !important;
}
.footer-container #footer #social_block h4 {
  font-size: 36px;
}
.footer-container #footer #social_block ul li.facebook a:before {
  border: 2px solid black;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  padding-right: 1px;
  margin-top: -8px;
  margin-left: 13px;
  color: #000;
}
.footer-container #footer h4 a {
  color: #171717;
}
.footer-container #footer ul li a {
  font-weight: initial;
  text-shadow: none;
  color: #948a8d;
  font: 400 14px/20px "Source Sans Pro", "Open Sans", sans-serif;
}
.footer-container #footer ul li a:hover {
  color: #171717;
}
.footer-container #footer h4 {
  font: 400 36px/22px "signpainter", "Open Sans", sans-serif;
  color: #171717;
}

#footer #newsletter_block_left .form-group .form-control {
  background-color: #d2d2d2 !important;
  border-color: #000 !important;
  color: #171717 !important;
}
#footer #newsletter_block_left h4 {
  font-size: 36px !important;
}
#footer #newsletter_block_left .form-group .button-small {
  color: #f9e92f !important;
}
#footer #newsletter_block_left .form-group .button-small:hover {
  color: #f1e019 !important;
}
#footer #newsletter_block_left .form-group .button-small:before {
  font-size: 34px !important;
  float: right;
  background: #000;
  border-radius: 55%;
}

.footer-container #footer a:hover {
  color: #171717;
}

.footer-container #footer #block_contact_infos > div ul li > span,
.footer-container #footer #block_contact_infos > div ul li > span a {
  color: #948a8d;
  font-weight: normal;
}
.footer-container #footer #block_contact_infos > div ul li > span:hover,
.footer-container #footer #block_contact_infos > div ul li > span a:hover {
  color: #171717;
}

footer #block_contact_infos {
  border-left: none !important;
}
footer .toggle-footer li:before {
  content: ">";
  color: #fedd23;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 3px;
}
footer i {
  display: none !important;
}

/** hover IMG home **/
.htmlcontent-home img:hover {
  filter: saturate(200%);
}

/*** affichage du sub-menu ***/
/*** affichage du panier ***/
#cms .tpl-page {
  background: #fff;
  border: 10px solid #f9e92f;
  padding: 40px 15px;
  color: #000;
}
#cms .tpl-page h1 {
  font: 400 40px/20px "signpainter", "Open Sans", sans-serif;
}
#cms .tpl-page h2 {
  font: 400 30px/20px "signpainter", "Open Sans", sans-serif;
}
#cms .tpl-page h3 {
  font: 800 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
}
#cms .tpl-page p,
#cms .tpl-page li {
  font: 400 14px/20px "Source Sans Pro", "Open Sans", sans-serif;
}
#cms .tpl-page .bg-yellow {
  background: #f9e92f;
  padding: 40px 50px;
}
#cms .tpl-page .bg-yellow h2 {
  margin-bottom: 20px;
}
#cms .tpl-page .bg-yellow p span {
  font-size: 20px;
}

.content_scene_cat {
  border-top: none !important;
}
.content_scene_cat span.category-name {
  font: 600 40px/51px "signpainter", sans-serif !important;
  color: #000 !important;
  margin-bottom: 12px !important;
}
.content_scene_cat #category_description_short,
.content_scene_cat #category_description_full {
  font: 400 14px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #000 !important;
  margin-bottom: 12px !important;
  margin-top: 10px;
}

.content_scene_cat_bg {
  padding: 0 !important;
  border: 7px solid #f9e92f;
  background-color: transparent !important;
}

.cat_desc,
.cat_desc_full,
.cat_img {
  display: inline-block;
}

.cat_desc {
  width: 69%;
  vertical-align: top;
  padding: 15px 10px 7px 40px;
}
.cat_desc a {
  color: #000 !important;
}

.cat_desc_full {
  width: 100%;
  vertical-align: top;
  padding: 15px 10px 7px 40px;
}
.cat_desc_full a {
  color: #000 !important;
}

.cat_img {
  width: 30%;
  height: 200px;
  float: right;
}

.sortPagiBar {
  margin-top: 20px;
}
.sortPagiBar span {
  float: left;
  margin: 1px 5px 0 0;
}
.sortPagiBar .heading-counter {
  font: 400 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #000;
}

#pagination {
  width: 100%;
  margin: 0 auto;
}
#pagination .pagination li a:hover {
  background-color: #f9e92f;
}
#pagination .pagination li a:hover span {
  color: #000 !important;
}
#pagination .pagination li span {
  border: none !important;
  color: #a8a8a8 !important;
}
#pagination .pagination > .active > span {
  background-color: #f9e92f;
}
#pagination .pagination > .active > span > span {
  color: #000 !important;
}
#pagination .pagination > li > a {
  border: none;
  color: #a8a8a8;
}
#pagination .pagination > li > a:hover {
  color: #000 !important;
  text-decoration: none;
}
#pagination .pagination_previous a:hover,
#pagination .pagination_next a:hover {
  background-color: initial !important;
}

#category .row #left_column,
#category .row #center_column {
  background: #fff !important;
}

#left_column {
  background: #fff;
}

#special_block_right .title_block,
#viewed-products_block_left .title_block {
  font: 400 40px/20px "signpainter", "Open Sans", sans-serif;
  text-transform: none;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  background-color: transparent;
  color: #000;
  text-align: center;
  padding: 20px 0;
}
#special_block_right .title_block a,
#viewed-products_block_left .title_block a {
  color: #000;
}
#special_block_right .title_block a:hover,
#viewed-products_block_left .title_block a:hover {
  color: #555454;
}
#special_block_right .product-content h5,
#viewed-products_block_left .product-content h5 {
  text-align: center;
  font: 400 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #000;
}
#special_block_right .special-price,
#viewed-products_block_left .special-price {
  font-size: 16px;
}
#special_block_right div:last-child,
#viewed-products_block_left div:last-child {
  text-align: center;
  font: 800 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
}
#special_block_right div:last-child a.button.button-small,
#viewed-products_block_left div:last-child a.button.button-small {
  padding: 5px 20px;
  background-color: #f9e92f;
  border: 1px solid #f9e92f;
  color: #262626;
}
#special_block_right div:last-child a.button.button-small:hover,
#viewed-products_block_left div:last-child a.button.button-small:hover {
  border: 1px solid black;
}
#special_block_right div:last-child a.button.button-small span,
#viewed-products_block_left div:last-child a.button.button-small span {
  border: none;
}
#special_block_right div:last-child a.button.button-small span:hover,
#viewed-products_block_left div:last-child a.button.button-small span:hover {
  background: none;
}
#special_block_right div:last-child a.button.button-small span i,
#viewed-products_block_left div:last-child a.button.button-small span i {
  display: none;
}

#contact .page-heading.bottom-indent {
  margin-bottom: 0;
  background: #fff;
  padding: 29px 19px;
  font: 400 44px/20px "signpainter", "Open Sans", sans-serif;
  color: #000;
  text-transform: initial;
}
#contact .contact-form-box {
  background: #fff;
}
#contact .button.button-medium {
  background: #000;
}
#contact .button.button-medium span {
  border: none;
}
#contact .button.button-medium span:hover {
  background: #2f2d2d;
}

.breadcrumb {
  border: none;
  background: transparent;
  color: #000;
}
.breadcrumb a {
  background: transparent;
}
.breadcrumb a:before {
  display: none;
}
.breadcrumb a:after {
  display: inline-block;
  content: "/";
  position: absolute;
  right: -10px;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(17deg);
  color: #ababab;
  font-size: 17px;
  font-weight: initial;
}

.primary_block .pb-center-column h1 {
  font: 400 40px/34px "signpainter", "Open Sans", sans-serif;
}
.primary_block .pb-center-column #product_reference .editable {
  color: #ababab;
}
.primary_block .pb-center-column p {
  font: 400 14px/20px "Source Sans Pro", "Open Sans", sans-serif;
}
.primary_block .pb-center-column ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.primary_block .pb-center-column ul li {
  margin-bottom: 10px;
}
.primary_block .pb-center-column ul li .button_toggle {
  font: 800 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
  text-decoration: none !important;
  padding-bottom: 10px;
  margin-top: 15px;
  color: #000;
}
.primary_block .pb-center-column ul li .button_toggle:after {
  content: "\f13a";
  font-family: fontawesome;
  color: #ababab;
  margin-left: 15px;
}
.primary_block .pb-right-column .product_attributes,
.primary_block .pb-right-column .content_prices,
.primary_block .pb-right-column .box-cart-bottom {
  background: #fff;
  box-shadow: none;
}
.primary_block .pb-right-column .our_price_display {
  font: 800 36px/20px "Source Sans Pro", "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.primary_block .pb-right-column .unit-price,
.primary_block .pb-right-column .weight-price {
  font: 800 14px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #000;
}
.primary_block .pb-right-column .unit-price span,
.primary_block .pb-right-column .weight-price span {
  font: 400 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
}

p.product_toggle {
  display: block;
}
p.product_toggle:last-child {
  display: none;
}

#buy_block .box-info-product .exclusive {
  margin: auto;
  background: #f9e92f;
  color: #000;
  border: 1px solid #000;
  box-shadow: 3px 2px 3px #afafaf;
}
#buy_block .box-info-product .exclusive:before {
  display: none;
}
#buy_block .box-info-product .exclusive:after {
  display: none;
}
#buy_block .box-info-product .exclusive:hover {
  background: #eadc34;
}

.box-info-product .exclusive span {
  padding: 20px 20px !important;
  color: #000 !important;
  border: none !important;
  font: 400 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
  font-weight: 500 !important;
}

.box-cart-bottom {
  padding-bottom: 20px !important;
}

.box-security {
  display: none;
}

.page-product-box img.lastlisteimg {
  float: none;
}
.page-product-box ul.related_blog_product li {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.page-product-box ul.related_blog_product li img:hover {
  transform: scale(1.1);
}
.page-product-box h2 {
  font: 600 16px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #000;
  padding-left: 27px;
}
.page-product-box a {
  font: 400 14px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: grey;
  padding-left: 27px;
}
.page-product-box a:hover {
  color: #000;
}

h3.page-product-heading {
  font: 400 40px/34px "signpainter", "Open Sans", sans-serif;
  text-transform: none;
  color: #000;
}

.s_title_block h5 {
  font: 400 18px/20px "Source Sans Pro", "Open Sans", sans-serif;
}

li.item.product-box.ajax_block_product.product_accessories_description {
  width: 277px !important;
  text-align: center;
}

.page-product-box .price-box span.price {
  font: 800 24px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #000;
  font-weight: bold;
}
.page-product-box .price-box span.old-price {
  font: 600 18px/20px "Source Sans Pro", "Open Sans", sans-serif;
  color: #969696;
  margin: 0 3px;
}

#order #cart_summary {
  background-color: #fbfbfb !important;
}
#order #cart_summary .cart_discount_name {
  padding: 9px 8px 11px 18px;
  color: #555454;
  font: 600 20px/0px "Open Sans", sans-serif;
}

.paiement_block .payment_module a.module_card_cm {
  background-color: #fbfbfb !important;
  padding: 20px;
}
.paiement_block .payment_module a.module_card_cm:hover {
  background-color: #f6f6f6 !important;
}
.paiement_block .payment_module a.module_card_cm img {
  margin-right: 20px;
}

/*# sourceMappingURL=plune.css.map */

.columns-container {
  background: url("../img/bateaux-fond1.jpg") no-repeat center center;
}

.shop-phone strong {
  color: #000;
}
