body { background: #F1F1F1 }

.bandeau
{
  background: rgb(255,123,0);
  background: linear-gradient(45deg, #f9d982 0%, #FFF 100%) repeat scroll 0% 0% transparent;
  margin-top: -8px;
  margin-left: -8px;
  margin-right: -8px;
  min-height: 80px;
}

.bandeau h1
{
  margin: 0px;
  padding: 8px;
  font-family: sans-serif;
  font-weight: normal;
  color: rgb(161, 90, 0);
  font-size: 2.3em;
  padding-top: 20px;
  padding-left: 110px;
}
@media screen and (max-width: 480px){ 
  .bandeau h1 { font-size: 9vw; padding-top: 10px; padding-left: 10px; }
  .bandeau img { display:none; } 
}
@media screen and (max-height: 250px){ 
  .bandeau h1 { font-size: 1.5em; padding-top: 4px; padding-bottom:4px;}
}

.bandeau .logo
{
  float: left;
  margin-left: 15px;
}

.page { margin-top: 1em }

.intro 
{
  color: #444;
  font-weight: bold;
  font-size: 1em;
}

.tableau
{
  background: url("tableau.png");
  background-size: 100%;
}

ul.listeIcones
{
  
}

ul.listeIcones li
{
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  border-width: 5px;
  padding: 5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-radius: 15px;
  text-align: center;
  min-width: 150px;
  min-height: 185px;
  position: relative;
}

ul.listeIcones li:hover
{
  border-style: solid;
  border-color:#ff934b;
}

ul.listeIcones li a
{
  vertical-align: bottom;
  position: absolute;
  bottom: 0px;
  min-width: 150px;
  left: 0px;
  text-decoration: none;
  color: #C36A1E;
  font-family: sans;
  font-size: 1.6em;
}

ul.listeIcones li a img
{
  margin-bottom: 5px;
}

@media screen and (max-width: 480px), screen and (max-height: 480px) { 
  ul.listeIcones { padding-left: 4vmin; }
  ul.listeIcones li{ min-width: 33vmin; width: 33vmin; margin-right: 3vmin; min-height: 43vmin; }
  ul.listeIcones li a { min-width: 33vmin; width: 33vmin; font-size: 5vmin; }
  ul.listeIcones li a img { max-width: 100%; max-height: 100% }
}

a .lienTelech {
  background-color: white;
  /*! margin: auto; */
  text-align: center;
  color: black;
  margin: 1em;
  border-radius: 2em;
  padding: 1em;
  box-shadow: 5px 5px 9px 0px rgba(12, 0, 53, 0.4);
  margin-top: 2em;
  background-image: url('../img/iconeTelech.png');
  background-size: 145px;
  background-repeat: no-repeat;
  background-position: 1% center;
  padding-left: 160px;
}
a .lienTelech:hover {
  background-color: #eacb7f
}

.lienTelech a {
  color: black;
}
a {
  text-decoration: none;
}
.lienTelech h4 {
  margin-top: 0px;
}