/* new homepage */

/*pour pas avoir le menu latéral qui s'affiche*/

.panel-content-global{
    display: none;
    width: 0px !important;
}

.page-content-wrapper{
    width: 100%;
}
/*fin pour pas avoir le menu latéral qui s'affiche*/

/*
.titre-banniere {
    padding-top: 116px;
    font-family: 'Cabin', serif;
    font-style: normal;
    font-weight: 600;
    font-size: 89px;
    line-height: 112px;
    color: #302F3C;
}

.sous-titre-banniere {
    font-family: 'Cabin', serif;
    font-style: normal;
    max-width: 629px;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 48px;
}

.bouton-noir {
    background-color: #000000;
    font-family: 'Cabin', serif;
    color: #FDFDFD;
    padding: 16px 32px 16px 32px;
    margin-top: 48px;
    border-radius: 0px;
}

.bandeau-logos {
    margin-top: 20px;
    height: 205px;
    position: relative;
}

.conteneur-images {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.conteneur-images div div div img {
    margin: 10px;
    max-height: 87px;
}

.conteneur-images div div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.top-banniere {
    position: relative;
}

.image-fond {
    position: absolute;
    top:0;
    right: 0;
    z-index: -1;
}

.image-fond div div img {
    height: 897px;
}

.rectangle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    background-color: #F9B11E;
}

.bloc-text-bouton {
    margin-left: 352px;
}

.btn-black {
    color: white;
    margin: 5px 0;
    background-color: #000000;
    border-radius: 0;
}

.btn-black-xl {
    padding: 16px 32px 16px 32px;
}

.btn-black:hover {
    background-color: #D69015;
}

.btn-black:disabled {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #868786;
    cursor: not-allowed;
}

.btn-black:active {
    background-color: #B3720F;
}

.btn-black:disabled:hover {
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    color: #868786;
}*/
