/* le bouton portfolio */
#Portfolio {
  text-align: center;
  clear: both;
  margin: 150px;
}

/* autoportrait */

#apropos {
  display: inline-block;
  width: 420px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  padding: 20px;

}

#autoportrait {
  display: inline-block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
}



/* carte des techniques */
.flip-card {
  padding: 10px;
  background-color: transparent;
  width: 400px;
  height: 300px;
  perspective: 1000px;
  font-family: "TT Nooks Script Trial Light" serif;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #404040;
  color: white;
  /*border-color: #fee47d;*/
  text-align: justify;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  font-size: 65%;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.flip-card-back {
  transform: rotateY(180deg);
}

/*le contenu écrit au dos des cartes*/
.inside_text {
  padding-right: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.title {
  font-family: "TT Nooks Script Trial", serif;
  font-size: 200%;
  font-weight: 700;
  text-align: center;

}

/* la mise en page responsive*/
#page{
  text-align: center;
}

/*#gif {
  overflow: hidden;
}*/