.header-dispatch {

    background-color: #11084C;

    padding: 69px 20px 59px 20px;

}



.header-dispatch-1 {

    display: flex;

    justify-content: space-between;

    align-items: center;

    max-width: 1160px;

    margin: 0 auto;

}



.heading-dispatch {

    font-family: Montserrat, sans-serif;

    color: #fff;

    font-size: 30px;

    line-height: 40px;

    font-weight: 700;

    margin: 0;

}



#myVideo {

    width: 100vw;

    height: 100vh;

    object-fit: cover;

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: -1;

}



.form-newletter-dispatch {

    max-width: 1191px;

    margin: 71px auto 40px auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    padding: 0 20px;

}



.form-newletter-dispatch-1 {

    margin-bottom: 10px;

}



.form-newletter-dispatch-2 {

    margin-bottom: 10px;

}



.form-newletter-dispatch-2 label {

    margin-bottom: 0px;

}



.form-newletter-dispatch-2 form {

    display: flex;

}



.form-newletter-dispatch-2 .hs-input {

    height: 50px;

    border: none;

    border-radius: 25px 0 0 25px;

    font-family: Montserrat, sans-serif;

    font-size: 16px;

    line-height: 27px;

    padding: 20px;

}



.form-newletter-dispatch-2 .hs-button {

    height: 50px;

    border-radius: 0 25px 25px 0;

    color: white;

    border: none;

    background-image: linear-gradient(90deg, #6e31ff, #23a1e8);

    font-family: Montserrat, sans-serif;

    font-size: 16px;

    line-height: 27px;

    font-weight: 700;

    padding: 0 20px 0 20px;

}



.conventions {

    max-width: 1191px;

    margin: 71px auto 0 auto;

    overflow-y: scroll;

    overflow-x: hidden;

    /*height: 620px;*/

    -ms-overflow-style: none;

    overflow: -moz-scrollbars-none;
    scrollbar-width: none;

}



.conventions::-webkit-scrollbar {

    display: none;

}



.conventions-0 {

    position: relative;

    margin-bottom: 46px;

}



.conventions-1 {

    position: relative;

    display: flex;

    background-color: #fff;

    border-radius: 20px;

    max-width: 1010px;

    margin-left: auto;

}



.logo-convention {

    position: absolute;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

}



.conventions-img {

    width: 404px;

    background-image: url('../images/BGHySky.svg');

    background-position: 50% 50%;

    background-size: auto 100%;

    background-repeat: no-repeat;

    border-radius: 20px 0 0 20px;

}

.conventions-img.hyport-hysky {
    background-image: url('../images/BG-hyportHysky@2x.png');
}

.conventions-img.nancy {
    background-image: url('../images/BG_mobilty.png');
}

.conventions-img.toulon {

    background-image: url('../images/BGHyPortsToulon.svg');

}

.conventions-img.marseille-2023 {

    background-image: url('../images/BGHyPortsMarseille2023.png');

}

.conventions-img.montreal {

    background-image: url('../images/BGHyPortsMontreal.svg');

}

.conventions-img.canada {

    background-image: url('../images/BGHyPortsCanada2024.png');

}



.conventions-2 {

    padding: 20px;

}



.conventions-date {

    font-family: Montserrat, sans-serif;

    font-size: 25px;

    line-height: 28px;

    font-weight: 700; 

}



.conventions-p {

    font-family: Montserrat, sans-serif;

    font-size: 19px;

    line-height: 28px;

}



.button.red {

    background-color: #E82335;

    border-color: #E82335;

    margin-right: 20px;

}



.button.red:hover {

    border-color: #E82335;

    background-image: url(../HySky/Paris2023/dev/images/element1.png);

    background-color: white;

    color: #E82335;

}

.button.blue:hover {
    border-color: #23a1e8;
    background-image: url(../images/element1.png);
    color: #23a1e8;
}

.button.gradient {
    margin-right: 20px;
    border: none;
    position: relative;
    background: rgb(21,143,210);
    background: linear-gradient(0deg, rgba(21,143,210,1) 0%, rgba(122,34,123,1) 51%, rgba(220,10,41,1) 100%);
    padding: 10px 31px 10px 35px;
}

.button.gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/element15.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: auto;
}

.button.gradient:hover {
    border: #861F71 1px solid;
    background-image: url(../images/arrow-gradient.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: auto;
    color: #861F71;
    padding: 9px 30px 9px 34px;
}

.button.gradient_02:hover::after {
    content: none;
}

.button.gradient_02 {
    margin-right: 20px;
    border: none;
    position: relative;
    background: #25A1E4;
    background: linear-gradient(0deg, #D0A700 0%,#25A1E4 51%,#1B9C23 100%);
    padding: 10px 31px 10px 35px;
}

.button.gradient_02::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/element15.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: auto;
}

.button.gradient_02:hover {
    border: #25A1E4 1px solid;
    background-image: url(../images/element1.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-size: auto;
    color: #25A1E4;
    padding: 9px 30px 9px 34px;
}

.button.gradient_02:hover::after {
    content: none;
}


.flag-dispatch {
    position: absolute;
    right: 20px;
    top: 20px;
}

.flag-dispatch a {
    text-decoration: none;
}

.flag-dispatch img {
    height: 25px;
}

.div-block-213 {
    text-align: left;
}

@media screen and (max-width: 1200px) {

    .conventions {

        padding: 0 20px;

    }



    .heading-dispatch {

        font-size: 25px;

    }



    .header-dispatch {

        padding: 69px 60px 59px 60px;

    }

}



@media screen and (max-width: 1110px) {

    .header-dispatch-1 {

        flex-direction: column;

        text-align: center;

    }



    .logo-dispatch-header {

        margin-bottom: 20px;

    }

    .conventions-img {
        width: 300px;
    }

    .conventions-2 {
        width: calc(100% - 300px);
    }

}



@media screen and (max-width: 700px) {

    .conventions-img {

        background-image: none;

    }



    .conventions-img.toulon {

        background-image: none;

    }

    

    .conventions-img.montreal {

        background-image: none;

    }

    

}



@media screen and (max-width: 900px) {

    .conventions {
        margin-top: 30px;
    }

    .conventions-0:first-child {
        margin-top: 100px;
    }

    .conventions-0 {

        margin-bottom: 100px;

        text-align: center;

    }



    .conventions-1 {

        justify-content: center;

    }



    .conventions-img {

        display: none;

    }



    .conventions-2 {

        padding: 90px 20px 20px 20px;
        width: 100%;

    }



    .logo-convention {

        top: 0%;

        left: 50%;

        transform: translate(-50%,-50%);

    }

    .div-block-6 {
        float: none;
    }

    .div-block-213 {
        text-align: center;
    }

    .form-newletter-dispatch {
        margin-top: 0;
    }

}