/* ------ */
/* FOOTER */
/* ------ */
.credits {
  width: 100%;
  padding-top: 30px;
}
.credits p {
  text-align: center;
  color: gray;
  font-size: 12px;
}
footer {
  font-family: 'Julius Sans One', sans-serif;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
footer .footer-box {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
footer .footer-box .footer-list {
  list-style: none;
  padding-left: 80px;
  line-height: 150%;
  font-size: 1em;
}
footer .footer-box .footer-list a {
  color: black;
  text-decoration: none;
}
footer .footer-box .footer-list a:hover {
  color: #cc9900;
}
footer .footer-box:nth-child(1),
footer .footer-box:nth-child(2) {
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
footer div:nth-child(3) {
  display: block;
  float: left;
}
footer #social li {
  display: inline;
  float: left;
  padding: 10px;
  font-size: 2em;
  color: black;
}
footer #social li:hover {
  color: #cc9900;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  footer {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    max-width: 600px;
    margin: 0 auto;
  }
  footer .footer-box {
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  footer .footer-box ul.footer-list {
    padding: 0;
    margin: auto;
    font-size: 0.7rem !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  footer .footer-box ul.footer-list li {
    text-align: left;
  }
  footer .footer-box:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  footer {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-box {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid silver;
    border-right: 0 !important;
    margin: 0 auto;
  }
  footer .footer-box ul.footer-list {
    padding: 15px 0;
    margin: auto;
    font-size: 0.7rem !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  footer .footer-box ul.footer-list li {
    text-align: center;
    padding: 10px 0;
  }
  footer .footer-box:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
    border-bottom: 0;
  }
}
/* ------------*/
/* BASIC SETUP */
/* ------------*/
html,
body {
  height: 100%;
  width: 100%;
}
hr {
  border-top: 0.5px solid #8c8b8b;
}
body {
  margin: 0px;
  color: #232323;
  font-family: 'Tenor Sans', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Julius Sans One', sans-serif !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 1.6rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.3rem !important;
  }
  h4 {
    font-size: 1.2rem !important;
  }
  h5 {
    font-size: 1rem !important;
  }
  p,
  a {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.4rem !important;
  }
  h2 {
    font-size: 1.3rem !important;
  }
  h3 {
    font-size: 1.2rem !important;
  }
  h4 {
    font-size: 1.1rem !important;
  }
  h5 {
    font-size: 0.9rem !important;
  }
  p,
  a {
    font-size: 0.9rem !important;
  }
}
/*------------------*/
/* PAGE ARTISANS */
/*------------------*/
.page-artisans {
  max-width: 840px;
  margin: 0 auto;
}
.page-artisans h1 {
  margin: 50px 0 0 0;
}
.page-artisans p {
  line-height: 2;
  text-align: justify;
}
.page-artisans .artisans-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 840px;
}
.page-artisans .artisans-wrapper .artisans-img {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  overflow: hidden;
}
.page-artisans .artisans-wrapper .artisans-img img {
  height: 280px;
  width: auto;
  margin: 40px 0 ;
}
.page-artisans .postes-wrapper {
  margin-bottom: 50px;
}
.page-artisans .postes-wrapper ul {
  line-height: 2;
}
.page-artisans form > p > label > span > input[type='text'],
.page-artisans form > p > label > span > input[type='email'] {
  height: 30px !important;
  width: 100% !important;
  margin: 5px 0;
  font-size: 0.8em;
  border: solid 1px #ccc;
  background: #fafafa;
}
.page-artisans form > p:nth-child(5) > label:nth-child(1) > span > textarea {
  margin: 5px 0;
  height: 100px;
  width: 100% !important;
  font-size: 0.8em;
  border: solid 1px #ccc;
  background: #fafafa;
  font-family: 'Tenor Sans', sans-serif;
  color: #787878;
  resize: none;
}
.page-artisans a {
  margin: 20px 0;
}
.page-artisans i {
  margin: 10px 0px 10px 10px;
}
.page-artisans:hover a {
  color: #cc9900;
  cursor: pointer;
}
.page-artisans form > p > input[type='submit'] {
  height: 50px;
  width: 130px;
}
.page-artisans form > p > input[type='submit']:hover {
  color: #cc9900;
  border-color: #cc9900;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .page-artisans {
    max-width: 680px !important;
  }
  .page-artisans h1 {
    padding-top: 50px 0 0 0;
  }
  .page-artisans .artisans-wrapper {
    max-width: 680px;
  }
  .page-artisans .artisans-wrapper .artisans-img {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    overflow: hidden;
  }
  .page-artisans .artisans-wrapper .artisans-img img {
    height: 230px;
    width: auto;
    margin: 40px 0 ;
  }
  p {
    line-height: 2;
    text-align: justify;
  }
}
@media screen and (max-width: 767px) {
  .page-artisans {
    max-width: 300px !important;
  }
  .artisans-wrapper {
    max-width: 300px;
  }
  .artisans-wrapper .artisans-img {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    overflow: hidden;
  }
  .artisans-wrapper .artisans-img img {
    height: 100px !important;
    width: auto;
    margin: 40px 0 ;
  }
}
/*------------------*/
/* PAGE BOULANGERIE */
/*------------------*/
.page-boulangerie {
  max-width: 840px;
  margin-bottom: 80px;
}
.page-boulangerie h1 {
  margin: 50px 0px;
}
.page-boulangerie p {
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .page-boulangerie {
    max-width: 600px;
  }
  .page-boulangerie img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-boulangerie {
    max-width: 300px;
  }
  .page-boulangerie img {
    width: 100%;
    height: auto;
  }
}
.contact-wrapper {
  max-width: 840px;
}
.contact-wrapper h1 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.contact-wrapper h3 {
  margin-bottom: 30px;
}
.contact-wrapper .horaire .horaire-list .horaire-item {
  list-style: none;
  margin: 20px 0px;
}
.contact-wrapper .contact h5.tel,
.contact-wrapper .contact h5.mail {
  margin-left: 50px;
  font-size: 1.3rem;
}
.contact-wrapper .contact h5.tel a,
.contact-wrapper .contact h5.mail a {
  text-decoration: none;
  color: black;
}
.contact-wrapper .contact h5.tel a:hover,
.contact-wrapper .contact h5.mail a:hover {
  color: silver;
}
.contact-wrapper .horaire ul li {
  font-size: 1.3rem;
}
.contact-wrapper .map {
  margin: 80px auto;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .contact-wrapper {
    max-width: 600px;
  }
  .contact-wrapper .map {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-wrapper {
    max-width: 300px;
  }
  .contact-wrapper h5.tel,
  .contact-wrapper h5.mail {
    margin-left: 20px !important;
  }
  .contact-wrapper .horaire ul {
    padding-left: 10px  !important;
  }
  .contact-wrapper .horaire ul li {
    font-size: 0.7rem !important;
  }
  .contact-wrapper .map {
    margin: 20px 0;
  }
}
.faq-wrapper {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.faq-wrapper h1 {
  margin: 40px 0px;
}
.faq-wrapper h2 {
  margin-bottom: 30px;
  margin-left: 10px;
}
.faq-wrapper p {
  margin-left: 30px;
  margin-bottom: 50px;
  text-align: justify;
  line-height: 1.5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-wrapper {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .faq-wrapper h1 {
    margin: 40px 10px;
  }
  .faq-wrapper p {
    margin: 10px 20px 30px 10px;
  }
}
/* ----------- */
/* PAGE HEADER */
/* ------------*/
.page-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.page-wrapper #page-hero {
  margin: 0;
  padding: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2018/01/panier.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2018/01/panier.jpg");
  height: 30vh;
  min-height: 340px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-family: 'Julius Sans One', sans-serif;
}
.page-wrapper .page-content-wrapper {
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
          flex: 1 0 auto;
}
.hero-ref div a:visited {
  color: white;
}
#hero {
  margin: 0;
  padding: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2018/01/pain4_cropped.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/wp-content/uploads/2018/01/pain4_cropped.jpg");
  height: 100%;
  max-width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #dcdcdc;
  overflow-x: hidden;
  overflow-y: auto;
  color: white;
  font-family: 'Julius Sans One', sans-serif;
}
.hero-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  color: white;
}
.hero-container .title {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.hero-container .title h1 {
  font-size: 5rem !important;
}
.hero-container .title h3 {
  font-size: 3.5rem !important;
}
.hero-container .hero-ref {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 80%;
  padding-bottom: 50px;
  margin: 0 auto;
}
.hero-container .hero-ref div {
  diplay: table;
  text-align: center;
  font-size: 1.2rem;
}
.hero-container .hero-ref div a {
  color: white;
}
.hero-container .hero-ref div a i {
  font-size: 2rem;
}
.hero-container .hero-ref divvisited {
  color: white;
}
.hero-container .hero-ref div p,
.hero-container .hero-ref div a {
  vertical-align: middle;
  display: table-cell;
}
.hero-container .hero-ref .hero-btn {
  padding: 10px 20px;
  border: solid 1px white;
  border-radius: 25px;
  line-height: 25px;
  vertical-align: middle;
  color: white;
  text-decoration: none;
}
.hero-container .hero-ref #reservation-btn:hover {
  color: #cc9900;
  border-color: #cc9900;
}
.hero-container .hero-ref i.fa-map-marker:hover {
  color: #cc9900;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #hero div.hero-container div.title h1 {
    font-size: 2.5rem !important;
  }
  div.hero-ref div {
    display: table;
  }
  div.hero-ref div p,
  div.hero-ref div a {
    vertical-align: middle;
    display: table-cell;
  }
  div.hero-ref div p i,
  div.hero-ref div a i {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    overflow-y: auto;
  }
  #hero div.hero-container div.title {
    padding-top: 50px;
  }
  #hero div.hero-container div.title h1 {
    font-size: 2.2rem !important;
    padding-top: 30px !important;
  }
  #hero div.hero-container div.title h3 {
    font-size: 1.4rem !important;
  }
  .hero-ref {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .hero-ref div {
    font-size: 1rem;
    padding: 20px 0;
  }
  .hero-ref div i {
    font-size: 1.2rem !important;
  }
}
/* ----- */
/* Modal */
/* ----- */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#modal-title {
  margin: 15px 20px 20px 20px;
}
#modal-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  /*    align-content: space-between;*/
}
#modal-text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin: 0px 20px;
}
#modal-img-container {
  margin-right: 20px;
}
#modal-img {
  height: 200px;
  width: 200px;
}
nav.navbar {
  padding-top: 1.5rem;
}
.navbar-nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 90%;
  margin: auto;
}
.navbar-dark .navbar-nav .nav-link {
  color: white !important;
}
.navbar-dark .navbar-toggler {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
nav ul li {
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.2rem;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
}
nav ul li a {
  color: white;
  text-decoration: none;
  text-align: center;
}
nav ul li a:hover {
  color: #cc9900;
}
nav ul li a.active {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  margin-bottom: white 1px solid;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  font-size: 0.8rem !important;
}
@media screen and (max-width: 767px) {
  font-size: 0.6rem !important;
}
.partenaires-wrapper {
  max-width: 840px;
  margin-bottom: 80px;
}
.partenaires-wrapper h1 {
  margin-top: 60px;
  margin-bottom: 40px;
}
.partenaires-wrapper .partenaires-content p {
  line-height: 2;
}
.partenaires-wrapper .partenaires-content ul {
  line-height: 2;
}
.partenaires-wrapper .partenaires-content ul a {
  text-decoration: none;
  color: grey;
}
.partenaires-wrapper .partenaires-content ul a:hover {
  color: black;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .partenaires-wrapper {
    max-width: 600px;
  }
  .partenaires-wrapper img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .partenaires-wrapper {
    max-width: 300px;
  }

  .partenaires-wrapper img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
    #carte_produits img {
        max-width: 375px !important;
        height: auto !important;
    }
}

/* ------------- */
/* PAGE-PRODUITS */
/* ------------- */
.produits-wrapper {
  max-width: 840px;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.produits-wrapper .title {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.produits-wrapper .title #faq a,
.produits-wrapper .title #reserv a {
  color: #232323;
  font-family: 'Julius Sans One', sans-serif;
  border-radius: 25px;
  border: solid 1px silver;
  padding: 10px 15px;
  margin: 10px 15px;
  text-decoration: none;
}
.produits-wrapper .title #faq a:hover,
.produits-wrapper .title #reserv a:hover {
  color: #cc9900;
  border-color: #cc9900;
}
.produits-wrapper .prod-intro {
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: justify;
}
.produits-wrapper div.title div:nth-child(1) {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
          flex: auto;
}
.prod-list .section-title {
  position: relative;
  padding: 40px 0;
}
.prod-list .section-title h2 {
  position: absolute;
  left: 50%;
  top: 0;
  background-color: white;
  padding: 20px;
  margin-top: 15px;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.prod-list .product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 20px;
}
.prod-list .product-grid a.product {
  width: 32%;
}
.prod-list .product-grid a.product .image-container {
  width: 100%;
  box-sizing: border-box;
}
.prod-list .product-grid a.product .image-container .auto-height {
  background-color: #dcdcdc;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.prod-list .product-grid a.product .image-container .auto-height img {
  position: absolute;
  top: 50%;
  left: 50%;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.prod-list .product-grid a.product .image-container .auto-height .text-box {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.prod-list .product-grid a.product .image-container .auto-height .text-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.prod-list .product-grid a.product .image-container .auto-height:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.prod-list .product-grid a.product .image-container .auto-height:hover .text-box {
  background-color: rgba(0, 0, 0, 0.7);
}
.prod-list .product-grid a.product .image-container .auto-height:hover h2 {
  opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .prod-list .section-title h2 {
    margin-top: 22px !important;
  }
  .prod-list .product-grid {
    margin-bottom: 15px !important;
  }
  .page-wrapper .page-content-wrapper {
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .page-wrapper .page-content-wrapper .produits-wrapper {
    width: 600px !important;
    margin: 0 auto;
  }
  .page-wrapper .page-content-wrapper .produits-wrapper .text-box {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  .page-wrapper .page-content-wrapper .produits-wrapper .text-box h2 {
    font-size: 1rem !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 767px) {
  .produits-wrapper .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .produits-wrapper .title div {
    -webkit-align-self: flex-start;
            align-self: flex-start;
    margin: 10px 0;
  }
  .produits-wrapper .title div h1 {
    margin: 0 0 0 15px;
  }
  .prod-intro {
    line-height: 1.5;
    margin-bottom: 0px !important;
    margin: 20px;
  }
  .prod-list .section-title {
    padding: 20px 0;
  }
  .prod-list .section-title h2 {
    margin-top: 5px;
  }
  .product-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .product-grid a.product {
    width: 80% !important;
    padding: 20px;
    margin: 0 auto;
  }
  .product-grid a.product .text-box {
    background-color: rgba(0, 0, 0, 0.4) !important;
  }
  .product-grid a.product .text-box h2 {
    font-size: 1.3rem !important;
    opacity: 1 !important;
  }
}
/*------------------*/
/* PAGE RESERVATIONS */
/*------------------*/
.page-reservations {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.page-reservations h1 {
  margin: 40px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .page-reservations {
    max-width: 600px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-reservations {
    max-width: 350px !important;
    margin-bottom: 50px;
    width: 100% !important;
    padding: 15px;
  }
  .page-reservations h1 {
    margin: 40px 10px;
  }
  .page-reservations p {
    width: 100%;
    margin: 0 10px;
  }
}
/* -------- */
/* PRODUITS */
/* -------- */
.sections-wrapper {
  width: 80%;
  min-width: 640px;
  max-width: 840px;
  margin: 0 auto;
  /* ARTISANS */
  /* BOULANGERIE */
  /* INSTA FEED */
  /* PARTENAIRES SECTION */
}
.sections-wrapper .wrapper {
  margin-left: auto;
  margin-right: auto;
}
.sections-wrapper .wrapper .section-title {
  padding: 50px 0 0;
}
.sections-wrapper .wrapper .product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 50px;
}
.sections-wrapper .wrapper .product-grid a.product {
  width: 32%;
}
.sections-wrapper .wrapper .product-grid a.product .image-container {
  width: 100%;
  box-sizing: border-box;
}
.sections-wrapper .wrapper .product-grid a.product .image-container .auto-height {
  background-color: #dcdcdc;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.sections-wrapper .wrapper .product-grid a.product .image-container .auto-height img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sections-wrapper .wrapper .product-grid a.product .image-container .auto-height .text-box {
  position: absolute;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sections-wrapper .wrapper .product-grid a.product .image-container .auto-height .text-box h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  color: white;
  font-weight: bold;
  font-size: 1.6em;
}
.sections-wrapper .wrapper .product-grid a.product .image-container .auto-height:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sections-wrapper .wrapper .product-grid a.product .image-container .auto-height:hover .text-box {
  background-color: rgba(0, 0, 0, 0.7);
}
.sections-wrapper .wrapper .section-link {
  text-align: right;
  margin: 30px 30px 0 0;
  padding-bottom: 30px;
}
.sections-wrapper .wrapper .section-link a {
  color: black;
  text-decoration: none;
}
.sections-wrapper .wrapper .section-link a:hover {
  color: #cc9900;
}
.sections-wrapper .artisans {
  width: 100%;
  height: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.sections-wrapper .artisans .picture {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px 0 0;
  overflow: hidden;
}
.sections-wrapper .artisans .picture img {
  max-width: 100%;
  max-height: 350px;
  padding: 20px 0 0;
}
.sections-wrapper .artisans .picture:last-child {
  padding: 0;
}
.sections-wrapper #boul-wrapper {
  margin-top: 50px;
  margin-bottom: 100px;
}
.sections-wrapper #boul-wrapper .boulangerie {
  display: block;
}
.sections-wrapper #boul-wrapper .boulangerie .boul-title {
  clear: both;
}
.sections-wrapper #boul-wrapper .boulangerie .boul-picture {
  width: 40%;
  float: left;
  box-sizing: border-box;
}
.sections-wrapper #boul-wrapper .boulangerie .boul-picture img {
  width: 100%;
  height: auto;
  margin: 0px;
  padding-top: 15px;
}
.sections-wrapper #boul-wrapper .boulangerie .boul-text {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 5px 30px 0 20px;
}
.sections-wrapper #boul-wrapper .boulangerie .boul-text p {
  text-align: justify;
  line-height: 2;
  font-size: 1.2rem;
}
.sections-wrapper #boul-wrapper .boulangerie .boul-text a {
  color: black;
  text-decoration: none;
  font-size: 1rem;
}
.sections-wrapper #boul-wrapper .boulangerie .boul-text a:hover {
  color: #cc9900;
}
.sections-wrapper #boul-wrapper .boulangerie .clear {
  clear: both;
}
.sections-wrapper #insta {
  margin-bottom: 50px;
}
.sections-wrapper #insta h1 {
  margin: 0;
}
.sections-wrapper #insta h1 a {
  color: black;
}
.sections-wrapper #insta h1 a:hover {
  color: #cc9900;
}
.sections-wrapper #insta p {
  text-align: center;
  color: silver;
}
.sections-wrapper #insta .insta-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.sections-wrapper #insta .insta-row .insta-pic {
  width: 150px;
  height: 150px;
  margin: 15px;
}
.sections-wrapper #insta .insta-row .insta-pic img {
  width: 100%;
  height: 100%;
}
.sections-wrapper #partenaires-wrapper {
  margin-top: 100px;
  margin-bottom: 100px;
}
.sections-wrapper #partenaires-wrapper .partenaires {
  display: block;
}
.sections-wrapper #partenaires-wrapper .partenaires .home-title {
  float: left;
  width: 100%;
  clear: both;
}
.sections-wrapper #partenaires-wrapper .partenaires .home-text {
  float: left;
  width: 60%;
  box-sizing: border-box;
  line-height: 2;
  font-size: 1.2rem;
}
.sections-wrapper #partenaires-wrapper .partenaires .home-text .section-text {
  padding: 0 15px 0 0;
}
.sections-wrapper #partenaires-wrapper .partenaires .home-text a {
  color: black;
  text-decoration: none;
  font-size: 1rem;
}
.sections-wrapper #partenaires-wrapper .partenaires .home-text a:hover {
  color: #cc9900;
}
.sections-wrapper #partenaires-wrapper .partenaires .partenaires-picture {
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding-top: 0;
}
.sections-wrapper #partenaires-wrapper .partenaires .clear {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sections-wrapper #partenaires-wrapper .partenaires .home-text {
    font-size: 0.8rem;
  }
  .home-title {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .navbar-nav li a {
    font-size: 1.1rem !important;
  }
  .sections-wrapper {
    width: 100%;
    min-width: 300px !important;
  }
  .sections-wrapper #hero .hero-container div.title h3 {
    font-size: 1.8rem !important;
  }
  .sections-wrapper .hero-ref p,
  .sections-wrapper .hero-ref a {
    font-size: 1.1rem !important;
  }
  .sections-wrapper .hero-ref p .fa-map-marker,
  .sections-wrapper .hero-ref a .fa-map-marker {
    font-size: 1.2rem !important;
  }
  .sections-wrapper .section-title {
    padding-left: 15px !important;
  }
  .sections-wrapper .product-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .sections-wrapper .product-grid a.product {
    width: 90% !important;
    padding: 0;
    margin: 7px auto;
  }
  .sections-wrapper .product-grid a.product .text-box h2 {
    font-size: 1.8rem !important;
  }
  .sections-wrapper .sections-wrapper .artisans {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .sections-wrapper .sections-wrapper .artisans .picture:nth-child(1),
  .sections-wrapper .sections-wrapper .artisans .picture:nth-child(4),
  .sections-wrapper .sections-wrapper .artisans .picture:nth-child(5) {
    display: none;
  }
  .sections-wrapper #boul-wrapper {
    margin: 20px 0 !important;
  }
  .sections-wrapper #boul-wrapper .boulangerie {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .sections-wrapper #boul-wrapper .boulangerie .boul-title {
    padding-left: 15px;
  }
  .sections-wrapper #boul-wrapper .boulangerie .boul-picture {
    width: 100% !important;
    padding: 15px;
    overflow: hidden;
  }
  .sections-wrapper #boul-wrapper .boulangerie .boul-picture img {
    width: 100%;
    height: auto !important;
    margin: 0 !important;
    padding: 0;
  }
  .sections-wrapper #boul-wrapper .boulangerie .boul-text {
    width: 100% !important;
    padding: 15px;
  }
  .sections-wrapper .insta-row {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sections-wrapper .insta-row .insta-pic:nth-child(n+3) {
    display: none !important;
  }
  .sections-wrapper #partenaires-wrapper {
    margin: 0;
  }
  .sections-wrapper #partenaires-wrapper .partenaires {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .sections-wrapper #partenaires-wrapper .partenaires .home-text {
    width: 100% !important;
    padding: 15px !important;
    text-align: justify;
  }
  .sections-wrapper #partenaires-wrapper .partenaires .partenaires-picture {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */
