/* Block: Top Page Become - Variation with spacing */
/* Add class "is-style-with-spacing" to the block in Gutenberg to apply these styles */

.block-top-page-become.is-style-with-spacing {
    margin-top: 100vh !important;
    position: relative !important;
    z-index: 10 !important;
    background-color: #2C2C2C !important;
    background-image: url('../../library/images/fond-vaguelettes.jpg') !important;
    background-size: 200% auto !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    padding-bottom: 15px !important;

    .col-span-5.max-w-full {
        height: 100%;

        img {
            height: 100%;
            object-fit: cover;
        }
    }

    .col-start-6 {
        justify-content: center;
        padding: 2rem 0;
    }
}

.block-top-page-become .lg\:hidden .mt-\[30px\] {
  margin-bottom: 30px;
}
