/******************/
/**** GENERAL ****/
/****************/
@font-face {
  font-family: 'MaisonNeueBook';
  src: url('../fonts/MaisonNeue-Book.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MaisonNeue-Book.woff2') format('woff2'),
       url('../fonts/MaisonNeue-Book.woff') format('woff');
}
@font-face {
  font-family: 'MaisonNeueDemi';
  src: url('../fonts/MaisonNeue-Demi.eot'); /* IE9 Compat Modes */
  src: url('../fonts/MaisonNeue-Demi.woff2') format('woff2'),
       url('../fonts/MaisonNeue-Demi.woff') format('woff');
}
body, html{
  overflow-x:hidden;
}
body,
h1,
h2,
h3,
h4{
    font-family:'MaisonNeueBook' !important;
    font-weight: normal !important;
}
.btn.btn-primary{
  font-family: 'MaisonNeueBook';
  border-radius: 0;
  background: #003567;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 36px;
  display: inline-block;
  text-decoration: none;
  white-space: pre-line;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  outline: none;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
  background: #313131;
  outline: none;
}
.btn.btn-link{
  font-size: 14px;
  line-height: 1.3;
  color: #003567;
  font-weight: normal;
  text-decoration: none;
  padding: 11px 30px 11px 0;
  transform: rotate(0.03deg);
  outline: none;
}
.btn.btn-link:after{
  content: '';
  background-image: url('../img/icons/control-right-bleu.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5.5px;
  width: 14px;
  height: 11px;
}
p{
  font-size: 18px;
  line-height: 1.56;
  color: #313131;
  margin: 0;
  transform: rotate(0.03deg);
}
p a{
  color: #003567;
  text-decoration: underline;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
p a:hover,
p a:focus{
  color: #313131;
}
.container .container{
  padding: 0;
  width: auto;
}
/* label categories */
.label{
  transform: rotate(0.03deg);
  display: block;
  text-align: left;
  padding: 0 !important;
}
@media(min-width: 1600px){
  .container{
    width: 1170px;
  }
}
@media(max-width: 767px){
  p{
    font-size: 16px;
    line-height: 1.56;
  }
  .main-container .container{
    padding: 0 30px;
  }
  .main-container .container .container{
    padding: 0;
  }
}
button:focus,
a:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
  outline: none;
}

/*** PAGINATION ***/
#opinel-search-sort-form ul.pagination:not(.tabs--secondary){
  margin-top: 12px;
  margin-bottom: -13px;
}
ul.pagination:not(.tabs--secondary) li a{
  border-radius: 0 !important;
  background: white !important;
  border-color: #e6e6e6 !important;
  width: 35px;
  height: 40px;
  padding: 8px 0;
  color: #c9c9c9;
  font-size: 16px;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
ul.pagination:not(.tabs--secondary) li.active a,
ul.pagination:not(.tabs--secondary) li a:hover,
ul.pagination:not(.tabs--secondary) li a:focus{
  color: #313131;
}
ul.pagination:not(.tabs--secondary) li.prev a,
ul.pagination:not(.tabs--secondary) li.next a{
  width: auto;
  padding: 8px 8px;
}
ul.pagination:not(.tabs--secondary) li.pager-ellipsis{
  display: none;
}
#block-opinel-search-pager .text-center{
  text-align: right;
  margin-right: 30px;
}
#block-opinel-search-pager .text-center li,
#block-opinel-search-pager .text-center li a{
  text-align: center;
}
@media(max-width: 1199px){
  #opinel-search-sort-form .pager_list{
    padding: 0;
  }
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary){
    padding: 0;
  }
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary) li a{
    width: 30px;
    height: 37px;
    font-size: 15px;
  }
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary) li.prev a,
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary) li.next a{
    width: auto;
    font-size: 13px;
  }
}
@media(max-width: 991px){
  #opinel-search-sort-form .pager_list .text-center{
    text-align: right;
    margin: 15px 15px 0 0;
  }
  #opinel-search-sort-form .pager_list .text-center ul{
    text-align: center;
  }
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary){
    position: relative;
    right: 0;
    top: -10px;
  }
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary) li a{
    width: 30px;
    height: 35px;
    padding: 5px 0;
  }
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary) li.prev a,
  #opinel-search-sort-form ul.pagination:not(.tabs--secondary) li.next a{
    padding: 5px 10px;
  }
}

/*** FORMULAIRES ***/
.form-group.form-type-textfield label,
.form-group.form-type-textarea label,
.form-group.form-type-select label,
.form-group.form-type-password label,
.form-group.form-type-file label{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin: 0 0 2px 10px;
  transform: rotate(0.03deg);
}
.form-group.form-type-textfield input[type="text"],
.form-group.form-type-password input[type="text"],
.form-group.form-type-password input[type="password"]{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px #e5e5e6;
  border-radius: 0;
  height: 45px;
  transform: rotate(0.03deg);
  transition: box-shadow 0.3s ease 0s;
  -webkit-transition: box-shadow 0.3s ease 0s;
}
.form-group.form-type-textfield input:focus,
.form-group.form-type-textfield select:focus{
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.form-group.form-type-textfield.error label,
.form-group.form-type-textarea.error label,
.form-group.form-type-select.error label,
.form-group.form-type-password.error label,
.form-group.form-type-file.error label,
.form-group.form-type-checkbox.error label{
  color: #a94442 !important;
}
.form-group.form-type-textfield.error input[type="text"],
.form-group.form-type-password.error input[type="text"],
.form-group.form-type-password.error input[type="password"]{
  border: solid 1px #a94442 !important;
}
.form-group.form-type-file input[type="file"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.form-group.form-type-select select{
  cursor: pointer;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px #e5e5e6;
  border-radius: 0;
  height: 45px;
  transform: rotate(0.03deg);
  background-image: url('../img/icons/chevron-select-grey.svg');
  background-repeat: no-repeat;
  background-size: 12px 5px;
  background-position: calc(100% - 15px) center;
  transition: box-shadow 0.3s ease 0s;
  -webkit-transition: box-shadow 0.3s ease 0s;
}
.form-group.form-type-select.error select{
  border: solid 1px #a94442;
}
.form-group.form-type-textarea textarea{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: solid 1px #e5e5e6;
  border-radius: 0;
  transform: rotate(0.03deg);
}
.form-group.form-type-textarea.error textarea{
  border: solid 1px #a94442;
}
.grippie{
  display: none;
}
.form-type-radios{
  margin-bottom: 30px;
}
.form-type-radios label{
  font-size: 14px;
  color: #555;
  display: inline-block;
  transform: rotate(0.03deg);
  margin-bottom: 0;
}
.form-type-radios > label{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin: 0 0 2px 10px;
  transform: rotate(0.03deg);
}
.form-type-radios .form-type-radio{
  margin: 5px 0 !important;
}
.form-type-radios .form-type-radio input{
  margin-top: 9px;
}
.form-type-checkbox label{
  font-size: 14px;
  color: #555;
  display: inline-block;
  transform: rotate(0.03deg);
  margin-bottom: 0;
}
.form-type-checkbox{
  margin: 5px 0 !important;
}
.form-type-checkbox input{
  margin-top: 9px;
}
form p.small{
  margin: 20px 0;
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  transform: rotate(0.03deg);
}
form button.form-submit{
  background: #003567;
  border: none;
  border-radius: 0;
  color: white;
  font-size: 16px;
  box-shadow: none;
  padding: 10px 25px;
  margin: 10px 0 30px;
  display: inline-block;
  white-space: pre-line;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
form button.form-submit:hover,
form button.form-submit:focus{
  background: #313131 !important;
  color: white !important;
}
#edit-newsletter-agreement{
  margin: 15px 0 20px;
}
#edit-newsletter-agreement p{
  font-size: 13px;
}
#edit-locale{
  border:none;
  padding: 0;
  box-shadow: none;
  margin: 30px 0 0;
}
#edit-locale .panel-heading{
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0;
}
#edit-locale .panel-heading div{
  color: #003567;
  font-size: 24px;
}
#edit-locale .panel-body{
  padding: 0;
}
#edit-locale .panel-body label[for="edit-language"]{
  display: none;
}
@media(max-width: 767px){
  .form-group.form-type-textfield label,
  .form-group.form-type-textarea label,
  .form-group.form-type-select label,
  .form-group.form-type-password label,
  .form-group.form-type-file label{
    line-height: 18px;
  }
}
/* disabled */
.form-group.form-type-textfield input[readonly],
.form-group.form-type-password input[readonly],
.form-group.form-type-select select[readonly],
.form-type-checkbox input[readonly] {
  cursor: not-allowed;
  background-color: #f9f9f9;
  opacity: 0.65;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio[disabled],
.page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio[readonly]{
  cursor: not-allowed;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio[disabled] ~ label,
.page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio[disabled] ~ p,
.page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio[readonly] ~ label,
.page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio[readonly] ~ p{
  opacity: 0.65;
}
.page-checkout .panel-default .panel-body .form-type-checkbox input.form-checkbox[disabled],
.page-checkout .panel-default .panel-body .form-type-checkbox input.form-checkbox[readonly]{
  cursor: not-allowed;
}
.page-checkout .panel-default .panel-body .form-type-checkbox input.form-checkbox[disabled] ~ label,
.page-checkout .panel-default .panel-body .form-type-checkbox input.form-checkbox[disabled] ~ p,
.page-checkout .panel-default .panel-body .form-type-checkbox input.form-checkbox[readonly] ~ label,
.page-checkout .panel-default .panel-body .form-type-checkbox input.form-checkbox[readonly] ~ p{
  opacity: 0.65;
}
.page-checkout .panel-default.disabled .panel-body .view-commerce-cart-summary,
.page-checkout .panel-default.disabled .panel-body .map_wrapper {
  opacity: 0.65;
}
/**/

/***************/
/**** MENU ****/
/*************/
section#header-top,
body.menu-mobile-collapsed.front #navbar #header-top,
body.menu-mobile-collapsed #navbar.with-ambiance #header-top,
body.menu-mobile-collapsed #header-top{
  background-color: #003567 !important;
}
#navbar{
  border: none;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
#navbar.navbar-open{
  background-color: #003567 !important;
}
#navbar .text-center{
  padding: 0;
  text-align: left;
}
#navbar .text-center.col-md-2{
  width: 15%;
  margin-left: 0;
}
#navbar .text-center .logo{
  margin-left: 0 !important;
}
#navbar .text-center .logo img{
  margin: 25px 0 25px 30px;
  max-width: 150px;
}

#navbar .part-left{
  width: 65%;
}
#navbar .part-left #navbar-collapse{
  padding: 0;
}
#navbar .part-left ul.menu{
  margin: 35px 0 0 0;
}
#navbar .part-left ul.menu > li.level_1 > a{
  font-size: 16px;
  color: white;
  letter-spacing: -0.5px;
  padding: 10px 13px;
  transform: rotate(0.03deg);
  background: transparent !important;
}
#navbar .part-left ul.menu > li.level_1 > a span{
  display: none;
}
#navbar.navbar-open .part-left ul.menu > li.level_1 > a{
  color: rgba(255,255,255,0.6);
}
#navbar.navbar-open .part-left ul.menu > li.level_1.open > a{
  color: rgba(255,255,255,1);
  background: #093C6D !important;
  border-radius: 3px;
}
#navbar .part-left ul.menu > li.level_1:last-child > a{
  margin-right: 0;
}
#navbar .part-left li.level_2 > a,
#navbar .part-left li.level_3 > a{
  color: #999999;
  font-size: 16px;
  line-height: 26px;
}

#navbar .part-right{
  position: static;
  padding: 0;
  width: 20%;
}
#navbar .part-right ul{
  margin: 40px 0 0 -20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.2);
}
#navbar .part-right ul li{
  position: static;
}
#navbar .part-right ul li a{
  padding: 0;
  margin: 0 15px;
  background: transparent;
  position: relative;
}
#navbar .part-right ul li a span{
  width: 24px;
  height: 24px;
  vertical-align: top;
}
#navbar .part-right ul li a span.caret{
  display: none;
}
#navbar .part-right ul li a span:before{
  content: '';
  background-repeat: no-repeat;
  background-size: 23px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 24px;
}
#navbar .part-right ul li a span.glyphicon-user:before{
  background-image: url('../img/icons/ico-user-white.svg');
}
#navbar .part-right ul li a span.glyphicon-shopping-cart:before{
  background-image: url('../img/icons/ico-shopping-white.svg');
  margin-top: 1px;
}
#navbar .part-right ul li a span.glyphicon-search:before{
  background-image: url('../img/icons/ico-search-white.svg');
  margin-top: 1px;
}
#navbar .part-right ul li a span.glyphicon-globe:before{
  background-image: url('../img/icons/langue-white.svg');
  margin-top: 1px;
}
#navbar .part-right ul li a.user{
  background-image: url('../img/icons/ico-user-white.svg');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 24px;
  height: 24px;
  color: transparent;
  margin-top: 0;
}
#navbar .part-right ul li a.user span{
  display: none;
}
#navbar .part-right ul li .menu-langue{
  margin: 20px 0 0 0;
  padding: 0;
  border: none;
  border: none;
  border-radius: 0;
  background: white;
  overflow: unset;
  right: 0;
  min-width: 260px;
  border: 1px solid rgb(230, 230, 230);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.07);
}
#navbar .part-right ul li .menu-langue:before{
  content: '';
  background-image: url('../img/icons/chevron-langue.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -19px;
  left: calc(100% - 40px);
  width: 20px;
  height: 20px;
}
#navbar .part-right ul li .menu-langue:after{
  display: none;
}
#navbar .part-right ul li .menu-langue a{
  color: #999999;
  margin: 0;
  display: inline-block;
  transform: rotate(0.03deg);
  padding: 18px 20px;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #e6e6e6;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
#navbar .part-right ul li .menu-langue a img{
  margin: -2px 5px 0 0;
}
#navbar .part-right ul li .menu-langue a:hover{
  color: #313131;
}
#navbar .part-right ul li .menu-langue li:last-child a{
  border-bottom: none;
}
#navbar .part-right ul li a#cart-popover{
  width: auto;
}
#navbar .part-right ul li a#cart-popover span:not(.glyphicon){
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(0.03deg);
  width: auto;
  height: auto;
}
#navbar .part-right ul li a#cart-popover span:not(.glyphicon):before{
  display: none;
}
#navbar .part-right ul li a#cart-popover span:not(.glyphicon):after{
  content: '';
  background-image: url('../img/icons/ico-chevron-white-bottom.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 9px;
  margin-left: 5px;
}
#navbar .part-right ul li a.btn-search{
  position: absolute;
  top: 40px;
  right: 50px;
}
@media(max-width: 1400px){
  #navbar .part-right ul{
    margin: 40px 0 0 -60px;
    float: right;
    padding-right: 30px;
    padding-left: 10px;
  }
  #navbar .part-right ul li a{
    margin: 0 12px;
  }
  #navbar .part-right ul li a.btn-search{
    position: static;
  }
  #navbar .part-left ul.menu > li.level_1 > a{
    padding: 10px;
  }
}
@media(max-width: 1199px){
  #navbar .text-center .logo img{
    margin: 15px 15px 15px 30px;
    max-width: 120px;
  }
  #navbar .part-left{
    padding: 0 0 0 15px;
    width: 62%;
  }
  #navbar .part-left ul.menu{
    margin: 20px 0 0 0;
  }
  #navbar .part-right ul{
    margin: 25px 0 0 0;
  }
  #navbar .part-left ul.menu > li.level_1 > a{
    font-size: 14px;
    padding: 9px;
  }
  #navbar .part-right{
    width: 23%;
  }
  #navbar .part-right ul li a{
    margin: 0 0 0 20px;
  }
  #navbar .part-right ul li:first-of-type a{
    margin: 0;
  }
  #navbar .part-right ul li .menu-langue{
    margin: 20px 0 0 -15px;
  }
  #navbar .part-right ul li a.user{
    margin-top: 1px;
  }
  #navbar .part-right ul{
    padding-right: 30px;
    float: right;
  }
}
@media(max-width: 1199px) and (min-width: 992px){
  #navbar .part-right ul li a span{
    width: 20px;
    height: 20px;
  }
  #navbar .part-right ul li a.user{
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  #navbar .part-right ul li a span:before{
    background-size: 19px 20px;
    width: 19px;
    height: 20px;
  }
  #navbar .part-right ul li a#cart-popover span:not(.glyphicon){
    font-size: 14px;
  }
}
@media(max-width: 991px){
  #dl-menu{
    display: block;
  }
  #header-top{
    height: 96px;
    position: relative;
  }
  #header-top > .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .navbar-toggle {
    display: block;
  }
  #navbar .text-center{
    padding: 0 15px;
  }
  #navbar .col-xs-2{
    width: 25%;
    position: absolute;
    top: 0;
    right: calc((100vw - 750px) / 2);
    padding: 0 !important;
  }
  #navbar .text-center.col-md-2{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #navbar .part-right{
    width: 25%;
    padding: 0 15px;
  }
  /**/
  #navbar .text-center .logo img{
    max-width: 140px;
    margin: 20px 0;
  }
  /**/
  #hamburger{
    padding: 40px 15px;
    margin: 0;
    border: none;
    background: transparent;
    float: left;
  }
  #hamburger span{
    background: white;
    width: 24px;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar + .icon-bar{
    margin-top: 5px;
  }
  .navbar-toggle.collapsed .icon-bar:nth-of-type(1){
    top: 8px !important;
  }
  /**/
  #navbar .part-right ul{
    padding: 0;
    margin: 0;
    float: right;
    border: none;
  }
  #navbar .part-right ul li.menu-mobile-cart:not(.hidden) ~ .menu-mobile-search{
    visibility: hidden;
    display: none;
  }
  #navbar .part-right ul li.menu-mobile-cart a#cart-popover{
    margin: 0;
    padding: 33px 15px 32px 0;
    width: 90px !important;
    height: 90px;
    position: relative;
    text-align: right;
  }
  #navbar .part-right ul li.menu-mobile-cart a#cart-popover span.glyphicon{
    width: 23px;
    height: 24px;
  }
  #navbar .part-right ul li.menu-mobile-cart a#cart-popover span.glyphicon:before{
    width: 23px;
    height: 24px;
    background-size: 23px 24px;
  }
  #navbar .part-right ul li.menu-mobile-cart a#cart-popover span:not(.glyphicon){
    padding-top: 7px;
  }
  /**/
  #navbar .part-right ul li.menu-mobile-search{
    margin: 0;
  }
  #navbar .part-right ul li.menu-mobile-search a{
    margin: 0;
    padding: 34px 20px 20px 10px;
  }
  #navbar .part-right ul li.menu-mobile-search a span,
  #navbar .part-right ul li.menu-mobile-search a span:before{
    width: 24px;
    height: 24px;
  }
}
@media(max-width: 767px){
  #navbar .col-xs-2{
    right: 15px;
  }
  #navbar .part-right ul li.menu-mobile-cart a#cart-popover span.glyphicon{
    top: 3px;
  }
}
@media(max-width: 340px){
  #navbar .text-center .logo img{
    max-width: 130px;
  }
  #navbar .col-xs-2{
    right: 5px;
  }
}

/**********************/
/***** Sous-menu *****/
/********************/
.navbar-mask{
  background-color: transparent !important;
}
#navbar .col-md-8{
  position: static;
}
#navbar .dropdown-menu{
  overflow: hidden;
}
/*#navbar li.first .dropdown-menu:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -12px;
  left: 25px;
  z-index: 1;
}
#navbar li.first .dropdown-menu:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 13px 12px;
  border-color: transparent transparent #e6e6e6 transparent;
  position: absolute;
  top: -13px;
  left: 24px;
}*/
#navbar li.first .dropdown-menu{
  width: 100%;
  max-width: 1080px;
  padding: 0;
  background: white;
  display: block !important;
  opacity: 0;
  border-radius: 0;
  pointer-events: none;
  left: 50%;
  border: none;
  margin-top: -12px;
  transform: translateX(-50%);
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
#navbar li.first.open > .dropdown-menu{
  opacity: 1;
  pointer-events: auto;
}
#navbar li.first .dropdown-menu .container-fluid{
  padding: 0;
}
#navbar li.first .dropdown-menu > .container-fluid > ul{
  background: white;
  position: relative;
}
#navbar li.first .dropdown-menu > .container-fluid > ul:before{
  content: '';
  background: #F9F9F9;
  width: 24%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#navbar li.first .dropdown-menu > .container-fluid > ul:after{
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 24%;
  z-index: 10;
}
#navbar li.first .dropdown-menu ul li.level_2{
  width: 100%;
}
#navbar li.first .dropdown-menu ul li.level_2 > a{
  width: 24%;
  z-index: 11;
  background: #f9f9f9;
  text-decoration: none;
  display: inline-block;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 19px 0 19px 20px !important;
  padding-left: calc((100% - 1155px) / 2);
  transform: rotate(0.03deg);
  position: relative;
  font-size: 14px;
  line-height: 14px;
  color: #6A6A6A;
  margin-top: -1px;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
#navbar li.first .dropdown-menu ul li.level_2:first-of-type > a{
  margin-top: 0;
}
#navbar li.first .dropdown-menu ul li.level_2 > a > span{
  display: none;
}
/*#navbar li.first .dropdown-menu ul li.level_2 > a:before{
  content: '';
  background: url('../img/icons/chevron-right-menu.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -11px;
  transform: translateY(-50%);
  width: 11px;
  height: 22px;
  z-index: 3;
  opacity: 0;
}
#navbar li.first .dropdown-menu ul li.level_2.active > a:before{
  opacity: 1;
}*/
#navbar li.first .dropdown-menu ul li.level_2 > a:after{
  content: '';
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
#navbar li.first .dropdown-menu ul li.level_2.last > a:after{
  display: none;
}
#navbar li.first .dropdown-menu ul li.level_2.active-trail > a,
#navbar li.first .dropdown-menu ul li.level_2.active > a{
  color: #003567 !important;
  background: #efefef;
  font-weight: 700;
}
#navbar li.first .dropdown-menu ul li.level_2:hover > a{
  color: #003567 !important;
  background: #efefef;
}
#navbar li.first .dropdown-menu ul li.level_2 > span{
  background: #c9c9c9;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  letter-spacing: -0.5px;
  padding: 3px 10px;
  margin-left: -100px;
  position: relative;
  z-index: 12;
  pointer-events: none;
  display: inline-block;
  transform: rotate(0.03deg);
  opacity: 0;
}
#navbar li.first .dropdown-menu ul li.level_2.active a ~ span,
#navbar li.first .dropdown-menu ul li.level_2:hover a ~ span{
  opacity: 1;
}
/*#navbar li.first .dropdown-menu ul li.level_2 > .menu-attach-block-wrapper{
  display: block;
}*/
#navbar li.first .dropdown-menu ul li.level_2 a.menu-attach-block-drop-link.dropped ~ .menu-attach-block-wrapper{
  display: none;
}
#navbar li.first .dropdown-menu ul li.level_2 > .collection-container,
#navbar li.first .dropdown-menu ul li.level_2 > .menu-attach-block-wrapper{
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s;
}
#navbar li.first .dropdown-menu ul li.level_2.active > .collection-container,
#navbar li.first .dropdown-menu ul li.level_2.active > .menu-attach-block-wrapper{
  opacity: 1;
  pointer-events: auto;
  display: block !important;
  z-index: 2 !important;
}
#navbar li.first .dropdown-menu ul li.level_2 > .collection-container,
#navbar li.first .dropdown-menu ul li.level_2 > .menu-attach-block-wrapper{
  background: white;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 24%;
  padding: 0;
}
#navbar li.first .dropdown-menu ul li.level_2 > .collection-container > ul{
  padding: 0 15px 30px;
}
/* Premier onglet > En ce moment */
.bean-en-ce-moment{
  padding: 30px;
}
.bean-en-ce-moment h3{
  visibility: hidden;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #313131;
  display: block;
  transform: rotate(0.03deg);
  border-bottom: 1px solid #e6e6e6;
}
.bean-en-ce-moment .col-xs-6 .field-name-title-field{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  margin-top: 20px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.bean-en-ce-moment .col-xs-6 > a{
  max-height: 260px;
  overflow: hidden;
  display: block;
}
.bean-en-ce-moment .thumbnail{
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.bean-en-ce-moment .thumbnail .caption{
  padding: 20px 0 0 0;
}
.bean-en-ce-moment .col-xs-6 .thumbnail .caption .pull-left{
  display: none;
}
.bean-en-ce-moment .thumbnail .caption .pull-left h3{
  border: none;
  margin: 0;
  padding: 0;
}
.bean-en-ce-moment .thumbnail .caption .pull-left h3 a{
  color: #313131 !important;
  text-decoration: none !important;
}
.bean-en-ce-moment .thumbnail .caption .clearfix,
.bean-en-ce-moment .thumbnail .caption p[itemprop="description"]{
  display: none;
}
.bean-en-ce-moment .col-xs-6 .thumbnail .caption p[itemprop="description"]{
  display: block;
}
.bean-en-ce-moment .thumbnail .caption .pull-left{
  width: 75%;
}
.bean-en-ce-moment .thumbnail .caption .pull-right{
  width: 25%;
  text-align: right;
}
.bean-en-ce-moment .col-sm-4 .thumbnail .caption p,
.bean-en-ce-moment .col-sm-4 .thumbnail .caption .caption_price{
  font-size: 14px;
  line-height: 20px;
  color: #313131;
  padding: 0;
  display: inline-block;
  transform: rotate(0.03deg);
}
.bean-en-ce-moment .col-sm-4 .thumbnail .caption p[itemprop="description"]{
  display: none;
}
.bean-en-ce-moment .thumbnail .caption p,
.bean-en-ce-moment .thumbnail .caption .caption_price{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  padding: 0;
  display: inline-block;
  transform: rotate(0.03deg);
}
.bean-en-ce-moment .thumbnail .caption p.h3{
  margin: 0;
}
.bean-en-ce-moment .thumbnail .caption p a{
  color: #313131 !important;
  text-decoration: none;
  font-size: 14px;
}
/*------*/
.bean-en-ce-moment .section-title{
  width: calc(100% - 30px);
  border-top: 1px solid #e6e6e6;
  margin: 30px 15px 0;
  padding: 30px 0 0;
}
.bean-en-ce-moment .section-title p.h2{
  margin: 0;
  font-size: 20px;
  color: #313131;
  transform: rotate(0.03deg);
}
.bean-en-ce-moment .section-title a.btn{
  background: #003567;
  color: white !important;
  padding: 10px 30px;
  font-size: 15px;
  margin: -10px 0 20px;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.bean-en-ce-moment .section-title a.btn:after{
  display: none;
}
.bean-en-ce-moment .section-title a.btn:hover,
.bean-en-ce-moment .section-title a.btn:focus{
  background: #313131;
}
/**/
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo{
  position: relative;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo:before{
  content: '';
  background: rgba(0,0,0,0);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  width: 100%;
  height: 125px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo > .row{
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .section-title{
  padding: 28px;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .section-title .h3{
  font-size: 26px;
  color: #fff;
  padding: 0;
  margin: 12px 0 0;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .section-title a.btn{
  background: #003567;
  color: white !important;
  font-size: 15px;
  padding: 10px 30px;
  box-shadow: none;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .section-title a.btn:hover,
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .section-title a.btn:focus{
  background: #313131;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .section-title a.btn:after{
  display: none;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo .collection{
  color: white;
  font-size: 14px;
  text-align: center;
  background: #313131;
  position: absolute;
  top: 50%;
  right: -55px;
  border-radius: 100px;
  width: 110px;
  height: 110px;
  padding: 29px 0px;
  transform: translateY(-50%) rotate(0.03deg);
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo .collection span{
  font-size: 26px;
  line-height: 1;
  display: block;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .intro{
  padding: 30px 25px;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .intro p{
  font-size: 16px;
  line-height: 28px;
}
#navbar li.first .dropdown-menu ul li.level_2 .intro-collection .plus{
  padding: 0 30px;
}
#navbar li.first .dropdown-menu ul li.level_2 ul .menu{
  margin:0;
  columns: 2;
}
#navbar li.first .dropdown-menu ul li.level_2 ul .menu li{
  border-top: 1px solid #e6e6e6;
  //border-bottom: 1px solid #e6e6e6;
  //margin-bottom: -1px;
  position: relative;
}
#navbar li.first .dropdown-menu ul li.level_2 ul .menu li.first:before{
  content: '';
  background: white;
  width: 100vw;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2
}
#navbar li.first .dropdown-menu ul li.level_2 ul .menu li a{
  color: #313131;
  font-size: 14px;
  line-height: 26px;
  padding: 16px 10px;
  width: 100%;
  display: inline-block;
  transform: rotate(0.03deg);
  background: white;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
#navbar li.first .dropdown-menu ul li.level_2 ul .menu li a:hover,
#navbar li.first .dropdown-menu ul li.level_2 ul .menu li a:focus{
  color: #003567;
}
#navbar li.first .dropdown-menu ul li.level_2 ul .menu li span{
  background: #c9c9c9;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  letter-spacing: -0.5px;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  pointer-events: none;
  transform: rotate(0.03deg) translateY(-50%);
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
/* gestion hauteur > max 1200px */
/*@media(max-height: 800px) and (min-width: 1200px){
  #navbar li.first .dropdown-menu > .container-fluid > ul{
    height: 110vh;
  }
}
@media(max-height: 700px) and (min-width: 1200px){
  #navbar li.first .dropdown-menu > .container-fluid > ul{
    height: 130vh;
  }
}
@media(max-height: 600px) and (min-width: 1200px){
  #navbar li.first .dropdown-menu > .container-fluid > ul{
    height: 150vh;
  }
}*/
/**/
@media(max-width: 1199px){
  #navbar li.first .dropdown-menu{
    width: 940px;
    margin-top: -7px;
  }
  #navbar li.first .dropdown-menu > .container-fluid > ul{
    overflow: visible;
  }
  #navbar li.first .dropdown-menu ul li.level_2 > a{
    width: 25%;
    padding-left: 30px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 > a:after{
    width: 100%;
  }
  #navbar li.first .dropdown-menu ul li.level_2 > .collection-container,
  #navbar li.first .dropdown-menu ul li.level_2 > .menu-attach-block-wrapper{
    left: 25%;
  }
  #navbar li.first .dropdown-menu ul li.level_2 ul .menu li a{
    padding-right: 90px;
    line-height: 20px;
  }
  #navbar li.first .dropdown-menu > .container-fluid > ul:before{
    width: 25%;
  }
  #navbar li.first .dropdown-menu > .container-fluid > ul:after{
    left: 25%;
  }
  .bean-en-ce-moment .col-xs-6 > a{
    max-height: 170px;
  }
  .bean-en-ce-moment .thumbnail .caption .pull-left h3,
  .bean-en-ce-moment .thumbnail .caption p,
  .bean-en-ce-moment .thumbnail .caption .caption_price{
    font-size: 16px;
  }
}
/*@media(max-width: 1199px) and (min-width: 992px) and (max-height: 775px){
  #navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo,
  #navbar li.first .dropdown-menu ul li.level_2 .intro-collection .intro{
    margin-bottom: 15px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 .intro-collection .intro p{
    font-size: 16px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 ul .menu li a{
    padding: 10px 90px 10px 10px;
  }
}*/
@media(max-width: 991px){
  #navbar li.first .dropdown-menu ul li.level_2 > .collection-container,
  #navbar li.first .dropdown-menu ul li.level_2 > .menu-attach-block-wrapper{
    padding: 0 20px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 > a{
    padding: 15px 0 15px 20px;
    font-size: 14px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 > span{
    font-size: 12px;
    padding: 3px 8px;
    margin-left: -70px
  }
  .bean-en-ce-moment h3{
    font-size: 18px;
    padding: 17.5px 15px 17.5px 45px;
    margin: 0 0 20px -30px;
  }
  .bean-en-ce-moment .col-xs-6 .field-name-title-field{
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .bean-en-ce-moment .thumbnail .caption .pull-left h3,
  .bean-en-ce-moment .thumbnail .caption p,
  .bean-en-ce-moment .thumbnail .caption .caption_price {
    font-size: 14px;
    line-height: 22px;
  }
  .bean-en-ce-moment .section-title{
    margin-top: 15px;
    padding-top: 20px;
  }
  .bean-en-ce-moment .section-title p.h2{
    margin-bottom: 20px;
    font-size: 18px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo,
  #navbar li.first .dropdown-menu ul li.level_2 .intro-collection .intro{
    margin-bottom: 20px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 > .collection-container .intro p{
    font-size: 14px;
    line-height: 22px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 ul .menu li a{
    line-height: 22px;
    padding: 10px 80px 10px 0;
  }
  #navbar li.first .dropdown-menu ul li.level_2 ul .menu li span{
    font-size: 12px;
    padding: 3px 8px;
  }
  #navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo .collection{
    right: -12px;
    width: 80px;
    height: 80px;
    padding: 17px 0;
  }
  #navbar li.first .dropdown-menu ul li.level_2 .intro-collection .photo .collection span{
    font-size: 24px;
  }
}

/* Autre onglet menu principal */
#navbar li:not(.first) .dropdown-menu{
  background: #ffffff;
  padding: 0;
  position: absolute;
  width: auto;
  left: inherit;
  border-radius: 0;
  margin-top: -10px;
}
#navbar li .dropdown-menu:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 12px 11px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -12px;
  left: 25px;
  z-index: 1;
}
#navbar li .dropdown-menu:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 13px 12px;
  border-color: transparent transparent #e6e6e6 transparent;
  position: absolute;
  top: -13px;
  left: 24px;
}
#navbar li.first .dropdown-menu:before{
  left: 171px;
  border-color: transparent transparent #efefef transparent;
}
#navbar li.first .dropdown-menu:after{
  left: 170px;
}
#navbar li:not(.first) .dropdown-menu .container-fluid{
  padding: 0;
}
#navbar li:not(.first) .dropdown-menu li.level_2{
  width: 100%;
  float: none;
}
#navbar li:not(.first) .dropdown-menu li.level_2 > a{
  font-size: 14px;
  color: #999;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 30px 15px 20px;
  position: relative;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
#navbar li:not(.first) .dropdown-menu li.level_2 > a:hover,
#navbar li:not(.first) .dropdown-menu li.level_2 > a:focus{
  color: #003567;
}
#navbar li:not(.first) .dropdown-menu li.level_2 > a > span,
#navbar li:not(.first) .dropdown-menu li.level_2 > a:after{
  display: none;
}
#navbar li:not(.first) .dropdown-menu li.level_2 > a.active{
  color: #003567;
  font-weight: 700;
}
#navbar li:not(.first) .dropdown-menu li.level_2 ul.menu{
  margin: 0 0 0 30px;
}
#navbar li:not(.first) .dropdown-menu li.level_2 ul.menu a{
  font-size: 15px;
  background: transparent !important;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
#navbar li:not(.first) .dropdown-menu li.level_2 ul.menu a:hover,
#navbar li:not(.first) .dropdown-menu li.level_2 ul.menu a:focus{
  color: #003567;
}
@media(max-width: 1199px){
  #navbar li.first .dropdown-menu:before{
    left: 161px;
  }
  #navbar li.first .dropdown-menu:after{
    left: 160px;
  }
}

/* HACK IE */
@media screen and (min-width:0\0){
  #navbar .menubar li .dropdown-menu{
    display: none !important;
  }
  #navbar .menubar li.open .dropdown-menu{
    display: block !important;
  }
}

/*************************/
/****** POPIN Cart ******/
/***********************/
.popover{
  padding: 20px 20px 0;
  margin: 0;
  border-radius: 0;
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  max-width: 400px;
}
body.menu-mobile-collapsed .popover{
  display: none !important;
}
.popover.bottom{
  right: 0;
}
.popover .popover-title{
  font-size: 18px;
  color: #313131;
  padding: 0 0 20px;
  margin: 0;
  background: transparent;
  transform: rotate(0.03deg);
}
.popover .popover-close{
  position: absolute;
  top: 17px;
  right: 20px;
  opacity: 1;
  z-index: 1;
}
.popover .popover-close span{
  opacity: 1;
  width: 24px;
  height: 24px;
  display: block;
  text-indent: -9999px;
}
.popover .popover-close span:before{
  content: '';
  background-image: url('../img/icons/ico-close-grey-large.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  float: left;
}
.popover .popover-content{
  padding: 20px 0 0;
}
.popover .popover-content .contextual-links-region{
  position: static;
}
.popover .popover-content .views-row{
  clear: both;
  overflow: auto;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.popover .popover-content .views-row:last-of-type{
  margin-bottom: 0;
}
.popover .popover-content .product-cart{
  width: auto;
  padding: 0;
}
.popover .popover-content .product-cart .product-cart-img,
.popover .popover-content .product-cart .product-cart-desc{
  width: calc(50% - 7.5px);
  float: left;
}
.popover .popover-content .product-cart .product-cart-img{
  margin-right: 15px;
}
.popover .popover-content .product-cart .product-cart-desc p{
  line-height: 0.7;
}
.popover .popover-content .product-cart .product-cart-desc a{
  font-size: 14px;
  line-height: 14px;
  color: #313131;
  font-weight: normal;
  text-decoration: none;
}
/* info quantité */
.popover .popover-content .views-field-quantity{
  position: absolute;
  left: calc(50% + 8px);
  bottom: 18px;
  color: #999;
  font-size: 14px;
  display: block;
  transform: rotate(0.03deg);
}
/* info gravures */
.popover .popover-content .views-field-field-commerce-custom,
.popover .popover-content .views-field-opinel-line-item-engraving{
  margin-top: 20px;
  color: #999;
  font-size: 14px;
  display: block;
  transform: rotate(0.03deg);
}
/* bouton delete */
.popover .popover-content .views-field-edit-delete{
  position: absolute;
  bottom: 10px;
  right: 0;
}
.popover .popover-content .views-field-edit-delete span{
  font-size: 14px;
  color: #999999;
  display: inline-block;
  transform: rotate(0.03deg);
}
.popover .popover-content .views-field-edit-delete button{
  background: transparent !important;
  padding: 0;
  margin: 0;
  display: block;
  text-indent: -9999px;
  width: 17px;
  height: 17px;
}
.popover .popover-content .views-field-edit-delete button:before{
  content: '';
  background-image: url('../img/icons/ico-close-grey-small-2.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  width: 17px;
  height: 17px;
  opacity: 0.35;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
.popover .popover-content .views-field-edit-delete button:hover:before,
.popover .popover-content .views-field-edit-delete button:focus:before{
  opacity: 1;
}

/* info bas popup*/
.popover .popover-content .line-item-summary-preview{
  position: relative;
  width: calc(100% + 40px);
  margin-left: -20px;
  background: #f9f9f9;
}
.popover .popover-content .line-item-summary-preview p.small{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  padding: 20px;
  background: white;
}
.popover .popover-content .line-item-summary-preview .verticalCarouselHeader{
  position: absolute;
  top: 20px;
  right: 20px;
}
.popover .popover-content .line-item-summary-preview .verticalCarouselHeader a{
  display: inline-block;
}
.popover .popover-content .line-item-summary-preview .verticalCarouselHeader a i{
  color: #c9c9c9;
  font-size: 24px;
}
.popover .popover-content .line-item-summary-preview .line-item-total{
  margin: 0;
  padding: 20px;
  background: white;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.popover .popover-content .line-item-summary-preview .line-item-total span{
  font-size: 18px;
  color: #313131;
  display: inline-block;
  transform: rotate(0.03deg);
}
.popover .popover-content .line-item-summary-preview .line-item-total span.line-item-total-raw{
  float: right;
}
.popover .popover-content .line-item-summary-preview .cart-link{
  margin: 20px;
  width: calc(100% - 40px);
}
.cart-empty-block {
  margin-top: 40px;
}
/* cart vide */
.popover .popover-content .cart-empty-block{
  font-size: 16px;
  color: #c9c9c9;
  display: block;
  padding: 0 0 20px;
  transform: rotate(0.03deg);
  margin-top: 0;
}
@media(max-width: 991px){
  .popover .popover-content .line-item-summary-preview p.small{
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 80px 20px 20px;
  }
  .popover .popover-content .line-item-summary-preview .verticalCarouselHeader{
    top: 18px;
  }
  .popover .popover-content .product-cart .product-cart-img{
    width: calc(40% - 7.5px);
  }
  .popover .popover-content .product-cart .product-cart-desc{
    width: calc(60% - 7.5px);
    margin-bottom: 30px;
  }
  .popover .popover-content .views-field-quantity{
    left: calc(40% + 8px);
  }
  .popover .popover-content .product-cart .product-cart-img img{
    padding: 10px 0;
  }
}
@media(max-width: 767px){
  .popover.bottom{
    margin: 0 20px;
    left: inherit !important;
  }
  .popover.bottom > .arrow{
    left: calc(100% - 30px) !important;
  }
}

/**************************/
/****** menu-mobile ******/
/************************/
@media(max-width: 991px) and (min-width: 768px){
  #menu-mobile .levelHolderClass{
    padding: 0 calc((100% - 750px)/2)
  }
  #menu-mobile .backItemClass{
    right: calc((100% - 750px)/2) !important;
  }
}
#menu-mobile ul{
  padding: 0;
  clear: both;
}
#menu-mobile ul li{
  padding: 0;
}
#menu-mobile ul li a{
  font-family:'MaisonNeueBook' !important;
  padding: 14px 20px;
  font-size: 18px;
  transform: rotate(0.03deg);
}
#menu-mobile h2{
  margin: 0 0 15px;
  padding: 0;
  width: 100%;
  position: relative;
}
#menu-mobile h2:after{
  content: '';
  background: rgba(255,255,255,0.2);
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 20px;
}
#menu-mobile h2 i{
  display: none;
  font-size: 18px;
  margin-top: 8px;
  margin-right: 22px;
}
#menu-mobile .backItemClass{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
}
#menu-mobile .backItemClass a{
  font-style: normal;
  font-size: 14px;
  text-align: right;
}
#menu-mobile .backItemClass a i{
  float: left;
  transform: rotate(180deg);
  margin-left: -15px;
}
#menu-mobile .mlpm_w .ltr{
  box-shadow: none !important;
  background-color: #003567 !important;
  z-index: 1;
}
#menu-mobile .mlpm_w .ltr[style*="margin-left: 0px"]{
}
/*********************/
/****** FOOTER ******/
/*******************/
footer.footer{
  margin-top: 30px;
  border-top: 1px solid #efefef;
  background: white;
}
footer .social .container{
  padding: 50px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #efefef;
  width: calc(100% - 30px);
}
footer .social .col-sm-9,
footer .social .col-sm-3{
  width: 50%;
}
footer .social .bloc-social-footer ul{
  text-align: right;
}
footer .social .bloc-social-footer ul li{
  float: none;
  display: inline-block;
  vertical-align: middle;
}
footer .social .bloc-social-footer ul li a{
  padding: 20px 15px;
  border-radius: 0;
  background: transparent;
}
footer .social .bloc-social-footer ul li:last-child a{
  padding: 20px 0 20px 15px;
}
footer .social .bloc-social-footer ul li a i{
  font-size: 1.5em;
  color: #D9D9D9;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
footer .social .bloc-social-footer ul li a i:hover,
footer .social .bloc-social-footer ul li a i:focus{
  color: #999999;
}
footer .footer-links{
  margin-bottom: 40px;
}
footer .footer-links a.nolink{
  color: #313131;
  font-size: 20px;
  margin: 0 0 30px 0;
  display: block;
  text-decoration: none;
  transform: rotate(0.03deg);
}
footer .footer-links ul li{
  padding-bottom: 10px;
}
footer .footer-links ul li a{
  color: #999999;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
footer .footer-links ul li a:hover,
footer .footer-links ul li a:focus{
  color: #313131;
}
footer .footer-links .menu p{
  color: #999999;
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 25px 0;
  transform: rotate(0.03deg);
}
footer .footer-links .menu a:hover,
footer .footer-links .menu a:focus{
  color: white;
}
footer .footer-bottom{
  border-top: 1px solid #e6e6e6;
  background: #f9f9f9;
  padding: 35px 0;
}
footer .footer-bottom .col-sm-9,
footer .footer-bottom .col-sm-9 a{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  text-decoration: none;
  padding: 0;
  background: transparent !important;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
footer .footer-bottom .col-sm-9 a{
  margin-left: 30px;
}
footer .footer-bottom .col-sm-9 a:hover,
footer .footer-bottom .col-sm-9 a:focus{
  color: #313131;
}
footer .footer-bottom .dropup{
  margin-top: -3px;
}
footer .footer-bottom .dropup a{
  color: #003567;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}
footer .footer-bottom .dropup a:hover,
footer .footer-bottom .dropup a:focus{
  color: #003567;
}
footer .footer-bottom .dropup a span.glyphicon{
  position: absolute;
  top: -1px;
  left: -30px;
}
footer .footer-bottom .dropup a span.glyphicon:before{
  content: '';
  background-image: url('../img/icons/globe-blue.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  width: 22px;
  height: 22px;
}
footer .footer-bottom .dropup a span.caret{
  border: none;
  margin-left: 8px;
}
footer .footer-bottom .dropup a span.caret:before{
  content: '';
  background-image: url('../img/icons/icon-chevron-down-bleu.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 6px;
  right: -10px;
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
}
footer .footer-bottom .dropup.open a span.caret:before{
  transform: rotate(-180deg);
}
footer .footer-bottom .dropup .menu-langue{
  bottom: 130%;
  border-radius: 0;
  padding: 0;
  border: 1px solid #efefef;
  box-shadow: 0 0px 12px rgba(0,0,0,.05);
}
footer .footer-bottom .dropup .menu-langue:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
footer .footer-bottom .dropup .menu-langue a{
  padding: 6px 20px;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
footer .footer-bottom .dropup .menu-langue a:hover,
footer .footer-bottom .dropup .menu-langue a:focus{
  background: #f9f9f9;
}
footer .footer-bottom a.scroll-top{
  color: #003567;
  font-size: 14px;
  padding-right: 60px;
  padding-top: 4px;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
footer .footer-bottom a.scroll-top span.btn{
  border: none;
  border-radius: 0;
  background: #003567;
  width: 50px;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-bottom a.scroll-top span.glyphicon{
  position: static;
}
footer .footer-bottom a.scroll-top span.glyphicon:before{
  content: '';
  background-image: url('../img/icons/icon-chevron-down.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
  width: 14px;
  height: 8px;
}
@media(max-width: 1199px){
  footer .social .container{
   width: calc(970px - 30px);
  }
  footer .footer-bottom .dropup > a{
    left: -50px;
  }
  footer .footer-bottom .dropup .menu-langue{
    left: -50px;
  }
}
@media(max-width: 991px){
  footer .social .container{
   width: calc(750px - 30px);
  }
  footer .footer-bottom .col-sm-9{
    width: 65%;
  }
  footer .footer-bottom .col-sm-3:last-of-type{
    width: 35%;
  }
  footer .footer-bottom .dropup > a{
    left: -10px;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  footer .footer-bottom .col-sm-9 a{
    margin-left: 20px;
  }
}
@media(max-width: 767px){
  footer.footer a.logo img{
    max-width: 50%;
  }
  footer .social .container{
   width: calc(100% - 30px);
   padding: 30px 0 15px;
   margin-bottom: 30px;
  }
  footer .footer-bottom .col-sm-9,
  footer .footer-bottom .col-sm-3{
    width: 100% !important;
  }
  footer .footer-bottom .col-sm-9 li{
    float: none;
  }
  footer .footer-bottom .col-sm-9 a{
    display: block;
    margin: 20px 15px;
  }
  footer .social .col-sm-9,
  footer .social .col-sm-3{
    width: 100%;
    text-align: center;
  }
  footer .social .bloc-social-footer ul{
    text-align: center;
  }
  footer .social .bloc-social-footer ul li:last-child a{
    padding: 20px 15px;
  }
  footer .social .bloc-social-footer ul li a{
    padding: 20px 10px;
  }
  footer .footer-links{
    padding: 0 15px;
    margin-bottom: 0;
  }
  footer .footer-links a.nolink{
    margin: 0 0 20px;
  }
  footer .footer-links ul{
    margin-bottom: 30px;
  }
  footer .footer-links ul li{
    padding-bottom: 7px;
  }
  footer .footer-bottom{
    padding: 20px 15px;
  }
  footer .footer-bottom .col-sm-3{
    padding-bottom: 10px;
  }
  footer .footer-bottom .dropup > a,
  footer .footer-bottom .dropup .menu-langue{
    left: 30px;
  }
  footer .footer-bottom a.scroll-top{
    display: block;
    text-indent: -9999px;
  }
}
@media(min-width: 768px){
  footer .social .container{
    width: calc(750px - 30px);
  }
}
@media(min-width: 992px){
  footer .social .container{
    width: calc(970px - 30px);
  }
}
@media(min-width: 1200px){
  footer .social .container{
    width: calc(1170px - 30px);
  }
}
/**/

/********************/
/*** Carousel HP ***/
/******************/
body.front .carousel-inner{
  height: 100%;
  height: 100vh;
}
body.front .carousel-inner-item{
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
body.front .carousel-inner-item.active{
  pointer-events: auto;
}
body.front .carousel-inner-item.item_0{
  opacity: 1 !important;
}
body.front .carousel-inner-item:after{
  content: '';
  background-size: 100%;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
body.front .carousel-inner-item .carousel-caption{
  position: absolute;
  top:inherit;
  right:inherit;
  bottom: 100px;
  left: 50%;
  width: 100%;
  padding: 0 15px;
  transform: translateX(-50%);
}
body.front .carousel-inner-item .carousel-caption a{
  text-decoration: none;
  color: white;
}
/*body.front .carousel-inner-item .carousel-caption h3{
  display: none;
}*/
body.front .carousel-inner-item .carousel-caption p.h3{
  color: white;
  font-family:'Bodoni W01 Poster691960';
  font-size: 52px;
  line-height: 1.2;
  margin: 0 0 20px;
  text-align: left;
  text-shadow: none;
}
body.front .carousel-inner-item .carousel-caption p{
  font-size: 18px;
  line-height: 32px;
  color: white;
  font-family: "MaisonNeueBook";
  text-align: left;
  text-shadow: none;
  margin: 0 0 30px;
}
body.front .carousel .control-box .control-icon:before{
  content: '';
  background-image: url('../img/icons/chevron-right-white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 15px;
  height: 26px;
  display: inline-block;
}
body.front .carousel .control-box .control-icon.prev:before{
  transform: rotate(180deg);
}
body.front .carousel .carousel-indicators li,
body.front .carousel .carousel-indicators li .progress{
  height: 3px !important;
  border-radius: 0 !important;
}
a.losange.smooth{
  position: relative;
  left: 0;
  top: -70px;
  display: block;
  text-align: left;
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
a.losange.smooth i:before{
  content: '';
  background-image: url('../img/icons/control-bottom-white.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 34px;
}
@media(max-width: 1199px){
  body.front .carousel-inner-item .carousel-caption{
    width: 970px;
  }
  body.front .carousel-inner-item .carousel-caption p.h3{
    font-size: 45px;
  }
  a.losange.smooth{
    width: 970px;
  }
  body.front .carousel-inner{
    height: 80vh;
  }
}
@media(max-width: 991px){
  body.front .carousel-inner-item .carousel-caption{
    width: 750px;
  }
  body.front .carousel-inner-item .carousel-caption p.h3{
    font-size: 38px;
  }
  a.losange.smooth{
    width: 750px;
  }
}
@media(max-width: 767px){
  a.losange.smooth{
    display: none;
  }
}

@media(min-width: 768px){
  body.front .carousel-inner-item .carousel-caption{
    width: 750px;
  }
}
@media(min-width: 992px){
  body.front .carousel-inner-item .carousel-caption{
    width: 970px;
  }
}
@media(min-width: 1200px){
  body.front .carousel-inner-item .carousel-caption{
    width: 1170px;
  }
}
@media(max-width: 767px){
  body.front .carousel-inner-item .carousel-caption{
    width: 100%;
    bottom: 0;
    padding: 40px 30px 90px 30px;
  }
  body.front .carousel-inner-item .carousel-caption:after{
    display: none;
  }
  body.front .carousel-inner-item .carousel-caption p.h3{
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 10px;
  }
  body.front .carousel-inner-item .carousel-caption p{
    font-size: 16px;
    line-height: 26px;
    margin: 0;
  }
  body.front .carousel-inner-item .carousel-caption > a{
    margin: 0 0 15px;
    display: block;
  }
}
@media(max-width: 767px) and (orientation:landscape){
  body.front .carousel-inner{
    height: 100vh;
  }
}
/*** À Propos d'Opinel HP ***/
.apropos .container{
  margin: 45px auto 32px;
  background: #f9f9f9;
  padding: 130px 110px 130px 0;
  position: relative;
  width: 1140px;
}
.apropos .container:before{
  content: "1890";
  font-family:'Bodoni W01 Poster691960' !important;
  color: #efefef !important;
  font-size: 420px !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.apropos .col-sm-6:before{
  content: '';
  background-image: url('../img/joseph-opinel.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 40%;
  left: -50%;
  width: 171px;
  height: 500px;
  transform: translateY(-50%);
}
.apropos h1{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  color: #003567;
  margin: 0 0 32px 0;
}
.apropos p{
  font-size: 18px;
  line-height: 1.56;
  color: #313131;
  margin: 0;
  transform: rotate(0.03deg);
}
@media(max-width: 1199px){
  .apropos .container{
    width: 940px;
  }
  .apropos .container:before{
    font-size: 350px !important;
  }
  .apropos .col-sm-6:before{
    left: -60%;
  }
  .apropos .container{
    padding: 100px 110px 100px 0;
  }
}
@media(max-width: 991px){
  .apropos .container{
    width: 720px;
  }
  .apropos .container:before{
    font-size: 270px !important;
  }
  .apropos .col-sm-6{
    left: 40%;
    width: 60%;
  }
  .apropos .col-sm-6:before{
    left: -45%;
    width: 143px;
    height: 420px;
  }
  .apropos .container {
    padding: 60px 30px 60px 0;
  }
}
@media(max-width: 767px){
  .apropos .container{
    width: calc(100% - 60px);
    margin: 30px;
    padding: 30px 30px 30px 0;
  }
  .apropos .container:before {
    display: none !important;
  }
  .apropos .col-sm-6{
    left: 30%;
    width: 75%;
    padding-left: 30px;
    padding-right: 15px;
  }
  .apropos .col-sm-6:before{
    left: -140px;
  }
  .apropos h1{
    font-size: 28px !important;
  }
  .apropos p{
    font-size: 16px;
  }
}
@media(max-width: 767px) and (min-width: 400px){
  .apropos .container{
    padding: 80px 30px 80px 0;
  }
}
/**/

/*** Collections HP bloc figure ***/
.collections figure{
  overflow: hidden;
}
.collections figure figcaption{
  margin-bottom: 45px;
}
.collections figure figcaption h3{
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #999999;
  margin: 18px 0 0 0;
  transform: rotate(0.03deg);
}
.collections figure figcaption h2{
  font-size: 28px;
  line-height: 1.4;
  font-weight: normal;
  color: #313131;
  margin: 0;
  transform: rotate(0.03deg);
}
.collections figure figcaption h2 a{
  color: #313131;
  text-decoration: none;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.collections figure figcaption h2 a:hover,
.collections figure figcaption h2 a:focus{
  color: #000;
}
.collections img{
  max-width: 100%;
}
@media(max-width: 767px){
  .collections figure figcaption h2{
    font-size: 20px;
    line-height: 1.2;
    margin: 10px 0 0 0;
  }
}

/*** Node couteau TEASER ***/
.node-couteau.node-teaser{
  position: relative;
}
.node-couteau.node-teaser .thumbnail{
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.node-couteau.node-teaser.customizable .thumbnail:before{
  content: "Personnalisable";
  background-color: #C9C9C9;
  border-radius: 100px;
  padding: 4px 15px;
  color: white;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 1;
  transform: rotate(0.03deg);
  pointer-events: none;
}
body.i18n-en-en .node-couteau.node-teaser.customizable .thumbnail:before{
  content: "Customizable";
}
.node-couteau.node-teaser .thumbnail .pull-right{
  width: 25%;
  text-align: right;
}
.node-couteau.node-teaser .thumbnail .pull-left{
  width: 75%;
  text-align: left;
}
.node-couteau.node-teaser img{
  padding: 20px 0;
  background: #f9f9f9;
}
.node-couteau.node-teaser .caption{
  padding: 0;
  min-height: 200px;
}
.node-couteau.node-teaser h3{
  color: #313131;
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
  margin: 20px 0 0 0;
  transform: rotate(0.03deg);
}
.node-couteau.node-teaser h3 a{
  color: #313131;
  text-decoration: none;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.node-couteau.node-teaser h3 a:hover,
.node-couteau.node-teaser h3 a:focus{
  color: #003567;
}
.node-couteau.node-teaser .caption_price{
  color: #003567;
  font-size: 24px;
  line-height: 1;
  padding: 0;
  margin: 24px 0 0 0;
  transform: rotate(0.03deg);
}
.node-couteau.node-teaser p[itemprop="description"]{
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
  margin: 10px 0 0 0;
  transform: rotate(0.03deg);
}
/* col-sm-3 / col-sm-4 */
.node-couteau.node-teaser.col-sm-3 .thumbnail:before,
.node-couteau.node-teaser.col-sm-4 .thumbnail:before{
  left: 32px;
}
.node-couteau.node-teaser.col-sm-3 h3,
.node-couteau.node-teaser.col-sm-4 h3{
  font-size: 18px;
}
.node-couteau.node-teaser.col-sm-3 .caption_price,
.node-couteau.node-teaser.col-sm-4 .caption_price{
  color: #313131;
  font-size: 16px;
}
@media(max-width: 1199px) and (min-width: 768px){
  .node-couteau.node-teaser .thumbnail .pull-right{
    width: 35%;
  }
  .node-couteau.node-teaser .thumbnail .pull-left{
    width: 65%;
  }
  .node-couteau.node-teaser h3 a{
    font-size: 16px;
  }
  .node-couteau.node-teaser.col-sm-3 .caption_price,
  .node-couteau.node-teaser.col-sm-4 .caption_price,
  .node-couteau.node-teaser p[itemprop="description"]{
    font-size: 14px;
  }
  .node-couteau.node-teaser .caption{
    min-height: 160px;
  }
}
@media(max-width: 767px){
  .node-couteau.node-teaser h3,
  .node-couteau.node-teaser .caption_price{
    font-size: 16px;
  }
  /*.node-couteau.node-teaser .caption{
    height: auto !important;
  }*/
  .node-couteau.node-teaser .caption{
    min-height: 0px;
    padding-bottom: 50px;
  }
  .node-couteau.node-teaser{
    clear: both;
  }
}
/**/

/*** Best Of ***/
.bestof{
  border-top: 1px solid #efefef;
  margin: 30px -15px 0;
  padding: 50px 15px 20px;
}
.bestof .section-title{
  margin-bottom: 65px;
}
.bestof .section-title h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
}
@media(max-width: 767px){
  .bestof{
    margin: 30px 0 0;
    padding: 30px 0 20px;
  }
  .bestof .section-title{
    margin-bottom: 30px;
  }
  .bestof .section-title h2{
    font-size: 28px;
  }
  .bestof .section-title .pull-left,
  .bestof .section-title .pull-right{
    float: none !important;
  }
}
/**/

/*** Musée Opinel + Mon Opinel personnalisé - blocs HP ***/
.musee-opinel img{
  height: 500px !important;
  width: 100% !important;
  object-fit: cover !important;
}
.bean-home .contenu{
  margin: 45px auto 70px;
}
.bean-home .contenu .field-name-title-field,
.bean-home .contenu .field-name-field-block-description{
  float: left;
  width: 50%;
}
.bean-home .contenu .field-name-title-field{
  font-size: 26px;
  line-height: 1.3;
  color: #313131;
}
.bean-home .contenu .field-name-field-block-description{
  margin-top: 10px;
}
.bean-home .contenu .field-name-field-block-lien{
  clear: both;
  position: relative;
  left: 50%;
  width: 50%;
}
.bean-home .contenu .field-name-field-block-lien a{
  border-radius: 0;
  background: #003567;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 36px;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.bean-home .contenu .field-name-field-block-lien a:hover,
.bean-home .contenu .field-name-field-block-lien a:focus{
  background: #313131;
}
@media(max-width: 991px){
  .musee-opinel img{
    height: 300px !important;
  }
}
@media(max-width: 767px){
  .bean-home .contenu .field-name-title-field,
  .bean-home .contenu .field-name-field-block-description,
  .bean-home .contenu .field-name-field-block-lien{
    width: 100%;
    left: inherit;
    float: none;
  }
}
/**/

/*** Push grande image ***/
.home-conseil .entity-bean.bean-home{
  min-height: 600px;
  width: inherit !important;
  height: inherit !important;
  position: relative;
}
.home-conseil .bean-home .contenu{
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
}
.home-conseil .bean-home .contenu .field-name-title-field,
.home-conseil .bean-home .contenu .field-name-field-block-description,
.home-conseil .bean-home .contenu .field-name-field-block-lien{
  position: static;
  clear: both;
  float: none;
  width: 100%;
  left: inherit;
}
.home-conseil .bean-home .field-name-field-block-thematique{
  font-size: 18px;
  color: white;
  letter-spacing: 1px;
  margin-bottom: 12px;
  transform: rotate(0.03deg);
}
.home-conseil .bean-home .field-name-title-field{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 52px;
  line-height: 1.2;
  color: white;
  max-width: 90%;
}
.home-conseil .bean-home .contenu .field-name-field-block-lien a{
  margin-top: 30px;
}
@media(max-width: 767px){
  .home-conseil .entity-bean.bean-home{
    min-height: inherit;
  }
  .home-conseil .bean-home .contenu{
    position: static;
    transform: none;
    padding: 60px 30px;
  }
  .home-conseil .bean-home .field-name-field-block-thematique{
    font-size: 16px;
  }
  .home-conseil .bean-home .field-name-title-field{
    font-size: 28px;
    max-width: 100%;
  }
}
/**/

/*** Social Wall - bloc HP ***/
.block-lba-social-wall .container{
  margin: 70px auto 90px;
}
.block-lba-social-wall .section-title{
  margin-bottom: 65px;
}
.block-lba-social-wall .section-title h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
}
.block-lba-social-wall .section-title h2:before{
  content: '';
  background-image: url('../img/icons/instagram-blue.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  width: 48px;
  height:  48px;
  margin: -1px 20px 0 0;
}
.block-lba-social-wall .section-title a.btn.btn-link:after{
  transform: rotate(-45deg);
}
.block-lba-social-wall .text-center a.btn{
  padding: 18px 45px;
  font-size: 20px;
  margin-top: 80px;
  vertical-align: middle;
  display: inline-block;
}
.block-lba-social-wall .text-center a.btn:before{
  content: '';
  background-image: url('../img/icons/instagram-white.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 15px 0 0;
}
.block-lba-social-wall .social-feed-element .content{
  display: none;
}
.block-lba-social-wall .social-feed-element a.img-wrapper:before{
  content: '';
  background: rgba(0,53,103,0.7);
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
.block-lba-social-wall .social-feed-element a.img-wrapper:hover:before,
.block-lba-social-wall .social-feed-element a.img-wrapper:focus:before{
  opacity: 1;
}
.block-lba-social-wall .social-feed-element a.img-wrapper span{
  color: white;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
.block-lba-social-wall .social-feed-element a.img-wrapper:hover span,
.block-lba-social-wall .social-feed-element a.img-wrapper:focus span{
  opacity: 1;
}
.block-lba-social-wall .social-feed-element a.img-wrapper span.count-likes{
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%) rotate(0.03deg);
}
.block-lba-social-wall .social-feed-element a.img-wrapper span.count-likes:before{
  content: '';
  background-image: url('../img/icons/insta-like.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(-100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 36px;
}
.block-lba-social-wall .social-feed-element a.img-wrapper span.count-comments{
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%) rotate(0.03deg);
}
.block-lba-social-wall .social-feed-element a.img-wrapper span.count-comments:before{
  content: '';
  background-image: url('../img/icons/insta-comment.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: calc(-100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
}
@media(max-width: 1199px){
  .block-lba-social-wall .social-feed-element a.img-wrapper span.count-likes{
    top: 100px;
  }
  .block-lba-social-wall .social-feed-element a.img-wrapper span.count-comments{
    top: 220px;
  }
}
@media(max-width: 991px){
  .block-lba-social-wall .social-feed-element a.img-wrapper span.count-likes{
    top: 70px;
  }
  .block-lba-social-wall .social-feed-element a.img-wrapper span.count-likes:before{
    width: 30px;
    height: 25px;
    top: -30px;
  }
  .block-lba-social-wall .social-feed-element a.img-wrapper span.count-comments{
    top: 150px;
  }
  .block-lba-social-wall .social-feed-element a.img-wrapper span.count-comments:before{
    width: 30px;
    height: 30px;
    top: -30px;
  }
}
@media(max-width: 767px){
  .block-lba-social-wall .container{
    margin: 30px auto 50px;
  }
  .block-lba-social-wall .section-title{
    margin-bottom: 30px;
  }
  .block-lba-social-wall .section-title .pull-left,
  .block-lba-social-wall .section-title .pull-right{
    float: none !important;
  }
  .block-lba-social-wall .section-title h2{
    padding-left: 50px;
    font-size: 28px;
  }
  .block-lba-social-wall .section-title h2:before{
    position: absolute;
    width: 30px;
    height: 31px;
    top: 5px;
    left: 15px;
  }
  .block-lba-social-wall .social-feed-element a.img-wrapper:before,
  .block-lba-social-wall .social-feed-element a.img-wrapper span{
    display: none;
  }
  .block-lba-social-wall .text-center a.btn{
    padding: 16px 0px;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
  }
}
/**/

/*** Fil Ariane + H1 ***/
.breadcrumb{
  margin-top: 70px;
  padding: 0 !important;
  border-radius: 0;
  background: transparent;
}
.breadcrumb li.active{
  font-size: 16px;
  color: #999999;
  transform: rotate(0.03deg);
}
.breadcrumb li:not(.active),
.breadcrumb li a{
  font-size: 16px;
  color: #c9c9c9;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus{
  color: #999999;
}
h1.page-header{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 52px;
  line-height: 64px;
  color: #003567;
  margin: 0 0 55px 0;
  padding: 0;
}
h1.page-header:after{
  display: none !important;
}
.main-container h1{
  font-size: 50px;
  line-height: 50px;
}
@media(max-width: 767px){
  .breadcrumb{
    margin: 0 0 10px !important;
  }
  .breadcrumb li:not(.active),
  .breadcrumb li a,
  .breadcrumb li.active{
    font-size: 14px;
  }
  .breadcrumb > li + li::before {
    padding: 0 1px;
  }
  .main-container h1{
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 10px;
  }
}
/**/

/****************************/
/***** GAMME / UNIVERS *****/
/**************************/
section.ambiance:before{
  content: '';
  background: rgba(0,0,0,0.5);
  background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.5)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
section.ambiance .breadcrumb{
  margin-top: 0;
}
section.ambiance .breadcrumb li.active{
  color: white;
  font-family: "MaisonNeueDemi";
}
section.ambiance .breadcrumb li a{
  color: white;
}
section.ambiance .breadcrumb li a:hover,
section.ambiance .breadcrumb li a:focus{
  color: #eee;
}
section.ambiance h1{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 52px;
  line-height: 64px;
  color: white;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
}
section.ambiance h1:after{
  content: '';
  background-image: url('../img/icons/control-bottom-white.png');
  background-repeat:no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 20px;
  height: 34px;
}
section.ambiance ~ .main-container .columns{
  padding: 30px 0 70px;
}
@media(max-width: 991px){
  section.ambiance h1:after{
    bottom: -50px;
  }
}
@media(max-width: 767px){
  section.ambiance h1{
    font-size: 28px;
    line-height: 1.4;
  }
  section.ambiance h1:after{
    display: none;
  }
}
/* teaser univers/gamme */
.thumbnail-gamme .caption .pull-left,
.thumbnail-gamme .caption .pull-right{
  float: none !important;
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin-right: -0.25em;
}
.thumbnail-gamme .caption .pull-right{
  width: 40%;
}
.thumbnail-gamme .caption{
  padding: 15px 0 30px;
}
.thumbnail-gamme .caption h3{
  margin: 0;
}
.thumbnail-gamme .caption h3 a{
  font-size: 16px;
  line-height: 1.3;
  color: #313131;
  display: block;
  text-decoration: none;
  transform: rotate(0.03deg);
}
.thumbnail-gamme .caption p.count{
  font-size: 13px;
  line-height: 1;
  color: #999999;
  display: block;
  text-align: right;
  transform: rotate(0.03deg);
}
/* produit phare */
.produit-phare{
  margin: 0 15px;
}
.produit-phare iframe{
  transform: scale(1.5);
}
.produit-phare .image-principal{
  position: relative;
  overflow: inherit;
}
.produit-phare .image-principal .content{
  height: 450px;
  overflow: hidden;
}
.produit-phare .image-principal .content a{
  height: 100%;
  display: block;
}
.produit-phare .image-principal .content a img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.produit-phare .image-principal .content ~ img{
  width: 130px;
  height: 130px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.produit-phare .node-couteau{
  overflow: auto;
  margin: 0 -15px;
  padding: 45px 0;
}
.produit-phare .node-couteau .description-produit h2{
  font-size: 20px !important;
  margin: 0 0 30px !important;
}
.produit-phare .node-couteau .text{
  padding-right: 20%;
}
.produit-phare .node-couteau .text *{
  font-size: 16px;
  line-height: 28px;
}
.produit-phare .node-couteau .thumbnail{
  margin: 30px 0 0 0;
  padding: 0;
  border-radius: 0;
  border: none;
}
.produit-phare .node-couteau .col-sm-4 .pull-left,
.produit-phare .node-couteau .col-sm-4 .pull-right{
  margin: 30px 0 0 0;
}
.produit-phare .node-couteau .col-sm-4 .pull-left h3{
  margin: 0 0 30px;
}
.produit-phare .node-couteau .col-sm-4 .pull-left h3 a{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
.produit-phare .node-couteau .col-sm-4 .pull-right .caption_price{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
@media(max-width: 991px){
  .produit-phare .image-principal .content{
    height: 300px;
  }
  .produit-phare .image-principal .content ~ img{
    width: 100px;
    height: 100px;
  }
  .produit-phare .node-couteau .col-sm-4 .pull-left button{
    padding: 10px 16px;
  }
}
@media(max-width: 767px){
  .produit-phare .image-principal .content a img{
    height: 100%;
    max-width: inherit;
    width: auto;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
  .produit-phare .node-couteau .description-produit{
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .produit-phare .node-couteau .description-produit h2{
    margin: 30px 0 20px !important;
  }
  .produit-phare .node-couteau .text{
    padding-right: 0;
  }
}
@media(min-width: 992px){
  .thumbnail-gamme.col-sm-4:nth-of-type(3n+4){
    clear: both;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .thumbnail-gamme.col-sm-4{
    width: 50%;
  }
  .thumbnail-gamme.col-sm-4:nth-of-type(2n+3){
    clear: both;
  }
}
@media(max-width: 991px){
  section.ambiance ~ .main-container .columns{
    column-count: inherit;
    column-gap: inherit;
    padding: 0 0 40px;
  }
}
/**/

/*** Nos conseils ***/
.conseils{
  position: relative;
  padding: 55px 0 75px;
  margin: 30px 0 0;
}
.conseils:before{
  content: '';
  background: #efefef;
  width: 200vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
.conseils:after{
  content: '';
  background: #efefef;
  width: 200vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
.conseils .thumbnail-video .content-video{
  overflow: hidden;
}
.conseils iframe{
  transform: scale(1.1);
}
.conseils h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  color: #003567;
  margin: 0 0 55px 0;
}
/* teaser conseils et vidéos */
.thumbnail-advice .caption,
.thumbnail-video .caption{
  padding: 25px 0;
}
.thumbnail-video .caption{
  position: absolute;
}
.thumbnail-advice .caption h4,
.thumbnail-video .caption h4{
  font-size: 14px;
  line-height: 1.2;
  color: #999999;
  text-transform: none;
  margin: 0 0 5px 0;
  transform: rotate(0.03deg);
}
.thumbnail-advice .caption h4:after,
.thumbnail-video .caption h4:after{
  display: none !important;
}
.thumbnail-advice .caption h3,
.thumbnail-video .caption h3{
  margin: 0;
}
.thumbnail-advice .caption h3 a,
.thumbnail-video .caption h3{
  font-size: 20px;
  line-height: 1.3;
  color: #313131;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 25px 0;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.thumbnail-advice .caption h3 a:hover,
.thumbnail-advice .caption h3 a:focus{
  color: #000;
}
.thumbnail-advice .caption p,
.thumbnail-video .caption p{
  font-size: 16px;
  line-height: 1.6;
  max-width: 80%;
}
.thumbnail-advice .caption p a,
.thumbnail-video .caption p a{
  margin-top: 25px;
}
.thumbnail-video .over a{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 15px;
  display: block;
  text-indent: -9999px;
}
.thumbnail-video .over a:before{
  content: '';
  background-image: url('../img/icons/player-white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 48px;
  height: 48px;
}
@media(max-width: 991px){
  .thumbnail-advice .caption p,
  .thumbnail-video .caption p{
    max-width: 100%;
  }
}
@media(max-width: 767px){
  .conseils{
    padding: 35px 0 25px;
  }
  .conseils h2{
    margin: 0 0 30px 0;
  }
  .thumbnail-video .over a{
    height: 180px;
  }
  .thumbnail-video .caption{
    position: static;
  }
}
/**/

/*** Votre sélection du moment ***/
.selection{
  padding: 50px 0 10px;
}
.selection h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  color: #003567;
  margin: 0 0 65px 0;
}
@media(max-width: 991px) and (min-width: 768px){
  .selection .node-couteau.node-teaser{
    width: 50%;
  }
}
@media(max-width: 767px){
  .selection{
    padding: 35px 0 25px;
  }
  .selection h2{
    margin: 0 0 30px 0;
  }
}
/**/

/*** liens de partage intro ***/
.social-share{
  margin-top: 15px;
}
.social-share > ul.nav{
  margin-right: 0 !important;
}
.social-share > ul.nav > li{
  padding: 0 0 0 40px;
}
.social-share > ul.nav > li a i{
  color: #003567;
  font-size: 1.4em;
}
.social-share > ul.nav > li.dropdown a.sharrre,
.social-share > ul.nav > li.dropdown a.dropdown-toggle{
  padding: 0;
  width: 24px;
  height: 24px;
  background: transparent;
}
.social-share > ul.nav > li.dropdown a.dropdown-toggle span{
  width: 24px;
  height: 24px;
}
.social-share > ul.nav > li.dropdown a span.glyphicon-link:before{
  content: '';
  background-image: url('../img/icons/link-blue-3.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -11px 0 0 -11px;
}
.social-share .dropdown-menu{
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 0;
  border-radius: 0;
  top: 45px;
  right: -18px;
}
.social-share .dropdown-menu:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 2;
}
.social-share .dropdown-menu:after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #e6e6e6 transparent;
  position: absolute;
  top: -11px;
  right: 19px;
  z-index: 1;
}
.social-share .dropdown-menu li{
  padding: 0;
}
.social-share .dropdown-menu li a{
  font-size: 14px;
  color: #999999;
  display: block;
  width: 100%;
  height: auto;
  min-width: 220px;
  padding: 15px 18px;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}
.social-share .dropdown-menu li a:hover,
.social-share .dropdown-menu li a:focus{
  color: #003567;
}
.social-share .dropdown-menu li a i{
  filter: brightness(350%) grayscale(100%);
  transition: filter 0.3s ease 0s;
  -webkit-transition: filter 0.3s ease 0s;
}
.social-share .dropdown-menu li a:hover i,
.social-share .dropdown-menu li a:focus i{
  filter: none;
}
.social-share .dropdown-menu li a span{
  padding-left: 10px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.node-couteau-full .social-share > ul.nav > li a i{
  padding-top: 8px;
}
.node-couteau-full .social-share > ul.nav > li.dropdown a.dropdown-toggle span{
  margin-top: 8px;
}
@media(max-width: 991px) and (min-width: 768px){
  .social-share > ul.nav > li{
    padding: 0 0 0 20px;
  }
}
@media(max-width: 767px){
  .social-share{
    margin-top: 0;
  }
  .social-share > ul.nav{
    margin-bottom: 20px;
  }
  .social-share > ul.nav > li{
    display: inline-block;
    padding: 15px 15px 0 15px;
  }
}
/************************/
/*** Listing produit ***/
/**********************/
#block-opinel-search-intro{
  padding: 0 0 40px 0;
  border-bottom: 1px solid #e6e6e6;
}
/* filtres gauche */
.filtres #block-opinel-search-menu h2.block-title{
  margin: 0;
  padding: 21.5px 0;
  font-size: 20px;
  line-height: 1;
  color: #313131;
  border-bottom: 1px solid #e6e6e6;
  width: calc(100% + 30px);
  transform: rotate(0.03deg);
}
.filtres #block-opinel-search-menu h2.block-title:after{
  display: none;
}
.filtres #block-opinel-search-menu ul.menu{
  padding: 20px 0 30px 0;
}
.filtres #block-opinel-search-menu ul.menu li a{
  font-size: 16px;
  line-height: 1.3;
  color: #6a6a6a;
  text-decoration: none;
  padding: 10px 0;
  background: transparent;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.filtres #block-opinel-search-menu ul.menu li a span{
  color: #c9c9c9;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.filtres #block-opinel-search-menu ul.menu li a.active,
.filtres #block-opinel-search-menu ul.menu li a.active span{
  color: #003567;
}
.filtres #block-opinel-search-menu ul.menu li a:hover,
.filtres #block-opinel-search-menu ul.menu li a:focus,
.filtres #block-opinel-search-menu ul.menu li a:hover span,
.filtres #block-opinel-search-menu ul.menu li a:focus span{
  color: #313131;
}
.filtres .block-facetapi h4.block-title{
  padding: 16.5px 0;
  font-size: 20px;
  line-height: 1;
  color: #313131;
  border-bottom: 1px solid #e6e6e6;
  text-transform: none;
  transform: rotate(0.03deg);
  width: calc(100% + 30px);
}
.filtres #block-opinel-search-menu ~ .block-facetapi{
  overflow: hidden;
}
.filtres #block-opinel-search-menu ~ .block-facetapi > h4.block-title{
  font-size: 18px;
  color: #313131;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e6e6e6;
  text-transform: none;
  transform: rotate(0.03deg);
}
.filtres .block-facetapi h4.block-title:after{
  display: none;
}
.filtres .block-facetapi ul{
  padding: 5px 0 30px;
  margin: 0;
}
.filtres .block-facetapi ul li{
  padding: 0 0 10px;
}
.filtres .block-facetapi ul li input{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: solid 1px #c8c8c8;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  transition: border 0.3s ease 0s;
  -webkit-transition: border 0.3s ease 0s;
}
.filtres .block-facetapi ul li:hover input,
.filtres .block-facetapi ul li:focus input{
  border: solid 1px #6a6a6a;
}
.filtres .block-facetapi ul li label{
  display: none;
}
.filtres .block-facetapi ul li input{
  margin-right: 10px;
  margin-top: -2px;
}
.filtres .block-facetapi ul li input[checked]:before{
  content: '';
  background: url('../img/icons/checkboxe.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 16px;
  height: 16px;
  margin: -1px 0px 0 -1px;
}
.filtres .block-facetapi ul li,
.filtres .block-facetapi ul li a{
  font-size: 16px;
  color: #6a6a6a;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px 0 0;
  margin: -2px 0 0 0;
  vertical-align: middle;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.filtres .block-facetapi ul li:hover a,
.filtres .block-facetapi ul li:focus a{
  color: #313131;
}
.filtres .block-facetapi ul li a span.count{
  color: #c9c9c9;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.filtres .block-facetapi ul li:hover a span.count,
.filtres .block-facetapi ul li:focus a span.count{
  color: #313131;
}
/* xx articles */
#block-opinel-search-sort{
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 13px;
}
#block-opinel-search-sort .col-lg-4{
  float: right;
}
#block-opinel-search-sort .nb_results{
  font-size: 16px;
  color: #313131;
  padding: 0 15px 0 35px;
  margin-top: 20px;
  transform: rotate(0.03deg);
}
#block-opinel-search-sort .nb_results:before{
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -16px;
}
/* tri par : */
#block-opinel-search-sort .form-group{
  margin: 0;
}
#block-opinel-search-sort .form-type-select label{
  display: none;
}
#block-opinel-search-sort .form-type-select select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border-radius: 2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #e6e6e6;
  height: 37px;
  font-size: 16px;
  line-height: 1;
  color: #313131;
  transform: rotate(0.03deg);
  cursor: pointer;
  margin-top: 13px;
  background: white url('../img/icons/chevron-select-grey.svg');
  background-size: 11px 5px;
  background-position: 95% center;
  background-repeat: no-repeat;
}
/* Liste de résultats */
.search-results{
  overflow: auto;
  margin: 0 -15px;
}
@media(max-width: 1199px) and (min-width: 768px){
  .filtres{
    display: block !important;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .search-results .node-couteau.node-teaser{
    width: 50%;
  }
}
@media(max-width: 1199px){
  .filtres .block-facetapi ul li{
    padding: 0 0 20px;
  }
  .filtres #block-opinel-search-menu ~ .block-facetapi > h4.block-title{
    width: 100%;
  }
}
@media(max-width: 767px){
  #filters-btn{
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    color: #313131;
    font-size: 16px;
    transform: rotate(0.03deg);
    margin: 20px 0;
    padding: 6px 50px 6px 16px;
    width: 100%;
    text-align: left;
  }
  #filters-btn:after{
    content: '';
    background-image: url('../img/icons/chevron-select-grey.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2.5px;
    right: 15px;
    width: 12px;
    height: 5px;
    transform: rotate(180deg);
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
  }
  #filters-btn.collapsed:after{
    transform: rotate(0deg);
  }
  .filtres #block-opinel-search-menu h2.block-title{
    padding: 0 0 15px;
    width: auto;
  }
  .filtres #block-opinel-search-menu ul.menu,
  .filtres .block-facetapi ul{
    padding: 5px 0 10px;
  }
  #block-opinel-search-sort .nb_results{
    width: 100%;
    padding: 0 15px;
    margin: 0;
    text-align: right;
  }
  #block-opinel-search-sort .nb_results:before{
    display: none;
  }
  #block-opinel-search-sort .col-lg-4{
    float: none;
    display: inline-block;
    width: 100%;
  }
  #opinel-search-sort-form .row{
    display: flex;
    flex-direction: column;
  }
  #opinel-search-sort-form .row > .col-lg-4{
    order: 1;
  }
  #opinel-search-sort-form .row > .nb_results{
    order: 2;
  }
  #block-opinel-search-sort .form-group{
    margin: -20px 0 20px;
  }
}

/**************************/
/***** FICHE PRODUIT *****/
/************************/
.node-type-couteau .breadcrumb,
#product-info .product-info-content{
  margin-top: 50px;
}
#product-info .product-info-content h1{
  font-size: 32px;
  line-height: 1.3;
  margin: 0;
  transform: rotate(0.03deg);
}
#product-info .product-info-content h1:after{
  display: none !important;
}
/* Vote */
.product-info-content .comments_blk,
.product-info-content .partage{
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}
.product-info-content .comments_blk{
  width: 66%;
}
.product-info-content .partage{
  width: 100%;
}
.product-info-content .comments_blk ~ .partage{
  width: 32%;
}
.product-info-content .comments_blk .etoile{
  margin-top: 30px;
}
.product-info-content .comments_blk .commentaire{
  font-size: 14px;
  line-height: 26px;
  color: #003567;
  margin-top: 5px;
  transform: rotate(0.03deg);
}
.product-info-content .comments_blk .etoile .star:first-of-type{
  margin-left: 0;
}
/* Partage */
.product-info-content .social-share > ul.nav > li{
  padding-left: 20px;
}
@media(max-width: 1199px) and (min-width: 992px){
  .product-info-content .social-share > ul.nav > li{
    padding-left: 12px;
  }
}
@media(max-width: 991px){
  .product-info-content{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width: 767px){
  .node-type-couteau .breadcrumb,
  #product-info .product-info-content{
    padding: 0;
  }
  #product-info .product-info-content{
    margin-top: 10px;
  }
  .product-info-content .comments_blk,
  .product-info-content .partage{
    width: 100% !important;
  }
  .product-info-content .social-share > ul.nav > li{
    padding-top: 0;
  }
}
/* Prix + Livraison */
.price-delivery{
  padding: 0 15px;
  overflow: auto;
}
.price-delivery .prix{
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  margin:20px 0 0;
  padding: 20px 0 0;
}
.price-delivery .prix .price{
  width: 40%;
  margin: 0;
  font-size: inherit !important;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.price-delivery .prix .price .old-price{
  font-size: 18px !important;
}
.price-delivery .prix .form-item-quantity{
  width: 60%;
  margin: 0;
  float: right;
  text-align: right;
}
.price-delivery .prix .price span{
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  display: inline-block;
  transform: rotate(0.03deg);
}
.price-delivery .prix .price sup{
  font-size: 17px;
  transform: rotate(0.03deg);
  display: inline-block;
  top: -8px;
  left: -4px;
}
.info-delivery{
  font-size: 14px;
  line-height: 1.2;
  color: #999999;
  transform: rotate(0.03deg);
  clear: both;
  margin-top: -10px;
  max-width: 50%;
}

/* Bientôt disponible, pas de stock */
.no-stock{
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 20px !important;
  transform: rotate(0.03deg);
  margin: 5px 0 30px !important;
}
/* Message alert rupture de stock */
.alert-stock{
  background-color: #f7f7f6;
  border: 1px solid #ededed;
  padding: 30px;
  margin: 0 0 20px 0;
}
.alert-stock p{
  text-align: left;
  margin-bottom: 20px;
  transform: rotate(0.03deg);
}
.alert-stock .form-item-email{
  width: calc(100% - 105px);
  float: left;
}
.alert-stock input{
  border-radius: 0px;
  height: 40px;
  box-shadow: none;
  font-size: 16px;
}
.alert-stock button{
  font-weight: normal;
  padding: 10px 20px !important;
  height: 43px;
  margin: 1px 0 0 0 !important;
}
.alert-stock button div{
  display: none !important;
}
.alert-stock #edit-message{
  margin-bottom: 0px;
}
.alert-stock .alert-warning,
.alert-stock .alert-success{
  margin: 15px 0 0 0;
  width: 100%;
}
@media(max-width: 1199px){
  .alert-stock{
    padding: 25px;
  }
  .alert-stock .form-item-email {
    width: calc(100% - 94px);
  }
  .alert-stock input{
    font-size: 14px;
  }
  .alert-stock button{
    padding: 10px 15px !important;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .no-stock{
    font-size: 16px !important;
  }
  .alert-stock .form-item-email {
    width: 100%;
  }
  .alert-stock input{
    font-size: 16px;
  }
  .alert-stock button{
    padding: 10px 20px !important;
    font-size: 16px;
    width: 100%;
  }
}
/**/

/* Bouton +/- */
.form-item-quantity .btn-group{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
.form-item-quantity button{
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.form-item-quantity button.btn-moins{
  border-radius: 3px 0 0 3px;
  padding: 0;
  border: none;
  height: 42px;
  width: 48px;
  display: block;
  text-indent: -9999px;
  position: relative;
  border-top: solid 1px #e5e5e6;
  border-bottom: solid 1px #e5e5e6;
  border-left: solid 1px #e5e5e6;
}
.form-item-quantity button.btn-moins:before{
  content: '';
  background-image: url('../img/icons/moins-panier.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.form-item-quantity button.btn-plus{
  border-radius: 3px 3px 0 0;
  padding: 0;
  border: none;
  height: 42px;
  width: 48px;
  display: block;
  text-indent: -9999px;
  position: relative;
  border-top: solid 1px #e5e5e6;
  border-bottom: solid 1px #e5e5e6;
  border-right: solid 1px #e5e5e6;
  float: right;
}
.form-item-quantity button.btn-plus:before{
  content: '';
  background-image: url('../img/icons/plus-panier.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.form-item-quantity button:hover,
.form-item-quantity button:focus{
  background: #f9f9f9;
  box-shadow: none;
}
.form-item-quantity input{
  font-family: 'MaisonNeueDemi';
  font-size: 18px;
  background: white !important;
  width: 50px !important;
  height: 42px !important;
  margin: 0 !important;
  text-align: center !important;
  box-shadow: none !important;
  border:none !important;
  border-top: solid 1px #e5e5e6 !important;
  border-bottom: solid 1px #e5e5e6 !important;
  display: inline-block;
  pointer-events: none;
  padding-top: 5px;
}
.form-item-quantity button.btn-moins[disabled="disabled"]{
  opacity: 1;
}
.form-item-quantity button.btn-moins[disabled="disabled"]:before{
  opacity: 0.3;
}
#product-info .commerce-add-to-cart button[type="submit"]{
  clear: both;
  width: 100%;
  margin: 20px 0;
  font-size: 20px;
  padding: 17px 0;
}
#product-info .commerce-add-to-cart button[disabled="disabled"]{
  transform: rotate(0.03deg);
}

/* Personnaliser votre opinel */
.product-info-price{
  padding: 0 15px;
  overflow: auto;
}
.product-info-price a.link-engraving:before{
  content: '';
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: -20px;
  left: 0;
}
.product-info-price a.link-engraving{
  color: #003567;
  font-size: 16px;
  line-height: 1;
  padding: 20px 0px;
  margin: 20px 0 0 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #f9f9f9;
  border: solid 1px #e6e6e6;
  position: relative;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s, border 0.3s ease 0s;
}
.product-info-price a.link-engraving:after{
  content: '';
  background-image: url('../img/icons/sprite-arrows.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  width: 24px;
  height: 16px;
}
.product-info-price a.link-engraving:hover,
.product-info-price a.link-engraving:focus{
  text-decoration: none;
  border-color: #003567;
}
@media(max-width: 991px){
  .product-info-price{
    overflow: inherit;
  }
  .price-delivery .prix{
    padding: 0;
    margin: 0;
    border: 0;
  }
  #product-info .commerce-add-to-cart:not(.affix){
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media(max-width: 767px){
  .product-info-price a.link-engraving{
    padding: 20px;
    text-align: left;
  }
  .product-info-price a.link-engraving:after{
    right: 25px;
  }
}
.product-info-price > p.text-center{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin: 10px 0;
  transform: rotate(0.03deg);
}
/* infos complementaires */
.product-info-price .infos-comp{
  border-top: 1px solid #e6e6e6;
  padding: 25px 0;
}
.product-info-price .infos-comp ul li{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  padding-bottom: 6px;
  transform: rotate(0.03deg);
}
.product-info-price .infos-comp ul li:last-of-type{
  padding-bottom: 0;
}
/* cartes de paiement */
.product-info-price .paiement-cartes{
}
.product-info-price .paiement-cartes > img{
  margin-right: 24px;
  max-width: 55px;
}
.product-info-price .paiement-cartes > img:last-of-type{
  margin-right: 0px;
}

/* Image produit */
#product-info .zoom-container{
  margin: 40px 0 0 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
#product-info .zoom-container img{
  max-height: 700px;
  width: auto;
  margin: auto;
}
#product-info .gallery-thumbs{
  float: left;
  margin: 40px -15px 20px;
  width: 100%;
}
#product-info .gallery-thumbs > div{
  display: table-cell;
  max-width: 170px;
  vertical-align: top;
}
#product-info .gallery-thumbs > div div{
  padding: 0 15px;
}
#product-info .gallery-thumbs a{
  float: none;
  width: 100% !important;
  padding: 0;
  margin: 30px 15px 30px 0;
  filter: none;
}
#product-info .gallery-thumbs a:before{
  display: none;
}
#product-info .gallery-thumbs a.has-video img{
  filter: brightness(90%);
  transition: filter 0.3s ease 0s;
  -webkit-transition: filter 0.3s ease 0s;
}
#product-info .gallery-thumbs a.has-video:hover img,
#product-info .gallery-thumbs a.has-video:focus img{
  filter: brightness(80%);
}
#product-info .gallery-thumbs a.has-video:before{
  display: block;
  content: '';
  background: url('../img/icons/player-white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
#product-info .gallery-thumbs a:after{
  display: none;
}
#product-info .gallery-thumbs a.active:after{
  content: '';
  display:block;
  background: #003567;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  top: inherit;
  left: 0;
  z-index: 1;
}
#product-info .gallery-thumbs a.custom img{
  width: 100%;
}
@media(min-width: 992px){
  #product-info .zoom-container iframe{
    height: 367px;
  }
}
@media(max-width: 1199px) and (min-width: 992px){
  #product-info .zoom-container iframe{
    height: 302px;
    width: 100%;
  }
}
@media(max-width: 1199px){
  #product-info .gallery-thumbs > div div{
    padding: 0 5px;
  }
}
@media(max-width: 991px){
  #product-info .zoom-container{
    margin-bottom: 30px !important;
  }
  #product-info .zoom-container-control.right{
    padding: 50px;
    margin-top: -50px;
    margin-right: -50px;
  }
  #product-info .zoom-container-control.left{
    padding: 50px;
    margin-top: -50px;
    margin-left: -50px;
  }
  #product-info .zoom-container-control span.glyphicon:before{
    content: '';
    background-image: url('../img/icons/chevron-left-bleu.png');
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    width: 14px;
    height: 24px;
  }
  #product-info .zoom-container-control.right span.glyphicon:before{
    background-image: url('../img/icons/chevron-right-bleu.png');
  }
  #product-info .zoom-container img{
    display: table-cell !important;
    opacity: 1 !important;
  }
  #product-info .zoom-container .zoom-video[style*="block"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #product-info .zoom-container .zoom-video[style*="block"] iframe{
    width: 100%;
    height: 100%;
  }
}
/* description produit */
.product-description-text{
  margin: 35px 0 0 0;
  padding: 0 0 0 15px;
}
.product-caracteristiques{
  margin: 35px 0 0 0;
  padding: 0 15px 0 0;
}
.product-description-text .description-produit{
  padding: 50px 100px 0 0;
  border-top: 1px solid #efefef;
}
.description-produit .text *,
.product-description-text .description-produit .text *{
  font-size: 18px !important;
  line-height: 1.56 !important;
  color: #313131 !important;
  font-family: 'MaisonNeueBook' !important;
  margin: 0 !important;
  background: transparent !important;
}
.product-caracteristiques .bloc-carac{
  padding: 0;
}
.product-caracteristiques .bloc-carac #accordion > div:first-of-type{
  padding-top: 30px;
}
.product-caracteristiques .bloc-carac #accordion > div dt{
  margin-left: 30px;
}
.description-produit h2{
  color: #313131;
  font-size: 26px !important;
  line-height: 36px;
  margin: 0 0 35px 0 !important;
  transform: rotate(0.03deg);
}
.description-produit .text{
  color: #313131;
  font-size: 16px;
  line-height: 28px;
  transform: rotate(0.03deg);
}
/* bloc caractéristiques */
dl#accordion{
  margin: 0;
}
dl#accordion .panel{
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding:0;
  margin-top: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid #E6E6E6;
}
dl#accordion .panel:last-of-type{
  border-bottom: 0;
}
dl#accordion .panel dd:before{
  display: none;
}
dl#accordion .panel dt{
  margin-top: 0px;
}
dl#accordion .panel dt a{
  text-decoration: none;
  padding: 25px 0 20px;
  display: block;
  position: relative;
}
dl#accordion .panel dt a:before{
  content: '';
  background-image: url('../img/icons/icon-chevron-down-grey.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
}
dl#accordion .panel dt a.collapsed:before{
  background-image: url('../img/icons/icon-chevron-down-grey.png');
  transform: translateY(-50%) rotate(0deg);
}
dl#accordion .panel dt h3{
  margin: 0;
}
.bloc-carac .texte-description{
  margin: 0 15px;
}
.bloc-carac .texte-description h3{
  color: #313131;
  font-size: 16px;
  line-height: 1.6;
  font-weight: normal;
  transform: rotate(0.03deg);
  padding-left: 30px;
}
.bloc-carac .texte-description h3:before{
  content: '';
  background-image: url('../img/icons/ico-blade.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}
.bloc-carac .texte-description dt:nth-of-type(2) h3:before{
  background-image: url('../img/icons/ico-steel.png');
}
.bloc-carac .texte-description dt:nth-of-type(3) h3:before{
  background-image: url('../img/icons/ico-wood.png');
}
.bloc-carac .texte-description p{
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  border-bottom: 1px solid #E6E6E6;
  padding: 10px 20px 30px 30px;
}
.bloc-carac .texte-description dd:last-of-type p{
  border-bottom: 0px;
}
@media(min-width: 992px){
  .product-caracteristiques{
    border-top: 1px solid #efefef;
  }
}
@media(max-width: 991px){
  .product-caracteristiques .bloc-carac #accordion > div:first-of-type{
    border-top: 1px solid #efefef;
    padding-top: 0;
    margin-top: 30px;
  }
  .product-caracteristiques .bloc-carac #accordion > div dt{
    margin-left: 0;
  }
  .product-caracteristiques{
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .product-caracteristiques .bloc-carac{
    padding: 0;
  }
  .description-produit{
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #e6e6e6;
  }
}
@media(max-width: 767px){
  .product-caracteristiques{
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}

/*** Product for you / Vous aimerez aussi ***/
.product-foryou{
  position: relative;
}
.product-foryou h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
}
.product-foryou h2:after{
  display: none !important;
}
.product-foryou .bestof{
  position: relative;
  border-top: 0;
}
.product-foryou .bestof:before{
  content: '';
  background: #efefef;
  width: 200vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
@media(max-width: 767px){
  .product-foryou{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e6e6e6;
  }
  .product-foryou h2{
    position: static;
    font-size: 30px;
  }
  .product-foryou .bestof{
    margin: 0;
    padding: 0 0 20px;
  }
  .product-foryou .bestof:before{
    display: none;
  }
  .product-foryou .bestof .section-title{
    margin-bottom: 10px;
  }
  .product-foryou .bestof .section-title .pull-right{
    float: none !important;
  }
}
/**/

/*** Commentaires ***/
/* quand pas de vidéos */
.product-comments:last-of-type{
  margin-bottom: -30px;
}
.product-comments{
  background: #f9f9f9;
  margin: 0 calc(50% - 50vw);
  z-index: 0;
  padding: 60px 0;
  position: relative;
}
.product-comments:before{
  content: '';
  background: #e6e6e6;
  width: 200vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
.product-comments:after{
  content: '';
  background: #e6e6e6;
  width: 200vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
#comments{
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
#comments h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 44px;
  transform: rotate(0.03deg);
  margin: 0 0 30px;
  float: left;
}
#comments h2.block-title:after{
  display: none;
}
#comments .pull-right a.btn{
  padding: 12px 36px;
}
#comments .pull-right a.btn img{
  display: none;
}
#comments .row{
  clear: both;
}
/* bouton afficher/masquer commentaires */
#comments .comment-btn-toggle{
  position: relative;
  bottom: -30px;
  outline: none;
  z-index: 30;
}
/* Votes */
.fivestar-oxygen div.fivestar-widget-static .star,
.fivestar-oxygen div.fivestar-widget-static .star span.off{
  background: url('../img/icons/heart-grey.svg') !important;
  background-size: 100%;
  width: 20px !important;
  height: 15px !important;
}
.fivestar-oxygen div.fivestar-widget-static .star span.on{
  background: url('../img/icons/heart-blue.svg') !important;
  background-position: initial;
  background-size: 100%;
  width: 20px !important;
  height: 15px !important;
}
/* commentaire */
.comment{
  font-size: 16px;
  color: #313131;
  line-height: 1.6;
  margin: 30px 0;
  transform: rotate(0.03deg);
}
.comment .comment-subject{
  font-size: 20px;
}
.comment .comment-author{
  margin-bottom: 20px;
}
.comment .comment-date{
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
}
.comment .field-name-field-vote{
  margin-bottom: 20px;
}
/* Commentaires masqués */
#comments-list{
  background: #ffffff;
  margin: 0 calc(50% - 50vw);
  padding: 50px 0;
  position: relative;
  margin-bottom: -60px;
}
#comments-list:after{
  content: '';
  background: #e6e6e6;
  width: 200vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
#comments-list .comment{
  width: 1170px;
  margin: 0 auto;
  padding: 35px 0;
  border-bottom: 1px solid #e6e6e6;
}
#comments-list .comment:last-of-type{
  border-bottom: 0;
}
/* Ajout commentaire */
#comments-add{
  clear: both;
  width: 50%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#comments-add form{
  margin-bottom: 30px;
}
#comments-add h3{
  font-size: 20px;
  line-height: 1.2;
  color: #313131;
  margin: 30px 0 10px 0;
  transform: rotate(0.03deg);
}
#comments-add div[id*="author"]{
  font-size: 16px;
  line-height: 1.2;
  color: #313131;
  margin-bottom: 10px;
  transform: rotate(0.03deg);
}
#comments-add div[id*="author"] a{
  color: #003567;
  text-decoration: none;
  border-bottom: 1px solid #003567;
}
#comments-add #edit-field-vote label{
  font-size: 16px;
  color: #313131;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(0.03deg);
}
#comments-add #edit-field-vote .form-type-select{
  display: inline-block;
  vertical-align: middle;
}
/* Votes */
.fivestar-widget .star,
.fivestar-widget-static .star{
  margin: 0 5px 0 0;
}
.fivestar-widget .star,
.fivestar-widget .star a{
  background: url('../img/icons/heart-grey.svg') !important;
  background-size: 100%;
  width: 20px !important;
  height: 15px !important;
}
.fivestar-widget .star.hover a,
.fivestar-widget .star.on a{
  background: url('../img/icons/heart-blue.svg') !important;
  background-position: initial;
  background-size: 100%;
  width: 20px !important;
  height: 15px !important;
}
/* boutons */
#comments-add button[id*="cancel"]{
  background: #D9D9D9;
  margin-left: 20px;
}
#comments-add button[id*="cancel"]:hover,
#comments-add button[id*="cancel"]:focus{
  background: #999999;
}
@media(max-width: 1199px){
  #comments{
    width: 970px;
  }
  #comments-list .comment{
    width: 970px;
  }
}
@media(max-width: 991px){
  #comments{
    width: 750px;
  }
  #comments-list .comment{
    width: 750px;
  }
}
@media(max-width: 767px){
  .product-comments{
    padding: 30px 15px;
  }
  #comments{
    width: 100%;
    margin: 0;
  }
  #comments h2{
    font-size: 30px;
    margin-right: 30px;
  }
  #comments > .pull-right{
    float: left !important;
  }
  #comments .comment-btn-toggle{
    padding: 10px 20px;
    bottom: 0;
  }
  #comments .comment-btn-toggle img{
    width: 20px;
  }
  #comments-list{
    margin: -22px calc(50% - 50vw);
  }
  #comments-list .comment{
    width: 100%;
    padding: 15px;
  }
  #comments-add{
    width: 100%;
  }
}
/**/

/*** Push grande image ***/
.product-article{
  margin: 0 calc(50% - 50vw);
}
.product-article .item{
  min-height: 600px;
  background-size: 100%;
  background-position: center;
  background-color: #003567;
}
.product-article .content{
  margin: 0 auto;
  width: 1170px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
}
.product-article .content .categorie h4{
  font-size: 18px;
  color: white;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: none;
  font-weight: normal;
  transform: rotate(0.03deg);
}
.product-article .content .categorie h4:after{
  display: none;
}
.product-article .content .title a{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 52px;
  line-height: 1.2;
  color: white;
  max-width: 90%;
  text-decoration: none;
}
.product-article .content .more-info a.btn{
  margin-top: 50px;
}
@media(max-width: 1199px){
  .product-article .content{
    width: 970px;
  }
  .product-article .item{
    min-height: 500px;
  }
  .product-article .content{
    bottom: inherit;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media(max-width: 991px){
  .product-article .content{
    width: 750px;
  }
  .product-article .item{
    min-height: 420px;
  }
}
@media(max-width: 767px){
  .product-article .content{
    width: 100%;
  }
  .product-article .item{
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .product-article .content{
    padding: 0 30px;
  }
  .product-article .content .categorie h4{
    font-size: 15px;
  }
  .product-article .content .title a{
    font-size: 30px;
  }
  .product-article .content .more-info a.btn{
    margin-top: 30px;
  }
}
/**/

/*** Fiche produit barre produit sticky ***/
.product-add-cart-sticky.hidden{
  opacity: 0;
  pointer-events: none;
  transition: none;
  -webkit-transition: none;
}
.product-add-cart-sticky{
  background: white;
  border-top:1px solid #e6e6e6;
  height: 100px;
  display: block !important;
  visibility: visible !important;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
}
.product-add-cart-sticky .container{
  width: 1170px;
  height: 100%;
}
.product-add-cart-sticky .container .row{
  position: relative;
  height: 100%;
}
.product-add-cart-sticky .col-sm-4{
  height: 100%;
  width: 24%;
  position: absolute;
  left: 16.66666667%;
}
.product-add-cart-sticky .title{
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  position: relative;
  top: 50%;
  display: inline-block;
  transform: rotate(0.03deg) translateY(-50%);
}
.product-add-cart-sticky .product-cart-img{
  padding-top: 5px;
}
.product-add-cart-sticky .col-sm-6{
  position: absolute;
  right: 25px;
  width: 360px;
  bottom: 8px;
  padding: 0;
}
.product-add-cart-sticky .col-sm-6 p{
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #999;
}
#product-info .commerce-add-to-cart{
  transition: opacity 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s;
}
#product-info .commerce-add-to-cart.affix{
  z-index: 1050;
  width: auto;
  max-width: 700px;
  right: calc((100vw - 1170px)/2);
  bottom: 30px;
  animation: apparition;
  animation-duration: 1s;
}
@keyframes apparition {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#product-info .commerce-add-to-cart.affix > div{
  display: flex;
  flex-direction: row;
}
#product-info .commerce-add-to-cart.affix > div .price{
  order: 1;
  width: 320px;
  margin-top: 7px;
  margin-right: 10px;
  text-align: right;
}
#product-info .commerce-add-to-cart.affix > div .form-item-quantity{
  order: 2;
  width: 330px;
  margin: 0 30px 0 0;
}
#product-info .commerce-add-to-cart.affix > div button.form-submit{
  order: 3;
  font-size: 16px;
  padding: 10px 40px;
  margin: 0;
}
@media(max-width: 1199px){
  .product-add-cart-sticky .container{
    width: 970px;
  }
  .product-add-cart-sticky .product-cart-img{
    padding-top: 12px;
  }
  .product-add-cart-sticky .col-sm-4{
    padding-left: 0;
  }
  .product-add-cart-sticky .title{
    font-size: 16px;
  }
  #product-info .commerce-add-to-cart.affix{
    width: 600px;
    right: calc((100vw - 970px)/2);
    bottom: 33px;
  }
  #product-info .commerce-add-to-cart.affix > div .price{
    width: 250px;
  }
  #product-info .commerce-add-to-cart.affix > div .price span{
    font-size: 24px;
  }
  #product-info .commerce-add-to-cart.affix > div .price sup{
    font-size: 14px;
  }
  #product-info .commerce-add-to-cart.affix > div .form-item-quantity{
    margin: 0 20px 0 0;
  }
  .product-add-cart-sticky .col-sm-6{
    right: 15px;
    width: 310px;
    bottom: 10px;
  }
}
@media(max-width: 991px){
  .product-add-cart-sticky{
    height: 80px;
  }
  .product-add-cart-sticky .container{
    width: 750px;
  }
  .product-add-cart-sticky .product-cart-img{
    padding-top: 16px;
  }
  #product-info .commerce-add-to-cart.affix{
    width: 400px;
    right: calc((100vw - 750px)/2);
    bottom: 20px;
  }
  #product-info .commerce-add-to-cart.affix > div button.form-submit{
    padding: 10px 0;
    max-width: 160px;
    height: 40px;
  }
  #product-info .commerce-add-to-cart.affix > div .form-item-quantity{
    margin-right: 10px;
  }
  #product-info .commerce-add-to-cart.affix > div .price{
    margin-right: 0;
  }
  #product-info .commerce-add-to-cart.affix .form-item-quantity button.btn-moins,
  #product-info .commerce-add-to-cart.affix .form-item-quantity button.btn-plus{
    width: 38px;
  }
  .form-item-quantity input{
    width: 40px;
    font-size: 16px;
  }
  #product-info .commerce-add-to-cart.affix > div .price span{
    font-size: 20px;
  }
  #product-info .commerce-add-to-cart.affix > div .price sup {
    font-size: 11px;
  }
  .product-add-cart-sticky .col-sm-4{
    width: 30%;
  }
  .product-add-cart-sticky .col-sm-6{
    width: 170px;
    bottom: 4px;
  }
  .product-add-cart-sticky .col-sm-6 p{
    font-size: 12px;
  }
}
@media(max-width: 767px){
  #product-info .commerce-add-to-cart.affix,
  .product-add-cart-sticky{
    display: none;
  }
}

/*** Sélection de recette ***/
.product-recettes{
  margin: 50px 0;
}
.product-recettes h4{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  color: #003567;
  margin: 0 30px 60px 0;
  text-transform: none;
}
.product-recettes h4:after{
  display: none !important;
}
.product-recettes .pull-left{
  width: 75%;
}
.product-recettes .pull-right{
  width: 25%;
}
.product-recettes .pull-right a{
  font-size: 14px;
  line-height: 1.3;
  color: #003567;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  float: right;
  margin: 15px 0 0 0;
  transform: rotate(0.03deg);
  padding: 11px 30px 11px 0;
  transform: rotate(0.03deg);
}
.product-recettes .pull-right a:after{
  content: '';
  background-image: url('../img/icons/control-right-bleu.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -5.5px;
  width: 14px;
  height: 11px;
}
.product-recettes .container{
  margin: 0 -15px;
}
.product-recettes .item .title a{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0 10px;
  transform: rotate(0.03deg);
}
.product-recettes .item .description{
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  margin: 0 0 30px;
  transform: rotate(0.03deg);
}
@media(max-width: 767px){
  .product-recettes{
    margin: 30px 0;
  }
  .product-recettes .pull-left,
  .product-recettes .pull-right{
    float: none !important;
    width: 100%;
    overflow: auto;
  }
  .product-recettes h4{
    margin: 0;
    font-size: 30px;
  }
  .product-recettes .pull-right a{
    margin: 20px 0;
    float: left;
  }
  .product-recettes .container{
    padding: 0 15px !important;
  }
}

/*** Blocs Vidéos ***/
.product-videos{
  position: relative;
  padding: 100px 0;
  margin: 0 -15px -30px;
}
.product-videos:before{
  content: '';
  background: #003567;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}
/*.product-videos:before {
  content: '';
  background: #efefef;
  width: 200vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}*/
.product-videos .content-video{
  overflow: hidden;
}
.product-videos .item{
  position: relative;
}
@media(min-width: 768px){
  .product-videos .item.col-sm-6{
    padding: 0 30px;
  }
  .product-videos .item.col-sm-6 iframe{
    width: 100%;
    height: 304px;
  }
  .product-videos .item.col-sm-6 img{
    height: 304px;
    max-width: inherit;
    width: auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
@media(min-width: 768px){
  .product-videos .item.col-sm-12{
    width: 70%;
    float: none;
    margin: 0 auto;
  }
  .product-videos .item.col-sm-12 iframe{
    width: 100%;
    height: 456px;
  }
  .product-videos .item.col-sm-12 img{
    height: 456px;
    max-width: inherit;
    width: auto;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.product-videos .item .over a{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 15px;
  display: block;
  text-indent: -9999px;
}
.product-videos .item .over a:before{
  content: '';
  background-image: url('../img/icons/player-white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 48px;
  height: 48px;
}
@media(max-width: 1199px){
  .product-videos .container{
    padding: 0 15px;
  }
}
@media(max-width: 1199px) and (min-width: 768px){
  .product-videos .item.col-sm-6{
    padding: 0 15px;
  }
  .product-videos .item.col-sm-6 iframe,
  .product-videos .item.col-sm-6 img{
    height: 256px;
  }
  .product-videos .item.col-sm-12 iframe,
  .product-videos .item.col-sm-12 img{
    height: 365px;
  }
}
@media(max-width: 991px){
  .product-videos{
    padding: 50px 0;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .product-videos .item.col-sm-6 iframe,
  .product-videos .item.col-sm-6 img{
    height: 194px;
  }
  .product-videos .item.col-sm-12{
    width: 85%;
  }
  .product-videos .item.col-sm-12 iframe,
  .product-videos .item.col-sm-12 img{
    height: 342px;
  }
}
@media(max-width: 767px){
  .product-videos{
    padding: 30px 15px;
  }
  .product-videos iframe{
    transform: none;
    width: 100%;
  }
  .product-videos .item.col-sm-6:first-of-type{
    margin-bottom: 30px;
  }
}

/**********************/
/*** Opinel et moi ***/
/********************/
.opinel-moi .row:last-of-type .col-sm-3{
  padding: 65px 15px;
  margin-left: -20px;
}
.opinel-moi .row:last-of-type .col-sm-9{
  padding: 65px 15px;
}
.opinel-moi .row:last-of-type .col-sm-3 ul li a{
  font-size: 16px;
  line-height: 1.2;
  color: #999999;
  padding: 18px 22px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.opinel-moi .row:last-of-type .col-sm-3 ul li:last-child a{
  border-bottom: 0;
}
.opinel-moi .row:last-of-type .col-sm-3 ul li a:hover,
.opinel-moi .row:last-of-type .col-sm-3 ul li a:focus{
  color: #6a6a6a;
}
.opinel-moi .row:last-of-type .col-sm-3 ul li a.active{
  color: #003567;
}
/* teaser article */
.opinel-moi .grid-item{
  margin-bottom: 60px !important;
}
.opinel-moi .grid-item .photo{
  overflow: hidden;
}
.opinel-moi .grid-item .photo a img{
  transform: scale(1);
  transition: transform 1.5s ease 0s;
  -webkit-transition: transform 1.5s ease 0s;
}
.opinel-moi .grid-item .photo a:hover img,
.opinel-moi .grid-item .photo a:focus img{
  transform: scale(1.05);
}
.opinel-moi .grid-item .category a{
  font-size: 14px;
  line-height: 26px;
  color: #999;
  margin: 0;
  padding: 20px 0 0 0;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.opinel-moi .grid-item .title a{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.opinel-moi .grid-item .title a:hover,
.opinel-moi .grid-item .title a:focus{
  color: #003567;
}
@media(max-width: 991px){
  .opinel-moi .row:last-of-type .col-sm-3{
    padding:30px 15px;
  }
  .opinel-moi .row:last-of-type .col-sm-9{
    padding:30px 0;
  }
  .opinel-moi .row:last-of-type .col-sm-9 .container-fluid{
    margin: 0 -15px;
    padding: 0;
  }
}
@media(max-width: 767px){
  .opinel-moi .row:last-of-type .col-sm-3{
    padding: 0 15px;
  }
  .opinel-moi .row:last-of-type .col-sm-9{
    padding: 15px;
  }
  .opinel-moi .grid .grid-item{
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}
/**/

/************************/
/*** Page de recette ***/
/**********************/
article.node-advice.row .row{
  margin: 0;
}
/* liste des ingrédients */
.items-ingredients{
  padding: 15px;
}
.items-ingredients h2{
  font-size: 26px;
  line-height: 36px;
  color: #313131;
  transform: rotate(0.03deg);
  display: inline-block;
  margin: 0;
}
.items-ingredients .fiche-pratique{
  float: right;
  padding: 0;
}
.items-ingredients ul{
  clear: both;
  columns: 2;
  margin: 50px 80px;
}
.items-ingredients ul li{
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #313131;
  text-indent: -27px;
  padding-left: 20px;
  padding-right: 80px;
  padding-bottom: 15px;
  transform: rotate(0.03deg);
}
/* préparation */
.node-advice .preparation .col-sm-12{
  padding: 0;
}
.node-advice .preparation h4{
  font-family: 'MaisonNeueBook' !important;
  color: #313131;
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 0 60px;
  margin: 0 0 40px 0;
  position: relative;
}
.preparation h4:first-of-type{
  margin-top: 70px;
}
.preparation h4 span{
  color: #313131;
  background-color: #EFEFEF;
  font-size: 18px;
  padding: 10px 0;
  position: absolute;
  top: -10px;
  left: 0;
  width: 45px;
  height: 45px;
  transform: rotate(0.03deg);
  //border: solid 1px #4a4a4a;
  border-radius: 50%;
  text-align: center;
}
.preparation .description{
  padding: 0 150px 0 60px;
}
.preparation .description p{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
}
.paragraphs-item-etapes .field-type-paragraphs > .field-items > .field-item {
  margin-bottom : 0;
}
.paragraphs-item-etapes .field-type-paragraphs > .field-items > .field-item:last-child {
  margin-bottom : 45px;
}
.fiche-pratique{
  padding: 0 60px 30px;
}
.fiche-pratique a{
  margin: 0 15px;
}
.astuces-credits{
  padding: 60px 45px;
}
.node-advice .astuces-credits h2{
  font-family: 'MaisonNeueBook' !important;
  color: #313131 !important;
  font-size: 20px !important;
  margin: 0 0 35px 0;
  transform: rotate(0.03deg);
}
.astuces-credits p{
  color: #313131;
  font-size: 16px;
  line-height: 28px;
  padding-right: 20%;
  transform: rotate(0.03deg);
}
.node-advice .products{
  position: relative;
}
.node-advice .products h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  top: 78px;
  left: 30px;
}
.node-advice .products .bestof{
  border: none;
  padding-top: 0;
}
.node-advice .bestof img{
  margin: 0;
}
.node-advice .products h2{
  top: 30px;
}
.node-advice > div.row > div[itemprop="description"] p{
  margin: 40px 0;
}
.node-advice .paragraphs-item-temps,
.node-advice .paragraphs-item-temps .content{
  padding: 20px 0;
}
.node-advice .paragraphs-item-temps hr{
  border-top: 1px solid #e8e8e8;
  margin: 0;
}
.node-advice .paragraphs-item-produits .row{
  margin: 0 -15px !important;
}
.node-advice .paragraphs-item-produits .row > .col-xs-12 > h3{
  padding: 0 15px;
}
.node-advice .paragraphs-item-produits img{
  margin: 30px 0 0;
}
.node-advice .paragraphs-item-temps{
  margin: 0 15px;
}
.node-advice .paragraphs-item-temps .col-sm-6 img{
  margin: 0 10px 0 0;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.node-advice .paragraphs-item-temps .col-sm-6 div{
  font-size: 16px;
  line-height: 1.4;
  color: #313131;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(0.03deg);
}
.node-advice .paragraphs-item-image-large{
  margin: 0 calc(50% - 50vw);
  padding: 0;
  height: 35.71vw;
  overflow: hidden;
}
.node-advice .paragraphs-item-image-large img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width: 991px){
  .preparation h3:first-of-type{
    margin-top: 40px;
  }
  .preparation .description{
    padding: 0 50px 10px 60px;
  }
  .node-advice .products h2{
    top: 15px;
    left: 15px;
    max-width: 80%;
  }
  .node-advice .products .bestof{
    margin: 20px 0;
    padding: 0;
  }
  .preparation h3 span{
    top: 0;
    transform: rotate(0.03deg);
  }
  .node-advice .paragraphs-item-temps,
  .node-advice .paragraphs-item-temps .content{
    padding: 0;
  }
  .node-advice .paragraphs-item-temps .col-sm-6{
    padding: 15px;
  }
  .items-ingredients ul{
    margin: 30px 0;
  }
  .items-ingredients ul li{
    break-inside: avoid;
    padding-right: 10px;
  }
  .preparation h4:first-of-type{
    margin-top: 40px;
  }
}
@media(max-width: 767px){
  .items-ingredients .fiche-pratique{
    float: none;
  }
  .items-ingredients .fiche-pratique a{
    margin: 20px 0;
  }
  .items-ingredients ul{
    margin: 30px 0 0;
    columns: auto;
  }
  .preparation{
    padding: 0;
  }
  .preparation h3{
    font-size: 20px !important;
    margin: 0 0 20px;
    padding-left: 40px;
    transform: rotate(0.03deg);
  }
  .preparation h3 span{
    font-size: 14px;
    padding: 7px 0;
    width: 35px;
    height: 35px;
    left: -10px;
    top: 0;
    transform: rotate(0.03deg);
  }
  .preparation .description{
    padding: 0 10px 20px 0;
  }
  .fiche-pratique{
    padding: 0 15px 10px;
  }
  .fiche-pratique a{
    margin: 0;
  }
  .astuces-credits{
    padding: 20px 15px;
  }
  .astuces-credits .col-sm-6{
    padding: 0;
  }
  .astuces-credits .col-sm-6:first-of-type{
    margin-bottom: 30px;
  }
  .astuces-credits{
    padding: 15px 0;
  }
  .astuces-credits p{
    padding: 0;
  }
  .node-advice .products h2{
    position: static;
    font-size: 28px;
    line-height: 1.2;
    padding: 10px 15px;
  }
  .node-advice .products .bestof{
    margin: 0;
    padding: 0;
  }
  .node-advice .products .bestof .section-title{
    margin: 0;
    padding: 10px 15px;
  }
  .node-advice .products .bestof .section-title .pull-right{
    float: none !important;
  }
  .node-advice .paragraphs-item-image-large{
    height: auto;
    overflow: visible;
  }
  .node-advice .paragraphs-item-image-large img{
    position: static;
    transform: none;
  }
  .node-advice .paragraphs-item-temps .col-sm-6{
    text-align: center;
  }
  .node-advice .paragraphs-item-temps .col-sm-6 img{
    display: block;
    margin: 15px auto;
  }
  .node-advice .paragraphs-item-temps .col-sm-6 div{
    display: block;
  }
  .paragraphs-item-etapes .field-type-paragraphs > .field-items > .field-item:last-child{
    margin-bottom: 0;
  }
}


/*******************/
/**** WYSIWYG *****/
/*****************/
.node-page .columns h2{
  color: #313131;
  font-size: 26px;
  line-height: 36px;
  margin: 10px 0 30px;
  transform: rotate(0.03deg);
}
.node-page .entry h2,
.node-page .field-name-body h2{
  color: #313131;
  font-size: 26px;
  line-height: 36px;
  margin: 30px 0 15px;
  transform: rotate(0.03deg);
}
.node-page .entry h3,
.node-page .field-name-body h3{
  color: #313131;
  font-size: 22px;
  line-height: 1.3;
  transform: rotate(0.03deg);
}
.node-page .entry p,
.node-page .field-name-body p,
.node-page .info-shipping p,
.node-page .field-name-body article p,
.node-page .field-name-body article div{
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  transform: rotate(0.03deg);
}
.node-page .entry ul,
.node-page .field-name-body ul{
  padding-left: 20px;
}
.node-page .entry li,
.node-page .field-name-body li{
  font-size: 16px;
  line-height: 1.3;
  padding-bottom: 10px;
  text-indent: -10px;
  transform: rotate(0.03deg);
}
.node-page .entry li:last-child,
.node-page .field-name-body li:last-child{
  padding-bottom: 0;
}
.node-page .entry li:before,
.node-page .field-name-body li:before{
  content: " • ";
}
.node-page .entry p a,
.node-page .field-name-body p a,
.node-page .field-name-body div a{
  color: #003567;
  text-decoration: none;
  border-bottom: 1px solid #003567;
}
.node-page .field-name-body img{
  margin: 15px 0;
}
@media(max-width: 767px){
  .node-page .columns{
    column-count: initial;
  }
  .node-page .field-name-body img{
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
}
.node-advice img{
  margin: 30px 0;
}
.node-advice{
  margin-bottom: 30px;
}
.node-advice p{
  margin-bottom: 10px;
}
.node-advice ol{
  counter-reset: li;
}
.node-advice ul li,
.node-advice ol li{
  font-size: 18px;
  line-height: 28px;
  display: block;
  transform: rotate(0.03deg);
}
.node-advice ul li:before{
  content: '• ';
  margin: 0 5px 0 10px;
}
.node-advice ol li:before{
  counter-increment : li;
  content: counter(li)".";
  margin: 0 10px;
}
.node-advice h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.5;
  color: #003567;
}
.node-advice h3{
  font-size: 26px;
  line-height: 1.5;
  color: #313131;
}
.node-advice h4{
  font-family: 'MaisonNeueDemi' !important;
  font-size: 20px;
  line-height: 25px;
  color: #313131;
  text-transform: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
.node-advice h4:after{
  display: none;
}
@media(max-width: 767px){
  .node-advice iframe,
  .node-page iframe{
    width: 100%;
  }
  .node-advice h2{
    font-size: 25px;
    line-height: 1.2;
  }
}
/* texte seul */
.paragraphs-item-texte{
  max-width: 970px;
  margin: 0 auto;
}
/* img + titre + texte */
.paragraphs-item-image-100-titre-texte-bouton{
  margin: 45px 0;
  overflow: auto;
}
.paragraphs-item-image-100-titre-texte-bouton .field-name-field-pr-photo{
  padding: 0 15px;
}
.paragraphs-item-image-100-titre-texte-bouton .row:last-of-type{
  margin: 45px 0 !important;
}
.paragraphs-item-image-100-titre-texte-bouton .field-name-field-pr-title{
  font-size: 26px;
  line-height: 1.3;
  color: #313131;
  margin-bottom: 15px;
}
.paragraphs-item-image-100-titre-texte-bouton .field-name-field-pr-texte{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
}
.paragraphs-item-image-100-titre-texte-bouton .field-name-field-pr-lien a{
  border-radius: 0;
  background: #003567;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 1;
  margin: 40px 0 0 0;
  padding: 10px 36px;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  outline: none;
}
.paragraphs-item-image-100-titre-texte-bouton .field-name-field-pr-lien a:hover,
.paragraphs-item-image-100-titre-texte-bouton .field-name-field-pr-lien a:focus{
  background: #313131;
  outline: none;
}
@media(max-width: 767px){
  .paragraphs-item-image-100-titre-texte-bouton{
    margin: 30px 0;
  }
  .paragraphs-item-image-100-titre-texte-bouton .row:last-of-type{
    margin: 15px 0 !important;
  }
}
/**/

/* img seule */
.paragraphs-item-image-large{
  position: relative;
  margin: 0;
  padding: 0 15px;
}
.paragraphs-item-image-large .field-type-image{
  margin-bottom: 30px;
}
.paragraphs-item-image-large img{
  margin: 0;
}
@media(max-width: 767px){
  .paragraphs-item-image-large{
    margin: 30px 0;
  }
}

/* petite image legende + texte */
/*.paragraphs-item-image-3-colonnes-legende-texte{
  margin: 45px -100px;
  overflow: auto;
}
.paragraphs-item-image-3-colonnes-legende-texte img{
  margin: 0;
}*/
.paragraphs-item-image-3-colonnes-legende-texte img{
  margin-top: 0;
}
.paragraphs-item-image-3-colonnes-legende-texte .field-name-field-pr-description,
.paragraphs-item-image-large .field-name-field-pr-texte {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  margin: 15px 0;
  display: inline-block;
  transform: rotate(0.03deg);
}
.node-advice .paragraphs-item-image-large .field-name-field-pr-texte {
  position: absolute;
  bottom: -30px;
  left: 15px;
  margin: 0;
}
@media(max-width: 1400px){
  .paragraphs-item-image-3-colonnes-legende-texte{
    margin: 45px -50px;
  }
}
@media(max-width: 1300px){
  .paragraphs-item-image-3-colonnes-legende-texte{
    margin: 45px -30px;
  }
}
@media(max-width: 1250px){
  .paragraphs-item-image-3-colonnes-legende-texte{
    margin: 45px 0px;
  }
}
@media(max-width: 767px){
  .paragraphs-item-image-3-colonnes-legende-texte{
    margin: 30px 0;
  }
}
table#t-repr  {
  border-top:1px solid #e5eff8;
  border-right:1px solid #e5eff8;
  margin:1em 2em;
  border-collapse:collapse;
}
table#t-repr tr  {
  background-color: #fff;
  padding: 10px;
}
table#t-repr tr.odd {
  background:#f7fbff
}
table#t-repr th  {
  border-bottom:1px solid #e5eff8;
  border-left:1px solid #e5eff8;
  padding:.3em 1em;
  text-align:left;
  font-weight: 100;
}
table#t-repr td  {
  border-bottom:1px solid #e5eff8;
  border-left:1px solid #e5eff8;
  padding:.3em 1em;
  text-align:left;
}
.webks-responsive-table dl {
  margin: 10px 0 10px 0;
}
.webks-responsive-table dt {
  padding: 15px 10px;
  background-color:#F2F2F2;
  display: block;
  width: 100%;
}
.webks-responsive-table dd {
  margin: 0 0 10px 0;
  padding: 15px 10px;
  display: block;
}

/******************************************************************************************************************************************/
/******************************************************************************************************************************************/

/**********************/
/*** CUSTOMISATION ***/
/********************/
/* choix emplacement sur couteau */
#product-custom .product-custom-btn-edit span{
  padding:0 14px 0 !important;
  transition:all 0.35s ease 0s;
}
#product-custom .product-custom-btn-edit:hover span,
#product-custom .product-custom-btn-edit:hover span{
  background-color:#003567;
}
#product-custom .product-custom-btn-edit span:before{
  line-height: 49px;
}
#product-custom .text-center h2{
  font-size: 18px;
  margin: 0 0 30px 0 !important;
  transform: rotate(0.03deg);
}
/* bouton AIDE */
#product-custom-lastline a.btn-help{
  border:1px solid white;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 20px;
  transition:all 0.35s ease 0s;
}
#product-custom-lastline a.btn-help:hover,
#product-custom-lastline a.btn-help:focus{
  background-color:rgba(255,255,255,0.1) !important;
}
/* bouton Valider votre gravure + Fermer */
#product-custom-buttons{
  padding-right: 0px;
}
#product-custom-buttons button.btn-voir,
#product-custom-buttons button.btn-valider,
#product-custom-buttons button.btn-delete,
#product-custom-buttons button.btn-annuler{
  border: none;
  width: auto;
  padding: 10px 30px !important;
}
#product-custom-buttons button.btn-voir div.ajax-progress,
#product-custom-buttons button.btn-valider div.ajax-progress,
#product-custom-buttons button.btn-delete div.ajax-progress,
#product-custom-buttons button.btn-annuler div.ajax-progress{
  margin: 0 0 0 8px;
}
/* TEXT - choix typographie et champ texte*/
#product-custom-form[encoding^=multipart] #customize-opinel{
  display: none;
}
#product-custom-forms .col-sm-4{
  padding-bottom: 0px;
}
#product-custom-forms #edit-style .form-type-radio{
  margin-bottom: 30px !important;
}
#product-custom-forms #edit-style .form-type-radio label{
  padding: 0 !important;
  font-size: 30px;
  color: inherit;
  transform: none;
}
#product-custom-forms #edit-logo .panel-title,
#product-custom-forms #edit-style .panel-title,
#product-custom-forms #edit-textes .panel-title{
  font-size: 18px;
  text-transform: none;
  width: 100%;
  transform: rotate(0.03deg);
}
#product-custom .panel-heading::before{
  content: none !important;
}
#product-custom-forms #edit-style .panel-title:before,
#product-custom-forms #edit-style .panel-title:after{
  content: "";
  background-color:#999999;
  height: 1px;
  width: 40%;
  position: absolute;
  left: 0px;
  top:13px;
}
#product-custom-forms #edit-style .panel-title:after{
  left: inherit;
  right: 0px;
}
#product-custom-forms #edit-textes .panel-title:before,
#product-custom-forms #edit-textes .panel-title:after{
  content: "";
  background-color:#999999;
  height: 1px;
  width: 35%;
  position: absolute;
  left: 0px;
  top:16px;
}
#product-custom-forms #edit-textes .panel-title:after{
  left: inherit;
  right: 0px;
}
#product-custom-forms #edit-logo .panel-title:before,
#product-custom-forms #edit-logo .panel-title:after{
  content: "";
  background-color:#999999;
  height: 1px;
  width: 36%;
  position: absolute;
  left: 0px;
  top:16px;
}
#product-custom-forms #edit-logo .panel-title:after{
  left: inherit;
  right: 0px;
}
#product-custom-forms #edit-textes .panel-body{
  margin-top: 20px;
}
#product-custom-forms #edit-textes .panel-body .form-type-textfield .legend{
  display: inline-block;
  font-size: 15px;
  margin:-10px -10px 0 0;
  float: right;
}
#product-custom-forms #edit-textes .panel-body .form-type-textfield .legend span{
  padding: 0 8px 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Conduit', 'Conduit ITC W01 Regular', sans-serif;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
  top: -1px;
  font-size: 20px;
}
#product-custom-forms #edit-textes .form-type-textfield input {
  padding: 2px 0 0 12px !important;
  height: 45px;
  color: #313131;
  font-size: 15px;
  transform: rotate(0.03deg);
}
#product-custom-forms #edit-textes .form-type-textfield span button{
  border:0;
  height: 45px;
  background: white !important;
  padding:10px 33px 9px 10px !important;
  border-radius: 0px;
  transition: all 0.35s ease 0s;
}
#product-custom-forms #edit-textes .form-type-textfield span button span{
  color: transparent;
  top:3px;
  left: 3px;
}
#product-custom-forms #edit-textes .form-type-textfield span button span:before{
  content: "";
  background-image:url('../img/icons/icon-close-grey.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  opacity: 0.7;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
#product-custom-forms #edit-textes .form-type-textfield span button:hover span:before,
#product-custom-forms #edit-textes .form-type-textfield span button:focus span:before{
  opacity: 1;
}
#product-custom-forms #edit-logo .panel-body button#edit-logo-file-remove-button,
#product-custom-forms #edit-logo .panel-body button#edit-logo-file-upload-button{
  border-radius: 0px;
  border:1px solid #aeaeae;
  text-transform: uppercase;
  padding:0.95em;
  transition:all 0.35s ease 0s;
}
#product-custom-forms #edit-logo .panel-body #edit-logo-file-upload .file{
  padding:0.3em 0 0.3em 10px !important;
  text-align: left;
}
#product-custom-forms #edit-logo .panel-body button#edit-logo-file-remove-button:hover,
#product-custom-forms #edit-logo .panel-body button#edit-logo-file-remove-button:focus,
#product-custom-forms #edit-logo .panel-body button#edit-logo-file-upload-button:hover,
#product-custom-forms #edit-logo .panel-body button#edit-logo-file-upload-button:focus{
  background-color: rgba(255,255,255,0.1) !important;
}
#product-custom-forms #edit-logo .form-type-checkbox{float: left;}
#product-custom-forms #edit-logo .form-type-checkbox input{
  position: static;
  float: left;
  margin: 8px 10px 0 0;
}
#product-custom-forms #edit-logo .form-type-checkbox label{
  padding:0px;
  float: left;
}

/* gravure en cours */
#product-custom .loading{
  font-size: 18px !important;
  bottom: -10px !important;
  transform: rotate(0.03deg);
}

/* Modal customisation alert */
#modalcustom .modal-content{
  border-radius: 0px;
}
#modalcustom .modal-header{
  border-bottom: 0px;
  padding: 30px 30px 0;
  text-align: center;
}
#modalcustom .modal-header .close{
  opacity: 1;
}
#modalcustom .modal-header h4{
  font-size: 26px;
  color: #313131;
  text-transform: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
#modalcustom .modal-header h4:after{
  display: none;
}
#modalcustom .modal-footer{
  border-top: 0px;
  padding: 0 30px 30px;
}
#modalcustom .modal-footer a.btn{
  font-weight: normal !important;
  text-shadow: none !important;
  opacity: 1;
}
@media(max-width: 991px){
  #product-custom #product-custom-btn-edit-0{top:2px !important;}
  #product-custom #product-custom-btn-edit-1{bottom:-3px !important;}
  #product-custom #product-custom-btn-edit-2{top:-18px !important;}
  #product-custom #product-custom-btn-edit-3{bottom:16px !important;}
  #product-custom-image{margin-bottom: 0px !important;}
  #product-custom-forms .col-sm-8{width: 100% !important;}
  #product-backhelp-buttons button{font-size: 16px; padding:10px 15px 7px 33px !important; margin-top: 20px !important}
  #product-backhelp-buttons button::before{margin-top:-3px; margin-left: -20px; margin-right: 8px;}
  #product-backhelp-buttons a{font-size: 16px !important; padding-left: 15px !important; padding-right: 15px !important;}
  #product-custom-buttons .btn-valider{padding-left: 15px !important; padding-right: 15px !important; font-size: 16px !important;}
  #product-custom-buttons .btn-annuler{padding-left: 15px !important; padding-right: 15px !important; font-size: 16px !important;}
  #product-info div.col-sm-4{margin-top: 0px !important;}
  #product-custom-forms #edit-textes .form-type-textfield input{width: 87%;}
  #product-custom-forms #edit-textes .panel-title::before{width: 28%;}
  #product-custom-forms #edit-textes .panel-title::after{width: 28%;}
  #product-custom-forms #edit-style .panel-title::before{width: 37%;}
  #product-custom-forms #edit-style .panel-title::after{width: 37%;}
  #product-custom-forms #edit-logo .panel-title::before{width: 33%}
  #product-custom-forms #edit-logo .panel-title::after{width: 33%}
}

@media(max-width: 767px){
  .product-custom-wrapper.with_logo #product-custom-choice{top:0px !important;}
  #product-custom-legend{top: 150px !important; margin-bottom: 0px !important;}
  #product-custom-buttons{padding:0 15px;}
  #product-custom-forms .col-sm-4{width: 100% !important; padding:15px !important;}
  #product-custom-forms #edit-textes .form-type-textfield input{margin-left: 10px; width: 82%;}
  #product-custom-forms #edit-logo .panel-title::before{width: 20%;}
  #product-custom-forms #edit-logo .panel-title::after{width: 20%;}
  #edit-logo-file-upload-button{margin-top:0px !important; width: 100px !important;}
  #product-custom-forms #edit-textes .form-type-textfield span button{margin-top: 0px !important;}
  #product-backhelp-buttons button{padding-left: 13px !important;}
  #product-backhelp-buttons button div:nth-of-type(1)::before{left: 29px;}
  #product-custom-forms #edit-textes .panel-body .form-type-textfield .legend{margin:-10px 70px 0 0;}
  #product-custom .loading{bottom: 0px !important;;}
}

@media(max-width:550px){
  .product-custom-wrapper.with_logo #product-custom-choice{top:0px !important;}
  #product-custom-forms #edit-textes .form-type-textfield span button{margin:0 !important;}
  #product-custom-summary p{text-align: center;}
  #product-custom-forms #edit-logo .panel-title::before{width: 15%;}
  #product-custom-forms #edit-logo .panel-title::after{width: 15%;}
  #edit-logo-file-upload{margin-left: 0px !important; width: 100% !important; font-size: 15px;}
  #product-custom .input-group-btn{display: inline-block !important; margin: 0 auto; text-align: center; width: 100%;}
  #edit-logo-file-upload-button{text-align: center; width: 150px !important;}
  #edit-textes #product-custom-forms #edit-textes .form-type-textfield input{width: 100% !important;}
  #edit-textes .input-group{margin:0 15px;}
  #product-custom-forms #edit-textes .form-type-textfield input{margin-left: 0px !important; width: 100% !important;}
  #product-custom-forms #edit-textes .panel-body .form-type-textfield .legend{margin:10px 0 0 20px; float: none;}

  #product-custom-forms #edit-logo .form-type-checkbox input{left: 0; margin:8px 0 0; position: absolute;}
  #product-custom-forms #edit-logo .form-type-checkbox label{margin-left: 30px;}
  .product-custom-wrapper.with_logo .or{
    font-size: 170%;
  }
}

/* retouche customisation */
#product-custom{
  z-index: 9999;
}
#product-custom .modal-lg .modal-body{
  margin-top: 0;
}
#product-custom #product-custom-forms{
  margin: 0;
}
#product-custom .col-sm-4{
  padding: 0 30px !important;
}
#product-custom #product-custom-lastline .col-sm12{
  display: none;
}
#product-custom .form-type-radio{
  width: 25% !important;
}
@media(min-width: 1200px) and (max-height: 875px){
  #product-custom-preview{
    width: 80%;
    margin: 0 auto;
  }
}
@media(max-width: 1199px){
  #product-custom-preview{
    margin: 0;
  }
}
@media(max-width: 1400px){
  #product-custom #product-custom-forms,
  #product-custom #product-custom-lastline{
    width: 960px;
    margin: 0 auto !important;
  }
}
@media(max-width: 991px){
  #product-custom #product-custom-forms,
  #product-custom #product-custom-lastline{
    width: 750px;
  }
  #product-backhelp-buttons{
    width: 40%;
  }
  #product-custom-buttons{
    width: 60%;
    padding-right: 30px;
  }
}
@media(max-width: 767px){
  #product-custom #product-custom-forms,
  #product-custom #product-custom-lastline,
  #product-backhelp-buttons,
  #product-custom-buttons{
    width: 100%;
  }
  #product-custom .form-type-radio{
    padding: 0 0 15px !important;
  }
  #product-custom #edit-textes .input-group{
    margin: 0;
  }
  #product-custom-forms #edit-textes .form-type-textfield input{
    width: calc(100% - 45px) !important;
  }
  #product-custom .input-group-btn{
    width: 45px;
  }
  #product-custom-buttons{
    padding: 0 30px;
  }
  #product-custom #product-custom-buttons .btn{
    margin: 15px 0 !important;
    width: 100%;
  }
}
/*******************/
/**** SEARCH ******/
/*****************/
#search{
  z-index: 99999 !important;
  height: 100vh !important;
  position: relative;
  background: #fff !important;
}
#search .search_wrapper{
  padding: 0 !important;
}
#search .search_wrapper_header{
  background: #003567;
  height: 110px;
  position: relative;
}
#search .search_wrapper_header img{
  position: absolute;
  left: 16vw;
  top: 30px;
  width: 135px;
}
#search .search_wrapper_header .close{
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16vw;
  width: 32px;
  height: 32px;
}
#search .search_wrapper_header .close:before{
  content: '';
  background: url('../img/icons/close-white-search.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  width: 32px;
  height: 32px;
}
#search .search_wrapper_header .close span{
  text-indent: -9999px;
  display: block;
}
#search .search_wrapper_body{
  width: calc(100% - 32vw);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#search .search_wrapper_body .title-search{
  font-size: 14px;
  color: #999;
  display: inline-block;
  transform: rotate(0.03deg);
}
#search .search_wrapper_body input{
  height: 80px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #313131;
  font-size: 46px;
  transform: rotate(0.03deg);
  padding: 0;
}
#search .search_wrapper_body input::-webkit-input-placeholder{color: #313131; font-size: 46px;}
#search .search_wrapper_body input::-moz-placeholder{color: #313131; font-size: 46px;}
#search .search_wrapper_body input:-ms-input-placeholder{color: #313131; font-size: 46px;}
#search .search_wrapper_body input:-moz-placeholder{color: #313131; font-size: 46px;}

#search .search_wrapper_body button{
  text-indent: -9999px;
  display: block;
  background: #003567;
  border-radius: 50px;
  padding: 5px 15px;
  color: white;
  border:none;
  box-shadow: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
#search .search_wrapper_body button i{
  display: none;
}
#search .search_wrapper_body button:before{
  content: 'Pressez la touche entrée';
  display: block;
  text-indent: 0;
}
html[lang="en-en"] #search .search_wrapper_body button:before{
  content: 'Press enter';
}
html[lang="it"] #search .search_wrapper_body button:before{
  content: 'Premere il tasto Invio';
}
html[lang="es"] #search .search_wrapper_body button:before{
  content: 'Presione la tecla enter';
}
#search .search_wrapper_body button:hover,
#search .search_wrapper_body button:focus{
  background: #313131;
}
#search .quick-links{
  position: absolute;
  bottom: 0;
  width: calc(100% - 32vw);
  left: 50%;
  transform: translateX(-50%);
  padding: 0 20px 50px 20px;
}
#search .quick-links ul li{
  display: inline-block;
}
#search .quick-links ul li.first{
  color: #313131;
  font-size: 16px;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  border-right: 1px solid #e6e6e6;
  display: inline-block;
  transform: rotate(0.03deg);
}
#search .quick-links ul li a{
  color: #313131;
  font-size: 16px;
  text-decoration: none;
  padding: 0 30px 0 0;
  display: inline-block;
  transform: rotate(0.03deg);
}
@media(max-width: 1199px){
  #search .search_wrapper_header img{
    left: 30px;
  }
  #search .search_wrapper_header .close{
    right: 30px;
  }
  #search .search_wrapper_body{
    width: 100%;
    padding: 0 30px !important;
  }
  #search .quick-links{
    width: 100%;
    padding: 0 30px 40px;
  }
}
@media(max-width: 767px){
  #search{
    box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    min-height: 600px;
    height: calc(100vh + 96px) !important;
  }
  #search .search_wrapper_header{
    height: 100px;
  }
  #search .search_wrapper_header img{
    top: 20px;
  }
  #search .search_wrapper_body{
    position: static;
    transform: none;
    padding: 30px !important;
  }
  #search .search_wrapper_body .input-group{
    display: block;
  }
  #search .search_wrapper_body input{
    height: 50px;
    font-size: 20px;
  }
  #search .search_wrapper_body input::-webkit-input-placeholder{font-size: 20px;}
  #search .search_wrapper_body input::-moz-placeholder{font-size: 20px;}
  #search .search_wrapper_body input:-ms-input-placeholder{ font-size: 20px;}
  #search .search_wrapper_body input:-moz-placeholder{font-size: 20px;}
  #search .search_wrapper_body button{
    margin-top: 20px;
  }
  #search .search_wrapper_body button:before{
    content: 'Rechercher';
  }
  html[lang="en-en"] #search .search_wrapper_body button:before{
    content: 'Search';
  }
  #search .quick-links{
    position: static;
    transform: none;
    margin-top: 30px;
  }
  #search .quick-links ul li.first{
    border:none !important;
    padding: 0 0 15px 0 !important;
    margin: 0 0 15px;
    color: #7d7d7d;
  }
  #search .quick-links ul li.first:after{
    content: '';
    background: #eee;
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #search .quick-links ul li{
    display: block !important;
    padding: 0 0 10px 0;
  }
}

/* Search result empty */
.page-search .alert-danger{
  display: block;
  font-size: 16px;
  transform: rotate(0.03deg);
  background: transparent;
  border: none;
  padding: 30px 0;
  margin: 0;
}
.page-search .alert-danger h4,
.page-search .alert-danger button{
  display: none;
}
.page-search .alert-danger
/*** Checkout ***/
.page-checkout{
  background: #fdfdfd;
}
.page-checkout .alert-danger{
  font-size: 16px;
  display: block;
  transform: rotate(0.03deg);
}
.page-checkout .panel-default{
  border-radius: 0px;
  border: none;
  background: white;
  padding: 0;
  margin: 0 0 30px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.page-checkout .panel-default:before{
  content: '';
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 75px;
  left: 0;
  z-index: 0;
}
.page-checkout .panel-default:after{
  content: '';
  background: #f9f9f9;
  width: 100%;
  height: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.page-checkout .panel-default .panel-heading{
  border: none;
  background: white;
  padding: 0;
  margin: 0;
}
.page-checkout .panel-default .panel-heading .panel-title{
  padding: 30px 30px 30px 115px;
  color: #313131;
  font-size: 20px;
  font-weight: normal;
  border: 1px solid #e6e6e6;
  position: relative;
  display: block;
  transform: rotate(0.03deg);
}
.page-checkout .panel-default .panel-heading .panel-title .number{
  font-size: 26px !important;
  color: #313131;
  font-weight: normal !important;
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 100%;
  padding: 25px 0;
  text-align: center;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
}
.page-checkout .panel-default .panel-heading .panel-title .number:after{
  display: none;
}
.page-checkout .panel-default .panel-body .alert-warning{
  font-size: 14px;
  line-height: 1;
  color: #856d42;
  letter-spacing: -0.1px;
  background: #fbf8e5;
  position: absolute;
  top: 7px;
  right: 30px;
  border-radius: 50px;
  border: none;
  padding: 10px 15px;
  display: inline-block;
  transform: rotate(0.03deg);
  z-index: 1;
  max-width: 550px;
}
/*.page-checkout .panel-default .panel-body .alert-warning.step5_info {
  top: 14px;
}*/
/* hack firefox */
@supports (-moz-appearance:meterbar) and (all:initial) {
  .page-checkout .panel-default .panel-body .alert-warning{
    top: -65px;
  }
}
.page-checkout .panel-default .panel-body{
  background: transparent;
  border: 1px solid #e6e6e6;
  border-top: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  overflow: auto;
  padding: 20px;
}
.page-checkout .panel-default .panel-body button.btn{
  z-index: 1;
  margin: 30px 0 0 0;
}
/* Votre adresse de livraison */
.page-checkout .panel-default .panel-body .form-item-billing-copy{
  margin: 26px 0 0 5px !important;
}
.page-checkout .panel-default .panel-body .form-item-billing-copy ~ div[id*="edit-billing-address"]{
  margin-top: 30px;
}
.page-checkout .panel-default .panel-body .tt-menu{
  border-radius: 0;
  border: solid 1px #e5e5e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  font-size: 14px;
  color: #555;
  margin: -1px 0 0 0;
  padding: 0;
}
.page-checkout .panel-default .panel-body .tt-menu .tt-suggestion{
  padding: 12px;
}
.page-checkout .panel-default .panel-body .tt-menu .tt-highlight{
  transform: rotate(0.03deg);
  display: block;
}

@media(max-width: 767px){
  .page-checkout .panel-default .panel-body .form-item-billing-copy{
    margin: 90px 0 -7px 5px !important;
  }
  .page-checkout .panel-default .panel-body .form-item-billing-copy input{
    margin-top: 2px !important;
  }
}
/* Choix de livraison */
.page-checkout .panel-default .panel-body .form-item-shipping-service{
  padding: 0 0 0 10px;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service:last-of-type{
  margin: 0 0 15px;
  border-bottom: 0;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio{
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin: 10px 0 0 0;
  cursor: pointer;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service label{
  display: inline-block !important;
  margin: 0 !important;
  transform: rotate(0.03deg);
  font-size: 16px;
  color: #313131;
  padding-left: 72px;
  min-height: 42px;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service label img{
  position: absolute !important;
  top: 50% !important;
  left: 8px !important;
  transform: translateY(-60%);
  float: left;
  width: 60px;
  height: auto;
  margin: 0;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block{
  margin: 0px !important;
  color: #999;
  position: absolute;
  top: 15px;
  right: 0;
  width: 100%;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block i{
  font-size: 14px;
  font-style: normal;
  left: 102px;
  position: absolute;
  margin-top: 10px;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block .pull-right{
  position: absolute;
  top: -15px;
  right: 0;
  background: #c9c9c9;
  color: white;
  letter-spacing: -0.1px;
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 50px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block .pull-right em{
  font-style: normal;
}
.page-checkout .panel-default .panel-body p.help-block.error,
.page-checkout .panel-default .panel-body .form-type-checkbox.error label{
  color: #a94442;
}
.page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block .pull-right.error{
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* Choix du point de retrait */
.page-checkout .panel-default.shipping_map_address .form-item-shipping-retrait{
  margin: 0;
}
.page-checkout .panel-default.shipping_map_address .panel-body button.btn{
  margin: 20px 20px 20px 0;
}
.page-checkout .panel-default.shipping_map_address .store_detail{
  padding: 20px !important;
}
.page-checkout .panel-default.shipping_map_address .store_detail .close{
  position: absolute;
  top: 17px;
  right: 20px;
  opacity: 1;
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
}
.page-checkout .panel-default.shipping_map_address .store_detail .content h4{
  color: #313131;
  font-size: 20px;
  margin: 0 20px 15px 0;
  text-transform: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
.page-checkout .panel-default.shipping_map_address .store_detail .content h4:after{
  display: none;
}
.page-checkout .panel-default.shipping_map_address .store_detail .content .list-group-item-text{
  margin-bottom: 10px;
}
.page-checkout .panel-default.shipping_map_address .store_detail .content .list-group-item-text p{
  font-size: 14px;
  line-height: 1.4;
}
.page-checkout .panel-default.shipping_map_address .store_detail .content .horaires{
  margin: 0 0 10px;
  font-size: 14px !important;
  line-height: 1.4 !important;
  display: inline-block;
  transform: rotate(0.03deg);
}
.page-checkout .panel-default.shipping_map_address .store_detail .content button.btn-retrait{
  margin: 0;
  font-size: 14px;
  background: #003567;
  color: white;
  border-radius: 0;
  padding: 5px 25px;
  display: inline-block;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.page-checkout .panel-default.shipping_map_address .store_detail .content button.btn-retrait:hover,
.page-checkout .panel-default.shipping_map_address .store_detail .content button.btn-retrait:focus{
  background: #313131;
}
.gm-style-mtc{
  display: none;
}

@media(max-width: 767px){
  .page-checkout .panel-default.shipping_map_address .store_detail{
    width: calc(100% - 30px) !important;
    top: 15px !important;
    right: 15px !important;
    padding: 15px !important;
  }
  #alert-retrait{
    margin-bottom: 0;
    width: 100%;
  }
  #tunnel_wrapper .map_wrapper,
  .map_wrapper .close_map{
    background-color: #003567 !important;
  }
  .map_wrapper .close_map a{
    position: relative;
    width: 100%;
    height: 24px;
    text-indent: -9999px;
    display: block;
    margin: 0;
    color: transparent;
  }
  .map_wrapper .close_map a:before{
    content: 'Choix du point de retrait';
    text-indent: 0;
    color: #fff;
    width: auto;
    display: block;
    text-align: left;
    font-size: 18px;
    margin: -6px 0 0px 5px;
    transform: rotate(0.03deg);
  }
  html[lang="en-en"] .map_wrapper .close_map a:before{
    content: 'Choosing store';
  }
  .map_wrapper .close_map a:after{
    content: '';
    background: url('../img/icons/ico-close-white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 20px;
  }
  .map_wrapper .ghost_map{
    background-color: rgba(255,255,255,0.9) !important;
    font-size: 22px !important;
    font-weight: normal !important;
    font-family: 'MaisonNeueDemi' !important;
    display: inline-block;
    transform: rotate(0.03deg) !important;
    padding: 50% 0 0 0 !important;
  }
  #tunnel_wrapper_wrapper div.custom-iw{
    box-shadow: -2px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
    background: white !important;
    border: none !important;
    border-radius: 0 !important;
    width: 80% !important;
    margin-top: 10px;
  }
  .custom-iw .infowind{
    padding: 10px;
  }
  .custom-iw h4{
    color: #313131;
    font-size: 20px;
    margin: 0 20px 15px 0;
    text-transform: none;
    display: inline-block;
    transform: rotate(0.03deg);
  }
  .custom-iw h4:after{
    display: none;
  }
  .custom-iw .list-group-item-text{
    margin-bottom: 10px;
  }
  .custom-iw .list-group-item-text p{
    font-size: 14px;
    line-height: 1.4;
  }
  .custom-iw .horaires{
    margin: 0 0 10px;
    font-size: 14px !important;
    line-height: 1.4 !important;
    display: inline-block;
    transform: rotate(0.03deg);
  }
  .custom-iw button.btn-retrait{
    margin: 0;
    font-size: 14px;
    background: #003567;
    color: white;
    border-radius: 0;
    padding: 5px 25px;
    display: inline-block;
    transform: rotate(0.03deg);
    transition: background 0.3s ease 0s;
    -webkit-transition: background 0.3s ease 0s;
  }
  .custom-iw button.btn-retrait:hover,
  .custom-iw button.btn-retrait:focus{
    background: #313131;
  }
  #tunnel_wrapper .choix_map{
    margin: 30px 0;
  }
}
/* indication progression */
#block-commerce-checkout-progress-indication li{
  display: table-cell;
  width: 1%;
  float: none;
  text-align: center;
  transform: rotate(0.03deg);
}
@media(max-width: 991px){
  #block-commerce-checkout-progress-indication li{
    font-size: 15px;
  }
}
@media(max-width: 767px){
  #block-commerce-checkout-progress-indication li{
    display: block;
    width: 100%;
    float: none;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* Récapitulatif du panier */
#tunnel_wrapper .view-commerce-cart-summary{
  margin-bottom: 10px;
}
#tunnel_wrapper .view-commerce-cart-summary .view-content{
  position: relative;
}
#tunnel_wrapper .view-commerce-cart-summary table{
  margin: -1px 0 0 0;
}
#tunnel_wrapper .view-commerce-cart-summary .commerce-order-handler-area-order-vat table{
  margin: 0 0 0 0;
}
#tunnel_wrapper .view-commerce-cart-summary table thead th{
  padding: 15px 30px;
  font-size: 16px;
  font-weight: normal;
  color: #313131;
  border-bottom: 1px solid #e6e6e6;
  transform: rotate(0.03deg);
}
#tunnel_wrapper .view-commerce-cart-summary table thead th:first-of-type{
  padding-left: 20px;
}
#tunnel_wrapper .view-commerce-cart-summary table thead th:before{
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#tunnel_wrapper .view-commerce-cart-summary table thead th:first-of-type:before{
  display: none;
}
#tunnel_wrapper .view-commerce-cart-summary table tbody td{
  padding: 15px 30px;
  font-size: 14px;
  line-height: 26px;
  color:#313131;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
  transform: rotate(0.03deg);
}
#tunnel_wrapper .view-commerce-cart-summary table tbody tr.odd td{
  background-color: #f9f9f9;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer table tbody tr.odd td{
  background-color: #ffffff;
  border-bottom: 0;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer table tbody tr.even td{
  background-color: #f9f9f9;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer{
  display: flex;
  flex-direction: column;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer > div.commerce-order-handler-area-order-total{
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer > div.commerce-order-handler-area-order-vat{
  margin-left: 50% !important;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer > div.commerce-order-handler-area-order-vat table tbody > tr:nth-child(odd) > td{
  background-color: #fff;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer > div.commerce-order-handler-area-order-vat table tbody > tr:nth-child(even) > td{
  background-color: #f9f9f9;
}
#tunnel_wrapper .view-commerce-cart-summary table tbody td em{
  color: #999;
  font-size: 14px;
  font-style: normal;
}
#tunnel_wrapper .view-commerce-cart-summary table thead th.views-field-quantity,
#tunnel_wrapper .view-commerce-cart-summary table tbody td.views-field-quantity{
  width: 100px;
}
#tunnel_wrapper .view-commerce-cart-summary table tbody td.views-field-custom-opinel-product-detail p{
  font-size: 14px;
}
#tunnel_wrapper .view-commerce-cart-summary table tbody td.views-field-custom-opinel-product-detail ul{
  margin: -2px 0 0 0;
}
#tunnel_wrapper .view-commerce-cart-summary table tbody td.views-field-custom-opinel-product-detail ul.list-custom li {
  border-bottom: 1px dashed #999;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#tunnel_wrapper .view-commerce-cart-summary table tbody td.views-field-custom-opinel-product-detail ul.list-custom li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#tunnel_wrapper .view-commerce-cart-summary table tbody td.views-field-custom-opinel-product-detail span{
  color: #999;
  font-size: 14px;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer table tbody td{
  padding: 7.5px 30px;
}
#tunnel_wrapper .view-commerce-cart-summary .view-footer .commerce-order-handler-area-order-total table tbody tr:last-of-type td{
  font-size: 18px;
}
#tunnel_wrapper fieldset[id*="edit-details"] p.help-block{
  margin: 0 !important;
}
@media(max-width: 991px){
  #tunnel_wrapper .view-commerce-cart-summary table thead th,
  #tunnel_wrapper .view-commerce-cart-summary table tbody td{
    padding: 15px 20px;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-footer table tbody td{
    padding: 7.5px 20px;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-footer table tbody tr:last-of-type td{
    padding: 12px 20px;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-footer > div.commerce-order-handler-area-order-vat{
    margin-left: 0 !important;
  }
}
@media(min-width: 992px) {
  #tunnel_wrapper .view-commerce-cart-summary .view-footer .commerce-order-handler-area-order-total {
    width: 50% !important;
    margin-left: 50% !important;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-footer .commerce-order-handler-area-order-vat {
    width: 50% !important;
    margin-left: 0% !important;
  }
}
@media(max-width: 767px){
  #tunnel_wrapper .view-commerce-cart-summary .view-content table tbody tr{
    border: none !important;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-content table tbody tr td{
    border: none !important;
    background: white !important;
    padding: 10px 20px 0 !important;
    width: 100%;
    font-size: 14px !important;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-content table tbody tr td:before {
    display: none;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-content table tbody tr td.views-field-commerce-total{
    background: #f9f9f9 !important;
    padding: 10px 20px !important;
    margin-top: 10px;
    font-size: 16px !important;
    border-top: 1px solid #e6e6e6 !important;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-footer table tbody tr:last-of-type td{
    padding: 12px 10px;
  }
  #tunnel_wrapper .view-commerce-cart-summary .view-footer table tbody td{
    padding: 7.5px 10px !important;
    width: 50% !important;
    border:none;
  }
}
/* Conditions générales de vente */
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv,
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv-gb{
  margin: 10px 0 20px 20px !important;
}
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv label,
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv-gb label{
  font-size: 16px;
  color: #313131;
}
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv label a,
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv-gb label a{
  color: #313131;
  text-decoration: none;
  border-bottom: 1px solid #313131;
}
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv.error label,
#tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv-gb.error label{
  color: #a94442;
}
@media(max-width: 767px){
  #tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv,
  #tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv-gb{
    margin: 0px 0 10px 0px !important;
  }
  #tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv input,
  #tunnel_wrapper fieldset[id*="edit-conditions"] .form-item-cgv-gb input {
    margin-top: 4px !important;
  }
}
/* Paiement */
.page-checkout .panel-default[id*="edit-paiement"]:before,
.page-checkout .panel-default[id*="edit-paiement"]:after{
  display: none;
}
#tunnel_wrapper fieldset[id*="edit-paiement"]{
  margin-bottom: 0;
}
#tunnel_wrapper fieldset[id*="edit-paiement"] .form-type-radio.form-item-payment-method{
  margin: 10px 20px 0px 20px !important;
}
#tunnel_wrapper fieldset[id*="edit-paiement"] .form-type-radio.form-item-payment-method img{
  max-width: 320px;
}
#tunnel_wrapper #payment-details{
  margin: 20px;
  display: inline-block;
  width: calc(100% - 40px);
}
#tunnel_wrapper #payment-details .form-item-credit-card-number input{
  max-width: 320px;
}
#tunnel_wrapper #payment-details .commerce-credit-card-expiration{
  margin-bottom: 0;
}
#tunnel_wrapper #payment-details .commerce-credit-card-expiration .form-type-select{
  display: inline-block;
  margin-bottom: 0;
}
#tunnel_wrapper #payment-details .commerce-credit-card-expiration span.commerce-month-year-divider{
  color: #313131;
  font-size: 16px;
  margin: 0 16px 0 11px;
  display: inline-block;
  transform: rotate(0.03deg);
}
#tunnel_wrapper #payment-details .commerce-credit-card-expiration .form-type-select select{
  width: 140px;
}
/* Procéder au paiement */
#tunnel_wrapper .checkout-buttons{
  margin: -31px 0 0 0 !important;
}
#tunnel_wrapper .checkout-buttons button{
  float: right;
  padding: 8px 25px;
}
@media(max-width: 767px){
  #tunnel_wrapper fieldset[id*="edit-paiement"] .form-type-radio.form-item-payment-method{
    margin: 10px 20px 0px 0px !important;
  }
  #tunnel_wrapper fieldset[id*="edit-paiement"] .form-type-radio.form-item-payment-method img{
    width: 100%;
    height: auto;
    margin-top: -10px;
    margin-bottom: 10px;
  }
  #tunnel_wrapper #payment-details{
    margin: 20px 0;
    width: 100%;
  }
  #tunnel_wrapper #payment-details .commerce-credit-card-expiration .form-type-select select{
    width: 90px;
  }
  #tunnel_wrapper #payment-details .commerce-credit-card-expiration span.commerce-month-year-divider{
    margin: 0 11px 0 11px;
  }
}

@media(max-width: 991px){
  .page-checkout .panel-default .panel-heading .panel-title{
    padding: 23px 20px 20px 65px;
    font-size: 16px;
  }
 .page-checkout .panel-default .panel-heading .panel-title .number{
    width: 50px;
    padding: 20px 0;
    font-size: 20px !important;
 }
 .page-checkout .panel-default .panel-body .alert-warning{
    right: 20px;
    top: 18px;
    font-size: 12px;
    max-width: 475px;
 }
  /* hack firefox */
  @supports (-moz-appearance:meterbar) and (all:initial) {
    .page-checkout .panel-default .panel-body .alert-warning{
      top: -47.5px;
    }
  }
 .page-checkout .panel-default .panel-body .form-item-shipping-service{
  padding-left: 0;
 }
 .page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block{
  margin: -20px 0 20px 67px !important;
 }
 .page-checkout .panel-default .panel-body .form-item-shipping-service label img{
  margin: 8px -5px 0 2px;
 }
 .page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block .pull-right{
  font-size: 12px;
 }
}
@media(max-width: 991px) and (min-width: 768px){
  #tunnel_wrapper .form-type-radio.form-item-shipping-service.form-item.radio img{
    left: 0;
    transform: translateY(-62%);
    z-index: -1;
    margin: 0;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service label{
    padding-left: 50px;
    font-size: 14px;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block{
    margin: 0 !important;
    width: 100%;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block i{
    font-size: 12px;
    left: 70px;
  }
}
@media(max-width: 767px){
  .page-checkout .panel-default .panel-body .alert-warning{
    position: static;
    font-size: 13px;
    padding: 12px 20px;
    border-radius: 0;
    max-width: none;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service input.form-radio{
    margin: 5px 0 0 0;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service label{
    width: calc(100% - 30px);
    margin: 0 !important;
    padding-left: 50px;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service label img{
    position: absolute !important;
    top: -5px;
    left: 0 !important;
    margin: 0;
    width: 50px;
  }
  .page-checkout #tunnel_wrapper .panel-default .panel-body .form-item-shipping-service .help-block{
    margin: 0 !important;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block{
    margin: 0 !important;
    position: static !important;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block .pull-right{
    position: static !important;
    float: none !important;
    font-size: 13px;
    border-radius: 0;
    width: 100%;
    right: inherit;
    margin: 15px 0;
  }
  .page-checkout .panel-default .panel-body .form-item-shipping-service p.help-block i{
    position: static;
  }
}
/*** Après checkout message validation ***/
.checkout-completion-message h2{
  font-size: 26px;
  line-height: 36px;
  color: #313131;
  transform: rotate(0.03deg);
  margin: 0 0 30px;
}
#opinel-social-newsletter-checkout-form{
  width: 50%;
  margin-left: 50%;
  padding: 0 15px;
}
#opinel-social-newsletter-checkout-form .text-center{
  text-align: left;
}
#opinel-social-newsletter-checkout-form .text-center > button{
  display: inline-block;
  vertical-align: top;
  margin: 20px 20px 0 0;
  line-height: 26px;
}
#opinel-social-newsletter-checkout-form button[disabled]{
  background: #003567 !important;
  border: none !important;
}
#opinel-social-newsletter-checkout-form .links{
  margin: 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
#opinel-social-newsletter-checkout-form .links p{
  display: inline-block;
  text-indent: -9999px;
}
#opinel-social-newsletter-checkout-form .links a{
  text-indent: 0;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background-color: #313131;
  padding: 10px 25px;
  text-decoration: none;
  border: none;
  display: block;
  margin-top: -28px;
}
#opinel-social-newsletter-checkout-form .alert-success{
  font-size: 16px;
  display: block;
  transform: rotate(0.03deg);
}
@media(max-width: 767px){
  #opinel-social-newsletter-checkout-form{
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  #opinel-social-newsletter-checkout-form .links a{
    margin-top: -25px;
  }
}
/**/


/*** N°8 Iconique ***/
.n8-description{
  background: #f9f9f9;
  padding: 50px;
  margin: 60px 0 165px;
}
.n8-description img{
  max-height: 700px;
  width: auto;
  position: absolute;
  top: -170px;
}
.n8-description ol{
  list-style: decimal;
}
.n8-description ol li{
  color: #313131;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 30px;
  transform: rotate(0.03deg);
}
.n8-description ol li:last-child{
  padding-bottom: 0;
}
.n8-gallery{
  margin: 0 0 90px;
}
.n8-gallery .image-gauche img{
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
.n8-gallery .image-centre{
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.n8-quote{
  background: #FEEDE5;
  margin: 0 calc(50% - 50vw) 65px;
  position: relative;
}
.n8-quote .col-sm-6{
  position: static;
}
.n8-quote .n8-quote-content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 115px;
}
.n8-quote .n8-quote-content .n8-quote-titre{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  margin: 0 0 40px;
  position: relative;
  transform: rotate(0.03deg);
}
.n8-quote .n8-quote-content .n8-quote-titre:before{
  content: '“';
  color: #F4E0D6;
  font-size: 120px;
  position: absolute;
  top: 0;
  left: -10px;
}
.n8-quote .n8-quote-content .n8-quote-texte{
  font-size: 26px;
  line-height: 36px;
  color: #313131;
  margin: 0;
  transform: rotate(0.03deg);
}
.n8-columns{
  padding: 50px 0 130px;
}
.n8-gallery-2{
  margin: 0 0 250px;
}
.n8-gallery-2 .image-gauche{
  background: #083A69 url('../img/n8/pattern.svg');
  background-repeat:no-repeat;
  background-size: 100%;
  width: calc(50% - 70px);
}
.n8-gallery-2 .image-droite{
  margin-left: 70px;
}
.n8-gallery-2 .image-gauche img{
  padding: 50px 0;
}
.n8-gallery-2 .image-droite img{
  margin-top: 50px;
}
.n8-gallery-2 .image-centre:before{
  content: '';
  background: #F9F9F9;
  width: 680px;
  height: 680px;
  position: absolute;
  top: -80px;
  left: -160px;
  z-index: -1;
}
.n8-gallery-2 .image-centre img{
  padding: 200px 0;
}
.n8-quote-2{
  margin: 0 0 140px;
}
.n8-quote-2 .n8-quote-2-texte p{
  font-size: 46px;
  line-height: 55px;
  color: #003567;
  margin: 0 0 80px;
  position: relative;
}
.n8-quote-2 .n8-quote-2-texte:before{
  content: '“';
  color: #EFEFEF;
  font-size: 240px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: -10px;
}
.n8-quote-2 .n8-quote-2-img{
  margin-bottom: 50px;
  padding-right: 200px;
  position: relative;
  z-index: 1;
}
.n8-quote-2 .n8-quote-2-columns img{
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  z-index: 2;
}
.n8-quote-2 .image-droite{
  max-height: 1100px;
  width: auto;
  margin: 0 auto;
}
.n8-img-full{
  margin: 0 calc(50% - 50vw) -30px;
}
@media(max-width: 1199px){
  .n8-description{
    margin: 0 0 75px;
  }
  .n8-description img{
    max-height: 600px;
    top: -110px;
  }
  .n8-gallery .image-gauche img{
    padding: 0;
  }
  .n8-quote .n8-quote-content{
    padding: 0 30px;
  }
  .n8-quote .n8-quote-content .n8-quote-titre{
    font-size: 16px;
    margin: 0 0 20px;
  }
  .n8-quote .n8-quote-content .n8-quote-texte{
    font-size: 20px;
    line-height: 30px;
  }
  .n8-gallery-2{
    margin: 0 0 160px;
  }
  .n8-gallery-2 .image-centre:before{
    height: 400px;
    width: 400px;
    top: -60px;
    left: -120px;
  }
  .n8-gallery-2 .image-centre img{
    padding: 100px 0;
  }
  .n8-quote-2 .n8-quote-2-texte p{
    font-size: 30px;
    line-height: 45px;
    margin: 0 0 50px;
  }
  .n8-quote-2 .n8-quote-2-texte:before{
    font-size: 180px;
    left: 0;
  }
  .n8-quote-2 .image-droite{
    max-height: 830px;
  }
}
@media(max-width: 991px){
  .n8-description{
    margin: 0 0 30px;
  }
  .n8-description img{
    top: -20px;
    left: -20px;
  }
  .n8-gallery{
    margin: 0 0 60px;
  }
  .n8-quote .n8-quote-content{
    padding: 0 30px 0 0;
  }
  .n8-quote .n8-quote-content .n8-quote-titre{
    font-size: 14px;
    margin: 0 0 15px;
  }
  .n8-quote .n8-quote-content .n8-quote-texte{
    font-size: 18px;
    line-height: 28px;
  }
  .n8-gallery-2{
    margin: 0 0 160px;
  }
  .n8-gallery-2 .image-gauche img{
    padding: 30px 0;
  }
  .n8-gallery-2 .image-centre:before{
    height: 300px;
    width: 300px;
    top: -60px;
    left: -70px;
  }
  .n8-gallery-2 .image-centre img{
    padding: 60px 0;
  }
  .n8-quote-2{
    margin: 0 0 70px;
  }
  .n8-quote-2 .n8-quote-2-texte p{
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 30px;
  }
  .n8-quote-2 .n8-quote-2-img{
    padding-right: 50px;
    margin-bottom: 20px;
  }
  .n8-quote-2 .n8-quote-2-columns p{
    font-size: 16px;
    line-height: 26px;
    padding-right: 0;
  }
  .n8-quote-2 .n8-quote-2-columns img{
    top: -70px;
    margin-bottom: -70px;
  }
  .n8-quote-2 .image-droite{
    max-height: 680px;
  }
  .n8-columns{
    padding: 0 0 50px;
  }
}
@media(max-width: 767px){
  .n8-description{
    padding: 50px 30px 30px 50px;
  }
  .n8-description img{
    position: static;
    max-height: 300px;
    margin: 0 auto 30px;
  }
  .n8-gallery,
  .n8-quote{
    margin-bottom: 30px;
  }
  .n8-gallery .image-gauche img,
  .n8-gallery .image-droite img{
    padding-bottom: 30px;
  }
  .n8-gallery .image-centre{
    margin: 0;
  }
  .n8-quote .col-sm-6{
    position: relative;
  }
  .n8-quote .n8-quote-content{
    position: static;
    transform: none;
    padding: 50px 30px 30px;
  }
  .n8-gallery-2{
    margin-bottom: 100px;
  }
  .n8-gallery-2 .image-gauche{
    margin-bottom: 30px;
    width: calc(100% - 30px);
    margin-left: 15px;
  }
  .n8-gallery-2 .image-droite{
    margin-bottom: 30px;
    margin-left: 0;
  }
  .n8-gallery-2 .image-droite img{
    margin-top: 0;
  }
  .n8-gallery-2 .image-centre:before {
    display: none;
  }
  .n8-gallery-2 .image-centre img{
    background: #f9f9f9;
    padding: 80px 30px;
  }
  .n8-quote-2 .n8-quote-2-img{
    padding: 0;
  }
  .n8-quote-2 .n8-quote-2-columns img{
    top: 30px;
    margin-bottom: 0;
  }
  .n8-quote-2 .image-droite{
    max-height: 600px;
    margin: 30px auto 0;
  }
  .n8-columns{
    padding: 0;
  }
  .n8-columns .col-sm-6{
    margin-bottom: 30px;
  }
}
/**/

/*** Le musée ***/
.le-musee .en-savoir-plus,
.le-musee .adresses,
.le-musee .acces{
  border-top: 1px solid #e6e6e6;
  padding-top: 50px;
  margin-bottom: 70px;
}
.le-musee .underline{
  text-decoration: underline;
}
.le-musee .en-savoir-plus{
  margin-bottom: 25px;
}
.le-musee h2{
  font-size: 28px;
  color: #313131;
  margin: 0 0 40px;
  transform: rotate(0.03deg);
}
.le-musee h3{
  font-size: 26px;
  color: #313131;
  margin: 0 0 30px;
  transform: rotate(0.03deg);
}
.le-musee h4{
  font-size: 20px;
  color: #313131;
  margin: 0 0 20px;
  text-transform: none;
  transform: rotate(0.03deg);
}
.le-musee h4:after{
  display: none;
}
.le-musee .item a{
  text-decoration: none;
}
.le-musee .item a span{
  display: block;
  overflow: hidden;
}
.le-musee .item a img{
  transform: none;
  transition: transform 1.5s ease 0s;
  -webkit-transition: transform 1s ease 0s;
}
.le-musee .item a:hover img,
.le-musee .item a:focus img{
  transform: scale(1.05);
}
.le-musee .item a p{
  color: #313131;
  font-size: 20px;
  margin: 15px 0 45px;
}
.le-musee .adresses p{
  margin-bottom: 0;
  font-size: 16px;
}
.le-musee .adresses a.btn,
.le-musee .adresses h4,
.le-musee .adresses .adresse-musee{
  margin-top: 30px;
}
.le-musee .adresses h4:first-of-type{
  margin-top: 0;
}
.le-musee .acces p{
  font-size: 16px;
}
.le-musee .acces p.top{
  margin-bottom: 20px;
}
.le-musee .acces p.intro{
  font-size: 20px;
}
/**/

/*** Store Opinel - Fiche relais ***/
.opinel-store > .row:nth-of-type(n+2){
  padding: 80px 0 0;
}
.opinel-store h4{
  font-size: 26px;
  color: #313131;
  margin: 0 0 40px;
  text-transform: none;
  transform: rotate(0.03deg);
}
.opinel-store h4:after{
  display: none;
}
.opinel-store .field-name-field-relais-temoignages{
  position: relative;
  margin-bottom: 30px;
}
.opinel-store .field-name-field-relais-temoignages:before{
  content: '“';
  font-size: 145px;
  color: #efefef;
  line-height: 0;
  position: absolute;
  top: 40px;
  left: -30px;
  z-index: -1;
}
.opinel-store .field-name-field-relais-temoignages *{
  font-size: 16px;
  line-height: 28px;
  color: #999999;
}
#carousel-store .carousel-control{
  background: none;
  text-shadow: none;
  opacity: 1;
}
#carousel-store .carousel-control span.glyphicon:before{
  content: '';
  background-image: url('../img/icons/carousel-left.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 24px;
  display: block;
}
#carousel-store .carousel-control span.glyphicon.glyphicon-chevron-right:before{
  background-image: url('../img/icons/carousel-right.png');
  float: right;
}
.opinel-store address{
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  transform: rotate(0.03deg);
}
.opinel-store address abbr{
  border-bottom: 0;
  text-decoration: none;
}
.opinel-store address a{
  color: #003567;
  text-decoration: none;
  border-bottom: 1px solid #003567;
  transition: color 0.3s ease 0s, border 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, border 0.3s ease 0s;
}
.opinel-store address a:hover,
.opinel-store address a:focus{
  color: black;
  border-bottom: 1px solid #000;
}
.opinel-store .horaires{
  padding: 30px 80px 0 0;
  margin: 0 0 40px;
}
.opinel-store .horaires li{
  padding-bottom: 10px;
}
.opinel-store .horaires li,
.opinel-store .horaires li span{
  font-size: 14px;
  line-height: 24px;
  color: #313131;
  display: block;
  transform: rotate(0.03deg);
}
.node-store > .row:first-of-type p{
  margin-bottom: 50px;
}
@media(max-width: 767px){
  .opinel-store > .row:nth-of-type(n+2){
    padding: 30px 0 0 0;
  }
  .opinel-store .horaires{
    padding: 30px 0 0 0;
    margin: 0 0 30px;
  }
  .opinel-store .field-name-field-relais-temoignages:before{
    top: 40px;
    left: -20px;
  }
  .node-store #store_map{
    margin: 0 0 0 -30px;
    width: calc(100% + 60px) !important;
  }
}
/**/

/*** Page Trouver une boutique ***/
#stores{
  margin-top: 30px;
  padding-top: 60px;
  border-top: 1px solid #e6e6e6;
}
#opinel-store-boutiques-form .well{
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 0 60px;
  margin: 0 -15px;
  box-shadow: none;
  overflow: auto;
}
#opinel-store-boutiques-form .form-item-search{
  float: left;
}
#opinel-store-boutiques-form .form-item-search .input-group{
  width: auto;
  max-width: 450px;
}
#opinel-store-boutiques-form .form-item-search input{
  height: 56px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-right: 0;
  background: #f9f9f9;
  color: #313131;
  font-size: 16px;
}
#opinel-store-boutiques-form .form-item-search input::-webkit-input-placeholder{
  color: #313131 !important;
}
#opinel-store-boutiques-form .form-item-search input::-moz-placeholder{
  color: #313131 !important;
}
#opinel-store-boutiques-form .form-item-search input:-ms-input-placeholder{
  color: #313131 !important;
}
#opinel-store-boutiques-form .form-item-search input:-moz-placeholder {
  color: #313131 !important;
}
#opinel-store-boutiques-form .form-item-search button#searchclear{
  height: 56px;
  width: 56px;
  border-radius: 0;
  border: 1px solid #e6e6e6;
  border-left: 0;
  background: #f9f9f9;
  padding: 14px;
}
#opinel-store-boutiques-form .form-item-search button#searchclear span{
  width: 24px;
  height: 24px;
}
#opinel-store-boutiques-form .form-item-search button#searchclear span:before{
  content: '';
  background: url('../img/icons/ico-close-grey.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
}
/* bouton localiser*/
#opinel-store-boutiques-form button#edit-aroundme{
  height: 56px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #003567;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 14px 30px 14px 14px;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
#opinel-store-boutiques-form button#edit-aroundme span{
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 7px;
}
#opinel-store-boutiques-form button#edit-aroundme span:before{
  content: '';
  background: url('../img/icons/ico-target-white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
}
#opinel-store-boutiques-form button#edit-aroundme:hover,
#opinel-store-boutiques-form button#edit-aroundme:focus{
  background: #313131;
}
/* marqueurs */
#opinel-store-boutiques-form ul.nav li{
  display: inline-block;
  vertical-align: middle;
  color: #85b74e;
  font-size: 14px;
  line-height: 26px;
  transform: rotate(0.03deg);
}
#opinel-store-boutiques-form ul.nav li:first-child{
  color: #003567;
  margin-right: 30px;
}
#opinel-store-boutiques-form ul.nav li span{
  width: 56px;
  height: 56px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
#opinel-store-boutiques-form ul.nav li span img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* popin carte */
#store_detail{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03) !important;
  border-radius: 3px;
  padding: 35px 45px !important;
  width: 28% !important;
}
#store_detail .close{
  opacity: 1;
  position: relative;
  top: -10px;
  right: -20px;
}
#store_detail .close span{
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: relative;
  opacity: 1;
}
#store_detail .close span:before{
  content: '';
  background: url('../img/icons/ico-close-grey-small.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
#store_detail h3{
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
  color: #313131;
  text-transform: none;
  transform: rotate(0.03deg);
}
#store_detail .tag{
  background: #c9c9c9;
  border-radius: 50px;
  display: inline-block;
  color: white;
  font-size: 14px;
  letter-spacing: -0.5px;
  transform: rotate(0.03deg);
  margin: 20px 0 0;
  padding: 3px 15px;
}
#store_detail address{
  border-top: 1px solid #efefef;
  padding: 20px 0 0 38px;
  margin-top: 20px;
  position: relative;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 1.5;
}
#store_detail address abbr{
  border-bottom: 0;
  text-decoration: none;
}
#store_detail address abbr:first-of-type{
  display: inline-block;
  margin-top: 20px;
}
#store_detail address a{
  color: #003567;
  text-decoration: underline;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
#store_detail address a:hover,
#store_detail address a:focus{
  color: #313131;
}
#store_detail address:before{
  content: '';
  background-image: url('../img/icons/marqueur-vert.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31px;
  height: 36px;
  position: absolute;
  top: 22px;
  left: 0;
}
#store_detail .node.relais address:before {
   background-image: url('../img/icons/marqueur-bleu.svg');
 }
#store_detail p a.btn{
  margin-left: 38px;
}
#stores #store_map{
  margin: 0 calc(50% - 50vw);
  width: 100vw !important;
}

/* hack ie affichage marqueurs */
@media screen and (min-width:0\0) {
  .gmnoprint[style*="cursor"]{
    opacity: 1 !important;
  }
  .gmnoprint > img{
    width: 20px !important;
    height: 26px !important;
  }
}
@media(max-width: 1199px){
  #opinel-store-boutiques-form .col-sm-8,
  #opinel-store-boutiques-form .col-sm-4{
    width: auto;
  }
  #opinel-store-boutiques-form .form-item-search .input-group{
    max-width: 260px;
  }
  #opinel-store-boutiques-form button#edit-aroundme{
    float: left;
    margin-left: 20px;
    padding: 14px 20px 14px 12px;
    font-size: 14px;
  }
  #store_detail{
    width: 35% !important;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  #opinel-store-boutiques-form .form-item-search .input-group{
    max-width: 220px;
  }
  #opinel-store-boutiques-form .form-item-search input{
    height: 45px;
    font-size: 14px;
    text-overflow: ellipsis;
  }
  #opinel-store-boutiques-form .form-item-search button#searchclear{
    height: 45px;
    width: 45px;
    padding: 12px;
  }
  #opinel-store-boutiques-form .form-item-search button#searchclear span:before{
    width: 20px;
    height: 20px;
  }
  #opinel-store-boutiques-form button#edit-aroundme{
    height: 45px;
    padding: 11px 20px 11px 12px;
    margin-left: 10px;
  }
  #opinel-store-boutiques-form button#edit-aroundme span{
    margin-right: 2px;
  }
  #opinel-store-boutiques-form button#edit-aroundme span:before {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
  }
  #opinel-store-boutiques-form .col-sm-4{
    padding: 0;
  }
  #opinel-store-boutiques-form ul.nav li span{
    width: 14px;
    height: 45px;
    border: none;
    padding: 0;
    margin-right: 5px;
  }
  #opinel-store-boutiques-form ul.nav li span img{
    width: 14px;
  }
  #opinel-store-boutiques-form ul.nav li:first-child{
    margin-right: 15px;
  }
  #store_detail{
    width: 45% !important;
  }
}
@media(max-width: 767px){
  #stores{
    padding-top: 30px;
  }
  #opinel-store-boutiques-form .well{
    padding-bottom: 20px;
  }
  #opinel-store-boutiques-form .form-item-search .input-group{
    max-width: 300px;
  }
  #opinel-store-boutiques-form .form-item-search input{
    font-size: 14px;
    text-overflow: ellipsis;
  }
  #opinel-store-boutiques-form button#edit-aroundme{
    display: block;
    clear: both;
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 0 20px;
  }
  #opinel-store-boutiques-form ul.nav li{
    float: none;
    display: block;
    text-align: left;
  }
  #opinel-store-boutiques-form ul.nav li:first-of-type{
    margin: 0 0 20px;
  }
  #store_detail{
    width: 90% !important;
  }
}

/* liste logos */
.bloc-logo-distributeurs:before{
  content: '';
  background: #f9f9f9;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  z-index: 0;
}
.bloc-logo-distributeurs{
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.bloc-logo-distributeurs > p{
  padding: 30px 15px 0;
}
.bloc-logo-distributeurs h2{
  display: none;
}
.bloc-logo-distributeurs .item-distributeur{
  height: 170px;
  position: relative;
  margin: 30px 0 0;
}
.bloc-logo-distributeurs .item-distributeur .conteneur{
  background: white;
  border: 1px solid #e6e6e6;
  height: 100%;
  position: relative;
}
.bloc-logo-distributeurs .item-distributeur a{
  display: block;
  height: 100%;
}
.bloc-logo-distributeurs .item-distributeur a span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  filter: grayscale(100%);
  transition: filter 0.3s ease 0s;
  -webkit-transition: filter 0.3s ease 0s;
}
.bloc-logo-distributeurs .item-distributeur a:hover span,
.bloc-logo-distributeurs .item-distributeur a:focus span{
  filter: grayscale(0%);
}
.bloc-logo-distributeurs .item-distributeur br{
  display: none;
}
@media(max-width: 991px) and (min-width: 551px){
  .bloc-logo-distributeurs .item-distributeur{
    width: 50%;
    float: left;
  }
}
@media(max-width: 767px){
  .bloc-logo-distributeurs > p{
    padding: 30px 15px 0;
  }
}
@media(max-width: 550px){
  .bloc-logo-distributeurs > p{
    padding: 0 15px 30px;
  }
  .bloc-logo-distributeurs{
    margin: 0 -15px;
    padding: 30px 0 0;
  }
  .bloc-logo-distributeurs .item-distributeur{
    margin: 0 0 30px;
  }
}
/**/

/*** Page Histoire ***/
.story-container.affix{
  top: 0 !important;
}
.logged-in .story-container.affix{
  top: 50px !important;
}
.story-container{
  margin: 0 calc(50% - 50vw);
  background: #fdfdfd;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  height: 60px;
}
.story-container .intro-story{
  margin: 18px 0 0 55px;
  display: inline-block;
  color: #999999;
  font-size: 16px;
  transform: rotate(0.03deg);
}
.story-container .menu-story{
  top: -30px;
}
.story-container .menu-story:before{
  content: '';
  background: #fdfdfd;
  position: absolute;
  top: -18px;
  left: -5px;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.story-container .menu-story:after{
  content: '';
  background: #fdfdfd;
  position: absolute;
  top: -18px;
  right: -5px;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.story-container .swiper-wrapper{
  margin-left: -65px !important;
}
.story-container .slide-active{
  width: 175px !important;
}
.story-container .swiper-slide.slide-active a{
  font-family:'Bodoni W01 Poster691960';
  color: #003567;
  font-size: 34px;
  line-height: 1;
  text-decoration: none;
  padding: 0 40px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.story-container .swiper-slide{
  text-align: center;
}
.story-container .swiper-slide a{
  padding-top: 2px;
  color: #999999;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(0.03deg);
}
.swiper-button-next{
  background-image: url('../img/icons/ico-arrow-grey-right.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 16px;
  top: 30px;
}
.swiper-button-prev{
  background-image: url('../img/icons/ico-arrow-grey-right.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 16px;
  top: 30px;
  transform: rotate(180deg);
}
/* contenu story */
.story-items .story{
  position: relative;
}
.story-items .story img{
  border: 10px solid white;
  box-shadow: 6px 6px 40px 0 rgba(0,0,0,0.15);
  max-width: 470px;
  float: right;
}
.story-items .story .col-sm-6{
  position: static;
}
.story-items .story .number{
  color: #313131;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  display: block;
  padding: 60px 0 100px;
  margin-bottom: 140px;
  transform: rotate(0.03deg);
  position: relative;
}
.story-items .story .number:after{
  content: '';
  background: #4A4A4A;
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.story-items .story span.date-story{
  font-family:'Bodoni W01 Poster691960' !important;
  color: #EFEFEF;
  font-size: 460px;
  line-height: 1;
  width: 100%;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.story-items .story h2{
  font-family:'Bodoni W01 Poster691960' !important;
  color: #003567;
  font-size: 34px;
  line-height: 44px;
  position: absolute;
  top: 195px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.story-items .story p{
  margin: 50px 0 0 0;
  padding: 0 15% 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #313131;
}
.story-items .story p a{
  color: #313131;
}
@media(max-width: 1199px){
  .story-container .intro-story{
    display: none;
  }
  .story-container .menu-story{
    top: 15px;
  }
  .story-items .story span.date-story{
    font-size: 350px;
    top: 70px;
  }
  .story-container .swiper-slide a{
    font-size: 17px;
  }
  .story-container .swiper-slide.slide-active{
    width: 135px !important;
  }
  .story-container .swiper-slide.slide-active a{
    font-size: 30px;
    padding: 0 25px;
  }
}
@media(max-width: 991px){
  .story-items .story .number{
    padding: 40px 0 80px;
    margin-bottom: 90px;
  }
  .story-items .story .number:after{
    height: 40px;
  }
  .story-items .story h2{
    font-size: 28px;
    line-height: 35px;
    top: 135px;
  }
  .story-items .story p{
    margin: 0;
    padding: 0;
  }
  .story-items .story span.date-story{
    font-size: 280px;
  }
}
@media(max-width: 767px){
  .swiper-button-prev{
    left: 0;
  }
  .swiper-button-next{
    right: 0;
  }
  .story-container .menu-story:before,
  .story-container .menu-story:after{
    width: 30px;
  }
  .story-items .story h2{
    position: static;
    transform: none;
    margin: 20px 0;
  }
  .story-items .story .number{
    padding: 30px 0 70px;
    margin: 0;
  }
  .story-items .story .col-sm-6{
    text-align: center;
  }
  .story-items .story img{
    float: none;
  }
  .story-items .story span.date-story{
    font-size: 35vw;
  }
  .story-container .swiper-slide.slide-active{
    margin-left: 30px !important;
  }
  .story-container .swiper-slide.slide-active a{
    margin-left: -40px !important;
  }
}
/**/

/*** FAQ ***/
.menu-page-reassurance,
.menu-page-reassurance ~ div{
  margin: 75px 0 30px;
}
.menu-page-reassurance li{
  border-bottom: 1px solid #efefef;
}
.menu-page-reassurance a{
  font-size: 16px;
  line-height: 1.2;
  color: #999;
  padding: 20px 0;
  text-decoration: none;
  display: block;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.menu-page-reassurance a:before{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  width: 24px;
  height: 24px;
  margin: -2px 10px 0 12px;
}
.menu-page-reassurance .livraison a:before{background-image: url('../img/icons/faq/livraison-faq.svg');}
.menu-page-reassurance .contact a:before{background-image: url('../img/icons/faq/contact-faq.svg');}
.menu-page-reassurance .retours a:before{background-image: url('../img/icons/faq/retours-faq.svg');}
.menu-page-reassurance .garantie a:before{background-image: url('../img/icons/faq/garantie-faq.svg');}
.menu-page-reassurance .paiement a:before{background-image: url('../img/icons/faq/paiement-faq.svg');}
.menu-page-reassurance .cgv a:before{background-image: url('../img/icons/faq/cgv-faq.svg');}
.menu-page-reassurance .faq a:before{background-image: url('../img/icons/faq/faq-faq.svg');}

.menu-page-reassurance a:hover,
.menu-page-reassurance a:focus,
.menu-page-reassurance a.active{
  color: #003567;
}
.menu-page-reassurance .livraison a.active:before{background-image: url('../img/icons/faq/livraison-faq-active.svg');}
.menu-page-reassurance .contact a.active:before{background-image: url('../img/icons/faq/contact-faq-active.svg');}
.menu-page-reassurance .retours a.active:before{background-image: url('../img/icons/faq/retours-faq-active.svg');}
.menu-page-reassurance .garantie a.active:before{background-image: url('../img/icons/faq/garantie-faq-active.svg');}
.menu-page-reassurance .paiement a.active:before{background-image: url('../img/icons/faq/paiement-faq-active.svg');}
.menu-page-reassurance .cgv a.active:before{background-image: url('../img/icons/faq/cgv-faq-active.svg');}
.menu-page-reassurance .faq a.active:before{background-image: url('../img/icons/faq/faq-faq-active.svg');}

.menu-page-reassurance ~ div h3{
  font-size: 26px;
  line-height: 36px;
  color: #313131;
  margin: 20px 0 20px 8px;
  display: inline-block;
}
.menu-page-reassurance ~ div > .field-name-body > .field-items > .field-item h2:first-of-type{
  margin-top: 0;
}
.panel-group .panel{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  border: solid 1px #e5e5e6;
  border-radius: 0;
  margin-bottom: 15px;
}
.panel-group .panel-heading{
  background: white;
  padding: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
.panel-group .panel-title{
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  text-transform: none;
  display: block;
  transform: rotate(0.03deg);
}
.panel-group .panel-title:after{
  display: none;
}
.panel-group .panel-title a{
  padding: 18px 25px;
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.panel-group .panel-collapse{
  display: block;
  pointer-events: none;
  height: 0;
  position: relative;
}
.panel-group .panel-collapse.in{
  pointer-events: auto;
  height: auto;
}
.panel-group .panel-collapse:before{
  content: '';
  background: url('../img/icons/faq/arrow-faq.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: -42px;
  right: 25px;
  transform: rotate(0deg);
  width: 24px;
  height: 24px;
}
.panel-group .panel-collapse.in:before{
  transform: rotate(180deg);
}
.panel-group .panel-body{
  padding: 20px 25px 30px;
}
.panel-group .panel-body p,
.panel-group .panel-body li{
  font-size: 14px;
  line-height: 26px;
}
.panel-group .panel-body h4{
  text-transform: none;
  color: #003567;
  margin: 20px 0 10px 0;
}
.panel-group .panel-body h4:after{
  display: none;
}
.panel-group .panel-body div{
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.panel-group .panel-body ul{
  padding: 8px 0 8px 12px;
  margin: 0;
}
.panel-group .panel-body li{
  margin: 0;
  list-style: disc;
}
.panel-group .panel-body p a{
  color: #003567;
  text-decoration: underline;
}
@media(max-width: 991px){
  .menu-page-reassurance a:before{
    margin-left: 0;
  }
}
@media(max-width: 767px){
  #wrapper-contact,
  #node-2813 > .row,
  #node-3209 > .row,
  #node-2835 > .row,
  #node-2873 > .row,
  #node-2874 > .row,
  #node-2875 > .row,
  #node-3141 > .row,
  #node-5493 > .row,
  #node-3187 > .row,
  #node-3188 > .row,
  #node-3189 > .row,
  #node-3170 > .row{
    display: flex;
    flex-direction: column;
  }
  .menu-page-reassurance{
    margin: 30px 15px;
    padding: 0;
    order: 2;
  }
  .menu-page-reassurance ~ div {
    margin: 30px 15px;
    padding: 0;
    order: 1;
  }
  .panel-group .panel-title a{
    padding: 15px 50px 15px 20px;
  }
  .panel-group .panel-title a:after{
    right: 15px;
  }
  .menu-page-reassurance a:before{
    margin: -2px 10px 0 0px;
  }
}

/*** Tableau Livraison ***/


/*** CONTACT ***/
.menu-page-reassurance ~ div p a{
  color: #003567;
  text-decoration: underline;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.menu-page-reassurance ~ div p a:hover,
.menu-page-reassurance ~ div p a:focus{
  color: #313131;
}
.menu-page-reassurance ~ div h2{
  transform: rotate(0.03deg);
  margin: 40px 0 20px;
  color: #313131;
  font-size: 26px;
}
.menu-page-reassurance ~ div img{
  width: auto;
  margin: 10px 0;
}
.menu-page-reassurance ~ div ul{
  padding-left: 20px;
}
.menu-page-reassurance ~ div ul li{
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 1.2;
  margin: 8px 0;
}
.menu-page-reassurance ~ div ul li:before{
  content: '• ';
}
#edit-data-agreement-below{
  transform: rotate(0.03deg);
}
#edit-data-agreement-below a{
  color: #003567;
  text-decoration: underline;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
#edit-data-agreement-below a:hover,
#edit-data-agreement-below a:focus{
  color: #313131;
}
#opinel-social-contact-form #edit-devis p{
  margin-bottom: 30px;
}
#opinel-social-contact-form #edit-devis p a.btn:hover,
#opinel-social-contact-form #edit-devis p a.btn:focus{
  color: white;
}
.page-contact .alert{
  width: 1170px;
  margin: 0 auto 30px;
  font-size: 16px;
  display: block;
  transform: rotate(0.03deg);
}
.page-contact #wrapper-contact > .col-sm-8.col-md-9.col-lg-9 p{
  font-size: 16px;
}
.page-contact section.col-sm-12.col-md-12.col-lg-12{
  padding: 0;
}
@media(max-width: 1199px){
  .page-contact .alert{
    width: 970px;
  }
}
@media(max-width: 991px){
  .page-contact .alert{
    width: 750px;
  }
}
@media(max-width: 767px){
  .page-contact .alert{
    width: 100%;
  }
}
/**/

/*** Frais de livraison - Simulateur ***/
#frais-livraison{
  left: 0;
  padding: 30px 0;
}
#frais-livraison #edit-resultat .well{
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 30px 0;
}
#frais-livraison #edit-resultat .well ul{
  margin: 0;
  padding: 20px 30px;
  border: solid 1px #e5e5e6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
#frais-livraison #edit-resultat .well ul li{
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  padding: 0 0 10px;
  text-indent: -30px;
  margin: 5px 15px 5px 30px;
  padding: 0;
  transform: rotate(0.03deg);
}
#frais-livraison #edit-resultat .well ul li:before{
  display: none;
}
#frais-livraison #edit-resultat .well ul li .small{
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  font-style: normal;
}
#frais-livraison #edit-resultat .well ul li span{
  width: 21px;
  height: 21px;
  display: inline-block;
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
#frais-livraison #edit-resultat .well ul li span:before{
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
#frais-livraison #edit-resultat .well ul li span.glyphicon-euro:before{
  background-image: url('../img/icons/dollar.svg');
}
#frais-livraison #edit-resultat .well ul li span.glyphicon-time:before{
  background-image: url('../img/icons/clock.svg');
}
#frais-livraison table{
  border: 1px solid #e5e5e6;
  margin: 30px 0 0;
  transform: rotate(0.03deg);
}
#frais-livraison table thead th{
  border-bottom: 1px solid #e5e5e6;
  font-size: 15px !important;
  font-weight: normal;
  font-family: MaisonNeueDemi;
  padding: 12px 15px;
  vertical-align: middle;
}
#frais-livraison table tbody td{
  background: white;
  border-top: 1px solid #e5e5e6;
  font-size: 15px;
  font-weight: normal;
  padding: 12px 15px;
}
#frais-livraison table tbody td:last-of-type{
  color: #888;
}
@media(max-width: 991px){
  #frais-livraison{
    width: 100%;
  }
  #frais-livraison table thead,
  #frais-livraison table tbody{
    display: block;
  }
  #frais-livraison table thead tr{
    display: block;
    width: 100%;
  }
  #frais-livraison table thead th{
    display: inline-block;
    width: 60%;
  }
  #frais-livraison table thead th:nth-of-type(2){
    text-align: right;
    width: 40%;
  }
  #frais-livraison table thead th:last-of-type{
    display: none;
  }
  #frais-livraison table tbody tr{
    border-bottom: 1px solid #e5e5e6;
  }
  #frais-livraison table tbody td{
    display: inline-block;
    border: none;
  }
  #frais-livraison table tbody td:first-of-type{
    width: calc(100% - 90px);
    padding-bottom: 3px;
  }
  #frais-livraison table tbody td:nth-of-type(2){
    width: 90px;
    text-align: right;
  }
  #frais-livraison table tbody td:last-of-type{
    width: 100%;
    padding-top: 0;
    color: #888;
    font-size: 14px;
  }
}
@media(max-width: 767px){
  #frais-livraison #edit-resultat .well ul{
    padding: 20px;
  }
  #frais-livraison #edit-resultat .well ul li{
    font-size: 16px;
    line-height: 1.4;
  }
}
/**/

/*** Article publicitaires ***/
#articles-publicitaires{
  padding: 0 15px;
}
#articles-publicitaires .intro p a{
  margin: 50px 0;
}
#articles-publicitaires .intro p:last-of-type{
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 50px;
}
#articles-publicitaires a.colorbox{
  text-decoration: none;
}
#articles-publicitaires figure img{
  background: #f9f9f9;
  padding: 30px 0;
}
#articles-publicitaires figure figcaption h2{
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  margin: 10px 0 30px;
  transform: rotate(0.03deg);
}
#articles-publicitaires #devis{
  margin-top: 20px;
}
#articles-publicitaires #devis > form{
  padding-top: 50px;
  border-top: 1px solid #e6e6e6;
}
#articles-publicitaires #devis h2{
  font-size: 26px;
  line-height: 36px;
  color: #313131;
  margin: 0 0 20px;
  transform: rotate(0.03deg);
}
#articles-publicitaires #devis h3{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  margin: 0 0 20px;
  transform: rotate(0.03deg);
}
#articles-publicitaires #devis p{
  font-size: 16px;
  line-height: 28px;
  color: #999999;
  margin: 0 0 50px;
}
#articles-publicitaires #devis p.help-block{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

#articles-publicitaires #devis .row:last-of-type{
  margin: 20px 0;
}
#articles-publicitaires #devis .row:last-of-type .col-sm-12{
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
}
#articles-publicitaires #devis .row:last-of-type p{
  font-size: 14px;
  line-height: 26px;
  color: #999999;
  margin: 0;
}
#devis .messages.error{
  width: 1170px;
  margin: 0 auto 30px;
  font-size: 16px;
  display: block;
  transform: rotate(0.03deg);
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 15px;
}
#devis .messages.error ul{
  margin-bottom: 0;
}
@media(max-width: 1199px){
  #devis .messages.error{
    width: 970px;
  }
}
@media(max-width: 991px){
  #devis .messages.error{
    width: 750px;
  }
}
@media(max-width: 767px){
  #articles-publicitaires{
    padding: 0 30px;
  }
  #articles-publicitaires .intro{
    margin: 0 -15px;
  }
  #articles-publicitaires .intro p a{
    margin: 30px 0;
    white-space: pre-line;
    padding: 10px 15px;
    line-height: 1.2;
  }
  #articles-publicitaires .intro p:last-of-type{
    margin-bottom: 30px;
  }
  #articles-publicitaires figure{
    padding: 0;
  }
  #articles-publicitaires #devis{
    padding: 0;
    margin: 0;
  }
  #articles-publicitaires #devis > form{
    padding-top: 20px;
  }
  #articles-publicitaires #devis > .col-sm-6{
    padding: 0;
  }
  #articles-publicitaires #devis p{
    margin-bottom: 30px;
  }
  #articles-publicitaires #devis .row:last-of-type{
    padding: 0;
    margin: 0;
  }
  #articles-publicitaires #devis .row:last-of-type .col-sm-12{
    padding: 0;
  }
  #articles-publicitaires #devis .row:last-of-type p{
    margin-top: 20px;
  }
  #devis .messages.error{
    width: 100%;
  }
}
/**/

/*** Page statique Entreprise ***/
.page-entreprise{
  margin: 0 calc(50% - 50vw);
}
.page-entreprise .container{
  width: 1170px;
  padding: 0 15px;
}
.page-entreprise .fabrication-fr{
  background: rgba(224, 239, 238, 0.3);
  padding: 120px 0 0 0;
}
.page-entreprise .fabrication-fr h2{
  font-family:'Bodoni W01 Poster691960' !important;
  color: #003567;
  font-size: 52px;
  line-height: 1.3;
  margin: 0 0 65px;
}
.page-entreprise .fabrication-fr p.intro{
  font-size: 26px;
  line-height: 36px;
  color: #313131;
  margin: 0 0 50px;
}
.page-entreprise .fabrication-fr .columns{
  padding: 0 0 80px;
}
.page-entreprise .fabrication-fr p.small{
  font-size: 16px;
  line-height: 28px;
  color: #999;
  padding: 50px 0;
}
.page-entreprise .fabrication-fr .item-fabrication-fr h3{
  font-size: 20px;
  line-height: 1.3;
  color: #313131;
  margin: 30px 0 25px;
  transform: rotate(0.03deg);
}
.page-entreprise .fabrication-fr .item-fabrication-fr p{
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  margin: 0 0 10px;
  transform: rotate(0.03deg);
}
.page-entreprise .fabrication-fr .item-fabrication-fr p:last-of-type{
  margin: 0 0 50px;
}
.page-entreprise .gallery-illustration{
  padding: 60px 0;
}
.page-entreprise .gallery-illustration .col-sm-4:nth-of-type(2):before,
.page-entreprise .gallery-illustration .col-sm-4:nth-of-type(2):after{
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 1;
}
.page-entreprise .gallery-illustration .col-sm-4:nth-of-type(2):before{
  right: inherit;
  left: -20px;
}
.page-entreprise .gallery-illustration .illustration{
  padding: 60px 0;
}
.page-entreprise .gallery-illustration .illu-chiffre{
  font-family:'Bodoni W01 Poster691960';
  font-size: 130px;
  line-height: 1;
  color: #003567;
  text-align: center;
}
.page-entreprise .gallery-illustration .illu-desc{
  font-size: 20px;
  color: #313131;
  width: 100%;
  text-align: center;
  display: inline-block;
  transform: rotate(0.03deg);
}
.page-entreprise .gallery-illustration img{
  padding: 30px 50px;
  width: auto;
  margin: 0 auto;
}

@media(max-width: 1199px){
  .page-entreprise .container{
    width: 970px;
  }
  .page-entreprise .gallery-illustration .illu-chiffre{
    font-size: 110px;
  }
}
@media(max-width: 991px){
  .page-entreprise .container{
    width: 750px;
  }
  .page-entreprise .fabrication-fr{
    padding: 50px 0 0 0;
  }
  .page-entreprise .fabrication-fr h2{
    margin: 0 0 50px;
  }
  .page-entreprise .gallery-illustration .col-sm-4:nth-of-type(2):before{
    left: 0;
  }
  .page-entreprise .gallery-illustration .col-sm-4:nth-of-type(2):after{
    right: -10px;
  }
  .page-entreprise .gallery-illustration .illustration{
    padding: 50px 0;
  }
  .page-entreprise .gallery-illustration .illu-chiffre{
    font-size: 80px;
  }
  .page-entreprise .gallery-illustration img{
    padding: 30px;
  }
}
@media(max-width: 750px){
  .page-entreprise .container{
    width: 100%;
  }
  .page-entreprise .fabrication-fr{
    padding: 30px;
  }
  .page-entreprise .fabrication-fr h2{
    font-size: 35px;
    margin: 0 0 30px;
  }
  .page-entreprise .fabrication-fr p.intro{
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 30px;
  }
  .page-entreprise .fabrication-fr p.small{
    font-size: 14px;
    line-height: 25px;
    padding: 30px 0;
  }
  .page-entreprise .fabrication-fr .item-fabrication-fr p{
    margin-bottom: 30px;
  }
  .page-entreprise .gallery-illustration{
    padding: 0 30px;
  }
  .page-entreprise .gallery-illustration .illustration{
    padding: 30px 0;
  }
  .page-entreprise .gallery-illustration img{
    padding: 0 30px 30px;
  }
  .page-entreprise .gallery-illustration .col-sm-4:nth-of-type(2):before,
  .page-entreprise .gallery-illustration .col-sm-4:nth-of-type(2):after{
    display: none;
  }
  .page-entreprise .bean-home img{
    height: 300px;
    width: auto;
    max-width: inherit;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-entreprise .bean-home .contenu{
    margin: 30px auto;
    padding: 0 30px !important;
  }
}

/* Accordion - fabrication */
.slider-anim{
  background: #171717;
  border-top: 1px solid #202020;
  border-bottom: 1px solid #313131;
  margin: 0 0 80px;
}
.beousp.marginBelow {
  width: 1170px;
  margin: 0 auto;
}
.beousp {
  font-size: 13px;
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #171717;
  overflow: hidden;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  color: #FFF;
  transition: background-color .8s ease-in-out;
}
.beousp .bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.beousp .bg-wrapper .bg {
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #171717 url('../img/fabrication/background-lame.png') !important;
  background-position: 50% 50% !important;
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  opacity: 1;
  transition: opacity .8s ease-in-out;
}
.beousp .bg-wrapper .bg-other {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  transition: opacity .8s ease-in-out;
}
.beousp .block {
  visibility: visible;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 20%;
}
/*.beousp .block:nth-of-type(2){left: 0;}
.beousp .block:nth-of-type(3){left: 20%;}
.beousp .block:nth-of-type(4){left: 40%;}
.beousp .block:nth-of-type(5){left: 60%;}
.beousp .block:nth-of-type(6){left: 80%;}
.beousp .block:nth-of-type(7){left: 100%;}*/
.beousp .block.open {
  cursor: default;
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -webkit-user-drag: auto;
  user-select: auto;
}
.beousp .block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .4s ease-out;
  display: block;
  content: "";
  background: rgba(0,0,0,.55);
  z-index: -1;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  white-space: nowrap;
  font-size: 0;
}
.beousp .block .overlay:hover {
  opacity: 0.8;
}
.beousp .block .label {
  opacity: 0 !important;
  pointer-events: none;
  transform: opacity 0.3s ease 1s !important;
  -webkit-transform: opacity 0.3s ease 1s !important;
}
.beousp .block .label span{
  display: inline-block;
  transform: rotate(0.03deg);
}
.beousp .block .front:before{
  content: '';
  width: 35px;
  height: 35px;
  background: url('../img/fabrication/label-accordion.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  display: block;
  margin: 0 0 20px 10px;
}
.beousp .block .overlay:hover ~ .front:before{
  background-position: center top;
  height: 34px;
}
/** HACK IE **/
@media screen and (min-width:0\0) {
  .beousp .block .front:before{
    content: '';
    background: url('../img/fabrication/close.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
  }
}
.beousp .block .front {
  position: absolute;
  display: block;
  margin-top: 20px;
  width: 80%;
  width: calc(100% - 40px);
  padding-left: 15px;
  padding-right: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0;
  pointer-events: none;
  bottom: -110px;
  transition: bottom 0.3s ease 0s;
  -webkit-transition: bottom 0.3s ease 0s;
}
.beousp .block[data-index="0"] .front{bottom: -140px;}
.beousp .block[data-index="1"] .front{bottom: -75px;}
.beousp .block[data-index="2"] .front{bottom: -55px;}
.beousp .block[data-index="3"] .front{bottom: -75px;}
.beousp .block[data-index="4"] .front{bottom: -120px;}

/* trad */
html[lang="en-en"] .beousp .block[data-index="0"] .front{bottom: -140px;}
html[lang="en-en"] .beousp .block[data-index="1"] .front{bottom: -118px;}
html[lang="en-en"] .beousp .block[data-index="2"] .front{bottom: -140px;}
html[lang="en-en"] .beousp .block[data-index="3"] .front{bottom: -120px;}
html[lang="en-en"] .beousp .block[data-index="4"] .front{bottom: -120px;}

.beousp .block .overlay:hover ~ .front{bottom: 0px;}
html[lang="en-en"] .beousp .block .overlay:hover ~ .front{bottom: 0px;}

.beousp .block .front h1 {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 0 15px;
  padding: 0;
  color: white;
  display: inline-block;
  transform: rotate(0.03deg);
}
.beousp .block .front p {
  color: white;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  width: 100%;
  padding: 25px 0 10px 15px;
  pointer-events: none;
  transition: opacity 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
}
.beousp .block:hover .front p{
  opacity: 1;
  padding: 25px 0 30px 15px;
}
.beousp .block .text {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  color: #FFF;
  opacity: 0;
  transition: opacity .4s ease-out;
}
.beousp .block.open .text {
  display: block;
  max-width: 50%;
  max-width: inherit;
  width: 75%;
  margin-left: 60px;
}
.beousp .roundBtn{
  display: none;
}
.beousp .roundBtn.rotated {
  display: block;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-image: url('../img/fabrication/close.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.beousp .block .text .toptext {
  font-size: 21px;
}
.beousp .block .text .titletext {
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 30px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.beousp .block .text .bodytext p{
  font-size: 16px;
  line-height: 28px;
  color: white;
}
@media(min-width: 1200px){
  .beousp .block[style*="59px"] .label {
    display: block;
    font-size: 16px;
    text-transform: none;
    margin-top: 570px !important;
    padding: 6px !important;
    opacity: 1 !important;
  }
}
@media(max-width: 1199px) and (min-width: 992px){
  .beousp .block[style*="49px"] .label {
    display: block;
    font-size: 16px;
    text-transform: none;
    margin-top: 570px !important;
    padding: 6px !important;
    opacity: 1 !important;
  }
}
@media(max-width: 1199px){
  .beousp.marginBelow{
    width: 970px;
  }
  .beousp .block[data-index="0"] .front{bottom: -200px;}
  .beousp .block[data-index="1"] .front{bottom: -110px;}
  .beousp .block[data-index="2"] .front{bottom: -90px;}
  .beousp .block[data-index="3"] .front{bottom: -85px;}
  .beousp .block[data-index="4"] .front{bottom: -130px;}

  html[lang="en-en"] .beousp .block[data-index="0"] .front{bottom: -200px;}
  html[lang="en-en"] .beousp .block[data-index="1"] .front{bottom: -134px;}
  html[lang="en-en"] .beousp .block[data-index="2"] .front{bottom: -200px;}
  html[lang="en-en"] .beousp .block[data-index="3"] .front{bottom: -132px;}
  html[lang="en-en"] .beousp .block[data-index="4"] .front{bottom: -154px;}

  .beousp .block .text .titletext{
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 15px;
  }
  .beousp .block .text .bodytext p{
    font-size: 16px;
    line-height: 24px;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .beousp .block[style*="38px"] .label {
    display: block;
    font-size: 12px;
    text-transform: none;
    margin-top: 570px !important;
    padding: 0 !important;
    opacity: 1 !important;
  }
}
@media(max-width: 991px){
  .beousp.marginBelow{
    width: 750px;
  }
  .beousp .block .front{
    width: calc(100% - 20px);
    padding: 0;
  }
  .beousp .block .front h1{
    font-size: 14px;
  }
  .beousp .block .front p{
    font-size: 13px;
    line-height: 18px;
  }
  .beousp .block[data-index="0"] .front{bottom: -150px;}
  .beousp .block[data-index="1"] .front{bottom: -78px;}
  .beousp .block[data-index="2"] .front{bottom: -60px;}
  .beousp .block[data-index="3"] .front{bottom: -78px;}
  .beousp .block[data-index="4"] .front{bottom: -112px;}

  html[lang="en-en"] .beousp .block[data-index="0"] .front{bottom: -150px;}
  html[lang="en-en"] .beousp .block[data-index="1"] .front{bottom: -114px;}
  html[lang="en-en"] .beousp .block[data-index="2"] .front{bottom: -150px;}
  html[lang="en-en"] .beousp .block[data-index="3"] .front{bottom: -97px;}
  html[lang="en-en"] .beousp .block[data-index="4"] .front{bottom: -134px;}

  .beousp .block .text .titletext{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px;
  }
  .beousp .block .text .bodytext p{
    font-size: 14px;
    line-height: 24px;
  }
}
@media(min-width: 768px){
  .slider-anim.desktop{
    display: block;
  }
  .slider-anim.mobile{
    display: none;
  }
}
@media(max-width: 767px){
  .slider-anim.desktop{
    display: none;
  }
  .slider-anim.mobile{
    display: block;
  }
  .page-fabrication .slider-anim.mobile img{
    margin-top: 40px;
  }
  .page-fabrication .slider-anim.mobile h2{
    font-size: 24px !important;
    line-height: 1.2;
    margin: 20px 0 !important;
    font-family: 'MaisonNeueBook' !important;
  }
  .page-fabrication .slider-anim.mobile p,
  .page-fabrication .slider-anim.mobile li{
    font-size: 16px;
    line-height: 28px;
    color: white;
  }
}

/**/

/*** Page statique Fabrication ***/
.page-node-5481 .node-page > .columns,
.page-node-5550 .node-page > .columns{
  column-count: initial;
  overflow: auto;
}
.page-node-5481 .node-page > .columns h2,
.page-node-5550 .node-page > .columns h2,
.page-node-5481 .node-page > .columns p,
.page-node-5550 .node-page > .columns p{
  width: 50%;
  float: left;
}
.page-fabrication{
  margin: 0 calc(50% - 50vw);
}
.page-fabrication .container{
  width: 1170px;
  padding: 0 15px;
}
.page-fabrication .gallery-fabrication{
  padding: 0 0 120px;
}
.page-fabrication .gallery-fabrication .img1{
  padding-right: 40px;
}
.page-fabrication .gallery-fabrication .img2{
  padding-left: 40px;
}
.page-fabrication .gallery-fabrication .img3{
  margin-top: -170px;
  z-index: -1;
}
/* la lame */
.page-fabrication .lame{
  background: #171717;
  padding: 100px 0 0;
}
.page-fabrication .lame h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 52px;
  line-height: 1;
  color: white;
  margin: 0 0 50px;
}
.page-fabrication .lame p.intro{
  color: white;
  font-size: 26px;
  line-height: 36px;
  margin: 30px 0 15px;
}
.page-fabrication .lame .columns p{
  color: white;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 10px;
  padding-right: 50px;
}
.page-fabrication .lame .columns p:last-of-type{
  margin-bottom: 80px;
}
.page-fabrication .lame .bloc-3-infos{
  padding-bottom: 100px;
}
.page-fabrication .lame .col-sm-4 p{
  color: #999;
  font-size: 16px;
  line-height: 28px;
  margin: 30px 0;
}
/* le manche */
.page-fabrication .manche,
.page-fabrication .virole{
  background: #fff;
  padding: 60px 0;
}
.page-fabrication .manche h2,
.page-fabrication .virole h2{
  font-family:'Bodoni W01 Poster691960' !important;
  font-size: 52px;
  line-height: 1;
  color: #003567;
  margin: 0 0 50px;
}
.page-fabrication .manche p.intro,
.page-fabrication .virole p.intro{
  color: #313131;
  font-size: 24px;
  line-height: 42px;
  margin: 0 0 30px;
}
.page-fabrication .virole img{
  margin-bottom: 50px;
}
.page-fabrication .manche h4{
  font-size: 20px;
  color: #313131;
  text-transform: none;
  margin: 30px 0;
  transform: rotate(0.03deg);
}
.page-fabrication .manche h4:after{
  display: none;
}
.page-fabrication .manche .columns{
  padding-top: 0 !important;
}
.page-fabrication .manche p,
.page-fabrication .virole p{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
}
.page-fabrication .manche .col-sm-4{
  margin-top: 30px;
}
.page-fabrication .virole ~ .full-video{
  margin-bottom: -30px;
}
@media(max-width: 1199px){
  .page-fabrication .container{
    width: 970px;
  }
  .page-fabrication .gallery-fabrication .img1{
    padding-right: 15px;
  }
  .page-fabrication .gallery-fabrication .img2{
    padding-left: 15px;
  }
}
@media(max-width: 991px){
  .page-fabrication .container{
    width: 750px;
  }
  .page-fabrication .lame{
    padding: 50px 0 0;
  }
  .page-fabrication .lame h2,
  .page-fabrication .manche h2,
  .page-fabrication .virole h2{
    margin: 0 0 30px;
  }
  .page-fabrication .lame .columns p{
    padding: 0;
    margin: 0;
  }
  .page-fabrication .lame .columns p:last-of-type{
    margin-bottom: 0;
  }
  .page-fabrication .lame .bloc-3-infos{
    padding-bottom: 30px;
  }
}
@media(max-width: 767px){
  .page-node-5481 .node-page > .columns h2,
  .page-node-5550 .node-page > .columns h2,
  .page-node-5481 .node-page > .columns p,
  .page-node-5550 .node-page > .columns p{
    width: 100%;
    float: none;
  }
  .page-fabrication .container{
    width: 100%;
  }
  .page-fabrication .gallery-fabrication{
    padding: 0 30px;
  }
  .page-fabrication .gallery-fabrication .img1,
  .page-fabrication .gallery-fabrication .img2,
  .page-fabrication .gallery-fabrication .img3{
    margin: 0 0 30px;
  }
  .page-fabrication .lame{
    padding: 30px 30px 0;
  }
  .page-fabrication .lame .full-video{
    width: calc(100% + 60px);
    margin: 0 -30px;
  }
  .page-fabrication .lame h2,
  .page-fabrication .manche h2,
  .page-fabrication .virole h2{
    font-size: 32px;
  }
  .page-fabrication .lame p.intro,
  .page-fabrication .manche p.intro,
  .page-fabrication .virole p.intro{
    font-size: 18px !important;
    line-height: 30px !important;
  }
  .page-fabrication .virole p.intro ~ img{
    margin-bottom: 30px;
  }
  .page-fabrication .lame p,
  .page-fabrication .manche p,
  .page-fabrication .virole p{
    font-size: 16px !important;
    line-height: 26px !important;
  }
  .page-fabrication .lame .col-sm-4 p{
    margin: 15px 0 30px;
  }
  .page-fabrication .manche,
  .page-fabrication .virole{
    padding: 30px 15px;
  }
}
/**/

/*** Collaborations - page statique ***/
.collaboration{
  margin: 0 calc(50% - 50vw);
}
.collaboration .container{
  width: 1170px;
  padding: 0 15px;
}
.collaboration .opinel-125-ans{
  padding: 100px 0 50px;
}
.collaboration .opinel-125-ans img{
  max-width: inherit;
  width: 110%;
}
.collaboration .opinel-125-ans .illustration img{
  float: right;
  margin-top: -10%;
}
.collaboration .opinel-125-ans .pack p{
  margin: 50px 100px;
}
.collaboration .jeremyville .titre-jeremyville h3{
  font-size: 26px;
  line-height: 36px;
  color: #313131;
  margin: 70px 0 100px;
  padding-right: 80px;
}
.collaboration .jeremyville .texte-jeremyville{
  margin: 70px 0 100px;
  padding-left: 80px;
}
.collaboration .tour-france img{
  max-width: inherit;
  width: 110%;
}
.collaboration .tour-france .pack-tour img{
  float: right;
  margin-top: -10%;
}
.collaboration .tour-france .pack-tour p{
  padding: 60px 0 0 90px;
  display: inline-block;
}
.collaboration .topo{
  padding: 60px 0;
  position: relative;
}
.collaboration .topo .image-topo:before{
  content: '';
  background: url('../img/collaboration/logo-topo-design.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 60px;
  left: 15px;
  width: 90px;
  height: 125px;
}
.collaboration .topo .image-topo img{
  max-width: inherit;
  width: 120%;
}
.collaboration .topo .pack-topo img{
  margin-top: 60px;
}
.collaboration .topo .pack-topo p{
  padding: 60px 0 0 60px;
}
.collaboration .topo .pack-topo p + p{
  padding-top: 10px;
}
.collaboration .vendee-globe{
  background: url('../img/collaboration/background-vendee.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  max-height: 850px;
}
.collaboration .vendee-globe .logo-vendeeglobe{
  max-width: 260px;
  margin: 80px auto;
  text-align: center;
}
.collaboration .vendee-globe .couteaux-vendeeglobee{
}
.collaboration .le-coq-sportif{
  padding: 60px 0;
}
.collaboration .le-coq-sportif .texte-coq-sportif p{
  padding: 0 60px 10px 0;
}
.collaboration .le-coq-sportif .texte-coq-sportif p:last-of-type{
  padding-bottom: 60px;
}
.collaboration .le-coq-sportif .logo-coq-sportif{
  max-width: 230px;
  text-align: center;
  margin: 150px auto 50px;
}
.collaboration .le-coq-sportif .image-full{
  max-width: inherit;
  width: calc(55vw - 15px);
}
@media(max-width: 1199px){
  .collaboration .container{
    width: 970px;
  }
  .collaboration .opinel-125-ans .pack p{
    margin: 40px;
  }
  .collaboration .jeremyville .titre-jeremyville h3,
  .collaboration .jeremyville .texte-jeremyville{
    margin: 40px 0 70px;
    padding-right: 15px;
  }
  .collaboration .tour-france .pack-tour p{
    padding: 30px 0 0 60px;
  }
  .collaboration .topo .image-topo img{
    width: 140%;
    position: relative;
    left: -15%;
    z-index: -1;
  }
  .collaboration .topo .pack-topo p{
    padding: 40px 0 0 30px;
  }
  .collaboration .vendee-globe .logo-vendeeglobe{
    margin: 40px auto;
  }
  .collaboration .le-coq-sportif .texte-coq-sportif p{
    padding: 0 30px 10px 0;
  }
}
@media(max-width: 991px){
  .collaboration .container{
    width: 750px;
  }
  .collaboration .opinel-125-ans .pack p{
    margin: 30px 30px 0 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .collaboration .jeremyville .titre-jeremyville h3{
    font-size: 22px;
    line-height: 30px;
  }
  .collaboration .jeremyville .texte-jeremyville{
    padding-left: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .collaboration .tour-france .pack-tour p{
    padding: 20px 0 0 40px;
  }
  .collaboration .topo .image-topo:before{
    width: 60px;
    height: 85px;
  }
  .collaboration .topo .pack-topo p{
    padding: 30px 0 0 0;
  }
  .collaboration .le-coq-sportif{
    padding: 0;
  }
  .collaboration .le-coq-sportif .texte-coq-sportif p{
    padding-right: 0;
  }
}
@media(max-width: 767px){
  .collaboration .container{
    width: 100%;
  }
  .collaboration .opinel-125-ans{
    padding: 30px;
  }
  .collaboration .opinel-125-ans img{
    max-width: 100%;
    width: 100%;
  }
  .collaboration .opinel-125-ans .pack p{
    margin: 30px 0;
  }
  .collaboration .opinel-125-ans .illustration img{
    float: none;
    margin: 0;
  }
  .collaboration .jeremyville .image-jeremyville img{
    width: 140%;
    max-width: inherit;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .collaboration .jeremyville .titre-jeremyville h3{
    margin: 30px;
    padding: 0;
  }
  .collaboration .jeremyville .texte-jeremyville{
    margin: 0 30px 30px;
    padding: 0 15px;
  }
  .collaboration .tour-france img{
    max-width: 100%;
    width: 100%;
  }
  .collaboration .tour-france .pack-tour img{
    float: none;
    margin: 0;
  }
  .collaboration .tour-france .pack-tour p{
    padding: 30px;
  }
  .collaboration .topo{
    padding: 30px 0;
  }
  .collaboration .topo .image-topo img{
    left: 50%;
    transform: translateX(-50%);
  }
  .collaboration .topo .image-topo:before{
    top: 50px;
    left: 45px;
  }
  .collaboration .topo .pack-topo img{
    margin: 0;
  }
  .collaboration .topo .pack-topo p{
    padding: 30px 30px 10px;
  }
  .collaboration .vendee-globe{
    background-size: 120%;
  }
  .collaboration .vendee-globe .logo-vendeeglobe{
    max-width: 160px;
    margin: 20px auto;
  }
  .collaboration .vendee-globe .couteaux-vendeeglobe{
    padding: 0 30px;
  }
  .collaboration .le-coq-sportif .texte-coq-sportif p{
    padding: 30px 30px 10px;
  }
  .collaboration .le-coq-sportif .texte-coq-sportif p + p{
    padding-top: 0;
  }
  .collaboration .le-coq-sportif .logo-coq-sportif{
    margin: 30px auto;
    max-width: 140px;
  }
  .collaboration .le-coq-sportif .image-full{
    width: 100%;
    max-width: 100%;
    margin-bottom: -30px;
  }
}

/*** Nos distributeurs à l'étranger ***/
#opinel-tools-distributors-form{
  padding: 15px 0 30px;
}
#opinel-tools-distributors-form label{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  margin: 0;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
#opinel-tools-distributors-form label ~ div{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
#opinel-tools-distributors-form select{
  float: right;
  width: auto;
  padding: 5px 40px 5px 12px;
  font-size: 16px;
  color: #313131;
  height: 37px;
  text-overflow: ellipsis;
}
#list-distributors:empty{
  margin-bottom: -30px;
  /*height: 800px;
  width: 100vw;
  margin: 0 calc(50% - 50vw) -30px;
  background-image: url('../img/distributeur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;*/
}
#list-distributors .container{
  border-top: 1px solid #e6e6e6;
  padding: 40px 0;
}
#list-distributors .container .col-sm-8{
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  margin: 0 0 30px;
  display: inline-block;
  transform: rotate(0.03deg);
}
#list-distributors .container address{
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  transform: rotate(0.03deg);
}
#list-distributors .container address abbr{
  border: none;
  text-decoration: none;
  font-size: 14px;
  color: #999;
  width: 50px;
  display: inline-block;
}
#list-distributors .container address a{
  color: #313131;
  text-decoration: underline;
}
@media(max-width: 767px){
  #opinel-tools-distributors-form label{
    width: 100%;
    margin-bottom: 30px;
  }
  #opinel-tools-distributors-form label ~ div,
  #opinel-tools-distributors-form select{
    width: 100%;
    text-overflow: ellipsis;
  }
}
/**/

/*** Mon Opinel gravé */
#opinel-grave .img-full{
  margin: 50px calc(50% - 50vw);
}
#opinel-grave .steps{
  overflow: auto;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e6e6e6;
}
#opinel-grave .col-sm-4{
  padding: 60px 15px;
}
#opinel-grave .chiffre{
  font-family:'Bodoni W01 Poster691960';
  font-size: 100px;
  line-height: 1;
  color: #003567;
  text-align: center;
  margin: 0 0 30px;
}
#opinel-grave .desc{
  font-size: 16px;
  line-height: 28px;
  color: #313131;
  display: inline-block;
  width: 100%;
  padding: 0 15%;
  text-align: center;
  transform: rotate(0.03deg);
}
#opinel-grave .col-sm-4:nth-of-type(2):before{
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
}
#opinel-grave .col-sm-4:nth-of-type(2):after{
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
}
#opinel-grave .module-gravure{
  overflow: auto;
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e6e6e6;
}
#opinel-grave .module-gravure h3{
  font-size: 20px;
  color: #313131;
  margin: 0 0 40px;
  transform: rotate(0.03deg);
}
#opinel-grave .module-gravure ol{
  list-style: decimal;
  list-style-position: inside;
  margin: 0 0 40px;
  transform: rotate(0.03deg);
}
#opinel-grave .module-gravure ol li{
  font-size: 16px;
  line-height: 1.2;
  color: #999;
  padding-bottom: 10px;
}
#opinel-grave .module-gravure p.small{
  font-size: 14px;
  line-height: 1.2;
  color: #999;
  margin: 0 0 40px;
}
/* devis */
#opinel-grave #devis h2{
  font-size: 26px;
  line-height: 1.4;
  color: #313131;
  margin: 0 0 50px;
  padding: 0 150px 0 0;
}
/* Conditions générales */
#opinel-grave .conditions{
  margin: 60px 0 100px;
  padding-top: 80px;
  border-top: 1px solid #e6e6e6;
  overflow: auto;
}
#opinel-grave .conditions h2{
  font-size: 26px;
  line-height: 1.4;
  color: #313131;
  margin: 0 0 30px;
}
@media(max-width: 1199px){
  #opinel-grave #devis h2{
    padding: 0;
  }
}
@media(max-width: 991px){
  #opinel-grave .col-sm-4{
    padding: 30px 15px;
  }
  #opinel-grave .chiffre{
    font-size: 85px;
    margin: 0 0 15px;
  }
  #opinel-grave .desc{
    padding: 0 5px;
  }
  #opinel-grave .col-sm-4:nth-of-type(2):before{
    left: -5px;
  }
  #opinel-grave .col-sm-4:nth-of-type(2):after{
    right: -5px;
  }
}
@media(max-width: 767px){
  #opinel-grave .chiffre{
    font-size: 55px;
  }
  #opinel-grave .img-full{
    margin: 15px calc(50% - 50vw);
  }
  #opinel-grave .module-gravure{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #opinel-grave #devis h2{
    margin-bottom: 30px;
  }
  #opinel-grave .steps{
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  #opinel-grave .col-sm-4:nth-of-type(2):before {
    left: 0;
    width: 100%;
    height: 1px;
  }
  #opinel-grave .col-sm-4:nth-of-type(2):after {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
  }
  #opinel-grave .module-gravure a.btn{
    white-space: pre-line;
    margin-bottom: 50px;
  }
  #opinel-grave .conditions{
    margin: 30px 0 30px;
    padding-top: 30px;
  }
}
/**/

/********************/
/*** Panier page ***/
/******************/
.page-cart{
  background: #fdfdfd;
}
.view-commerce-cart-form.view-display-id-default .view-header{
  position: relative;
  top: -21px;
  padding: 20px 0 1px 0px;
}
.view-commerce-cart-form.view-display-id-default .view-header:before{
  content: '';
  background: #e6e6e6;
  width: 200vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -50vw;
}
.view-commerce-cart-form.view-display-id-default .view-header:after{
  content: '';
  background: #fff;
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50vw;
  z-index: -1;
}
.view-commerce-cart-form.view-display-id-default .view-header h4,
.empty-cart p {
  font-family: 'MaisonNeueDemi' !important;
  font-size: 20px;
  color: #003567;
  margin: 10px 0 30px;
  text-transform: none;
  transform: rotate(0.03deg);
}
.empty-cart p {
  margin: 0;
}
.view-commerce-cart-form.view-display-id-default .view-header h4:after{
  display: none;
}
.view-commerce-cart-form.view-display-id-default .view-content{
  position: relative;
  margin-top: -20px;
}
.view-commerce-cart-form.view-display-id-default table{
  margin: 0;
}
.view-commerce-cart-form.view-display-id-default table thead th{
  padding: 15px 0;
  font-size: 16px;
  font-weight: normal;
  color: #313131;
  border-bottom: 1px solid #e6e6e6;
  transform: rotate(0.03deg);
}
.view-commerce-cart-form.view-display-id-default table thead th.views-field-edit-quantity{
  padding: 15px 15px 15px 0;
}
.view-commerce-cart-form.view-display-id-default table thead th.views-field-edit-delete{
  padding: 15px 15px 15px 30px;
}
.view-commerce-cart-form.view-display-id-default table thead th.views-field-commerce-total{
  padding: 15px 35px 15px 15px;
  text-align: right;
}
.view-commerce-cart-form.view-display-id-default table thead th.views-field-edit-delete:before,
.view-commerce-cart-form.view-display-id-default table thead th.views-field-commerce-total:before{
  content: '';
  background: #e6e6e6;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Designation produit */
.view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing{
  padding-left: 230px;
  font-size: 18px;
  transform: rotate(0.03deg);
}
.view-commerce-cart-form.view-display-id-default table tbody .product-cart{
  max-width: 200px !important;
  margin-top: 30px;
}
.view-commerce-cart-form.view-display-id-default table tbody .product-cart .product-cart-img{
  position: absolute;
  max-width: 200px;
  left: 0;
}
.view-commerce-cart-form.view-display-id-default table tbody .product-cart img{
  padding: 20px 0;
  background: #f9f9f9;
}
.view-commerce-cart-form.view-display-id-default table tbody .product-cart .product-cart-desc p a{
  font-size: 18px;
  color: #313131;
  text-decoration: none;
  font-weight: normal;
  margin: 0 0 5px;
  display: inline-block;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing .custom-price{
  font-size: 14px;
  line-height: 1.2;
  color: #999;
  display: inline-block;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing button{
  display: block;
  font-size: 14px;
  letter-spacing: -0.2px;
  padding: 3px 15px;
  border-radius: 50px;
  background: #c9c9c9;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing button.change{
  background: #003567;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing button .ajax-progress,
.view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing button.change .ajax-progress{
  margin: 2px 0 0 7px;
}
/* Quantité */
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity{
  padding: 36px 30px 0 0;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity .input-group{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity .no-stock {
  font-size: 14px !important;
  float: none;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity button{
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity button.bootstrap-touchspin-down{
  border-radius: 3px 0 0 3px;
  padding: 0;
  border: none;
  height: 42px;
  width: 48px;
  display: block;
  text-indent: -9999px;
  position: relative;
  border-top: solid 1px #e5e5e6;
  border-bottom: solid 1px #e5e5e6;
  border-left: solid 1px #e5e5e6;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity button.bootstrap-touchspin-down:before{
  content: '';
  background-image: url('../img/icons/moins-panier.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity button.bootstrap-touchspin-up{
  border-radius: 3px 3px 0 0;
  padding: 0;
  border: none;
  height: 42px;
  width: 48px;
  display: block;
  text-indent: -9999px;
  position: relative;
  border-top: solid 1px #e5e5e6;
  border-bottom: solid 1px #e5e5e6;
  border-right: solid 1px #e5e5e6;
  float: right;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity button.bootstrap-touchspin-up:before{
  content: '';
  background-image: url('../img/icons/plus-panier.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity button:hover,
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity button:focus{
  background: #f9f9f9;
  box-shadow: none;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity input{
  font-family: 'MaisonNeueDemi';
  font-size: 18px;
  background: white !important;
  width: 50px !important;
  height: 42px !important;
  margin: 0 !important;
  text-align: center !important;
  box-shadow: none !important;
  border:none !important;
  border-top: solid 1px #e5e5e6 !important;
  border-bottom: solid 1px #e5e5e6 !important;
  display: inline-block;
  pointer-events: none;
}
/* supprimer */
.view-commerce-cart-form.view-display-id-default table tbody td{
  padding: 0;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-delete{
  padding: 36px 0 115px 30px;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-delete button{
  background: #c9c9c9;
  padding: 10px 25px 10px 20px;
  margin: 0;
}
.view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-delete button:before{
  content: '';
  background: url('../img/icons/ico-close-white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
/* prix */
.view-commerce-cart-form.view-display-id-default table tbody .views-field-commerce-total{
  padding: 44px 35px 0 0;
  font-size: 18px;
  line-height: 28px;
  color: #313131;
  text-align: right;
  font-weight: normal;
  transform: rotate(0.03deg);
}

/* total panier */
.view-commerce-cart-form.view-display-id-default .cart-total{
  margin: 0 15px;
}
.view-commerce-cart-form.view-display-id-default .cart-total .total-ttc{
  padding: 40px 15px 40px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.view-commerce-cart-form.view-display-id-default .cart-total .total-ttc span{
  font-size: 20px;
  color: #313131;
  display: inline-block;
  transform: rotate(0.03deg);
}
.view-commerce-cart-form.view-display-id-default .cart-total .total-ttc span.pull-right{
  padding-right: 20px;
}
.view-commerce-cart-form.view-display-id-default .cart-total .action{
  padding: 40px 15px 40px 0;
  max-width: 50%;
  min-height: 130px;
}
.view-commerce-cart-form.view-display-id-default .cart-total .action .pull-left{
  font-size: 18px;
  padding: 0 0 0 35px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.view-commerce-cart-form.view-display-id-default .cart-total .action .pull-left:before{
  content: '';
  background: url('../img/icons/faq/livraison-faq.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.view-commerce-cart-form.view-display-id-default .cart-total .action .pull-left a{
  font-size: 14px;
  text-decoration: none;
  color: #999;
}
.view-commerce-cart-form.view-display-id-default .cart-total ~ .form-actions{
  position: absolute;
  bottom: 0;
  right: 0;
}
.view-commerce-cart-form.view-display-id-default .form-actions .btn-info{
  background: #313131;
}
/* Vous n'avez rien oublié ? */
.view-commerce-cart-form.view-display-id-default .view-footer{
  margin: 0 -15px;
  position: relative;
  padding-top: 50px;
}
.view-commerce-cart-form.view-display-id-default .view-footer:before{
  content: '';
  background: #e6e6e6;
  width: 200vw;
  height: 1px;
  position: absolute;
  top: 0;
  left: -50vw;
}
.view-commerce-cart-form.view-display-id-default .view-footer > h3{
  font-family: 'Bodoni W01 Poster691960' !important;
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 60px;
  padding: 0 15px;
}
/*** Node couteau TEASER ***/
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau{
  position: relative;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .thumbnail{
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau.customizable .thumbnail:before{
  content: "Personnalisable";
  background-color: #C9C9C9;
  border-radius: 100px;
  padding: 4px 15px;
  color: white;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 10;
  transform: rotate(0.03deg);
  pointer-events: none;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .thumbnail .pull-right{
  width: 25%;
  text-align: right;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .thumbnail .pull-left{
  width: 75%;
  text-align: left;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .thumbnail .pull-left p.h3{
  font-size: 18px;
  color: #313131;
  line-height: 1.2;
  margin: 20px 0 0 0;
  transform: rotate(0.03deg);
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .thumbnail .pull-left p.h3 a{
  text-decoration: none;
  color: #313131;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .thumbnail .pull-left p.h3 a:hover,
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .thumbnail .pull-left p.h3 a:focus{
  color: #003567;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau img{
  padding: 20px 0;
  background: #f9f9f9;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .caption{
  padding: 0 0 50px 0;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau h3{
  color: #313131;
  font-size: 28px;
  line-height: 1.2;
  font-weight: normal;
  margin: 20px 0 0 0;
  transform: rotate(0.03deg);
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau h3 a{
  color: #313131;
  text-decoration: none;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau h3 a:hover,
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau h3 a:focus{
  color: #003567;
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau .caption_price{
  color: #003567;
  font-size: 24px;
  line-height: 1.6;
  padding: 0;
  margin: 20px 0 0 0;
  transform: rotate(0.03deg);
}
.view-commerce-cart-form.view-display-id-default .view-footer .node-couteau p[itemprop="description"]{
  font-size: 16px;
  line-height: 1.6;
  color: #999999;
  margin: 10px 0 0 0;
  transform: rotate(0.03deg);
}
/* col-sm-3 / col-sm-4 */
.view-commerce-cart-form .view-footer .node-couteau.col-sm-3 .thumbnail:before,
.view-commerce-cart-form .view-footer .node-couteaur.col-sm-4 .thumbnail:before{
  left: 32px;
}
.view-commerce-cart-form .view-footer .node-couteau.col-sm-3 h3,
.view-commerce-cart-form .view-footer .node-couteau.col-sm-4 h3{
  font-size: 18px;
}
.view-commerce-cart-form .view-footer .node-couteau.col-sm-3 .caption_price,
.view-commerce-cart-form .view-footer .node-couteau.col-sm-4 .caption_price{
  color: #313131;
  font-size: 16px;
}
@media(max-width: 1199px) and (min-width: 768px){
  .view-commerce-cart-form .view-footer .node-couteau .thumbnail .pull-right{
    width: 35%;
  }
  .view-commerce-cart-form .view-footer .node-couteau .thumbnail .pull-left{
    width: 65%;
  }
  .view-commerce-cart-form .view-footer .node-couteau h3 a{
    font-size: 16px;
  }
  .view-commerce-cart-form .view-footer .node-couteau.col-sm-3 .caption_price,
  .view-commerce-cart-form .view-footer .node-couteau.col-sm-4 .caption_price,
  .view-commerce-cart-form .view-footer .node-couteau p[itemprop="description"]{
    font-size: 14px;
  }
}
@media(max-width: 767px){
  .view-commerce-cart-form .view-footer .node-couteau h3,
  .view-commerce-cart-form .view-footer .node-couteau .caption_price{
    font-size: 16px;
  }
}
@media(max-width: 1199px){
  .view-commerce-cart-form.view-display-id-default table tbody .product-cart .product-cart-img{
    max-width: 170px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing{
    padding-left: 200px;
    padding-right: 20px;
  }
  .view-commerce-cart-form.view-display-id-default table thead th.views-field-edit-delete{
    padding: 15px 15px 15px 20px;
  }
  .view-commerce-cart-form.view-display-id-default table thead th.views-field-commerce-total{
    padding: 15px 20px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-delete{
    padding: 36px 0 100px 20px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-commerce-total{
    padding: 44px 20px 0 0;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total .total-ttc span.pull-right{
    padding-right: 5px;
  }
}
@media(max-width: 991px){
  .view-commerce-cart-form.view-display-id-default table tbody .product-cart .product-cart-img{
    position: static;
    max-width: 200px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing{
    padding-left: 0;
    padding-bottom: 30px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .product-cart-desc{
    margin-top: 10px;
  }
  .view-commerce-cart-form.view-display-id-default table thead th.views-field-edit-delete,
  .view-commerce-cart-form.view-display-id-default table thead th.views-field-commerce-total{
    padding: 15px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity{
    padding: 30px 15px 0 0;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-delete{
    padding: 30px 0 0 15px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-commerce-total{
    padding: 38px 20px 0 0;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing button{
    margin-bottom: 0;
  }
}
@media(max-width: 767px){
  .view-commerce-cart-form.view-display-id-default .table-responsive{
    margin: 30px 0;
    border: none;
  }
  .view-commerce-cart-form.view-display-id-default table tbody tr{
    border: none !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6 !important;
  }
  .view-commerce-cart-form.view-display-id-default table tbody tr ~ tr{
    padding-top: 30px;
  }
  .view-commerce-cart-form.view-display-id-default table tbody tr:last-of-type{
    border-bottom: 0 !important;
    padding-bottom: 0;
  }
  .view-commerce-cart-summary .table-responsive tbody td,
  .view-commerce-cart-form .table-responsive tbody td{
    padding: 0 0 20px 0 !important;
  }
  .view-commerce-cart-form.view-display-id-default .table-responsive td:before{
    display: none;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .product-cart{
    margin-top: 0;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-nothing{
    border-bottom: 0;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .product-cart .product-cart-img{
    max-width: inherit;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity{
    border-bottom: 0;
    padding: 10px 0 !important;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-delete{
    border-bottom: 0;
    padding: 10px 0 0 !important;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-edit-quantity .form-group{
    margin: 0;
  }
  .view-commerce-cart-form.view-display-id-default table tbody .views-field-commerce-total{
    display: none;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total{
    margin: 0;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total span.pull-right{
    padding-right: 0 !important;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total .total-ttc{
    padding: 30px 15px;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total .action{
    max-width: 100%;
    min-height: inherit;
    padding: 0 15px;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total .action .pull-left{
    max-width: 100%;
    min-height: inherit;
    padding: 30px 0 30px 40px;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total .action .pull-left:before{
    top: 30px;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total ~ .form-actions{
    position: static;
    margin-bottom: 30px;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total ~ .form-actions button{
    margin: 30px 0 0;
  }
  .view-commerce-cart-form.view-display-id-default .cart-total .action .pull-left a{
    display: block;
  }
  /* view footer */
  .view-commerce-cart-form.view-display-id-default .view-footer{
    padding-top: 30px;
  }
  .view-commerce-cart-form.view-display-id-default .view-footer > h3{
    font-size: 28px;
    margin-bottom: 30px;
  }
}
/****FIN PAGE PANIER *****/

/*********************/
/**** Mon Compte ****/
/*******************/

/* Success msg après création d'un compte */

.reassort.alert-success {
  width: 100% !important;
}
.alert.alert-success{
  width: 1140px;
  margin: 30px auto 0;
  transform: rotate(0.03deg);
  font-size: 16px;
}
@media(max-width: 1199px){
  .alert.alert-success{
    width: 940px;
  }
}
@media(max-width: 991px){
  .alert.alert-success{
    width: 720px;
  }
}
@media(max-width: 767px){
  .alert.alert-success{
    width: calc(100% - 30px);
  }
}

/* NON CONNECTÉ */
.alert{
  border-radius: 0px;
}
.page-user.not-logged-in .alert.alert-success,
.page-user.not-logged-in .alert.alert-danger{
  font-size: 16px;
  display: block;
  transform: rotate(0.03deg);
  margin-bottom: 30px;
}
.page-user.not-logged-in .container div.col-sm-12:before{
  content: '';
  background: white;
  height: 90px;
  width: 200vw;
  position: absolute;
  top: -20px;
  left: -50vw;
  z-index: -1;
}
.page-user.not-logged-in .container div.col-sm-12:after{
  content: '';
  background: #e6e6e6;
  height: 1px;
  width: 200vw;
  position: absolute;
  top: 70px;
  left: -50vw;
  z-index: -1;
}
form#user-login .header-title h3{
  font-family: 'MaisonNeueDemi' !important;
  color: #003567;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  transform: rotate(0.03deg);
  display: block;
  padding: 15px 0;
}
form#user-login .header-title .help a{
  font-size: 14px;
  color: white;
  letter-spacing: -0.1px;
  background: #313131;
  padding: 5px 15px;
  margin: 10px 0 0 0;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
form#user-login .header-title + .row{
  padding-top: 50px;
}
form#user-login .col-sm-3{
  width: 33%;
}
form#user-login #user_login_form{
  width: 100%;
}
form#user-login #user_login_form,
form#user-login .create-compte,
form#user-login .no-create-compte{
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  border: solid 1px #e6e6e6;
  padding: 0;
  min-height: 427px;
  position: relative;
}
form#user-login .create-compte .info-account {
  margin-top: 20px;
}
form#user-login .create-compte .info-account li {
  font-size: 16px;
  line-height: 28px;
  transform: rotate(0.03deg);
}
form#user-login #user_login_form:before,
form#user-login .create-compte:before,
form#user-login .no-create-compte:before{
  content: '';
  background: #f9f9f9;
  height: 76px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
form#user-login #user_login_form:after,
form#user-login .create-compte:after,
form#user-login .no-create-compte:after{
  content: '';
  background: #e6e6e6;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 76px;
  left: 0;
  visibility: visible;
}
form#user-login #user_login_form h1,
form#user-login .create-compte h4,
form#user-login .no-create-compte h4{
  padding: 25px;
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1;
  color: #313131;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  transform: rotate(0.03deg);
  text-transform: none;
}
form#user-login .create-compte h4:after,
form#user-login .no-create-compte h4:after{
  display: none;
}
form#user-login .create-compte .content,
form#user-login .no-create-compte .content{
  padding: 0 25px;
}
form#user-login .create-compte .content p:last-of-type,
form#user-login .no-create-compte .content p:last-of-type{
  margin: 25px 0 0 0;
  font-size: 16px;
}
form#user-login #user_login_form .form-type-textfield,
form#user-login #user_login_form .form-type-password{
  padding: 0 25px;
}

form#user-login #user_login_form .login-password{
  color: #999 !important;
  text-decoration: underline;
  font-size: 14px;
  padding: 0 35px;
  margin: 30px 0 40px;
  transform: rotate(0.03deg);
}
form#user-login #user_login_form .login-password:before{
  content: '';
  background: url('../img/icons/faq/cgv-faq.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  float: left;
  width: 24px;
  height: 24px;
  margin: -2px 10px 0 0;
}
form#user-login #user_login_form button{
  margin: 17px 25px;
  padding: 8px 25px;
  font-size: 15px;
}
form#user-login #user_login_form button + button{
  margin-left: 0;
}
form#user-login .create-compte .action a.btn,
form#user-login .no-create-compte .action button.btn{
  font-family: 'MaisonNeueBook';
  border-radius: 0;
  background: #003567;
  color: white !important;
  text-decoration: none;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 25px;
  position: absolute;
  bottom: 17px;
  left: 25px;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  outline: none;
  margin: 0;
}
form#user-login .create-compte .action a.btn:hover,
form#user-login .create-compte .action a.btn:focus,
form#user-login .no-create-compte .action button.btn:hover,
form#user-login .no-create-compte .action button.btn:focus{
  background: #313131;
  outline: none;
}
@media(max-width: 1199px){
  form#user-login #user_login_form button{
    margin: 17px 20px;
    padding: 8px 15px;
  }
  form#user-login #user_login_form,
  form#user-login .create-compte,
  form#user-login .no-create-compte{
    min-height: 470px;
  }
}
@media(max-width: 991px){
  form#user-login .col-sm-3,
  form#user-login .col-sm-4{
    width: 100%;
  }
  form#user-login #user_login_form,
  form#user-login .create-compte,
  form#user-login .no-create-compte{
    min-height: 310px;
  }
  form#user-login #user_login_form h1,
  form#user-login .create-compte h4,
  form#user-login .no-create-compte h4{
    padding: 15px;
  }
  form#user-login #user_login_form .form-type-textfield,
  form#user-login #user_login_form .form-type-password {
    padding: 0 15px;
  }
  form#user-login #user_login_form .login-password{
    padding: 0 20px;
    margin: 20px 0 40px;
  }
  form#user-login #user_login_form button{
    margin: 20px !important;
    display: block;
  }
  form#user-login .create-compte{
    margin-bottom: 50px;
  }
  form#user-login .create-compte .content p:last-of-type,
  form#user-login .no-create-compte .content p:last-of-type{
    margin: 15px 0 0 0;
    font-size: 14px;
  }
  form#user-login .create-compte .info-account li{
    font-size: 14px;
    line-height: 22px;
  }
}
@media(max-width: 767px){
  form#user-login #user_login_form,
  form#user-login .create-compte,
  form#user-login .no-create-compte{
    min-height: 360px;
  }
}
/*********************/
/**** S'inscrire ****/
/*******************/
.page-user-register div.col-sm-12{
  height: 0;
}
.page-user-password div.col-sm-12 .alert,
.page-user-register div.col-sm-12 .alert,
.page-user-addressbook-billing-create div.col-sm-12 .alert,
.page-user-addressbook-shipping-create div.col-sm-12 .alert,
.page-user-addressbook-billing-edit div.col-sm-12 .alert,
.page-user-addressbook-shipping-edit div.col-sm-12 .alert{
  position: absolute;
  width: 30%;
  top: 125px;
  right: 0;
  z-index: 1;
  padding: 25px;
}
.page-user-password div.col-sm-12 .alert .close,
.page-user-register div.col-sm-12 .alert .close,
.page-user-addressbook-billing-create div.col-sm-12 .alert .close,
.page-user-addressbook-shipping-create div.col-sm-12 .alert .close,
.page-user-addressbook-billing-edit div.col-sm-12 .alert .close,
.page-user-addressbook-shipping-edit div.col-sm-12 .alert .close{
  margin: -10px -10px 0 0;
}
.page-user-password div.col-sm-12 .alert,
.page-user-addressbook-billing-create div.col-sm-12 .alert,
.page-user-addressbook-shipping-create div.col-sm-12 .alert,
.page-user-addressbook-billing-edit div.col-sm-12 .alert,
.page-user-addressbook-shipping-edit div.col-sm-12 .alert{
  font-size: 16px;
  display: block;
  word-wrap: break-word;
  transform: rotate(0.03deg);
}
.page-user-register div.col-sm-12 .alert li{
}
.page-user-password div.col-sm-12 .alert li a,
.page-user-register div.col-sm-12 .alert li a,
.page-user-addressbook-billing-create div.col-sm-12 .alert li a,
.page-user-addressbook-shipping-create div.col-sm-12 .alert li a,
.page-user-addressbook-billing-edit div.col-sm-12 .alert li a,
.page-user-addressbook-shipping-edit div.col-sm-12 .alert li a{
  color: #873635;
  text-decoration: underline;
  display: block;
}
.page-user-register h1{
  font-family: 'MaisonNeueDemi' !important;
  color: #003567;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  transform: rotate(0.03deg);
  display: block;
  padding: 15px 0;
  margin: 0 0 40px;
}
form .help-block{
  font-size: 14px;
}
form .password-strength-text{
  font-size: 14px !important;
  display: inline-block;
  transform: rotate(0.03deg);
}
form .password-confirm{
  font-size: 14px;
  display: block;
  transform: rotate(0.03deg);
}
form .password-confirm span{
  float: right;
}
form .password-strength-title{
  color: #999;
  font-size: 14px !important;
  display: inline-block;
  transform: rotate(0.03deg);
}
form .password-suggestions{
  padding: 30px !important;
  background: white;
  border-radius: 0;
  border-color: #e6e6e6 !important;
  font-style: inherit !important;
  font-size: 16px !important;
  color: #313131 !important;
  transform: rotate(0.03deg);
}
form .password-suggestions ul{
  padding-top: 10px;
}
.page-user-register button.form-submit{
  margin: 20px 0 !important;
}
a.login-account{
  color: #003567;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0;
  transform: rotate(0.03deg);
}
a.login-account:before{
  content: " ‹";
  margin-right: 5px;
}
a.login-account:hover,
a.login-account:focus{
  text-decoration: none;
  color: #313131;
}

@media(max-width: 767px){
  #user_register_form{
    width: 100% !important;
  }
  .page-user-password div.col-sm-12,
  .page-user-register div.col-sm-12,
  .page-user-addressbook-billing-create div.col-sm-12,
  .page-user-addressbook-shipping-create div.col-sm-12,
  .page-user-addressbook-billing-edit div.col-sm-12,
  .page-user-addressbook-shipping-edit div.col-sm-12{
    height: auto;
  }
  .page-user-password section.col-sm-12,
  .page-user-register section.col-sm-12,
  .page-user-addressbook-billing-create section.col-sm-12,
  .page-user-addressbook-shipping-create section.col-sm-12,
  .page-user-addressbook-billing-edit section.col-sm-12,
  .page-user-addressbook-shipping-edit section.col-sm-12{
    position: static;
  }
  .page-user-password div.col-sm-12 .alert,
  .page-user-register div.col-sm-12 .alert,
  .page-user-addressbook-billing-create div.col-sm-12 .alert,
  .page-user-addressbook-shipping-create div.col-sm-12 .alert,
  .page-user-addressbook-billing-edit div.col-sm-12 .alert,
  .page-user-addressbook-shipping-edit div.col-sm-12 .alert{
    position: relative;
    width: 100%;
    top: 100px;
    margin-bottom: 120px;
  }
  .page-user-addressbook-shipping-create div.col-sm-12 .alert,
  .page-user-addressbook-shipping-edit div.col-sm-12 .alert{
    top: 60px;
  }
  .page-user-password h1,
  .page-user-register h1{
    position: absolute;
    top: 95px;
  }
  .page-user-addressbook-billing-create h1{
    position: absolute;
    top: 0;
  }
  form .password-strength,
  form .password-confirm{
    width: 100% !important;
  }
  form .password-suggestions{
    padding: 20px !important;
  }
  .page-user-password .form-item-name,
  .page-user-register .form-item-name{
    margin-top: 90px;
  }
}
/******************************/
/**** Mot de passe oublié ****/
/****************************/
.page-user-password #user-pass{
  width: 65%;
}
.page-user-password #user-pass h1{
  font-family: 'MaisonNeueDemi' !important;
  color: #003567;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  transform: rotate(0.03deg);
  display: block;
  padding: 15px 0;
  margin: 0 0 40px;
}
@media(max-width: 767px){
  .page-user-password #user-pass{
    width: 100%;
  }
}

/*********************/
/**** Mon Compte ****/
/*******************/
/* CONNECTÉ */
.page-user,
.page-user-password{
  background: #fdfdfd;
}
.page-user-.not-logged-in .container div.col-sm-12:before,
.page-admin-commerce.not-logged-in .container div.col-sm-12:before,
.page-user-password .container div.col-sm-12:before,
.page-user-register .container div.col-sm-12:before,
.page-user:not(.not-logged-in) .container div.col-sm-12:before{
  content: '';
  background: white;
  height: 90px;
  width: 200vw;
  position: absolute;
  top: -20px;
  left: -50vw;
  z-index: -1;
}
.page-user-.not-logged-in .container div.col-sm-12:after,
.page-admin-commerce.not-logged-in .container div.col-sm-12:after,
.page-user-password .container div.col-sm-12:after,
.page-user-register .container div.col-sm-12:after,
.page-user:not(.not-logged-in) .container div.col-sm-12:after{
  content: '';
  background: #e6e6e6;
  height: 1px;
  width: 200vw;
  position: absolute;
  top: 70px;
  left: -50vw;
  z-index: -1;
}
.page-user .container div.col-sm-12 h1.page-header,
.page-admin-commerce.not-logged-in .container div.col-sm-12 h1.page-header{
  font-family: 'MaisonNeueDemi' !important;
  color: #003567;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  transform: rotate(0.03deg);
  display: block;
  padding: 15px 0;
}
.page-user .container div.col-sm-12 .action-links{
  top: 5px;
  right: 30px;
}
.page-user .container div.col-sm-12 .action-links a.btn{
  font-family: 'MaisonNeueBook';
  border-radius: 0;
  background: #003567;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  outline: none;
}
.page-user .container div.col-sm-12 .action-links a.btn i{
  display: none;
}
.page-user .container div.col-sm-12 .action-links a.btn:hover,
.page-user .container div.col-sm-12 .action-links a.btn:focus{
  background: #313131;
  outline: none;
}
.page-user .container div.col-sm-12 .tabs{
  padding-top: 50px;
}
.page-user .container div.col-sm-12 .tabs:empty{
  display: none;
}
.page-user .container div.col-sm-12 .tabs .nav-tabs{
  border-bottom-color: #e6e6e6;
}
.page-user .container div.col-sm-12 .tabs .nav-tabs li a{
  color: #999;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 8px 14px;
  display: block;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.page-user .container div.col-sm-12 .tabs .nav-tabs li a:hover,
.page-user .container div.col-sm-12 .tabs .nav-tabs li a:focus{
  background: #f9f9f9;
}
.page-user .container div.col-sm-12 .tabs .nav-tabs li.active a{
  border-bottom: 1px solid #fff;
  color: #313131;
}
.page-user .container div.col-sm-12 .tabs .nav-tabs li + li a{
  margin-left: 8px;
}
@media(max-width: 767px){
  .page-user .container div.col-sm-12 .tabs .nav-tabs li{
    display: block;
    float: none;
  }
  .page-user .container div.col-sm-12 .tabs .nav-tabs li + li a{
    margin-left: 0;
  }
  .page-user .container div.col-sm-12 .tabs .nav-tabs li a{
    border-radius: 0;
  }
}
/* Contenu page mon compte */
.page-user.logged-in .container section.col-sm-12{
  background: white;
  margin: 0 15px 30px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: calc(100% - 30px);
  min-height: 105px;
}
.page-user.logged-in .container section.col-sm-12 .profile{
  padding: 30px 15px;
}
.page-user.logged-in .profile h3{
  font-family:'Bodoni W01 Poster691960' !important;
  color: #003567;
  font-size: 30px;
  border: none;
  margin: 20px 0;
  text-transform: inherit;
  transform: rotate(0.03deg);
}
.page-user.logged-in .profile ul{
  margin: 0 -15px;
  overflow: auto;
}
.page-user.logged-in .profile ul:first-of-type{
  margin: 0 -15px 70px;
}
.page-user.logged-in .profile ul:first-of-type li{
  width: 33%;
  padding: 0 15px;
  float: left;
}
.page-user.logged-in .profile ul li h4{
  text-transform: none;
  font-size: 18px;
  color: #313131;
  display: inline-block;
  transform: rotate(0.03deg);
}
.page-user.logged-in .profile ul li h4:empty{
  display: none;
}
.page-user.logged-in .profile ul li h4 i,
.page-user.logged-in .profile ul li h4:after{
  display: none;
}
.page-user.logged-in .profile ul li > div{
  margin: 10px 0 0 0;
}
.page-user.logged-in .profile ul li > div p{
  font-size: 16px;
}
.page-user.logged-in .profile ul li > div > a{
  font-family: 'MaisonNeueBook';
  border-radius: 0;
  background: #003567;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 20px;
  margin: 20px 0 0;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  outline: none;
}
.page-user.logged-in .profile ul li > div > a:hover,
.page-user.logged-in .profile ul li > div > a:focus{
  background: #313131;
  outline: none;
}
.page-user.logged-in .profile .field-type-addressfield{
  font-style: inherit;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  margin: 0 !important;
  transform: rotate(0.03deg);
}

.page-user.logged-in .view-id-commerce_backoffice_user_orders{
  margin: 15px;
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders .view-empty{
  margin-top: 30px;
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table{
  border: 1px solid #e6e6e6;
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table th,
.page-user.logged-in .view-id-commerce_backoffice_user_orders table td,
.page-user.logged-in .view-id-commerce_backoffice_user_orders table td{
  background: transparent;
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table thead th{
  padding: 7px 10px 10px;
  border-bottom: none;
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table thead a{
  color: #003567;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  transform: rotate(0.03deg);
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table tbody td{
  color: #313131;
  font-size: 16px;
  line-height: 1.2;
  vertical-align: middle;
  transform: rotate(0.03deg);
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table tbody td a{
  color: #003567;
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table tbody td.views-field-order-id a{
  color:white;
  display: block;
  background-color: #003567;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
.page-user.logged-in .view-id-commerce_backoffice_user_orders table tbody td.views-field-order-id a:hover,
.page-user.logged-in .view-id-commerce_backoffice_user_orders table tbody td.views-field-order-id a:focus{
  background: #313131;
}
.page-user.logged-in .more-link a{
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
  transform: rotate(0.03deg);
}
@media(max-width: 991px){
  .page-user.logged-in .profile ul:first-of-type li{
    width: 100%;
  }
}
@media(max-width: 767px){
  .page-user.page-user- .container div.col-sm-12 .action-links{
    top: 52px;
    left: 15px;
  }
  /* seulement la page Mon compte */
  .page-user.page-user-:not(.page-user-edit):not(.page-user-orders):not(.page-user-addressbook-billing-create):not(.page-user-addressbook-shipping-create):not(.page-user-addressbook-shipping-edit):not(.page-user-addressbook-shipping-edit) .container div.col-sm-12:before{
    height: 130px;
  }
  .page-user.page-user-:not(.page-user-edit):not(.page-user-orders):not(.page-user-addressbook-billing-create):not(.page-user-addressbook-shipping-create):not(.page-user-addressbook-shipping-edit):not(.page-user-addressbook-shipping-edit) .container div.col-sm-12:after{
    top: 110px;
  }
  .page-user.page-user-:not(.page-user-edit):not(.page-user-orders):not(.page-user-addressbook-billing-create):not(.page-user-addressbook-shipping-create):not(.page-user-addressbook-shipping-edit):not(.page-user-addressbook-shipping-edit) .container div.col-sm-12 .tabs{
    padding-top: 90px;
  }
  /***/
  .page-user.logged-in .container section.col-sm-12{
    min-height: 180px;
  }
  .page-user.logged-in .container section.col-sm-12 .profile{
    padding: 10px;
  }
  .page-user.logged-in .profile h3{
    font-size: 28px;
    margin: 20px 0 0;
  }
  .page-user .view-commerce-backoffice-user-orders .table-responsive{
    padding: 0;
    border: none;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl{
    margin: 0;
    border:1px solid #e6e6e6;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl:first-of-type{
    border:none;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dt{
    padding: 8px 10px;
    margin-top: 0;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl.odd,
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl.even{
    margin-bottom: 30px;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dt a,
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dd a{
    font-size: 16px;
    color:#003567;
    display: block;
    transform: rotate(0.03deg);
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dd{
    font-size: 16px;
    color:#313131;
    display: block;
    transform: rotate(0.03deg);
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dt a:hover,
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dt a:focus{
    color:#313131;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dd{
    margin: 0;
    padding: 10px;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dt.views-field-order-id{
    display: none;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dd.views-field-order-id{
    padding: 0;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dd.views-field-order-id a{
    display: block;
    color:white;
    background-color: #003567;
    text-align: center;
    padding: 10px;
  }
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dd.views-field-order-id a:hover,
  .page-user .view-commerce-backoffice-user-orders .table.responsive dl dd.views-field-order-id a:focus{
    text-decoration: none;
    opacity: 0.90;
  }
}

/* Contenu page Mettre à jour son compte / Supprimer son compte */
.page-user.logged-in .container section.col-sm-12 #user-profile-form{
  padding: 30px 15px;
  max-width: 65%;
}
.page-user.logged-in .container section.col-sm-12 #user-profile-form button{
  line-height: 1;
}
.page-user.logged-in .container section.col-sm-12 #user-profile-form button#edit-cancel{
  background: #c9c9c9;
}
@media(max-width: 767px){
  .page-user.logged-in .container section.col-sm-12 #user-profile-form{
    max-width: 100%;
    padding: 15px 10px;
  }
}
/* Contenu page Carnet d'adresses */
.page-user.logged-in .container div.col-sm-12 .tabs--secondary{
  position: absolute;
  z-index: 1;
  left: 45px;
  margin-top: 30px;
}
.page-user.logged-in .container div.col-sm-12 .tabs--secondary li a{
  border: 1px solid #003567;
  color: #003567;
  font-size: 16px;
  display: block;
  padding: 8px 15px;
  transform: rotate(0.03deg);
}
.page-user.logged-in .container div.col-sm-12 .tabs--secondary li a.active{
  background: #003567;
  color: white;
}
.page-user.logged-in #commerce-addressbook-billing-default,
.page-user.logged-in #commerce-addressbook-shipping-default{
  padding-top: 110px;
}
.page-user.logged-in #commerce-addressbook-billing-default .col-xs-3.col-xs-offset-3,
.page-user.logged-in #commerce-addressbook-shipping-default .col-xs-3.col-xs-offset-3{
  padding: 10px 15px;
  margin-left: 15px;
  font-size: 16px;
  color: #313131;
  display: block;
  transform: rotate(0.03deg);
  width: 35%;
}
.page-user.logged-in #commerce-addressbook-billing-default .col-xs-6,
.page-user.logged-in #commerce-addressbook-shipping-default .col-xs-6{
  padding: 10px 15px;
  width: 60%;
}
.page-user.logged-in #commerce-addressbook-billing-default .col-xs-6 a.btn,
.page-user.logged-in #commerce-addressbook-shipping-default .col-xs-6 a.btn{
  font-family: 'MaisonNeueBook';
  border-radius: 0;
  background: #003567;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  outline: none;
}
.page-user.logged-in #commerce-addressbook-billing-default .col-xs-6 a.btn:hover,
.page-user.logged-in #commerce-addressbook-billing-default .col-xs-6 a.btn:focus,
.page-user.logged-in #commerce-addressbook-shipping-default .col-xs-6 a.btn:hover,
.page-user.logged-in #commerce-addressbook-shipping-default .col-xs-6 a.btn:focus{
  background: #313131;
  outline: none;
}
.page-user.logged-in #commerce-addressbook-billing-default .col-xs-6 a.btn-danger,
.page-user.logged-in #commerce-addressbook-shipping-default .col-xs-6 a.btn-danger{
  background: #c9c9c9;
}
@media(max-width: 767px){
  .page-user.logged-in .container div.col-sm-12 .tabs--secondary{
    width: calc(100% - 80px);
  }
  .page-user.logged-in .container div.col-sm-12 .tabs--secondary li a{
    border-radius: 0;
    width: 100%;
  }
  .page-user.logged-in #commerce-addressbook-billing-default .col-xs-3.col-xs-offset-3,
  .page-user.logged-in #commerce-addressbook-shipping-default .col-xs-3.col-xs-offset-3{
    padding: 15px 30px;
    margin: 0;
    width: 100%;
  }
  .page-user.logged-in #commerce-addressbook-billing-default .col-xs-6 a.btn,
  .page-user.logged-in #commerce-addressbook-shipping-default .col-xs-6 a.btn{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
  }
}
/**/

/* Ajouter/modifier une adresse */
.page-user-addressbook-billing-create.page-user.logged-in .container section.col-sm-12,
.page-user-addressbook-shipping-create.page-user.logged-in .container section.col-sm-12,
.page-user-addressbook-billing-edit.page-user.logged-in .container section.col-sm-12,
.page-user-addressbook-shipping-edit.page-user.logged-in .container section.col-sm-12{
  margin: 60px 0;
  border: none;
  padding: 0;
  background: transparent;
  width: 65%;
}
.page-user-addressbook-billing-create.page-user.logged-in #commerce-addressbook-customer-profile-form,
.page-user-addressbook-shipping-create.page-user.logged-in #commerce-addressbook-customer-profile-form,
.page-user-addressbook-billing-edit.page-user.logged-in #commerce-addressbook-customer-profile-form,
.page-user-addressbook-shipping-edit.page-user.logged-in #commerce-addressbook-customer-profile-form{
  margin: 0 15px;
}
.page-user-addressbook-billing-create.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset,
.page-user-addressbook-shipping-create.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset,
.page-user-addressbook-billing-edit.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset,
.page-user-addressbook-shipping-edit.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset{
  border:none;
  background: transparent;
  box-shadow: none;
}
.page-user-addressbook-billing-create.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset legend,
.page-user-addressbook-shipping-create.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset legend,
.page-user-addressbook-billing-edit.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset legend,
.page-user-addressbook-shipping-edit.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset legend{
  padding: 0;
  border: none;
  background: transparent;
  color: #313131;
  font-size: 20px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.page-user-addressbook-billing-create.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset .panel-body,
.page-user-addressbook-shipping-create.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset .panel-body,
.page-user-addressbook-billing-edit.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset .panel-body,
.page-user-addressbook-shipping-edit.page-user.logged-in #commerce-addressbook-customer-profile-form fieldset .panel-body{
  border: 1px solid #e6e6e6;
  background: #fff;
}
@media(max-width: 767px){
  .page-user-addressbook-billing-create.page-user.logged-in .container section.col-sm-12,
  .page-user-addressbook-shipping-create.page-user.logged-in .container section.col-sm-12,
  .page-user-addressbook-billing-edit.page-user.logged-in .container section.col-sm-12,
  .page-user-addressbook-shipping-edit.page-user.logged-in .container section.col-sm-12{
    width: 100%;
  }
  .page-user-addressbook-billing-create.page-user.logged-in div.addressfield-container-inline > div.form-item,
  .page-user-addressbook-shipping-create.page-user.logged-in div.addressfield-container-inline > div.form-item,
  .page-user-addressbook-billing-edit.page-user.logged-in div.addressfield-container-inline > div.form-item,
  .page-user-addressbook-shipping-edit.page-user.logged-in div.addressfield-container-inline > div.form-item{
    margin-right: 0;
    width: 100%;
  }
}

/*** Détail d'une commande passée ***/
.page-user-orders.page-user.logged-in .container div.col-sm-12 .action-links a{
  font-family: 'MaisonNeueBook';
  border-radius: 0;
  background: #003567;
  color: white;
  border: none;
  font-size: 15px;
  line-height: 1;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
  transform: rotate(0.03deg);
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
  outline: none;
}
.page-user-orders.page-user.logged-in .container div.col-sm-12 .action-links a i{
  display: none;
}
.page-user-orders.page-user.logged-in .container div.col-sm-12 .action-links a:hover,
.page-user-orders.page-user.logged-in .container div.col-sm-12 .action-links a:focus{
  background: #313131;
}
.page-user-orders-.page-user.logged-in .container section.col-sm-12{
  margin-top: 60px;
  border:none;
  padding: 0;
  background: transparent;
}
.page-user-orders .commerce-order-commerce-order table{
  border:1px solid #e6e6e6;
}
.page-user-orders .commerce-order-commerce-order table thead tr{
  background-color: #f9f9f9;
  font-size: 16px;
  transform: rotate(0.03deg);
  color: #313131;
}
.page-user-orders .commerce-order-commerce-order table tbody tr td{
  font-size: 16px;
  padding: 12px;
  transform: rotate(0.03deg);
}
.page-user-orders .commerce-order-commerce-order table tbody tr td a{
  color: #003567;
}
.page-user-orders .commerce-order-commerce-order table.commerce-price-formatted-components,
.page-user-orders .commerce-order-commerce-order .commerce-order-handler-area-order-vat table{
  width: 50%;
}
.page-user-orders .commerce-order-commerce-order .field-name-commerce-order-total table tr td{
  padding: 5px 15px;
  background-color: white;
  border:none;
}

.page-user-orders .commerce-order-commerce-order .commerce-order-handler-area-order-vat table tr td{
  padding: 5px 15px;
  font-size: 14px;
}
.page-user-orders .commerce-order-commerce-order .field-name-commerce-order-total table tr.component-type-commerce-price-formatted-amount,
.page-user-orders .commerce-order-commerce-order .field-name-commerce-order-total table tr.component-type-commerce-price-formatted-amount td{
  background-color: transparent;
}

/* tableau responsive */
.page-user .commerce-order-commerce-order .table-responsive{
  border:none;
}
.page-user .commerce-order-commerce-order .table-responsive dl{
  margin: 0;
}
.page-user .commerce-order-commerce-order .table-responsive dl.odd,
.page-user .commerce-order-commerce-order .table-responsive dl.even{
  margin-bottom: 30px;
  border:1px solid #e7e7e7;
}
.page-user .commerce-order-commerce-order .table-responsive dl dt{
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
  transform: rotate(0.03deg);
}
.page-user .commerce-order-commerce-order .table-responsive dl dt.views-field-commerce-total {
  text-align: left;
}
.page-user .commerce-order-commerce-order .table-responsive dl dd{
  margin:0;
  padding: 10px;
  font-size: 16px;
  transform: rotate(0.03deg)
}
.page-user .commerce-order-commerce-order .table-responsive dl dd.views-field-commerce-total {
  text-align: left;
}
.field-name-commerce-customer-shipping,
.field-name-commerce-customer-billing{
  font-size: 16px;
  margin-bottom: 30px;
  transform: rotate(0.03deg);
}
.field-name-commerce-customer-shipping .field-label,
.field-name-commerce-customer-billing .field-label{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: normal;
  transform: rotate(0.03deg);
}
.view-commerce-message-messages h2{
  font-size: 20px;
  margin: 30px 0;
  color: #313131;
  transform: rotate(0.03deg);
}
@media(max-width: 767px){
  /* seulement la page historique de la commande */
  .page-user-orders.page-user.logged-in .container section.col-sm-12{
    margin-top: 0;
    padding-top: 30px;
  }
  .page-user.logged-in .view-id-commerce_backoffice_user_orders .view-empty{
    margin-top: -30px;
    padding-top: 30px;
  }

  .page-user-orders .commerce-order-commerce-order table.commerce-price-formatted-components,
  .page-user-orders .commerce-order-commerce-order .commerce-order-handler-area-order-vat table {
    width: 100%;
  }
}
/* Accès refusé */
.not-logged-in.page-user- section.col-sm-12,
.not-logged-in.page-admin-commerce section.col-sm-12{
  margin: 60px 0;
}
.not-logged-in.page-user- section.col-sm-12 #user-login-form,
.not-logged-in.page-admin-commerce section.col-sm-12 #user-login-form{
  margin: 20px 0 0 0;
  width: 65%;
}
.not-logged-in.page-user- section.col-sm-12 #user-login-form ul li a,
.not-logged-in.page-admin-commerce section.col-sm-12 #user-login-form ul li a{
  font-size: 16px;
  color: #003567;
  padding-bottom: 5px;
  text-decoration: underline;
  display: inline-block;
  transform: rotate(0.03deg);
}
@media(max-width: 767px){
  .not-logged-in.page-user- .container div.col-sm-12:before,
  .not-logged-in.page-admin-commerce .container div.col-sm-12:before{
    height: 90px !important;
  }
  .not-logged-in.page-user- .container div.col-sm-12:after,
  .not-logged-in.page-admin-commerce .container div.col-sm-12:after{
    top: 70px !important;
  }
  .not-logged-in.page-user- section.col-sm-12 #user-login-form,
  .not-logged-in.page-admin-commerce section.col-sm-12 #user-login-form{
    width: 100%;
  }
}

/* User password reset */
form#user-pass-reset{
  margin: 20px 0 0 0;
}
form#user-pass-reset button.form-submit{
  margin: 30px 0 10px 0;
}
/**/
/*** FIN ESPACE MON COMTPE ***/

/* Bloc avec vidéo */
div.has-video{
  position: relative;
  overflow: hidden;
}
div.has-video .content{
  position: relative;
}
div.has-video a:before{
  content: '';
  background: url('../img/icons/player-white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 48px;
  height: 48px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div.has-video iframe{
  width: 100%;
}
@media(min-width: 768px){
  .full-video div.has-video a:before{
    width: 96px;
    height: 96px;
  }
}
@media(max-width: 767px){
  div.has-video iframe{
    height: 100%;
  }
}
/**/

/*** Newsletter ***/
#block-opinel-social-newsletter .col-sm-6.col-sm-push-3{
  width: 65%;
  left: inherit;
  padding: 0;
}
#block-opinel-social-newsletter .text-center{
  text-align: left;
}
@media(max-width: 767px){
  #block-opinel-social-newsletter .col-sm-6.col-sm-push-3{
    width: 100%;
  }
}
/**/

/*** Page 404 ***/
#node-3123 .columns{
  columns: inherit;
}
/**/

/*** Cookies ***/
.cc-floating{
  background-color: #003567 !important;
}
.cc-floating .cc-message{
  font-size: 16px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.cc-floating .cc-message a{
  opacity: 1;
}
.cc-floating .cc-compliance a{
  font-family: 'MaisonNeueBook';
  transform: rotate(0.03deg);
}
.cc-floating .cc-compliance a.cc-allow{
  border:1px solid white;
  text-decoration: none;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
/* HACK IE */
@media screen and (min-width:0\0){
  .cc-floating .cc-compliance a.cc-allow{
    white-space: normal;
    display: inline-table;
  }
  .cc-floating .cc-message{
    margin-bottom: 30px;
  }
}
.cc-floating .cc-compliance a.cc-allow:hover,
.cc-floating .cc-compliance a.cc-allow:focus{
  background: white;
  color: #003567;
}
/**/
.cc-revoke.cc-bottom:not(.active){
  display: none !important;
}
.cc-revoke.cc-bottom{
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.cc-revoke.cc-bottom h2.revoke-link{
  margin: 15px;
  font-size: 15px;
  transform: rotate(0.03deg);
}
.cc-revoke.cc-bottom.active .close{
  top: -2px;
  right: 10px;
  opacity: 1;
  font-size: 20px;
}
.cc-revoke.cc-bottom.active .cc-message{
  font-family: 'MaisonNeueBook';
  font-size: 15px;
  margin: 15px;
  display: inline-block;
  transform: rotate(0.03deg);
}
.cc-revoke.cc-bottom.active .cc-message a{
  opacity: 1;
}
.cc-revoke.cc-bottom.active .cc-compliance{
  margin: 0 15px;
}
.cc-revoke.cc-bottom.active .cc-compliance a{
  font-family: 'MaisonNeueBook';
  transform: rotate(0.03deg);
}
.cc-revoke.cc-bottom.active .cc-compliance a.cc-allow{
  border:1px solid white;
  text-decoration: none;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s, color 0.3s ease 0s;
}
.cc-revoke.cc-bottom.active .cc-compliance a.cc-allow:hover,
.cc-revoke.cc-bottom.active .cc-compliance a.cc-allow:focus{
  background: white;
  color: #003567;
}
@media(max-width: 767px){
  .cc-revoke.cc-bottom h2.revoke-link{
    margin: 12px 15px;
  }
}
/**/

/*** USA redirect ***/
#notification-country{
  max-width: 720px;
  width: 100% !important;
  padding: 110px 120px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #e6e6e6 !important;
  text-align: left !important;
  top: 50% !important;
  bottom: inherit !important;
  left: 50% !important;
  right: inherit !important;
  transform: translateX(-50%) translateY(-50%);
  background-image: url('../img/icons/bkg-maps.svg');
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 50%;
  display: none;
}
#notification-country .close{
  width: 20px;
  height: 20px;
  top: 30px !important;
  right: 30px !important;
}
#notification-country .close:before{
  content: '';
  background: url('../img/icons/cross.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
#notification-country .close span{
  display: none;
}
#notification-country p{
  color: #313131;
  font-size: 18px !important;
  margin-bottom: 0 !important;
  display: inline-block;
}
#notification-country p:after{
  content: '';
  background: url('../img/icons/ico-united_states.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 32px;
  right: -30px;
}
#notification-country a{
  display: block;
  margin-top: 40px;
  background: #003567;
  color: white;
  text-decoration: none;
  padding: 8px 15px;
  width: 160px;
  font-size: 15px !important;
  text-align: center;
  transition: background 0.3s ease 0s;
  -webkit-transition: background 0.3s ease 0s;
}
#notification-country a:hover,
#notification-country a:focus{
  background: black;
}
@media(max-width: 767px){
  #notification-country{
    max-width: calc(100% - 60px);
    padding: 60px 30px !important;
  }
  #notification-country .close{
    top: 20px !important;
    right: 20px !important;
  }
  #notification-country p{
    padding-right: 30px;
  }
  #notification-country p:after{
    right: 0;
  }
}
/**/

/* Modal article non dispo panier **/
#modalBackdrop{
  background: rgba(0,0,0,0.2) none repeat scroll 0% 0% !important;
  height: 100% !important;
}
#modalContent .ctools-modal-dialog{
  max-width: 500px;
}
#modalContent .ctools-modal-dialog .modal-content{
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: none;
  border-radius: 0;
}
#modalContent .ctools-modal-dialog .modal-header{
  position: absolute;
  padding: 0;
  border: none;
  min-height: inherit;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  z-index: 10;
}
#modalContent .ctools-modal-dialog .modal-header h4{
  display: none;
}
#modalContent .ctools-modal-dialog .modal-header .close{
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-image: url('../img/icons/ico-close-grey-large.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 1;
  text-indent: -9999px;
}
#modalContent .ctools-modal-dialog #modal-content{
  width: 100% !important;
  height: auto !important;
  padding: 90px 15px !important;
  text-align: center;
}
#modalContent .ctools-modal-dialog #modal-content .modal-message{
  font-size: 18px !important;
  line-height: 1.56 !important;
  color: #313131 !important;
  font-family: 'MaisonNeueBook' !important;
  margin: 0 0 20px !important;
  transform: rotate(0.03deg);
}
#modalContent .ctools-modal-dialog #modal-content .modal-action a.btn{
  padding: 10px 26px;
}
#modalContent .ctools-modal-dialog #modal-content .modal-action a.btn:first-of-type{
  background: #313131;
}
#modalContent .ctools-modal-dialog #modal-content .modal-action a.btn + a.btn{
  margin-left: 20px;
}
@media(max-width: 767px){
  #modalContent .ctools-modal-dialog #modal-content{
    padding: 60px 15px !important;
  }
  #modalContent .ctools-modal-dialog #modal-content .modal-action a.btn{
    display: block;
    max-width: 220px;
    margin: 0 auto;
  }
  #modalContent .ctools-modal-dialog #modal-content .modal-action a.btn + a.btn{
    margin: 20px auto 0;
  }
}
/**/

/** Page contact */
#opinel-social-contact-form{
  margin-top: 50px;
}
.contact_choice img{
  margin:0 0 30px !important;
  transition: filter 0.3s ease 0s;
  -webkit-transition: filter 0.3s ease 0s;
}
.contact_choice a{
  padding: 0 30px;
  transform: rotate(0.03deg);
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
}
.contact_choice a.contact_1 img{
  max-width: 48px;
}
.contact_choice a:hover,
.contact_choice a:focus{
  color: #313131 !important;
}
@media(max-width: 991px){
  div.contact_choice a{
    padding: 0;
    font-size: 14px !important;
  }
}
/**/

/* Impression Recette */
@page {
    size:A4 portrait;
    margin-left: 0.1cm;
    margin-right:0.1cm;
    margin-top: 0.1cm;
    margin-bottom: 0.1cm;
    margin: 0.1cm;
    -webkit-print-color-adjust: exact;
}
@media print {
* {-webkit-print-color-adjust:exact !important;}
* {color-adjust: exact !important;}

body{
  background:#ffffff !important;
}
body .container{
  width: 100% !important;
  padding: 0cm 0.2cm !important;
}
section.ambiance{
  height: auto !important;
  background-image: none !important;
  background-color: #ffffff !important;
}
section.ambiance *{
  background-image: none !important;
 background-color: #ffffff !important;
}
.field-type-paragraphs > .field-items > .field-item,
.paragraphs-item-etapes .field-type-paragraphs > .field-items > .field-item:last-child{
  margin-bottom: 0 !important;
}
.ambiance .breadcrumb_title{
  padding:0.1cm 0cm !important;
  position: static !important;
}
.paragraphs-item-etapes,
.paragraphs-item-ingredients{
  page-break-before: avoid;
  break-inside: avoid;
  break-before: avoid;
  break-after: avoid;
}
.paragraphs-item-produits,
.paragraphs-item-image-large,
.products,
.breadcrumb,
.footer-links,
.footer-bottom,
.social .col-sm-3,
#login-modal,
#notification-country,
.navbar-mask,
#cboxOverlay,
#colorbox,
.fiche-pratique,
.astuces-credits .col-sm-6:last-of-type{
  display: none;
}
footer.footer{
  border: none !important;
  margin: 0cm !important;
}
footer.footer *{
  color: #ffffff !important;
}
footer.footer .container{
  padding:0.5cm 0cm !important;
  text-align: center !important;
  margin: 0cm auto !important;
  border: none !important;
}
.social .col-sm-9,
.social .col-sm-9 a,
.social .col-sm-9 img{
  width: 100% !important;
  text-align: center !important;
  margin: 0cm auto !important;
}
.social .col-sm-9 img{
  width:3cm !important;
}
h1{
  font-size:18pt !important;
  text-align: center !important;
  margin: 0.6cm auto !important;
}
.node-advice h2{
  font-size:13pt !important;
  margin:0.2cm 0cm !important;
}
.node-advice .astuces-credits h2,
.node-advice h3{
  font-family: 'Bodoni W01 Poster691960' !important;
  font-size:13pt !important;
  margin:0.2cm 0cm !important;
}
.node-advice h4{
  font-size:10pt !important;
  padding: 0cm !important;
  margin:0.2cm 0cm 0.3cm !important;
}
.preparation h4 span{
  position: static !important;
  font-size: 10pt !important;
  padding:0 0.2cm 0 0 !important;
}
h1:after{
  display: none !important;
}
p{
  margin: 0cm !important;
  font-size:8pt !important;
}
.items-ingredients ul{
  margin-top:0.2cm !important;
}
.items-ingredients ul li{
  margin: 0cm !important;
  font-size:8pt !important;
  padding-top:0cm !important;
  padding-right:0cm !important;
  padding-bottom:0.2cm !important;
  padding-left:0.5cm !important;
}
hr{
  display: none !important
}
.paragraphs-item-temps meta{
  display: none !important;
}
.paragraphs-item-temps,
.paragraphs-item-temps .content{
  padding: 0cm 0cm 0cm 0cm !important;
}
.paragraphs-item-temps .col-sm-6{
  width:4cm !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding:0.2cm 0.1cm 0 !important;
}
.paragraphs-item-temps img{
  width:0.5cm !important
}
.paragraphs-item-temps div{
  font-size:8pt !important;
}
.astuces-credits{
  padding: 0.5cm 0cm 0cm 0cm !important;
}
.astuces-credits .col-sm-6{
  width: 100% !important;
  padding: 0cm !important;
}
.astuces-credits p{
  line-height: 1.8;
  padding-right:0cm !important;
}
.preparation .description{
  padding: 0cm !important;
}
}
