body, .TblTcket, .TblTckt {
/*Police principale*/
/*Notez qu'il est possible d'importer des polices grâce à "polices personnalisées" et un Font web generator*/
  font-family: sans-serif !important;
  font-size: 15px;
  overflow-y:scroll;
}

/*titre des rubriques formulaires d'inscription caché*/
.TitreRubriqueBo, .TitreRubriqueV2, #ctl00_Main_TcktFront_BtnPrevious {
display: none !important
}

label:not(.custom-control-label):not(.switch-control-label) {
    color: black !important;
}

div.ContentBlockInner {
    padding: 0px;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100% !important;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

nav#menu  {
    background-color: #e7167c !important;
}

.btn-warning {
    background-color: #e7167c !important;
    border-color: #e7167c !important;
    color: #ffffff;
}


div.Login > fieldset {
    border: none;
}

/*Bannière*/
header .bg-image img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -60%;
    /* width: 1920px; */
    width: unset;
    height: auto;
    margin: auto;
    opacity: unset !important;
    filter: unset !important;
}

div.head {
height: 260px;
}

.col-12.col-sm-6.col-lg-5.col-xl-4.logo, div.col-12.col-sm-6.col-lg-7.col-xl-8.date {
display: none ;
}


@media only screen and (max-width: 500px) {

header .bg-image img {
    position: absolute;
    left: unset !important;
    width: 100%;
    opacity: unset !important;
    filter: unset !important;
}

/*Cache menu mobile*/
a.menu-trigger {
display: none !important;
}

#ctl00_Main_TcktFront_IT_LBL_LISTE_159322 {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

#ctl00_Main_TcktFront_lbl_GR_23061 {
  display: block;           /* pour que la marge s’applique bien */
  margin-top: 20px !important;         /* espace avant l’élément */
}

