@charset "UTF-8";

/*
dark grey: #333333
bleu calir: #3498db
yello: #f1c40f
*/

/* CSS GLOBAL */
html, body {
  padding: 0;
  margin: 0;
}

.col-md-4 {
  padding: 0;
}

hr {
  width: 70%;
}

h1 {
  text-align: center;
}

/*
header
*/
.header {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 70px;
  line-height: 70px;
  background-color: rgba(221, 235, 237, 0.4);
  position: fixed;
  top: 0;
  z-index: 999;
}

.header .header-logo {
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  float: left;
  margin-left: 30px;
}

.header .header-menu {
  float: right;
  margin-right: 30px;
}

.header .header-menu a {
  margin-right: 15px;
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
}

.button-galerie {
  margin-right: 15px;
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  top: 18px;
  background-color: rgba(221, 235, 237, 0.4);
  /* list-style-type: square; */
}

.button-onglets {
  margin-right: 15px;
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  top: 18px;
  background-color: rgba(221, 235, 237, 0.4);
  list-style-type: none;
}

.header .header-menu a:hover {
  color: #f1c40f;
}

.heading-site {
  text-align: center;
  font-family:  'Montserrat', sans-serif;
  margin-top: 100px;
  font-size: 30px;
}


/*GALLERIE PHOTOS*/
img {
  position: relative;
  margin-top: 100px;
  height: 447px;
  width: 335px;
}

.hov {
  position: absolute;
  /* top: 145px;
  left: 57px; */
  top: 100px;
  background-color: rgba(0, 0, 0, 1);
  height: 447px;
  width: 335px;
  text-align: center;
  color: white;
}

.content {
  margin-top: 20%;
  transform: translateY(-100px);
  transition-duration: 0.5s;
}

.content_hover {
  margin-top: 20%;
  transform: translateY(0);
  transition-duration: 0.5s;
}
