
.double-entree {
  max-width: 900px;
  font-size: 27px;
  color: #fff;
  margin: 0 auto 34px;
  min-height: 85px;
  line-height: 85px;
  background: #000;
  position: relative;
  text-align: center;
  top: -45px
}
.double-entree .row div {
  border-left: 1px solid #b8b8b8;
  padding: 3px 15px;
}

.double-entree .row div:first-child{
    border-left: none;
}

.double-entree em, .double-entree img, .double-entree span {
  position: relative;
  color: #fff;
  display: inline-block;
  width: auto;
  font-family: 'Barlow', sans-serif;
    font-style: inherit;
  font-weight: 300;
    font-size: 27px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out
}
.double-entree span {
  top: 11px;
  margin-right: 33px;
  font-size: 44px
}
.double-entree img {
  top: -4px;
  margin-right: 33px
}
.double-entree em:first-child {
  margin: 0 37px 0 0
}
.bons-cadeaux {
  padding: 0 0 45px;
  color: #fff;
  background: #000
}
.bons-cadeaux .btn, .bons-cadeaux h2:after {
  color: #fff
}
.bons-cadeaux .btn {
  border: 3px solid #fff !important
}
.bons-cadeaux .btn:hover {
  border: 3px solid #ea1f4a !important
}
.bons-cadeaux.bloc small {
  padding: 68px 0 8px
}
.bons-cadeaux h2:after {
  margin: 23px 0 33px
}
.bons-cadeaux.bloc p {
  margin: 0 auto 47px
}
.equals {
  display: table
}
.equals .row > div {
  display: table-cell;
  max-height: 500px;
  overflow: hidden
}
.legende {
  position: absolute;
  bottom: 0;
  right: 3px;
  background-color: rgba(153, 51, 0, .5);
  font-size: 29px;
  color: #fff;
  padding: 30px;
  min-width: 250px;
  text-align: center
}
.slidetexte {
  position: absolute;
  top: 15px;
  background-color: rgba(255, 255, 255, .5);
  color: #930;
  font-size: 19px;
  padding: 5px
}
.slide-restaurant .bxslider > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover
}
.bx-controls-auto, .bx-pager {
  display: none;
  visibility: hidden
}
.slItems {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
.slider {
  width: 100%;
  height: 100vh;
  max-height: 51.5vh;
  position: relative
}
.slItem {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.slText {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: 100%;
  padding: 0 170px;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 30px
}
.slider [class*=ctrl] {
  position: absolute;
  top: 95.5%;
  color: #fff;
  font-size: 63px;
  margin-top: -42.5px;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 33px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  background: rgba(0, 0, 0, .5)
}
.slider [class*=ctrl]:hover {
  background: #000
}
.ctrlNext {
  right: 42.5%
}
.ctrlPrev {
  left: 42.5%
}
.slItem.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.next, .prev {
  transition: transform .7s ease-in-out;
  -webkit-transition: -webkit-transform .7s ease-in-out;
  -moz-transition: -moz-transform .7s ease-in-out;
  -o-transition: -o-transform .7s ease-in-out;
  -ms-transition: -ms-transform .7s ease-in-out
}
.slItem.nextItem {
  opacity: 1;
  visibility: visible;
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0)
}
.slItem.nextItem.next, .slItem.prevItem.prev {
  transform: translate3d(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}
.slItem.active.next {
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0)
}
.slItem.prevItem {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0)
}
.slItem.active.prev {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0)
}
.slDots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0)
}
.slDotsSingle {
  width: 13px;
  height: 13px;
  float: left;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
  transition: background .3s ease
}
.slDotsSingle.active {
  background: #fff
}
.slDotsSingle:hover {
  background: #d0d0d0;
  border-color: #d0d0d0
}
@media (min-width:1281px) screen and (max-width:1280px) {
  .slider {
    max-height: 51.5vh
  }
}
@media screen and (min-width:768px) and (max-width:991px) {
  .slider {
    max-height: 66vh
  }
  .ctrlPrev {
    left: 35.5%
  }
  .ctrlNext {
    right: 35.5%
  }
}
@media screen and (min-width:992px) and (max-width:1024px) {
  .slider {
    max-height: 43vh
  }
  .ctrlPrev {
    left: 39%
  }
  .ctrlNext {
    right: 39%
  }
}
@media only screen and (max-width:767px) {
  .slider {
    max-height: 68.5vh
  }
  .equals .row > div {
    display: block;
    max-height: 100%
  }
  .ctrlPrev {
    left: 33.5%
  }
  .ctrlNext {
    right: 33.5%
  }
  .bloc.le-chef {
    padding: 0 20px 0 25px
  }
  .double-entree .fadeInLeft, .double-entree .fadeInRight {
    padding: 0
  }
  .double-entree {
    margin: 0 auto
  }
	
	.double-entree > .row, .double-entree > .row a{
		display: flex;
		justify-content: center;
		align-items:  center;
	}
	
	.double-entree .row em{
		display: none;
	}
	
	
  .double-entree span {
    display: block;
    font-size: 40px;
    float: left;
    margin: 0 0 0 15px;
	top: 0;
	padding: 15px 0;
  }
  .double-entree em {
    float: left;
    display: block;
    clear: left;
    padding-left: 15px;
    font-size: 19px;
    line-height: 47px
  }
  .double-entree .row {
    padding-left: 15px;
    padding-right: 15px
  }
}


.wrapper h1{
    font: 38px Gotham-Bold;
    color: #000000;
}

.wrapper h2{
    font: 38px Gotham-Bold;
}

.wrapper .bloc .btn{
    margin-bottom: 15px;
}

.wrap-h1  small{
        font: 22px 'Barlow', sans-serif;
        color: #000000;
        display: block; 
        margin-bottom: 12px;
}

.wrap-h1{
    text-align: center;
    margin-bottom: 43px;
}

.bloc.le-chef p{
    font: 20px 'Barlow', sans-serif;
    font-weight: 300;
    max-width: 557px !important;
    width: 100%
}

.others.three-column{
    margin-bottom: 100px;
}

.others.three-column > .row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	align-items:  center;
}

.bloc.le-chef, .bons-cadeaux{
    margin: auto auto 150px auto !important;
}

.bons-cadeaux h2:after{
    background-color: #FFFFFF
}

.bons-cadeaux h2{
    font-family: Gotham-Bold;
}


.accueil .bloc p{
        font: 22px 'Barlow', sans-serif;
        font-weight: 300;
}

.accueil .gris .row{
    display: flex;
	flex-wrap: wrap;
}

.accueil .gris .row > div{
    max-height: inherit;
}

.slide-restaurant{
	display: flex !important;
	justify-content: center;
	align-items: center
}


.accueil .gris img{
	min-height: 100%;
	width: auto;
}


@media(max-width: 768px){
	.accueil .gris img{
		width: 100%;
		height: auto;
	}
	
	.double-entree{
		min-height: inherit;
		line-height: inherit;
	}
}



