body{
  font-family:  "Segoe UI",Arial,sans-serif;
  margin: 0;
}

#header{
  margin: 0;
  padding: 15px;
  font-size: 28px;
  background-color: #BABABA;
  color: #000000;
}

#header p{
  display: inline;
  vertical-align:middle;
}

#header p img{
  margin: 0 10px;
}

#menu{
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  background-color: #373737;
  overflow: visible;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 100;
}

#menu li{
  float: left;
}

#menu li.active {
  background-color: #4CAF50;
}

#menu li.righty {
  float: right;
}

#menu a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#menu a:hover{
  background-color: #575757;
}

#menu_projets{
  position: relative;
  display: inline-block;
  overflow: visible;
}

#menu_projets_dropdown, #menu_univers_dropdown{
  list-style-type: none;
  padding: 0;
  background-color: #373737;
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

#menu_projets_dropdown, #menu_univers_dropdown{
  width: 150px;
}

#menu_projets_dropdown li, #menu_univers_dropdown li{
  width: 100%;
}
#menu_projets_dropdown a, #menu_univers_dropdown a{
  text-align: left;
  padding: 15px;
}

#menu_projets:hover #menu_projets_dropdown {
  display: inline-block;
}

#menu_univers:hover #menu_univers_dropdown {
  display: inline-block;
}


#footer{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #BABABA;
  text-align: center;
  font-size: 12px;
  margin: 0;
  display: block;
  z-index: 1;
}

#footer p{
  margin: 0;
}


#cv, #contact{
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.cv_titre, .contact_titre{
  border-radius: 5px;
  background-color: #4CAF50;
}

.cv_titre p, .contact_titre p{
  margin: 5px 0 5px 0;
  padding-left: 5px;
  font-weight: bold;
  font-size: large;
}

.cv_champ, .contact_box{
  border-radius: 5px;
  border:#BABABA 1px solid;
  display: flex;
  justify-content: flex-start;
  margin: 0px 5px 5px 10px;
  padding: 5px;
}

.cv_date, .cv_categorie{
  display: flex;
  align-items:flex-start;
  flex-direction: column;
  width: 130px;
}

.cv_information{
  display: flex;
  align-items:flex-start;
  flex-direction: column;
}

.cv_intitule{
  border-bottom: 1px dashed;
}

.cv_annee, .cv_periode,.cv_intitule, .cv_complement, .cv_categorie p, .cv_description p{
  margin: 0;
}

.cv_periode{
  padding-left: 15px;
}

.cv_complement{
  padding-left: 25px;
}

.contact_box{
  display: flex;
  flex-direction: column;
}

.contact_titre{
  margin: 5px 0;
}

.contact_titre p{
  margin: 0;
}

.contact_methode{
  display: flex;
  justify-content: flex-start;
}

.contact_channel{
  width: 130px;
  margin: 0;
}

.contact_address{
  margin: 0;
}