.icon-partenaire ul li {
    display:inline;
    cursor:pointer;
}
.icon-partenaire ul li img {
    height:80px;
}

@media (min-width:320px)  {
    .icon-partenaire ul li img {
        height:75px
    }
}

@media (min-width:481px)  {
     .icon-partenaire ul li img {
         height:80px
     }
 }

@media (min-width:961px)  {
    .icon-partenaire ul li img {
        height:80px;
    }
 }

.list-inline>li[class="stepper"] {
    cursor: pointer;
}
.stepper-number{
    display: inline-block;
    color: white;
    background-color: #e6e6e6;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    width: 40px;
}

.stepper-separator{
    width:200px;
    display:inline-block;
    height:2px;
    background-color: #e6e6e6;
    color:white;
    margin-bottom: 5px;
}

@media (min-width:320px)  {
    .stepper-number{
           display: inline-block;
           color: white;
           background-color: #e6e6e6;
           font-size: 0.8em;
           /* font-weight: bold; */
           border-radius: 50%;
           height: 25px;
           text-align: center;
           padding-top: 8px;
           width: 25px;
    }
    .stepper-separator{
        width:29px;
    }

    .stepper-active{
        background-color: #ff7900;
    }
}

@media (min-width:481px)  {
    .stepper-number{
        display: inline-block;
        color: white;
        background-color: #e6e6e6;
        font-size: 1.2em;
        font-weight: bold;
        border-radius: 50%;
        height: 40px;
        text-align: center;
        padding-top: 10px;
        width: 40px;
    }

   .stepper-separator{
           width: 80px;
       }
       .stepper-active{
           background-color: #ff7900;
       }
 }

 @media (min-width:961px)  {

.stepper-number{
    display: inline-block;
    color: white;
    background-color: #e6e6e6;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 50%;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    width: 40px;
}
.stepper-separator{
    width: 150px;
    }
    .stepper-active{
    background-color: #ff7900;
    }
}

.form-title{
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
    margin-left: 20px;
    font-size: 1.1em;
}

fieldset legend{
  width: auto;
  padding-inline-start: 5px;
  padding-inline-end: 5px;
}

.orange-square{
    width: 40px;
    height: 40px;
    background-color: #ff7900;
    border-radius: 7px;
    float: left;
    display: block;
    position: relative;
    top: 40px;
}

fieldset{
    border: groove 1px black;
    padding: 10px;
    display: block;
    background: white;
    border-radius: 7px;
    position: relative;
    left: -29px;
}

.fieldset-container{
    min-height: 70px;
    margin-bottom: 10px;
}

.fieldset-container .input-error {
    width: 80%;
    display: inline-block;
    margin: 11px 12px;
    min-height: 25px;
    padding: 7px;
}

.fieldset-container .input-success {
    width: 80%;
        display: inline-block;
        margin: 11px 12px;
        min-height: 25px;
        padding: 7px;
}


.fieldset-field{
    border: none;
    width: 100%;
    -webkit-box-shadow: none;
    min-height: 35px;
    border-width: 0px;
    font-size: large;
}

.input-error {
    visibility:hidden;
}

 .input-success{
    visibility:hidden;
}

#beneficiaire-add{
    background-color: black;
    margin-left: 40px;
}

.navigation-button{
    margin-top: 30px;
    font-size: 0.8em;
}

.btn-default{
    background-color: #ff7900;
    color:white;
}

.cancel{
    background-color:#adadad;
    color:white;
}

#terme_condition{
    color: blue;
    text-decoration: underline;
}

/* step 2 */

thead{
    font-weight: bold;
    color: #ff7900;
}

tbody{
    color: #666;
}

#step-2,
#step-3,
#step-4 {
    display: none;
}

.desc-title{
    margin-bottom: 20px;
    display: block;
    color: #ff7900;
}

.desc-content{
    font-size: 1.2em;
    margin-bottom: 20px;
    font-style: italic;
}

.fa-desc-check{
    color: #ff7900;
}

#oma-navigation{
    background-color:white;
}

#oma-navigation .menu-item{
    margin-top: 1px;
    border: gray;
    box-shadow: 0 0 1em rgba(0,0,0,0.1);
    width: 100%;
    text-align: center;
}

#oma-navigation .menu-item a{
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-weight: bold;
}

#oma-navigation .menu-item a:hover{
    color: #ff7900 !important
}

.no-italics {
    font-style: normal;
    font-weight: normal;
}
iframe {
    overflow:hidden;
}
select:required:invalid {
    color: gray;
  }
  option[value=""][disabled] {
    display: none;
  }
  option {
    color: black;
  }

#captcha-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background-color: #f4f4f4;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    max-width: 350px;
    margin-top: -8px !important;
    margin: 10px auto;
}

#captcha-code {
    padding: 8px 20px;
    font-size: 1.6em;
    letter-spacing: 2px;
    border-radius: 6px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

#captcha-code:hover {
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

#refresh-captcha {
    background-color: #ff7900;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#refresh-captcha:hover {
    background-color: black;
    color:#ff7900;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

.cgu-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #ff7900;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
}

.cgu-checkbox input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #ff7900;
    border-color: #ff7900;
}

.cgu-checkbox input[type="checkbox"]:checked + .custom-checkbox:before {
    content: "✓";
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
}

.custom-space {
    display: block;
    height: 8px;
}
.forCards {
  border: 2px solid #ff7900;
  background-color: #ff7900;
  padding: 12px;
  border-radius: 10px;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeRightToLeft 20s linear infinite;
}

.marquee span {
  color: #ffffff;
  display: inline-block;
  padding-right: 50%;
}

.status-icon {
  margin-bottom: 15px;
}

.status-icon i {
  font-size: 60px;
}

.status-icon.success i {
  color: #28a745;
}

.status-icon.error i {
  color: #dc3545;
}

.status-info {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.transfer-number {
  font-weight: 500;
  margin-bottom: 20px;
}

.recap-tables th {
  background-color: #ff7900;
  color: #fff;
  text-align: center;
}

.recap-tables td {
  vertical-align: middle;
}

.recap-messages p {
  margin: 6px 0;
}

.thanks {
  color: #ff7900;
  font-size: 1.4em;
  margin-bottom: 15px;
}

.error-reason {
  color: #dc3545;
  font-size: 1.1em;
  margin: 15px 0;
}

@keyframes marqueeRightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.welcome-title {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #ff7900;
  margin: 20px 0 30px;
  line-height: 1.3;
}

.welcome-section {
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
  line-height: 1.6;
}

.welcome-section h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  border-left: 4px solid #ff7900;
  padding-left: 10px;
  margin-bottom: 12px;
}

.welcome-section ul {
  padding-left: 25px;
  color: #444;
  margin: 0;
}

.welcome-section li {
  margin-bottom: 10px;
}

.welcome-section i {
  color: #ff7900;
  margin-right: 6px;
}

.welcome-footer {
  margin-top: 25px;
  font-size: 0.95em;
  color: #555;
  line-height: 1.5;
}

.welcome-footer a {
  color: #ff7900;
  text-decoration: underline;
}

.start-btn {
  margin-top: 30px;
  background-color: #ff7900;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 1.1em;
}

.start-btn:hover {
  background-color: black;
  color: #ff7900;
}

@media (max-width: 480px) {
  .welcome-title {
    font-size: 1.3em;
  }

  .welcome-section {
    line-height: 1.5;
  }

  .welcome-section li {
    margin-bottom: 8px;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.welcome-section:nth-of-type(1) { animation-delay: 0.2s; }
.welcome-section:nth-of-type(2) { animation-delay: 0.4s; }
.welcome-section:nth-of-type(3) { animation-delay: 0.6s; }
.welcome-section:nth-of-type(4) { animation-delay: 0.8s; }
.welcome-footer { animation: fadeInUp 0.6s forwards; animation-delay: 1s; }
