@charset "UTF-8";
:root {
  --couleurFond: #dfe6e9;
  --couleurWrapper: #a29bfe;
  --couleurAccentWrapper: #6c5ce7;
  --couleurLiens:#6c5ce7;
  --couleurJauge:#6c5ce7;
  --couleurTexte:#000000; }

@keyframes jiggle {
  0% {
    transform: translateX(0px); }
  25% {
    transform: translateX(5px); }
  50% {
    transform: translateX(0px);
    transform: rotate(1deg); }
  100% {
    transform: translateX(0px);
    transform: rotate(-1deg); } }
.jiggle {
  animation-name: jiggle;
  animation-duration: 0.5s;
  animation-delay: 2s;
  animation-iteration-count: 10; }

.contactPhone {
  display: none; }

body {
  font: 1em 'Fira Sans', sans-serif;
  font-variant: common-ligatures;
  background: var(--couleurFond);
  color: var(--couleurTexte); }

.wrapper {
  width: 1000px;
  min-height: 100vh;
  margin: auto;
  background-color: var(--couleurWrapper);
  padding: 10px;
  position: relative;
  border-radius: 40px 0px 0px 0px;
  overflow: hidden; }

.pub {
  position: fixed;
  bottom: 0pt;
  text-align: center;
  width: 100px;
  right: 0px; }

.photo {
  position: absolute;
  left: -50px;
  top: -50px;
  border: 8px solid var(--couleurFond);
  width: 100px;
  height: 100px;
  border-radius: 70% 10%;
  overflow: hidden;
  transition: 1s;
  z-index: 1000; }

.photo:hover {
  border-radius: 50%;
  width: 200px;
  height: 200px; }

.photo img {
  width: 200px; }

.nom {
  background-color: var(--couleurAccentWrapper);
  border: 8px solid var(--couleurFond);
  text-align: center;
  font-size: 250%; }

.nomFamille {
  font-variant: small-caps;
  font-size: 110%; }

a {
  color: var(--couleurLiens);
  text-decoration: none; }

a:hover {
  border-bottom: 1px solid; }

.normal a {
  color: inherit; }

.normal a:hover {
  color: var(--couleurLiens);
  border: none; }

/* dessin */
.cssImage {
  width: 100px;
  height: 50px;
  position: absolute;
  top: -8px;
  right: -58px;
  background-color: var(--couleurAccentWrapper);
  border-radius: 0 0 0 10px;
  border: 8px solid var(--couleurFond);
  transition: 1s;
  z-index: 1000; }

.cssImage:hover {
  right: 0px;
  top: 0px; }

.affichageContact {
  right: 0px;
  top: 0px;
  width: 400px;
  height: 200px; }

.coordonnees {
  color: var(--couleurFond);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 30%;
  top: 25%;
  transition: all 1.5s; }

.coordopen {
  opacity: 1;
  visibility: visible; }

.tel {
  margin-top: 20px; }

.postal {
  margin-top: 20px; }

.tete {
  position: absolute;
  left: 15%;
  top: 6%;
  width: 20%;
  height: 40%;
  border-radius: 50%;
  background-color: var(--couleurWrapper); }

.buste {
  position: absolute;
  left: 5%;
  top: 50%;
  width: 40%;
  height: 40%;
  border-radius: 30% 30% 0 0;
  background-color: var(--couleurWrapper); }

.ligne {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 5px;
  background-color: var(--couleurWrapper);
  transition: 1s; }

#lignebas {
  top: 35px; }

#lignehaut {
  top: 20px; }

.hautcroise {
  transform: rotate(45deg); }

.bascroise {
  transform: translateY(-15px) rotate(-45deg); }

.abstract {
  width: min(90%, 800px);
  margin: auto;
  margin-top: 10px;
  border: 3px solid var(--couleurFond);
  text-align: center;
  padding: 5px; }

.ctcontainer {
  position: relative;
  height: 100px; }

.catetitre {
  min-width: 200px;
  position: absolute;
  background-color: var(--couleurAccentWrapper);
  display: inline-block;
  padding: 5px;
  border: 8px solid var(--couleurFond); }

.parcours {
  margin-top: 20px; }

/* jauge */
.aiguille {
  /** pour que le svg s'adapte à la taille de son contenant */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* **/
  stroke: var(--couleurFond);
  stroke-width: 8px;
  stroke-linejoin: round;
  fill: var(--couleurAccentWrapper); }

.aiguilleContainer {
  position: absolute;
  bottom: 60px;
  width: 90px;
  height: 30px;
  transition: all 2s;
  transform-origin: 75px 15px;
  overflow: visible;
  z-index: 8; }

.jauge {
  display: inline-block;
  margin: 10px;
  width: 150px;
  height: 150px;
  background-color: var(--couleurWrapper);
  position: relative; }

.fondjauge {
  position: absolute;
  width: 150px;
  height: 75px;
  top: 0px;
  border-radius: 75px 75px 0 0;
  background-color: var(--couleurFond);
  z-index: 1;
  overflow: hidden; }

.devantjauge {
  font-size: 1em;
  text-align: center;
  position: absolute;
  width: 110px;
  height: 55px;
  top: 20px;
  left: 20px;
  border-radius: 75px 75px 0 0;
  background-color: var(--couleurWrapper);
  z-index: 3; }

.labeljauge {
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  z-index: 8; }

.labeljauge img {
  display: inline-block;
  max-width: 110px;
  max-height: 100%;
  width: auto;
  height: auto; }

.indicateurjauge {
  position: absolute;
  z-index: 2;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0 0 75px 75px;
  background-color: var(--couleurJauge);
  transform-origin: center top;
  transition: 1s; }

.ensembleComp {
  border: 3px solid var(--couleurFond);
  text-align: center;
  position: relative;
  margin-left: 10px;
  margin-bottom: 5px;
  border-radius: 0.5em;
  min-height: 100px;
  vertical-align: middle;
  padding-left: 15px;
  transition: all 0.5s; }

.ensembleComp:hover {
  border: 3px solid var(--couleurAccentWrapper); }

.eckey {
  position: absolute;
  padding: 5px;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%) rotate(-90deg);
  border: 3px solid var(--couleurFond);
  background-color: var(--couleurWrapper); }

.ectitre {
  font-weight: bold; }

.tdtexte {
  width: calc(100% - 100px); }

.tdicone {
  width: 100px; }

.icone {
  width: 90px; }

.indic {
  position: absolute;
  top: 30px;
  transition: all 6s; }

#indicPhoto {
  left: 50%;
  transform: translateX(-580px); }

#indicAdresse {
  right: 50%;
  transform: translateX(600px); }

.etoiles {
  scale: 2;
  color: #636e72; }

.positives {
  color: #fdcb6e; }

/* Choix couleur */
.coulpick {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateX(620px);
  font-size: 0.7em; }

input[type="color"] {
  padding: 0px;
  appearance: none;
  border: none;
  width: 64px;
  height: 32px; }

.coordicon {
  height: 24pt;
  vertical-align: middle; }

/*# sourceMappingURL=grand.css.map */
