.wrap .form-all-import .form-section{
    border: 1px solid #ddd; /* Ajouter une bordure autour du formulaire */
    padding: 40px; /* Ajouter du padding */
    background-color: #f9f9f9; /* Changer la couleur de fond */
}

#ehf-options-form {
    padding: 50px !important;
}
.form-table tr > th {
    display: none !important;
}
.form-section input[type=text] {
    border: none !important;
    border-bottom: 1px solid #9c9c9c  !important;
    border-radius: 0px;
    padding: 10px 20px;
    width: 100% !important;
    box-shadow: 0 3px 30px #f4f4f4;
    color: #000;
    background-color: #f9f9f9 !important;
    max-width: 100% !important;
}
.form-field-wrapper {
    margin-bottom: 20px;
}
.form-section .form-field-wrapper{
    width: 50%;
    flex: 0 0 calc(50% - 15px);
}
.form-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.form-section .form-field-wrapper legend {
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

.form-field.wrapper .option{
    background: #f9f9f9;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 15px 40px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
  }
  .form-field.wrapper .option input{
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
  }
  .form-field.wrapper .option input::before{
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
  }
  #option-1:checked:checked ~ .option-1,
  #option-2:checked:checked ~ .option-2{
    border-color: #0069d9;
    background: #0069d9;
  }
  #option-1:checked:checked ~ .option-1 input,
  #option-2:checked:checked ~ .option-2 input{
    background: #fff;
  }
  #option-1:checked:checked ~ .option-1 input::before,
  #option-2:checked:checked ~ .option-2 input::before{
    opacity: 1;
    transform: scale(1);
  }
  .form-field.wrapper .option span{
    font-size: 20px;
    color: #808080;
  }
  #option-1:checked:checked ~ .option-1 span,
  #option-2:checked:checked ~ .option-2 span{
    color: #fff;
  }
  .hébergement .form-field, .identificationlégalesdelentreprise .form-field.wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    margin-left: 10px;
  }
  input[type=radio] {
    margin: 0px !important;
  }
  /* Cacher l'input radio */
input[type="radio"] {
    display: none;
}

/* Ajouter une bordure rouge au label lorsque l'input est sélectionné */
input[type="radio"]:checked + span::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid #00A5BD;
    pointer-events: none; /* Assure que le border ne bloque pas les interactions */
}

/* Assurer que le label est positionné correctement */
label {
    position: relative;
    display: inline-block;
    padding: 5px; /* Optionnel : ajuster le padding pour mieux voir la bordure */
}

.form-section h2 {
    margin-bottom: 0px !important;
    width: 100% !important;
    margin-top: 0px !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}
.form-section {
margin-bottom: 70px !important;
}
#export-button, #hidden-save-button {
    display: inline-flex;
    align-items: center;
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 600;
    background-color: #00A5BD;
    color: #fff;
    border-color: #00A5BD;
    transition: 0.3s ease-in-out;
    box-shadow: none;
    overflow: hidden !important;
    border-style: solid;
}
#ehf-export-result-content > a {
  display: inline-flex;
    align-items: center;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    background-color: #00A5BD;
    color: #fff;
    border-color: #00A5BD;
    transition: 0.3s ease-in-out;
    box-shadow: none;
    overflow: hidden !important;
    border-style: solid;
    margin-top: 20px;
}
#export-button:hover, #hidden-save-button:hover, #ehf-export-result-content > a:hover {
    background-color: #fff;
    color: #00A5BD;
    border-color: #00A5BD;
    cursor: pointer;
}
.form-section input[type=text]:focus {
    border-color: #00A5BD !important;
}

.importpret .success-animation { 
  margin-bottom: 50px;
}
.checkmark.successvg {
  width: 70px !important;
  height: 70px !important;
}
.importpret .checkmark, .successvg.checkmark{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #00A5BD;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #00A5BD;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.importpret .checkmark__circle{
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #00A5BD;
    fill: #F0F0F1;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}
.successvg .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #00A5BD;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.importpret .checkmark__check, .successvg .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #00A5BD;
    }
}
.importpret {
  top: 0px;
  width: 100%;
  left: 0px;
  text-align: center;
  height: 100vh;
  margin-top: 0px;
  align-items: center;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
#ehf-export-form {
  display: none;
}
#ehf-close-modal {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #00A5BD;
  color: #fff;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  height: 40px;
  width: 40px;
  justify-content: center;
}
.pagemanquebloc {
  display: flex;
  align-items: center;
}
.pagemanquebloc svg {
  margin-right: 10px;
}
#wpbody-content {
  padding-bottom: 0px !important;
  position: relative;
}
#wpcontent {
  padding-left: 0px !important;
}
.wrap {
  margin: 0px !important;
}
.wrap.modal-open:after {
content: "";
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.3;
display: block;
position: absolute;
    top: 0;
    left: 0;
}
.wrap.modal-open {
  filter: blur(2px);
  pointer-events: none;
  opacity: 0.7;
}
.wrap {
  transition: filter 0.3s ease, opacity 0.3s ease;
}
#ehf-export-result-content > svg {color:red}
/* === Confirm Failed || SVG Animation === */
/* 355.29 || Length */
.open .circle{animation: circle 1.5s linear forwards; }
/* 61 || Length */
.open .line1{animation: line1 1.5s linear 0.4s forwards;}
/* 61 || Length */
.open .line2{animation:  line2 1.5s linear 0.5s forwards;}
@keyframes circle {
  50%,100% {stroke-dashoffset: 0; }
  80%,81%{opacity:1;}
  81%,100%{opacity:1;} 
}
@keyframes line1 {
  10%,100% {stroke-dashoffset:0;}
  52%,53%{opacity: 1}
  53%,100%{opacity:1}
}
@keyframes line2 {
  10%,100% {stroke-dashoffset:0;}
  46%,47%{opacity: 1}
  47%,100%{opacity:1}
}

#ehf-export-result-content {
  text-align: center;
}
#ehf-export-result-content > svg {
  margin-bottom: 30px;
}
.succesmessage {
  display: block;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}