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

/*------------------------------FOOTER----------------------------------*/
footer {
  margin-top: 5em;
  background-color: #333;
  font-size: 0.9em;
  color:#F1F1F1;
  text-transform: uppercase;
  position: absolute;
  width: 85%;
}

footer div.container {
  background-color: #333;
  border-bottom: none;
}

.copy {
  display: initial;
}

.logo-footer {
  margin-left: 3em;
}

#email {
  text-transform: lowercase;
}

/*-------------------------------NOS SERVICES------------------------------*/
td {
  text-align: center;
  border-collapse: collapse;
}

table {
  border-spacing: 1em 0em;
  margin-right: 1em;
  margin-top: 1em;
  width: 95%;
}

td.haut {
  border: 1px solid;
  vertical-align: top;
  border-color:  #333  #333 transparent  #333;
}

td.bas {
  border: 1px solid;
  vertical-align: top;
  border-color: transparent #333 #333 #333 ;
  padding-bottom: 0.5em;
}

td.milieu {
  border: 1px solid;
  vertical-align: middle;
  border-color: transparent #333;
  padding-left: 1em;
  padding-right: 1em;
}

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

.box {
  margin-top: 2em;
  display: inline-block;
  width: 45%;
  text-align: center;
  border: 1px solid #333;
  padding: 0.2em;
  padding-bottom: 0.5em;
  margin-right: 0.5em;
}

.lien-page {
  fill: #00FF96;
  background-color: #666;
  padding: 0.5em;
  border-radius: 3em;
}

.lien-page:hover {
  fill: #999;
  background-color: #333;
  padding: 0.5em;
  border-radius: 1em;
  box-shadow: -1px 1px, -2px 2px, -3px 3px, -2px 2px;
  transform: translate3d(1px, -1px, 0);
  color:  #666;
  transition: 0.3s;
}

.titre-box {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #333;
  font-weight: 400;
  margin-bottom: 0.5em;
}

.body-box {
  margin-bottom: 0.2em;
}

/*-------------------------------BARRE 1-----------------------------------*/
a.boutton:hover svg {
  fill: #666;
}

a.boutton:hover #user {
  border: 2px solid  #666;
}

@media only screen and (min-width: 780px) {
  
  .logo-titre:after {
    width: 80px;
    height: 1px;
    background: #00FF96;
    content: ' ';
    display: block;
    margin-left: 5.45em;
    margin-top: 0.5em;
  }

  .presentation {
    text-align: justify;
  }

}

.logo-titre {
  color:#FFFFFF;
  font-size: 1.2em;
  font-weight: initial;
}

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

#user {
  border: 2px solid  #00FF96;
  padding-right: 0.3em;
  padding-left: 0.3em;
  border-radius: 3em;
  margin-right: 0.2em;
}

.container {
  background-color: #444;
  padding: 1em;
  display: flex;
  margin: 0em;
  margin-top: 0px;
  border-bottom: 2px solid BLACK;
}

.push-right {
  margin-left: auto;
  margin-top: 0.5em;
}

.item {
  padding: 0px;
}

a.boutton {
  text-decoration: none;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #666;
  padding: 0.5em;
  margin-right: 1em;
  box-shadow: 0px 0px 0.5em 0.1em rgba(0,0,0,0.25);
  font-size: 0.8em;
}

a.boutton:hover{
  background-color:#D4D4D4;
  box-shadow: -1px 1px, -2px 2px, -3px 3px, -4px 4px;
  transform: translate3d(4px, -4px, 0);
  color:  #666;
  transition: 0.5s;
}

.presentation{
  margin-left: 0em;
  width: 50%;
  color:#DCDCDC;
}

.presentation h2{
  color: #FFFFFF;
}

/*-----------------------HEADER--------------------------*/
header{
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  background: url(img/579152.jpg) no-repeat;
  background-size : 100%;
  padding-bottom: 3em;
  padding-top: 2em;
  text-align: right;
}

.logo{
  margin: 1em;
  margin-right :2em;
}
