/* mon code css           color: #330000;                */

html {
  
  font-size: 1em;
  line-height: 1.4; }

body {
  background-color: #fcf8e6;
  font-family: Helvetica, Arial, sans-serif;
  color: #330000;   }
/* touniquet bouton stop---------------------*/
  @keyframes spinning {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
  }
  .spinhov:hover {
    animation-name: spinning;
    animation-duration: 0.6s;
    animation-iteration-count: 1;
    /* linear | ease | ease-in | ease-out | ease-in-out */
    animation-timing-function: ease-in-out;
  }

/*#bloc_page {
  width: auto;
  max-width: 1200px;
  margin: auto;
  min-width: 320px;*/   }

img,div {
	max-width: 100%;
	height: auto;   }

.imageflottante {
  float: right;
  border-radius: 10px;
  margin-right: 10px;   }

.imageG {
border-radius: 20px;
  margin-right: 10px;
box-shadow: 2px 2px 5px #003300;    }

h1, h2, h3 {text-align: center;   }

.box {
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px; }




.buttonactif {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  padding: 4px 10px;
  color: #330000;
  font-family: arial, serif;
  text-shadow: 1px 1px 5px white;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 1px 1px 4px #003300 inset;
  background-image: linear-gradient(-90deg, rgba(255, 255, 204, 0.75), rgba(204, 204, 204, 0.75));  }

.button {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  padding: 4px 10px 10px 10px;
  color: #0B173B;
  font-family: arial, serif;
  text-shadow: 2px 2px 5px white;
  font-size: 24px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #003300;
  background-image:linear-gradient(-90deg, rgba(51, 0, 0, 0.2), rgba(255, 255, 204, 0.75)); }

.button:hover {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  padding: 4px 10px;
  color: #330033;
  font-family: arial, serif;
  text-shadow: 0px 0px 5px white;
  font-size: 24px;
  border-radius: 5px;
  box-shadow: 2px 2px 7px #003300;
  background-image: linear-gradient(-90deg, rgba(255, 255, 204, 0.75), rgba(204, 204, 204, 0.75));  }

