h2 {
  width: 100%;
  margin-top: 25px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
h2 span {
  display: block;
  width: 100%;
  font-size: 35px;
  text-shadow: 1px 1px 10px #000;
}
h2 span.cursive {
  font-size: 25px;
}

.product {
  background-color: #000;
  overflow: hidden;
}
.product ol {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.product ol li {
  width: 25%;
  padding-bottom: 25%;
  float: left;
  background-size: cover;
  position: relative;
}
.product ol li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.product ol li.product_01 {
  background-image: url(../image/home/fruits-et-legumes-ultraprix.jpg);
}
.product ol li.product_02 {
  background-image: url(../image/home/collations-ultraprix.jpg);
}
.product ol li.product_03 {
  background-image: url(../image/home/santeetbeaute-ultraprix.jpg);
}
.product ol li.product_04 {
  background-image: url(../image/home/produitssurgeles-ultraprix.jpg);
}
.product ol li h2 {
  font-size: 24px;
  height: 35px;
  padding-top: 70px;
  color: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  text-shadow: 1px 1px 10px #000;
}
.product ol li h2 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.content {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 100px 5%;
  box-sizing: border-box;
}
.content h2 {
  color: #252525;
}
.content h2 span {
  text-shadow: none;
}
.content .feature {
  margin-top: 70px;
  padding-left: 53%;
  position: relative;
  font-family: "Montserrat";
}
.content .feature p {
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}
.content .feature .picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  background-image: url(../image/global/slider-02.jpg);
  background-size: cover;
}
.content .feature .picture img {
  position: absolute;
  left: -1000000px;
  z-index: -100;
}
.content .carte {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .carte .left {
  float: left;
  width: 50%;
}
.content .carte .left img {
  width: 100%;
}
.content .carte .right {
  float: left;
  width: 50%;
}
.content .carte .right p {
  font-size: 16px;
  line-height: 26px;
  color: #252525;
}
.content .carte .right p a {
  color: #000;
}
.content .carte .right p a:hover {
  color: red;
}

.circulaire {
  width: 100%;
  background-image: url(../image/circulaire/background.jpg);
  background-size: cover;
  background-repeat: repeat;
  position: relative;
  overflow: hidden;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.circulaire h2 {
  color: #FFF;
}
.circulaire h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 10px #000;
}
.circulaire ol {
  list-style-type: none;
  margin: auto;
  padding: 0;
  text-align: center;
  margin-top: 45px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.circulaire ol li {
  display: inline-block;
  width: 20%;
  padding: 5px;
  padding-bottom: 15px;
  background-color: #221f2a;
  margin: 0px 1%;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 55px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 55px -5px rgba(0, 0, 0, 0.75);
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.circulaire ol li:hover img {
  opacity: 0.7;
}
.circulaire ol li:hover span {
  color: #f4f2fa;
}
.circulaire ol li span {
  color: #c3c3c3;
  width: 100%;
  font-size: 14px;
  display: block;
}
.circulaire ol li span.cursive {
  font-size: 15px;
  padding-top: 5px;
}
.circulaire ol li a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.circulaire ol li img {
  width: 100%;
  opacity: 0.6;
}

.news ol {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 55px;
}
.news ol li {
  display: block;
  width: calc(33.33%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px;
  position: absolute;
  left: -999999px;
}
.news ol li div {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddfe2;
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  border-radius: 5px;
  font-family: "Montserrat";
}
.news ol li span {
  color: #90949c;
  padding-left: 55px;
  position: relative;
  height: 50px;
  display: block;
  font-size: 11px;
  border-bottom: solid 1px #eaeaea;
  margin-bottom: 20px;
}
.news ol li span img {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border: solid 1px #d7d7d7;
  height: 40px;
}
.news ol li span a {
  color: #365899;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  display: block;
  padding-top: 0px;
  padding-bottom: 2px;
}
.news ol li span a:hover {
  text-decoration: underline;
  color: red;
}
.news ol li img.picture {
  width: 100%;
  clear: both;
}
.news ol li h3 {
  font-size: 14px;
  margin-top: 25px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
}
.news ol li h3 a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.news ol li h3 a:hover {
  text-decoration: underline;
  color: red;
}
.news ol li:hover h3 a {
  color: #1a64f3;
}

.error_bloc, .success_bloc {
  margin-bottom: 2px;
}

.subscribe {
  background: #323232;
  border-bottom: solid 1px #2d2d2d;
  padding: 50px 40px;
  position: relative;
}
.subscribe .infolettre {
  width: 100%;
  padding: 15px 0 0 0 !important;
}
.subscribe .infolettre span {
  position: relative;
  top: -4px;
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat";
}
.subscribe h1 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: #e3e3e3;
  margin: 0;
  margin-bottom: 20px;
  font-size: 22px;
}
.subscribe #mc_embed_signup form {
  max-width: 500px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.subscribe #mc_embed_signup div#mce-responses {
  position: absolute;
  top: -60px;
  margin: 0px;
  left: -5px;
}
.subscribe #mc_embed_signup {
  background: transparent;
  width: 100%;
  padding-top: 60px;
}
.subscribe #mc_embed_signup_scroll {
  display: flex;
}
.subscribe #mc_embed_signup div.mce_inline_error {
  margin: 0px !important;
  padding: 0px !important;
  background: 0px !important;
  margin-top: 10px !important;
  color: #FF4F4F !important;
  font-size: 13px !important;
}
.subscribe .mc-field-group {
  flex: 1;
}
.subscribe .indicates-required {
  display: none;
}
.subscribe .mc-field-group label {
  display: none !important;
}
.subscribe input {
  height: 56px;
  border: 0;
  font-family: "Montserrat";
  padding: 0px 20px;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #b1b1b1;
}
.subscribe input.checkbox {
  height: 18px;
  width: 18px;
}
.subscribe input#mc-embedded-subscribe {
  background: #666;
  color: #323232;
  width: 160px;
  height: 56px;
  display: block;
  margin: auto;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px 5%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.subscribe input#mc-embedded-subscribe:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 860px) {
  .content ol li {
    width: calc(50%);
  }
}
@media screen and (max-width: 800px) {
  .product ol li {
    width: 50%;
    padding-bottom: 30%;
  }

  .content {
    padding: 50px 5%;
  }
  .content .feature {
    padding: 0;
    margin-top: 50px;
  }
  .content .feature .picture {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 55px;
  }
  .content .carte {
    width: 100%;
    display: block;
  }
  .content .carte .left {
    float: left;
    width: 100%;
  }
  .content .carte .right {
    float: left;
    width: 100%;
  }

  .circulaire ol li {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  .product ol li {
    padding-bottom: 40%;
  }
  .product ol li h2 {
    font-size: 20px;
  }

  .circulaire ol li {
    width: 40%;
  }

  .content ol li {
    width: calc(100%);
  }
}
@media screen and (max-width: 500px) {
  .subscribe {
    padding: 40px 30px;
  }
  .subscribe h1 {
    font-size: 18px;
    max-width: 205px;
    margin: auto;
    margin-bottom: 20px;
  }
  .subscribe form div {
    padding: 0;
  }
  .subscribe input.submit {
    position: relative;
    width: 100%;
    padding: 10px;
    height: 50px;
    margin-top: 2px;
  }
  .subscribe #mc_embed_signup_scroll {
    flex-wrap: wrap;
  }
  .subscribe .mc-field-group {
    flex: initial;
    width: 100%;
  }
  .subscribe .clear {
    width: 100%;
  }
  .subscribe input#mc-embedded-subscribe {
    width: 100%;
    margin-top: 20px;
  }

  .product ol li {
    padding-bottom: 150px;
    width: 100%;
  }

  .circulaire ol li {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .circulaire ol li {
    width: 100%;
  }

  .subscribe {
    padding: 30px;
  }
}
