/* Layout carte */
.ccx-carte-wrap { position: relative; max-width: 1100px; margin: 0 auto; }
.ccx-carte svg { width: 100%; height: auto; display: block; }

/* Départements : couleur permanente (remplie en JS), hover = contour uniquement */
.ccx-dept { stroke: #fff; stroke-width: 0.4; transition: stroke .15s ease, stroke-width .15s ease; cursor: pointer; }
.ccx-dept.is-hover { stroke: #fff; stroke-width: 0.4; }
.ccx-dept:focus {border:none;outline: none;box-shadow: none;}

/* Labels département (générés en JS) */
.ccx-label { font: 600 11px/1 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif; pointer-events: none; user-select: none; fill: #000; text-anchor: middle; dominant-baseline: central; }

/* Label IDF regroupé */
.ccx-label-idf { font: 700 12px/1 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif; fill: #111; text-anchor: middle; dominant-baseline: central; }

/* Sidebar (panneau latéral) */
.ccx-sidebar__head { height: 8px; background: var(--ccx-color, #bcd0ff); margin-bottom: 16px; }
.ccx-commercial { display: flex; gap: 0px; align-items: flex-start; margin-bottom: 16px;flex-direction: column;width: 35%;position: absolute;left: 20px;}
.ccx-commercial__media { width:60px; height:60px; border-radius: 48px; overflow: hidden;border: 3px solid #c5c5c5;box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25); }
.ccx-commercial__photo { width: 100%; height: 100%!important; object-fit: cover; }
.ccx-commercial__name { margin: 0;color: #fff;font-size: 16px;font-weight: bold; }
.ccx-commercial__role { margin: 4px 0 8px; color: #fff;font-size: 16px;font-weight: 500;line-height: 1.2em;}
.ccx-commercial__contact a:hover { text-decoration: underline; }
.ccx-commercial__intro {color:#fff;font-size:14px;line-height:1.4em;}
.ccx-commercial__intro img {margin-top:10px;}
.ccx-sidebar {display: flex;align-items: flex-start;justify-content: flex-end;}
.ccx-form {width: 100%;}
.ccx-commercial__phone {color:#ffffff!important;text-decoration:none!important;}
.ccx-commercial__contact {margin-bottom:10px}

/* Cache la Corse (2A/2B) */
.ccx-dept[data-dept="2A"],
.ccx-dept[data-dept="2B"],
.ccx-label[data-dept="2A"],
.ccx-label[data-dept="2B"] { display: none !important; }

/*FORUMLAIRE*/
#gform_fields_1 {row-gap:5px;justify-items: end;}
.half {width:50%;}
#gform_fields_1 input, #gform_fields_1 textarea {border-radius: 5px;border: 1px solid #d9d9d9;height: 36px;}
.colorBlanc {color:#ffffff;line-height: 1.1em;}
.fullField {width:100%;}
#gform_fields_1 .gfield--type-consent input {width: 21px;height: 21px;border: 0;border-radius: 0;}
#gform_fields_1 .gfield--type-consent label {color:#ffffff;font-size:12px;font-weight:bold;margin-top: 3px;}
#gform_1 .gform_footer {justify-content: flex-end;}
#gform_1 .gform_footer input {width:50%;background:#002843;font-weight:bold;font-size:16px;text-transform:uppercase;border-radius:0;padding: 10px;border-radius:5px;}
#gform_1 .gform_footer input:hover {
	background:#ea504b;
}
#gform_wrapper_1 .gform_heading {display:none;}
#gform_confirmation_wrapper_1 {float: right;width:50%;color:#fff}
#gform_fields_1 textarea {height:90px;}

/* Croix de fermeture (enfant direct de #commercialForm) */
#commercialForm .ccx-close{
  position: absolute;
  top:-40px;
  right: -10px;
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #EA5048;
  cursor: pointer;
  z-index: 5;
	background:transparent;
	border:0;
}