/**
 * Base layout style
 */

.layout {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  p{
    &:last-child{
      margin-bottom: 0;
    }
  }
}

.layout > .layout__region {
  flex: 0 1 100%;
}

.paragraph--type--contenu-en-colonnes {
  margin-bottom: calc(1.3125rem + 0.5056179775vw);
  margin-top: 0;
}

.layout__region h2 {
  margin-bottom: 0;
}

.layout__region img {
  border-radius: 1rem!important;
}

.layout__region .field--name-field-image-unique {
  margin-top: 0;
}

.layout__region .paragraph--type--image {
  margin-bottom: 0;
}