.post.mini .wp-caption-text {
    display: none;
}


/*BUG NAV DEROULANTE CHORME*/

.nav-secondary ul ul,
#nav-secondary ul ul {
    margin-top: -1px;
}

.post.normal .gallery dl,
.home .gallery dl {
    margin-bottom: 15px;
}


/*NEWSLETTER*/

.checkrgpdnewsletter #check_insert {
    width: 15px;
    height: 15px;
}

.checkrgpdnewsletter label {
    color: #666;
    font-size: 14px;
}


/*WOOCOMMERCE GALLERY MAJ 3.0.0*/

.woocommerce-product-gallery__image img:not(.wp-post-image) {
    width: 90px;
    height: auto;
    float: left;
    margin: 5px;
}

.ui-tabs .ui-tabs-panel img {
    max-width: 100%;
    height: auto;
}

.akismet_comment_form_privacy_notice {
    padding: 0 10px;
    text-align: center;
}

#review_form #policy_confidential {
    width: 17px;
    height: 17px;
    float: left;
    margin: 3px 10px 0 0px;
    z-index: 9;
    position: relative;
}

#review_form label.chkreviewwoo {
    text-transform: none;
    border: none;
    /* pointer-events: none; */
    line-height: 20px;
}

#review_form label.chkreviewwoo:before {
    display: none;
}

#review_form .comment-form-privacy {
    margin-bottom: 20px;
}

#review_form .akismet_comment_form_privacy_notice {
    width: 100%;
    clear: both;
    padding-top: 20px;
}


/*GUTENBERG*/


/*COVER*/

.wp-block-cover__inner-container>* {
    color: #fff!important;
    text-align: center !important;
}

.wp-block-cover__inner-container a:not([class*="button"]),
.wp-block-cover__inner-container strong,
.wp-block-cover__inner-container b {
    color: #fff !important;
}


/*FAQ*/

.schema-faq {
    padding: 5px;
    border: 1px solid #ffffff59;
    margin-bottom: 2em;
    overflow: hidden;
}

.schema-faq-section {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px #fff, 0 0 40px -4px rgba(0, 0, 0, 0.2);
    margin: 0 !important;
    background: #ffffff26;
    text-align: left;
}

.schema-faq-question {
    font-size: 16px;
    text-transform: uppercase;
    word-spacing: 0.24em;
    letter-spacing: -0.01em;
    font-weight: normal;
    padding: 1em !important;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.schema-faq-question.open:after {
    transform: translateY(-50%) rotate(135deg);
}

.schema-faq-answer {
    color: #666;
    padding: 10px 1em 20px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.schema-faq-answer:after {
    content: "";
    display: block;
    clear: both;
}

.schema-faq-answer img {
    max-width: 100%;
    margin: 0px 10px 10px 0;
    float: left;
    display: flow-root;
    max-height: 100%;
}

.wp-block-yoast-faq-block img,
.wp-block-yoast-faq-block iframe {
    max-width: 100%;
}


/*HOW-TO*/

.wp-block-yoast-how-to-block img,
.wp-block-yoast-how-to-block iframe {
    max-width: 100%;
}

.schema-how-to {
    padding: 5px;
    border: 1px solid #ffffff59;
    margin-bottom: 2em;
    overflow: hidden;
    background: #ffffff26;
}

.schema-how-to-total-time {
    font-size: 14px;
    letter-spacing: -0.01em;
    text-align: right;
    color: #666;
    margin: 0 5px 0 0 !important;
    line-height: 210%;
}

.schema-how-to-duration-time-text {
    background: var(--primary-bgcolor);
    color: var(--primary-txtcolor);
    font-style: italic;
    padding: 7px 10px;
    margin-right: 10px;
    font-size: 13px;
}

.schema-how-to-description {
    font-size: 35px;
    padding-top: 20px;
    letter-spacing: -0.01em;
    line-height: 120%;
    border-bottom: 1px solid var(--primary-bgcolor);
    margin-bottom: 0.7em !important;
    padding-bottom: 0.2em;
    color: #444;
    text-align: center;
}

@media (max-width: 800px) {
    .schema-how-to-description {
        font-size: 22px;
    }
}

.schema-how-to-steps {
    margin: 0 !important;
    box-shadow: 0 0 40px -4px rgba(0, 0, 0, 0.2);
    list-style-type: upper-roman !important;
    color: #628eb3;
    font-weight: bold;
}

.schema-how-to-step {
    padding: 1em !important;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px #fff;
}

.schema-how-to-step:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
}

.schema-how-to-step:nth-child(even) {
    background: rgba(0, 0, 0, 0.02);
}

.schema-how-to-step-name {
    font-size: 16px;
    text-transform: uppercase;
    word-spacing: 0.24em;
    letter-spacing: -0.01em;
    font-weight: normal;
}

.schema-how-to-step-text {
    color: #666;
    padding: 10px 4px 20px;
    font-size: 14px;
    font-weight: normal;
}

.schema-how-to-step-text img {
    max-width: 100%;
    object-fit: contain;
    padding: 1em 0;
    box-sizing: border-box;
}


/*BOUTON*/

.wp-block-button__link {
    transition: 0.5s all ease;
}

.wp-block-button__link:hover {
    box-shadow: inset 0px 0px 0 5em #00000022;
}

/*Disable link checker on button*/
.doc-link span.size,
.pdf-link span.size{
    display: none;
}


/*PRE*/

pre.wp-block-code {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    font-size: 0.8em;
    background: rgba(255, 255, 255, 0.2);
    outline-color: #ffffffa1;
    outline-offset: -5px;
    outline-style: dashed;
    outline-width: 1px;
    margin: 2em 10px;
    max-width: 100%;
    box-sizing: border-box;
    white-space: pre-wrap;
    text-align: left;
}


/*TABLEAU*/

.wp-block-table th,
.wp-block-table td {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 2px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2px !important;
    line-height: 120% !important;
    width: inherit !important;
}

.wp-block-table tbody,
.wp-block-table tfoot {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: inherit;
}

.wp-block-table,
.wp-block-table tr {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    line-height: 100% !important;
    display: inline-flex !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: inherit;
    color: initial;
}


/*GALLERY*/

.wp-block-gallery {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    line-height: 100% !important;
}

.wp-block-gallery .blocks-gallery-item {
    margin-left: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    line-height: 100% !important;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box;
}

.wp-block-gallery .blocks-gallery-item:before {
    content: none;
}

.wp-block-gallery .blocks-gallery-item a {
    display: contents;
}

.wp-block-gallery .blocks-gallery-item a img {
    margin: 0 !important;
    padding: 0 !important;
}


/*MEDIA TEXT*/

.tc_content .wp-block-media-text {
    align-items: stretch;
}

.tc_content .wp-block-media-text>figure>img,
.tc_content .wp-block-media-text>figure>video {
    object-fit: cover;
    height: 100%;
    max-width: unset !important;
}


/*EMBARQUE*/

.wp-block-embed iframe {
    width: 100%;
    min-height: 450px;
}


/*CITATION/BLOCQUOTE*/

.wp-block-quote {
    border-top: 2px solid #777;
    border-bottom: 1px dashed #6f6f6f;
    margin: 2em 10px !important;
    padding: 0.9em 40px !important;
    quotes: "\201C""\201D""\2018""\2019";
    color: #ccc;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

.wp-block-quote cite {
    display: block;
    text-align: right;
}

.wp-block-quote.is-style-large {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.wp-block-quote:before {
    color: #ccc;
    content: open-quote;
    font-size: 90px;
    position: absolute;
    top: 30px;
    left: 5px;
}

.wp-block-quote p {
    display: flow-root;
    color: #fff;
    margin-bottom: 0.5em;
}


/*SEPARATOR*/

hr.wp-block-separator {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-bottom-width: 1px;
    border-style: inset;
    width: 200px;
    margin: 1em auto;
}

hr.wp-block-separator:after {
    display: none !important;
}

hr.wp-block-separator.is-style-wide {
    width: 100%;
}
