#main > section.pub-ban.top.no-pub, #main > section:nth-child(4) {
    display: none;
}

.header-article {
    position: relative;
    background-image: url('./img/iStock-2181814872.jpg');
    /* background-image: linear-gradient(108deg, #0062ec 0%, #c483f7 100%); */
    background-size: cover;
    background-position: center;
    color: white;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;

}


#eventPZone {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
}
.header-article h1 {
    margin: 20px 0 50px 0;
}
@media (min-width: 1260px) {
    .header-article h1 {
        font-size: 45px;
        margin-right: 80px;
        margin-left: 80px;
    }
}
.header-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.breadcrumb-custom {
    font-size: 18px;
    font-weight: 300;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumb-custom a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumb-custom .separator {
    color: white;
}
.header-title {
    margin: 20px 0;
    font-size: 2em;
    line-height: 1.4em;
}
#header-logo1 {
    margin-top: 20px;
    width: 200px !important;
    max-width: 100%;
    padding-left: 15px;
}
@media (max-width: 600px) {
    .header-article {
        height: auto;
        padding: 50px 0;
    }
    .header-title {
        font-size: 1.5em;
    }
    .breadcrumb-custom {
        font-size: 14px;
    }
    .header-logo {
        width: 150px;
    }
    .navbar a {
        float: none;
        width: 100%;
        text-align: left;
        padding: 14px;
    }
    .navbar-container {
        padding-left: 10px;
    }
    .content-block {
        flex-direction: column;
        padding: 15px !important;
        /* margin-top: 10px; */
    }
    .content-text {
        margin: 0 0 20px 0;
        text-align: center;
        margin-right: 0 !important;
        line-height: 24x !important;
        margin-left: 0 !important;
    }
    .content-image {
        margin-left: 0 !important;
        max-width: 90%;
        margin-right: 0 !important;
        flex: 0 0 0px !important;
        text-align: center;
    }
    .video-container {
        width: 100% !important;
        height: 215px !important;
    }
    .video-block strong {
        font-size: 21px !important;
    }


}

.imagediv {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.headbtn {
    margin-top: 30px;
}

.headbtn .btn {
    padding: 12px 45px;
    border: 1px solid #fff;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.headbtn .btn:hover {
    background-color: #fff;
    color: #0062ec !important;
    text-decoration: none;
    border: 1px solid #fff;
    transition: background-color 0.3s, color 0.3s;

}

.content1holder {
    width: 100%;
    background: #fff;
    padding: 60px 0 45px;
    font-family: "Montserrat", sans-serif;
}

.content1holder .wrapper1 {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.content1holder .userholder {
    width: 30%;
    text-align: center;
}
.content1holder .txtholder {
    width: 60%;
    align-content: center;
}
.content1holder .userholder img {
    width: 100%;
    border-radius: 15px;
    /* margin-bottom: 15px; */
}

.content1holder .userholder h5 {
    color: #000000;
}

.content1holder .txtholder h2 {
    margin-bottom: 15px;
    color: #000000;
}

.content1holder .txtholder p {
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .content1holder .wrapper1 {
        width: 90%;
        gap: 30px;
    }

    .content1holder .userholder {
        width: 35%;
    }

    .content1holder .txtholder {
        width: 65%;
    }

    .content1holder .txtholder p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .content1holder {
        padding: 30px 0;
    }

    .content1holder .wrapper1 {
        flex-direction: column;
        align-items: center;
        width: 90%;
        gap: 20px;
    }

    .content1holder .userholder {
        width: 100%;
    }

    .content1holder .txtholder {
        width: 100%;
        text-align: center;
    }

    .content1holder .txtholder h2 {
        font-size: 22px;
        text-align: left;
    }

    .content1holder .txtholder p {
        font-size: 16px;
        text-align: left;
    }
    .content2holder .wrapper2 .txt2holder {
        padding: 10px 23px !important;
        gap: 15px !important;
    }
    .wrapper2 {
        width: 90% !important;
    }
    .wrapper3 {
        width: 90% !important;
        padding: 15px !important;
        border-radius: 15px !important;
    }

    .formwrapper {
        max-width: 100% !important;
        padding: 0px !important;
    }
}


.headingholder {
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #7169f2;
    font-family: "Montserrat", sans-serif;
}

.headingholder h1 {
    color: #7169f2 !important;
}


.content2holder {
    width: 100%;
    margin: 20px 0;
}

.content2holder .wrapper2 {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    /* padding-bottom: 30px; */
}

.content2holder .wrapper2 .txt2holder {
    display: flex;
    flex-direction: row;
    gap: 30px;
    background: #ededed;
    padding: 10px 63px;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 25px;
}

.content2holder .wrapper2 .txt2holder img, .content3holder .wrapper3 .txt3holder img {
    width: 22px;
    height: 100%;
}

.content2holder .wrapper2 .txt2holder p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    padding: 0;
    font-weight: 600;
}



.content3holder {
    width: 100%;
    padding: 20px 0 40px 0;
}

.content3holder .wrapper3 {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    background: #ededed;
    border-radius: 30px;
    padding: 25px 63px;
    color: #000000;
}

.content3holder .wrapper3 .txt3holder {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 25px;
}

.content3holder .wrapper3 #mgtop25 {
    margin-top: 25px;
}


.content3holder .wrapper3 .txt3holder p {
    margin: -5px 0 0px 0;
    font-size: 18px;
    font-weight: 600;
}

.btnholder2 {
    width: 100%;
    text-align: center;
    background: #ffffff;
    padding: 25px 0 30px 0;
}

.btnholder2 .btnwrapper2 {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.btnholder2 .btnwrapper2 a {
    border: 1px solid #7169f2;
    background: #7169f2;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
}

.btnholder2 .btnwrapper2 a:hover{
    transition: background-color 0.3s, color 0.3s;
    background: #5a51ce;
    border: 1px solid #ffffff;
}

.forminsc {
  display: flex;
  justify-content: center;
  padding: 40px;
  background: #f2f2f2;
  font-family: Arial, sans-serif;
}

.formwrapper {
  /* background: #fff; */
  padding: 30px 40px;
  border-radius: 12px;
  max-width: 75%;
  width: 100%;
  text-align: center;
  max-width: 1200px;
}

.formwrapper h2 {
  color: #6c63ff;
  margin-bottom: 15px;
}

.formwrapper p {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
}

.formwrapper a {
  color: #6c63ff;
  text-decoration: none;
}

.formwrapper span {
    color: #6c63ff;
}

.formwrapper form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.formwrapper input,
.formwrapper select {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  width: 100%;
  outline: none;

}

.inline-inputs {
  display: flex;
  gap: 10px;
}

.inline-inputs input {
  flex: 1;
  border-radius: 35px;
}

.btn-valider {
  background: linear-gradient(135deg, #6c63ff, #8a7dff);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 13px 90px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
    width: fit-content;
    align-self: center;
}

.btn-valider:hover {
  opacity: 0.9;
}

.infos {
  font-size: 12px;
  color: #555;
  text-align: left;
  line-height: 1.4;
}


#lirelasuite p {
    font-size: 9px;
}

#forminscription > div > form > input[type=text]:nth-child(3) {
    border-radius: 35px !important;
}


.titlenx {
    width: 100%;
    padding: 20px 0 40px 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.titlenx .titlenxwrapper {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.titlenx .titlenxwrapper h2 {
    color: #000000;
    line-height: 1.9;
}


#custom-success-modal {
    display: none;
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.glass-content {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: scale(0.7);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.success-icon-circle {
    width: 60px;
    height: 60px;
    background: #28a745;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.success-icon-svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: drawCheck 0.5s 0.2s forwards;
}

.glass-content h3 {
    margin: 0 0 10px 0;
    color: #333;
    font-family: sans-serif;
    font-size: 22px;
}

.glass-content p {
    color: #666;
    font-family: sans-serif;
    margin-bottom: 25px;
    font-size: 16px;
}

.glass-btn {
    background: #333;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
}

.glass-btn:hover {
    background: #000;
}

@keyframes drawCheck {
    to { stroke-dashoffset: 0; }
}

#custom-success-modal.show {
    display: flex;
    opacity: 1;
    align-content: center;
    justify-items: center;
}

#custom-success-modal.show .glass-content {
    transform: scale(1);
}