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

footer{margin-top: -0.5em;}

#image1{
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}

#image2{
    display: inline-block;
    vertical-align: bottom;
}

.tab-principale{
  display: inline-block;
  vertical-align: top;
}

.titre-principale{
  display: inline-block;
  vertical-align: middle;
}

.prem{border-top-right-radius: 1em;border-top-left-radius: 1em;margin-top: -0.5em;}
.dern{border-bottom-right-radius: 1em;border-bottom-left-radius: 1em;}
.boite{width: 51em;text-align: center;}

.button svg{fill: #AFAFAF;}
.button {
  cursor: pointer;
  box-shadow: 0px 0px 0.5em 0.1em rgba(0,0,0,0.25);
  border: none;
  border-radius: 0.4em;
background-color: #333;
color: #AFAFAF;
display: block;
appearance: unset;
    -moz-appearance: unset;
    -webkit-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;
  -webkit-box-sizing: border-box;
  width: 50em;
  padding: 0.4em;
  margin-left: 0;
}
.button:hover{background-color: #555;}

.quetebutton{
  background-color: transparent;
  box-shadow: none;
  color: inherit;
  width: 100%;
  white-space: nowrap;
  padding-right: 40px;
}

@media only screen and (max-width: 700px) {
  .quetebutton{
    white-space: initial;
    padding-bottom: 30px;
  }
}

.quetebutton:hover{
  background-color: transparent;
}

.quetebutton div.onglet , .quetebutton div.up{
  display: inline-block;
  padding-left: 0;
  vertical-align: middle;
}

.queteboite{
  width: auto;
  margin: auto;
}

.queteboite table{ 
  margin: auto;
}

.onglet{
  display: inline-block;
  padding: 2px;
  padding-left: 20px;
  vertical-align: middle;
}

.up{display: inline-block;vertical-align: middle;}
.up1{display: inline-block;}


.number{fill: #666;}
      .succes{border: 1px solid;border-color: transparent #666 transparent transparent ;padding-right: 1em;}

      .sep{ 
  height: 1px;
  background: #666;
  content: ' ';
  display: block;
  margin-left: 0em;
  margin-top: 0.5em;}

.customcheck {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: -0.8em;
    left: 2em;
    height: 1em;
    width: 1em;
    background-color: transparent;
    border: 0.1em solid #333;
    border-radius: 5px;
}

.customcheck:hover input ~ .checkmark {
    box-shadow: 0px 0px 0.5em 0.1em rgba(0,0,0,0.25);
}

.customcheck input:checked ~ .checkmark {
    background-color: #333;
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheck input:checked ~ .checkmark:after {
    display: block;
}


.customcheck .checkmark:after {
    left: 0.2em;
    bottom: 0.1em;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

[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(-5px 3px 3px #999);
  transition: 0.3s;
  position: relative;
}


td{text-align: center;}
table{border-spacing: 1em 0em;}
td.titre-box{padding-bottom:  1em;}

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



.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(-1px 1px 2px #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: #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{
  width: 50%;
  color:#DCDCDC;
}

.presentation h2{
  color: #FFFFFF;
}

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

header{
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  padding-bottom: 8em;
  padding-top: 1.5em;
  text-align: right;
}

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











/*------------------------------CHECKBOX----------------------------------*/

.customcheck {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: -1.5em;
}


.customcheck input {
    position: absolute;
    opacity: 0;
    top: -1em;
    left: 1.7em;
}

.checkmark {
    position: absolute;
    top: -0.8em;
    left: 2em;
    height: 1em;
    width: 1em;
    background-color: transparent;
    border: 0.1em solid #333;
    border-radius: 5px;
}

.customcheck:hover input ~ .checkmark {
    box-shadow: 0px 0px 0.5em 0.1em rgba(0,0,0,0.25);
}

.customcheck input:checked ~ .checkmark {
    background-color: #333;
    border-radius: 5px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.customcheck input:checked ~ .checkmark:after {
    display: block;
}


.customcheck .checkmark:after {
    left: 0.2em;
    bottom: 0.1em;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#icone{width: 3em;}

@media only screen and (min-width: 1500px) {header{padding-bottom: 18em;padding-top: 1em;}}


/* CHECKALL */

.invisible {
  display: none;
}

.checkall {
  margin-right: 1em;
}

.checkall,
.cancelall {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.checkall input,
.cancelall input {
  padding: 0.1em;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.8em;
  color: #999;
  background: #333;
  cursor: pointer;
  border: 0.05em solid #222;
  width: 8em;
}

.checkall input:hover,
.cancelall input:hover {
  color: #111;
  background: #555;
  border-color: #333;
  box-shadow: 0px 0px 0.5em 0.1em rgba(0,0,0,0.5);
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.8em;
  color: #333;  
  margin: 0;        
  margin-bottom: 1em;
}



div.boite table.tab-quetes{margin: auto;}

.bouttonali{
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  margin: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bouttonali a ul li , .bouttonnonali a ul li {
  color: #999;
}

img.choisie{
  filter: contrast(120%) drop-shadow(0 0 15px rgba(255,255,255,0.3));
}

img.nonchoisie{
  filter: grayscale(90%);
}

img.nonchoisie:hover {
    filter: contrast(120%) drop-shadow(0 0 15px rgba(255,255,255,0.3));
}

.block-bouttons{
  text-align: center;
  display: inline-block;
}

.bouttonnonali{
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  margin: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.bouttonnonali a ul:hover  li img{
  filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
}

.box-ornement{
  display: inline-block;
}

li.titre-boutton{
  color: #999;
  font-size: 0.9em;
}

a li.titre-boutton{
  color: #999;
  font-size: 1.1em;
}

.actionall , .recherchemob {
  background-color: #f1f1f1;
}

.action-etape{
  top: 98px;
  margin-top: -300px;
  margin-right: -50px;
}

.recherchemob{
  top: 175px;
  margin-top: 8px;
  margin-right: -50px;
  margin-bottom: 150px;
}

.recherchemob div#infos{
  height: 150px;
  display: none;
}

.recherchemob input.deroul{
  width: auto;
}

input.valider {
  padding: 0.1em;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.8em;
  color: #999;
  background: #333;
  cursor: pointer;
  border: 0.05em solid #222;
  width: 6em;
}

.box-indicearchi{
  display: inline-block;
  vertical-align: top;
  border: solid 1px;
  border-radius: 1em;
  padding: 0.5em;
  width: 100px;
  text-align: center;
  position: absolute;
  margin-left: 550px;
  margin-top: -60px;
}

.box-indicearchi span{
  position: absolute;
  margin-left:-44px;
  margin-top: -19px;
  background-color: #f1f1f1
}

.recherchemob ul::-webkit-scrollbar {
  width: 10px;
}

.recherchemob ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.recherchemob ul::-webkit-scrollbar-thumb {
  background: #999; 
  border-radius: 10px;
}

.recherchemob ul::-webkit-scrollbar-thumb:hover {
  background: #666; 
}

.recherchemob ul{
  height: 100px;
}

.gain-kamas{
  top: 98px;
  margin-top: 9px;
  text-align: left;
}

.box-ressources{
  top: 178px;
  margin-top: 9px;
  margin-bottom: -135px;
}

.liste-ressources{
  height: 250px;
  overflow: auto;
  border: solid 1px rgba(0,0,0,0.3);
  border-radius: 1em;
  width: 230px;
  margin: auto;
  background-color: rgba(0,0,0,0.1);
  text-align: left;
  padding-left: 10px;
  margin-top: 10px;
  display: none;
}

.liste-ressources::-webkit-scrollbar {
  width: 10px;
}

.liste-ressources::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.liste-ressources::-webkit-scrollbar-thumb {
  background: #999; 
  border-radius: 10px;
}

.liste-ressources::-webkit-scrollbar-thumb:hover {
  background: #666; 
}


.body-text{
  margin-right: 25em;
}  


@media only screen and (max-width: 1100px){
   .box-ressources , .gain-kamas , .action-etape , .recherchemob {display: none;}
}

input.ressourceaquise{
  width: 30px;
  background-color: transparent;
  border: solid 1px rgba(0,0,0,0.2);
}

.moins-boutton{
  font-size: 1.3em;
  border-radius: 2em;
  margin-left: 20px;
  margin-right: -30px;
  border: solid 1.5px black;
  cursor: pointer;
  outline: none;
  width: 25px;
  height: 25px;
}