.center {
  text-align: center;
}

.row {
  margin: 0 -6px 12px -6px;
}

.col-md-3, .col-sm-4, .col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

@media (min-width: 768px) {
  .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-3 {
    float: left;
    width: 25%;
  }
}

.header-slider {
  margin: 0;
  position: relative;
}

.header-slider ul {
  height: 100% !important;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  margin: 0;
  padding: 0;
}

.header-slider li {
  width: 100%;
  height: auto !important;
  margin: 0;
  border: 0;
  outline: 0;
  text-align: center;
}

.header-slider li img {
  display: block;
  width: 100%;
  height: auto !important;
}

.produit article {
  position: relative;
  margin: 10px 70px 20px 70px;
  padding: 0;
}

.produit article h2 {
  font: 900 2.25em/1em 'TartineScript', serif;
  color: #162667;
  margin: 2rem 0 1rem 240px;
}

.produit article h2 br {
  display: none;
}

.produit article .prod-content {
  display: flex;
  flex-direction: row;
}
.produit article .prod-img {
  position: relative;
  width: 220px;
  height: 100%;
  text-align: center;
  margin-top: -80px;
}

.produit article .prod-img img {
  max-width: 220px;
  height: auto;
}

.produit article .prod-desc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: .9em;
  font-weight: 400;
  color: #162667;
  text-align: justify;
  margin-left: 20px;
}

.produit article .prod-labels {
  display: inline-block;
  list-style: none;
  margin: 20px 0 0 20px;
  padding: 20px 0 0 0;
  border-top: 2px solid #162667;
}

.produit article .prod-labels li {
  display: inline-block;
  width: 105px;
  color: #162667;
  text-align: center;
  text-transform: uppercase;
  font: 900 9px/11px 'ClanPro', Arial, sans-serif;
  vertical-align: top;
  margin: 0;
}

.produit article .prod-labels li .icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 5px auto;
}

.produit article .prod-ingredients {
  position: relative;
  margin: 40px 0 0 0;
  clear: both;
}

.produit article .prod-ingredients h3 {
  display: inline-block;
  font: 900 26px/69px 'TartineScript', serif;
  padding: 30px 0;
  margin: 0;
  color: #162667;
  border: 3px solid #162667;
  position: absolute;
  top: 0;
  left: 0;
  height: 138px;
  width: 220px;
  text-align: center;
}

.produit article .prod-ingredients ul.liste-ing {
  height: auto;
  min-height: 138px;
  list-style: none;
  margin: 0 0 0 220px;
  padding: 0;
  background: #162667;
  text-align: center;
}

.produit article .prod-ingredients ul.liste-ing li {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px 20px 15px;
  font: 900 .9em/1em 'ClanPro', Arial, sans-serif;
}

.produit article .prod-ingredients ul.liste-ing li span {
  display: block;
  margin: 10px auto;
  font-size: 60px;
}

.bt-ing {
  text-align: right;
  margin-top: -54px;
}

.table-nutri {
  max-width: 520px;
  margin: 20px auto 0 auto;
  font-size: 14px;
}

.table-nutri .table {
  color: #162667;
  background: #fff;
  border: 2px solid #162667;
  font-size: .7em;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.table-nutri .table tr > th {
  background: #162667;
  color: #fff;
}

.table-nutri .table > thead > tr > th,
.table-nutri .table > tbody > tr > th,
.table-nutri .table > tbody > tr > td {
  padding: 2px 4px;
  white-space: normal;
  line-height: 1.42857143;
  vertical-align: top;
}

.table-nutri .table > tbody > tr > td {
  border-top: 2px solid #162667;
  border-right: 2px solid #162667;
  color: #162667;
}

.table-nutri .table > thead > tr > th {
  border-bottom: none;
  vertical-align: bottom;
}

.table-nutri .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
}

.container .bt-more,
.container .bt-link,
.produit article .bt-more {
  display: inline-block;
  margin: 20px auto;
  padding: 5px 10px;
  border: 2px solid #162667;
  background: #fff;
  outline: 0;
  font: 600 11px/20px 'ClanPro', Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #162667;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.container .bt-more:hover,
.container .bt-link:hover,
.produit article .bt-more:hover {
  background: #162667;
  color: #fff;
}

.produit article .prod-more {
  display: none;
  font-size: .9em;
  text-align: justify;
  color: #162667;
}

.video-responsive {
  width: 100%;
  margin: 20px auto;
  clear: both;
}

.node-type-produit .video-responsive {
  max-width: 800px;
  margin: 20px auto 60px;
}

#embed-youtube {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

#embed-youtube iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

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

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.row:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .produit article {
    margin: 10px 10px 20px 10px;
  }

  .produit article .prod-main {
    display: flex;
    flex-direction: column;
  }

  .produit article h2 {
    margin-left: 0;
  }

  .produit article .prod-content {
    flex-direction: column;
    align-items: center;
  }

  .produit article .prod-img {
    margin: -1rem auto 1rem;
    max-width: 100%;
    top: 0;
  }

  .produit article .prod-img img {
    max-width: 100%;
    height: auto;
  }

  .produit article .prod-img {
    margin: 1rem 0;
  }

  .produit article .prod-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .produit article .prod-labels {
    margin: 20px 0 0 0;
  }

  .produit article .prod-ingredients {
    text-align: center;
  }

  .produit article .prod-ingredients h3 {
    top: -100px;
    left: 0;
    padding: 10px 0;
    height: 100px;
    border-bottom: 0;
  }

  .produit article .prod-ingredients ul.liste-ing {
    margin: 138px 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .produit article .bt-more {
    margin: 20px 0 !important;
  }

  .produit article .prod-labels {
    margin: 20px 0 0 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .produit article {
    margin: 10px 10px 20px 10px;
  }

  .produit article h2 {
    margin-left: 180px;
  }

  .produit article .prod-img {
    width: 160px;
  }

  .produit article .prod-img img {
    max-width: 160px;
  }

  .produit article .prod-desc {
    margin-left: 20px;
  }

  .produit article .prod-ingredients {
    text-align: center;
  }

  .produit article .prod-ingredients h3 {
    top: -100px;
    left: 0;
    padding: 10px 0;
    height: 100px;
    border-bottom: 0;
  }

  .produit article .prod-ingredients ul.liste-ing {
    margin: 138px 0 0 0;
  }
}
