* {
  margin: 0;
  border: 0;
  padding: 0;
}

body {
  background-image: url("../img/ap-tous.jpg");
  background-attachment: fixed;
  background-color: rgb(255, 255, 255);
  font-family: Arial, Verdana, sans-serif;
  color: black;
}

nav {
  z-index: 500;
}

img {
  box-shadow: -8px 8px 10px 0 rgba(24, 125, 53, 0.5);
  border: 2px solid rgb(24, 125, 53);
  border-radius: 10px;
  margin: 15px 0;
  width: 97%;
  max-width: 600px;
}

figure {
  vertical-align: top;
}

#logoper {
  position: fixed;
  z-index: 400;
  top: 3%;
  left: 0;
  margin: 0;
  width: 7%;
  padding: 0;
}

#remonte {
  position: fixed;
  z-index: 400;
  bottom: 3%;
  left: 6%;
  width: 3%;
  color: rgba(255, 255, 170, 0);
}

.bloc88 {
  width: 88%;
  margin: 10px 2% 10px 10%;
}

.h1 {
  color: rgb(97, 63, 36);
  font-size: 3em;
  font-style: italic;
  font-weight: normal;
}

#menu-resp {
  position: fixed;
  z-index: 500;
  top: 200px;
  left: -200px;
  display: inline-block;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 250px;
  height: 250px;
  background-color: rgba(130, 224, 130, 0.7);
}

#menu-respcolo {
  position: fixed;
  z-index: 500;
  top: 452px;
  left: -200px;
  display: inline-block;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 250px;
  height: 200px;
  background-color: rgba(130, 224, 130, 0.7);
}

#menu-respcolo2 {
  position: fixed;
  z-index: 400;
  top: 452px;
  left: -200px;
  display: inline-block;
  border: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 300px;
  height: 200px;
  background-color: rgba(130, 224, 130, 0.7);
}

#menu-resp:hover,
#menu-respcolo:hover {
  z-index: 700;
  left: 0;
  border: 1px solid rgb(0, 0, 0);
  background-color: rgba(130, 224, 130, 1);
}

#menu-respcolo2:hover {
  z-index: 700;
  left: 50px;
  border: 1px solid rgb(0, 0, 0);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 230px;
  background-color: rgba(130, 224, 130, 1);
}

#logoper img,
#remonte img {
  box-shadow: none;
  border: none;
  border-radius: 0;
}

#nav-resp {
  position: relative;
  right: 0;
  display: inline-block;
  width: 200px;
  height: 150px;
  vertical-align: top;
}

#nav-respcolo,
#nav-respcolo2 {
  position: relative;
  right: 0;
  display: inline-block;
  width: 200px;
  height: 100px;
  vertical-align: top;
}

#nav-resp2 {
  display: none;
}

#nav-resp a,
#nav-respcolo a,
#nav-respcolo2 a {
  display: block;
  margin: 0;
  border-radius: initial;
  text-align: right;
  text-decoration: none;
}

.valid {
  margin: 0 0 0 20px;
  padding: 7px 10px;
}

.val {
  margin: 10px 0 10px 20px;
  border: none;
  border-radius: 6px;
  padding: 7px 10px;
  background-color: rgba(130, 224, 130, 0.5);
  text-decoration: none;
  color: #00e;
}

.valid {
  margin: 0 20px;
  border: none;
  border-radius: 6px;
  padding: 5px;
  background-color: rgba(130, 224, 130, 0.5);
  text-decoration: none;
  color: rgb(0, 0, 238);
}

.lien-ext {
  margin: 0 20px 0 20px;
  border: none;
  border-radius: 6px;
  padding: 5px;
  background-color: rgba(130, 224, 130, 0.5);
  text-decoration: none;
  color: rgb(0, 0, 238);
}

#div-petout,
#div-sepout,
#div-menuout {
  position: relative;
  z-index: 400;
  right: 0;
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  border: 0;
  height: 100px;
  color: rgb(0, 0, 238);
  text-align: right;
  text-decoration: underline;
  text-decoration-color: rgb(0, 0, 238);
  writing-mode: vertical-rl;
  text-orientation: upright;
}

#div-menuout {
  width: 30px;
  font-size: 1.5em;
}

#div-petout {
  width: 30px;
  font-size: 1em;
}

#div-sepout {
  z-index: 500;
  width: 80px;
  font-size: 1em;
}

.valid:hover,
#menu-resp .valid:hover,
#menu-respcolo .valid:hover,
#menu-respcolo2 .valid:hover {
  border: none;
  border-radius: 10px;
  background-color: rgb(0, 0, 255);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.btnpc,
.btnsc,
.btnpf,
.btnsf {
  position: fixed;
  z-index: 510;
  display: inline-block;
  border: 2px solid rgb(24, 125, 53);
  border-radius: 50%;
  height: 2%;
  padding: 5px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: none;
}

.btnpc {
  top: 652px;
  left: 50px;
}

.btnsc {
  top: 652px;
  left: 0;
}

.btnpf {
  top: 682px;
  left: 50px;
}

.btnsf {
  top: 682px;
  left: 0;
}

.btnpc:hover,
.btnsc:hover,
.btnpf:hover,
.btnsf:hover {
  background-color: rgb(0, 0, 255);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.grizet {
  color: rgb(136, 136, 136);
  background-color: rgba(221, 221, 221, 0.7);
  text-decoration: none;
  margin: 0 0 0 20px;
  border: none;
  border-radius: 6px;
  padding: 7px 10px;
}

.ref {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  margin: 0;
  width: 7%;
  padding: 0;
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
  text-align: right;
  color: rgb(255, 0, 0);
}

.ordisupp {
  display: none;
}

.blocrcj10-2p1 {
  border: 2px solid #187d35;
  border-radius: 10px;
  background-color: rgb(255, 255, 170);
  margin: 10px 2% 10px 10%;
  padding: 10px 1%;
}

#beige .blocrcj10-2p1 {
  background-color: rgb(253, 248, 224);
}

#blanc .blocrcj10-2p1 {
  background-color: rgb(255, 255, 255);
}

#blancverdatre .blocrcj10-2p1 {
  background-color: rgb(237, 255, 235);
}

#bleu .blocrcj10-2p1 {
  background-color: rgb(220, 238, 245);
}

#bordeaux .blocrcj10-2p1 {
  background-color: rgb(184, 114, 113);
}

#brun .blocrcj10-2p1 {
  background-color: rgb(190, 134, 94);
}

#creme .blocrcj10-2p1 {
  background-color: rgb(253, 241, 184);
}

#jaune .blocrcj10-2p1 {
  background-color: rgb(254, 248, 108);
}

#lavande .blocrcj10-2p1 {
  background-color: rgb(222, 219, 236);
}

#noir .blocrcj10-2p1 {
  background-color: rgb(0, 0, 0);
}

#noir .fiche-capt,
#noir .fiche-capt2,
#rouge .fiche-capt,
#rouge .fiche-capt2 {
  color: rgb(255, 255, 255);
}

#noir .valid,
#rouge .valid {
  background-color: rgb(255, 255, 255);
}

#orange .blocrcj10-2p1 {
  background-color: rgb(254, 163, 71);
}

#vertolive .blocrcj10-2p1 {
  background-color: rgb(214, 214, 127);
}

#rose .blocrcj10-2p1 {
  background-color: rgb(255, 238, 243);
}

#rouge .blocrcj10-2p1 {
  background-color: rgb(255, 0, 0);
}
#violet .blocrcj10-2p1 {
  background-color: rgb(236, 123, 236);
}

#violetgris .blocrcj10-2p1 {
  background-color: #e6dcf5;
}

.descriptif {
  border: none;
  border-top: 10px double rgb(24, 125, 53);
  color: rgb(97, 63, 36);
  overflow: visible;
  text-align: center;
  height: 10px;
  margin-bottom: 15px;
}

.descriptif::after {
  background-color: rgb(255, 255, 170);
  content: "descriptif";
  padding: 0 4px;
  position: relative;
  top: -13px;
  font-weight: normal;
  font-style: italic;
}

.fig50 {
  display: block;
  margin: 0;
  width: 50%;
  padding: 10px 1%;
}

.fig33 {
  display: inline-block;
  margin: 0;
  width: 30%;
  padding: 10px 1%;
}

.fiche-capt {
  margin: 5px;
  font-style: normal;
  font-size: 1.3em;
  text-align: left;
  color: rgb(0, 0, 0);
}

.fiche-capt2 {
  font-style: italic;
  font-size: 1rem;
  color: rgb(97, 63, 36);
}

.size0em7 {
  font-size: 0.7em;
}

.minuscule {
  text-transform: lowercase;
}

.lineheight25 {
  line-height: 2.5;
}

.borderjtop {
  border: 2px solid rgb(24, 125, 53);
  border-radius: 10px;
  background-color: rgb(255, 255, 170);
  vertical-align: top;
}

.lineheight1 {
  line-height: 1em;
}

.lien-ext {
  padding: 0 3px;
  margin: 0;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

.txtleft {
  text-align: left;
}

.colorred {
  color: rgb(255, 0, 0);
}

.findepage {
  border: none;
  border-top: 10px double rgb(24, 125, 53);
  color: rgb(255, 0, 0);
  overflow: visible;
  text-align: center;
  height: 10px;
  margin-bottom: 15px;
}

.findepage::after {
  background: rgb(255, 255, 255);
  content: "fin de page";
  padding: 0 4px;
  position: relative;
  top: -13px;
  font-weight: bold;
}

.divfin {
  display: none;
}
/* RESPONSIVE*/ /* RESPONSIVE*/ /* RESPONSIVE*/ /* RESPONSIVE*/
/* RESPONSIVE*/ /* RESPONSIVE*/ /* RESPONSIVE*/ /* RESPONSIVE*/
/* RESPONSIVE*/ /* RESPONSIVE*/ /* RESPONSIVE*/ /* RESPONSIVE*/

@media screen and (max-width: 767px) {
  #logoper {
    top: 5%;
    width: 9%;
  }

  #remonte {
    position: fixed;
    left: 2px;
    bottom: 120px;
    width: 7%;
  }

  #menu-resp,
  #menu-respcolo,
  #menu-respcolo2 {
    display: none;
  }

  #nav-resp2 {
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
    display: inline-block;
    box-shadow: 0 -15px 15px rgba(130, 224, 130);
    width: 100%;
    background-color: rgba(130, 224, 130);
    text-align: center;
  }

  #nav-resp2 a {
    display: inline-block;
    margin: 3px 0;
    border: none;
    border-radius: 5px;
    padding: 2px;
    background-color: rgb(60, 60, 255);
    font-weight: normal;
    text-decoration: none;
    color: rgb(255, 255, 255);
  }

  #id {
    margin: 0 0 0 20px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    padding: 7px 10px;
    background-color: rgb(253, 253, 203);
    text-decoration: none;
    color: rgb(180, 180, 180);
  }

  .grizet {
    background-color: rgba(221, 221, 221, 0.7);
    text-decoration: none;
    margin: 3px 0;
    border: none;
    border-radius: 6px;
    padding: 2px;
    color: rgb(136, 136, 136);
  }

  .ref {
    z-index: 500;
    font-size: 0.8em;
  }

  .ordisupp {
    display: initial;
  }

  .telsupp {
    display: none;
  }

  .fig50,
  .fig51 {
    display: block;
    margin: 0;
    width: auto;
    padding: 10px 1%;
  }

  .fig33 {
    display: inline-block;
    margin: 0;
    width: 45%;
    padding: 10px 1%;
  }

  .divfin {
    display: block;
    min-height: 100px;
  }
}
