.pixelio-plugin-hero,.pixelio-plugin-hero-inner {
    position: relative;
    width: 100%;
    height: 100vh; /* Pleine hauteur d'écran */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pixelio-plugin-beta-email:hover{
    border: 3px solid #0D367A !important;
    height: 49px;
    padding: 5px !important;
}

.pixelio-plugin-hero-btn:hover{
    transform: translateY(0px) !important;
}
.pixelio-plugin-hero-btn{
    margin-top: 25px;
}
.pixelio-plugin-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* pour éviter que l'overlay bloque les clics */
}

.pixelio-plugin-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 50px;
}

.pixelio-plugin-hero-content h1 {
    font-size: 6rem;
    margin-bottom: 20px;
}

.pixelio-plugin-hero-content p {
    font-size: 1.7rem;

    margin-bottom: 75px;
    margin-top: 25px;
}

.pixelio-plugin-hero-btn {
    background-color: #0D367A;
    color: rgb(255, 255, 255);
    font-size: 1.7rem;
    padding: 15px 50px 15px 50px;
}

.fl-page {
    padding-top: 0 !important;
}

.pixelio-plugin-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.pixelio-icons-wrapper {
    position: relative;
    padding: 40px 0 40px 0;
}

.pixelio-icon{
    z-index: 9;
    position: relative;
    display: flex;
    justify-content: center;
}
.pixelio-icon:hover{
    transform: scale(1.1);
}
.pixelio-icons-row {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2; /* icônes au-dessus de la ligne */
    position: relative;
}

.pixelio-icon-item {
    display: inline-block;
    text-align: center;
    margin: 0 30px;
}

.pixelio-icon img,
.pixelio-icon i {
    font-size: 40px;
    width: 50px;
    height: 50px;
    display: inline-block;

}
@supports (display: flex) {
    .pixelio-icon i:before {
        color: white;
        font-size: 1.6rem;
    }
    .pixelio-icon i{
        display: flex;
        background: #0A246A;
        border-radius: 50%;
        padding: 5px;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
    }

}

.pixelio-icon-title {
    margin-top: 8px;
    font-size: 1.5rem;
}

/* Ligne bleue entre le premier et dernier icône */
.pixelio-icons-line {
    position: absolute;
    top: 18px; /* milieu des icônes */
    left: 0;
    width: 80%;margin: auto;
    right: 0;
    height: 2px;
    background: #0D367A;
}

/* Étendre la ligne pour aller du premier au dernier icône */
.pixelio-icons-wrapper .pixelio-icons-row {
    justify-content: center;
}

.pixelio-icons-wrapper .pixelio-icons-row .pixelio-icon-item:first-child ~ .pixelio-icon-item:last-child ~ .pixelio-icons-line {
    left: 0;
    right: 0;
}
@media screen and (max-width: 700px) {

    .pixelio-plugin-hero-content h1,
    .pixelio-plugin-hero-content p, .pixelio-plugin-hero-content {
        text-align: center;

    }

    .pixelio-plugin-hero-content {
        padding: 0;
    }

    .pixelio-plugin-hero-content p {
        margin-bottom: 15%;
    }

    .pixelio-plugin-hero-btn {
        margin: 25px auto;
    }
}

@media screen and (max-width: 1500px) {
    .pixelio-plugin-hero {
        background-position: right;
    }

    .pixelio-plugin-hero-content h1 {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1200px) {
    .pixelio-plugin-hero {
        height: auto !important;
        justify-content: start;
    }

    .pixelio-icons-row{
        display: grid;
        columns: 2 auto;
        gap: 15px;
    }
    .pixelio-icons-line{
        display: none;
    }
    .pixelio-plugin-hero-content {
        width: 50%;
        margin-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .pixelio-plugin-hero {
        background-size: inherit;
        background-position: inherit;
    }

    .pixelio-plugin-hero-content, .pixelio-plugin-hero-content h1, .pixelio-plugin-hero-content p {
        width: 100%;
        max-width: 100%;
    }
}


@media screen and (max-width: 792px) {
    .pixelio-plugin-hero-inner {
        display: flex;
        align-items: center;
        height: auto;
        margin-top: 100px;
        margin-bottom: 100px;
        flex-direction: column-reverse;
    }
    .pixelio-plugin-beta-email,.pixelio-plugin-hero-btn{
        margin-top: 25px;
    }
    .pixelio-plugin-hero-content{
        max-width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .pixelio-icons-row{
        display: grid;
        columns: 2 auto;
    }
}
