/* ----------------------------- */
/* ==Homepage css                */
/* ----------------------------- */
.head {
    /*margin: 75px 0 0; /* 75px = Header height */   /* new aout remove this line */
    background-image: url("../assets/bg-head.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80vh;
    padding: 5% 5% 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.head h1 {
    color: #ffffff;
    background: #000000;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(25, 42, 107, 0.5) 50%, rgba(25, 42, 107, 0) 100%);
    padding: 10px;
    border-radius: 5px;
}
/* @new */
.head .underlink {
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}
/*@END*/

.head .btn {
    margin: 0 auto;
}

.insights {
    color: #05183d;
    display: flex;
    justify-content: center;
    padding: 15px 0 0;
    font-weight: 700;
    margin: 0;
}
.insights span:after {
    content: "|";
    margin: 0 15px;
}
.insights span:last-child:after {
    content: "";
}

.trust-partners {
    border: 2px solid #a71273;
    border-radius: 50px;
    padding: 30px;
    margin: 5% 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.trust-partners .subtitle {
    font-weight: 700;
    max-width: 585px;
    text-align: center;
    margin-bottom: 30px;
}
.trust-partners .logo-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.trust-partners .logo-partners .logo img {
    max-height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 140px;
    margin: 10px 15px 0;
}
/* new sept */
.video {
    padding: 5% 15% 0;
    justify-content: center;
}
.video .player {
    width: 100%;
}
.player {
    padding: 56.25% 0 0 0;
    position: relative;
}
.unmute-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.unmute-btn:hover {
  background: rgba(0,0,0,0.8);
}
/* new sept end */
.IBAN-fraud-solution ul li {
    margin: 10px 0;
}
.IBAN-fraud-solution ul li::marker {
    color: #a71273;
}

.regulation ul li {
    margin: 10px 0;
    list-style: none;
}
.regulation ul li .number {
    font-size: 24px;
    font-weight: 700;
}
.regulation .source {
    margin: 30px auto 0;
}

.sepamail .sepamail-logo {
    display: flex;
    align-items: center;
    margin: 20px auto 10px;
}
.sepamail .sepamail-logo img {
    width: 150px;
}
.sepamail .sepamail-logo p {
    font-weight: 700;
    margin-left: 30px;
    font-size: 16px;
    margin-bottom: 0;
}
.sepamail .banks {
    border: 2px solid #135dd0;
    border-radius: 50px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.sepamail .banks img {
    border-radius: 0 !important;
    width: 30%;
    max-height: 50px;
    margin: 10px 0;
}

.how-to {
    align-items: center;
    text-align: center;
}
.how-to h2 {
    width: 100%;
}
.how-to .video-laptop {
    width: 50%;
}
.how-to .video-laptop .video-container {
    position: relative;
    width: 100%;
    max-width: 960px;
    padding-bottom: 50.2%;
    height: 0;
}
.how-to .video-laptop .video-container .player {
    background: url('../assets/Laptop.webp') center center no-repeat;
    background-size: contain;
    padding: 1.7% 11.8% 6.6% 12.6%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
/* new sept */
.how-to .video-laptop .video-container .player iframe {
    top: 3.1% !important;
    left: 13% !important;
    width: 75% !important;
    height: 83.7% !important;
    border-radius: 10px 10px 0 0;
}
/* new sept end */
.how-to .content {
    align-items: center;
    justify-content: space-between;
}
.how-to .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.how-to .step:last-child {
    margin-bottom: 0;
}
.how-to .step .number {
    border: 2px solid #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
}
.how-to .step .details {
    display: flex;
    flex-direction: column;
    font-weight: 400;
}
.how-to .step .details.multiple {
    flex-direction: row;
    justify-content: space-between;
}
.how-to .step .details.multiple .multiple-details {
    width: 45%;
    text-align: right;
}
.how-to .step .details.multiple .multiple-details:last-child {
    text-align: left;
}
.how-to .step .details.multiple .bold {
    font-weight: 700;
}

.verification {
    align-items: center;
    flex-direction: column;
}
.verification .verification-ways {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.verification .verification-ways {
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 100%;
}
.verification .verification-ways .way {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 31%;
    color: #ffffff;
    font-weight: 700;
    background-image: url("../assets/bg-verification.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
}
.verification .verification-ways .way-title {
    text-transform: uppercase;
}
.verification .verification-ways .icon {
    margin-bottom: 30px;
    width: 45px;
    height: 45px;
}
.verification .verification-ways .unit {
    transform: rotate(-90deg);
}
.verification .verification-ways .api {
    width: 65px;
    height: 65px;
    margin: -14px 0 23px;
}
.verification .subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #180b2d;
    margin: 40px 0 10px;
    text-align: center;
}
.verification .subtitle span {
    color: #135dd0;
}

.why {
    flex-direction: column;
    align-items: center;
}
.why .reasons-why {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why .reasons-why {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why .reasons-why .reason {
    width: 23%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 20px;
    padding: 30px;
    background: #000000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.why .reasons-why .reason .reason-title {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.why .btn {
    margin-top: 10px;
}

.faq {
    flex-direction: column;
    align-items: center;
    border: 2px solid #a71273;
    border-radius: 50px;
    padding: 30px;
    margin: 5%;
}
.faq h2 {
    color: #135dd0;
    margin-bottom: 5px;
}
.faq .subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 60px;
}
.faq .faq-content {
    display: flex;
    flex-direction: column;
}
.faq .faq-content h3 {
    font-size: 18px;
}
.faq .faq-content .response {
    margin-bottom: 30px;
}
.faq .faq-content .response:last-child {
    margin-bottom: 0;
}

/*@new*/
/*Popup style new aout : déplacé dans global*/
/* .popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 33, 107, 0.5);
    z-index: 1000;
    cursor: pointer;
}

.popup-content {
    position: relative;
    cursor: default;
}

.close-popup {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #000; /* new aout *//*
    font-size: 60px;
    cursor: pointer;
    z-index: 1; /* new aout *//*
} */
/*@End*/

/* new aout */
#popupLearnMore .popup-content {
    padding: 0;
    border: none;
}
#popupLearnMore .close-popup {
    color: #fff;
    top: 5px;
    right: 10px;
}
/* new ManageError mis en global*/ 
/* #contactModal .popup-content { 
    width: 40%;
} 

/*BreakPoint Desktop *//*
@media screen and (min-width: 1680px) {
    #contactModal .popup-content { 
        width: 30%;
    }
}
*/
/*BreakPoint Tablet & Mobile */
@media screen and (max-width: 1365.98px) {
    .faq h2 {
        margin-bottom: 5px;
    }
    
    .how-to {
        justify-content: center;
    }
    .how-to .video-laptop {
        margin-bottom: 30px;
        width: 100%;
    }

    .why .reasons-why .reason {
        width: 48%;
    }
    /* new sept */
    .video {
        padding: 5% 5% 0;
    }
    /* new sept end */
    .IBAN-fraud-solution .image {
        display: none;
    }
    .sepamail .image,
    .regulation .image {
        margin-bottom: 30px;
    }
    .sepamail {
        flex-flow: column-reverse;
    }
    /* new ManageError mis en global*/ 
    /* #contactModal .popup-content { 
        width: 95%;
    } */
}
/* new ManageError mis en global*/ 
/*BreakPoint Tablet*//*
@media screen and (min-width: 768px) and (max-width: 1365.98px) {
    #contactModal .popup-content {
        width: 70%;
    }
}
*/
/*BreakPoint Mobile*/
@media screen and (max-width: 767.98px) {
    .insights {
        padding-bottom: 0;
    }
    .insights span {
        text-align: center;
        margin: 5px 10px;
    }
    .insights span:after {
        display: none;
    }
    .insights span:nth-child(2):after {
        display: inline;
    }
    .insights span:nth-child(2) {
        margin-right: 0;
    }
    .insights span:nth-child(3) {
        margin-left: 0;
    }
    .trust-partners {
        margin-top: 15%;
    }
    .trust-partners .logo-partners .logo img {
        max-height: 60px;
        min-width: 60px;
        min-height: 60px;
        max-width: 120px;
    }
    .faq h2,
    .faq .subtitle,
    .why h2,
    .verification h2 {
        text-align: center;
    }
    .verification .verification-ways {
        flex-direction: column;
    }
    .verification .verification-ways .way {
        margin-bottom: 20px;
        width: 100%;
    }
    .verification .verification-ways .way:last-child {
        margin-bottom: 0;
    }
    .why .reasons-why .reason {
        width: 100%;
    }

    .regulation .source {
        margin-top: 15px;
    }

    .sepamail .sepamail-logo p {
        line-height: 22px;
    }
}