.hp__form-footer {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 16px;
color: #B0AFA9;
text-align: center;

    margin-top: 7px;
}:root {
    --color-brand: #ea5b10;
    --color-brand-hover: #cf4f0d;
    --color-text-main: #1a1a1a;
    --color-text-muted: #666666;
    --color-border: #e0e0e0;
    --font-main: 'Arial', sans-serif;
}
.gfield_required.gfield_required_text{
	display: none !important;
}
.block-hero-region {
    width: 100%;
   padding: 80px;
}
.hrf__container {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
flex-direction: row;
align-items: center;gap: 127px;    justify-content: space-evenly;
}

.hrf__content{
	
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 32px;
width: 541px;
height:500px;
}

/* --- COLONNE GAUCHE --- */
.hrf__title {
width: 541px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 110%;
color: #111111;
}

.hrf__title-brand {
    color: rgba(249, 100, 53, 1);
}

.hrf__desc {
width: 541px;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
display: flex;
align-items: center;
color: #5A5A5A;
}

/* Bouton Outline */
.hrf__btn-outline {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 20px;
gap: 10px;
width: 183px;
height: 57px;
background: #FFFFFF;
border: 1px solid #111111;
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 15px;
letter-spacing: 0.42px;
text-transform: uppercase;
color: #111111;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .hrf__btn-outline {
        width: auto;
    }
}

.hrf__btn-outline:hover {
    background-color: var(--color-text-main);
    color: #ffffff;
}
.hrf__form-wrapper{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0px;
gap: 10px;
width: 372.34px;
}
/* --- COLONNE DROITE : CARTE FORMULAIRE --- */
.hrf__form-card {
  background: #FFFFFF;
border: 1px solid #EAEAE5;
box-shadow: 0px 18px 44px rgba(0, 0, 0, 0.1);
border-radius: 18px;
    padding: 29px;
}

.hrf__form-header { margin-bottom: 23px; }

.hrf__form-tag {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 11px;
line-height: 13px;
letter-spacing: 1.1px;
text-transform: uppercase;
color: #EA5B0C;
    margin-bottom: 10px;
display: flex;
flex-direction: row;
align-items: center;
padding: 0px;
gap: 7px;
}

.hrf__tag-dot {
width: 6px;
height: 6px;

background: #EA5B0C;
border-radius: 2px;
}

.hrf__form-title {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 23px;
line-height: 28px;
color: #111111;
    margin: 0 0 10px 0;
}

.hrf__form-desc {
   font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 20px;
color: #9A9A95;

    margin: 0;
}

/* --- OVERRIDE GRAVITY FORMS NATIVE CSS --- */
.hrf__gf-container .gform_wrapper {
    margin: 0 !important;
}

.hrf__gf-container .gform_fields {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
}

.hrf__gf-container .gfield--width-full,
.hrf__gf-container .gfield[class*="span-12"] {
    grid-column: 1 / -1;
}

.hrf__gf-container .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

.hrf__gf-container .gfield_label {
 font-family: 'Inter' !important;
font-style: normal !important;
font-weight: 700 !important;
font-size: 12px !important;
line-height: 15px !important;
color: #3A3A3A !important;
    margin-bottom: 6px !important;
}

.hrf__gf-container input[type="text"],
.hrf__gf-container input[type="email"],
.hrf__gf-container input[type="tel"],
.hrf__gf-container select,
.hrf__gf-container textarea {
    width: 100% !important;
	background: #FFFFFF!important;
	border: 1px solid #E4E4DF!important;
	border-radius: 10px!important;
	font-family: 'Inter'!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-size: 14px!important;
	line-height: 17px!important;
	color: #757575!important;
	padding: 13.5px 15px!important;
    box-shadow: none !important;
    outline: none !important;
    transition: border-color 0.3s ease !important;
    appearance: none; /* Enlève le style natif du select */
}

.hrf__gf-container input[type="text"],
.hrf__gf-container input[type="email"],
.hrf__gf-container input[type="tel"],
.hrf__gf-container select {
	height: 44px!important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 13.5px 15px!important;
}


.hrf__gf-container select {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ea5b10' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
}

.hrf__gf-container input:focus,
.hrf__gf-container select:focus,
.hrf__gf-container textarea:focus {
    border-color: var(--color-brand) !important;
}

.hrf__gf-container .gform_footer {
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    text-align: left !important;
}

.hrf__gf-container input[type="submit"],
.hrf__gf-container button.gform_button {
    width: 100% !important;
	display: flex!important;
	flex-direction: row!important;
	justify-content: center!important;
	align-items: center!important;
	padding: 20px!important;
	gap: 10px!important;
	height: 59px!important;
	background: #EA5B0C!important;
	font-family: 'Open Sans'!important;
font-style: normal!important;
font-weight: 700!important;
font-size: 11px!important;
line-height: 15px!important;
text-align: center!important;
letter-spacing: 0.42px!important;
text-transform: uppercase!important;
color: #FFFFFF!important;
border: none!important;
    cursor: pointer !important;
	margin: 0!important;
	
    transition: background-color 0.3s ease !important;
    /* Remplacement du texte via ::after géré plus bas ou par un background si GF limite le pseudo-element sur un input */
}

.hrf__gf-container input[type="submit"]:hover,
.hrf__gf-container button.gform_button:hover {
    background-color: var(--color-brand-hover) !important;
}

.hrf__gf-container .gfield_description { display: none !important; }

/* --- Footer du formulaire --- */
.hrf__form-footer {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 11px;
line-height: 16px;
color: #B0AFA9;
text-align: center;

    margin-top: 7px;
}
.gfield_required.gfield_required_text{
	display: none !important;
}@media (max-width: 50em) {
.hrf__content {
    width: 100%;
    height: auto;
	
}

.hrf__title,
.hrf__desc,
.hrf__media,
.hrf__container,
.hrf__form-wrapper,
.hrf__btn-outline{
	width: 90%;
}
 
.block-hero-region {
  padding: 0px 24px 60px;
}
.hrf__container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
       

gap: 50px;
isolation: isolate;
width: 100%;
height: auto;
}
.hrf__image-wrapper img{

width: 100%;
height: 220px;


}
.hrf__title{
font-size: 28px;
line-height: 38px;

}
}