/* FULL */

@media (min-width: 768px) {

#pour-full {
  /* max-width: 1280px; */
  margin-left: -8px;
  margin-right: -8px; 
}

.imagefull {
  width: 100%;
  height: auto;
  max-width: 100%;
}

body {          
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 11pt;
  background-color: #1A1A1A;
}

p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 11pt;
  color: white;
}

.mini {
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 10pt;
}

.vignette {
  width: 100%; /* élargi à 100% pour test */
  margin: auto;
}

.fibi {
  clear: both;
}

.legend {
  width: 80%;

  /* background-color: blue; */
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 32px;
}

.image30 {
  width: 100%;
  height: auto;
  max-width: 80%;
}

#column1,
#column2,
#column3 {
  float: left;
  width: 33.33%;
  word-wrap: break-word;
}

#column1 {
  clear: both;
}

