
/*
Nowotch.com
Version: 0.1
URL: https://nowotch.com/legal/copyright
Author: nowotch
Tous droits réservés 2024 - 2025 
*/

.newsletter-section-bg {
    background-image: url('/jobs/x/img/bg-newsletter-02.jpg'); 
    background-size: cover;
    background-position: center; 
    padding: 40px;
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: white;
    margin-top: 20px;
}
.error-message {
    color: red;
    display: none;
}
.form-control,
.btn {
    height: 45px;
}
.form-text {
    margin-top: 10px;
}


#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1055; /* Ajusté pour être supérieur à la modale Bootstrap */
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.text-center {
  text-align: center;
}

.text-center .font-sm {
  margin: 0;
}

.text-center .text-brand-2 {
  margin-bottom: 20px; 
}

.text-center .text-brand-1 {
  margin-top: 30px; 
  margin-bottom: 10px; 
}

.text-center .text-muted {
  margin-top: 10px; 
  margin-bottom: 20px; 
}


.form_cv {
  margin-bottom: 2.2rem; 
}

.form_cv label, .form_cv .form-control, .form_cv .form-select {
  font-size: 0.870rem; 
  color: #676261; 
}

.form_cv .error-message {
  display: none;
  color: red;
  font-size: 0.75rem; 
  margin-top: 0.25rem;
}

.form_cv .error + .error-message {
  display: block;
}


.form_cv .form-check-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.form_cv input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 5px;
}

.form_cv .form-label-inline {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

.form_cv .form-check-label {
  font-size: 1rem; 
}


.success-message {
    display: none;
    text-align: center;
}

.success-message-logo {
    padding-top: 20px;
    max-width: 100%;
    height: auto;
}

.success-message-text {
    margin-top: 20px;
    color: #000; 
}

.success-message-bottom {
    margin-bottom: 20px;
}

.success-message-text + .success-message-text {
    margin-top: 10px;
}

.success-message-title {
    margin-top: 40px; 
    font-weight: bold;
    color: #3cbd78; 
}


/* Texte associé */
input[type="checkbox"] + .text-small {
    font-size: 1rem;
    color: #333;
    padding-left: 8px;
    font-weight: bold;
}

