@charset "UTF-8";
/* abstracts */
/*=============================
=            color            =
=============================*/
/*=====  End of color  ======*/
/* style du site drupal 7 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent displaying `audio` without controls in Mobile Safari 4/5/6/7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */
}

b,
strong {
  font-weight: bolder;
  /* 2 */
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore focus style in Firefox 4+ (unset by a rule above)
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Restore font weight (unset by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

h1,
h2 {
  font-family: "Aguafina Script", cursive;
  color: #d0184b;
}

h3 {
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 900;
}

h4 {
  font-family: "Oswald", sans-serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 23px;
  letter-spacing: 0.05em;
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.clear {
  clear: both;
}

.red {
  color: #d0184c;
}

.raleway_bold {
  font-weight: 700;
}

.raleway_semibold {
  font-weight: 600;
}

.lora_bold {
  font-weight: 700;
}

.letter_spacing {
  letter-spacing: -0.01em;
}

.txt_uppercase {
  text-transform: uppercase;
}

/*btn_rose*/
.btn_rose {
  display: block;
  width: 250px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 38px;
  border: 2px solid #d0184b;
  border-radius: 20px;
  color: #d0184b;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.formulaire_contact .btn_rose {
  background: #fff;
}

.btn_rose:hover,
.btn_rose:focus {
  background: #d0184b;
  color: #fff;
}

/*WYSIWYG*/
.lora_italic,
.lora_italic_grey {
  font-family: "Lora", serif;
  font-style: italic;
  font-weight: 400;
}

.lora_italic_grey {
  color: #999;
}

.color_rose {
  color: #d0184b;
}

.h2_style {
  font-size: 33px;
  font-family: "Aguafina Script", cursive;
  color: #d0184b;
}

/*******************TYPO*******************/
/*font-family: 'Lora', serif;*/
/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'Aguafina Script', cursive;*/
/*font-family: 'Nunito', sans-serif;*/
/*font-family: 'Oswald', sans-serif;*/
/****************************************/
/******************MENU******************/
/****************************************/
/*menu mobile*/
.menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.menu-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #de1a51;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.menu-icon span::before,
.menu-icon span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 2px;
  background-color: #de1a51;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.menu-icon span::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.menu-icon span::after {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.menu-icon.is-opened {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-icon.is-opened span {
  background: transparent;
}

.menu-icon.is-opened span::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.menu-icon.is-opened span::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.navbar-default .navbar-collapse .navbar-nav > li {
  background: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #f3f3f3;
}

.navbar-default .navbar-collapse .navbar-nav > li a .glyphicon {
  margin-left: 10px;
}

.navbar-default .navbar-nav > li > a {
  color: #333333;
}

.navbar-default .navbar-collapse .navbar-nav > li ul {
  padding: 0px;
  border-top: 1px solid #f3f3f3;
}

.navbar-default .navbar-collapse .navbar-nav > li ul li {
  border-bottom: 1px solid #f3f3f3;
}

.navbar-default .navbar-collapse .navbar-nav > li ul li a {
  list-style-type: none;
  background: none;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  display: block;
  height: 25px;
  margin-top: 10px;
  padding: 0;
}

.navbar-default .navbar-collapse .navbar-nav > li ul li .active {
  color: #d0184b;
}

.navbar-default .navbar-collapse .navbar-nav > li a.active {
  color: #d0184b;
  background: transparent;
}

.navbar-default .navbar-collapse .navbar-nav > li span {
  margin: 0;
}

.navbar-default .navbar-nav > .active > a {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*BACKGROUND*/
.mobile_padding {
  padding-left: 5px;
  padding-right: 5px;
}

.navbar-default {
  background: #fdfdfd;
  border: none;
}

.navbar {
  margin-bottom: 0px;
}

/*LOGO*/
.navbar .container .logo img {
  max-height: 42px;
  margin-top: 3px;
}

/*TITLE*/
.navbar .container .navbar-brand {
  display: block;
  float: none;
  color: #d0184b;
  font-family: "Aguafina Script", cursive;
  font-size: 23px;
  text-align: center;
}

/*BURGER*/
.navbar-default .navbar-toggle {
  border: none;
  float: right;
  margin: 15px 4px 0px 0px;
  padding: 0px;
  border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
  border: none;
  background-color: #d0184b;
  width: 30px;
  height: 3px;
  display: block;
  border-radius: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus .navbar-default .navbar-toggle:active {
  background: none;
}

.bloc_icon_head {
  display: none;
}

/****************************************/
/*****************SLIDER*****************/
/****************************************/
/*TEXT BLOCk*/
#first-time .swiper-container .swiper-wrapper .slider_content {
  background: rgba(22, 10, 10, 0.8);
  position: relative;
}

/*TITLE*/
#first-time .swiper-container .swiper-wrapper .slider_content h2 {
  padding-top: 45px;
  margin: 0px 10px;
  text-align: center;
  font-size: 38px;
}

/*TEXT*/
#first-time .swiper-container .swiper-wrapper .slider_content p {
  margin: 14px 10px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  line-height: 17px;
}

/*BTN*/
#first-time .swiper-container .swiper-wrapper .slider_content .container_btn {
  margin-right: auto;
  margin-left: auto;
}

#first-time .swiper-container .swiper-wrapper .slider_content .container_btn a {
  display: block;
  width: 175px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 41px;
  text-align: center;
  line-height: 40px;
  background: #d0184b;
  border-radius: 20px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #fff;
}

/*BACKGROUND IMAGE*/
#first-time .swiper-container .swiper-wrapper {
  height: 270px;
}

#first-time .swiper-container .swiper-wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
}

#first-time .swiper-container .swiper-wrapper .slider_content .container_btn .btn_2nd {
  display: none;
}

/*SWITCH BULLET*/
.swiper-pagination {
  -webkit-transition: none;
  transition: none;
}

.view-id-slider_homepage .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px;
  right: 30px;
}

.view-id-slider_homepage #first-time .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #cdcbcb;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-bottom: 2px;
}

.view-id-slider_homepage #first-time .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #d0184b;
  width: 15px;
  height: 15px;
  margin-bottom: 0px;
}

.view-id-slider_homepage .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/****************************************/
/**************SCROLL LOGO***************/
/****************************************/
/****************************************/
/**************WELCOME ZONE**************/
/****************************************/
/*TITLE*/
.welcome_zone {
  padding-bottom: 50px;
}

.welcome_zone h1 {
  text-align: center;
  font-size: 33px;
  margin-top: 37px;
  margin-bottom: 0px;
}

.welcome_zone h3 {
  text-align: center;
  font-size: 18px;
  margin-top: -4px;
  margin-bottom: 7px;
}

/*lINE DOWN*/
.welcome_zone .separator {
  display: block;
  width: 2px;
  height: 30px;
  margin: 0px auto;
  background: #c7c7c7;
}

/*TXT*/
.welcome_zone p {
  color: #333;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 17px;
}

/*BLOCK*/
.caption {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 21px;
  margin-top: 23px;
  margin-bottom: 16px;
  text-align: center;
}

.border_mobile {
  border: 2px solid #fff;
}

.welcom_box {
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  margin-top: 10px;
}

/*figure.welcom_box figcaption{
	position: absolute;
		top: 20px;
		right: 25px;
		bottom: 10px;
		left: 25px;
}*/
/*BORDER INSIDE*/
/*BACGROUND*/
.welcom_box.restauration {
  background: url(../img/card_services_restauration.jpg) center no-repeat;
  background-size: cover;
}

.welcom_box.locaux {
  background: url(../img/card_services_brasserie.jpg) center;
  background-size: cover;
}

.welcom_box.visite {
  background: url(../img/card_services_visite.jpg) center;
  background-size: cover;
}

.welcom_box.loisirs {
  background: url(../img/card_services_loisirs.jpg) center;
  background-size: cover;
}

/****************************************/
/**************NEWS EVENTS***************/
/****************************************/
/*background_page*/
.news_events {
  background: url(../img/bg_event.jpg) top no-repeat;
  background-size: cover;
}

/*title*/
.news_events .event_title h4 {
  text-align: center;
  color: #fff;
  margin-top: 33px;
}

/*sub_title*/
.news_events p {
  text-align: center;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 3px;
  margin-bottom: 20px;
}

/*BLOCK EVENT*/
.block_event {
  margin-bottom: 20px;
}

/*img*/
.block_event .img_event {
  min-height: 294px;
  padding: 0;
  margin-right: -1px;
  background-size: cover;
}

/*txt*/
.block_event .txt_event {
  background: #fff;
  min-height: 265px;
  border: 2px solid #ebebeb;
}

.block_event .txt_event .txt_padding {
  padding: 25px 15px 25px 15px;
  min-height: 290px;
}

.block_event h2 {
  margin: 0;
}

.block_event h2 a {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  color: #272727;
  text-align: left;
  font-weight: 400;
  text-transform: none;
}

.block_event .txt_padding p {
  color: #272727;
  text-align: left;
  font-size: 17px;
  line-height: 17px;
  margin-top: 11px;
}

.block_event a {
  color: #272727;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.block_event .img_event a {
  display: inline-block;
  width: 100%;
  min-height: 288px;
}

.block_event .see_more a {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.block_event .txt_event .date_event_news {
  margin-top: 0px;
  color: #999;
  font-family: "Raleway", sans-serif;
  margin-bottom: 10px;
}

.block_event a:hover,
.block_event a:focus,
.block_event a:active {
  color: #d0184b;
}

/*BOUTTON VOIR TOUT*/
.news_events .voir_tout_btn {
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
  height: 40px;
  line-height: 38px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.news_events .voir_tout_btn:hover,
.news_events .voir_tout_btn:focus,
.news_events .voir_tout_btn:active {
  background: #fff;
  color: #d0184b;
}

/****************************************/
/*************LAST CONFECTION************/
/****************************************/
/*title*/
.mise_en_avant .confection_title {
  text-align: center;
}

.mise_en_avant .confection_title h4 {
  font-size: 28px;
  margin-top: 44px;
}

.mise_en_avant .confection_title h2 {
  margin-top: 2px;
}

/*img*/
.mise_en_avant .confection_img img {
  margin: 0px auto 0px auto;
}

/*txt*/
.mise_en_avant .confection_txt {
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  color: #4d4d4d;
  font-weight: 500;
  line-height: 17px;
}

.mise_en_avant .confection_txt p {
  margin-top: 30px;
  line-height: 30px;
}

.mise_en_avant .confection_txt .lora_italic_grey {
  color: #999999;
  font-weight: 400;
  font-size: 23px;
}

/*BTN*/
.confection_txt .btn_more {
  display: block;
  height: 45px;
  width: 185px;
  margin: 26px auto 0px auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.confection_txt .btn_more .icon_plus {
  width: 45px;
  height: 45px;
  background: url(../img/btn_more.png);
  float: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.confection_txt .btn_more .btn_txt {
  float: right;
  line-height: 45px;
  color: #272727;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom: 60px;
}

.confection_txt .btn_more:hover .icon_plus {
  background: url(../img/btn_more_hover.png);
}

.confection_txt .btn_more:hover .btn_txt {
  color: #d0184b;
}

/****************************************/
/***************SUGEST_WEEK**************/
/****************************************/
/*BG*/
.sugest_week {
  background: #f7f7f9;
  text-align: center;
}

/*title*/
.sugest_week h4 {
  margin-top: 40px;
  color: #333;
}

/*txt*/
.sugest_week p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #4d4d4d;
  line-height: 20px;
  margin-top: 13px;
}

/*plat*/
.plat {
  border-bottom: dotted 2px #d2d2d2;
  padding-bottom: 10px;
  margin-top: 25px;
}

.plat .nom,
.view-carte .view-empty {
  float: left;
  color: #262626;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  width: 85%;
  text-align: left;
}

.plat .prix {
  float: right;
  font-family: "Oswald", sans-serif;
  color: #d0184b;
}

.sugest_week .second_txt,
.second_txt {
  margin-top: 35px;
  color: #262626;
  font-style: italic;
  font-weight: 400;
  font-family: "Lora", serif;
  line-height: 17px;
}

.sugest_week h2 {
  margin-top: 31px;
  margin-bottom: 45px;
}

.sugest_week .btn_rose {
  margin: 35px auto;
}

.view-carte .view-empty {
  margin-top: 25px;
  text-align: center;
  width: 100%;
}

/****************************************/
/**************AVIS_CLIENTS**************/
/****************************************/
.avis_client {
  text-align: center;
}

.avis_client h4 {
  margin-top: 40px;
}

.avis_client p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #4d4d4d;
  line-height: 20px;
  margin-top: 13px;
}

/*slider*/
.avis_client .swiper-wrapper {
  margin-bottom: 20px;
  margin-top: 10px;
}

.avis_client .swiper-controls svg {
  color: #000;
}

.avis_client .swiper-slide li {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}

.avis_client .swiper-slide li p {
  color: #999999;
  font-style: italic;
  font-weight: 400;
  font-family: "Lora", serif;
}

/*user_infos*/
.avis_client .swiper .user_photo {
  text-align: center;
}

.avis_client .swiper .user_photo img {
  display: inline;
  border-radius: 75px;
}

.avis_client .swiper .user_name {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}

.avis_client .swiper .user_note {
  text-align: center;
  margin-top: 5px;
}

.avis_client .swiper .user_note img {
  display: inline-block;
}

.avis_client .btn_rose {
  margin-bottom: 40px;
}

/****************************************/
/*****************FOOTER*****************/
/****************************************/
.footer {
  background: #222222;
  background: url(../img/bg_footer.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

/*news letter*/
.footer p {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-top: 18px;
  line-height: 17px;
}

/*form*/
.footer .ligne_sep_news_letter {
  display: block;
  height: 1px;
  width: 100%;
  background: #393939;
  margin-top: 40px;
}

.footer .form_news_letter .news_letter_mail_input {
  background: none;
  height: 50px;
  border: 2px solid #fff;
  padding-left: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ccc;
  border-radius: 0;
}

.footer .form_news_letter .news_letter_btn_submit {
  display: block;
  height: 50px;
  width: 50px;
  float: right;
  margin-left: 8px;
  background: url(../img/btn_newsletter.png);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: none;
  border-radius: 0;
}

.footer .form_news_letter .news_letter_btn_submit:hover {
  background: url(../img/btn_newsletter_hover.jpg);
}

/*horaire*/
.bloc_footer h5 {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 26px;
}

.contact.bloc_footer h5 {
  margin-top: 25px;
}

.bloc_footer p {
  margin-bottom: 22px;
  margin-top: 22px;
}

.bloc_footer .list_horaire,
.bloc_footer .mail,
.bloc_footer .phone,
.bloc_footer .fax,
.bloc_footer .adresse {
  margin-bottom: 10px;
  padding-left: 70px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #cbcbcb;
  min-height: 45px;
}

.footer .bloc_footer .horaireComplement h5 {
  color: #d0184b;
}

.footer .bloc_footer .horaireComplement p {
  color: #cbcbcb;
  font-size: 16px;
  font-weight: 400;
}

.bloc_footer .mail,
.bloc_footer .phone,
.bloc_footer .fax,
.bloc_footer .adresse {
  line-height: 45px;
  height: 45px;
  font-weight: 600;
}

.bloc_footer p {
  text-align: left;
  font-size: 19px;
  font-weight: 500;
}

/*icon*/
.bloc_footer .list_horaire {
  background: url(../img/picto_schedule.png) no-repeat left top;
}

.bloc_footer .mail {
  background: url(../img/picto_mail.png) no-repeat left;
}

.bloc_footer .phone {
  background: url(../img/picto_phone.png) no-repeat left;
  line-height: 22px;
}

.bloc_footer .fax {
  background: url(../img/picto_fax.png) no-repeat left;
}

.bloc_footer .adresse {
  background: url(../img/picto_maps.png) no-repeat left;
  line-height: 22px;
}

/*partner*/
.footer .partner {
  margin-top: 29px;
}

.footer .partner .logo_comptoir,
.footer .partner .logo_fagnes,
.footer .partner .logo_lauvaux {
  min-height: 90px;
}

.footer .partner .logo_comptoir img,
.footer .partner .logo_fagnes img,
.footer .partner .logo_lauvaux img {
  margin: 0px auto;
}

.footer .partner .logo_comptoir {
  padding-top: 8px;
}

/*social_network*/
/*icon*/
.footer .social_network {
  margin-top: 24px;
  margin-bottom: 5px;
}

.footer .social_network .social_network_icon .bloc_icon {
  width: 132px;
  margin-right: auto;
  margin-left: auto;
}

.footer .social_network .social_network_icon .bloc_icon a {
  display: block;
  width: 40px;
  height: 40px;
  float: left;
  margin: 0px 2px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.footer .social_network .social_network_icon .bloc_icon .fb_icon {
  background: url(../img/picto_facebook_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .twitter_icon {
  background: url(../img/picto_twitter_footer.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .google_icon {
  background: url(../img/picto_google_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .insta_icon {
  background: url(../img/picto_insta_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .trip_icon {
  background: url(../img/picto_trip_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .fb_icon:hover {
  background: url(../img/picto_facebook_footer_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .twitter_icon:hover {
  background: url(../img/picto_twitter_footer_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .google_icon:hover {
  background: url(../img/picto_google_footer_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .insta_icon:hover {
  background: url(../img/picto_insta_footer_hover.png) no-repeat top;
}

.footer .social_network .social_network_icon .bloc_icon .trip_icon:hover {
  background: url(../img/picto_trip_footer_hover.png) no-repeat top;
}

/*txt*/
.footer .social_network .social_network_txt h2 {
  text-align: center;
  color: #fff;
  font-size: 27px;
  margin-bottom: 31px;
}

.footer .copyright {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  text-align: center;
  margin-bottom: 23px;
}

.footer .copyright a {
  color: #fff;
}

/**********************************************************************************************/
/**********************************************************************************************/
/****************************************détail_content****************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/****************************************/
/*****************INFOS******************/
/****************************************/
/*BG*/
.detail_content.biere_produit {
  background: #fff;
}

/*box txt*/
.detail_content .box_txt,
.detail_content.services .box_txt,
.detail_content .box_txt.contenus {
  margin-top: 20px;
}

.detail_content .box_txt.contenus .telecharger:first-child {
  margin-right: 20px;
}

/*img*/
.detail_content.biere_produit .img img,
.detail_content .detail_event_news .img img,
.detail_content.visiter .img img,
.detail_content .restauration .img img {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  margin-top: 20px;
}

/*title*/
.detail_content.biere_produit .box_txt .title,
.detail_content .detail_event_news .box_txt .title,
.detail_content.visiter .box_txt .title,
.detail_content .restauration .box_txt .title,
.detail_content.contact .box_txt .title {
  text-align: center;
  margin-top: 20px;
}

.detail_content.biere_produit .box_txt .title p,
.detail_content .detail_event_news .box_txt .title p,
.detail_content.services .box_txt .title p,
.detail_content.visiter .box_txt .title p,
.detail_content .restauration .box_txt .title p,
.detail_content .box_txt.contact .title p,
.detail_content .box_gallerie p,
.detail_content .box_txt .title p {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  font-size: 21px;
  line-height: 17px;
  margin-bottom: 0;
}

.detail_content .box_txt .title h2,
.detail_content .box_txt .title p.h4_title,
.detail_content.biere_detail .zone_detail .detail_responsive .title p.h4_title {
  font-size: 38px;
  margin-top: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}

.detail_content.biere_detail .zone_detail .detail_responsive .title p.h4_title {
  margin-top: 33px;
}

/*txt*/
.detail_content.biere_produit .box_txt .txt,
.detail_content .detail_event_news .box_txt .txt,
.detail_content.services .box_txt .txt,
.detail_content .restauration .box_txt .txt,
.detail_content.visiter .box_txt .txt {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 17px;
  line-height: 17px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.detail_content.services .box_txt .title {
  margin-bottom: 30px;
}

.detail_content.services .box_txt .txt {
  margin-top: 0;
}

.detail_content .box_txt .txt ul,
body > ul,
body > p ul {
  padding-left: 0px;
  margin: 0;
  margin-bottom: 20px;
}

.detail_content .box_txt .txt ul li,
body > ul li,
body > p ul li {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  color: #d0184b;
  font-size: 19px;
  list-style-type: none;
  background: url(../img/tiret.png) no-repeat;
  background-position: 0px 8px;
  padding-left: 35px;
  margin-bottom: 5px;
}

/*ligne_sep*/
.detail_content .ligne_sep .ligne span {
  display: block;
  height: 2px;
  width: 100%;
  background: #ebebeb;
  margin-top: 23px;
}

.detail_content .ligne_sep .houblon {
  background: url(../img/ligne_sep_houblon.png) no-repeat center top;
  height: 40px;
}

.detail_content .listing {
  background: #f7f7f9;
  padding-top: 20px;
  margin-bottom: 40px;
}

.detail_content .listing .liste {
  margin-bottom: 20px;
}

.detail_content .listing .liste p {
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
  color: #d0184b;
  text-align: left;
}

/*COMBINE*/
.detail_content.services.combine {
  text-align: center;
}

/*plaine*/
.detail_content.services.plaine .box_txt .txt ul,
.detail_content.visiter.visiter_home .box_txt .txt ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.detail_content.services.plaine .box_txt .txt ul li,
.detail_content.visiter.visiter_home .box_txt .txt ul li {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  color: #999999;
  background: url(../img/liste_jeux_puce.png) no-repeat;
  background-position: 2px 8px;
}

/*listing*/
.detail_content.visiter .listing {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.detail_content.visiter .listing ul {
  margin-bottom: 30px;
}

/****************************************/
/************zone_btn***************/
/****************************************/
.zone_btn_content {
  text-align: center;
  padding: 0px 10px;
  background: #f2f2f2;
  padding-bottom: 25px;
  padding-top: 25px;
}

.zone_btn_content h2 {
  font-size: 25px;
  color: #2c3339;
  margin-bottom: 20px;
}

.zone_btn_content h5 {
  font-size: 21px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Raleway", sans-serif;
}

.zone_btn_content .first_btn a {
  margin-bottom: 10px;
}

.zone_btn_content .btn_rose {
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 10px;
}

/****************************************/
/****************GALLERY*****************/
/****************************************/
.detail_content .box_gallerie {
  text-align: center;
}

.detail_content .box_gallerie .gallerie {
  margin-top: 35px;
  margin-bottom: 30px;
}

.detail_content .box_gallerie .gallerie .photo {
  margin: 10px 0px;
}

/**********************************************************************************************/
/**********************************************************************************************/
/*****************************************biere_liste******************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/****************************************/
/*****************BANNER*****************/
/****************************************/
/*bg*/
.banner {
  text-align: center;
  background: url(../img/header.jpg) center;
  background-size: cover;
  height: 145px;
  width: 100%;
}

/*txt*/
.banner h1.normal {
  font-size: 38px;
  margin: 0px;
  padding-top: 35px;
}

.banner.no_subtitle h1 {
  padding-top: 54px;
}

.banner h3.normal {
  font-size: 19px;
  margin: 0px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
}

.banner h1.inverted {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  margin: 0px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner h3.inverted {
  font-family: "Aguafina Script", cursive;
  font-size: 38px;
  margin: 0px;
  padding-top: 35px;
  color: #d0184b;
  font-weight: 500;
  text-transform: none;
}

.detail_content.biere_liste .bg {
  display: none;
}

/****************************************/
/*****************CONTENT****************/
/****************************************/
/*bg*/
.detail_content {
  background: #fff;
  padding-bottom: 33px;
}

/*menu*/
select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  margin-top: 35px;
  display: block;
  width: 100%;
  height: 40px;
  border: 2px solid #f6f6f6;
  font-size: 17px;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  background: url(../img/select_arrow.png) no-repeat right;
  background-position: right 15px top 50%;
  padding-left: 25px;
  margin-bottom: 25px;
}

.detail_content.biere_liste .menu_selection ul,
.detail_content.events_news .menu_selection ul,
.detail_content.restauration.sous_menu .menu_selection ul {
  display: none;
}

/*box*/
.detail_content.biere_liste .welcom_box {
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 12px;
  background-size: cover;
  background-position: center;
  height: 175px;
}

.detail_content.biere_liste .welcom_box img {
  margin: 0px auto;
  -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
}

.detail_content.biere_liste h2 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
  margin-top: 18px;
}

.detail_content.biere_liste h2 a {
  color: #2d2b2c;
}

.detail_content.biere_liste p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #999;
  line-height: 14px;
  height: 30px;
}

/**********************************************************************************************/
/**********************************************************************************************/
/*****************************************BIERE_DETAIL*****************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/**********tabs drupal**********/
.detail_content.biere_detail .tabs--primary.nav.nav-tabs {
  background-color: #fff;
}

/**********menu_zone**********/
/*bg*/
.detail_content.biere_detail {
  background: #fff;
  width: 100%;
}

.detail_content.biere_detail .zone_menu {
  background: #f7f7f7;
}

/*txt*/
.detail_content.biere_detail .zone_menu p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: #d0184c;
  text-transform: uppercase;
  margin-top: 31px;
  line-height: 17px;
}

/*menu*/
.detail_content.biere_detail select {
  border: 2px solid #fff;
  margin-top: 7px;
}

/********-detail_zone*******/
/*back_menu*/
.detail_content .back_menu {
  display: block;
  width: 100%;
  text-align: center;
  border: 2px solid #f7f7f7;
  padding-bottom: 8px;
  padding-top: 9px;
  margin-top: 28px;
  color: #3c3d3d;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.detail_content .back_menu:hover {
  background: #d0184c;
  border: 2px solid #d0184c;
  color: #fff;
}

.detail_content.biere_detail .zone_detail h4 {
  text-align: center;
  margin-top: 33px;
}

.detail_content.services {
  text-align: left;
}

.detail_content.biere_detail .zone_detail .title p {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #a5a5a5;
  font-size: 17px;
  line-height: 17px;
}

.detail_content.biere_detail .zone_detail .img img {
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  margin-bottom: 25px;
}

.detail_content.biere_detail .zone_detail .descriptif p {
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  margin-bottom: 6px;
}

.detail_content.biere_detail .zone_detail .btn_zone {
  margin-top: 33px;
}

.detail_content.biere_detail .zone_detail .btn_zone .btn_pdf {
  display: block;
  height: 50px;
  width: 100%;
  border: 2px solid #e7e7e7;
  font-size: 17px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 46px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.detail_content.biere_detail .zone_detail .btn_zone .btn_pdf:hover {
  border: 2px solid #d0184c;
  background: #d0184c;
  color: #fff;
}

.detail_content.biere_detail .zone_detail .btn_zone .btn_face {
  display: block;
  height: 50px;
  width: 100%;
  background: #306199;
  text-align: center;
  line-height: 50px;
}

.detail_content.biere_detail .zone_detail .btn_zone h2 {
  text-align: center;
  color: #333333;
  font-size: 27px;
  line-height: 40px;
  margin-top: 29px;
}

/*liens*/
.detail_content .txt a,
a.telecharger {
  color: #999999;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.detail_content .txt a:hover,
a.telecharger:hover {
  color: #d0184b;
}

/**********************************************************************************************/
/**********************************************************************************************/
/***************************************detail content*****************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/*banner*/
.banner.capitalize {
  text-transform: uppercase;
}

/*menu pagination*/
.detail_content.events_news .container .row ul {
  margin-bottom: 45px;
}

.detail_content .pagination_content {
  text-align: center;
  margin-top: 30px;
}

.detail_content .pagination {
  display: inline-block;
  padding: 0px;
}

.detail_content .pagination li {
  list-style-type: none;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.detail_content .pagination li a,
.detail_content .pagination li span {
  display: block;
  height: 50px;
  min-width: 50px;
  line-height: 50px;
  border: 1px solid #e6e6e6;
  color: #4d4d4d;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border-radius: 0;
  padding: 0;
}

.detail_content .pagination li a:hover,
.detail_content .pagination li.active a,
.detail_content .pagination li a:focus,
.detail_content .pagination li span:hover,
.detail_content .pagination li.active span,
.detail_content .pagination li span:focus {
  background: #d0184c;
  border: 1px solid #d0184c;
  color: #fff;
}

.detail_content .pagination .next a {
  text-align: left;
  padding-left: 30px;
  width: 150px;
  background: url(../img/arrow_listing_3.png) no-repeat;
  background-position: 85% 50%;
}

.detail_content .pagination .prev a {
  text-align: right;
  padding-right: 30px;
  width: 150px;
  background: url(../img/arrow_listing_3_prev.png) no-repeat;
  background-position: 15% 50%;
}

.detail_content .pagination .pager-last,
.detail_content .pagination .pager-first {
  display: none;
}

/*telecharger btn*/
.telecharger {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.telecharger span {
  margin-right: 10px;
}

/*SPECIALITE*/
.detail_content .bloc_specialite {
  margin-top: 20px;
}

.detail_content .specialite {
  margin-bottom: 40px;
}

.detail_content .img_specialite img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.detail_content .txt_specialite h3 {
  margin-top: 0px;
  font-size: 17px;
}

.detail_content .txt_specialite p {
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.detail_content.visiter.partenraires {
  padding-bottom: 0px;
}

/**********************************************************************************************/
/**********************************************************************************************/
/***********************************restauration sous menu*************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/*btn_telecharger*/
.telecharger {
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  margin-right: 20px;
}

/*txt saison*/
.detail_content.restauration.sous_menu .txt_saison p {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  color: #999999;
  margin-top: 38px;
  margin-bottom: 26px;
  line-height: 30px;
}

/*block plat*/
/*img*/
.detail_content .header_img {
  width: 100%;
  height: 75px;
  padding: 7px;
}

.detail_content .header_img .border_header_img {
  border: 2px solid #fff;
  height: 100%;
  text-align: center;
  line-height: 61px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.detail_content .header_img.entree {
  background: url(../img/entree_header.jpg) center;
  background-size: cover;
}

.detail_content .header_img.plat_principale {
  background: url(../img/special2.jpg) center;
  background-size: cover;
}

.detail_content .header_img.dessert {
  background: url(../img/desserts_header.jpg) center;
  background-size: cover;
}

.detail_content .block_menu_liste {
  margin-bottom: 55px;
}

/* second txt*/
.detail_content.restauration.sous_menu .second_txt,
.detail_content.restauration.sous_menu h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 27px;
}

@media (min-width: 992px) {
  .detail_content.restauration.sous_menu .telecharger {
    margin-top: 75px;
  }

  .detail_content.restauration.sous_menu .txt {
    text-align: right;
  }
}
.detail_content.restauration.sous_menu h2 {
  font-style: normal;
}

.detail_content.restauration.sous_menu .second_txt {
  font-size: 19px;
}

/**********************************************************************************************/
/**********************************************************************************************/
/******************************************CONTACT*********************************************/
/**********************************************************************************************/
/**********************************************************************************************/
.detail_content.contact {
  padding-bottom: 0px;
}

.detail_content.contact .box_txt {
  margin-top: 40px;
}

.detail_content .contact.form .title {
  margin-bottom: 27px;
}

.detail_content .formulaire_contact form {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.detail_content .formulaire_contact input,
.detail_content .formulaire_contact select,
.detail_content .formulaire_contact textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin-bottom: 15px;
  border-radius: 0px;
  color: #555;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #555;
}

.detail_content .formulaire_contact input,
.detail_content .formulaire_contact textarea {
  background: #f0f0f0;
}

.detail_content .formulaire_contact input {
  height: 50px;
  line-height: 50px;
}

.detail_content .formulaire_contact input[type=checkbox] {
  height: auto;
  line-height: normal;
}

.detail_content .formulaire_contact select {
  display: inline-block;
  margin-top: 0;
  height: 50px;
  line-height: 50px;
  background-color: #f0f0f0;
  padding: 0 10px;
  font-weight: 600;
}

.detail_content select option,
.detail_content select option {
  font-weight: 600;
  font-size: 19px;
}

.bloc_footer.icon_contact .list_horaire {
  background: url(../img/picto_schedule2.png) no-repeat left;
  line-height: 23px;
}

.bloc_footer.icon_contact .mail {
  background: url(../img/picto_mail2.png) no-repeat left;
}

.bloc_footer.icon_contact .phone {
  background: url(../img/picto_phone2.png) no-repeat left;
}

.bloc_footer.icon_contact .fax {
  background: url(../img/picto_fax2.png) no-repeat left;
}

.bloc_footer.icon_contact .adresse {
  background: url(../img/picto_maps2.png) no-repeat left;
  line-height: 23px;
}

.bloc_footer.icon_contact h5 {
  color: #d0184b;
  text-align: left;
}

.bloc_footer.icon_contact p {
  font-size: 17px;
}

.bloc_footer.icon_contact .list_horaire,
.bloc_footer.icon_contact .mail,
.bloc_footer.icon_contact .phone,
.bloc_footer.icon_contact .fax,
.bloc_footer.icon_contact .adresse {
  color: #4d4d4d;
}

.bloc_footer.icon_contact {
  margin-top: 0px;
  margin-bottom: 37px;
}

.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder {
  color: #333333;
  padding-left: 10px;
}

.form-control::-moz-placeholder {
  color: #333333;
}

.footer .form_news_letter .news_letter_mail_input::-webkit-input-placeholder,
.footer .form_news_letter .news_letter_mail_input:-moz-placeholder,
.footer .form_news_letter .news_letter_mail_input::-moz-placeholder {
  color: #999;
}

.langueSwitch ul {
  padding: 0;
  margin: 0;
}

.langueSwitch ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.langueSwitch ul li a {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.langueSwitch ul li.active a {
  color: #d0184b;
}

.lgLangue {
  display: none;
  margin-right: 20px;
}

.xsLangue {
  padding: 10px 5px;
}

@media (min-width: 992px) {
  .xsLangue {
    display: none;
  }

  .lgLangue {
    display: block;
  }
}
/*RESPONSIVE JICE*/
@media (max-width: 1360px) {
  .detail_content.services .box_txt {
    margin-top: 45px;
  }
}
@media (min-width: 992px) and (max-width: 1360px) {
  .bloc_footer .list_horaire, .bloc_footer .mail, .bloc_footer .phone, .bloc_footer .fax, .bloc_footer .adresse {
    padding-left: 55px;
  }
}
@media (max-width: 991px) {
  #navbar {
    width: 100%;
  }

  /*FIX ITEM DU MENU SANS LIEN*/
  .navbar-default .navbar-collapse .navbar-nav > li > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
  }

  .detail_content.services .title,
.detail_content.services .img {
    text-align: center;
  }

  .detail_content.services .img {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .detail_content.services img {
    max-width: 400px;
    display: inline-block;
  }
}
@media (min-width: 530px) and (max-width: 991px) {
  .bloc_footer .adresse {
    line-height: 45px;
  }
}
@media (max-width: 450px) {
  .detail_content.services img {
    width: 100%;
  }
}
/*FRAN POUR INTEGRATION DE JC*/
@media (min-width: 425px) {
  .detail_content.biere_liste .welcom_box {
    height: 220px;
  }
}
@media (min-width: 560px) {
  .detail_content.biere_liste .welcom_box {
    height: 320px;
  }
}
@media (max-width: 350px) {
  .footer .list_horaire.horaire2 {
    line-height: 22px;
  }
}
/*#######################################_________  ________  ______  #######################################*/
/*#######################################\______  \/  _____/ /  __  \ #######################################*/
/*#######################################    /    /   __  \  >      < #######################################*/
/*#######################################   /    /\  |__\  \/   --   \#######################################*/
/*#######################################  /____/  \_____  /\______  /#######################################*/
/*#######################################                \/        \/ #######################################*/
@media (max-width: 767px) {
  .detail_content .pagination .next,
.detail_content .pagination .prev {
    display: none;
  }

  .detail_content .box_txt.contenus .txt,
.detail_content .detail_event_news .box_txt .txt,
.detail_content .box_txt .txt ul li {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /**********************************************************************************************/
  /**********************************************************************************************/
  /*****************************************EVENT_NEWS*******************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  .detail_content .pagination .next,
.detail_content .pagination .prev {
    display: inline-block;
  }

  .detail_content .pagination .next a:hover,
.detail_content .pagination .next a:focus,
.detail_content .pagination .next a:active {
    text-align: left;
    padding-left: 30px;
    background-position: 90% 50%;
    background-image: url(../img/arrow_listing.png);
    background-repeat: no-repeat;
    background-color: #d0184c;
    border: 1px solid #d0184c;
    color: #fff;
  }

  .detail_content .pagination .prev a:hover,
.detail_content .pagination .prev a:focus,
.detail_content .pagination .prev a:active {
    text-align: right;
    padding-right: 30px;
    background-position: 10% 50%;
    background-image: url(../img/arrow_listing_prev.png);
    background-repeat: no-repeat;
    background-color: #d0184c;
    border: 1px solid #d0184c;
    color: #fff;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /***************************************DETAIL CONTENT*****************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  .detail_content .biere_produit .img img,
.detail_content .detail_event_news .img img,
.detail_content.visiter .img img {
    max-width: 400px;
  }

  /*specialité*/
  .detail_content .txt_specialite h3,
.detail_content .txt_specialite p {
    margin: 0px 8% 10px 8%;
  }

  .detail_content .bloc_specialite {
    margin-top: 50px;
  }

  .welcom_box {
    height: 350px;
  }

  .detail_content.biere_liste .welcom_box {
    height: 265px;
  }

  .block_event .txt_event {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #first-time .swiper-container .swiper-wrapper .slider_content p {
    width: 60%;
    margin: 14px auto;
  }
}
/*####################################### ________  ________________  #######################################*/
/*#######################################/   __   \/   __   \_____  \ #######################################*/
/*#######################################\____    /\____    //  ____/ #######################################*/
/*#######################################   /    /    /    //       \ #######################################*/
/*#######################################  /____/    /____/ \_______ \#######################################*/
/*#######################################                           \/#######################################*/
@media (max-width: 991px) {
  #first-time .swiper-container .swiper-wrapper .slider_content {
    height: 100%;
  }
}
@media (min-width: 992px) {
  /*.btn_rose*/
  .btn_rose {
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    width: 345px;
  }

  /**************************/
  /***********MENU***********/
  /**************************/
  .menu-icon {
    display: none;
  }

  /*BG*/
  .navbar {
    background: none;
    width: 100%;
    position: fixed;
    z-index: 100;
  }

  .navbar-collapse {
    padding: 0;
  }

  .navbar-nav {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .navbar-nav > li {
    float: none;
  }

  .admin-menu .navbar {
    top: 29px;
  }

  .navbar-default {
    height: 105px;
  }

  .navbar.container.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
  }

  /*logo*/
  .navbar .container .logo img {
    max-height: 92px;
    margin-top: 4px;
  }

  /*menu_cellule*/
  .navbar-default .navbar-collapse .navbar-nav > li {
    background: none;
    height: 65px;
    border: none;
  }

  .navbar-default .navbar-collapse .navbar-nav > li a,
.navbar-default .navbar-collapse .navbar-nav > li > span {
    display: inline-block;
    background: none;
    height: 68px;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    cursor: pointer;
  }

  .navbar-default .navbar-collapse .navbar-nav > li a:hover,
.navbar-default .navbar-collapse .navbar-nav > li a:focus,
.navbar-default .navbar-collapse .navbar-nav > li > span:focus,
.navbar-default .navbar-collapse .navbar-nav > li > span:hover {
    background: none;
    color: #d0184b;
  }

  .navbar-default .navbar-collapse .navbar-nav > li.active-trail > a,
.navbar-default .navbar-collapse .navbar-nav > li a.active {
    color: #d0184b;
    background: transparent;
  }

  .navbar-default .navbar-collapse .navbar-nav > li a .glyphicon {
    margin-left: 0x;
  }

  .nav > li > a,
.navbar-default .navbar-collapse .navbar-nav > li > span {
    padding: 10px 8px;
  }

  .navbar-default .navbar-collapse .navbar-nav > li ul {
    padding: 0px;
    margin: 0px;
    display: none;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }

  .navbar-default .navbar-collapse .navbar-nav > li:hover ul {
    display: block;
    border: none;
  }

  .navbar-default .navbar-collapse .navbar-nav > li ul li {
    list-style-type: none;
    text-align: center;
    display: block;
    width: 230px;
    font-size: 16px;
    background: #e8e8e8;
    border: none;
  }

  .navbar-default .navbar-collapse .navbar-nav > li ul li a {
    display: block;
    width: 230px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 0px;
    margin-top: 0px;
  }

  .navbar-default .navbar-collapse .navbar-nav > li a span,
.navbar-default .navbar-collapse .navbar-nav > li span .caret {
    font-size: 13px;
    margin-right: 5px;
    margin-left: 0;
    top: -6px;
  }

  .navbar-default .navbar-collapse .navbar-nav > li ul li a:hover,
.navbar-default .navbar-collapse .navbar-nav > li ul li a:focus,
.navbar-default .navbar-collapse .navbar-nav > li ul li a:active,
.navbar-default .navbar-collapse .navbar-nav > li ul li.active a {
    color: #fff;
    background: #d0184b;
  }

  /*social_network*/
  .topPartLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .navbar .bloc_icon_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar .bloc_icon_head.bloc_icon_headIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
  }

  .navbar .bloc_icon_head.bloc_icon_headIcon img {
    display: inline;
    padding: 5px;
    fill: #6b6b6b;
  }

  .navbar .bloc_icon_head.bloc_icon_headIcon img:first-child {
    max-width: 33px;
  }

  .navbar .bloc_icon_head {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .navbar .bloc_icon_head a {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    background-size: cover;
  }

  .navbar .bloc_icon_head .fb_icon {
    background: url(../img/picto_facebook_hover.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .ista_icon {
    background: url(../img/picto_insta_hover.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .twitter_icon {
    background: url(../img/picto_twitter_hover.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .google_icon {
    background: url(../img/picto_google_hover.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .trip_icon {
    background: url(../img/picto_trip_hover.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .fb_icon:hover {
    background: url(../img/picto_facebook.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .ista_icon:hover {
    background: url(../img/picto_insta.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .twitter_icon:hover {
    background: url(../img/picto_twitter.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .google_icon:hover {
    background: url(../img/picto_google.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head .trip_icon:hover {
    background: url(../img/picto_trip.png) no-repeat top;
    background-size: cover;
  }

  .navbar .bloc_icon_head p {
    font-family: "Aguafina Script", cursive;
    text-align: center;
    font-size: 25px;
    color: #d0184b;
    margin-top: 10px;
  }

  /**************************/
  /**********SLIDER**********/
  /**************************/
  /*block noir*/
  #first-time .swiper-container .swiper-wrapper .slider_content {
    margin-top: 157px;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
  }

  /*bg*/
  #first-time .swiper-container .swiper-wrapper {
    height: 670px;
    padding-top: 105px;
  }

  /*ball pagination*/
  .view-id-slider_homepage .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
  }

  /*txt*/
  #first-time .swiper-container .swiper-wrapper .slider_content h2 {
    font-size: 53px;
    padding-top: 30px;
  }

  #first-time .swiper-container .swiper-wrapper .slider_content p {
    padding-top: 10px;
    font-size: 21px;
  }

  /*btn*/
  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn {
    padding-top: 5px;
    text-align: center;
  }

  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn a {
    margin: 5px;
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    width: 175px;
  }

  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn a:hover {
    background: #d0184b;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#d0184b), to(#ff4a7d));
    background: linear-gradient(to right, #d0184b 0%, #ff4a7d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d0184b", endColorstr="#ff4a7d",GradientType=1 );
    /* IE6-9 */
  }

  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn .btn_2nd {
    display: inline-block;
    background: none;
    border: 2px solid #fff;
    line-height: 38px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn .btn_2nd:hover,
#first-time .swiper-container .swiper-wrapper .slider_content .container_btn .btn_2nd:focus {
    background: #fff;
    color: #d0184b;
  }

  /****************************************/
  /**************WELCOME ZONE**************/
  /****************************************/
  /*txt*/
  .welcome_zone {
    padding-bottom: 74px;
  }

  .welcome_zone h1 {
    font-size: 63px;
  }

  .welcome_zone h3 {
    font-size: 28px;
  }

  .welcome_zone .separator {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .welcome_zone p {
    font-size: 21px;
    padding: 0px 150px;
    line-height: 25px;
    margin-bottom: 34px;
  }

  /*box*/
  .caption {
    margin-top: 297px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .welcom_box {
    font-size: 16px;
  }

  .welcom_box .border {
    padding-top: 295px;
  }

  /****************************************/
  /**************NEWS EVENTS***************/
  /****************************************/
  .news_events .event_title h4 {
    font-size: 38px;
    margin-top: 82px;
    margin-bottom: 40px;
  }

  .news_events p {
    font-size: 21px;
    margin-bottom: 45px;
  }

  .news_events .voir_tout_btn {
    width: 230px;
    height: 60px;
    border-radius: 30px;
    line-height: 58px;
    margin-left: auto;
    margin-right: auto;
  }

  /****************************************/
  /*************LAST CONFECTION************/
  /****************************************/
  .mise_en_avant {
    padding-bottom: 32px;
  }

  .mise_en_avant .confection_title h4 {
    text-align: left;
    float: left;
    font-size: 25px;
    margin-top: 60px;
  }

  .mise_en_avant .confection_title h2 {
    text-align: left;
    float: left;
    font-size: 31px;
    margin-top: 61px;
    margin-left: 5px;
  }

  .mise_en_avant .confection_img {
    margin-top: -100px;
  }

  .mise_en_avant .confection_img img {
    margin-top: 15px;
  }

  .mise_en_avant .confection_txt p {
    line-height: 22px;
  }

  .mise_en_avant .confection_txt .explication {
    line-height: 25px;
  }

  .confection_txt .btn_more {
    float: left;
  }

  /****************************************/
  /***************SUGEST_WEEK**************/
  /****************************************/
  /*txt*/
  .sugest_week h4 {
    font-size: 38px;
    margin-top: 71px;
    margin-bottom: 41px;
  }

  .sugest_week p {
    font-size: 21px;
  }

  /*plat*/
  .sugest_week .plats {
    margin-top: 68px;
  }

  .sugest_week .plat {
    width: 765px;
    margin-left: auto;
    margin-right: auto;
  }

  .sugest_week .plat .nom {
    font-size: 23px;
    width: auto;
  }

  .sugest_week .plat .prix {
    font-size: 21px;
  }

  .sugest_week .second_txt {
    margin-top: 84px;
    font-size: 23px;
    line-height: 20px;
  }

  .sugest_week h2 {
    font-size: 43px;
    margin-top: 54px;
  }

  .sugest_week .btn_rose {
    margin: 50px auto;
  }

  /****************************************/
  /**************AVIS_CLIENTS**************/
  /****************************************/
  /*txt*/
  .avis_client h4 {
    font-size: 38px;
    margin-top: 71px;
  }

  .avis_client p {
    font-size: 21px;
    margin-top: 41px;
    margin-bottom: 40px;
  }

  /*slider*/
  .avis_client .swiper-slide {
    padding-left: 100px;
    padding-right: 100px;
  }

  .avis_client .swiper-slide p {
    margin-bottom: 60px;
    margin-top: 10px;
    line-height: 25px;
  }

  .avis_client .swiper .user_name {
    text-align: right;
  }

  .avis_client .swiper .user_note {
    text-align: left;
  }

  /*.btn_rose*/
  .btn_rose {
    height: 60px;
    line-height: 58px;
    border-radius: 30px;
    width: 345px;
  }

  .avis_client .btn_rose {
    margin-bottom: 60px;
  }

  /****************************************/
  /*****************FOOTER*****************/
  /****************************************/
  .footer {
    background: url(../img/bg_footer.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 20px;
  }

  /*newsletter*/
  .footer .form_news_letter_txt p {
    font-size: 21px;
    text-align: left;
    margin-top: 87px;
  }

  .footer .form_news_letter .news_letter_mail_input,
.footer .form_news_letter .news_letter_btn_submit {
    margin-top: 60px;
  }

  .footer .form_news_letter .news_letter_mail_input {
    padding-left: 20px;
  }

  .footer .ligne_sep_news_letter {
    margin-top: 57px;
  }

  /*horaire*/
  .bloc_footer h5 {
    text-align: left;
  }

  .footer .descri_txt_footer h2 {
    margin-top: 79px;
  }

  .footer .descri_txt_footer p {
    text-align: left;
    padding-right: 20px;
    font-weight: 300;
  }

  .bloc_footer {
    margin-top: 37px;
  }

  /*copyright*/
  .footer .copyright {
    text-align: left;
    margin-top: 95px;
  }

  .footer .partner {
    margin-top: 60px;
  }

  .footer .social_network .social_network_txt h2 {
    margin-top: 68px;
    font-size: 26px;
    text-align: center;
  }

  .footer .social_network .social_network_icon .bloc_icon {
    margin-top: 53px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /**************************************biere liste***************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  /****************************************/
  /*****************BANNER*****************/
  /****************************************/
  .banner {
    height: 330px;
    padding-top: 105px;
  }

  .banner h1.normal {
    font-size: 63px;
    margin-top: 25px;
  }

  .banner.no_subtitle h1 {
    padding-top: 56px;
  }

  .banner h3.normal {
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 28px;
  }

  .banner h1.inverted {
    font-size: 28px;
    letter-spacing: 0.05em;
  }

  .banner h3.inverted {
    font-size: 63px;
    margin-top: 25px;
  }

  /****************************************/
  /*****************CONTENT****************/
  /****************************************/
  /*BG*/
  .detail_content.biere_liste {
    padding-bottom: 109px;
    background: url(../img/deco_left.jpg) top left no-repeat, url(../img/deco_right.jpg) bottom right no-repeat;
  }

  /*MENU*/
  .detail_content select {
    display: none;
  }

  .detail_content.biere_liste .menu_selection ul,
.detail_content.events_news .menu_selection ul,
.detail_content.restauration.sous_menu .menu_selection ul {
    display: inline-block;
    padding: 0px;
    margin-top: 68px;
    margin-bottom: 42px;
  }

  .detail_content.restauration.sous_menu .menu_selection ul {
    margin-left: 14px;
  }

  .detail_content.biere_liste .menu_selection ul {
    margin-bottom: 15px;
  }

  .detail_content.biere_liste .menu_selection ul li,
.detail_content.events_news .menu_selection ul li,
.detail_content.restauration.sous_menu .menu_selection ul li {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .detail_content.biere_liste .menu_selection ul li a,
.detail_content.events_news .menu_selection ul li a,
.detail_content.restauration.sous_menu .menu_selection ul li a {
    color: #4d4d4d;
    display: block;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    border: 2px solid #eaeaea;
    padding: 0px 15px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }

  .detail_content.biere_liste .menu_selection ul li a {
    font-size: 14px;
  }

  .detail_content .menu_selection ul li a:focus,
.detail_content .menu_selection ul li a:hover,
.detail_content .menu_selection ul li a:active,
.detail_content .menu_selection ul li a.active {
    color: #fff !important;
    border-color: #d0184b !important;
    background: #d0184b;
  }

  .detail_content.biere_liste .txt_zone {
    min-height: 50px;
  }

  .detail_content.biere_liste h2 {
    font-size: 19px;
    margin-top: 28px;
  }

  .detail_content.biere_liste p {
    font-size: 17px;
    margin-top: 5px;
  }

  /*listing*/
  .detail_content .listing {
    background: #f7f7f9;
    padding: 50px;
    margin-bottom: 40px;
  }

  .detail_content .listing .liste p {
    margin-bottom: 10px;
  }

  .detail_content .box_txt .title h4 {
    margin-top: 0;
  }

  /*COMBINE*/
  /*jeux*/
  .detail_content.combine .box_txt,
.detail_content.combine .title h4,
.detail_content.combine .title p {
    text-align: center;
  }

  /*box txt center*/
  .detail_content .box_txt.center .title h4,
.detail_content .box_txt.center .title p,
.detail_content .box_txt.center .txt p {
    text-align: center;
  }

  .detail_content.visiter .listing {
    margin-top: 40px;
  }

  .detail_content.visiter .box_txt.center .listing p {
    text-align: left;
  }

  /*listing*/
  .detail_content.visiter .listing {
    padding: 50px 80px;
  }

  /*telecharger btn*/
  .telecharger {
    margin-top: 30px;
  }

  .detail_content .restauration.specialite .box_txt {
    margin-top: 42px;
  }

  .detail_content.biere_liste .welcom_box {
    height: 260px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /*****************************************BIERE_DETAIL*****************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  /*menu caché*/
  .detail_content.biere_detail .zone_menu {
    display: none;
  }

  /**************************/
  /******MENU RESPONSIVE*****/
  /**************************/
  .detail_content.biere_detail {
    background: url(../img/bg_detail_biere_md.jpg) center;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive {
    display: inline;
    background: #f7f7f7;
    margin-top: 45px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive ul {
    padding: 0px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive li {
    list-style-type: none;
    display: block;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive li:last-child {
    margin-bottom: 0;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive > ul > li {
    margin-bottom: 0;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive > ul > li > a {
    margin-bottom: 10px;
  }

  /*MENU PRINCIPAL*/
  .detail_content .back_menu {
    width: 40px;
    margin-left: 4px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .menu_principal {
    display: block;
    width: 100%;
    height: 40px;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    text-align: uppercase;
    text-transform: uppercase;
    color: #d0184c;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-top: 30px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .menu_principal {
    background: url(../img/btn_arrow.png) no-repeat top right;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .menu_principal:hover {
    background: url(../img/btn_arrow_hover.png) no-repeat top right;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .sous_menu {
    display: none;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive > ul > li.open .menu_principal, .detail_content.biere_detail .zone_detail .menu_responsive > ul > li.open .menu_principal:hover {
    background: url(../img/btn_arrow_hover.png) no-repeat bottom right;
  }
  .detail_content.biere_detail .zone_detail .menu_responsive > ul > li.open .sous_menu {
    display: block;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .biere_moment:hover,
.detail_content.biere_detail .zone_detail .menu_responsive .biere_moment:focus {
    background: url(../img/btn_arrow_nolist_hover.png) no-repeat bottom right;
  }

  /*sous menu*/
  .detail_content.biere_detail .zone_detail .menu_responsive .sous_menu li a {
    display: block;
    height: 40px;
    border: 2px solid #fff;
    font-family: "Raleway", sans-serif;
    background-position: 0px 50%;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    color: #3c3d3d;
    padding: 0;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    line-height: 36px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .sous_menu li a:hover,
.detail_content.biere_detail .zone_detail .menu_responsive .sous_menu a.active {
    background: url(../img/arrow_listing.png) no-repeat;
    background-position: 8px 50%;
    background-color: #d0184c;
    color: #fff;
    padding-left: 35px;
    border: none;
    border: 2px solid #d0184c;
  }

  /**************************/
  /****DETAIL RESPONSIVE*****/
  /**************************/
  /*decalage*/
  .detail_content.biere_detail .zone_detail .detail_responsive {
    margin-top: 47px;
  }

  /*title*/
  .detail_content.biere_detail .zone_detail .detail_responsive .title h4,
.detail_content.biere_detail .zone_detail .detail_responsive .title p {
    text-align: left;
  }

  .detail_content.biere_detail .zone_detail .detail_responsive .title h4 {
    font-size: 33px;
  }

  .detail_content.biere_detail .zone_detail .btn_zone .btn_face img {
    width: 100px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /****************************************biere_produit*****************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  .detail_content.biere_produit .img img,
.detail_content .detail_event_news .img img,
.detail_content .restauration .img img,
.detail_content.visiter .img img {
    max-width: 100%;
  }

  .detail_content.services .img img,
.detail_content.visiter .img img,
.detail_content .restauration .img img {
    margin-bottom: 30px;
  }

  .detail_content .box_txt .title {
    text-align: left;
  }

  .detail_content .ligne_sep {
    margin: 10px 0px;
  }

  .detail_content .box_txt .txt.txt_partenaire {
    margin-bottom: 52px;
  }

  /*specialité*/
  .detail_content .txt_specialite h3,
.detail_content .txt_specialite p {
    margin: 0px;
    margin-bottom: 10px;
  }

  /****************************************/
  /************zone_btn***************/
  /****************************************/
  .zone_btn_content {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .zone_btn_content h2 {
    font-size: 53px;
    margin-bottom: 46px;
  }

  .zone_btn_content h5 {
    font-size: 29px;
    color: #333333;
    margin-bottom: 46px;
  }

  .zone_btn_content .first_btn a {
    float: right;
  }

  .zone_btn_content .second_btn a {
    float: left;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /*****************************************EVENT_NEWS*******************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  .detail_content .pagination li a {
    text-align: center;
    font-size: 17px;
  }

  .detail_content .pagination li a:hover,
.detail_content .pagination li a:active,
.detail_content .pagination li a:focus {
    background: #d0184c;
    border: 1px solid #d0184c;
    color: #fff;
    text-align: center;
  }

  .detail_content .pagination .next a:hover,
.detail_content .pagination .next a:focus,
.detail_content .pagination .next a:active {
    text-align: left;
    padding-left: 30px;
    background-position: 90% 50%;
    background-image: url(../img/arrow_listing.png);
    background-repeat: no-repeat;
    background-color: #d0184c;
    border: 1px solid #d0184c;
    color: #fff;
  }

  .detail_content .pagination .prev a:hover,
.detail_content .pagination .prev a:focus,
.detail_content .pagination .prev a:active {
    text-align: right;
    padding-right: 30px;
    background-position: 10% 50%;
    background-image: url(../img/arrow_listing_prev.png);
    background-repeat: no-repeat;
    background-color: #d0184c;
    border: 1px solid #d0184c;
    color: #fff;
  }

  .detail_content .detail_event_news .box_txt .title {
    text-align: left;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /***********************************restauration sous menu*************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  .telecharger {
    margin-top: 20px;
    font-size: 19px;
  }

  .detail_content.restauration.sous_menu .txt_saison p {
    margin-top: 0px;
    font-size: 27px;
    margin-bottom: 55px;
  }

  .detail_content.restauration.sous_menu .second_txt {
    font-size: 21px;
    line-height: 36px;
  }

  .detail_content .block_menu_liste {
    margin-bottom: 100px;
  }

  .detail_content.restauration.sous_menu h2 {
    margin-top: 80px;
    font-size: 48px;
  }

  .detail_content .block_menu_liste {
    padding: 0px 25px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /*******************************************CONTACT********************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  .formulaire_contact {
    padding-right: 40px;
  }
}
/*#####################################################################################################*/
/*#####################################################################################################*/
/*#################################  ____________   _______________    ################################*/
/*################################# /_   \_____  \ /  _____/\   _  \   ################################*/
/*#################################  |   | _(__  </   __  \ /  /_\  \  ################################*/
/*#################################  |   |/       \  |__\  \\  \_/   \ ################################*/
/*#################################  |___/______  /\_____  / \_____  / ################################*/
/*#################################             \/       \/        \/  ################################*/
/*#####################################################################################################*/
/*#####################################################################################################*/
@media (min-width: 1360px) {
  /**************************/
  /***********MENU***********/
  /**************************/
  .navbar-collapse ul {
    margin-left: 113px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }

  .navbar-collapse ul {
    margin-left: 33px;
  }

  .topPartLink {
    padding-top: 5px;
  }

  .nav > li > a,
.navbar-default .navbar-collapse .navbar-nav > li > span {
    padding: 10px 20px;
  }

  .navbar-default .navbar-collapse .navbar-nav > li ul {
    margin-top: -5px;
  }

  .navbar-default .navbar-collapse .navbar-nav > li a,
.navbar-default .navbar-collapse .navbar-nav > li > span {
    font-size: 16px;
    letter-spacing: 0.05em;
  }

  .navbar-default .navbar-collapse .navbar-nav > li a span,
.navbar-default .navbar-collapse .navbar-nav > li span .caret {
    top: -8px;
  }

  /**************************/
  /**********SLIDER**********/
  /**************************/
  /*block noir*/
  #first-time .swiper-container .swiper-wrapper .slider_content {
    margin-top: 183px;
  }

  /*bg*/
  #first-time .swiper-container .swiper-wrapper {
    height: 815px;
  }

  /*txt*/
  #first-time .swiper-container .swiper-wrapper .slider_content h2 {
    font-size: 68px;
    padding-top: 67px;
  }

  #first-time .swiper-container .swiper-wrapper .slider_content p {
    font-size: 33px;
    line-height: 36px;
    margin-top: 0px;
    padding-top: 6px;
  }

  /*btn*/
  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn {
    padding-top: 29px;
    text-align: center;
  }

  /*ball pagination*/
  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn a {
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    width: 230px;
  }

  #first-time .swiper-container .swiper-wrapper .slider_content .container_btn .btn_2nd {
    line-height: 58px;
  }

  /****************************************/
  /**************SCROLL LOGO***************/
  /****************************************/
  .scroll_logo {
    position: relative;
    margin-top: -72px;
    background: url(../img/scroll.png) no-repeat center;
    height: 76px;
    width: 100%;
    z-index: 20;
  }

  #first-time .swiper-container .swiper-wrapper .swiper-slide {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #first-time .swiper-container .swiper-wrapper .slider_content {
    margin-top: 0;
  }

  #first-time .swiper-container .swiper-wrapper {
    height: calc(100vh - 105px);
  }

  /****************************************/
  /**************WELCOME ZONE**************/
  /****************************************/
  .welcome_zone h1 {
    margin-top: 73px;
  }

  /*box*/
  .welcom_box {
    height: 350px;
    font-size: 21px;
  }

  .welcom_box .border {
    padding-top: 288px;
  }

  /*BTN + BORDER*/
  .caption {
    font-family: "Raleway", sans-serif;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    margin-top: 0px;
  }

  .border_mobile {
    border: none;
  }

  figure.welcom_box {
    background: #9e5406;
  }

  figure.welcom_box figcaption::before,
figure.welcom_box figcaption::after {
    position: absolute;
    top: 20px;
    right: 25px;
    bottom: 10px;
    left: 25px;
    content: "";
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }

  figure.welcom_box figcaption::before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  figure.welcom_box figcaption::after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  figure.welcom_box h2 {
    padding-top: 55%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 110px, 0);
    transform: translate3d(0, 110px, 0);
  }

  figure.welcom_box p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  figure.welcom_box:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }

  figure.welcom_box:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
  }

  figure.welcom_box:hover h2,
figure.welcom_box:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /****************************************/
  /**************NEWS EVENTS***************/
  /****************************************/
  .news_events {
    background: url(../img/bg_event.jpg) 50% 0 fixed;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 0;
  }

  /****************************************/
  /*************LAST CONFECTION************/
  /****************************************/
  .mise_en_avant .confection_title h4 {
    font-size: 38px;
    margin-top: 45px;
  }

  .mise_en_avant .confection_title h2 {
    font-size: 43px;
    margin-top: 49px;
  }

  .mise_en_avant .confection_img {
    margin-top: -103px;
  }

  .mise_en_avant .confection_img img {
    margin-top: 0px;
  }

  .mise_en_avant .confection_txt p {
    line-height: 30px;
    font-size: 21px;
  }

  .mise_en_avant .confection_txt .explication {
    line-height: 28px;
  }

  .confection_txt .btn_more {
    float: left;
  }

  /****************************************/
  /***************SUGEST_WEEK**************/
  /****************************************/
  .sugest_week {
    background: url(../img/bg_avis.png) 50% 0 fixed;
    background-size: cover;
    color: white;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  /****************************************/
  /**************AVIS_CLIENTS**************/
  /****************************************/
  .avis_client .swiper-slide p {
    line-height: 35px;
  }

  /****************************************/
  /*****************FOOTER*****************/
  /****************************************/
  /*newsletter*/
  .footer .form_news_letter_txt p {
    font-size: 25px;
  }

  /*horaire*/
  .footer .descri_txt_footer h2 {
    font-size: 43px;
  }

  .footer .descri_txt_footer p {
    font-size: 21px;
    line-height: 25px;
  }

  /*copyright*/
  .footer .copyright {
    font-size: 15px;
  }

  .footer .social_network .social_network_txt h2 {
    font-size: 28px;
    text-align: right;
    margin-top: 65px;
  }

  .footer .social_network .social_network_icon .bloc_icon {
    margin-top: 53px;
    margin-right: 0px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /**************************************biere_listes***************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  /****************************************/
  /*****************BANNER*****************/
  /****************************************/
  /****************************************/
  /*****************CONTENT****************/
  /****************************************/
  .detail_content.biere_liste ul,
.detail_content.events_news ul {
    margin-bottom: 10px;
  }

  .detail_content.biere_liste .welcom_box img {
    display: none;
  }

  .detail_content.biere_liste .welcom_box {
    height: 350px;
    width: 300px;
    margin: 0px auto;
    margin-top: 36px;
    -webkit-box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.05);
    background-size: cover;
  }

  .detail_content.biere_liste figure.welcom_box figcaption::before,
.detail_content.biere_liste figure.welcom_box figcaption::after {
    bottom: 98px;
    top: 46px;
    right: 33px;
    left: 32px;
  }

  .detail_content.biere_liste .biere_liste_margin_left {
    margin-left: 7px;
  }

  .detail_content.biere_liste .menu_selection ul li a,
.detail_content.events_news .menu_selection ul li a,
.detail_content.restauration.sous_menu .menu_selection ul li a {
    padding: 0px 20px;
  }

  .detail_content.biere_liste .menu_selection ul li a {
    font-size: 17px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /*****************************************BIERE_DETAIL*****************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  /*BG*/
  .detail_content.biere_detail {
    background: url(../img/bg_detail_biere_lg.jpg) center;
  }

  /*MENU RESPONSIVE*/
  .detail_content.biere_detail .zone_detail .menu_responsive .menu_principal {
    font-size: 20px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .sous_menu li a {
    font-size: 16px;
    padding: 0;
    padding-left: 30px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .sous_menu li a:hover,
.detail_content.biere_detail .zone_detail .menu_responsive .sous_menu a.active {
    background-position: 30px 50%;
    padding-left: 70px;
  }

  .detail_content.biere_detail .zone_detail .menu_responsive .biere_moment {
    font-size: 20px;
  }

  /*DETAIL RESPONSIVE*/
  /*title*/
  .detail_content.biere_detail .zone_detail .detail_responsive .title h4 {
    font-size: 38px;
  }

  .detail_content.biere_detail .zone_detail .title p,
.detail_content.biere_detail .zone_detail .descriptif p {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 500;
  }

  .detail_content.biere_detail .zone_detail .title p {
    margin-bottom: 40px;
  }

  /*btn*/
  .detail_content.biere_detail .zone_detail .btn_zone .btn_pdf {
    font-size: 17px;
  }

  .detail_content.biere_detail .zone_detail .btn_zone .btn_face img {
    width: 144px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /****************************************detail_content*****************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  /*ligne_sep*/
  .detail_content .ligne_sep {
    margin: 17px 0px;
  }

  /*box txt*/
  .detail_content .box_txt {
    margin-top: 42px;
  }

  .detail_content.services .box_txt,
.detail_content .box_txt.contenus {
    margin-top: 72px;
  }

  .detail_content .box_txt p {
    margin-bottom: 20px;
  }

  /*title*/
  .detail_content .box_txt .title h4,
.detail_content .box_gallerie h4 {
    font-size: 38px;
  }

  .detail_content .box_txt .title p,
.detail_content .box_gallerie p {
    font-size: 21px;
  }

  /*txt*/
  .detail_content .box_txt .txt {
    font-size: 21px;
    line-height: 20px;
  }

  /*liste*/
  .detail_content .box_txt .txt ul li {
    margin-bottom: 10px;
  }

  .detail_content.services.groupes .box_txt .txt ul {
    margin-bottom: 20px;
  }

  .detail_content .listing .liste p {
    margin-bottom: 10px;
  }

  .detail_content.services.plaine .box_txt .txt ul {
    margin-bottom: 23px;
  }

  /*box txt center*/
  .detail_content .box_txt.center {
    margin-bottom: 10px;
    margin-top: 0px;
  }

  /*specialite*/
  .detail_content .bloc_specialite {
    margin-top: 80px;
  }

  .detail_content .txt_specialite h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }

  .detail_content .txt_specialite p {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .detail_content .specialite {
    margin-bottom: 50px;
  }

  .detail_content.services .box_txt .txt {
    font-size: 21px;
    line-height: 25px;
  }

  /**********************************************************************************************/
  /**********************************************************************************************/
  /***************************************RESTAURATION MENU**************************************/
  /**********************************************************************************************/
  /**********************************************************************************************/
  .detail_content.restauration.sous_menu {
    width: 100%;
    background: url(../img/bg_sous_menu_restau.jpg) no-repeat center top;
    background-size: 117%;
  }

  .telecharger {
    margin-top: 70px;
    font-size: 21px;
  }
}
/**********************************************************************************************/
/**********************************************************************************************/
/***************************************RESTAURATION MENU**************************************/
/**********************************************************************************************/
/**********************************************************************************************/
.bloc_footer.icon_contact p {
  font-size: 19px;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #d0184b;
}

.tooltip-inner {
  background-color: #d0184b;
}

.tooltip {
  font-size: 16px;
}

/*ANNULATION EFFETS BOOTSTRAP*/
#navbar * {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.node-contenu-formate .center h2 {
  text-align: center;
}

.node-contenu-formate .gauche div.txt {
  float: left;
  clear: left;
}

.node-contenu-formate .center .txt ul {
  text-align: center;
}

.node-contenu-formate .center .txt ul li {
  display: inline-block;
  width: 62%;
  text-align: left;
  margin: 0 19%;
}

.tac {
  text-align: center !important;
}

.navbar-default .navbar-collapse li a > .caret,
.navbar-default .navbar-collapse li span > .caret {
  margin-left: 10px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  border: none;
}

.navbar-default .navbar-collapse li a > .caret:before,
.navbar-default .navbar-collapse li span > .caret:before {
  content: "";
}

.detail_content .box_txt.contenus .txt,
.detail_content .detail_event_news .box_txt .txt {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 25px;
  margin-top: 30px;
  margin-bottom: 20px;
}

*:focus,
a:focus {
  outline: none;
}

.footer .simplenews-subscribe {
  position: relative;
}

.footer .simplenews-subscribe .alert.alert-block {
  position: absolute;
  top: 115px;
  left: 40px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0px;
  font-size: 15px;
  width: 80%;
}

.footer .simplenews-subscribe .alert.alert-block.alert-success {
  color: #3cc23d;
}

.footer .simplenews-subscribe .alert.alert-block.alert-danger {
  color: #f00;
}

.footer .simplenews-subscribe .alert.alert-block .close {
  display: none;
}

.wdd_link {
  text-align: center;
  padding-bottom: 20px;
}

.wdd_link a {
  opacity: 0.1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.wdd_link a:hover,
.wdd_link a:focus {
  opacity: 1;
}

/*BOUTONS DE PARTAGE DANS LA FICHE*/
.rrssb-buttons {
  height: auto;
}

/*VALIDATION FORM JQUERY*/
div.clientside-error {
  display: none !important;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #d0184b !important;
}

.alert-block {
  margin-top: 25px;
  margin-bottom: -10px;
}

/*Modal Splash*/
.modal-open .full_content {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-header {
  padding: 0px;
  border-bottom: 0px;
  padding-right: 15px;
  padding-top: 15px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-body img {
  margin-left: auto;
  margin-right: auto;
}

.modal-body h2 {
  font-family: "Oswald", sans-serif;
}

.modal-body p {
  color: #000;
  text-align: left;
  font-family: "Raleway", sans-serif;
}

.modal-footer {
  border-top: none;
}

/*CAPTCHA*/
.captcha {
  margin-bottom: 15px;
  text-align: center;
}

#webform-client-form-45 .captcha > div {
  display: inline-block;
}

@media (min-width: 1360px) {
  .detail_content .box_txt .txt,
.detail_content .detail_event_news .box_txt .txt {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 1360px) {
  #simplenews-block-form-1 .alert.alert-block {
    width: 100%;
    left: 2px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-collapse li a > .caret,
.navbar-default .navbar-collapse li span > .caret {
    top: -8px !important;
  }

  .dropdown-menu {
    padding-left: 25px !important;
  }

  #simplenews-block-form-1 .alert.alert-block {
    top: 55px;
    left: 1px;
  }
}
@media (min-width: 992px) {
  .wdd_link {
    text-align: right;
    padding-right: 45px;
  }

  .navbar-default .navbar-collapse li a > .caret,
.navbar-default .navbar-collapse li span > .caret {
    margin-left: 0px;
  }

  .detail_content .back_menu {
    margin-bottom: 11px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .detail_content .box_txt.contenus .txt,
.detail_content .detail_event_news .box_txt .txt {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .modal-body,
.modal-body p {
    text-align: center;
  }
}
/* Vidéo Youtube */
.mb_40 {
  margin-bottom: 40px;
}

video {
  /*width: 100%;
  max-height: 100%;*/
}

.videoBloc {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: white;
  padding: 20px;
  position: relative;
}

.videoBloc {
  min-height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  color: white;
  padding: 20px;
  position: relative;
  cursor: pointer;
  font-size: 21px;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

.otherVideo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.otherVideo .videoBloc {
  margin-bottom: 20px;
  min-height: 250px;
}

.videoBloc span {
  position: relative;
  z-index: 10;
}

.videoBloc:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.videoBloc:hover:after {
  opacity: 0.3;
}

.modalVideo .modal-content {
  background-color: transparent;
}

.modalVideo .modal-content video {
  max-width: none;
}

.mainVideo {
  margin-bottom: 20px;
}

.intro .btn_rose {
  margin-bottom: 80px;
}

.videoBloc .play {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}

.videoBloc .title span {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}

.videoBloc:hover .play {
  opacity: 1;
}

.videoBloc:hover .title span {
  opacity: 0;
}

@media (min-width: 992px) {
  .mainVideoContent {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
  }

  .mainVideo {
    -ms-flex-preferred-size: 66.66%;
        flex-basis: 66.66%;
    padding-right: 10px;
    margin-bottom: -6px;
  }

  .otherVideo {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    padding-left: 10px;
    -ms-align-items: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .otherVideo .videoBloc {
    height: 100%;
    min-height: auto;
  }

  .otherVideo .videoBloc {
    margin-bottom: 0;
  }

  .otherVideo .videoBloc:first-child {
    margin-bottom: 10px;
  }

  .otherVideo .videoBloc:last-child {
    margin-top: 10px;
  }
}
/* base */
b, strong {
  font-weight: bold;
}

.navbar.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

.navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.menu-toggle {
  display: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.navbar-header .header-logo {
  width: 100%;
}

.btn_style {
  display: inline-block;
}

.btn-close {
  border: none;
  font-size: 18px;
  line-height: 1;
}
.btn-close:after {
  content: "x";
}

.alert-dismissible {
  padding-right: 1.25rem;
}

.social_btn_bw,
.social_net_gouv {
  width: auto;
  height: auto;
}

.slider_frontpage .slide {
  display: none;
}
.slider_frontpage .slide:first-child {
  display: block;
}
.slider_frontpage .slide picture {
  position: absolute;
}

.slider_frontpage_controls #slider-next a,
.slider_frontpage_controls #slider-prev a {
  display: inline-block;
  background: url(../img/arrow_bg_left.png);
  width: 24px;
  height: 38px;
  font-size: 1px;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.slider_frontpage_controls #slider-next a:hover,
.slider_frontpage_controls #slider-prev a:hover {
  background-position: bottom;
}
.slider_frontpage_controls #slider-prev a {
  background: url(../img/arrow_bg_right.png);
  margin-left: 25px;
}

.website-footer .menus {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu--menu-menu-footer-left ul,
.menu--menu-menu-footer-right ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.menu--menu-menu-footer-left ul a,
.menu--menu-menu-footer-right ul a {
  padding: 0;
  color: #868686;
  font-size: 12px;
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.btn_twitter {
  display: inline-block;
  padding: 10px;
  min-width: 205px;
}
.btn_twitter.facebook {
  color: #0866ff;
  border-color: #0866ff;
}
.btn_twitter.facebook i {
  font-size: 40px;
}

.flux_facebook {
  margin-top: 0;
  margin-bottom: 0;
}

#navbar.container {
  max-width: 100%;
}

#navbar.container.shifted_menu {
  width: 100%;
}

.container_slider {
  padding: 0;
}

.slider_fond_all .container:before, .slider_fond_all .container:after {
  content: "";
  display: table;
}

.main-containers {
  padding: 0;
}

#cookiesjsr {
  --btn-bg-color: #007ba5;
  --btn-prime-font-color: #007ba5;
  --btn-inv-font-color: #007ba5;
  --btn-inv-border-color: #007ba5;
  --btn-prime-inv-border-color: #007ba5;
  --btn-prime-inv-bg-color: #007ba5;
  --banner-bg-color: #007ba5;
  --layer-tab-active-bg-color: #007ba5;
  --layer-bg-dark: #007ba5;
}

.cookiesjsr-layer {
  border-radius: 15px;
}

@media (min-width: 960px) {
  .responsive-menu-toggle-wrapper.responsive-menu-toggle {
    display: block;
  }
}
@media (max-width: 991px) {
  #navbar.container, #navbar.container > .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  #navbar.container {
    width: 960px;
  }

  .navbar-header .header-logo {
    width: auto;
  }

  .region-welcome-block {
    margin-top: inherit;
  }
}
@media (min-width: 1340px) {
  .website-footer ul {
    margin-top: 0;
  }
  .website-footer .logo_footer {
    margin-top: 40px;
  }
}
@media (min-width: 1420px) {
  #navbar.container {
    width: 1360px;
  }

  .menu--menu-menu-footer-left ul,
.menu--menu-menu-footer-right ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .menu--menu-menu-footer-left ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .menu--menu-menu-footer-right ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
/* components */
.simplenews-subscriber-form a {
  color: #d0184b;
}
.simplenews-subscriber-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Permet à la 3e div de passer sur une nouvelle ligne */
  gap: 5px;
  /* optionnel */
}
.simplenews-subscriber-form form div {
  padding: 0px;
}
.simplenews-subscriber-form form div.form-group {
  margin-bottom: 0;
}
.simplenews-subscriber-form form div.field--type-email {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(75% - 20px);
          flex: 1 1 calc(75% - 20px);
  /* 50% de largeur */
}
.simplenews-subscriber-form form div.field--type-email.mb-3 {
  margin-bottom: 0 !important;
}
.simplenews-subscriber-form .alert-wrapper .alert {
  background-color: transparent;
  border: 1px solid #ff931e;
}
.simplenews-subscriber-form .alert-wrapper .alert-success {
  color: #ffffff;
}
.simplenews-subscriber-form .alert-wrapper .alert-success svg {
  width: 30px;
}
.simplenews-subscriber-form .alert-wrapper .alert-success h2 {
  margin-top: 0px;
  font-size: 1.6rem;
  color: #ff931e;
}
.simplenews-subscriber-form .alert-wrapper .alert-success button {
  width: 20px;
}
.simplenews-subscriber-form .alert-wrapper .alert-success button:hover {
  background-color: inherit;
}

.btn_rose {
  padding: 0;
}
.btn_rose:hover {
  border-color: #d0184b;
}