

/* ***********************************************************************************************************|
                                                   Process                            |
**************************************************************************************************************/
.service-option.hidden-service {
    display: none;
}

/* Animation pour l'icône */
.primary-btn .btn-icon {
    transition: transform 0.3s ease;
}

.primary-btn.active .btn-icon {
    transform: rotate(180deg);
}

/* Masquer les services au-delà de 15 */
.service-option.hidden-service {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
}

/* État visible avec transition */
.service-option {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.service-option.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Animation pour l'icône */
.primary-btn .btn-icon {
    transition: transform 0.3s ease;
}

.primary-btn.active .btn-icon {
    transform: rotate(180deg);
}

section.wrapper-process {
    padding: 50px 0 50px;
    position: relative;
    background-image: url(../images/bg/bg-process.jpg);
    background-size: cover;
}

.process.container {
    width: 1250px;
}

.wrap-process {
    background-repeat: no-repeat;
    background-size: 70% auto;
    position: relative;
    align-content: flex-start;
    margin-top: 50px;
    align-items: unset;
}

.content-item-process {
    width: 20%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.num-process {
    color: #fff;
    font-family: 'League Spartan', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.item-process {
    width: 20%;
    padding: 0 15px;
    position: relative;
}

.content-item-process:nth-child(2n) .item-process {
    margin-top: 0px;
    transform: translateY(40px);
}

.wrap-item-process {
}

.circle-image {
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.circle-image svg {
    transform: rotate(30deg);
    transition: all 0.4s;
    opacity: 70%;
}

.text-right {
  font-size: 17px;
}
.count-chiffres small {
  font-size: 24px;
}

.circle-image svg path:nth-child(1), 
.circle-image svg path:nth-child(2),
.circle-image svg path:nth-child(4) {
    fill: var(--second-color);
}

.process-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 140px;
    width: 140px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.process-icon img {
    width: 60px;
    /* filter: grayscale(100%); */
}

.wrap-item-process:hover .process-icon img {
    /*transform: rotateY(360deg);*/
}

.process--meta {
    text-align: center;
}

h4.process--title {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

p.process--text {
    margin: 0 0 20px 0;
    /*! font-family: 'Roboto',sans-serif; */
    font-size: 15px;
    line-height: 22px;
    color: #444;
    font-weight: 400;
    padding-top: 7px;
}

.item-process:nth-child(2) .circle-image svg, .item-process:nth-child(4) .circle-image svg {
    width: 160px;
    height: 160px;
}

.item-process:nth-child(2) .process-icon, .item-process:nth-child(4) .process-icon {
    width: 120px;
    height: 120px;
}

.primary-btn.btn-btn-process1 {
  margin-right: 15px;
}
.primary-btn.btn-btn-process2 {
  color: var(--primary-color);
  background: white;
}
.primary-btn.btn-btn-process2 svg {
  fill: var(--primary-color);
}
.primary-btn.btn-btn-process2:hover {
  color: white;
}
.primary-btn.btn-btn-process2:hover svg {
  fill: white;
}
.chiffre-item-guide {
  font-size: 86px;
  font-weight: 700;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--clr-theme-2);
  line-height: 1.6;
  -webkit-text-stroke: 1px var(--second-color);
  position: absolute;
  z-index: 2;
  left: 10%;
  top: -24%;
  opacity: 0.4;
}
.process .section-title {
  margin-bottom: 90px;
}

.bg-process.has-animation {}

ul.shape-point {}

li.start-point {
    position: absolute;
    z-index: 1;
    top: -0.437rem;
    left: 13px;
    color: var(--primary-color);
}

.opacity-animation.transition-50.transition-delay-10 {
    opacity: 1;
    visibility: visible;
    transition: cubic-bezier(0,1,1,1) 0.5s,opacity 0.3s;
}

li.end-point {
    position: absolute;
    z-index: 1;
    top: 6px;
    right: 28px;
}

.opacity-animation.transition-50.transition-delay-4000 {
    opacity: 1;
    visibility: visible;
    transition-delay: 4s;
    transition: cubic-bezier(0,1,1,1) 0.5s,opacity 0.3s;
    color: var(--primary-color);
}

.bg-process.has-animation svg {
    position: absolute;
    top: 6px;
    left: 23px;
    right: 0;
    width: 1300px !important;
    object-fit: cover;
}

.bg-process svg path {
    /* stroke: #c6942a; */
    /* opacity: 20%; */
    /* stroke-dasharray: 1300; */
    /* stroke-dashoffset: 1300; */
    /* animation: dash_animation 4s linear forwards; */
    width: 1300px;
}

.content-elmt-process {
    position: relative;
}
.process .title-filigrane {
  color: #808080de;
}

.bg-process svg path:nth-child(1) {
    stroke: var(--black-color);
    /* opacity: 20%; */
    /*! stroke-dasharray: 1300; */
    /*! stroke-dashoffset: 1300; */
    animation: dash_animation 4s linear forwards;
}

.bg-process svg path:nth-child(2) {
    /* stroke: #F6F6F6; */
    stroke: #034c76;
    /* stroke-dasharray: 4; */
}

.wrap-item-process:hover svg {
    /*! fill: #fa360a; */
    opacity: 100%;
    transform: rotate(0deg);
}
.wrap-item-process:hover .circle-image svg path:nth-child(1), 
.wrap-item-process:hover .circle-image svg path:nth-child(2), 
.wrap-item-process:hover .circle-image svg path:nth-child(4) {
    fill: var(--primary-color);
}

.wrap-item-process:hover  .process-icon img {
    filter: grayscale(0);
}


/* ***********************************************************************************************************|
                                                   About                            |
**************************************************************************************************************/


.wrapper-formulaire {
    position: relative;
    padding: 60px 0;
    background-color: #01436605;
}

.form-wrapper {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.form-main {
    width: 72%;
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.section-title.formulaire {
    margin-bottom: 20px;
}

.section-title.formulaire .main-title {
    font-size: 28px;
    line-height: 28px;
}


.form-header p {
    color: #6b7280;
    font-size: 15px;
}

.form-section-title {
        font-weight: 700;
        font-size: 22px;
        color: var(--primary-color);
        margin-top: 20px;
        margin-bottom: 10px;
        line-height: 25px;
        padding-left: 10px;
        border-left: 4px solid var(--primary-color);
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    color: #374151;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.required {
    color: #ef4444;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    transition: all 0.3s;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

textarea {
    resize: vertical;
    min-height: 120px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.service-option {
    position: relative;
    width: 32%;
}

.service-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.service-label {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    background: white;
}

.service-option input[type="radio"]:checked + .service-label {
    border-color: #2563eb;
    background: #eff6ff;
}

.service-icon {
    font-size: 24px;
    color: var(--primary-color);
}

.service-name {
    font-weight: 600;
    color: #1f2937;
    font-size: 14px;
}

.urgency-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.urgency-option {
    position: relative;
}

.urgency-option input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.urgency-label {
    display: block;
    padding: 15px;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: white;
}

.urgency-option input[type="radio"]:checked + .urgency-label {
    border-color: #2563eb;
    background: #eff6ff;
}

.urgency-label strong {
    display: block;
    color: #1f2937;
    margin-bottom: 5px;
    font-size: 14px;
}

.urgency-label small {
    color: #6b7280;
    font-size: 12px;
}

.file-upload-area {
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.3s;
}

.file-upload-area:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.file-upload-area input[type="file"] {
    display: none;
}

.upload-icon {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 40px;
}

.upload-text {
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 5px;
}

.upload-hint {
    color: #6b7280;
    font-size: 13px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.checkbox-group input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    cursor: pointer;
}

.checkbox-group label {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 20px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(37, 99, 235, 0.3);
}

/* Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 25%;
}

.info-card {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.info-card h3 {
    color: #1f2937;
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.info-list {
    list-style: none;
}

.info-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f3f4f6;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4b5563;
    font-size: 14px;
}

.info-list li:last-child {
    border-bottom: none;
}

.info-list li span {
    color: #2563eb;
}

.contact-card {
    background-color: var(--second-color);
    color: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.contact-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.contact-card p {
    margin-bottom: 20px;
    opacity: 0.95;
    font-size: 14px;
}

.contact-info {
    background: rgba(255,255,255,0.15);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.contact-info span {
    margin-right: 8px;
}
.formulaire-btn {
    display: flex;
    justify-content: center;
}
.formulaire-btn button {
    width: 100%;
}

.contact-info a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
}



.plus-de-services {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  margin-bottom: 20px;
}
.plus-de-services a {
  font-size: 11px;
  padding: 2px 11px;
}
.plus-de-services .primary-btn i {
  width: 17px;
  height: 17px;
  font-size: 8px;
  border: 1px solid;
}
.file-upload-area {
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-area.has-files {
    border-color: #22c55e;
    background-color: #f0fdf4;
}

.file-upload-area.dragover {
    border-color: #FE5514;
    background-color: #fff7ed;
    transform: scale(1.02);
}

.image-previews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
    padding: 15px;
    background: #f9fafb;
    border-radius: 8px;
}

.preview-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.preview-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
}

.preview-name {
    font-size: 12px;
    color: #374151;
    text-align: center;
    word-break: break-word;
    max-width: 100%;
}

.preview-size {
    font-size: 11px;
    color: #6b7280;
}
