
/* RDELMAS CSS CODE */

.moduleBrochure.CL-theme b,
.moduleBrochure.CL-theme strong {
    color: #666699;
}

.moduleBrochure.CL-theme .form_rgpd label {
    color: #3B2A7F !important;
    font-weight: bold !important;
}

.moduleBrochure.CL-theme .resume-label {
    color: #3B2A7F !important;
}

.moduleBrochure.CL-theme .resume-texte {
    font-weight: bold !important;
    color: #3B2A7F !important;
}

.moduleBrochure.CL-theme #global_header #banner {
    background-color: #3B2A7F !important;
    font-family: 'Roboto';
    font-weight: normal;
}

.moduleBrochure.CL-theme #global_header #progress-bar .progress-item .progress {
    border-color: #CC3399 !important;
    background-color: #FFF !important;
    color: #CC3399 !important;
    line-height: 13px;
}

.moduleBrochure.CL-theme form .form-line .form-label,
.moduleBrochure.CL-theme #pageResume form .resume-part {
    color: #3B2A7F !important;
}

.moduleBrochure.CL-theme #pageResume form .resume-part .resume-number {
    border-color: #3B2A7F !important;
}

.moduleBrochure.CL-theme #global_header #progress-bar .progress-item.done .progress {
    background-color: #CC3399 !important;
    border-color: #CC3399 !important;
    color: #FFF !important;
}

.moduleBrochure.CL-theme #global_header #progress-bar .progress_text {
    color: #3B2A7F !important;
}

.moduleBrochure.CL-theme #global_header #progress-bar .progress-item.done:not(.focus) .progress.resume-goback:hover {
    background-color: #CC3399 !important;
    color: #FFF !important;
    border-color: #CC3399 !important;
}

.moduleBrochure.CL-theme #global_header #progress-bar .progress-item.focus .progress {
    background-color: #CC3399 !important;
    border-color: #CC3399 !important;
    color: #FFF !important;
}

.moduleBrochure.CL-theme #global_header #progress-bar .progress-item.focus .progress_text {
    color: #3B2A7F !important;
}

.moduleBrochure.CL-theme .resume-part .resume-number {
    font-family: 'Roboto';
    border-color: #3B2A7F !important;
}

.moduleBrochure.CL-theme button,
.moduleBrochure.CL-theme div.btn {
    background-color: #CC3399 !important;
    color: #FFF !important;
    font-family: 'Roboto';
    font-weight: normal;
    border-radius: 4px !important;
}

.moduleBrochure.CL-theme button:hover,
.moduleBrochure.CL-theme div.btn:hover {
    background-color: #3B2A7F !important;
    color: #FFF !important;
    border-radius: 4px !important;
}

.moduleBrochure.CL-theme button svg.svg-ges-formulaire-arrow-def-ctrl use,
.moduleBrochure.CL-theme div.btn svg.svg-ges-formulaire-arrow-def-ctrl use {
    fill: #fff;
}

/* Input field styles for moduleBrochure */
.moduleBrochure.CL-theme form .form-line .form-input input[type="text"],
.moduleBrochure.CL-theme form .form-line .form-input input[type="email"],
.moduleBrochure.CL-theme form .form-line .form-input input[type="tel"],
.moduleBrochure.CL-theme form .form-line .form-input input[type="number"],
.moduleBrochure.CL-theme form .form-line .form-input input[type="password"],
.moduleBrochure.CL-theme form .form-line .form-input input[type="url"],
.moduleBrochure.CL-theme form .form-line .form-input textarea,
.moduleBrochure.CL-theme form .form-line .form-input select {
    border: 1px solid #3B2A7F !important;
    background-color: #FFF !important;
    color: #3B2A7F !important;
    border-radius: 4px;
}

/* Focus state for inputs */
.moduleBrochure.CL-theme form .form-line .form-input input:focus,
.moduleBrochure.CL-theme form .form-line .form-input textarea:focus,
.moduleBrochure.CL-theme form .form-line .form-input select:focus {
    border-color: #CC3399 !important;
    background-color: #FFF !important;
    color: #3B2A7F !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(204, 51, 153, 0.1);
}

/* Disabled state for inputs */
.moduleBrochure.CL-theme form .form-line .form-input input:disabled,
.moduleBrochure.CL-theme form .form-line .form-input textarea:disabled,
.moduleBrochure.CL-theme form .form-line .form-input select:disabled {
    border-color: #3B2A7F !important;
    background-color: #EEF3FB !important;
    color: #3B2A7F !important;
}

/* Resume goback button styles */
.moduleBrochure.CL-theme form .resume-part .resume-goback {
    background-color: #FFF !important;
    border: 1px solid #3B2A7F !important;
    color: #3B2A7F !important;
}

.moduleBrochure.CL-theme form .resume-part .resume-goback:hover {
    background-color: #CC3399 !important;
    border-color: #CC3399 !important;
    color: #FFF !important;
}

/* Text and label colors */
.moduleBrochure.CL-theme form .form-line .form-label,
.moduleBrochure.CL-theme form .form-help,
.moduleBrochure.CL-theme form .form-description {
    color: #3B2A7F !important;
    font-weight: bold   !important;
}

/* Error messages */
.moduleBrochure.CL-theme form .form-error,
.moduleBrochure.CL-theme form .error-message {
    color: #CC3399 !important;
}

/* Required field asterisk */
.moduleBrochure.CL-theme form .required::after,
.moduleBrochure.CL-theme form .form-required {
    color: #3B2A7F !important;
}

.moduleBrochure form .info-box {
    border-bottom: solid 1px #666699;
}

.moduleBrochure form .extend-box {
    border-bottom: solid 1px #666699;
}

.moduleBrochure.CL-theme form .form-line .form-input.radio.radio-box .input-radio {
    border: solid 1px #3C3C3B;
    background-color: #f2f2f2;
    color: #3C3C3B;
}

.moduleBrochure.CL-theme form .form-line .form-input.radio.radio-box .input-radio:hover {
    background-color: #3C3C3B;
    color: #f2f2f2;
}

.moduleBrochure.CL-theme form .form-line .form-input.radio.radio-box .input-radio input[type='radio']:checked+label {
    color: #f2f2f2;
    background-color: #3C3C3B;
}

.moduleBrochure.CL-theme form .form-line .form-input svg.svg-ges-formulaire-arrow-def-ctrl use {
    fill: #3B2A7F !important;
}

.moduleBrochure.CL-theme form .resume-part .resume-goback svg.svg-ges-formulaire-goback-def-ctrl use {
    fill: #3B2A7F !important;
}

.moduleBrochure.CL-theme form .resume-part .resume-goback:hover svg.svg-ges-formulaire-goback-def-ctrl use {
    fill: #FFF !important;
}

.moduleBrochure form #pageResume .resume-row .resume-label {
    color: #445b7c;
}

.moduleBrochure form #pageResume .resume-row .resume-texte {
    color: #666699;
}

.moduleBrochure form .form-line-resume {
    color: #3C3C3B;
}



.moduleBrochure .form_rgpd#form_rgpd_1 {
    border-top: 1px solid #666699;
}

.moduleBrochure form .form-line .form-input:not(.radio.radio-box) input:focus,
.moduleBrochure form .form-line .form-input textarea:focus,
.moduleBrochure form .form-line .form-input select:focus {
    border-color: #666699;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #666699;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #666699;
}

.moduleBrochure form .form-line .form-input.radio.radio-box input:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.moduleBrochure .mobile.page-title {
    color: #3C3C3B;
    font-family: 'Roboto';
    font-weight: normal;
}

.moduleBrochure .mobile.page-title::after {
    border-bottom: 1px solid #666699;
}

/* RDELMAS CSS CODE API */

.moduleBrochure api {
    background-color: #3B2A7F !important;
    border: solid 1px #3B2A7F !important;
    color: #3B2A7F !important;
    border-radius: 4px;
}

.moduleBrochure api .head {
    background-color: #3B2A7F !important;
    color: #FFF !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.moduleBrochure api .body {
    background-color: #fff !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.moduleBrochure api .body li {
    font-family: 'Roboto';
    color: #3B2A7F !important;
}

.moduleBrochure api .body li .error-extra-info {
    font-family: 'CenturyGothic';
    color: #CC3399 !important;
}

.moduleBrochure api .body info {
    font-size: 0.75rem;
    color: #3B2A7F !important;
}

.moduleBrochure api .body a {
    color: #3B2A7F !important;
}

.moduleBrochure api .body a:hover {
    color: #CC3399 !important;
}

.moduleBrochure api error-close:hover svg use {
    fill: #CC3399 !important;
}

.moduleBrochure api .head .title,
.moduleBrochure api .body .subtitle {
    font-family: 'Roboto';
    color: #FFF !important;
}

.moduleBrochure .form-nav .form-nav-item .btn{
    color: #ffff;
    background-color: transparent;
    border: 1px solid white; 
    padding: 12px 18px;
    text-align: center;
    font-family: "Halcom medium", sans-serif;
    border-radius: 40px;
}

.moduleBrochure .form-nav .form-nav-item .btn:hover{ 
    border: 1px solid white;
    font-family: "Halcom bold";
    box-shadow: 0 0 0 1px white;
    background-color: transparent;
}

.moduleBrochure div.btn svg.svg-ges-formulaire-arrow-def-ctrl {
    display: none;
}

/* RDELMAS CSS CODE LOADER */

.moduleBrochure .processing #loader {
    background-color: #3B2A7F !important;
    border: solid 1px #3B2A7F !important;
    color: #3B2A7F !important;
    border-radius: 4px;
}

.moduleBrochure .processing #loader .head {
    background-color: #3B2A7F !important;
    color: #FFF !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.moduleBrochure .processing #loader .body {
    background-color: #fff !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.moduleBrochure .processing #loader .body info {
    font-size: 0.75rem;
    color: #3B2A7F !important;
}

.moduleBrochure .processing #loader .body a {
    color: #3B2A7F !important;
}

.moduleBrochure .processing #loader .body a:hover {
    color: #CC3399 !important;
}

#select2-loader {
    font-family: 'Roboto';
    background-color: #3B2A7F;
}

@media screen and (max-width:1000px) {
    .moduleBrochure #pageResume form .resume-row .resume-label {
        font-family: 'Roboto';
    }

    input[type="checkbox"] {
        border: 1px solid #CC3399;
    }

    input[type='checkbox']:checked {
        background: #CC3399;
    }
}


input#component_name {
    border: 1px solid #3B2A7F !important;
}

input#component_name:focus {
    border-color: #CC3399 !important;
    background-color: #FFF !important;
    color: #3B2A7F !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(204, 51, 153, 0.1) !important;
}

input#component_firstname {
    border: 1px solid #3B2A7F !important;
}

input#component_firstname:focus {
    border-color: #CC3399 !important;
    background-color: #FFF !important;
    color: #3B2A7F !important;
    outline: none;
    box-shadow: 0 0 0 2px rgba(204, 51, 153, 0.1) !important;
}

.moduleBrochure div#resume_content {
    gap: 0px !important;
}

/* FIN Brochure CSS CODE */
