@font-face {
    font-family: AvenirNext;
    src: url('../AvenirNextLTPro-Regular.odf');
}

  #navAdapted {
    display: none;
    visibility:hidden;
  }
  .hideContain {
    display: none;
    visibility:hidden;
  }

body {
  background-color: #2c2c2c;
  padding-top: 10px;
  margin: none;
}

body a:hover{
  cursor: pointer;
}

.navBar {
  text-align: right;
  padding-top: 60px;

}



.navBar a {
  color: #939292;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;

  border-bottom: 2px solid #f3d400;
  font-size: 20px;
  font-family: "AvenirNext";
  transition-property: color; /* Active la transition sur background-color */
  transition-duration: 1s; /* La transition dure 1s */
}

.navBar a:hover {
  text-decoration: none;
  color: white;
}


.MessageAmandine {
  background-color: #1e1e1e;
  width: 90%;
  margin-left: 5%;
  height: 110px;

  color: #939292;
}

.MessageAmandine img {
  float: right;
}

.MessageAmandine p {
  padding-top: 20px;
  padding-left: 20px;
}

.MessageAmandine .signature p {
  color: white;
  float: right;
  padding-top: 0px;
  padding-right: 50px;
}

.articleYellow {
  background-color: #f3d400;
  height: 300px;
  padding-top: 25px;
}

.articleYellow .actuality {
  background: url("../img/bOODbANNER.jpg") center no-repeat;
  height: 250px;
  width: 100%;
  padding-top: 50px;
  padding-left: 150px;
}

.articleYellow .actuality .caption p {
  color: white;
  font-size: 40px;
  font-family: "AvenirNext";
}

.articleYellow .actuality .subtitle p {
  color: #f3d400;
  font-size: 20px;
  font-family: "AvenirNext";
  font-weight: bold;
}

.articleYellow .actuality .more {
  float: right;
  padding-top: 20px;
  padding-right: 100px;
}

.MalMoreInfo {
  background-color: white;
}

.atricle {
  background: #f3d400;
  min-height: 240px;
  padding-top: 20px;
}

.atricle div {
  width: 100%;
  height: 200px;

  padding-top: 110px;
}

.atricle button {
   float: right;
   margin-right: 10px;
   margin-top: -20px;
}

th p {
  background-color: #2f2f2f;
  padding: 10px;
  width: 70%;

  color: white;
  font-size: 20px;
  font-family: "AvenirNext";

  font-weight: normal;
}

.partenaires p {
  color: #f3d400;
  font-size: 30px;
  font-family: "AvenirNext";
}

.partenaires p small {
  color: white;
  font-size: 15px;
}

footer p {
  color: white;
  font-size: 17px;
  font-family: "AvenirNext";
}

footer .yellowborder{
  margin-top: -10px;
  width: 80%;
  height: 2px;
  background: #f3d400;
}

footer .add p {
  color: #939292;
}
/* PAGE 2*/
#LeTPA {

}

h2 {
  background-color:  #f3d400;
  color: #2c2c2c;
  font-size: 25px;
  font-family: "AvenirNext";
  padding: 10px;
}

h2 small {
  font-size: 15px;
  text-align: right;
}

#LeTPA p {
  background-color: #1e1e1e;
  padding: 10px;
  color: white;
}

#LeTPA .card-text {
  background: none;
  color: black;
  font-size: 15px;
  font-family: "AvenirNext";
}

#LeTPA table th td {
  width: 33%;
}

table {
  text-align: center;
  font-size: 15px;
}

.info h5{
  padding-top: 20px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-family: "AvenirNext";
}

#NosPhotos .caption {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding-left: 10px;
  padding-top: 7px;
  padding-right: 10%;
  color: white;
  font-size: 15px;
  font-family: "AvenirNext";

  max-width: 280px;

  margin-left: 9%;
  margin-top: -100px;
}

#Contact h4 {
  color: white;
  font-size: 25px;
  font-family: "AvenirNext";
}

#Contact h3 {
  color: #f3d400;
  font-size: 20px;
  font-family: "AvenirNext";
}
