@charset "UTF-8";

/*
dark grey: #333333
bleu calir: #3498db
bleu fonce: #0652DD;
yello: #f1c40f
*/


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

/*
banner
*/
.banner {
  margin-top: -25px;
}

.banner .banner-image {
  position: relative;
}

.banner .banner-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
}

.banner .banner-content h1,
.banner .banner-content h2 {
  color: #0652DD;
}

.banner .banner-content h2 {
  margin-top: -60px;
  color: white;
}

.centrer {
  text-align: center;
}

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

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

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

.responsive {
    width: 100%;
    height: auto;
}

/*
footer
*/
.footer .footer-informations {
  text-align: center;
  margin-top: 20px;
  font-style: italic;
}
