@charset "UTF-8";
/*** couleur bg entete / footer ***/
/* POLICES */
.defaultPolice {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
body {
  background: url("/media/img/fond_trombi.png") top 190px center no-repeat;
  background-size: auto 1133px;
  transition: background-position linear;
}
.tac_float {
  display: table-cell !important;
}
.tac_float h1 {
  font-size: 30px !important;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.tac_activate {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video {
  width: 100%;
  height: 100%;
  background: transparent !important;
}
.video #bloc_video,
.video .bloc_video {
  width: 80%;
  height: 80%;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.video #bloc_video div,
.video .bloc_video div {
  position: initial !important;
}
.video #bloc_video iframe,
.video .bloc_video iframe,
.video #bloc_video object,
.video .bloc_video object {
  width: 100%;
  height: 100%;
}
main {
  width: 100%;
  max-width: 940px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px;
}
main h1 {
  font-family: triplex-cond-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  width: 100%;
}
main h1 a {
  opacity: 0.75;
  text-decoration: none;
  color: #000;
}
main h1 a:hover {
  opacity: 1;
}
main section {
  width: 100%;
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
main section article {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 40px;
}
main section article.flexCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-column-gap: 10px;
}
main section article .videoFiche {
  width: 300px;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  margin: 10px 0 0 0;
}
main section article .videoFiche:hover .titreVideo {
  color: #ffffff;
}
main section article .videoFiche .btVideo {
  display: flex;
}
main section article .videoFiche .btVideo:after {
  content: " ";
  width: 60px;
  height: 60px;
  position: absolute;
  background: transparent url('/media/img/btPlay.png') center top no-repeat;
  background-size: 100%;
  top: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
}
main section article .videoFiche .btVideo:hover:after {
  filter: alpha(opacity=80);
  opacity: 1;
}
main section article .videoFiche .titreVideo {
  width: 300px;
  height: auto;
  position: relative;
  text-align: left;
  z-index: 2;
  background: #000000;
  left: 0;
  bottom: 3px;
  padding: 10px;
  color: #ffffff;
  -o-transition-property: all;
  -o-transition: 0.5s ease-in-out;
  -moz-transition-property: all;
  -moz-transition: 0.5s ease-in-out;
  -webkit-transition-property: all;
  -webkit-transition: 0.5s ease-in-out;
  transition-property: all;
  transition: 0.5s ease-in-out;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
main section article .videoFiche .titreVideo a {
  color: #ffffff;
  cursor: pointer;
}
main section article .videoFiche .titreVideo i {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: bottom;
}
main section article .videoFiche .titreVideo p {
  width: 40px;
  height: auto;
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  font-style: italic;
}
main section article .videoFiche img {
  width: 100%;
  border-radius: inherit !important;
  height: auto !important;
}
