* {
    overflow: auto;
}

body {
    background-color: #8BA1BB;
    font-family: Arial;
    margin: 0;
}

.hidden {
    position: absolute;
    left: 0;
    top: -10000px;
    overflow: hidden;
}

div.contenu {
    background-color: white;
    margin: 40px 8px 40px 8px;
    padding: 0px 8px 20px 8px;
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.1);
    overflow: visible;
}

h1 {
    text-align: center;
    margin-bottom: 12px;
    margin-top: 10px;
}

h4 {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 200px;
}

p.description {
    text-align: center;
    max-width: 400px;
    display: inline-block;
    font-size: 14px;
}

p.description2 {
    text-align: center;
    max-width: 400px;
    display: inline-block;
    font-size: 14px;
    /*font-style: italic;*/
    font-weight: 100;
}

/* Mon commentaire CSS */

.centre {
    text-align: center;

}

p.categorie {
    background-color: black;
    color: white;
    display: inline-block;
    margin-top: -15px;
    padding: 8px 18px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 16px;
}

div.categorie {
    margin-bottom: 0px;
    margin-top: 0px;
    overflow: visible;
}

div.separateur {

    height: 1px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}

div.info {
    position: relative;
}

table.info {
    position: absolute; 
    bottom:0; 
    color: white; 
    background-color: #6C829DC0; 
    height: 50px
}

table.info td {
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}

table.info th {
    font-size: 14px;
    vertical-align: bottom;
    padding-bottom: 8px;
}

img.info {
    display: block;
    max-height: 400px;
    /*object-fit: cover;*/
    background-size: cover;
    min-height: 200px;
    background-color: lightgray;
}

div.colonne {

    margin-top: 20px;
}

div.colonne h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 5px solid #6C829D;
    padding-bottom: 5px;
    

}

div.colonne1 {
    display: inline-block;
}

div.Perso p {
    text-align: center;
    font-size: 14px;
    border: 1px solid lightgray;
    padding: 8px 0px;
    margin-top: 4px;
    margin-bottom: 0;
}

table.pro p.numero {
    background-color: #6C829D;
    color: white;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 4px;
    box-sizing: border-box;
    border-radius: 50%;
    margin: 0;
}

table.pro td {
    vertical-align: top;
}

table.pro td.pro_etape {
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 10px;
}

table.pro tr {
    height: 40px;
}
.city {
    background-color: white;
    color: black;
    border: 2px solid black;
    margin: 20px;
    padding: 20px;
  }

.bouton {
    position: absolute;
    width: 10%;
    height: 30px;
    left: 77%;     
    bottom: 8%;   
    background-color: rgb(184, 28, 100);
    border: 1px solid rgb(8, 189, 47);
    border-radius: 5px;
    font-family: Verdana;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    padding: 2px;
    color: white;   
}

  table,
  td {
      border: 1px solid #333;
      text-align: center;
      width: 100%;
      border-radius:4px;


  }
  tbody {
      background-color: rgb(255, 255, 255);
      color: rgb(0, 0, 0);
      text-align: center;
      width: 30%;
  
  }
  thead,
  tfoot {
      background-color: rgb(42, 74, 154);
      color: #fff;
      text-align: middle;
      width: 30%;
  }


/* Styles pour ordinateur */
@media only screen and (min-width: 768px) {
    div.contenu {
        margin: 60px 10% 80px 10%;
        padding: 0px 30px 30px 30px;
        min-width: 350px;
    }

    table.info {
        height: 80px
    }
    
    table.info td {
        font-size: 14px;
    }
    
    table.info th {
        font-size: 16px;
    }

    div.colonne {
        width: 45%;
    }
    
    div.colonne1 {
        margin-right: 10%;
    }
    
    div.colonne2 {
        float: right;
    }
}



@media only screen and (min-width: 900px) {
    div.contenu {
        margin-left: auto;
        margin-right: auto;
        width: 945px;
    }

}







