/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.grecaptcha-badge{
	display:none !important
}

.gdjustify,p{
    text-align: justify !important;
	padding: 0.5rem;
}
:where(.wp-block-columns.has-background) {
    padding: 1.25em 0.5em;
}
.wc-block-featured-product .wc-block-featured-product__background-image,.dgobjectfitcontains {
    object-fit: contain !important;
}
.ct-media-container img, .ct-media-container picture {
    object-fit: contain !important;
}
/**
 * L'icone connection dans le menu
 */
.gd-media-container{
    display: inline-flex;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    isolation: isolate;
    vertical-align: middle;
    align-items: center;
    font-weight: 500;
}

/** sinon les formulaires sont collés aux bordures sur mobile*/
.woocommerce-MyAccount-content {
 /*   margin: 1rem;*/
}
/** espaces aussi pour les affichaes des détails de produits et main */
body, p, h1, h2, h3, h4, h5, h6, em, ol, ul, li, tr, th, td, dl, ins, sub, sup, big, cite, form, small, label, table, figure, button, legend, strike, address, caption, fieldset, blockquote,.summary {
    margin: 0 1rem;
}
.wc-tabs-wrapper {
    margin: 0 1rem;
}
#main-container .site-main {
    margin: 0 1rem;
}

/* pour forcer l'alignement de la ligne de quizz à gauche sinon elle est étirée en justify*/
.wpcf7 label:not(.wpcf7-form-control-wrap) {
    text-align: left;
}