/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&family=Quicksand:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*typo*/
@font-face {
  font-family: "teko-bold";
  src: url("../fonts/Teko-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "teko-medium";
  src: url("../fonts/Teko-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "staccato";
  src: url("../fonts/Staccato555BT-RegularA.otf") format("opentype");
}
@font-face {
  font-family: "yaldevi-regular";
  src: url("../fonts/Yaldevi-Regular.ttf") format("truetype");
}
/*color*/
/*general*/
*, html, body {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth !important;
}
* section, html section, body section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.desktop-display {
  display: block;
}

.mobile-display {
  display: none;
}

/*text*/
h1 {
  font-family: "teko-bold";
  font-size: 53px;
  text-transform: uppercase;
}

h2 {
  font-family: "teko-medium";
  font-size: 48px;
  text-transform: uppercase;
}

h3 {
  font-family: "teko-medium";
  font-size: 35px;
}

h4 {
  font-family: "teko-medium";
  font-size: 35px;
  text-transform: uppercase;
}

.fz-2em {
  font-size: 4em;
}

p {
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 18px;
}
p strong {
  font-weight: 700;
}

.p-teko {
  font-family: "teko-medium";
  text-transform: lowercase;
  font-size: 35px;
  line-height: 35px;
}

.intro_title {
  font-family: "staccato";
  font-size: 2.8rem;
  text-decoration: none;
  opacity: 0.5;
  color: #FFFFFF;
  margin-bottom: 1rem;
  text-align: center;
}

.intro_subtitle {
  font-family: "yaldevi-regular";
  font-size: 16px;
  text-align: center;
  opacity: 0.5;
  color: #FFFFFF;
}

.intro_logo {
  max-width: 340px;
  opacity: 0.5;
  margin: auto;
}

/* balise */
body {
  background-color: #2E2E37;
}

section {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  contain: content;
}

.h-100vh {
  height: 100vh;
}

.direction-column {
  display: flex;
  flex-direction: column;
}

.direction-row {
  display: flex;
  flex-direction: row;
}

.full-width {
  width: 100vw;
}

section#contact {
  display: flex;
  flex-direction: column;
}

.undernav::before {
  content: "";
  height: 57px !important;
  width: 100%;
  display: block;
}

.presentation-box {
  width: 100%;
  justify-content: space-between;
  height: 65vh;
}
.presentation-box .content-box {
  color: #FFFFFF;
  flex-basis: 350px;
  height: 350px;
  display: flex;
  flex-direction: column;
  align-self: end;
  padding: 1em;
  background-color: #2E2E37;
}
.presentation-box .content-box p {
  margin-bottom: 1em;
}
.presentation-box .yellow-box {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-self: end;
}

.yellow-box {
  background-color: #FFC815;
}

.red-box {
  width: 100%;
  height: 20px;
  background-color: #F33233;
}

article {
  width: 50%;
  height: 100%;
}

.article-right-align {
  display: flex;
  flex-direction: column;
  justify-content: end;
  width: 80%;
  justify-content: end;
}
.article-right-align h1 {
  text-align: end;
}
.article-right-align .align-self-end {
  align-self: end;
}

.container {
  width: 1140px;
}

.h-contact {
  width: 80%;
}

.text-contact {
  width: 80%;
}
.text-contact p {
  color: #FFFFFF;
  margin-bottom: 2em;
}

.form-container {
  max-width: 50%;
  height: 100%;
}

.polygon-left {
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0% 100%);
}

.polygon-right {
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.media-container {
  max-width: 50%;
  height: 100%;
}

.media-fullpage {
  width: 100%;
  height: 100%;
  z-index: -10;
  position: absolute;
}
.media-fullpage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-fullpage-90 {
  width: 100%;
  height: 85vh;
  z-index: -10;
  position: absolute;
}
.media-fullpage-90 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.filter {
  filter: brightness(0.5) grayscale(50%) opacity(70%);
}

.fullpage-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -10;
}

.article-media {
  width: 100%;
  height: 120%;
  object-fit: cover;
}

.button_more {
  color: #FFC815;
  border: 2px #FFC815 solid;
  border-radius: 100px;
  font-family: "teko-bold";
  font-size: 25px;
  padding: 0.3rem 0.9rem 0 0.9rem;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  float: inline-end;
}
.button_more:hover {
  color: #FFFFFF;
  border: 2px #FFFFFF solid;
}

.social-header {
  width: 100%;
}
.social-header .social-card ul {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "teko-medium";
  font-size: 30px;
  color: #FFFFFF;
}
.social-header .social-card ul .svg-inline--fa.fa-stack-2x {
  height: 1.5em;
}
.social-header .social-card ul .middleheight {
  display: flex;
}

/*formulaire*/
form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  contain: content;
}
form .form-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.5em;
}
form .form-columns .form-column {
  /* Microsoft Edge */
  width: -moz-available;
  width: -webkit-fill-available;
  /* Google Chrome */
  width: fill-available;
}
form input, form textarea {
  border-radius: 0%;
  padding: 0.75em;
  width: 100%;
  font-family: "quicksand";
  font-size: 16px;
  border: none;
}
form input:focus, form input:focus-visible, form textarea:focus, form textarea:focus-visible {
  outline: none;
}
form .buttons {
  /* Microsoft Edge */
  width: -moz-available;
  width: -webkit-fill-available;
  /* Google Chrome */
  width: fill-available;
}
form .buttons button {
  border: none;
  width: inherit;
  border-radius: 0%;
  padding-top: 0.2em;
  background-color: #FFC815;
  color: #FFFFFF;
  font-family: "teko-medium";
  font-size: 30px;
  text-transform: uppercase;
}
form .buttons button:hover {
  background-color: #2E2E37;
  color: #FFC815;
  transition: 0.2s ease-out;
}

/*Cartes images*/
.carte-page-img {
  flex-direction: column;
}
.carte-page-img .bg-img-card h4 {
  border-top: 2px #2E2E37 solid;
  padding-top: 10px;
  font-size: 30px;
}
.carte-page-img .bg-img-card p {
  font-size: 14px;
  line-height: 1em;
}
.carte-page-img .bg-img-card .number {
  flex: none;
  align-self: end;
  height: 40px;
  width: 40px;
  border-radius: 80% 0 0 0;
  text-align: center;
  justify-content: center;
  background-color: #FFC815;
}
.carte-page-img .bg-img-card .number div {
  font-size: 30px;
  font-family: "teko-medium";
  position: relative;
  top: 10px;
  right: -2px;
}

.img-card-round {
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 100%;
}

/*Cartes*/
.slider_card {
  display: flex;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 0;
  justify-content: center;
}
.slider_card .card {
  width: 22%;
  background-color: #FFFFFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: end;
  border-radius: 5% 5% 0 0;
}
.slider_card .card p {
  font-size: 14px;
  line-height: 1em;
  color: #878984;
}
.slider_card .lastcard {
  max-width: 18%;
}

.card-container {
  width: 100%;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.img-card {
  position: relative;
  width: 160px;
  height: 120px;
  object-fit: contain;
}

/*alignements*/
.text-align-center {
  text-align: center;
}

.centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.margin-auto {
  margin: auto;
}

.margin-auto-lr {
  margin: 0 auto;
}

/* mesures */
.w-70 {
  width: 60%;
}

.spaced-p p {
  margin-bottom: 1.2em;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-1 {
  margin-bottom: 1em;
}

.ml-7 {
  margin-left: 7vw;
}

.pt-2 {
  padding: 2vh 0;
}

.p-1 {
  padding: 1.2em;
}

/*couleur*/
.yellow-text {
  color: #FFC815;
}

.red-text {
  color: #F33233;
}

.white-text {
  color: white;
}

.mediumgrey-text {
  color: #878984;
}

.warmgrey-text {
  color: #2E2E37;
}

.bg-mediumgrey {
  background-color: #878984;
}

.bg-warmgrey {
  background-color: #2E2E37;
}

.bg-white {
  background-color: #FFFFFF;
}

.frame-border {
  border: 20px solid transparent;
  border-image: url("../images/Vector.png") 30 30 stretch;
}

.social-link {
  color: #2E2E37;
}
.social-link:hover :nth-child(1) {
  color: white;
  transition: 0.2s ease-out;
}
.social-link .x1-5em {
  height: 1.5em;
}

/* menu*/
.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* menu icon */
  /* menu btn */
}
.header .logo {
  font-family: "staccato";
  font-size: 1.7rem;
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}
.header .logo:hover {
  transition: 0.2s ease-out !important;
  color: #FFC815;
}
.header .main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  flex-basis: 100%;
  max-height: 0;
  transition: max-height 0.2s ease-out !important;
}
.header .main-nav .main-nav-item {
  text-align: center;
  padding: 0.5em;
}
.header .main-nav .main-nav-item:hover .main-nav-link {
  transition: 0.2s ease-out !important;
  color: #FFC815;
}
.header .main-nav .main-nav-item .main-nav-link {
  font-family: "teko";
  color: #2E2E37;
  font-size: 25px;
  text-transform: uppercase;
  text-decoration: none;
}
.header .main-nav .main-nav-item:nth-last-child(1) {
  padding-bottom: 1em;
}
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
.header .menu-icon .navicon {
  background: #FFFFFF;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 24px;
}
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.header .menu-icon .navicon:before {
  top: 8px;
}
.header .menu-icon .navicon:after {
  top: -8px;
}
.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .main-nav {
  display: block;
  max-height: 280px;
  max-width: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.7);
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
@media screen and (min-width: 48em) {
  .header .logo {
    font-size: 2.5rem;
    margin-bottom: 0.3rem;
  }
  .header .menu-icon {
    display: none;
  }
  .header .main-nav {
    display: block;
    flex-basis: auto;
    margin-right: 7vw;
    max-height: none;
    background: none !important;
  }
  .header .main-nav .main-nav-item {
    display: inline-block;
    padding: 1em;
  }
  .header .main-nav .main-nav-item:hover .main-nav-link {
    color: #FFC815 !important;
    transition: 0.2s ease-out !important;
  }
  .header .main-nav .main-nav-item .main-nav-link {
    color: #FFFFFF !important;
  }
}

/* splide */
.splide__arrow {
  background-color: #FFC815;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 1;
  transition: 0.2s ease-in;
}
.splide__arrow:disabled {
  opacity: 0;
}
.splide__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #2E2E37;
}

.splide__pagination {
  bottom: -1em;
}
.splide__pagination .splide__pagination__page {
  background-color: #FFC815;
  opacity: 1;
  margin: 0 0.5em;
}

.gallery-section {
  contain: unset;
  height: auto;
  display: block;
}
.gallery-section .masonry { /* Masonry container */
  column-count: 3;
  column-gap: 1em;
}
.gallery-section .item { /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}
.gallery-section .item img {
  width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 48em) {
  #slider2 {
    width: 1140px !important;
    margin: auto;
  }
  #slider2 .splide__track {
    width: 100%;
  }
  #slider2 .splide__track .splide__list {
    display: flex !important;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 1em;
  }
  #slider2 .splide__track .splide__list .splide__slide {
    max-width: 48%;
  }
  #slider2 .splide__track .splide__list .splide__slide .bg-img-card {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    border-radius: 115px 0 0 115px;
  }
  #slider2 .splide__track .splide__list .splide__slide .bg-img-card .img-card-round {
    position: relative;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    object-fit: cover;
  }
  #slider2 .splide__track .splide__list .splide__slide .bg-img-card h4 {
    border-top: 2px #2E2E37 solid;
    padding-top: 10px;
    font-size: 30px;
  }
  #slider2 .splide__track .splide__list .splide__slide .bg-img-card p {
    font-size: 14px;
    line-height: 1em;
  }
  #slider2 .splide__track .splide__list .splide__slide .bg-img-card .number {
    flex: none;
    align-self: end;
    height: 40px;
    width: 40px;
    border-radius: 80% 0 0 0;
    text-align: center;
    justify-content: center;
    background-color: #FFC815;
  }
  #slider2 .splide__track .splide__list .splide__slide .bg-img-card .number div {
    font-size: 30px;
    font-family: "teko-medium";
    position: relative;
    top: 10px;
    right: -2px;
  }
  #slider1 {
    height: unset;
  }
  #slider1 .splide__track {
    height: calc(100% + 5vh);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  #slider1 .splide__track .warmgrey-box {
    background-color: #2E2E37;
    height: 5vh;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  #slider1 .splide__track .red-box {
    position: absolute;
    bottom: 5vh;
  }
  #slider1 .splide__track .splide__list {
    display: flex !important;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 1em;
    width: 1140px;
    height: calc(100% + 5vh);
    margin: 0 auto !important;
  }
  #slider1 .splide__track .splide__list .splide__slide {
    width: 22%;
    height: auto;
  }
  #slider1 .splide__track .splide__list .splide__slide .bg-card {
    background-color: #FFFFFF;
    height: 100%;
    background-color: #FFFFFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: end;
    border-radius: 1em 1em 0 0;
  }
  #slider1 .splide__track .splide__list .splide__slide .bg-card p {
    font-size: 14px;
    line-height: 1em;
    color: #878984;
    padding: 1em;
  }
  #slider1 .splide__track .splide__list .lastcard {
    width: 21%;
    padding: 1em;
    position: relative;
    bottom: -5vh;
    right: -2em;
    z-index: 10;
  }
}
@media screen and (max-width: 48em) {
  html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
  }
  .desktop-display {
    display: none;
  }
  .mobile-display {
    display: block;
  }
  /*balise*/
  section {
    height: auto;
    flex-direction: column-reverse;
  }
  section .media-container {
    height: 40vh;
    max-width: 100%;
  }
  /*carte image page*/
  .carte-page-img {
    flex-direction: column;
    height: 100vh;
    justify-content: center;
  }
  .carte-page-img .margin-auto-lr {
    margin: unset;
  }
  .carte-page-img h2 {
    font-size: 24px;
    padding: 0 1rem;
    margin-bottom: 1rem !important;
  }
  .carte-page-img .bg-img-card {
    background-color: #FFFFFF;
    width: 80vw;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
  }
  .carte-page-img .bg-img-card .img-card-round {
    margin: 0 auto;
    margin-top: 1rem;
  }
  .carte-page-img .bg-img-card p {
    font-size: 14px;
    color: #2E2E37;
  }
  .carte-page-img .bg-img-card h4 {
    border-top: 2px #2E2E37 solid;
    padding-top: 10px;
    font-size: 30px;
    text-align: center;
  }
  .carte-page-img .bg-img-card .number {
    flex: none;
    align-self: end;
    height: 40px;
    width: 40px;
    border-radius: 80% 0 0 0;
    text-align: center;
    justify-content: center;
    background-color: #FFC815;
  }
  .carte-page-img .bg-img-card .number div {
    font-size: 30px;
    font-family: "teko-medium";
    position: relative;
    top: 10px;
    right: -2px;
  }
  .carte-page-img .splide__pagination {
    bottom: 1em;
  }
  /*carte page */
  .carte-page .container {
    width: auto;
  }
  .carte-page .bg-card {
    background-color: #FFFFFF;
    width: 80vw;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
  }
  .carte-page .bg-card .img-card {
    margin: 0 auto;
    height: 120px;
  }
  .carte-page .bg-card p {
    padding: 0 1rem 1rem 1rem;
    font-size: 14px;
    color: #2E2E37;
  }
  .carte-page .lastcard {
    padding: 1em;
    position: absolute;
    bottom: 0;
  }
  .carte-page .red-box {
    display: none;
  }
  .carte-page .media-fullpage-90 {
    height: 100%;
  }
  .carte-page .container {
    padding: 0 1rem;
  }
  /*contact page*/
  section#contact {
    flex-direction: column-reverse;
  }
  section#contact .direction-row {
    flex-direction: column-reverse;
  }
  section#contact .form-container {
    max-width: 100%;
    height: 100vh;
  }
  section#contact .media-container {
    height: calc(100vh - 2em);
    padding: 1em;
    background-color: #2E2E37;
  }
  section#contact .media-container .article-media {
    border-radius: 15px;
    contain: content;
  }
  section#contact .media-container .polygon-left {
    clip-path: none;
  }
  section#contact .social-header {
    width: 100%;
  }
  section#contact .social-header .undernav {
    display: none;
  }
  section#contact .social-header .social-card ul {
    width: fit-content;
    flex-direction: column;
  }
  section#contact .social-header .social-card ul li {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem 0;
    flex-direction: column;
  }
  section#contact .social-header .social-card ul li span {
    margin: auto;
  }
  .mobile-colunm {
    flex-direction: column;
  }
  .ml-7 {
    margin-left: 0;
  }
  .w-70 {
    width: 100%;
  }
  .fullheight {
    height: 100vh;
  }
  .polygon-right {
    clip-path: polygon(0px 0px, 100% 0px, 100% 85%, 0px 100%);
  }
  .polygon-left {
    clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 85%);
  }
  article {
    width: auto;
    padding: 1em;
  }
  .mobile-p-1 {
    padding: 0 1rem;
  }
  .logo {
    margin-left: 1rem;
  }
  .container {
    width: 100vw;
  }
  #thermolaquage {
    height: 100vh;
  }
  .presentation-box {
    padding: 0;
  }
  .presentation-box .content-box {
    padding: 1em;
  }
  .presentation-box .content-box p {
    font-size: 14px;
  }
  .presentation-box .yellow-box {
    height: auto;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-basis: 0;
    align-self: unset;
    justify-content: center;
  }
  .presentation-box .yellow-box .mt-1 {
    margin: auto;
  }
  .presentation-box .yellow-box .content-text {
    padding: 1rem 1rem 1rem 0;
    max-width: 60%;
  }
  .presentation-box .yellow-box .content-text h4, .presentation-box .yellow-box .content-text p {
    font-size: 24px;
    text-transform: uppercase;
    text-align: start;
    line-height: 0.9em;
  }
  .direction-row {
    flex-direction: column;
  }
  .mt-3 {
    margin-top: 0;
  }
  .grey-box {
    display: none;
  }
  /* text */
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  .article-right-align h1 {
    text-align: start;
  }
  .article-media {
    height: 100%;
  }
  /* Intro */
  .intro_logo {
    width: 250px;
  }
  .intro_title {
    font-size: 2rem !important;
  }
  .intro_subtitle {
    font-size: 12px !important;
  }
  .media-fullpage {
    width: 100%;
    height: 100%;
  }
  .media-fullpage img {
    width: 100%;
    height: 100%;
  }
  /* gallery*/
  .gallery-section {
    contain: unset;
    height: auto;
    display: block;
  }
  .gallery-section .masonry { /* Masonry container */
    column-count: 1;
  }
  .gallery-section .item { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
  }
  .gallery-section .item img {
    width: 100%;
    object-fit: cover;
  }
}

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