/* Light Gallery */
div#section-gallery-block_60d1ef9c5fa48{
  margin-bottom: 80px;
  display: block;
  position: relative;
  padding-top: 150px;
}


div#section-gallery-block_60d1ef9c5fa48 h1::after,
div#section-gallery-block_60d1ef9c5fa48 h2::after,
div#section-gallery-block_60d1ef9c5fa48 h1.has-text-align-left::after,
div#section-gallery-block_60d1ef9c5fa48 h2.has-text-align-left::after,
div#section-gallery-block_60d1ef9c5fa48 h1.has-text-align-left.has-blanc-pur-color::after,
div#section-gallery-block_60d1ef9c5fa48 h2.has-text-align-left.has-blanc-pur-color::after,
div#section-gallery-block_60d1ef9c5fa48 h1.has-text-align-left.has-noir-clair-color::after,
div#section-gallery-block_60d1ef9c5fa48 h2.has-text-align-left.has-noir-clair-color::after{
  top:55px;
  background-color: #004e8f;
}

div.lightgallery {
  margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
    max-width: 75rem;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(var(--auto-grid-min-size,14rem),1fr));
    grid-gap: 2rem;
}
div.light-gallery h2{
  padding-top: 0px;
  margin-top: 0px;
}

.controls{
    margin-top: 110px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    max-width: 71rem!important;
    width: -webkit-calc(100% - 4rem)!important;
    width: -moz-calc(100% - 4rem)!important;
    width: calc(100% - 4rem)!important;
}

.container-buttons {

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
        margin: 40px 0px;
}

.container-buttons button{
  margin: 10px 20px;
}
div#section-gallery-block_602e15ce84f0e h2{
  font-size: 2.3rem;
}
div#section-gallery-block_602e15ce84f0e h2::after{
  display: none;

}
