/*
 Theme Name:   Les nouvelles de la boulangerie
 Template:     cnbpf
*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  HEADER  */
#tete img {
  height: 60px; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  ACCUEIL  */
.home .illustration {
  padding-top: 160px;
  padding-bottom: 50px; }

.une {
  background-color: #FFFFFF;
  box-shadow: 0 10px 50px -10px rgba(12, 9, 7, 0.6), 0 3px 10px -10px rgba(12, 9, 7, 0.2);
  width: 45%;
  padding: 50px;
  margin-left: -50px; }
  .une h2 {
    color: #5E585B;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E0E0;
    margin-top: 0; }
  .une p {
    color: #978F91; }

@media only screen and (max-width: 480px) {
  .une {
    width: auto;
    margin: 0;
    padding: 20px; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SIDEBAR  */
.widget.recette figure {
  margin: 0; }
.widget.recette .derniere {
  margin: 10px 0;
  background-color: #978F91;
  display: block;
  color: #F6F4F5; }
  .widget.recette .derniere h3 {
    padding: 10px; }
  .widget.recette .derniere:hover h3 {
    color: #588DBB; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  BANNIERES HEADER  */
.bnrNouvelles {
  text-align: center;
  margin-bottom: 20px; }
  .bnrNouvelles img {
    max-width: 100%; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  RECETTES  */
.menuPaves {
  text-align: center;
  margin-bottom: 50px; }
  .menuPaves a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 120px;
    height: 145px;
    padding: 20px;
    margin: 0 10px;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8); }
    .menuPaves a:before {
      font-size: 60px;
      display: block;
      color: #FF8E01;
      margin-bottom: 10px; }
    .menuPaves a small {
      display: block;
      color: #978F91; }
    .menuPaves a:hover {
      color: #588DBB;
      background-color: #FFFFFF; }

.post-type-archive-recettes .liste {
  padding-top: 50px; }

#sousMenuMobile {
  margin-bottom: 20px; }
  #sousMenuMobile a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    margin: 2px; }
    #sousMenuMobile a:before {
      color: #442317;
      margin-right: 4px; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  CTA EXTRAITS  */
.ctaExtrait {
  background-color: #F6F4F5;
  border: 1px solid #E5E0E0;
  text-align: center;
  padding: 20px;
  position: relative;
  margin-top: 40px; }
  .ctaExtrait > * {
    max-width: 600px;
    margin: 10px auto; }
  .ctaExtrait button {
    color: #2A2A2A; }
  .ctaExtrait:before {
    content: ' ';
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    width: 100%;
    height: 50%;
    position: absolute;
    top: -130px;
    left: 0; }

@media screen and (max-width: 480px) {
  .ctaExtrait:before {
    height: 150px;
    top: -150px; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  WOOCOMMERCE  */
.woocommerce .price {
  font-size: 150%; }
.woocommerce table {
  border: none;
  margin-bottom: 10px; }
.woocommerce label {
  margin-right: 15px; }
.woocommerce .reset_variations {
  display: none !important; }
.woocommerce button {
  background-color: #FF8E01;
  margin-top: 10px; }
.woocommerce .sku_wrapper {
  display: none; }
.woocommerce .tabs {
  display: none; }

.productsList {
  text-align: center; }
  .productsList a {
    background-color: #F6F4F5;
    width: 250px;
    margin: 20px;
    min-height: 420px; }
  .productsList img {
    width: 100%;
    height: auto; }
  .productsList h3 {
    font-size: 150%;
    margin: 10px; }
  .productsList .amount {
    color: #FF8E01;
    font-size: 150%; }
  .productsList p {
    margin: 10px; }

.contenuProduit {
  display: flex; }

.imageProduit {
  width: 250px;
  flex: 0 0 250px;
  padding-right: 20px; }
  .imageProduit figure {
    margin: 0; }
  .imageProduit img {
    width: 100%; }

.single_add_to_cart_button {
  margin-top: 20px !important; }

.productQuantity {
  float: left;
  margin-right: 10px; }

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0; }
.woocommerce-MyAccount-navigation li {
  list-style: none; }
  .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px;
    background-color: #F6F4F5;
    border-bottom: 1px solid #E5E0E0;
    text-decoration: none; }
  .woocommerce-MyAccount-navigation li.is-active a {
    background-color: #E5E0E0; }

/*# sourceMappingURL=main.css.map */
