/* ====== Scope strict à CE formulaire ====== */
#exposant-form { 
  background:#F9FAFB;
  padding:30px;
  border-radius:16px;
  box-shadow:0 8px 20px rgba(0,0,0,.06);
  font-family:"Segoe UI",sans-serif;
}

/* Réinitialiser la mise en page CF7/Elementor dans ce bloc */
#exposant-form p{
  margin:0 0 16px;
  display:block;            /* évite les flex hérités */
}
#exposant-form label{
  display:block !important; /* forcer le block même si inline/flex dans le thème */
  font-weight:600;
  color:#7B1E22;            /* bordeaux */
  margin:0 0 8px;
}

/* La “wrap” CF7 entoure réellement l’input */
#exposant-form .wpcf7-form-control-wrap{
  display:block;
}

/* TOUS les champs CF7 dans ce bloc */
#exposant-form .wpcf7-form-control{
  width:100% !important;
  padding:12px 14px !important;
  border:2px solid #e5e7eb !important;
  border-radius:10px !important;
  background:#fff !important;
  font-size:15px !important;
  line-height:1.4 !important;
  box-shadow:none !important;
  margin:6px 0 18px !important;
  transition:border-color .2s, box-shadow .2s !important;
  -webkit-appearance:none; appearance:none;
}

/* Textarea hauteur mini */
#exposant-form textarea.wpcf7-form-control{
  min-height:120px;
  resize:vertical;
}

/* Input file plus discret */
#exposant-form input[type="file"].wpcf7-form-control{
  padding:6px 0 !important;
  border:none !important;
  background:transparent !important;
  margin:0 0 18px !important;
}

/* Focus accessible (anneau doré) */
#exposant-form .wpcf7-form-control:focus{
  outline:none !important;
  border-color:#D4AF37 !important;
  box-shadow:0 0 0 3px rgba(212,175,55,.20) !important;
}

/* Bouton envoyer */
#exposant-form input[type="submit"].wpcf7-form-control{
  background:#7B1E22 !important;
  color:#fff !important;
  border:none !important;
  border-radius:999px !important;
  padding:14px 28px !important;
  font-weight:700 !important;
  cursor:pointer !important;
  margin-top:6px !important;
  display:inline-block !important;
  width:auto !important;   /* ne pas prendre 100% pour le bouton */
  box-shadow:0 8px 18px -8px rgba(123,30,34,.45);
  transition:background .2s, transform .05s;
}
#exposant-form input[type="submit"].wpcf7-form-control:hover{ background:#691a1d !important; }
#exposant-form input[type="submit"].wpcf7-form-control:active{ transform:translateY(1px); }

/* Checkbox RGPD */
#exposant-form input[type="checkbox"]{ accent-color:#D4AF37; }

/* Placeholders */
#exposant-form ::placeholder{ color:#94a3b8; }


/*
Theme Name: Hub
Theme URI: https://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 5.0.3
License: GNU General Public License
License URI: license.txt
Text Domain: hub
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.wp-block-gallery {
	margin-bottom: 1em;
}

.blocks-gallery-caption {
	margin-top: 0;
}

/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/
.wp-block-button__link {
	--wp-btn-border-radius: 1.5em;
	border-radius: var(--wp-btn-border-radius);
	line-height: 1.35em;
}

.wp-block-button.is-style-squared .wp-block-button__link {
	--wp-btn-border-radius: 0;
}

/*--------------------------------------------------------------
Cover
--------------------------------------------------------------*/
.wp-block-cover.has-background-dim {
	color: #fff;
}

.wp-block-cover.has-background-dim a {
	color: inherit;
}

.wp-block-group.has-background,
.has-background {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
Blockquote
--------------------------------------------------------------*/
.wp-block-pullquote blockquote {
	border: none;
}