.header-dispatch {
    background-color: #062D7A;
    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, #1218BC, #7D91E1);
    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;
}

.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.toulon {
    background-image: url('../images/BGHyPortsToulon.svg');
}

.conventions-img.montreal {
    background-image: url('../images/BGHyPortsMontreal.svg');
}

.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;
}

@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;
    }
}

@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: 640px) {
    .conventions-0 {
        margin-bottom: 80px;
        text-align: center;
    }

    .conventions-1 {
        justify-content: center;
    }

    .conventions-img {
        display: none;
    }

    .conventions-2 {
        padding: 60px 20px 20px 20px;
    }

    .logo-convention {
        top: 0%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}