/* *****************************
	Recettes
	******************************* */
#decimal li{
	list-style-type:decimal;
}

.titre-recette {
  font-size: 23px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 300;
  letter-spacing: 0.03em; }
/* *****************************
	FONTS
	******************************* */
.taille11 {
	font-size:11px;
}
/* *****************************
	BACKGROUNDS
	******************************* */
/* *****************************
	COLORS
	******************************* */
/* *****************************
	MIXINS
	******************************* */
html, body {
  height: 100%; }

body {
  background: #ffffff;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; }

h1 {
  font-size: 25px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 300; }

h2 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px; }

h3 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif; }

h4 {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif; }

h5 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform:uppercase; }

h6 {
  font-size: 14px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif; }

p {
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
  
.page-template-page-reservation-php p {
  text-align: center; }

.page-id-107 p, .page-id-120 p {
  font-size: 15px; }

a {
  color: inherit; }

a:hover {
  text-decoration: none; }

a.no_decoration {
  text-decoration: none; }

a:hover.no_decoration {
  text-decoration: underline; }

a img {
  border: none; }

a {
  outline: none !important; }

* {
  box-sizing: border-box; }

/* *****************************
	FONTS
	******************************* */
/* *****************************
	ELEMENTS
	******************************* */
* {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none;
  padding-left: 20px;
  margin-top: -10px;}
li {
    list-style-type: initial; /* on annule la puce par défaut */
    padding-left: 1px; /* pour éviter la superposition du contenu */
}

/* *****************************
	CLASSES
	******************************* */
.nomargin {
  margin: 0; }

.big {
  font-size: 35px; }

.row {
  margin: 0 -8px; }

.left, .alignleft {
  float: left !important; }

.right, .alignright {
  float: right !important; }

.clear {
  clear: both; }

.justify {
  text-align: justify; }

.hide {
  display: none; }

.show {
  display: block; }

.bt {
  border-top: 1px solid; }

.bb {
  border-bottom: 1px solid; }

.sep {
  width: 100%;
  height: 1px;
  background: #a8a8a8; }

.item_sidebar .sep {
  background: #44bb09;
  margin: 5px 0; }

.or {
  color: #BB9D55; }

.gris {
  color: #2e3331; }

.green {
  color: #44bb09; }

.green_dark {
  color: #44af0e; }

.gray_dark {
  color: #a8a8a8; }

.black {
  color: #181818; }

.white {
  color: #fff; }

.text-light {
  font-weight: 300 !important; }

.text-bold {
  font-weight: 600 !important; }

.text-center {
  text-align: center; }

.text-left {
  text-align: right; }

#scroll_content {
  -webkit-overflow-scrolling: touch; }

.nom-pat-vie-pain {
  font-size: 16px;
  font-family: sansation_lightlight; }

.cartes-description {
  color: #808080;
  font-size: 14px; }

/*************************** 
	TRANSITION
***************************/
.transition {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }

/* *****************************
	CITATION
	******************************* */
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #8e0009;
  margin: 3em 0px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote:before {
  color: #8e0009;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

blockquote:after {
  color: #8e0009;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.25em;
  vertical-align: -0.5em; }

blockquote p {
  display: inline; }

/* *****************************
	VARIABLES (no constantes var)
	******************************* */
/* *****************************
	PROGRESSBAR
	******************************* */
#progressBar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px; }

#progressBar {
  position: relative;
  height: 100%;
  background: #7E6E66;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  width: 0%; }

#progressBar-elmts {
  display: none; }

/* *****************************
	BUTTONS
	******************************* */
.btn {
  border: 1px solid #97071f;
  padding: 10px 15px;
  color: #97071f;
  text-decoration: none;
  font-weight: bold; }

.btn_ico {
  padding-left: 40px; }

.btn_ico_phone {
  background: url(../images/btn_ico_phone.png) no-repeat;
  width: 19px;
  height: 19px;
  background-position: 10px 8px; }

.btn_ico_download {
  background: url(../images/ico_download.png) no-repeat;
  width: 40px;
  height: 40px;
  background-position: 7px 6px;
  padding-right: 23px; }

.btn_ico_sendmail {
  background: url(../images/ico_sendmail.png) no-repeat;
  width: 40px;
  height: 40px;
  background-position: 7px 6px;
  padding-right: 23px; }

.page-template-page-menus-php .btn {
  padding: 6px 15px;
  background-position: 2px 1px; }

.page-template-page-reservation-php .btn {
  padding: 7px 22px;
  background-position: 1px 5px;
  font-size: 13px; }

.page-template-page-reservation-php .btn_ico_phone {
  width: 15px;
  height: 15px; }

/*************************** 
	FORM
***************************/
.form-group label {
  text-align: right;
  line-height: 35px;
  margin-bottom: 0;
  font-family:  'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300; }

#submit-contact {
  background: #e41b13;
  color: white;
  font-family:  'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  width: 100%;
  height: 47px;
  line-height: 37px; }

#submit-contact:hover {
  background: white;
  color: #126596;
  font-weight: 400; }

div.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
  border: 2px solid orange;
  margin: 15px 0px; }

.wpcf7-mail-sent-ok {
  border: 2px solid green;
  margin: 15px 0px !important; }

/*************************** 
	GALLERY
***************************/
.wp-caption {
  position: relative;
  line-height: 0;
  margin: 6px 3px; }

.wp-caption .wp-caption-text {
  line-height: 22px;
  color: #55443a;
  display: none;
  padding: 2px 0;
  text-indent: 0.6em; }

.gallery {
  margin: 10px 0; }

#slider-content-backstrecht {
  width: 100%;
  height: 450px; }

/*************************** 
	VIDEO YT RESPONSIVE
***************************/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* *****************************
	WRAP
	******************************* */
#wrap {
  position: relative;
  width: auto;
  height: 100%; }

#content {
  padding: 30px 15px;
  width: 590px;
  position: relative;
  width: 100%;
  max-width: 650px;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
  color: #7E6E66; }

#scroll_content {
  position: relative;
  height: auto; }

/*************************** 
	MAIN MENU
***************************/
#menu {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	background: #7E6E66;
	background-color: #ffffff;
	text-align: center;
}
  #menu #home {
    text-align: center;
    width: auto; }
    #menu #home #head_mobile {
      width: auto;
      display: block; }
      #menu #home #head_mobile a {
        max-width: 485px;
        display: inline;
        text-align: center;
        float: left;
        width: 70%; }
        #menu #home #head_mobile a img {
          text-align: center;
          max-width: 200px;
          margin: 6% 0; }
      #menu #home #head_mobile button {
        width: 60px;
        height: 53px;
        border: none;
        float: right;
        margin: 10% 5% 10% 0;
        cursor: pointer; }
      #menu #home #head_mobile button.isClosed {
        background: url(../images/ico_closed_menu.png) no-repeat; }
      #menu #home #head_mobile button.isOpened {
        background: url(../images/ico_opened_menu.png) no-repeat; }
		
  #menu #main_menu {
    display: none;
    height: auto;
    padding: 10px;
    background: #FFFFFF;
	z-index:1;
	padding-bottom: 24px !important;}
    #menu #main_menu li {
      text-align: center;
      color: #7E6E66;
      text-transform: uppercase;
      margin: 15px 0;
      padding-bottom: 15px;
      display: block;
      width: auto;
      border-bottom: 1px solid #BB9D55; }
      #menu #main_menu li a {
        color: #7E6E66;
        text-decoration: none;
        font-size: 18px;
        width: inherit;
        height: inherit;
        display: block; }
      #menu #main_menu li a:hover, #menu #main_menu li a.active {
        color: #7E6E66; }
      #menu #main_menu li a.active.except-lang {
        color: #7E6E66; }
    #menu #main_menu li:last-child {
      padding-bottom: 0;
      border: none; }
    #menu #main_menu li.multiple a, #menu #main_menu li.multiple span {
      display: inline;
      margin: auto 3px; }
#menu #main_menu li li{
	border-bottom: 0 none;
	margin: 0px;
}
#menu #main_menu ul ul {
  display: none;
	margin-top: 0px;
}
#menu #main_menu ul ul li {
  padding: 0;
}
#menu #main_menu ul ul li:last-child {
  border-bottom: none;
}
#menu #main_menu ul ul a {
  padding: 3px 10px 7px 24px;
  display: block;
  color: #fff;
  font-size: .8em;
  font-weight: 300;
}
#menu #main_menu ul ul a:hover {
  color: #7E6E66;
}
  #menu .hr {
    display: none; }
  #menu address {
    display: none; }
  #menu #bottom_menu {
    display: none; }

.main-nav-menu{
    list-style: none;
    padding: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.main-nav-menu li{
     padding: 0;
     padding-bottom: 8px;
    /* margin-bottom: 10px;
    border-bottom: solid 1px #ccc;*/
}
.main-nav-menu li a.main-nav-link{
     font-weight: 200;
     font-size: 20px;
     line-height: 18px;
     letter-spacing: 0px;
     text-decoration: none;
     text-transform: uppercase;
    -webkit-transition: all .5s linear;
       -moz-transition: all .5s linear;
        -ms-transition: all .5s linear;
         -o-transition: all .5s linear;
            transition: all .5s linear;
	 color:#97958e;
}
.main-nav-menu li a.main-nav-link:hover{
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
	 color:#FFFFFF;
}	
.sub-nav{
    display: none;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
}
.sub-nav a{
     font-weight: 200;
     font-size: 14px;
     line-height: 21px;
     letter-spacing: 0px;
     text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.sub-nav a:hover{
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}
.sub-nav a:after{
    content: '  ';
    margin-left: 3px;
    margin-right: 3px;
}
.sub-nav a:last-child:after{
    display: none;
}

/* *****************************
	GALLERY BG
	******************************* */
#gallery_bg_nav_next {
  position: fixed;
  bottom: -60px;
  right: 0px;
  z-index: 1; }
  #gallery_bg_nav_next a {
    margin-left: 0px;
    display: block;
    float: left; }
    #gallery_bg_nav_next a img {
		width: 28px;
		height: 56px; }
		
#gallery_bg_nav_prev {
  position: fixed;
  bottom: -60px;
  left: 306px;
  z-index: 1; }
  #gallery_bg_nav_prev a {
    margin-left: 0px;
    display: block;
    float: left; }
    #gallery_bg_nav_prev a img {
		width: 28px;
		height: 56px; }

/* *****************************
	EXTERNAL GALLERY
	******************************* */
.external_gallery_ul {
  margin: auto;
  margin-top: 20px; }
  .external_gallery_ul li {
    margin: 10px auto;
    text-align: center; }

/* *****************************
	RESPONSIVE TABS
	******************************* */
#responsiveTabs .r-tabs-tab {
  padding: 10px 15px;
  background: #c2c1c1;
  width: 48.8%; }
  #responsiveTabs .r-tabs-tab a {
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
#responsiveTabs .r-tabs-accordion-title {
  width: 100%;
  background: #dfdede;
  padding: 10px 15px; }
  #responsiveTabs .r-tabs-accordion-title a {
    display: block;
    width: auto;
    height: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center; }
#responsiveTabs .r-tabs-accordion-title.r-tabs-state-active {
  background: #c2c1c1; }
#responsiveTabs .r-tabs-state-default {
  background: #dfdede; }

/* *****************************
	MAP
	******************************* */
#map {
  position: absolute;
  width: 100%;
  height: 100%; }

#themesMap {
  position: fixed;
  bottom: 10px;
  left: 10px; }
  #themesMap .themeMap {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border: 2px solid white; }
  #themesMap .active {
    border: 2px solid #b4a488; }
  #themesMap .theme_default {
    background: #aec878; }
  #themesMap .theme_night {
    background: #007d1c; }
  #themesMap .theme_retro {
    background: #b58f00; }
  #themesMap .theme_grayscale {
    background: #b4b4b4; }

/* *****************************
	SHARE MENU
	******************************* */
ul.download_share {
  text-align: center; }
  ul.download_share li {
    display: inline-block;
    margin: 0 5px; }

#actualite {
  position: relative;
  bottom: 0px;
  background: white;
  width: 100%;
  height: 250px; }
  #actualite a.actu_close {
    background: url(../images/ico_actu_close.png) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none; }
  #actualite img {
    float: right;
    margin: 35px 20px 10px;
    width: 40%; }
  #actualite h1 {
    text-align: left;
    margin: 0;
    padding: 20px;
    font-size: 26px; }
  #actualite h2 {
    color: #454749;
    font-size: 15px;
    margin-left: 20px;
    padding-top: 20px;
    font-weight: 300; }
  #actualite p {
    color: #454749;
    margin-left: 20px; }
  #actualite a {
    color: #454749;
    margin-left: 20px; }

/* *****************************
	FOOTER
	******************************* */
#m_footer_white {
  position: relative;
  background: white;
  min-height: 150px;
  height: auto;
  border-top: 1px solid #8e0009; }
  #m_footer_white h1 {
    padding-top: 15px;
    margin: 0 15px;
    text-align: center;
    font-size: 22px; }
  #m_footer_white address {
    text-align: center;
    color: #303030;
    padding-top: 30px;
    font-size: 20px;
    font-style: inherit;
    padding-bottom: 20px; }

#m_footer {
	position: relative;
	background: #FFFFFF;
	min-height: 280px;
	height: auto;
	background-color: #ffffff;
}
  #m_footer p {
    margin: 15px; }
  #m_footer form {
    width: 100%; }
    #m_footer form #compact_fields {
      border: 1px solid white;
      margin: 0;
      margin-top: 10px;
      padding: 0;
      height: 40px; }
      #m_footer form #compact_fields input[type="text"], #m_footer form #compact_fields input[type="email"] {
        border: none;
        height: 100%;
        width: 90%;
        float: left;
        padding: 5px;
        border-radius: 0; }
      #m_footer form #compact_fields input[type="submit"] {
        border: none;
        height: 100%;
        width: 10%;
        cursor: pointer;
        background: #57170b;
        border-radius: 0;
        color: white;
        -webkit-appearance: none; }
    #m_footer form .compact_fields {
      border: 1px solid white;
      margin: 0;
      margin-top: 10px;
      padding: 0;
      height: 40px; }
      #m_footer form .compact_fields input[type="text"], #m_footer form .compact_fields input[type="email"] {
        border: none;
        height: 100%;
        width: 90%;
        float: left;
        padding: 5px;
        border-radius: 0; }
      #m_footer form .compact_fields input[type="submit"] {
        border: none;
        height: 100%;
        width: 10%;
        cursor: pointer;
        background: #57170b;
        border-radius: 0;
        color: white;
        -webkit-appearance: none; }
  #m_footer #m_global_share {
    text-align: center;
    margin-top: 25px; }
    #m_footer #m_global_share li {
      display: inline;
      margin: 15px; }
  #m_footer #m_legal_menu {
    text-align: center;
    margin-top: 25px; }
    #m_footer #m_legal_menu li {
      display: inline;
      margin: 5px; }

body.home #content {
  min-height: 50%;
  background: none; }
body.home #m_footer_general {
  position: relative;
  bottom: 0;
  width: 100%; }

/* *****************************
	QUERIES
	******************************* */

@media only screen and (min-width: 651px) {
  #content {
    width: 100%;
    max-width: 100%; }

  #menu #home #head_mobile button {
    margin: 7% 5% 5% 0; }

  #m_footer_white h1 {
    font-size: 25px; }
#gallery_bg_nav_prev, #gallery_bg_nav_next {
	display:none;
}
	#element {
    margin-top: 25% !important;}
  div.bloc {
	  text-align:center !important;}

.bordure-img {
	margin-bottom: 30px;
}

.img-responsive-bordure {
  min-width: 100%;
  height: auto;
  display: inline; }

  
.img-responsive-logo-gustive {
    max-width: 90%;
}
#menu #home #head_mobile a {
    text-align: left;
	margin-left: 25px;
}
}
@media only screen and (min-width: 1441px) {
  #content {
    margin-left: 306px;
    width: 650px;
    left: 0;
    position: fixed; }

  /* *****************************
  RESPONSIVE TABS
  ******************************* */
  #responsiveTabs .r-tabs-tab a {
    font-size: 14px; } }
@media only screen and (max-width: 900px) {
#cssmenu ul {
	margin-top: inherit !important;
}
#cssmenu ul ul a {
	padding: 0 !important;
}
#cssmenu {
	margin-top: inherit !important;
}
#menu #home #head_mobile a img {
	max-width: 100px;
}
}
@media only screen and (min-width: 900px) {
  #content {
    margin-left: 306px;
    width: 572px;
    left: 0;
    position: fixed; }

  /*************************** 
  	MAIN MENU
  ***************************/
  #menu {
    display: block;
    width: 306px;
    height: 100%;
    background: #FFFFFF;
    float: left;
    min-height: 620px; }
    #menu #main_menu {
      display: block;
      margin-top: 30px;
      padding: 0px; }
      #menu #main_menu li {
        text-align: left;
        margin: 0px 0px 5px 80px;
        padding-bottom: 0px;
        display: block;
        border: none; }
        #menu #main_menu li a {
          font-size: 18px; }
      #menu #main_menu li.multiple a, #menu #main_menu li.multiple span {
        float: left;
        margin: auto 3px; }
    #menu .hr {
      display: block;
      height: 1px;
      width: 80%;
      background: #7E6E66;
      margin: 20px 10% 44px 10%; }
    #menu address {
      display: block;
      color: white;
      margin-top: 15px;
      margin-left: 45px;
      font-style: inherit; }
    #menu #bottom_menu {
      display: block;
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px; }
      #menu #bottom_menu form {
        width: 100%; }
        #menu #bottom_menu form #compact_fields {
          border: 1px solid white;
          margin: 0;
          margin-top: 10px;
          padding: 0;
          height: 30px; }
          #menu #bottom_menu form #compact_fields input[type="text"], #menu #bottom_menu form #compact_fields input[type="email"] {
            border: none;
            height: 100%;
            width: 85%;
            float: left;
            padding: 5px; }
          #menu #bottom_menu form #compact_fields input[type="submit"] {
            border: none;
            height: 100%;
            width: 15%;
            cursor: pointer;
            background: #57170b;
            color: white; }
        #menu #bottom_menu form .compact_fields {
          border: 1px solid white;
          margin: 0;
          margin-top: 10px;
          padding: 0;
          height: 30px; }
          #menu #bottom_menu form .compact_fields input[type="text"], #menu #bottom_menu form .compact_fields input[type="email"] {
            border: none;
            height: 100%;
            width: 85%;
            float: left;
            padding: 5px; }
          #menu #bottom_menu form .compact_fields input[type="submit"] {
            border: none;
            height: 100%;
            width: 15%;
            cursor: pointer;
            background: #57170b;
            color: white; }
      #menu #bottom_menu #global_share {
        margin-top: 15px; }
        #menu #bottom_menu #global_share li {
          float: left;
          width: 18px;
          margin: 0 10px 5px 0; }
      #menu #bottom_menu{
        margin-top: 15px; }
      #legal_menu {
        margin-top: 0px; }
      .decale { 
	  margin-left: 29px; }
        #menu #bottom_menu #legal_menu li {
			list-style-type:none;
          float: left;
          width: auto;
          font-size: 10px;
          text-transform: uppercase;
          margin-left: 0;
          margin-right: 10px; }
          #menu #bottom_menu #legal_menu li a {
            color: #d6d6d6; }
          #menu #bottom_menu #legal_menu li a:hover {
            color: #BB9D55;
			text-decoration: none; }
        #menu #bottom_menu #legal_menu li:last-child {
          margin-right: 0; }

  #m_footer_white {
    border-top: 1px solid white; }

  #themesMap {
    position: fixed;
    bottom: 10px;
    left: 260px; }

  #background-moved {
    margin-left: 306px;
    background-color: #ffffff;
    width: calc(100% - 250px);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; }

  .page-template-page-reservation-php #background-moved {
    background: none; }

  #actualite {
    position: fixed;
    bottom: 0px;
    left: 306px;
    background: rgba(255, 255, 255, 0.7);
    width: 572px;
    height: 270px; }
    #actualite a.actu_close {
      background: url(../images/ico_actu_close.png) no-repeat;
      width: 17px;
      height: 17px;
      position: absolute;
      top: 10px;
      right: 10px;
      display: block; }
    #actualite img {
      float: right;
      margin: 35px 30px 10px; }
    #actualite h1 {
      text-align: left;
      margin: 20px 20px 10px;
      padding: 0;
      font-size: 26px; }
    #actualite h2 {
      color: #454749;
      font-size: 18px;
      margin-left: 20px;
      margin-top: 0; }
    #actualite p {
      color: #454749;
      margin-left: 20px; }
    #actualite a {
      color: #454749;
      margin-left: 20px; }

  /* *****************************
  RESPONSIVE TABS
  ******************************* */
  #responsiveTabs .r-tabs-tab a {
    font-size: 11px; }
}
@media only screen and (max-width: 651px) {
#menu #home #head_mobile a img {
	max-width: 70px;
}
#menu #main_menu li {
	margin: 10px 0;
}
#menu #main_menu li a {
    font-size: 14px;
}
#menu #main_menu li li {
    font-size: 16px;
}
.container {
  width: 94%;
 }
.modal__close:after, .modal__close:before {
	margin: -8px 0 0 !important;
}
div.meuniers {
  margin-bottom: 0px !important;
}
div.outils-com { 
  margin-bottom: 0px !important;
}
#element {
    margin-top: 0% !important;
	margin-bottom: 55px;
}
.container {
    width: 96%;
}
.bordure-img {
	margin-bottom: 40px;
	overflow: hidden;
	max-height: 250px;
	border: 0px !important;
    padding: 0px !important;
}
.img-responsive-bordure {
  min-width: 100%;
  height: auto;
  display: inline; }
.img-responsive-logo-gustive {
    max-width: 90%;
}
#menu #home #head_mobile a {
    text-align: left;
	margin-left: 25px;
	width: inherit !important;
}
#menu #home #head_mobile button {
	margin: 8% 5% 8% 0; }
}

  /* *****************************
  Histoire
  ******************************* */
	  
.savoir-plus a{
	text-decoration: none;
	border: #2e3331 thin solid;
	padding: 10px;
	text-transform: uppercase;
	font-weight:400;
	font-size: 9px;
	
}	  
.savoir-plus a:hover{
	text-decoration: none;
	border: #BB9D55 thin solid;
	background-color: #BB9D55;
}
div.meuniers { 
  border-right:#2e3331 1px solid;
  margin-bottom: 35px;
}
#element { margin-top: 30%; }
div.bloc { 
  width:100%;
  display:inline-block;
  vertical-align:middle;
  text-align:right;
}

.bordure-img {
	border: #2e3331 thin solid;
	padding: 4px 4px 0px;
}

.text-extra-bold {
  font-weight: 800 !important;
  font-size:11px;}

.text-extra-bold a{
  font-weight: 800 !important;
  font-size:11px;
  text-decoration: none;}

.text-extra-bold a:hover{
  text-decoration: underline;
  color: #BB9D55;}
  
  
  /* *****************************
  Boutiques
  ******************************* */
div.outils-com { 
  margin-bottom: 35px;
  text-align:center;
}

.titre-outils-com {
  text-align: center;
  font-size:20px;
  font-weight:300;
  letter-spacing: 0.01em;
}
.demo-panel-title {
  margin: 30px 0 5px;
  font-weight:300;
  font-size: 20px;
}
.btn-wrap-sav{
    margin-top: 25px;
}

/*Buttons*/
.btn-eight{
	border-radius: 0px;
	text-decoration: none;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.btn-eight:hover{
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}

.btn-eight-dark{
	border:solid 1px #2e3331;
	color: #2e3331;
	font-weight: 400;
	background-color: transparent;
}
.btn-eight-dark:hover{
	border:solid 1px #BB9D55;
	background: #BB9D55;
	color: #2e3331;
	cursor:pointer;
} 
.btn-trinity{
	border-radius: 0px;
	text-decoration: none;
	padding: 12px 18px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif; font-weight:400;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-trinity:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-trinity-klein{
	border:solid 1px #2e3331;
	background: transparent;
	color: #2e3331;
}
.btn-trinity-klein:hover{
	border:solid 1px #BB9D55;
	background: #BB9D55;
}
  
  /* *****************************
  Contact
  ******************************* */

span.inverse {
   unicode-bidi: bidi-override;
   direction: rtl;
}
.contact{
}
.contact-form{
	display: none;
}
/*contact form*/

.email-wrap{
	padding-bottom: 30px;
}
.contact-mail{
	font-size: 18px;
	line-height: 25px;
	font-family: 'Open Sans', sans-serif; font-weight:300;
	color: #2e3331;
}
.contact-form-wrap{
	display: none;
	padding-top: 30px;
}
.contact-item{
	padding: 0px 20px 20px 20px;
}
.entreprise-heading{
	padding: 0px;
	margin-bottom: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
}
.address-heading{
	padding: 0px;
	margin-bottom: 0;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
}
.phone-heading{
	padding: 0px;
	margin-bottom: 30px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 21px;
    text-transform: uppercase;
}
.email-heading{
	font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 27px;
    margin-bottom: 0;
    padding: 0;
}
input {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #2e3331 !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
	float:left;
	width: 31%;
	margin-left: 2%;
	
}
input:focus, textarea:focus {
    border-bottom: none !important;
    color: #2e3331 !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #2e3331 !important;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    margin: 0 0 0 12px;
    padding: 10px !important;
    resize: none;
    width: 97%;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #2e3331;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #2e3331;
    font-family: 'Open Sans', sans-serif; font-weight:300;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
	box-shadow: none;
	border:none;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family: 'Open Sans', sans-serif; font-weight:300;
	margin-bottom:10px;
	padding:10px;
	/*background:#d5294f;*/
	color: #2e3331;
	text-align: left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.btn-wrap{
	margin-top: 30px;
}
.space-left{
	margin-left: 1%;
}


.alert{
	margin-top: 0px;
	border-radius: 0px;
	padding: 5px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.alert > p{
	text-shadow:none;
	font-size: 14px;
	line-height: 21px;
    	font-family: 'Open Sans', sans-serif; font-weight:300;
}

.border-form{
	border-color: #2e3331 !important;
}
.border-form:focus{
	background:#BB9D55 !important;
}
.alert {
    background: none repeat scroll 0 0 #BB9D55;
}


.ml a {
	color:#2e3331;
	text-decoration:underline;
}
.ml a:hover {
	background:#BB9D55;
}
