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

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

.copy{
  display: initial;
}

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

#email{
  text-transform: lowercase;
}

#contact{
  margin-left: 3em;
}

/*-------------------------------NOS SERVICES------------------------------*/


table.vrais-dofus, table.faux-dofus {display: none;}
table.petitscreen td{padding: 0.5em; width: 30%; }
table.petitscreen, table.craftpetitscreen {display: table; width: 90%;}
table.craftpetitscreen td{padding: 0.5em; width: 20%; }



@media only screen and (min-width: 1024px) {
  table.vrais-dofus, table.faux-dofus {display: table;}
  table.petitscreen, table.craftpetitscreen {display: none;}
}



td{text-align: center;border-collapse: collapse;}
table{border-spacing: 1em 0em;margin-right: 1em;}
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 ;}
td.milieu{border: 1px solid;vertical-align: middle;border-color: transparent #333;}

.vrais-dofus td{width: 15%;}
.faux-dofus td{width: 20%;}

table.vrais-dofus , table.faux-dofus {width: 95%;}

ul.menu{margin-top: 1em;}

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

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


#forgelave{
  margin: 0.35em;
}

.lien-page:hover{
  filter: drop-shadow(-0px 0px 4px #999);
  transition: 0.1s;
}

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

.body-box{
  font-style: italic;
  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) {

.box1{width: 17%;}
.box2{width: 14%;}

  .logo-titre:after{
  width: 80px;
  height: 1px;
  background: #CE2A01;
  content: ' ';
  display: block;
  margin-left: 0em;
  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: #CE2A01;
  content: ' ';
  display: block;
  margin-top: 0.5em;
}


#user{
  border: 2px solid  #CE2A01;
  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/4245972.jpg) no-repeat ; background-size : cover;
  padding-bottom: 2em;
  padding-top: 1.5em;
  text-align: right;
}

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


