/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy-child
 */


h2.header-accueil {
font-size: 16px;
font-weight: 600;
color: #772953;
}

h2.stk-block-heading__text span {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#footer .ct-widget h3 {
  font-size: 16px;
  color: white;
  padding-bottom: 15px;
  border-bottom: 1px solid grey;
}

#footer [data-column="widget-area-3"] > :nth-child(n+3),
#footer [data-column="widget-area-4"] > :nth-child(n+3) {
  margin-top: 10px;
}

.ct-widget.is-layout-flow.widget_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}