/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#block-mfpechecustom {
  margin-top: 15px;
  margin-bottom: 30px; }

#block_peche .top {
  margin-bottom: 20px; }

#block_peche .bottom {
  border: 1px solid #DEE2E6;
  border-radius: 6px;
  overflow: hidden; }
  #block_peche .bottom .image {
    flex: 0 0 240px; }
    #block_peche .bottom .image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

#block_peche .top, #block_peche .bottom {
  display: flex; }

@media screen and (max-width: 39.99875em) {
  #block_peche .bottom {
    flex-direction: column; } }

#block_peche #block_peche_title {
  font-family: 'Quicksand';
  color: #005ea8;
  font-size: 17px;
  margin-left: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: -1px; }

#block_peche #peche_container {
  padding-bottom: 12px;
  padding-right: 20px; }
  @media screen and (min-width: 40em) {
    #block_peche #peche_container {
      margin-left: 20px; } }
  @media screen and (max-width: 39.99875em) {
    #block_peche #peche_container {
      padding-left: 20px; } }
  #block_peche #peche_container #peche_title {
    font-weight: 600;
    padding: 13px 0;
    line-height: 20px;
    font-size: 14px; }
  #block_peche #peche_container #peche_desc {
    line-height: 20px;
    font-size: 14px; }
