* {

    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
p.input{
    
        border-bottom: 6px solid grey;
        background-color: lightgrey;
      }

input{
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
  }
header,main{
    margin: 10px;
}
body {
    max-width: 750px;
    min-height: 100vh;
    margin: auto;
    background-color: #fefefe;
    

    
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: calc(12px + 0.4vw);
    line-height: 1.4;

    color: #454545;
    background-color: #fafafa;
}
.categorie-item.categorie-3,.categorie-item.categorie-2,.categorie-item.categorie-4,.categorie-item.categorie-1
{
    /*! display: inline; */
}
ul{
    list-style: none;
}
li.categorie-item{
    background-color: #cfdbda; /* Green */
    border: none;
    color: rgb(0, 0, 0);
    /*! padding: 5px 12px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}


.categorie-item a {
    color:black;
    padding: 8px 14px;
    display: block;
}
.categorie-item.categorie-2{
    background-color: red;
}
.categorie-item.categorie-2:hover{
    background-color: rgb(194, 2, 2);   
}

.categorie-item.categorie-3{
    background-color: rgb(59, 167, 255);
}

.categorie-item.categorie-3:hover{
    background-color: rgb(49, 133, 202);  
}
.categorie-item.categorie-4{
    background-color: rgb(97, 180, 13);
}

.categorie-item.categorie-4:hover{
    background-color: rgb(77, 139, 14);
}
a.a-button{
    color: black;

}
ul.inline-list {

    /*! min-width: 250px; */
    /*! display: inline; */
}

li.ul{
    display: inline;
    margin-right: 2%;
}

main {
    padding-top: 0.75em;
}

h1 {
    font-size: 1.5em;
    color: #111;
}

h2 {
    font-size: 1.25em;
    color: #222;
}

h3 {
    font-size: 1.125em;
    color: #333;
    display: flex;
    flex-flow: row;
}

a {
    color: #6495ed;
    text-decoration: none;
}


.lieu.item {
    padding: 0.5em;

    display: flex;
    flex-direction: row;
}

/* un sur deux */
.lieu.item:nth-child(2n+1) {
    background: #f3f3f5;
}

iframe.google-map {
    /* si height non saisie,
    l'iframe peut avoir une taille dynamique,
    très très ennuyant pour le visiteur */
    width: 100%;
    height: 100%;
}

.map-holder {
    height: 300px;
    width: 100%;
    background-color: #f4f4f4;
    border-radius: 5px;
}

.unstyled-list {
    list-style: none;
}

.jour {
    display: inline-block;
    padding-right: 1em;
}

input[type="submit"] {
    cursor: pointer;
}

table, th, td {
    border: 1px solid black;
}

table.apercu-donnees {
    table-layout: fixed;
    width: 100%;
    word-break: break-word;
}

table.apercu-donnees td:empty {
    background: rgb(216, 100, 23);
}

.feedback {
    padding: 5px 12px;
    border-radius: 5px;
    background-color: #eef;
}

.error {
    background-color: #eebbaa;
}
.divinfo{
    flex-direction: column;
    display: inline-table;
}

.success {
    background-color: #ddeedd;
}
.principaldiv{
    display: flex;
    flex-direction: column;
}
.lieu.item img {
    max-width: 120px;
    /*! float: left; */
    margin-right: 10px;
    padding: 10px;
    /*! display: flex; */
    flex-direction: initial;
    /*! display: table; */
    height: 100%;
    width: 100%;
}
address{
    padding: 3px;
    display: flex;
    min-width: ;
}

