/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.4.0.1713256350
Updated: 2024-04-16 10:32:30

*/

.wsf-field-wrapper[data-type="checkbox"]>div{
	display:flex;
	gap: 20px;
}

.wsf-form input[type="text"], .wsf-form textarea{
	padding: 7px 14px !important;
}

/* Quand le radio est checked, on inverse l'image du label associé */
.wsf-form .image-reverse div[role="radiogroup"] > div.wsf-inline > input[type="radio"]:checked + label.wsf-label > img{
  filter: invert(1);
}






/* Conteneur global (rappel) */
#wsf-1-field-wrapper-43 .wsf-summary{
  background-color: #EFEAE5;
  border-radius: 15px;
  padding: 16px;
  box-sizing: border-box;
}

/* Ligne du résumé */
#wsf-1-field-wrapper-43 .wsf-summary-field-wrapper{
  margin-bottom: 12px;
}

/* Titre */
#wsf-1-field-wrapper-43 dt.wsf-summary-field-label{
  font-size: 16px;
  font-weight: 600;
  color: #8A8A8A;
  margin-bottom: 6px;
}

/* Réponse dans un encart blanc */
#wsf-1-field-wrapper-43 dd.wsf-summary-field-value{
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 400;
  color: #8A8A8A;
  margin: 0; /* important pour éviter les décalages */
}


 /* Titre "Résumé :" au-dessus du bloc */
#wsf-1-field-wrapper-43 .wsf-summary::before{
  content: "Résumé :";
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #253646;
}

