﻿
.container_BandeauGouv {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 7vh;
    overflow: auto;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    background-color: #ffdd00;
    flex-direction: row;
    background-size: auto;
    z-index: 650;
}



.logo_18ans {
    height: 30px !important;
    width: 30px;
    position: relative;
    z-index: 9999;
    box-sizing: content-box;
    display: flex;
    padding-right: 20px;
}

.txt_BandeauLegal {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
    z-index: 9998;
    text-align: center;
}

    .txt_BandeauLegal span {
        font-size: 16px;
        display: block; 
    }

.logo_gouv {
    height: 5vh;
    position: relative;
    z-index: 9999;
    box-sizing: content-box;
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}
   
    .ct_logosjeuresponsable {
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

    .ct_logosjeuresponsable a {
        height: 155px;
        width: 250px;
        display: block;
        position: relative;
        align-items: center;
    }

    .ct_logosjeuresponsable img {
        width: 100%;
        height: 100%;
        object-fit: contain; 
    }

/*.bloclogojeuresponsable {
    width: 250px;
    margin-bottom: 30px;
    overflow: hidden;
    text-decoration: none;
    height: 155px;
    position: relative;*/


@media (max-width:980px) {
    .container_BandeauGouv p {
        font-size: 7px;
        line-height: 9px;
        padding: 10px 5px;
    }

    .logo_18ans, .logo_gouv {
        height: 3vh;
    }

    .txt_BandeauLegal {
        margin-left: 10px;
        margin-right: 10px;
    }


    .txt_BandeauLegal span {
        font-size: 9px; 
    }
}

