@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/josefin-sans-v13-latin-300.eot');
  src: local('Josefin Sans Light'), local('JosefinSans-Light'),
       url('../fonts/josefin-sans-v13-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/josefin-sans-v13-latin-300.woff2') format('woff2'),
       url('../fonts/josefin-sans-v13-latin-300.woff') format('woff'),
       url('../fonts/josefin-sans-v13-latin-300.ttf') format('truetype'),
       url('../fonts/josefin-sans-v13-latin-300.svg#JosefinSans') format('svg');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v13-latin-regular.eot');
  src: local('Josefin Sans Regular'), local('JosefinSans-Regular'),
       url('../fonts/josefin-sans-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/josefin-sans-v13-latin-regular.woff2') format('woff2'),
       url('../fonts/josefin-sans-v13-latin-regular.woff') format('woff'),
       url('../fonts/josefin-sans-v13-latin-regular.ttf') format('truetype'),
       url('../fonts/josefin-sans-v13-latin-regular.svg#JosefinSans') format('svg');
}
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/josefin-sans-v13-latin-700.eot');
  src: local('Josefin Sans Bold'), local('JosefinSans-Bold'),
       url('../fonts/josefin-sans-v13-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/josefin-sans-v13-latin-700.woff2') format('woff2'),
       url('../fonts/josefin-sans-v13-latin-700.woff') format('woff'),
       url('../fonts/josefin-sans-v13-latin-700.ttf') format('truetype'),
       url('../fonts/josefin-sans-v13-latin-700.svg#JosefinSans') format('svg');
}
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/anton-v10-latin-regular.eot');
  src: local('Anton Regular'), local('Anton-Regular'),
       url('../fonts/anton-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/anton-v10-latin-regular.woff2') format('woff2'),
       url('../fonts/anton-v10-latin-regular.woff') format('woff'),
       url('../fonts/anton-v10-latin-regular.ttf') format('truetype'),
       url('../fonts/anton-v10-latin-regular.svg#Anton') format('svg');
}

/* ==========================================================================
ICONS
========================================================================== */
@font-face {
  font-family: 'custom_house';
  src: url('../fonts/house.eot?68927616');
  src: url('../fonts/house.eot?68927616#iefix') format('embedded-opentype'),
       url('../fonts/house.woff2?68927616') format('woff2'),
       url('../fonts/house.woff?68927616') format('woff'),
       url('../fonts/house.ttf?68927616') format('truetype'),
       url('../fonts/house.svg?68927616#house') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom_house";
  font-style: normal;
  font-weight: normal;
}
 
.icon-down-circled:before { content: '\e800'; } 
.icon-left-circled:before { content: '\e803'; } 
.icon-right-circled:before { content: '\e805'; } 
.icon-up-circled:before { content: '\e806'; } 
.icon-th:before { content: '\e825'; } 
.icon-facebook:before { content: '\f09a'; } 
.icon-menu:before { content: '\f0c9'; } 


/* ==========================================================================
Helper classes
========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper1400{
  width: 1400px;
  margin: 0 auto;
}
.hidden_desk {
  display: none;
}
#breadcrumbs {
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
    float: right;
}
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
h2{
  font-family:"Anton", Helvetica, Ariel, Sans-serif;
  font-size:35px;
  letter-spacing:2px;
  text-transform:uppercase;
  font-weight:normal;
  margin-bottom:10px;
}
h3,h4{
  font-size:18px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:normal;
  margin-bottom:10px;
}
a,
a:visited,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}
a.btn{
	display: inline-block;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid #ffffff;
	letter-spacing: 1px;
	padding: 15px 70px 10px 20px;
	position:relative;
}
a.btn:after{
	content: '\e805';
  font-family: 'custom_house';
	display: inline-block;
	font-size: 24px;
	text-align: center;
	line-height: 24px;
	position: absolute;
	right: 22px;
	top: 8px;
	transition:all 0.2s linear;
}
a.btn:hover:after{
	right: 14px;
	transition:all 0.2s linear;
}
b,strong{
  font-weight: bold;
}
html,
body,
* {
  box-sizing: border-box;
}
body {
  font-family: "Josefin Sans", Helvetica, Arial, Sans-serif;
  font-weight:normal;
  line-height:1.2;
  font-size:17px;
}
.wysiwyg{
  line-height:1.2;
}
.wysiwyg ul{
}
.wysiwyg ul li{
  position: relative;
  padding-left: 15px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 5px;
}
.wysiwyg ul li:before{
  content: '';
  position: absolute;
  top:8px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
/* ==========================================================================
NAVIGATION
========================================================================== */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.65);
  transition: width 0.5s linear;
}
nav .top{
  background:black;
  padding-bottom:80px;
}
nav .logo {
  	margin-top: 28px;
	display: inline-block;
	margin: 90px 0 0 23px;
	background: black;
}
nav .logo img{
  display: inline-block;
  transition: all 0.5s linear;
}
nav .logo img:last-child{
	display:none;
}
nav span.button {
  display: block;
  position: absolute;
  top:21px;
  right:21px;
  color: white;
  cursor: pointer;
  font-size: 0;
  text-align: center;
}
nav span.button:before {
  content: '\f0c9';
  display: block;
  font-size: 25px;
  margin: 0 auto 12px auto;
  font-family: 'custom_house';
  color: #d32021;
}

nav span.button:after {
  font-family:"Anton", Helvetica, Arial, Sans-serif;
  content: 'MENU';
  display: block;
  color: #ffffff;
  font-size: 16px;
  letter-spacing:1px;
}

nav > ul {
  text-transform: uppercase;
}

nav ul {
  display: none;
}

nav > ul li {
  color: #ffffff;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

nav > ul li.active,
nav > ul li:hover {
  color: #ffffff;
  transition: all 0.2s linear;
}

nav > ul li a {
  padding: 12px 0 12px 30px;
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  transition:all 0.4s ease;
}

nav > ul li a:before {
  content: '';
  width: 3px;
  height: 27px;
  display: inline-block;
  background: #ffffff;
  margin-right: 15px;
  vertical-align: -6px;
}
nav > ul li a:hover{
  background:#c10e0f;
  transition:all 0.4s ease;
}
nav > ul li a:hover:before{
  background: #000000;
}
nav .bottom {
  padding: 0 0 0 30px;
}

nav .bottom ul {
  padding: 0 0 0 15px;
  border-left: 3px solid #c10e0f;
  line-height: 1.2;
}

nav .bottom ul li:first-child {
  font-size: 22px;
  color: #c10e0f;
}

nav .bottom ul li:last-child {
  font-size: 16px;
  color: #ffffff;
}
nav ul.social{
  padding:70px 0 0 30px;
}
nav ul.social li{
  border:none;
  display:inline-block;
  margin-right:10px;
}
nav ul.social li a{
  padding: 0;
  width:30px;
  height:30px;
  line-height:30px;
  border-radius:30px;
  text-align:center;
  font-size:0;
  background:#c10e0f;
  position: relative;
}
nav ul.social li a:hover{
  background:#fff;
}
nav ul.social li a:before{
  content: '\f09a';
  background: transparent;
  color: #fff;
  font-size: 14px;
  vertical-align: unset;
  margin: 0;
  font-family: 'custom_house';
  position: absolute;
  top: 0;
  left: 10px;
  transition: 0.2;
}
nav ul.social li a:hover::before{
  color: #c10e0f;
  transition: 0.2;
}
nav.opened {
  width: 295px;
  transition: width 0.5s linear;
  background: rgba(0, 0, 0, 0.5);
}
nav.opened .top{
  padding-bottom:11px;
}
nav.opened span.button.opened {
  display: block;
  position: absolute;
  top: 21px;
  right: 14px;
  color: white;
  cursor: pointer;
  font-size: 0;
}
nav.opened span.button.opened:before {
	font-size:16px;
  content: '\00d7';
  margin-right: 9px;
  font-size: 24px;
  color:#000000;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  background: #373739;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  vertical-align: -2px;
}
nav.opened span.button.opened:after {
  display: none;
}
nav.opened .logo {
  margin-top: 28px;
  display: inline-block;
  margin:0;
}
nav.opened .logo img {
  width: auto;
  display: inline-block;
  transition: all 0.5s linear;
}
nav.opened .logo img:first-child{
	display:none;
}
nav.opened .logo img:last-child{
	display:block;
	margin: 13px 0 0 30px;
}
nav.opened ul {
  display: block;
}

nav.opened .bottom {
  display: block;
  margin-top: 30px;
}
nav.opened .filter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: -1;
  transition: all 0.2s linear;
  cursor: pointer;
}
/* ==========================================================================
    CADRE INTRO BLEU
   ========================================================================== */
section.intro{
  background: url(../img/bg-intro-groupes-seminaires.jpg);
  padding: 45px 0px;
  color: #000000;
  font-size: 35px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.intro span.bleu{
  color: #167196;
  font-size: 20px;
}
section.intro span.bold{
  font-weight: bold;
}
section.intro span.barre{
  font-size: 35px;
}
section.intro .ligne2{
  height: 3px;
  background-color: #d2b483;
  width: 45px;
  display: block;
  margin-left: 230px;
}
section.intro span.font-light{
  font-weight: lighter;
  letter-spacing: 3px;
}
section.intro p{
  font-size: 15px;
  text-transform: initial;
  font-weight: 100;
  margin-top: 50px;
  width: 50%;
  text-align: center;
}
/* ==========================================================================
   PAGINATION
   ========================================================================== */

div.pagination {
  width:100%;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 60px;
  text-align: center;
  border-top: 1px solid #e2e2e2;
}
div.pagination .page-numbers.prev,
div.pagination .page-numbers.next{
  font-size: 16px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 190px;
  text-align: center;
  color: #000000;
  background: #ffffff;
  border-bottom: none;
  border: 1px solid #dddddd;
  transition: 0.3s;
  font-size: 16px;
  position: relative;
}
div.pagination .page-numbers.prev {
  float: left;
  position:relative;
  padding-left: 35px;
}
div.pagination .page-numbers.next {
  float: right;
  position:relative;
  padding-right: 35px;
}
div.pagination .page-numbers {
  font-size: 14px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 20px;
  text-align: center;
  color: #9a9a9a;
  border-bottom: 2px solid #e9e9e9;
}
div.pagination .page-numbers.current{
  border-color: #d32021;
  color: #292929;
}
div.pagination .page-numbers.next:after {
  content: ">";
  position: absolute;
  top: -1px;
  right: -1px;
  height: 40px;
  width: 40px;
  color: white;
  background: #dddddd;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
div.pagination .page-numbers.prev:before {
  content: "<";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 40px;
  width: 40px;
  color: white;
  background: #dddddd;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
div.pagination .page-numbers.next:hover::after,
div.pagination .page-numbers.prev:hover::before {
  background-color: #d32021;
  color: #fff;
  transition: 0.3s;
}
/* ==========================================================================
HOME - SLIDER
========================================================================== */
.home-flexslider {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.home-flexslider h1 {
  font-size: 0;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.home-flexslider li{
    margin: 0 !important;
    padding: 0 !important;
}
.home-flexslider .slides img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* ==========================================================================
TOP - INTERNE
========================================================================== */

.top-interne {  
  position: relative;
  margin-bottom: -4px;
  overflow: hidden;
  height: 400px;
}
.top-interne h1 {
  font-size: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.top-interne:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0px;
  left:0;
  z-index:1;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 59%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

/* ==========================================================================
HOME - BRASSERIE / ACTU
========================================================================== */
section.brasserie-actualites{
	background: #000000;
	background: -moz-linear-gradient(left, #000000 0%, #000000 50.01%, #c10e0f 50%);
	background: -webkit-linear-gradient(left, #000000 0%, #000000 50.01%, #c10e0f 50%);
	background: linear-gradient(to right, #000000 0%, #000000 50.01%, #c10e0f 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c10e0f', GradientType=1);
	color:#ffffff;
}
section.brasserie-actualites .wrapper{
	display:flex;
}
section.brasserie-actualites .brasserie{
	width:50%;
	padding:65px 0;
	padding-right:100px;
	position:relative;
}
section.brasserie-actualites .brasserie > *{
	position:relative;
	z-index:1;
}
section.brasserie-actualites .brasserie:before{
	content:url('../img/bg-brassier.png');
	position:absolute;
	bottom:0;
	left:-300px;
}
section.brasserie-actualites .actualites{
	width:50%;
	padding:65px 0;
	padding-left:150px;
	text-align:right;
	position:relative;
}
section.brasserie-actualites .actualites ul li img{
	width:200px;
	margin-left:20px
}
section.brasserie-actualites .brasserie h3{
	color:#c10e0f;
	margin-bottom:20px;
}
section.brasserie-actualites .brasserie h3:after{
	content: '';
	width: 70px;
	height: 3px;
	background: #c10e0f;
	display: block;
	margin-top: 15px;
}
section.brasserie-actualites .actualites h3{
	color:#000000;
	margin-bottom:38px;
}
section.brasserie-actualites .actualites h3:after{
	content: '';
	width: 70px;
	height: 3px;
	background: #000000;
	display: block;
	margin-top: 15px;
	position: absolute;
	right: 0;
}
section.brasserie-actualites .actualites .flex-control-nav {
	width: 0;
	position: absolute;
	top: 70px;
	text-align: center;
	left: 40px;
}
/* ==========================================================================
HOME - TEMOIGNAGES
========================================================================== */
section.temoignages{
	background:url("../img/bg-temoignages.jpg") no-repeat center center / cover;
	height:600px;
	position:relative;
}
section.temoignages .wrapper{
	height:600px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
section.temoignages .left{
	width:50%;
	z-index:1;
}
section.temoignages .left:before{
	content:"";
	position:absolute;
	top:0;
	right:50%;
	bottom:0;
	left:0;
	background:#ffffff;
	opacity:0.6;
	z-index:-1;
}
section.temoignages .right{
	width:50%;
	text-align:right;
}
section.temoignages .left h3{
	height:36px;
	line-height:40px;
	display:block;
	width:215px;
	text-align:center;
	color:#ffffff;
	background:#c10e0f;
	position:relative;
	margin-bottom:35px;
}
section.temoignages .left h3:before{
	content:'';
	position:absolute;
	top:0;
	right:-20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 20px 0 0;
	border-color: #c10e0e transparent transparent transparent;
}
section.temoignages .left h3:after{
	content:'';
	position:absolute;
	bottom:0;
	right:-20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 0 20px;
	border-color: transparent transparent transparent #c10e0e;
}
section.temoignages .left .home-tem-slider{
	padding-right: 115px;
}
section.temoignages .left .home-tem-slider br{
	line-height:2;
}
section.temoignages .left .home-tem-slider li span.name{
	background: #ffffff;
	color: #6c6c6c;
	font-size: 15px;
	display: inline-block;
	padding: 6px 10px 2px 10px;
	margin-top: 15px;
}
section.temoignages .left .home-tem-slider .flex-direction-nav a{
	opacity:1;
	top:60%;
	width: 43px;
	height: 45px;
	background: #ffffff;
	text-align: center;
}
section.temoignages .left .home-tem-slider .flex-direction-nav .flex-prev{
	left: 80px;
}
section.temoignages .left .home-tem-slider .flex-direction-nav .flex-next{
	right:50%;
}
/* ==========================================================================
HOME - CARTE
========================================================================== */
section.carte{
	position:relative;
}
section.carte .wrapper{
	display:flex;
}
section.carte .wrapper > div{
	width:50%;
}
section.carte .wrapper .left span{
 	position:absolute;
 	top:0;
 	left:0;
 	bottom:0;
 	right:50%;
}
section.carte .wrapper .left span:after{
	content: '';
	background: url(../img/text-carte.png) no-repeat center right / contain;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	left: 0;
}
section.carte .wrapper .right{
	text-align:right;
	padding:55px 0 55px 130px;
	color:#8d8d8d;
}
section.carte .wrapper .right .top{
	display:flex;
    margin-bottom:20px;
    align-items: flex-end;
}
section.carte .wrapper .right .top > div {
	padding: 100px 20px 0 30px;
}
section.carte .wrapper .right .top img{
	width:170px;
}
section.carte .wrapper .right .top h2{
	color:#c10e0f;
	text-align:right;
}
section.carte .wrapper .right .top h3{
	color:#000000;
	position: relative;
}
section.carte .wrapper .right .top h3:after {
	content: '';
	width: 70px;
	height: 3px;
	background: #000000;
	display: block;
	margin-top: 15px;
	position:absolute;
	right:0;
}
section.carte .wrapper .right br{
	line-height:2;
}
section.carte .wrapper .right a.btn{
	color:#000000;
	border-color:#c10e0f;
}
section.carte .wrapper .right a.btn:after{
  color:#c10e0f;
}
/* ==========================================================================
HOME - CORSAIRE
========================================================================== */
section.corsaire{
	position:relative;
}
section.corsaire .wrapper{
	display:flex;
}
section.corsaire .wrapper > div{
	width:50%;
	z-index:1;
	color:#ffffff;
}
section.corsaire .left{
	padding:95px 115px 95px 0;
}
section.corsaire .left span{
	position:absolute;
 	top:0;
 	left:0;
 	bottom:0;
 	right:50%;
 	z-index:-1;
}
section.corsaire .left h3{
	color:#c10e0f;
	margin-bottom:20px;
}
section.corsaire .left h3:after{
	content: '';
	width: 70px;
	height: 3px;
	background: #c10e0f;
	display: block;
	margin-top: 15px;
}
section.corsaire .left a.btn{
	margin-top:75px;
}
section.corsaire .right .absolute{
	position:absolute;
	top:0;
	left:50%;
	right:0;
	bottom:0;
	display:flex;
}
section.corsaire .right .absolute > div{
	width:calc(100%/3);
	position:relative;
}
section.corsaire .right .absolute > div a{
	display:block;
	width:50px;
	height:302px;
	background:url('../img/text-galerie.jpg') no-repeat center center;
	position:absolute;
	top:0;
	right:0;
	font-size:0;
}
/* ==========================================================================
FOOTER
========================================================================== */
footer{
	background:url("../img/bg-footer.png") no-repeat bottom right #000000;
	color:#ffffff;
	font-size: 17px;
	font-weight: 300;
}
footer h3{
	font-size: 17px;
	font-weight: 300;
}
footer .wrapper1400:not(.last){
	display:flex;
	margin-bottom: 35px;
}
footer .wrapper1400:not(.last) > *{
	width:calc(100%/5);
}
footer .wrapper1400 .logo{
	text-align:center;
}
footer .wrapper1400:not(.last) > *:not(.logo){
	padding-top:40px;
	padding-left:20px;
	position:relative;
}
footer .wrapper1400:not(.last) > *:not(.logo):before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:50%;
	width:1px;
	background:#ffffff;
}
footer .wrapper1400:not(.last) > *:not(.logo):after{
	content:"";
	position:absolute;
	top:50%;
	left:0;
	bottom:0;
	width:1px;
	background:#474747;
}
footer .wrapper1400:not(.last) > .logo{
	padding-top:26px;
}
footer .wrapper1400.last{
	text-align:right;
	height:50px;
	line-height:50px;
}
footer .wrapper1400:not(.last) > div.contact:before,
footer .wrapper1400:not(.last) > div.visite:before{
	background:#c10e0f;
}
footer .contact p span{
	color:#c10e0f;
	font-weight:400;
}
footer .visite a,
footer .newsletter a{
  list-style: none;
  text-decoration: none;
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 17px 7px 17px;
	opacity:1;
	transition:all 0.3s linear;
}
footer .visite li ,
footer .newsletter li{
  list-style: none;
  text-decoration: none;
}
footer .visite a:hover,
footer .newsletter a:hover{
	opacity:0.7;
	transition:all 0.3s linear;
}
/* ==========================================================================
ACTUALITES - LISTE
========================================================================== */
.actualites-liste section.intro-actu h2{
  color: #d32021;
  margin-top: 30px;
}
.actualites-liste section.intro-actu .ligne2{
  height: 3px;
  background-color: #d32021;
  width: 65px;
  display: block;
}
.actualites-liste section.intro span.font-light{
  font-weight: lighter;
  letter-spacing: 3px;
}
section.liste-actu{
  padding:60px 0;
  text-align:center; 
}
section.liste-actu h2{
  text-transform: uppercase;
  font-size: 35px; 
  color: #cfae78;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
section.liste-actu h2 span{
  font-weight:300;
  color:#0b3a5a;
}
section.liste-actu h2:after{
    content: "";
  width: 46px;
  height: 3px;
  background: #135786;
  display: block;
  position: absolute;
  right: 1px;
  bottom: -5px;
}
section.liste-actu .flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
section.liste-actu .flex > a{
  display: block;
  width: 32%;
  padding-top: 16%;
  padding-bottom: 1%;
  font-size:24px;
  color:#ffffff;
  font-weight:300;
  position:relative;
  overflow:hidden;
  margin-bottom: 30px;
}
section.liste-actu .flex > a .hover{
  position:absolute;
  top:65%;
  left:0;
  right:0;
  bottom:0;
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  transition:all 0.4s ease;
}
section.liste-actu .flex > a:hover .hover{
  top:0;
  transition:all 0.4s ease;
}
section.liste-actu .flex > a img{
  width:0;
  visibility:hidden;
}
section.liste-actu .flex > a span{
  display:block;
  font-weight:normal;
}
section.liste-actu .flex > a .title{
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
section.liste-actu .flex > a .title:after{
  content: "";
  width: 46px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin:10px 50px;
  transition: 0.4s;
}
section.liste-actu .flex > a .title:hover::after{
  width: 258px;
  transition: 0.4s;
}
section.liste-actu .flex > a .content{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 14px;
  padding: 0 10%;
  line-height: 1.6;
  opacity:0;
}
section.liste-actu .flex > a:hover .content{
   opacity:1;
   transition:all 0.4s ease;
}
.actualites-liste section.liste-actu .flex-arrow{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
.actualites-liste section.liste-actu .prev,
.actualites-liste section.liste-actu .next{
  display: block;
}
.actualites-liste section.liste-actu .prev .btn-prev{
  margin-left: -5px;
  background-color: #ffffff;
	height: 39px;
	width: 190px;
	color: #000;
	border: 1px solid #dddddd;
	margin-left: -5px;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	padding: 0px;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	line-height: 36px;
}

.actualites-liste section.liste-actu .prev .btn-prev:before{
  content: "<";
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 35px;
  color: white;
  background: #dddddd;
  text-align: center;
  line-height: 37px;
  font-size: 30px;
  font-weight: 300;
}

.actualites-liste section.liste-actu .next .btn-next{
  margin-right: -5px;
  background-color: #ffffff;
	height: 39px;
	width: 190px;
	color: #000;
	border: 1px solid #dddddd;
	margin-left: -5px;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	padding: 0px;
	padding-right: 40px;
	position: relative;
	display: inline-block;
	line-height: 36px;
}
.actualites-liste section.liste-actu .next .btn-next:after{
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 35px;
  color: white;
  background: #dddddd;
  text-align: center;
  line-height: 37px;
  font-size: 30px;
  font-weight: 300;
}
.actualites-liste section.liste-actu .next .btn-next:hover::after,
.actualites-liste section.liste-actu .prev .btn-prev:hover::before{
  background-color: #d32021;
  color: #fff;
  transition: 0.3s;
}

/* ==========================================================================
ACTUALITES - DETAIL
========================================================================== */
.single-post section.detail-actu{
  background: url(../img/bg-cotegris.jpg) repeat-y right;
}
.single-post section.detail-actu .flex-container{
  display: flex;
  padding: 60px 360px;
  padding-bottom: 45px;
}
.single-post section.detail-actu .flex-container .left{
  display: block;
  width: 50%;
}
.single-post section.detail-actu .flex-container .left span img{
  width: 100%;
  float: right;
  display: block;
}
.single-post section.detail-actu .flex-container .right{
  display: block;
  width: 50%;
  padding-left: 40px; 
}
.single-post section.detail-actu .flex-container .right h2{
  font-size: 30px;
  margin-bottom: 50px;
  position: relative;
}
.single-post section.detail-actu .flex-container .right h2:before{
  width: 145px;
  height: 3px;
  background-color: #d32021;
  position: absolute;
  content: "";
  bottom: -20px;
}
.single-post section.detail-actu .flex-container .right h2:after{
  width: 345px;
  height: 3px;
  background-color: #dddddd;
  position: absolute;
  content: "";
  bottom: -20px;
  left: 145px;
}
.single-post section.detail-actu .flex-container .right h2 span{
  font-weight: 500;
}
.single-post section.detail-actu .flex-container .right p{
  font-size: 16px;
}
.single-post section.detail-actu .button{
	background-color: #ffffff;
	height: 39px;
	width: 190px;
	color: #000;
	border: 1px solid #dddddd;
	margin-left: -5px;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	margin-left: 360px;
	margin-bottom: 50px;
	padding: 0px;
	padding-left: 60px;
	position: relative;
	display: inline-block;
	line-height: 36px;
}

.single-post section.detail-actu .button:before{
  content: '\e825';
  font-family: "custom_house";
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 35px;
  color: white;
  background: #d32021;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  font-weight: 300;
}
.single-post section.detail-actu .button:hover{
  background-color: #dddddd;
  color: #000;
  transition: 0.3s;
}
.everest-forms .everest-forms-notice--success::before {
    display: none;
}
.everest-forms .everest-forms-notice::before {
    display: none;
}
/* ==========================================================================
GROUPES SEMINAIRES
========================================================================== */
.groupes-seminaires section.intro .container{
	margin-top: 30px;
	margin-bottom: 30px;
}
.groupes-seminaires section.intro .container h2{
	color: #c10e0f;
}
.groupes-seminaires section.intro .container h3{
	position: relative;	
}
.groupes-seminaires section.intro .container h3:after{
	position: absolute;
	content: "";
	left: 0;
	top: 30px;
	background-color: #c10e0f;
	height: 3px;
	width: 55px;
}
.groupes-seminaires section.moment{
	width: 100%;
	display: flex;
}
.groupes-seminaires section.moment .left{
	width: 50%;
	background: url(../img/bg-repas.jpg) no-repeat center center / cover;
}
.groupes-seminaires section.moment .right{
	width: 50%;
	background: #c10e0f;
	padding: 80px 40px;
	padding-right: 200px;
	position: relative;
}
.groupes-seminaires section.moment .right:after{
	position: absolute;
	content: "";
	background: url(../img/bg-brassier.png);
	width: 390px;
	height: 450px;
	right: 0;
	bottom: 0;
	top: 10px;
	transform:scaleX(-1);
}
.groupes-seminaires section.moment .right h2,
.groupes-seminaires section.moment .right p{
	color: #fff;
}
.groupes-seminaires section.moment .right p span{
	font-weight: bold;
}
.groupes-seminaires section.moment .right h3{
	margin-bottom: 60px;
	position: relative;
}
.groupes-seminaires section.moment .right h3:after{
	position: absolute;
	content: "";
	height: 3px;
	width: 70px;
	background: #000;
	left: 0;
	top: 35px;
}

.groupes-seminaires section.services{
	width: 100%;
}
.groupes-seminaires section.services .wrapper{
	display: flex;
	align-items: center;
}
.groupes-seminaires section.services .wrapper .container{
	width: 20%;
}
.groupes-seminaires section.services .wrapper .container h2{
	color: #c10e0f; 
}
.groupes-seminaires section.services .wrapper .container h3{
	position: relative; 
}
.groupes-seminaires section.services .wrapper .container h3:after{
	position: absolute;
	content: "";
	left: 0;
	top: 30px;
	background-color: #000;
	height: 3px;
	width: 75px;
}
.groupes-seminaires section.services .wrapper .bulles{
  margin-top: 45px;
  margin-bottom: 45px;
  display: flex;
  width: 80%;
  justify-content: space-around;
}
.groupes-seminaires section.services .wrapper .bulles div{
  background: #fff;
  border:3px solid #dddddd;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.groupes-seminaires section.services .wrapper .bulles div span{
  width: 60px;
    height: 60px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.groupes-seminaires section.services .wrapper .bulles div span img{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.groupes-seminaires section.services .wrapper .bulles div p.noir{
  margin-top: 10px;
  font-size: 19px;
  color: #000;
  font-weight: 500;
}
.groupes-seminaires section.services .wrapper .bulles div p.rouge{
  font-size: 19px;
  color: #d32021;
  font-weight: bold;
}
.groupes-seminaires section.groupe{
	width: 100%;
	background: url(../img/bg-repas2.jpg) no-repeat center center / cover;
	display: flex;
	justify-content: center;
}
.groupes-seminaires section.groupe img{
	margin-top: 110px;
	margin-bottom: 110px;
}
/* ==========================================================================
RESTAURANT
========================================================================== */
.restaurant section.intro{
	background-color: #e1e0e0;
}
.restaurant section.intro{
	padding-top: 30px;
	padding-bottom: 30px;
}
.restaurant section.intro h2{
	color: #c10e0f;
}
.restaurant section.intro h3{
	position: relative;	
}
.restaurant section.intro h3:after{
	position: absolute;
	content: "";
	left: 0;
	top: 30px;
	background-color: #c10e0f;
	height: 3px;
	width: 55px;
}
.restaurant section.specialites{
	width: 100%;
	display: flex;
	justify-content: center;
	
}
.restaurant section.specialites .wrapper{
}
.restaurant section.specialites .wrapper .left{
	background-color: #fff;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 50%;
	padding-right: 100px;
	position: relative;
}
.restaurant section.specialites .wrapper .left:before{
	position: absolute;
	content: url('../img/FEMME.png');
	bottom: 0px;
	right: 550px;
	top: -50px;
}
.restaurant section.specialites .wrapper .left h2{
	color: #c10e0f;
}
.restaurant section.specialites .wrapper .left h3{
	position: relative;	
	margin-bottom: 50px;
}
.restaurant section.specialites .wrapper .left h3:after{
	position: absolute;
	content: "";
	left: 0;
	top: 30px;
	background-color: #c10e0f;
	height: 3px;
	width: 55px;
}
.restaurant section.specialites .right{
	width: 50%;
	background: url(../img/plat.jpg) no-repeat center center / cover;
	height: 527px;
	position: absolute;
	right: 0;
}

.restaurant section.points-forts{
	width: 100%;
	background: url(../img/bg-hommard.jpg) no-repeat center center / cover;
	height: 780px;
	position: relative;
}
.restaurant section.points-forts .right{
	background-color: #c10e0f;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	padding: 50px;
}
.restaurant section.points-forts .right h2{
	color: #fff;
}
.restaurant section.points-forts .right h3{
	color: #000;
	position: relative;
	margin-bottom: 30px;
}
.restaurant section.points-forts .right h3:after{
	position: absolute;
	content: "";
	left: 0;
	top: 30px;
	background-color: #000;
	height: 3px;
	width: 55px;
}
.restaurant section.points-forts .right ul{
	padding-top: 30px;
}
.restaurant section.points-forts .right ul li{
	color: #fff;
	padding-bottom: 25px;
}
.restaurant section.reservation{
	background: url(../img/bg-double.jpg) no-repeat center center / cover;
	height: 685px;
	position: relative;
}
.restaurant section.reservation .wrapper .left{
	background-color: #000;
	width: 50%;
	color: #fff;
	position: relative;
}
.restaurant section.reservation .wrapper .left:before{
	background-color: #000;
	width: 20em;
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	left: -20em;
}
.restaurant section.reservation .wrapper .left h2{
	padding-top: 20px;
	color: #c10e0f;
	font-size: 30px;
	padding-left: 123px;
	position: relative;
}
.restaurant section.reservation .wrapper .left h2:after{
	content: "";
  background: url(../img/couverts-blanc.png) no-repeat center center / cover;
  position: absolute;
  width: 100px;
  height: 75px;
  left: 0;
  top: 25px;
}
.restaurant section.reservation .wrapper .left h3{
	padding-bottom: 20px;
	font-size: 18px;
	padding-left: 123px;
	position: relative;
}
.restaurant section.reservation .wrapper .left a{
  position: absolute;
  width: 25px;
  height: 25px;
  right: 185px;
  bottom: 20px;
}
.restaurant section.reservation .wrapper .right span{
	position: absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.restaurant section.reservation .wrapper .right span:after{
	background: url(../img/EQUIPE.png) no-repeat center right;
	position: absolute;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  content: "";
}

/* ==========================================================================
BANC D'ÉCAILLER
========================================================================== */
.banc-decailler section.intro .container{
  margin-top: 30px;
  margin-bottom: 30px;
}
.banc-decailler section.intro .container h2{
  color: #c10e0f;
}
.banc-decailler section.intro .container h3{
  position: relative; 
}
.banc-decailler section.intro .container h3:after{
  position: absolute;
  content: "";
  left: 0;
  top: 30px;
  background-color: #c10e0f;
  height: 3px;
  width: 55px;
}
.banc-decailler section.points-forts{
  width: 100%;
  height: 830px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.banc-decailler section.points-forts .bg1{
  display:block;
  position:absolute;
  top:0;
  right:50%;
  bottom:0;
  left:0;
  z-index:-1;
}
.banc-decailler section.points-forts .bg2{
  display:block;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:50%;
}
.banc-decailler section.points-forts .wrapper .left{
  background-color: #c10e0f;
  width: 50%;
  height: 150px;
  padding: 40px 60px;
}
.banc-decailler section.points-forts .wrapper .right{
  width: 50%;
}
.banc-decailler section.points-forts .wrapper h3{
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banc-decailler section.points-forts .wrapper h3 span{
  font-weight: bold;
}
.banc-decailler section.points-forts .wrapper .ligne4{
  width: 45px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 10px;
}
.banc-decailler section.points-forts .wrapper p{
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
}
.banc-decailler section.points-forts .services-prestations{
  background-color: rgba(255,255,255,0.8);
  padding: 70px 110px;
  bottom: 0;
  right: 0;
  position: absolute;
  left: 50%;
}
.banc-decailler section.points-forts .services-prestations h3{
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banc-decailler section.points-forts .services-prestations h3 span{
  font-weight: bold;
}
.banc-decailler section.points-forts .services-prestations .ligne5{
  width: 45px;
  height: 3px;
  background-color: #000;
  margin-bottom: 10px;
}
.banc-decailler section.points-forts .services-prestations p{
  color: #c10e0f;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.banc-decailler section.points-forts .services-prestations .liste .wysiwyg{
  display: flex;
  justify-content: space-around;
}
.banc-decailler section.points-forts .services-prestations .liste ul{
  list-style: none;
  margin-bottom: 60px;
  font-size: 21px;
  color: #000;
}
.banc-decailler section.points-forts .services-prestations .liste ul li:before{
  border: none;
  background: #c10e0f;;
  top: 13px;
}
.banc-decailler section.specialites{
  background: url(../img/bg-restaurant4.jpg) no-repeat;
  width: 100%;
  height: 880px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.banc-decailler section.specialites .wrapper .left{
  background-color: #fff;
  height: 500px;
  padding: 60px 40px;
  width: 50%;
}
.banc-decailler section.specialites .wrapper .right{
  width: 50%;
}
.banc-decailler section.specialites .wrapper h3{
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banc-decailler section.specialites .wrapper h3 span{
  font-weight: bold;
}
.banc-decailler section.specialites .wrapper .ligne5{
  width: 40px;
  height: 3px;
  background-color: #000;
  margin-bottom: 10px;
}
.banc-decailler section.specialites .wrapper p.cuisine{
  color: #c10e0f;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.banc-decailler section.specialites .wrapper p.cuisine span{
  font-weight: bold;
}
.banc-decailler section.specialites .wrapper p.texte{
  font-size: 17px;
  line-height: 30px;
}
.banc-decailler section.specialites .hommard{
  bottom: 0;
  right: 0;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 500px;
  background: url(../img/plat-fruit-de-mer.jpg);
}


/* ==========================================================================
GALERIE
========================================================================== */
.galerie section.intro-photos h2{
  color: #d32021;
  margin-top: 30px;
}
.galerie section.intro-photos .ligne2{
  height: 3px;
  background-color: #d32021;
  width: 65px;
  display: block;
}
.galerie section.intro span.font-light{
  font-weight: lighter;
  letter-spacing: 3px;
}
.galerie section.liste-photos{
  padding:60px 0;
  text-align:center; 
}
.galerie section.liste-photos h2{
  text-transform: uppercase;
  font-size: 35px; 
  color: #cfae78;
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
}
.galerie section.liste-photos h2 span{
  font-weight:300;
  color:#0b3a5a;
}
.galerie section.liste-photos h2:after{
    content: "";
  width: 46px;
  height: 3px;
  background: #135786;
  display: block;
  position: absolute;
  right: 1px;
  bottom: -5px;
}
.galerie section.liste-photos .flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.galerie section.liste-photos .flex > a{
  display: block;
  width: 24%;
  padding-top: 16%;
  padding-bottom: 1%;
  font-size:24px;
  color:#ffffff;
  font-weight:300;
  position:relative;
  overflow:hidden;
  margin-bottom: 30px;
}
.galerie section.liste-photos .flex > a .hover{
  position:absolute;
  top:65%;
  left:0;
  right:0;
  bottom:0;
  background: -moz-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  transition:all 0.4s ease;
}
.galerie section.liste-photos .flex > a:hover .hover{
  top:0;
  transition:all 0.4s ease;
}
.galerie section.liste-photos .flex > a img{
  width:0;
  visibility:hidden;
}
.galerie section.liste-photos .flex > a span{
  display:block;
  font-weight:normal;
}

.galerie section.liste-photos .flex-arrow{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 40px;
}
.galerie section.liste-photos .prev,
.galerie section.liste-photos .next{
  display: block;
}
.galerie section.liste-photos .prev .btn-prev{
  margin-left: -5px;
  background-color: #ffffff;
	height: 39px;
	width: 190px;
	color: #000;
	border: 1px solid #dddddd;
	margin-left: -5px;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	padding: 0px;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	line-height: 36px;
}
.galerie section.liste-photos .prev .btn-prev:before{
  content: "<";
  position: absolute;
  top: 0;
  left: 0;
  height: 37px;
  width: 35px;
  color: white;
  background: #dddddd;
  text-align: center;
  line-height: 37px;
  font-size: 30px;
  font-weight: 300;
}
.galerie section.liste-photos .next .btn-next{
  margin-right: -5px;
  background-color: #ffffff;
	height: 39px;
	width: 190px;
	color: #000;
	border: 1px solid #dddddd;
	margin-left: -5px;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	padding: 0px;
	padding-right: 40px;
	position: relative;
	display: inline-block;
	line-height: 36px;
}
.galerie section.liste-photos .next .btn-next:after{
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  height: 37px;
  width: 35px;
  color: white;
  background: #dddddd;
  text-align: center;
  line-height: 37px;
  font-size: 30px;
  font-weight: 300;
}
.galerie section.liste-photos .next .btn-next:hover::after,
.galerie section.liste-photos .prev .btn-prev:hover::before{
  background-color: #d32021;
  color: #fff;
  transition: 0.3s;
}
/* ==========================================================================
    CONTACT
========================================================================== */

.contact .page-interne .wrapper{
  display:flex;
  flex-wrap:wrap;
}
.contact .page-interne .wrapper h2:first-child{
  text-align:center;
  font-size: 50px;
  font-family: "Anton", Helvetica, Arial, Sans-serif;
  color: #393939;
  letter-spacing: 13px;
  font-weight: normal;
  text-transform: uppercase;
  width:100%;
  margin: 40px 0;
}

.contact .page-interne .wrapper .left{
  width:50%;
  display: block;
  color: white;
  padding-right:25px;
}
.contact .page-interne .wrapper .left > div{
  padding:20px;
  background-color: #d32021;
  margin-bottom: 25px;
}
.contact .page-interne .wrapper .left p{
  font-size: 18px;
  margin-bottom: 10px;
}

.contact .page-interne .wrapper .left p.nom{
  font-weight: bold;
}

.contact .page-interne .wrapper .right{
  width:50%;
  padding:0 0 0 25px; 
}
button#evf-submit-246 {
  background-color: #005eba;
  color: white;
}
button#evf-submit-246:hover {
  background: #0562bc;
  background: -moz-linear-gradient(top, #0562bc 0%, #2a7ccc 100%);
  background: -webkit-linear-gradient(top, #0562bc 0%, #2a7ccc 100%);
  background: linear-gradient(to bottom, #0562bc 0%, #2a7ccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0562bc', endColorstr='#2a7ccc', GradientType=0);
}
/* FORMULAIRE CONTACT UNE LIGNE */
.contact .page-interne #evf-form-246 input,
.contact .page-interne #evf-form-246 textarea
{
  border-style: none;
  border-bottom: 1px solid grey;
  border-radius: 0;
  transition: 0.2s;
}
.contact .page-interne #evf-246-field_SocDI8XmKG-6 .active{
  border-bottom: 1px solid #005eba;
  transition: 0.2s;
}
button#evf-submit-246 {
margin-bottom: 40px;
}

/* ==========================================================================
    RECRUTEMENT
========================================================================== */
.recrutement .page-interne .wrapper.flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
}
.recrutement .page-interne .wrapper.flex a{
  display: block;
  width: 32%;
  padding: 68px;
  background: #d32021;
  text-align: center;
  font-size: 18px;
}
.recrutement .page-interne .wrapper.flex a span.title{
  font-weight:500;
  font-size:22px;
  margin-bottom: 25px;
  display:block;
  color: #fff;
  position: relative;
}
.recrutement .page-interne .wrapper.flex a span.title:after{
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: #fff;
  bottom: -5px;
  left: 41%;
}
.recrutement .page-interne .wrapper.flex .abs{
    font-weight:bold;
    font-size:30px;
    text-align:center;
    margin-top: 100px;
    width: 100%;
    background: #d32021;
    padding: 10px;
}

.recrutement .page-interne .wrapper.flex .abs span{
    display:block;
    font-size:18px;
    font-weight:400;
}
.recrutement .page-interne .wrapper.flex .abs a.contact-cs{
    color:#fff;
    width: 100%;
    padding: 28px;
    background: transparent;
}
.recrutement .page-interne .wrapper.flex a span.description p{
  color: #fff;
}

.single-recrutement .page-interne .first{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.single-recrutement .page-interne .content{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.single-recrutement .page-interne .content .left{
  width: 75%;
  padding-right: 50px;
}
.single-recrutement .page-interne .content .right{
  width: 25%;
  padding: 20px;
  color:#ffffff;
  background:#c10e0f;
}
.single-recrutement .page-interne .content .wysiwyg{
  margin-bottom:25px;
}
.single-recrutement .page-interne .content .right h3{
  color:#000;
  margin-bottom:10px;
}
.single-recrutement .page-interne .content .right span{
  display:block;
  margin-bottom:25px;
}
.single-recrutement .page-interne a{
  text-decoration:underline
}
/* ==========================================================================
PAGE INTERNE
========================================================================== */
.page-interne {
    padding: 40px;
    min-height: calc(100vh - 606px);
}
.page-interne .wysiwyg p{
  margin-bottom: 10px;
  font-size: 15px;
}
.page-interne .wysiwyg h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}


/* ==========================================================================
Styles responsive
========================================================================== */
@media only screen and (max-width : 1600px) {
	.single-post section.detail-actu .flex-container {
	    display: flex;
	    flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}
	.single-post section.detail-actu .flex-container .left span img {
    	width: 100%;
    	margin-bottom: 50px;
	}
	.single-post section.detail-actu .flex-container .right {
    	width: 100%;
	}
	.single-post section.detail-actu .flex-container .left {
    	width: 100%;
	}

}
@media only screen and (max-width : 1420px) {
	.wrapper1400{
		width:1040px;
	}
	.wrapper{
		width:1000px;
	}
	.groupes-seminaires section.moment .right{
		padding-right: 20px;
	}
	.restaurant section.reservation .wrapper .left a {
    	right: 88px;
  	}
  /* Banc d'écailler */
  .banc-decailler section.specialites .wrapper p.cuisine {
    font-size: 33px;
    margin-bottom: 41px;
  }
  .banc-decailler section.specialites .wrapper h3 {
    font-size: 20px;
  }  
}
@media only screen and (max-width : 1330px) {
	.groupes-seminaires section.services .container h3{
		position: relative; 
	}
	.groupes-seminaires section.services .container h3:after{
		top: 50px;
	}
}
@media only screen and (max-width : 1200px) {
	.wrapper{
		width:800px;
	}
	.wrapper1400{
		width:1000px;
	}
	.groupes-seminaires section.services .wrapper{
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.groupes-seminaires section.services .wrapper .bulles img{
		padding: 10px;
	}
	.groupes-seminaires section.services .wrapper .container{
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-left: 0;
		margin-top: 20px;
	}
	/*HOME*/
	section.brasserie-actualites .brasserie {
		padding: 50px 0;
		padding-right: 25px;
	}
	section.brasserie-actualites .actualites {
		padding: 50px 0;
		padding-left: 25px;
	}
	section.carte .wrapper .right{
		padding: 50px 0 50px 50px;
	}
	section.corsaire .left {
		padding: 50px 50px 50px 0;
	}
	/*FOOTER*/
	footer .wrapper1400:not(.last){
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom:0;
	}
	footer .wrapper1400:not(.last) > *{
		width:calc(100%/3);
		margin-bottom: 40px;
	}

	/*ACTUALITES DETAIL*/
	.single-post section.detail-actu .flex-container {
	    display: flex;
	    padding: 59px 37px;
	    padding-bottom: 45px;
	    padding-right: 85px;
	}
	.single-post section.detail-actu .button{
		margin-left: 80px;
	}

	/* GROUPES SEMINAIRES */
	.groupes-seminaires section.services .wrapper .container h3:after {
	    left: 70px;
	}

	/*RESTAURANT*/
  .restaurant section.reservation .wrapper .left a {
    right: 70px;
    bottom: 59px;
  }

  /* BANC D'ÉCAILLER */
  .banc-decailler section.points-forts .services-prestations .liste ul{
    margin-top: 0;
  }
  .banc-decailler section.points-forts .services-prestations{
        padding: 40px 60px;
  }
  .banc-decailler section.points-forts .wrapper p{
    font-size:25px;
  }
  .banc-decailler section.specialites .wrapper .left{
    width: 100%;
  height: auto;
  }
  .banc-decailler section.specialites .wrapper .right{
    display:none;
  }

  /*CONTACT*/
  .everest-forms .evf-field-container .evf-frontend-row input[type=checkbox]{
    width:24px;
  }
}

@media only screen and (max-width : 992px) {
	.resp-menu{
		display:block;
	}
	.hidden-resp{
		display:none;
	}
	.wrapper,
	.wrapper1400{
		width:720px;
	}
	/*NAV*/
  nav{
    position: absolute;
    height: 65px;
    background: #1b1f27;
    width: 100%;
  }
  nav .top{
  	padding:0;
  }
  nav.opened{
    width:100%;
    height:auto;
    padding-bottom: 20px;
  }
  nav.opened .top{
  	padding: 0;
  }
  nav .logo,
  nav.opened .logo{
    margin: 6px 0 0 30px;
  }
  nav .logo img{
  	display:none;
  }
  nav .logo img:last-child{
  	display:block;
  	width:120px;
  }
  nav.opened .logo img:last-child{
  	display:block;
  	margin:0;
  }
  nav span.button {
    top: 23px;
    right: 26px;
  }
  nav.opened span.button.opened{
    top: 23px;
  }
  /*HOME*/
  #logo-slider{
    width:300px;
  }
  .home-flexslider .slides,
  .home-flexslider .slides li{
    height:100%;
    position: relative;
  }
  .home-flexslider .slides li.flex-active-slide img{
    height:100%;
    width:auto;
    max-width:unset;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
  }
  .home-flexslider .flex-viewport{
    height:500px;
  }
  section.temoignages .left .home-tem-slider .flex-direction-nav .flex-prev{
  	display:none;
  }
  section.carte .wrapper .right .top > div {
		padding: 100px 0 0 0px;
	}

	/*ACTUALITES LISTE*/
  section.liste-actu .flex > a{
      width: 100%;
  	padding-top: 46%;
  }

  /* RESTAURANT */
  .restaurant section.specialites .wrapper .left h3:after {
    top: 50px;
  }
  /* RECRUTEMENT */
  .recrutement .page-interne .wrapper.flex a{
    width: 100%;
    margin-bottom: 5px;
  }

  /*CONTACT*/
  .contact .page-interne .wrapper{
    flex-direction: row-reverse;
  }
  .contact .page-interne .wrapper .left,
  .contact .page-interne .wrapper .right{
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width : 968px) {
  /* BANC D'ÉCAILLER */
  .banc-decailler section.points-forts{
    display:block;
    height: auto;
    padding-bottom:200px;
  }
  .banc-decailler section.points-forts .wrapper{
    width:100%;
  }
  .banc-decailler section.points-forts .wrapper .left {
    width: 100%;
    height: auto;
    padding: 40px 100px;
  } 
  .banc-decailler section.points-forts .bg1{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
  }
  .banc-decailler section.points-forts .bg2{
    position: static;
	display: block;
	height: 330px;
  }
  .banc-decailler section.points-forts .services-prestations{
    width: 100%;
    position: static;
    left: unset;
    bottom: unset;
    right: unset;
    padding: 40px 100px;
  }
  .banc-decailler section.points-forts .services-prestations .liste ul{
    margin-bottom:0;
  }
  .banc-decailler section.specialites{
    display:block;
    height:auto;
    padding-top:50px;
  }
  .banc-decailler section.carte-menu a.btn{
    margin:0;
  }
  .banc-decailler section.carte-menu:before {
    visibility: hidden;
  }
  .banc-decailler section.carte-menu .wrapper {
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    padding: 40px;
  }
  .banc-decailler section.specialites .wrapper p.texte {
    font-size: 17px;
    line-height: 19px;
  }
  .banc-decailler section.carte-menu button,
  .banc-decailler section.carte-menu .ligne6,
  .banc-decailler section.carte-menu h3 {
    margin-right: 0px;
  }
}

@media only screen and (max-width : 776px) {
  /* BANC D'ÉCAILLER */
  .banc-decailler section.points-forts .wrapper{
    padding:0;
  }
  .banc-decailler section.points-forts .services-prestations .ligne5,
  .banc-decailler section.points-forts .wrapper .ligne4, 
  .banc-decailler section.specialites .wrapper .ligne5{
    display: inline-block;
  }
  .banc-decailler section.points-forts .services-prestations .liste .wysiwyg{
      display: block;
  text-align: left;
  }
  section.intro .ligne2 {
    margin-left: 0px; 
    display: inline-block;
  }
  .banc-decailler section.specialites .wrapper {
    width: 100%;
    padding: 0px;
  }
  .banc-decailler section.specialites .wrapper p.cuisine {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .banc-decailler section.specialites .wrapper h3 {
    font-size: 19px;
  }
  .banc-decailler section.specialites .wrapper .left {
    padding: 40px 40px;
    width: 100%;
  }
  .banc-decailler section.specialites .wrapper p.texte {
    font-size: 20px;
    line-height: 30px;
  }
  .banc-decailler section.specialites .hommard {
    display: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.wrapper,
	.wrapper1400{
		width:525px;
	}
	/*HOME*/
	section.brasserie-actualites{
		background:#000000;
		overflow:hidden;
	}
	section.brasserie-actualites .wrapper{
		display:block;
	}
	section.brasserie-actualites .wrapper > div{
		width:100%;
		position:relative;
		z-index:1;
	}
	section.brasserie-actualites .actualites:after{
		content: "";
		top: 0;
		bottom: 0;
		left: -99em;
		right: -99em;
		background: #c10e0f;
		position: absolute;
		z-index: -1;
	}
	section.temoignages{
		position:relative;
		overflow:hidden;
		height:auto;
	}
	section.temoignages .wrapper{
		display:block;
		height:auto;
	}
	section.temoignages .left{
		width:100%;
		padding:50px 0;
		position:relative;
		z-index:1;
	}
	section.temoignages .left:before{
		content: "";
		top: 0;
		bottom: 0;
		left: -99em;
		right: -99em;
		background: rgba(255,255,255,0.8);
		position: absolute;
		z-index: -1;
	}
	section.temoignages .left .home-tem-slider{
		padding:0;
	}
	section.temoignages .left .home-tem-slider .flex-direction-nav .flex-next{
		display:none;
	}
	section.temoignages .right{
		width:100%;
		text-align:center;
		padding: 20px 0;
	}
	section.carte .wrapper .left{
		display:none;
	}
	section.carte .wrapper .right{
		width:100%;
	}
	section.corsaire .wrapper{
		display:block;
	}
	section.corsaire .wrapper > div{
		width:100%;
		padding: 50px 0;
	}
	section.corsaire .left span{
		right:0;
	}
	section.corsaire .right .absolute {
		 position: relative; 
		 top: auto; 
		 left: auto; 
		 right: auto; 
		 bottom: auto; 
		display: flex;
		height: 400px;
		margin: 0 -20px -50px -20px;
	}
	footer .wrapper1400:not(.last){
		display:block;
		text-align:center;
	}
	footer .wrapper1400:not(.last) > *{
		width:100%;
		margin:50px 0;
	}
	footer .wrapper1400:not(.last) > *:not(.logo){
		padding: 0;
	}
	footer .wrapper1400.last{
		line-height: 1.5;
	}
	footer .wrapper1400:not(.last) > .logo {
		padding-top: 40px;
		display: block;
		margin-top: 0;
	}

	/*ACTUALITES LISTE*/
	.actualites-liste .home-flexslider h1 img{
    width:160px;
  } 
  .actualites-liste section.intro-actu {
    margin-left: 17px;
	}
  .actualites-liste section.liste-actu .flex{
    display:block;
    padding:0 20px;
  }
  .actualites-liste section.liste-actu .flex > a{
    background: none !important;
    display: flex;
    padding: 0;
    margin-bottom:15px;
  }
  .actualites-liste section.liste-actu .flex > a img{
    visibility: visible;
    width: 50%;
    height:100%;
  }
  .actualites-liste section.liste-actu .flex > a .hover{
    position: unset;
    width: 50%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: none;
    color: black;
  }
  .actualites-liste section.liste-actu .flex > a .title{
    position:unset;
    display:block;
    top:auto;
    right:auto;
    bottom:auto;
    left:auto;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
  }
  .actualites-liste section.liste-actu .flex > a .content{
    display:none;
  }
  .actualites-liste section.liste-actu .prev,
  .actualites-liste section.liste-actu .next {
    display: block;
  }

		/*GALERIRE PHOTOS*/
 
  .galerie section.intro-photos {
    margin-left: 17px;
	}
  .galerie section.liste-photos .flex{
    padding:0 20px;
  }
  .galerie section.liste-photos .flex > a{
    background: none !important;
    padding: 0;
    margin-bottom:15px;
    width: 49%;
  }
  .galerie section.liste-photos .flex > a img{
    visibility: visible;
    width: 100%;
  }
  .galerie section.liste-photos .prev,
  .galerie section.liste-photos .next {
    display: block;
  } 
	/* GROUPES SEMINAIRES */
	
	.groupes-seminaires section.moment{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.groupes-seminaires section.moment .left{
		width: 100%;
		background: url(../img/bg-repas.jpg) no-repeat center center / cover;
	}
	.groupes-seminaires section.moment .right{
		width: 100%;
		background: #c10e0f;
		padding: 80px 40px;
	}

	/* RESTAURANT */

	.restaurant section.specialites .right {
	    display: none;
	}
	.restaurant section.specialites .wrapper .left {
	     width: 100%; 
	}

	.restaurant section.points-forts .right {
	     position: initial; 
	     width: 100%; 
	}
	.restaurant section.reservation {
	   overflow: hidden;
	}

	.restaurant section.reservation .wrapper .right span:after {
	   display: none;
	}

	.restaurant section.reservation .wrapper .left {
	     width: 100%; 
	     position: relative;
	}
	.restaurant section.reservation .wrapper .left:after{
		background-color: #000;
		width: 20em;
		top: 0;
		bottom: 0;
		position: absolute;
		content: "";
		right: -20em;
		overflow: hidden;
	}

	.restaurant section.reservation .wrapper .left a {
	    right: 114px;
      bottom: 20px;
	}

	.restaurant section.reservation {
	    background: url(../img/bg-pizza.jpg) no-repeat center center / cover;
	}
}
@media only screen and (max-width : 668px) {
	.single-post section.detail-actu .flex-container .right h2:before {
    width: 45px;
	}
	.single-post section.detail-actu .flex-container .right h2:after {
    width: 245px;
    left: 45px;
	}
	.groupes-seminaires section.services .wrapper .bulles{
		display: flex;
		flex-direction: column;
		width: initial;
	}
  .groupes-seminaires section.services .wrapper .bulles div{
   margin-bottom: 20px;
  }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 576px) {
	.wrapper,
	.wrapper1400{
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
  .home-popup > div{
    max-width: 90% !important;
  }

	/*ACTUALITES LISTE*/
	.actualites-liste section.liste-actu button.arrow {
    height: 23px;
    width: 23px;
  }
  .actualites-liste section.liste-actu button.text {
    height: 23px;
    width: 100px;
    margin-left: -4px;
    margin-right: -4px;
    font-size: 15px;
  }
  .actualites-liste section.intro-actu {
    padding: 30px 0px;
    font-size: 30px;
  }

  /*GALERIE PHOTOS*/

  .galerie section.liste-photos .flex{
   display: flex;
   flex-direction: column;
  }
  .galerie section.liste-photos .flex > a{
    width: 100%;
  }
  .galerie section.liste-photos button.arrow {
    height: 23px;
    width: 23px;
  }
  .galerie section.liste-photos button.text {
    height: 23px;
    width: 100px;
    margin-left: -4px;
    margin-right: -4px;
    font-size: 15px;
  }
  .galerie section.intro-photos {
    padding: 30px 0px;
    font-size: 30px;
  }

  /* RESTAURANT */
  .restaurant section.points-forts .right {
    padding-left: 20px;
  }
  .restaurant section.reservation .wrapper .left a{
    right: 31px;
  }
}

/* POPUP */
.home-popup{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:block;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.home-popup .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.home-popup > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 70%;
  max-height: 100%;
  vertical-align: middle;
  width: auto;
  position: relative;
  border-radius: 2px;
  padding: 0px;
  cursor: default;
  overflow-y: auto;
  overflow-x: hidden;
}
.home-popup > div .content{
    padding:10px;
    text-align:center;
}
.home-popup > div .content img{
  width:100%;
}
.home-popup > div .content a{
    display:block;
}
.home-popup > div .content a:last-child{
  margin-top:20px;
}
.popupCloseButton {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: -15px;
  right: 17px;
  font-size: 75px;
  color: white;
}
.popupCloseButton:hover{
    color:grey;
} 