@charset "UTF-8";

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

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

/*timeline*/
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 150px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}
