@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------------------------------*/

div.exo {margin-bottom: 1em;text-align: center;color: #10DC00;font-weight: bolder;}

img.petiteimage {width: 15px;height: 15px;}

.titre:after{
  width: 80px;
  height: 1px;
  background: #6FB3FF;
  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: #6FB3FF;
  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{
  font-style: italic;
  margin-bottom: 0.2em;
}


/*-------------------------------BARRE 1-----------------------------------*/

a.boutton:hover svg { fill: #333; }
a.boutton:hover #user { border: 2px solid  #333; }

@media only screen and (min-width: 780px) {
  .logo-titre:after{
  width: 80px;
  height: 1px;
  background: #6FB3FF;
  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: #6FB3FF;
  content: ' ';
  display: block;
  margin-top: 0.5em;
}


#user{
  border: 2px solid  #6FB3FF;
  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;
}

[aria-label]:hover:after,
[aria-label]:focus:after {
  content: "▲";
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%); 
  font-size: 20px;
  color: #333;
  font-size: 1em;
}

.lien-page1:hover:before,
.lien-page1:focus:before {
  content: attr(aria-label);  
  position: absolute;
  bottom: -2.4em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; 
  white-space: nowrap;  
  padding-right: 1em;
  padding-left: 1em;
  background: #333;
  color: #999;
  border-radius: 4px;
  font-size: 0.9em;
}

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

table.equipement{border: solid 0.1em #333;padding: 0.5em;margin-left: 1em;display: inline-block;}

.dofus{filter: drop-shadow(0px 1px 5px rgba(0,0,0,0.5));z-index: 0;}

table.carac{display: inline-block;vertical-align: top;margin-left: 2em; border-spacing: 0.1em 0em;border-collapse: collapse; margin-top: 1em;}

td.valeur{padding-right: 1em;}

table.caracteristique{vertical-align: top; border: solid 0.1px #666; margin-top: 1em;}

.stuff{vertical-align: middle;}

.quet{text-align: center;}

.ligne{vertical-align: middle;}


  .Slide1, .Slide2, .Slide3, .Slide4, .Slide5, .Slide6, .Slide7, .Slide8, .Slide9, .Slide10, .Slide11, .Slide12, .Slide13, .Slide14, .Slide15 {display: none}

  .prev, .next, .pre, .nex {
  cursor: pointer;
  position: relative;
  top: 50%;
  width: auto;
  padding: 0.05em;
  padding-left: 4px;
  padding-right: 4px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px;
  user-select: none;
}

.pre, .nex {
  top: -1em;
}

.next {
  right: 0;
  margin-left: 0em;
}

.nex {
  right: 0;
  margin-left: 4em;
}

.prev:hover, .next:hover, .pre:hover, .nex:hover {
  background-color: rgba(0,0,0,0.5);
  color:white;
}


/*-----------------------HEADER--------------------------*/

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

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

