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

.barrerecherche{
  display: inline-block;
    background-color: transparent;
    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;
    border: none;
    border-bottom: 0.12em solid #999;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 0em;
    margin-left: 1.5em;
    width: 20em;
}

.boutonrechercher{
  
  display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    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;
    margin-left: 1em;
  }

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

.tetecol{font-size: 1.1em;text-transform: uppercase;}

table.boxdj{display: inline-block;margin: 1em; margin-bottom: 3em;}


@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: #FF6524;
  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: #FF6524;
  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: #FF6524;
  content: ' ';
  display: block;
  margin-top: 0.5em;
}


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

/*switch*/

.switch {
  position: relative;
    display:inline-block;
    vertical-align: middle;
    width: 25px;
    height: 10px;
    padding: 1px;
    margin-left: 10px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    box-sizing: content-box;
}
.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing:content-box;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #d6d6d6;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing:content-box;
  border: solid 1.5px #666;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing:content-box;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #75E663;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #d6d6d6, #999);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
  left: 18px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

/*fin switch*/



.deuxiemeactionall{
  margin-top: 10px;
  top: 100px;
  margin-bottom: -200px;
}



    .buttonselectiondj{border: none;cursor: pointer;padding: 5px;border-radius: 10px;}
    button.buttonselectiondj:focus{outline:0;}
    button.buttonselectiondj:hover{background-color:rgba(0,0,0,0.1);}
    .onglet{display: inline-block; width: 180px; vertical-align: middle;}
    .up{display: inline-block;}



.box-listedonjon {
  max-height: 300px;
  overflow: auto;
}

.box-listedonjon::-webkit-scrollbar {
  width: 10px;
}

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

.box-listedonjon::-webkit-scrollbar-thumb:hover {
  background: #666; 
}






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

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

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


