/* ASSISTANCE WORDPRESS */
.pmw-hero-form .pmw-grid > p {
  margin-bottom: 0.5em;
}

.pmw-grid {
	margin-bottom: 0px !important;
}
.texte {
font-size: 1.2rem;
line-height: 1.4;
font-weight: 400;
padding-bottom: 1.2rem;
max-width: 760px;
}
/*HERO*/
.hero-video-bg {
    clip-path: border-box;
}
.hero-content {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr;
  gap: clamp(32px, 5vw, 50px);
  margin: 0 auto;
}

.pmw-hero-form{
  max-width: 490px;
  padding: 22px;
  border-radius: 26px;
  background: rgba(255,255,255,0.86);
}
@media (min-width: 1101px) {
.pmw-hero-form {
  margin-top: 90px;
}
.texte {
width: 90%;
}
}
@media (max-width: 970px) {
.pmw-hero-form {
  margin: auto;
}
.gb-element-8de9a4ec {
margin-top: -180px;
}
}
.pmw-field{
  width: 100%;
}
.pmw-hero-form input[type="text"],
.pmw-hero-form input[type="email"],
.pmw-hero-form input[type="tel"],
.pmw-hero-form textarea{
  width: 100%;
  height: 40px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid #0f7365;
  background: rgba(255,255,255,0.96);
  font-size: 14px;
  transition: all .2s ease;
}
.pmw-hero-form textarea{
  height: auto;
  min-height: 60px;
  padding: 10px 14px;
  resize: none;
}
.pmw-hero-form input:focus,
.pmw-hero-form textarea:focus{
  outline: none;
  border-color: #1fbaa5;
  box-shadow: 0 0 0 3px rgba(31,186,165,0.15);
}
.pmw-hero-form ::placeholder{
  color: #999;
	font-size: 13px;
}
.pmw-checkbox-inline {
  gap: 5px 16px;
  font-size: 14px;
  margin-bottom: -30px;
	text-align:center;
}
.pmw-checkbox-inline label{
  font-weight: 500;
  opacity: .85;
	color: black;
}
.pmw-checkbox-inline input[type="checkbox"]{
  accent-color: #1fbaa5;
}
.pmw-textarea{
  margin-bottom: 14px;
}
.pmw-submit input[type="submit"]{
  width: 100%;
  height: 50px;
  border-radius: 30px;
  border: none;
  background: linear-gradient(135deg,#1fbaa5,#169d8a);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .2px;
  cursor: pointer;
  transition: all .25s ease;
}
.pmw-submit input[type="submit"]:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 35px rgba(31,186,165,.45);
	
}

.pmw-form-reassurance{
  margin-top: 0px;
  font-size: 12px;
  opacity: .7;
	color: black;
  text-align: center;
}
.pmw-form-social-pill{
  display: inline-block;
  font-size: 14px;
    font-weight: 600;
    padding: 0px 8px 20px 8px;
    border-radius: 20px;
    background: rgb(31 185 186 / 12%);
    color: #2476b9;
    margin: 0 auto 16px;
  text-align: center;
}
.pmw-textarea-title{
  font-size: 15px;
	text-align: center;
margin-top: -20px !important;
  font-weight: 600;
  margin: 6px 0 6px;
  color: rgba(0,0,0,0.75);
}
.pmw-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  margin-bottom: 0px;
}
@media (max-width:768px) {
	.pmw-hero-form {
		padding: 10px;
	}
}

/*movil*/

@media (max-width: 970px) {
  .hero-content {
    grid-template-columns: 1fr;
  }

  .hero-content .right {
    margin-top: 32px;
  }
}

#pmw-cf7-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#pmw-cf7-popup.is-visible {
  display: flex;
}

#pmw-cf7-popup .pmw-popup-box {
  background: #ffffff;
  color: #222;
  max-width: 480px;
  width: calc(100% - 32px);
  padding: 28px 32px;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
  text-align: center;
  animation: pmwPop .25s ease-out;
}

#pmw-cf7-popup.success .pmw-popup-box {
  border-top: 6px solid #1fbaa5;
}

#pmw-cf7-popup.error .pmw-popup-box {
  border-top: 6px solid #e24c4c;
}

#pmw-cf7-popup p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

#pmw-cf7-popup button {
  margin-top: 18px;
  padding: 10px 22px;
  border-radius: 999px;
  border: none;
  background: #1fbaa5;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.wpcf7-response-output {
  display: block;
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.wpcf7-mail-sent-ok {
  background: rgba(31,186,165,0.15);
  border: 1px solid rgba(31,186,165,0.6);
  color: #ffffff;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: rgba(220,53,69,0.15);
  border: 1px solid rgba(220,53,69,0.6);
  color: #ffffff;
}
.wpcf7-response-output ul {
  display: none !important;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: #ff9b9b !important;
  box-shadow: 0 0 0 2px rgba(255,155,155,0.25);
}
.wpcf7-form-control-wrap {
  display: block;
}

.pmw-form span.wpcf7-form-control-wrap {
  display: block;
}
.pmw-form p {
  margin: 0;
}
/* Supprimer les <p> vides générés par CF7 */
.wpcf7-form p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

@keyframes pmwPop {
  from { transform: translateY(12px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

.hero-cta-meta {
  margin: 0px 0 42px;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
}
.hero-pre-cta {
  margin: 20px 0 12px;
  font-size: 16px;
  color: rgba(255,255,255,0.85);
}

/*AVIS*/
.strong-view.controls-type-sides-outside {
	padding-top: 40px !important;
}
.pmw-reviews__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #475569;
}

.pmw-reviews__rating .stars {
  color: #f6b100;
  letter-spacing: 2px;
}

.pmw-reviews__rating strong {
  color: #0f172a;
}
#centre {
	text-align: center;
margin: auto;
margin-bottom: 35px;
display: block;
max-width: 290px;
}
.avis {
	margin-top: 50px !important;
}

#sce-unique .sousligne {
  position: relative;
  display: inline-block;
  font-weight: 700;
  overflow: visible;
}
/* Soulignage */
#sce-unique .sousligne::after {
  content: "";
  position: absolute;
  left: -7%;
  bottom: -4px;
  width: 112%;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8 Q100 16 195 8' stroke='%2364e980' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3Cpath d='M10 14 Q100 22 190 14' stroke='%2348c6ef' stroke-width='3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

#sce-unique {
	text-align: left;
	font-weight:900;
	margin:0;
	font-size: 2.7rem;
  line-height: 1.2;
  max-width: 900px;
  text-transform: uppercase;
  color: rgba(1, 21, 43, 0.8);
}

@media (max-width: 435px) {
    .cta::before {
        left: -30%;
    }
    }

@media (max-width: 589px) {
  #sce-unique {
font-size: 1.7rem;
}
.hero-content {
		gap: 0 !important;
		display: block;
	}
}

@media (min-width: 590px) and (max-width: 790px) {
  #sce-unique {
font-size: 2.2rem;
}
}

@media (min-width: 791px) and (max-width: 904px) {
  #sce-unique {
font-size: 2.4rem;
}
}