@charset "UTF-8";


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

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

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


/*
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;
}

.focus-container p {
  font-size: smaller;
}

figure {
    border-style: none;
    display: flex;
    flex-flow: column;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 400px;
    height: 600px;
}
