.tel {
    display: block;
}
.notel {
    display: none;
}
body {
    background-color: #142446;
}
.stop-scrolling {
    position: fixed;
    overflow: hidden;
}

#burger_menu3 {
    position: fixed;
    top: 0px;
    left: -500px;
    background-color: #ddd;
    width: 100%;
    z-index: 99;
    height: 100%;
    transition: left 1s;
    -moz-transition: left 1s;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
}

#page {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
}

#new_nav_haut {
    position: sticky;
    z-index: 99;
    width: 100%;
    height: 80px;
    top: -16px;
    left: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
#new_bouton_burger {
    position: absolute;
    top: 32px;
    left: 12px;
    cursor: pointer;
}
#new_navbar {
    display: none;
}
#new_logo {
    position: absolute;
    bottom: 8px;
    left: 60px;
}
#new_marques {
    display: none;
}
#new_nom {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background-color: #142446;
    width: 100%;
    font-size: 0.75em;
    text-align: right;
    padding: 1px 8px 0px 0px;
    height: 16px;
}
#new_bouton_ecouter {
    position: absolute;
    display: inline-block;
    top: 32px;
    right: 16px;
    border-radius: 25px;
    height: 32px;
    padding: 4px 4px 0px 16px;
    letter-spacing: 0.05em;
    font-size: 0.75em;
    text-transform: uppercase;
    z-index: 20;
}

#new_image_une {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    height: 300px;
    margin-bottom: 16px;
}
#new_image_une img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#new_image_une_texte {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 108px;
    padding: 48px 8px 0px 8px;
    text-align: right;
    font-size: 1.2em;
}
#new_image_une_bouton {
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 16px;
    padding: 8px 16px 4px 16px;
    width: auto;
    font-size: 0.6em;
    text-transform: uppercase;
}

/* bloc une pub */

#new_une_pub {
    position: relative;
    width: 100%;
}
#new_une {
    position: relative;
}
.new_une_article {
    position: relative;
    margin: 0px 0px 16px 0px;
    width: 100%;
}
.new_une_article img {
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.new_une_article .new_partenaire {
    position: absolute;
    top: 92px;
    left: 8px;
    width: 150px;
    height: 100px;
}
.new_une_article .new_une_texte {
    position: relative;
    padding: 8px;
}
#new_playlist_pub {
    position: relative;
    width: 100%;
}
#new_playlist {
    margin-bottom: 10px;
}

#new_une_titre {
    padding: 16px 0px 16px 8px;
}

@media only screen and (min-width: 481px) {
    .tel {
        display: none;
    }
    .notel {
        display: block;
    }

    body {
        background-color: #eee;
    }
    #burger_menu3 {
        display: none;
    }
    #page {
        margin-left: auto;
        margin-right: auto;
        width: 1280px;
        height: auto;
        background-color: #fff;
        padding-top: 0px;
    }
    #new_nav_haut {
        position: relative;
        width: 100%;
        height: 64px;
        top: unset;
        margin-left: auto;
        margin-right: auto;
        width: 1280px;
    }
    #new_navbar {
        display: block;
        position: relative;
        top: 0px;
        left: 128px;
        width: auto;
        height: 40px;
        padding-top: 12px;
    }
    #new_nom {
        position: absolute;
        background-color: transparent;
        width: auto;
        top: 39px;
        text-align: left;
        padding: 0px;
        height: auto;
        position: absolute;
        left: 96px;
    }
    #new_marques {
        display: block;
    }

    #new_image_une,
    #new_image_une img,
    #new_image_une_texte {
        height: 320px;
    }
    #new_image_une {
        position: relative;
        width: 100%;
        background-color: #ffffff;
        margin: 0px;
        margin-bottom: 16px;
        cursor: pointer;
    }
    #new_image_une img {
        object-fit: cover;
        height: 100%;
        width: 960px;
    }
    #new_image_une_texte {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 512px;
        padding: 96px 32px 32px 96px;
        font-size: 1.8em;
    }
    #new_image_une_bouton {
        margin-top: 16px;
        padding: 16px 24px 16px 24px;
        width: unset;
        display: inline-block;
        position: static;
    }
    #new_bouton_burger {
        display: none;
    }
    #new_logo {
        position: absolute;
        left: 12px;
    }
    #new_marques {
        position: absolute;
        bottom: 11px;
        right: 40px;
    }
    #new_bouton_ecouter {
        position: absolute;
        display: inline-block;
        top: 68px;
        left: 0px;
        border-radius: 0px 25px 25px 0px;
        padding: 4px 8px 2px 16px;
        right: unset;
        font-size: 0.75em;
        text-transform: uppercase;
        z-index: 20;
    }
    /* bloc une pub */

    #new_une_pub {
        position: relative;
        width: 1240px;
        height: auto;
        margin: 10px 20px 0px 20px;
    }
    #new_une {
        position: relative;
        top: 0px;
        left: 0px;
        width: 820px;
    }
    #new_une_titre {
        padding: 16px 0px 16px 0px;
    }
    .new_une_article {
        position: relative;
        margin: 0px 0px 32px 0px;
        height: 220px;
        width: 100%;
    }

    .new_une_article img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 400px;
        object-fit: cover;
        height: 100%;
    }
    .new_une_article .new_partenaire {
        position: absolute;
        top: 112px;
        left: 8px;
        width: 150px;
        height: 100px;
    }
    .new_une_article .new_une_texte {
        position: absolute;
        top: 0px;
        left: 420px;
        width: 400px;
        height: 200px;
    }
    #new_playlist_pub {
        position: absolute;
        top: 0px;
        left: 840px;
        width: 400px;
    }
    #new_playlist {
        margin-bottom: 10px;
    }
}

.bandeau-concours {
    width: 100%;
    height: 200px;
    display: flex;
    margin: 8px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}

.bandeau-image {
    flex: 4;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Dégradé en superposition côté droit */
.bandeau-image::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 96px;
    height: 100%;
    background: linear-gradient(to right, #33333300 0%, #333333ff 100%);
}

.bandeau-contenu {
    flex: 2;
    background-color: #333;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.titre-concours {
    font-size: 28px;
    margin-bottom: 12px;
    color: #fff;
}

.btn-concours {
    background: #005bb5;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
}

.btn-concours:hover {
    background: #407ebb;
}
@media (max-width: 768px) {
    .bandeau-concours {
        flex-direction: column;
        height: 280px;
        margin: 0px;
    }

    .bandeau-image {
        width: 100%;
        height: 190px;
    }

    .bandeau-image::after {
        content: "";
        position: absolute;
        top: 140px;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to bottom, #33333300 0%, #333333ff 100%);
    }

    .bandeau-contenu {
        bottom: 20px;
        margin: 0px;
        height: 90px;
        width: 100%;
        padding: 0px;
        align-items: center;
        text-align: center;
    }

    .titre-concours {
        margin: 0px;
        font-size: 15px;
    }

    .btn-concours {
        padding: 8px 16px;
        margin: 8px;
    }
}
