* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: 'Comfortaa', cursive;
	font-weight: normal;
	}

/* LIEN SITE CARRIERE */

.lienOffresEmplois p {
  text-align: center;
  color: black;
}

.lienOffresEmplois a {
  color: white;
  font-family: 'Comfortaa', cursive;
  padding-right: 5px;
  font-size: 20px;
}

.lienOffresEmplois a:hover {
  color: black;
  text-decoration: none;
}

.lienOffresEmplois img {
  width: 30px;
  
}

.lienOffresEmplois p.ln{
  display: inline;
  float: right;
  margin-top: -35px;
}

.lienOffresEmplois p.mail {
  display: inline;
  float: right;
  margin-top: -30px;
  margin-left: 10px;
}


/* MENU NAVIGUATION */

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background:  #717D7E;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  padding: 0px 7%;
  display: flex;
  justify-content: space-between;
  z-index: 1000;
}


header .logo img{
  margin-top: -1px;
  margin-bottom: 40px;
    width: 120px;
}


/* MENTIONS LEGALES */

h1 {
	font-family: 'Comfortaa', cursive;
	margin-bottom: 20px;
	color: #4e635f;
}

h2 {
	font-family: 'Comfortaa', cursive;
	color: #78a39b;
}
p {
	color: gray;
	margin: 20px;
}

.mentionslégales {
  max-width: 90%;
  padding: 0;
  margin: 2em auto;
}