.content.container { width: 100%;}

@media screen and (min-device-width: 1200px){
  .content.container { width:1200px;
    margin:auto;}
}


/* ------------------------------------ Header ------------------------------------ */

.header{
  height: 150px;
  margin:20px auto 0 auto;
}

/* ---- Logo ---- */

h1{
  float: left;
  width: 200px;
}

.logocentre {
  display: none;
  text-align: center;
  margin:30px auto 0 auto;
  width: 100%;
}

/* ---- Menu pour les pages projets ---- */

.menuPageProjet{
  word-spacing: 60px;
  padding-bottom: 30px;
  text-align:center;
  float: right;
  margin:60px 100px 0px auto ;
  width: 763px;
  font-family: 'Rajdhani', sans-serif;
}

.menuPageProjet .cmn-t-underline {
  position: relative;
  color: #000;
}

.menuPageProjet .cmn-t-underline:hover {
  color: #25c583;
}

.menuPageProjet ul{
  margin:auto;
  width:700px;
  float: left;
  }

a{
  text-decoration: none;
  color:#25c583;
}

.rotate{
  float: right;
  margin-top: 50px;
  color: #25c583;
}

.rotate img:hover {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out 0s;
  color: #25c583;
}

.rotate2 {
  display: none;
}

.rotate2 img:hover {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out 0s;
  color: #25c583;
}

/* ---- Description du projet ---- */

.titre{
  font-weight: normal;
  border: 1px solid;
  line-height: 66px;
  width: 300px;
  color: #25c583;
  text-align: center;
  margin: 0 auto 74px auto;
  text-transform: uppercase;
}

.description{
  width: 80%;
  text-align: center;
  color: black;
  margin: 0 auto 100px auto;
}

@media screen and (max-device-width: 1199px) {
  .menuPageProjet {
    display: none;
  }
  h1{
    display: none;
  }
  .logocentre{
    position: absolute;
    display: block;
    margin-bottom: 100px;
  }
  .rotate{
    display: none;
  }
  .rotate2{
    position: relative;
    display: block;
    width: 100%;
  }
  .titre{
    margin-top: 50px;
  }
}

/* ------------------------------------ Contenu de la page ------------------------------------ */

.tousLesBlocs {
  width:100%;
  margin:auto;
}

.tousLesBlocs .row{
  display:flex;
  justify-content: space-between;
}
.tousLesBlocs .row .blocPictureCenter{
  margin:auto;
}

.tousLesBlocs .row img{
  max-width: 100%;
}

/* ------------------------------------Navigation entre les projets bas de page-------------------------------------------------------------------- */

.blocNavigation {
  height: 111px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
}

.blocNavigation .navigationContent {
  width: 400px;
  height: 120px;
  margin: 2px;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.blocNavigation .navigationContent .mask {
  height: 150px;
  width: 400px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: white;
  transition: all 0.2s ease-in-out;
}

.blocNavigation .navigationContent img {
  display: block;
  position: relative;
  margin: auto;
  padding-top: 40px;
  transition: all 0.1s linear;
}

.blocNavigation .navigationContent h2 {
  text-transform: uppercase;
  color: black;
  text-align: center;
  position: relative;
  font-size: 25px;
  padding: 10px;
  background: rgba(0, 0, 0, 0);
  margin: 20px 0 0;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.blocNavigation .navigationContent a.info {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  color: white;
  box-shadow: 0 0 0 black;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.blocNavigation .navigationContent a.info:hover {
  box-shadow: 0 0 5px black;
}

.blocNavigation .navigationContent p {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.2s linear;
  text-transform: capitalize;
}

.blocNavigation .navigationContent:hover img {
  transform: scale(1.1);
}

.blocNavigation .navigationContent:hover .mask {
  opacity: 1;
}

.blocNavigation .navigationContent:hover h2, .blocNavigation .navigationContent:hover p, .blocNavigation .navigationContent:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.blocNavigation .navigationContent:hover p {
  transition-delay: 0.1s;
}

.blocNavigation .navigationContent:hover a.info {
  transition-delay: 0.2s;
}

.pageProjetHdp{
  /*border:1;*/
  position:absolute;
  right:50px;
  bottom:150px;
  }