/*========================
PHONES
=========================*/
@media screen and (max-width: 768px) {
	.description_body img {
		height: auto;
	}
	.description_body .titre {
		font-size: 24px;
		text-align:center;
	}
	.phone_number {
		clear: left;
	}
	#heures-paiement {
		display: block;
		position: inherit !important;
		top: auto !important;
		float: inherit !important;
	}
}

/*========================
GLOBAL
=========================*/
.bold-white {
	font-weight: bold;
	color: #FFF;
}
#heures-paiement {
	position: relative;
	top: -155px;
	float: right;
}
.come_in {
	margin-bottom: 90px;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;  
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: 'icomoon';
  src:url('../fonts/icomoon--yinaf8.eot');
  src:url('../fonts/icomoon-.eot#iefix-yinaf8') format('embedded-opentype'),
    url('../fonts/icomoon--yinaf8.woff') format('woff'),
    url('../fonts/icomoon--yinaf8.ttf') format('truetype'),
    url('../fonts/icomoon--yinaf8.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e600";
}
.icon-github:before {
  content: "\e601";
}
.icon-twitter:before {
  content: "\e602";
}
.icon-linkedin:before {
  content: "\e603";
}

.icon_knife {
  width: 40px;
  height: 20px;
  margin: 30px auto;
  opacity: 0.8;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAgODUuMyI+PHBhdGggZD0iTTI5OC43IDEyLjZDMjk3LjUgNS41IDI4OC43IDEgMjgzLjEgMWwtODcuOSAwLjNMMzAuNiAxLjVjLTE0LjQgMC0yNS4xIDgtMjUuNSA4LjNsLTUuNCA0bDMuNyA1LjkgYzI1LjkgNDAuOSA3MSA1Ni4zIDEwNC4zIDYyLjFjMzkuMiA2LjcgNzUgMi42IDg4LjMtMS42YzQuMy0xLjQgOC40LTMuMyA5LjMtOGwwLjEtMS4xbDAtMC42YzAtMi4zLTAuNy00LjctMS44LTguNSBjLTAuMi0wLjgtMC41LTEuOC0wLjktM2MtMS4zLTQuMi0zLjQtMTEuMy00LjUtMTYuOGMzLjMtMS4xIDUuOC0xLjggNi42LTEuOWMxLjUgMCA4IDEuNyAxMy40IDMuNmwwLjUgMC4ybDAuNSAwLjEgYzIgMC4zIDEyLjEgMS43IDE2LjQgMS43YzQuMSAwIDEzLjEtMS40IDE1LjctMS45bDAuNC0wLjFsMC40LTAuMWM1LjgtMS45IDEwLjktMy4zIDEyLjYtMy42YzAuOSAwLjMgMi45IDEuMiA1IDIuNCBjMC40IDAuMyAwLjkgMC42IDEuNCAwLjhsMSAwLjZsMS4yIDBsNi4yLTAuNWMwLjIgMCAwLjQgMCAwLjYtMC4xbDguOC0xLjRjNC4yLTEuNyA3LjktNC4yIDkuOC03LjRsMC40LTAuN2wwLjItMC43IGMwLjUtMi4xIDAuOC01LjYgMC44LTkuMUMzMDAgMTcuOCAyOTkuMiAxNC40IDI5OC43IDEyLjZ6Ii8+PC9zdmc+) no-repeat center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transformm;
}

.icon_knife:hover {
   -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}


body, html {
 margin: 0;
 padding: 0;
 height: 100%;
}


.clear::after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, p, span, a {
	font-family: "Verdana", Arial, monospace;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
}

.width_limit {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}


.color_animation {
  -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}



/*========================
NAV
=========================*/

nav {
  display: none;
}


/*========================
INTRO CONTAINER
=========================*/


.intro_container {
  margin: 0;
  padding: 0;
  min-width: 100%;
  height: 100%;
  background: url('../images/top-LMS.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
   text-align: center;
}


.badge_container {
  width: 100%;
  position: absolute;
  top: 8%;
  text-align: center;
}

.intro_badge {
/*  display: inline-block;
  width: 80%;*/
  /*height: 280px;*/
  /*background: url('../images/entete-web.png') no-repeat center center;*/
  z-index: 1;
  margin: 0 auto;
  padding: 0;
}
.intro_badge img.entete {
	width: 75%;
	max-width: 667px;
}

/*========================
IMAGE INTRO BANNER CONTENT
=========================*/

.background_content {
  position: relative;
  top: 0px;
  width: 100%;
  height: 350px;
  background-color: white;
  margin: 0 auto 0 auto;
  z-index: 98;
  text-align: center;
}

.background_content h1 {
  font-size: 3em;
  width: 60%;
  position: relative;
  top: 24%;
  color: white;
  padding: 0;
  border: 0;

}

.background_content h1 span {
  color: white;

}

.background_content:nth-of-type(2) {
  background: url('../images/porte-fene.jpg') no-repeat center center; 
  background-size: cover;
  background-position: 70% 50%;
}

.background_content:nth-of-type(4) {
  background: url('../images/foyer.jpg') no-repeat center center; 
  background-size: cover;
  background-position: 70% 50%;
}

.background_content:nth-of-type(6) {
  background: url('../images/bois.jpg') no-repeat center center; 
  background-size: cover;
  background-position: 70% 50%;
}

.background_content:nth-of-type(8) {
  background: url('../images/maison.jpg') no-repeat center center; 
  background-size: cover;
  background-position: 70% 50%;
}


/*========================
DESCRIPTION BODY CONTENT
=========================*/


.description_content {
  width: 100%;
  background: white;
  margin: 0 auto 0 auto;
  z-index: 99;
  position: relative;
  background: white;
  text-align: center; 
}

.description_body {
  margin: 45px auto;
  max-width: 300px;
}

h1 {
  font-size: 28px;
  font-weight: 900;

  letter-spacing: 0.040em;

  display: inline-block;
  padding: 7px 16px;
  margin: 0;
}

 .description_body p {
	font-size: 0.960em;
	letter-spacing: 0.020em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 25px 0;
	color: #666666;
	text-align: center;
}


/*========================
IMAGE DESCRIPTION BODY CONTENT
=========================*/

.picture_content {
  display: none;
}


/*========================
FIRST FOOTER CONTENT
=========================*/

.first_footer {
  background-color: #1e1e1e;
  width: 100%;
  text-align: center;
  padding: 1px 55px;
  background:url(../images/background-footer.jpg);
  
}

.social_heading,
.social_info {
  display: block;
}


.social_heading {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.040em;
  color: #ffffff;
  text-align: center;
  margin: 40px 0 0 0;
}

  .social_info, 
  .social_icons {
  	margin-bottom: 25px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}

.social_info a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.200em;
  line-height: 1.400em;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  /*width: 210px;*/
}

.social_info a:hover {
  color: #ffffff;
}

.social_icons {
    padding: 0;
}

.social_icons li {
  list-style: none;
  display: inline-block;
  padding: none;
}

.social_icons li:nth-child(1),
.social_icons li:nth-child(2),
.social_icons li:nth-child(3) {
    margin: 0 17px 0 0;
}


.social_icons li a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
}

.social_icons li a:hover {
  color: #ffffff;
}


/*========================
SECOND FOOTER CONTENT
=========================*/

.second_footer {
  background-color: #165aa9;
  width: 100%;
  padding: 0px;
  text-align: left;
}

.second_footer div p {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.090em;
  text-align: left;
}

.second_footer a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

.second_footer a:hover {
  border-bottom: 1px solid #ffffff;
  text-align: left;
}


.second_footer div:nth-of-type(1),
.second_footer div:nth-of-type(2) {
  display: inline-block;
}

.second_footer div:nth-of-type(1) {
  margin: 0 43px 0 0;
}

.second_footer div:nth-of-type(3) {
  margin: 16px 0 0 0;
}

/*========================
MEDIA QUERIES TABLET
=========================*/


@media (min-width: 400px) { 
  .intro_container {
  height: 100%;
  }

.badge_container {
  top: 30%;
}

.background_content h1 {
  top: 33%;
}

.arrow a {
    border: 5px solid rgba(0,0,0,0);
    width: 48px;
    height: 48px;
    background-size: 30px; /*This is based off of width*/
}

.arrow a:hover {
  border: 5px solid #6D903C;
}


.arrow_container {
  width: 100%;
  position: absolute;
  bottom: 6%;
  text-align: center;
}

.arrow a {
    border: 4px solid rgba(0,0,0,0);
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: blue;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOS45IDEzLjIiPjxwb2x5Z29uIGZpbGw9IiM2RDkwM0MiIHBvaW50cz0iOS40LDEzLjIgMCwyLjggMywwLjEgOS42LDcuNCAxNy4xLDAgMTkuOSwyLjgiLz48L3N2Zz4=) no-repeat center;
    -webkit-transition: border-color 0.5s ease-out;
    -moz-transition: border-color 0.5s ease-in-out;
    -o-transition: border-color 0.5s ease-in-out;
    -ms-transition: border-color 0.5s ease-in-out;
    transition: border-color 0.5s ease-in-out;  
    background-size: 22px; /*This is based off of width*/
}

.arrow a:hover {
    border: 4px solid #6D903C;
}



}

/*========================
MEDIA QUERIES TABLET
=========================*/

@media (min-width: 660px) { 
  
.intro_container {
  height: 100%;
}

/*========================
NAV
=========================*/


  nav {
  display: block;
  position: fixed;
  width: 100%;
  height: 55px;
  z-index: 100;
  margin: 0;
  padding: 0;
  background-color: #1e1e1e;
  text-align: center;
}

.logo {
  display: none;
}

.main-nav {
  padding: 0;
  margin: 18px auto 0 auto;
}

.main-nav li {
  display: inline-block;
  list-style: none;
  margin: 0 29px 0 29px;
}

.logo a,
.main-nav a {
    font-size: 0.75000em;
    font-weight: 700;
    letter-spacing: 0.250em;
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    padding: 2px 0;
    transition: color 0.3s ease-in-out;
}

.main-nav a:hover {
  color: #ffffff;
}


.badge_container {
  width: 100%;
  position: absolute;
  top: 35%;
  text-align: center;
}


.arrow a {
    border: 5px solid rgba(0,0,0,0);
    display: inline-block;
    width: 45px;
    height: 45px;  
    background-size: 30px; /*This is based off of width*/
}

.arrow a:hover {
    border: 5px solid #6D903C;
}


/*========================
DESCRIPTION BODY CONTENT
=========================*/

.description_body {
  margin: 45px auto;
  max-width: 500px;
}

h1 {
  font-size: 35px;
  font-weight: 900;
  width: 280px;
  letter-spacing: 0.040em;
  border: 9px solid #2f2e2f;
}

.picture_content {
  display: inline-block;
  padding: 0 20px;
}


.image_box_story {
  height: 495px;
  max-width: 500px;
  margin: 0 auto 45px auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_story li {
  width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_story li:nth-of-type(1) {
  background: url('../images/tartare.jpg') no-repeat center center;
  background-size: cover;

}




.image_box_beer {
  height: 495px;
  max-width: 447;
  margin: 45px auto 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_beer li {
  width: 495;
  height: 447;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_beer li:nth-of-type(1) {
  background: url('../images/beer_spec.jpg') no-repeat center center;
  background-size: cover;
  
}

.image_box_const {
  height: 495px;
  max-width: 500px;
  margin: 45px auto 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_const li {
  width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_const li:nth-of-type(1) {
  background: url('../images/const.jpg') no-repeat center center;
  background-size: cover;
}

.image_box_const {
  height: 495px;
  max-width: 500px;
  margin: 45px auto 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_maison li {
  width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_maison li:nth-of-type(1) {
  background: url('../images/const.jpg') no-repeat center center;
  background-size: cover;
}

.image_box_bread {
  height: 495px;
  max-width: 500px;
  margin: 0 auto 45px auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_bread li {
  width: 238px;
  height: 500px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_bread li:nth-of-type(1) {
  background: url('../images/seeds.jpg') no-repeat center center;
  background-size: cover;
  margin-right: 19px;
}

.image_box_bread li:nth-of-type(2) {
  background: url('../images/bagel.jpg') no-repeat center center;
  background-size: cover;
}

.image_box_maisons {
  height: 495px;
  max-width: 500px;
  margin: 0 auto 45px auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_maisons li {
  width: 495px;
  height: 500px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}



.image_box_maisons li:nth-of-type(1) {
  background: url('../images/maison-gris.jpg') no-repeat center center;
  background-size: cover;
}



/*========================
IMAGE INTRO BANNER CONTENT
=========================*/

.background_content {
  position: relative;
  top: 0px;
  width: 100%;
  height: 570px;
  background-color: white;
  margin: 0 auto 0 auto;
  z-index: 98;
  text-align: center;
}

.background_content h1 {
  font-size: 4.5em;
  position: relative;
  top: 41%;
  width: 100%;
  color: white;
  padding: 0;
  border: 0;
  display: inline-block;
}

.background_content h1 span {
  color: white;
  padding: 0;
  border-bottom: 10px solid #fff;
}

/*========================
FIRST FOOTER CONTENT
=========================*/

.social_heading {
  font-size: 33px;
  margin: 50px 0 0 0;
}

.social_info a {
  font-size: 18px;
 
  
}

.social_icons li a {
  font-size: 30px;
}

.social_info a {
display: inline-block;
margin: 0 auto;
/*width: 325px;*/
}

/*========================
SECOND FOOTER CONTENT
=========================*/

.second_footer {
  background-color: #0b7b7b;
  width: 100%;
  text-align: left;
}

.second_footer div p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.090em;
  text-align: left;
}

.second_footer a {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
}

.second_footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	text-align: left;
}


.second_footer div:nth-of-type(1),
.second_footer div:nth-of-type(2) {
  display: inline-block;
}

.second_footer div:nth-of-type(1) {
  margin: 0 43px 0 0;
}

.second_footer div:nth-of-type(3) {
  margin: 0px 0 0 0;
}

} /*END OF MEDIA QUERY*/

/*========================
MEDIA QUERIE DESKTOP
=========================*/


@media (min-width: 1100px) { 

.intro_container {
  background-attachment: fixed;
}




.logo a,
.main-nav a {
    text-decoration: none;
    color: white;
    display: block;
    text-align: center;
    padding: 3px 1px;
}

.main-nav {
  float: right;
  padding: 0;
  margin: 0;
  margin: 18px 20px 0 0;
}

.main-nav li {
  display: inline-block;
  list-style: none;
  margin: 0 32px 0 32px;
}



  /*========================
BACKGROUND CONTENT
=========================*/


.background_content h1 {
  font-size: 5em;
  position: relative;
  top: 41%;
  width: 100%;
  color: white;
  padding: 0;
  border: 0;
  display: inline-block;
}

.background_content h1 span {
  color: white;
  padding: 0;
  border-bottom: 12px solid #fff;
}

  /*========================
DESCRIPTION BODY CONTENT
=========================*/

.margin-right {
  margin-right: 5%;
}

.margin-left {
  margin-left: 5%;
}

.background_content:nth-of-type(2),
.background_content:nth-of-type(4),
.background_content:nth-of-type(6),
.background_content:nth-of-type(8)
{
  background-attachment: fixed;
}

.description_content {
  padding: 45px 0 45px 0;
}


.description_body {
  max-width: 450px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 95px;

}

h1 {
	font-size: 37px;
	font-weight: 900;
	width: 296px;
	letter-spacing: 0.040em;
	border: 0px solid #2f2e2f;
	font-family: "Verdana", Arial, monospace;
}

.picture_content {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
}

.image_box_story {
  height: 495px;
  max-width: 500px;
  margin: 0px auto 0px auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_story li {
 width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_story li:nth-of-type(1) {
  background: url('../images/mains.jpg') no-repeat center center;
  margin-right: 20px;
}





.image_box_story li:nth-of-type(1),
.image_box_story li:nth-of-type(2),
.image_box_story li:nth-of-type(3),
.image_box_story li:nth-of-type(4),
.image_box_story li:nth-of-type(5),
.image_box_story li:nth-of-type(6),
.image_box_story li:nth-of-type(7),
.image_box_story li:nth-of-type(8), {
  background-size: cover;
} 

.image_box_maison,
.image_box_const,
.image_box_beer,
.image_box_bread {
  height: 495px;
  max-width: 500px;
  margin: 0 auto 0 auto;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
}

.image_box_beer li {
  width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_beer li:nth-of-type(1) {
  background: url('../images/beer_spec.jpg') no-repeat center center;
  background-size: cover;
  margin-right: 20px;
}

.image_box_const li {
  width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_const li:nth-of-type(1) {
  background: url('../images/const.jpg') no-repeat center center;
  background-size: cover;
  margin-right: 20px;
}

.image_box_maison li {
  width: 500px;
  height: 495px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.image_box_maison li:nth-of-type(1) {
  background: url('../images/const.jpg') no-repeat center center;
  background-size: cover;
  margin-right: 20px;
}


.image_box_bread li {
  width: 238px;
  height: 500px;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}


.image_box_bread li:nth-of-type(1) {
  background: url('../images/foyer-01.jpg') no-repeat center center;
  background-size: cover;
  margin-right: 19px;
}

.image_box_bread li:nth-of-type(2) {
  background: url('../images/foyer-02.jpg') no-repeat center center;
  background-size: cover;
}


/*========================
FIRST FOOTER CONTENT
=========================*/

.first_footer div:nth-child(1) {
  display: block;
  
}

.first_footer div:nth-child(2),
.first_footer div:nth-child(3) {
  display: inline-block;
  vertical-align: middle;
}


/*THIS IS CONTROLLING THE MARGIN FOR "CONNECT"*/
.first_footer div:nth-child(2) {
  margin-right: 135px;
/*  margin-left: 50px;*/
}

/*THIS IS CONTROLLING THE MARGIN FOR "OR CALL"*/
.first_footer div:nth-child(3) {
  /*margin-left: 75px;*/
}

.social_heading {
	font-size: 33px;
	margin: 50px 0 0 0;
	color: #FFFFFF;
}
.come_in .social_info a {
	font-size: 18px;
	display: inline-block;
	margin: 0 auto;
	width: 565px;
}

.come_in .social_info {
	margin-bottom: 25px;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}

.or_call .social_info a {
  font-size: 24.93px;
  display: inline-block;
  margin: 0 auto;
  width: auto;
}

.social_icons li a {
  font-size: 30px;
}


/*========================
SECOND FOOTER CONTENT
=========================*/
.second_footer {
padding-top: 10px;
height: 66px;
text-align: left;
}

.second_footer div:nth-of-type(1),
.second_footer div:nth-of-type(2),
.second_footer div:nth-of-type(3) {
  display: inline-block;

}

.second_footer div:nth-of-type(1) {
margin-left: 0px;
}

.second_footer div:nth-of-type(1),
.second_footer div:nth-of-type(2) {
margin-right: 0px;
}

}




/* Localized */
