body{
    display:flex;
    flex-direction: column;
}

.header-top-row .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    height: 75px;
    padding: 10px;
    width: 70%;
    min-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.header-top-row img.disk-dosette {
    margin-top: -25px;
    z-index: 30;
}

.header-top-row .block-accueil * {
    vertical-align: middle;
}

.header-top-row input.auth-submit,
.header-top-row input.btn-deconnecter {
    border-radius: 2px;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}

.header-top-row input#identifiant,
.header-top-row input#password {
    width: 7em;
    background: #fff;
    border: 0;
    margin: 0;
    padding: 5px 0.5em;
    vertical-align: top;
}

#errorLogin {
    display: inline-block;
    max-width: 250px;
    line-height: 0.95;
}

.header-top-row .centerPart {
    z-index: 30;
    flex-grow: 1;
    text-align: center;
}
header .leftPart{
    text-align: left;
}
header .rightPart{
    text-align: right;
}
.header-top-row .leftPart,
.header-top-row .rightPart {
    width: 270px;
    display: flex;
    flex-direction: column;
}

.header-top-row .leftPart > *,
.header-top-row .rightPart > *{
    margin-top:auto;
    margin-bottom: auto;
}

.header-bottom-row .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    width: 70%;
    min-width:970px;
    margin-left: auto;
    margin-right: auto;
}

.header-content span.type_dosette_text{
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: semencesfregular;
    line-height: 1.1em;
    display:inline-block;
    margin-left:5px;
}

.header-bottom-row .header-content p.page-title *{
    vertical-align:middle;
}

.header-bottom-row div.logo-wrapper{
    display:flex;
    
}
.header-bottom-row img.logo-entreprise{
    margin-top:auto;
    margin-bottom:auto;
    height:45px;
}

.home.gmc-content{
    flex-grow:1;
}

/* media query when screen is smaller than 970px */
@media screen and (max-width:970px) {
    .header-content{
        width: 100% !important;
        min-width:100% !important;
    }
    .header-top-row img.disk-dosette {
        display:none;
    }
}

div#accueil{
    display:flex;
    flex-direction:row;
    margin-bottom:auto;
    margin-top: auto;
    justify-content: center;
    gap: 10%;
    height:100%;
}

div#accueil img.pictos{
    height:200px
}

div#accueil > a {
    text-decoration: none !important;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-top:auto;
    margin-bottom:auto;
}