.node-type-gabarit-promo .promo-head{
  width: 100%;
  background: transparent url(../img/bg-head.jpg) 50% 0 no-repeat;
}

.node-type-gabarit-promo .promo-bandeau{
  height: 400px;
  width: 100%;
  box-shadow: 0 0 30px 5px rgba(0,0,0,1);
  margin-top: 40px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.node-type-gabarit-promo .promo-intro{
  padding-top: 80px;
  padding-left: 46px !important;
}

.node-type-gabarit-promo .promo-intro h1{
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 32px;
  font-weight: 800;
  line-height: 30px;
  text-transform: uppercase;
}

.node-type-gabarit-promo .promo-intro .sous-titre{
  color: #ffffff;
  margin-top: 20px;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
}

.node-type-gabarit-promo .promo-intro .text-intro{
  margin-top: 15px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.node-type-gabarit-promo .promo-accroche__container{
  position: relative;
  top: -40px;
  z-index: 0;
  background-image: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  opacity: 0.9;
  padding-bottom: 40px;
}

.node-type-gabarit-promo .promo-accroche{
  margin-top: 90px;
  color: #000000;
  font-size: 32px;
  font-weight: 100;
  text-align: center;
  line-height:1.3;
}

.node-type-gabarit-promo .promo-btns{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.node-type-gabarit-promo .promo-btns a{
  transition: all .3s;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 35px;
}

.node-type-gabarit-promo .promo-btns .btn-red{
  background-color: #dc3d33;
  margin-right: 30px;
}

.node-type-gabarit-promo .promo-btns .btn-green{
  background-color: #6cb644;
}

.node-type-gabarit-promo .promo-btns .btn-red:hover{
  background-color: #b3342c;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.node-type-gabarit-promo .promo-btns .btn-green:hover{
  background-color: #569136;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}

.node-type-gabarit-promo .promo-items__container .promo-label{
  margin-top: 40px;
  margin-bottom: 25px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.node-type-gabarit-promo .promo-item__img{
  position: relative;
}

.node-type-gabarit-promo .promo-pastille{
  position: absolute;
  top: 0;
  right: 15px;
  height: 60px;
  width: 60px;
}
.node-type-gabarit-promo .promo-item{
  background-color: #fff;
  transition: box-shadow .3s;
  padding: 10px;
  padding-bottom: 30px;
}
.node-type-gabarit-promo .promo-item:hover{
  transition: box-shadow .3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.node-type-gabarit-promo .promo_row{
  margin-bottom: 30px;
}

.node-type-gabarit-promo .promo_row::after{
  content: '';
  display: block;
  clear: both;
}
.node-type-gabarit-promo .promo-item__title{
  color: #606060;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.node-type-gabarit-promo .promo-item__desc,
.node-type-gabarit-promo .promo-item__desc li,
.node-type-gabarit-promo .promo-item__desc p{
  color: #606060;
  font-family: "Open Sans";
  font-size: 12px !important;
  font-weight: 400;
}

.node-type-gabarit-promo .promo-item li{
  list-style: inherit;
}

.node-type-gabarit-promo .promo-item ul{
  padding-left: 15px;
}

.node-type-gabarit-promo .promo-item__descriptif{
  padding-left: 0 !important;
}

.node-type-gabarit-promo .promo-hover{
  opacity: 0;
  visibility: hidden;
}
.node-type-gabarit-promo .promo-item:hover .promo-hover{
  opacity: 1;
  visibility: visible;
}
.promo_row > div{
  position: relative;
}

@keyframes pulsein {
  0%,100%{
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}
.node-type-gabarit-promo .promo-item:hover{
  animation: pulsein .5s ease-in-out;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}

.promo-item__btns{
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.promo-item__btns a{
  font-family: "Open Sans";
  font-size: 14px;
  transition: all .3s;
}

.promo-item__btns a:before{
  content: "→ ";
}

.promo-item__btns .promo-fiche{
  color: #606060;
  margin-right: 20px;
}
.promo-item__btns .promo-contact{

}

.promo-item__btns .promo-fiche:hover,
.promo-item__btns .promo-contact:hover{
  color: #000000;
}

.promo-reserve{
  margin-top: 10px;
  text-align: center;
  opacity: 0.9;
  color: #606060;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 600;
}

.node-type-gabarit-promo .promo-flex{
  display: flex;
}

.node-type-gabarit-promo .wrapper-price{
  position: absolute;
  bottom: 0;
}

.promo-texte-libre{
  color: #606060;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.node-type-gabarit-promo .double-btn-wrapper form > div{
  width:inherit;
  border: 0 !important;
}
.node-type-gabarit-promo .double-btn-wrapper{
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  flex-flow: inherit;
  width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.node-type-gabarit-promo .double-btn-wrapper .commerce-add-to-cart .form-submit{
  border-radius: 5px;
}

.node-type-gabarit-promo .field-name-field-commerce-product,
.node-type-gabarit-promo .field-name-field-commerce-product .field-items,
.node-type-gabarit-promo .field-name-field-commerce-product .field-item,
.node-type-gabarit-promo .field-name-field-commerce-product .commerce-add-to-cart{
  height: 40px;
}

.node-type-gabarit-promo .double-btn-wrapper .commerce-add-to-cart input[type=submit],
.node-type-gabarit-promo .double-btn-wrapper .btn-demo {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
}

.node-type-gabarit-promo .double-btn-wrapper .btn-demo{
  margin-top: 0;
}

.node-type-gabarit-promo .field-name-field-commerce-product,
.node-type-gabarit-promo .double-btn-wrapper .btn-demo-wrapper{
  flex: inherit !important;
}

.node-type-gabarit-promo .btn-demo-wrapper{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media(max-width: 550px) {
  .node-type-gabarit-promo .promo-item__btns,
  .node-type-gabarit-promo .promo-btns{
    flex-direction: column;
    text-align: center;
  }
  .node-type-gabarit-promo .promo-item__btns a:first-child,
  .node-type-gabarit-promo .promo-btns a:first-child{
    margin-bottom: 15px;
  }
  .node-type-gabarit-promo .promo-item__btns a,
  .node-type-gabarit-promo .promo-btns a{
    width: 100%;
  }
}

@media(max-width: 615px){
  .node-type-gabarit-promo .double-btn-wrapper{
    flex-direction: column;
  }
  .node-type-gabarit-promo .field-name-field-commerce-product{
    margin-bottom: 15px;
  }
}

/* phones */
@media(max-width: 768px){
  .node-type-gabarit-promo .promo-item{
    padding: 15px 30px;
  }
  .promo-hover{
    opacity: 1 !important;
    visibility: visible !important;
  }
  .node-type-gabarit-promo .wrapper-price{
    text-align: center;
  }
  .node-type-gabarit-promo .promo-btns a:first-child{
    margin-right: 15px;
   }
  .node-type-gabarit-promo .promo-btns a{
    padding: 0 15px;
    font-size: 14px;
  }
}

/* tablets */
@media(max-width: 992px){
  .node-type-gabarit-promo .promo_row{
    margin-bottom: 0;
  }
  .node-type-gabarit-promo .promo-item{
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .node-type-gabarit-promo .promo-flex{
    display: block;
  }
  .node-type-gabarit-promo .promo-pastille{
    right: inherit;
    left: 15px;
  }
}

/* desktops */
@media(max-width: 1200px){
  .node-type-gabarit-promo .wrapper-price{
    position: inherit;
    margin-top: 10px;
  }
  .node-type-gabarit-promo .promo-item__btns{
    display: flex;
    justify-content: center;
  }
  .node-type-gabarit-promo .promo-fiche{
    margin-left: 0;
    margin-right: 30px;
  }
}