@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 {
  margin-top: 100px;
  text-align: center;
}

.heading-site {
  text-align: center;
  font-family:  'Montserrat', sans-serif;
}

.heading-site .mycontainer {
  display: inline-block;
}

.heading-site h2{
  margin-bottom: 10px;
}

/*
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-menu {
  float: right;
  margin-right: 30px;
}

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

.burger {
  width: 100%;
  /* margin-left: 0; */
  margin-right: 0px;
  height: 70px;
  line-height: 70px;
  position: fixed;
}

.navbar-brand .navbar-burger {
  margin-left: 80px;
  margin-right: 0;
}

.navbar {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  height: 70px;
  line-height: 70px;
  background-color: #EFF8FB;
  position: fixed;
  top: 0;
  z-index: 999;
}

.mynavbar-end {
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  list-style-type: none;
  position: absolute;
  padding-left: 40px;
  background-color: #EFF8FB;
}

.header .navbar .mycontainer {
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  list-style-type: none;
}

.dropdown-item {
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  list-style-type: none;
}

.header-logo {
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
}

.header-logo:hover {
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  list-style-type: none;
}

a:hover {
  color: yellow;
}

.button-onglets {
  margin-left: 10px;
  color: #0652DD;
  font-family: 'Montserrat', sans-serif;
  top: 18px;
  list-style-type: none;
}

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


figure {
    border-style: none;
    display: flex;
    flex-flow: column;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    /* padding-bottom: 30px;
    padding-top: 30px; */
    max-width: 100%;
    max-height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
}

figcaption {
    background-color: #0000cc;
    color: #fff;
    font-family:  'Montserrat', sans-serif;
    padding: 3px;
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}
