.custom-bg {
    background-color: lemonchiffon;
}

div.custom-bg {
    text-align: center;
    height: 100px;;
}

.custom-button {
    color: rgb(170, 170, 170);
    background-color: transparent;
}

.horaires {
	list-style-type: none;
	text-align: left;
	padding-inline-start: 8px;
}

div.alerte {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

form submit {
    margin-top:1em;
}

a.button {
    background-color:#ffc107;
    color:white;
    font-weight:bold;
    font-size:16px;
    padding:12px;
    text-align:center;
    text-decoration:none;
}

form {
    display:flex;
    padding:12px;
    flex-direction:column;
}

form label {
    flex:1;
    font-weight:bold;
}

form input {
    flex:2;
    background-color: white;
    border:none;
    padding:6px;
    color: #ffc107;
    margin-bottom:12px;
}

form select {
    flex:2;
    background-color: white;
    border:none;
    padding:6px;
    color: #ffc107;
    margin-bottom:12px;
}

form button {
    background-color:#ffc107;
    color:white;
    font-weight:bold;
    font-size:16px;
    padding:12px;
    text-align:center;
    text-decoration:none;
    border:none;
}