/* PAGE ACCUEIL */

.fond {
  position: relative;
  background-image: url("../images/fond4.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.exaval {
  position: absolute;
  top: 30%;
  left: 25%;
  width: 20%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5%;
}
.interval {
  width: 10vw;
  text-align: center;
}
.menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  min-height: inherit;
  padding: 2%;
  padding-top: 10%;
  padding-bottom: 10%;
}
.lien {
  position: relative;
  width: 90%;
  min-height: 50px;
  font-family: "Trueno";
  border-left: 2px solid #dddddd;
}
.lien a {
  position: absolute;
  text-decoration: none;
  left: 2%;
  background-color: rgba(255, 255, 255, 0.3);
  color: #999999;
  font-family: "Trueno";
  font-size: 1.2em;
  padding-top: 5%;
  padding-bottom: 5%;
}
.separateur {
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, #dddddd 0, rgba(255,255,255,0) 70%);
  float: left;
}
#affichageContact {
  padding-top: 2em;
  font-family: "Trueno";
  font-size: 0.9em;
  margin-left: -1.6em;
  line-height: 1.2;
  color: #333333;
}
.logoContact {
  height: 1.5em;
}
.mentionsLegales {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
}
.mentionsLegales a {
  text-decoration: none;
  color: #999999;
}
.liensVersSites {
display: block;
margin-left: auto;
margin-right: auto;
width:75%;
text-align:center;
}
.liensVersSites img {
width: 8vw;
}
.liensVersSites a {
margin-left: 10%;
margin-right: 10%;
}

/* =============================================================================
   Particules
   /* -----------------------------------------------
   /* Author : Vincent Garreau  - vincentgarreau.com
   /* MIT license: http://opensource.org/licenses/MIT
   /* Demo / Generator : vincentgarreau.com/particles.js
   /* GitHub : github.com/VincentGarreau/particles.js
   /* How to use? : Check the GitHub README
   /* v2.0.0
   ========================================================================== */

/* ---- base ---- */
canvas {
  display:block;
  vertical-align:bottom;
}
/* ---- particles.js container ---- */
#particles-js {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* =======[forum]annuel========*/
.forum_annuel {
position:absolute;
top: 55%;
left: 45%;
width: 15em;
z-index: 1;
background-color: rgba(255, 255, 255, 0.3);
border-radius: 5%;
}
.forum_annuel img {
  width: 15em;
}
