@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900&display=swap");

.row {
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap
}

.col,
.row {
    box-sizing: border-box
}

.flex-between {
    justify-content: space-between
}

.Icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.edit-post-visual-editor .editor-styles-wrapper {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}

.editor-styles-wrapper .editor-post-title__input,
.edit-post-visual-editor .editor-styles-wrapper h1 {
    font-size: 3.75rem;
    font-weight: 600;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #000;
    text-transform: uppercase
}

.edit-post-visual-editor .editor-styles-wrapper h3 {
    font-size: 1.875rem;
    font-weight: 900;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper h5 {
    font-size: 1.25rem;
    font-weight: 900;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper h6 {
    font-size: 1rem;
    font-weight: 900;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper li,
.edit-post-visual-editor .editor-styles-wrapper p {
    font-size: 1.25rem !important;
    font-weight: 400;
    line-height: 1.8;
    color: #333
}

.edit-post-visual-editor .editor-styles-wrapper p.has-small-font-size {
    font-size: 1rem !important
}

.edit-post-visual-editor .editor-styles-wrapper p.has-medium-font-size {
    font-size: 1.5rem !important
}

.edit-post-visual-editor .editor-styles-wrapper p.has-large-font-size {
    font-size: 1.75rem !important
}

.edit-post-visual-editor .editor-styles-wrapper p.has-huge-font-size {
    font-size: 2rem !important
}

.edit-post-visual-editor .editor-styles-wrapper li a,
.edit-post-visual-editor .editor-styles-wrapper p a {
    color: #447bac;
    text-decoration: underline
}

.edit-post-visual-editor .editor-styles-wrapper li a:hover,
.edit-post-visual-editor .editor-styles-wrapper p a:hover {
    text-decoration: none
}

.edit-post-visual-editor .editor-styles-wrapper ol li,
.edit-post-visual-editor .editor-styles-wrapper ul li {
    line-height: 1.4
}

.edit-post-visual-editor .editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations):not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.block-parent-file__ul):not(.page-numbers):not(.blocks-gallery-grid):not(.tabs-basic) li {
    position: relative;
    padding-left: 23px
}

.edit-post-visual-editor .editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations):not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.block-parent-file__ul):not(.page-numbers):not(.blocks-gallery-grid):not(.tabs-basic) li:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #447bac;
    position: absolute;
    top: 12px;
    left: 0
}

.edit-post-visual-editor .editor-styles-wrapper ul:not(.block-editor-block-variation-picker__variations):not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.block-parent-file__ul):not(.page-numbers):not(.blocks-gallery-grid):not(.tabs-basic) {
    list-style-type: none
}

.edit-post-visual-editor .editor-styles-wrapper ol {
    list-style-type: none
}

.edit-post-visual-editor .editor-styles-wrapper ol li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 23px
}

.edit-post-visual-editor .editor-styles-wrapper ol li:before {
    content: counter(step-counter) ".";
    position: absolute;
    top: 0;
    left: 0
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 840px;
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-separator {
    border-block-width: 1px;
    background-color: #979e9d
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-image figcaption {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    color: #333
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.67;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 46px;
    background-color: #004065;
    border-radius: 0;
    border: 1px solid #004065;
    transition: all .3s ease-out .07s
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    background-color: transparent !important;
    color: #004065;
    transition: all .3s ease-out .07s
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-french-blue-background-color,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-marine-blue-background-color,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-navy-background-color,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-white-three-background-color {
    background-color: transparent !important
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-marine-blue-background-color {
    color: #004065 !important
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-french-blue-background-color {
    color: #447bac !important
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-navy-background-color {
    color: #001724 !important
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover.has-white-three-background-color {
    color: #f9f9f9 !important
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-marine-blue-background-color {
    background-color: #004065;
    border: 1px solid #004065
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-french-blue-background-color {
    background-color: #447bac;
    border: 1px solid #447bac
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-navy-background-color {
    background-color: #001724;
    border: 1px solid #001724
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button:not(.is-style-outline) .wp-block-button__link.has-white-three-background-color {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
    font-size: 1.25rem;
    font-weight: 400;
    color: #447bac;
    text-decoration: underline;
    border: none;
    padding: 0;
    background: none !important;
    transition: all .3s ease-out .07s
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #004065;
    transition: all .3s ease-out .07s
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button.block-button-arrow {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 400;
    color: #447bac;
    border-bottom: 1px solid #447bac;
    padding-bottom: 7px;
    transition: all .3s ease-out .07s;
    cursor: pointer
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button.block-button-arrow:hover {
    border-bottom-color: transparent;
    transition: all .3s ease-out .07s
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-button.block-button-arrow .icon {
    width: 9px;
    height: 17px;
    margin-right: 8px
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source) {
    position: relative;
    border: none;
    padding: 63px 80px 55px;
    background-color: hsla(0, 0%, 77.6%, .1)
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source):before {
    top: 20px;
    left: 20px
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source):after,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source):before {
    content: "";
    display: block;
    width: 42px;
    height: 33px;
    background: transparent url(../../../images/open-quote.svg) no-repeat 0 0;
    position: absolute
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source):after {
    transform: rotate(.5turn);
    top: unset;
    right: 20px;
    bottom: 20px;
    left: unset;
    border-radius: unset;
    box-shadow: unset
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source).is-style-large {
    padding: 63px 80px 55px
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source).is-style-large p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.56;
    color: #333;
    font-style: normal;
    margin-bottom: 25px
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source).is-style-large cite {
    font-size: 1.25rem;
    font-weight: 900;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source) p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.56;
    color: #333;
    font-style: normal;
    margin-bottom: 25px
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote:not(.is-style-quote-source) cite {
    font-size: 1.25rem;
    font-weight: 900;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote.is-style-quote-source {
    position: relative;
    padding-top: 29px;
    padding-left: 20px;
    border-left: 1px solid #979797
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote.is-style-quote-source:before {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    background: transparent url(../../../images/source-quote.svg) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 21px
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote.is-style-quote-source:after {
    content: "Sources";
    font-size: 1rem;
    color: #333;
    text-transform: uppercase;
    position: absolute;
    top: -5px;
    left: 49px
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote.is-style-quote-source p {
    font-size: 1rem !important;
    line-height: 1.5;
    color: #333;
    margin-bottom: 0
}

.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote.is-style-quote-source cite {
    display: none
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .top_label .gfield_label {
    font-size: 1.25rem;
    font-weight: 900;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .gfield_required {
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .gfield_description {
    padding-top: 0
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .top_label div.ginput_container {
    margin-top: 17px !important
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .top_label div.ginput_container.ginput_container_select {
    position: relative;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.56;
    color: #333;
    padding: 8px 2px 8px 14px;
    border: 2px solid #447bac;
    border-radius: 2px
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .top_label div.ginput_container.ginput_container_select:after {
    content: "";
    width: 9px;
    height: 17px;
    background: transparent url(../../../images/arrow-french-blue.svg) no-repeat 0 0;
    transform: rotate(90deg);
    position: absolute;
    top: 15px;
    right: 16px;
    z-index: -1
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .top_label .gfield_label {
    font-size: 1.25rem;
    font-weight: 900;
    color: #000
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul.gfield_checkbox,
.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul.gfield_radio {
    margin: 0
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul.gfield_checkbox li,
.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul.gfield_radio li {
    margin-right: 20px;
    margin-bottom: 8px
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul.gfield_checkbox li p,
.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul.gfield_radio li p {
    margin-bottom: 0
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul li.gfield {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 27px;
    padding-right: 0 !important
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul li.gfield.gfield_error {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul li.gfield.gfield_error .gfield_contains_required div.gfield_description {
    padding-right: 0
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper ul li.gfield select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 100% !important
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper textarea {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.56;
    color: #333;
    padding: 8px 14px;
    border: 2px solid #447bac;
    border-radius: 2px
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .gfield_checkbox li input {
    float: left;
    margin-right: 8px
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .gfield_checkbox li label {
    max-width: 96%;
    font-size: 1.125rem;
    line-height: 1.56;
    color: #333
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .ginput_container_consent input {
    float: left;
    margin-top: 7px !important;
    margin-right: 8px
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .ginput_container_consent label {
    max-width: 96%;
    font-size: 1.125rem;
    line-height: 1.56;
    color: #333
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .gform_footer {
    padding: 0;
    margin: 30px 0 0
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.67;
    color: #fff;
    text-transform: uppercase;
    padding: 25px 46px;
    background-color: #004065;
    border-radius: 0;
    border: 1px solid #004065;
    margin: 0;
    cursor: pointer;
    transition: all .3s ease-out .07s
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: transparent;
    color: #004065;
    transition: all .3s ease-out .07s
}

.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper div.validation_error {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8
}

.wp-block-file-entity a {
    color: unset;
    text-decoration: none;
}

.wp-block-file-entity.block-file-entity-no-thumbnail .col-file-entity__content,
.wp-block-file-entity.block-file-entity-no-thumbnail .col-file-entity__thumbnail {
    flex-basis: 100%
}

.wp-block-file-entity.block-file-entity-no-thumbnail .file-entity__excerpt {
    margin-top: 0
}

.wp-block-file-entity.block-file-entity-premium .file-entity__excerpt {
    font-size: 1rem;
    line-height: 1.44;
    padding-left: 0
}

.wp-block-file-entity .file-entity__link:hover .file-entity__thumbnail-content {
    transform: scale(1.2);
    transition: all .3s ease-out .07s
}

.wp-block-file-entity .file-entity__link:hover .file-entity__informations-more {
    color: #447bac;
    transition: all .3s ease-out .07s
}

.wp-block-file-entity .file-entity__link:hover .file-entity__informations-title {
    text-decoration: underline
}

.wp-block-file-entity .file-entity__link:hover .file-entity__premium-link {
    text-decoration: none
}

.wp-block-file-entity .col-file-entity__content,
.wp-block-file-entity .col-file-entity__thumbnail {
    flex-basis: 48%
}

.wp-block-file-entity .col-file-entity__thumbnail {
    overflow: hidden;
    position: relative
}

.wp-block-file-entity .col-file-entity__thumbnail:after {
    content: "";
    display: block;
    width: 100%;
    height: 158px;
    opacity: .6;
    background-image: linear-gradient(180deg, transparent, #000 99%);
    position: absolute;
    bottom: 0;
    z-index: 2
}

.wp-block-file-entity .file-entity__thumbnail-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 219px;
    transform: scale(1);
    transition: all .3s ease-out .07s
}

.wp-block-file-entity .file-entity__premium {
    display: inline-block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3
}

.wp-block-file-entity .file-entity__premium-title {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 11px;
    background-color: #447bac;
    margin-bottom: 7px
}

.wp-block-file-entity .file-entity__premium-link {
    display: block;
    font-size: 1.125rem;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 20px
}

.wp-block-file-entity .file-entity__informations-post-type,
.wp-block-file-entity .file-entity__informations-publication,
.wp-block-file-entity .file-entity__informations-reading-time {
    font-size: 1.125rem;
    color: #000
}

.wp-block-file-entity .file-entity__informations-post-type,
.wp-block-file-entity .file-entity__informations-publication {
    float: left
}

.wp-block-file-entity .file-entity__informations-post-type span {
    margin-right: 15px
}

.wp-block-file-entity .file-entity__informations-post-type .icon_folder {
    stroke: #000
}

.wp-block-file-entity .file-entity__informations-publication {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #979797
}

.wp-block-file-entity .file-entity__informations-title {
    display: inline-block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: none
}

.wp-block-file-entity .file-entity__informations-reading-time {
    margin-bottom: 26px
}

.wp-block-file-entity .file-entity__informations-reading-time .icon_chrono {
    stroke: #000
}

.wp-block-file-entity .file-entity__informations-more {
    font-size: 1.25rem;
    font-weight: 400;
    color: #001724;
    text-decoration: underline;
    transition: all .3s ease-out .07s
}

.wp-block-file-entity .file-entity__excerpt {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 22px
}

.wp-block-file-entity .file-entity__informations-button {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 20px
}

.wp-block-file-entity .file-entity__informations-button:hover {
    text-decoration: underline
}

.wp-block-file-entity .file-entity__informations-button:last-child {
    margin-bottom: 0
}

.wp-block-file-entity .file-entity__informations-button.file-entity__informations-subscription {
    color: #447bac
}

.wp-block-file-entity .file-entity__informations-button.file-entity__informations-order {
    color: #004065
}

.wp-block-file-entity .file-entity__informations-button span {
    margin-right: 12px
}

.wp-block-file-entity .file-entity__informations-button .icon_download-item {
    width: 24px;
    height: 22px
}

.wp-block-file-entity .file-entity__informations-button .icon_cart {
    width: 24px;
    height: 24px
}

.wp-block-file-entity .col-file-entity__content-archive .file-entity__informations-post-type {
    padding-right: 10px;
    border-right: 1px solid #979797
}

.wp-block-file-entity .col-file-entity__content-archive .file-entity__informations-publication {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    border-left: none
}

.edit-post-visual-editor .editor-styles-wrapper h1,
.edit-post-visual-editor .editor-styles-wrapper h2,
.edit-post-visual-editor .editor-styles-wrapper h3,
.edit-post-visual-editor .editor-styles-wrapper h4,
.edit-post-visual-editor .editor-styles-wrapper h5,
.edit-post-visual-editor .editor-styles-wrapper h6,
.edit-post-visual-editor .editor-styles-wrapper p,
.edit-post-visual-editor .editor-styles-wrapper ul,
.edit-post-visual-editor .editor-styles-wrapper ol {
    margin-top: 0;
}

.edit-post-visual-editor .editor-styles-wrapper ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.block-parent-file__ul):not(.page-numbers):not(.blocks-gallery-grid):not(.tabs-basic) li,
.edit-post-visual-editor .editor-styles-wrapper ol li {
    margin-bottom: 25px;
}

.edit-post-visual-editor .editor-styles-wrapper ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.block-parent-file__ul):not(.page-numbers):not(.blocks-gallery-grid):not(.tabs-basic) li:last-child,
.edit-post-visual-editor .editor-styles-wrapper ol li:last-child {
    margin-bottom: 0;
}

.edit-post-visual-editor .editor-styles-wrapper h1,
.edit-post-visual-editor .editor-styles-wrapper h2,
.edit-post-visual-editor .editor-styles-wrapper h3,
.edit-post-visual-editor .editor-styles-wrapper h4,
.edit-post-visual-editor .editor-styles-wrapper h5,
.edit-post-visual-editor .editor-styles-wrapper h6,
.edit-post-visual-editor .editor-styles-wrapper p,
.edit-post-visual-editor .editor-styles-wrapper ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox):not(.block-parent-file__ul):not(.blocks-gallery-grid):not(.tabs-basic),
.edit-post-visual-editor .editor-styles-wrapper ol,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-separator,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-media-text,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-button,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-quote,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-image,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-embed,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-file-entity,
.edit-post-visual-editor .editor-styles-wrapper .gform_wrapper,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-parent-file,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-cover,
.edit-post-visual-editor .editor-styles-wrapper .wp-block-gallery .edit-post-visual-editor .editor-styles-wrapper .wp-block-newsletter-account {
    margin-bottom: 50px;
}

/* WP GUT */
.components-panel .editor-post-featured-image:before {
    display: block;
    margin-bottom: 10px;
    content: 'Largeur minimale : 1200px';
    font-size: 13px;
    color: #000000;
}

/* Prevent click on newsletter button block */
.acf-block-preview .who-block-newsletter-button {
    pointer-events: none !important;
}