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

.attention{position: absolute;left:1em;top:1em;}
.msgattention{position: relative;left:3em;width: 80%;}

.alert {
  padding: 20px;
  background-color: #ff9800;
  color: #333;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
  position: fixed;
  text-align: center;
  width: 50%;
  top: 30em;
  left: 25%;
  box-shadow: 0px 0px 1em 1em rgba(0,0,0,0.7);
  border: 1px solid #111;
  font-weight: bolder;
  z-index: 20;
}


.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.derouler {
width: 100%;background-color: transparent;
appearance: unset;
    -moz-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    -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;
    border:none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 0em;
    margin-left: 0em;
    color: #999;
}

.deroul {
width: 200px;background-color: transparent;
appearance: unset;
    -moz-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    -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;
    border:none;border-bottom: 0.12em solid #999;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-bottom: 0em;
    margin-left: 0em;
    color: #999;
}



.imgperso img{filter: drop-shadow(-1px 2px 2px #666);}
.addperso{margin-bottom: 0.4em;}
.nomperso{border: 1px solid #111; background-color: #222; padding: 0.1em; margin-bottom: 0.2em;color: #999;font-weight: bolder; width: 9.7em;}
.changernomperso{border: 1px solid #111; background-color: #222; padding: 0.1em; margin-top: 1em;color: #999;font-weight: bolder; width: 9.7em;}

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

.lienpage:hover{
  filter: drop-shadow(-0px 0px 4px rgba(0,0,0,0.5));
  transition: 0.1s;
  position: relative;
}

.ligne{display: inline-block;}

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

.perso{border: 1px solid #222; width: 10em; text-align: center; display: inline-block; background-color: rgba(0,0,0,0.2);}

div.boutton{width: 10em;}


a{text-decoration: none;}

.petitelettre{text-transform: none;}

.submit input {
  text-decoration: none;
  color: black;
  font-weight: bold;
  background-color: #666;
  padding: 0.5em;
  box-shadow: 0px 0px 0.5em 0.1em rgba(0,0,0,0.25);
  font-size: 0.9em;
  border: none;
  border-style: none;
}


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



label{font-size: 0.9em;text-transform: uppercase;}


input.saisie {width: 200px;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-size: 1em;
    font-weight: normal;
    margin-bottom: 0em;
    margin-left: 0em;
    color: #fff;
}
    
input.saisie:focus{
  border-bottom: 2px solid #2bb33e;
}


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


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

.edit{
  padding: 1em;
  position: relative;
  color: #fff;
}

.interrieur{max-width: 30em; margin: auto;margin-top: 5%;}

.allpage{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    height: 100%;}

.pageentiere{width: 100%;height: 100%;}

.fermer{
  z-index: 2;
  position: absolute;
  margin-right: 1em;
  top: 1em;
  display: flex;
    right: 0;
}



#contact{margin-left: 0em;}


.blocint {
  width: 50% ;
  min-width: 25em;
  max-width: 50em;
  height: auto;
  margin: auto;
  background-color: #333;
  padding: 1em;
  position: relative;
  box-shadow: none;
  color: #fff;
  border-radius: 1em;
  border: solid 0.1em #111;
  cursor: auto;
}

.edit {width: 100%;height: 100%; background-color: transparent; box-shadow: none; }

.interrieur{position: initial;
    max-width: 30em;
    margin-top: 1em;
    text-align: center;}

.allpage{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    height: 100%;}

.pageentiere{position : fixed ; top : 0; left : 0;width: 100%;height: 100%;}

.formperso{margin: auto;margin-bottom: -1em; }
.formperso.edit{position: fixed;vertical-align: -webkit-baseline-middle;border: none;box-shadow: none;top: 0;    left: 0}

table.formperso{    border-spacing: 1em 0em;}

@media only screen and (min-width: 1024px) {.interrieur{position: initial;
    width: 99%;
    max-width: initial;
    margin-left: 0;
    margin-top: 1em;}}


.edit:target {
  display: flex;
  z-index: 10;
}


.edit{
    display: none;
}
