@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
  margin-top: 6em;
}

nav.navigation {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  
  body {
    margin-top: 0em;
    margin-bottom: 5em;
  }

}

.navigation {
  display: block;
}

nav.navigation {
  font-size: 0.9em;
}

nav.navigation a {
  color: #333;
}

nav.navigation:hover span {
  color: #F1F1F1;
}

.msg {
  resize: none;
  height: 15em;
  width: 70%;
  border: solid 0.1em #222;
  border-radius: 0.3em;
  padding: 0.5em;
}

.contactfiche {
  width: 80%;
  max-width: 900px;
  background-color: rgba(0,0,0,0.8);
  margin: auto;
  text-align: center;
  margin-top: 3em;
  padding: 2em;
}

.contacttitre {
  margin: auto;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.6em;
}

.contactintro {
  font-size: 1em;
  line-height: 1.5em;
  color: #C9CACA;
  text-align: justify;
}

select.objetmsg,
.emailmsg,
.msgsubmit {
  background-color: transparent;
  appearance: unset;
  -moz-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-bottom: 0em;
  margin-left: 0em;
  color: white;
  padding: 0.2em;
  border: solid 0.1em black;
  border-radius: 0.3em;
}
	
.emailmsg {
  width: 20em;
}

select.objetmsg:focus {
  background-color: #444;
}

.emailmsg:focus {
  background-color: #444;
}

.emailmsg::placeholder {
  color: white;
}

.msgsubmit {
  background-color: #222;
  padding: 0.5em;
  width: 15em;
  cursor: pointer;
}

.msgsubmit:hover {
  box-shadow:-4px 5px 1px #333;
  background-color: #666;
  border-color:#777;
  transition: 0.3s;
}

.error{
  color: #FE6D6D;
  margin: 0;
  text-shadow: black 0px 0px 10px;
  font-size: 1.2em;
}

.titre:after{
  width: 80px;
  height: 1px;
  background: #00FF96;
  content: ' ';
  display: block;
  margin-top: 0.5em;
}

.titre{
  margin-top: 2em;
  color:#666;
  font-size: 1.2em;
  font-weight: initial;
  text-align: left;
  color: #F1F1F1;
}

@media only screen and (max-width: 1024px) {

  nav.navigation:hover span {
    color: #333;
  }

}

.logo {
  position: absolute;
  right: 20px;
  top: 20px;
}