html,
body a {
  margin: 0;
  padding: 0;
  /*height: 100%;*/
  text-decoration: none;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.container-site {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin: auto auto auto auto;
  width: 100%;
  height: 100%;
}

/* MENU
======================================================================================= */

header {
  background-color: rgb(64, 72, 82);
  width: 100%;
  /* 60%*/
  height: 70px;
  position: fixed;
  content: "";
  /* margin: 0px 20% 0 20%;*/
  z-index: 1;
}

.header-logo {
  width: 70px;
  height: 70px;
}

.header img {
  float: left;
  background-color: white;
}

.header img:hover {
  /*transform: scale(1.2) ;*/
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header nav a {
  float: left;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /*color: #6d7a8b;*/
  color: #008191;
  font-size: 16px;
  font-weight: 700;
  line-height: 43px;
  padding: 10px;
  transition: color 0.3s;
  text-transform: uppercase;
  text-decoration: none;
}

.header nav a:hover {
  color: white;
  font-size: 17px;
  /*background-color: rgb(77, 83, 90);*/
}

.header p {
  float: right;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /*color: #6d7a8b;*/
  color: #008191;
  font-size: 18px;
  font-weight: 700;
  line-height: 43px;
  padding: 10px;
  transition: color 0.3s;
}

.header p:hover {
  color: white;
}

.marque-p {
  visibility: hidden;
}

section {
  width: 60%;
  margin: auto;
}

/* PRESENTATION
======================================================================================= */

.div-container-presentation {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 70px;
  background-size: cover;
}

.logo-presentation {
  width: 170px;
  animation: anime-logo 1s linear 3;
  -moz-animation: anime-logo 1s linear 3;
  -webkit-animation: anime-logo 1s linear 3;
  -ms-animation: anime-logo 1s linear 3;
  -o-animation: anime-logo 1s linear 3;
}

@-webkit-keyframes anime-logo {
  from {
    visibility: visible;
    -moz-transform: rotate(0deg);
  }

  to {
    visibility: visible;
    -moz-transform: rotate(360deg);
  }
}

@keyframes anime-logo {
  from {
    visibility: visible;
    transform: rotate(0deg);
  }

  to {
    visibility: visible;
    transform: rotate(360deg);
  }
}

.page-accueil {
  display: flex;
  flex-direction: row;
  opacity: 0;
  animation: Affichage_accueil 3s;
  animation-delay: 4s;
  animation-fill-mode: forwards;
  margin: auto;
}

.div-accueil {
  margin: 50px 0px 50px 800px;
  padding: 0;
  position: relative;
}

.img-acceuil {
  width: 650px;
  margin-left: 60px;
  margin-bottom: 50px;
  top: 200px;
  position: absolute;
}

.div-lien-accueil {
  margin: 10px 0 50px 0;
  text-align: left;
  color: #243c7e;
}

.div-accueil p,
.div-accueil h1,
.div-accueil h2 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
}

.div-accueil h1 {
  font-size: 3.5rem;
  margin: 20px 0 0 0;
  color: #243c7e;
}

.div-accueil h2 {
  font-size: 1.7rem;
  font-weight: lighter;
  margin: 0 0 50px 0;
}

.div-accueil p {
  font-size: 1.3rem;
}

@keyframes Affichage_accueil {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* COMPETENCES
==========================================================================================
*/

.div-competences {
  text-align: center;
  animation: competences 2s;
}

@keyframes competences {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


#section-competences {
  height: 100%;
  padding-top: 80px;
}

.titre-competences {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  /*animation: bounce 2.5s infinite ease-in-out;*/
}

@keyframes bounce {
  0% {
    bottom: 3px;
  }

  50% {
    bottom: 25px;
  }

  100% {
    bottom: 3px;
  }
}

.competences {
  display: flex;
}

.div-texte-competences1 {
  display: inline-block;
  height: 500px;
  width: 50%;
  margin: 5px 115px 5px 5px;
  text-align: left;
}

.div-texte-competences1 ul li {
  list-style: none;
}

.div-texte-competences2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
}

.div-texte-competences2-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}

.div-texte-competences2-col img {
  width: 90px;
  height: 100px;
  margin-top: 30px;
  margin: 30px;
}

.div-texte-competences p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.li-competences {
  font-family: Raleway, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: grey;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 25px;
}

.div-articles {
  display: block;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.separation-articles {
  background-color: red;
  width: 250px;
  height: 1px;
  margin: 50px auto;
  padding: 0;
  text-align: center;
}

.div-article h2,
.div-article p {
  text-align: center;
}

.div-article p {
  font-size: 20px;
}

.div-etape {
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}

.div-etape-card {
  width: 350px;
  margin-top: 50px;
  justify-content: center;
  background-color: white;
  box-shadow: 1px 1px 12px rgb(121, 119, 119);
}

.div-etape-card img {
  width: 50%;
  padding: 10px;
}

.div-etape-card p {
  text-align: center;
  line-height: 30px;
  padding: 5px;
}

/* Petite fenêtre à droite de l'écran */

/* =========================================================================*/

.browser {
  letter-spacing: 6pt;
  color: #c4d8d9;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}

.div-info {
  writing-mode: vertical-rl;
  margin: 40px 0px;
  color: #008192;
}

.resize-p1 {
  letter-spacing: 6pt;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 5px;
  font-weight: 700;
}

.resize-p2 {
  font-size: 14px;
  letter-spacing: 1pt;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
}

.resize-p3 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 0px;
}

.div-info adresse {
  font-size: 14px;
}

.resize {
  position: fixed;
  background: #1d1f27;
  padding: 10px;
  width: 258px;
  border-radius: 5px 5px 0 0;
  text-align: center;
  font-family: helvetica;
  color: #ffdf43;
  font-size: 9pt;
  top: 50%;
  right: -253px;
  margin-top: -55px;
  z-index: 99;
  transform: translate(-50%, -50%);
  transform: rotate(270deg);
  transition: all 600ms cubic-bezier(0.68, -0.35, 0.265, 1.55);
}

.fa {
  writing-mode: sideways-rl;
  margin: 10px 0;
}

.resize:hover {
  right: 30px;
  transition: all 600ms cubic-bezier(0.68, -0.35, 0.265, 0.55);
}

/* CONTACT */

/* =========================================================================*/

#section-contact {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  height: 100%;
  width: 53%;
  color: #404852;
  margin: auto;
  margin-top: 61px;
  animation: contact 3s;
}

@keyframes contact {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.me-contacter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 100px;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 149px;
  padding-right: 2em;
  /* un peu d'espace pour la transition */
  padding-left: 100%;
  /* placement à droite du conteneur */
  white-space: nowrap;
  animation: defilement-rtl 3s forwards;
}

.cartevisite {
  box-shadow: 1px 1px 12px rgb(121, 119, 119);
  width: 280px;
  margin-top: 120px;
  margin-left: 50px;
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0, 200%, 0);
    /* position initiale à droite */
  }

  100% {
    transform: translate3d(-94%, 0, 0);
    /* position finale à gauche */
  }
}

.div-form-contact p {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.div-form-contact article {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 40px 10px;
  color: grey;
}

.input-contact {
  display: flex;
  flex-direction: column;
}

label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.input-contact input {
  font-size: 20px;
  border-radius: 3px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 80%;
  background-color: #fafafa;
  /*background-color: #008191;
opacity: 0.2;*/
  margin-bottom: 10px;
  padding: 5px;
}

.textarea-contact textarea {
  font-size: 20px;
  border-radius: 3px;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  border: none;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 150px;
  width: 100%;
  background-color: #fafafa;
  padding: 5px;
}

.form-button {
  float: right;
  margin-top: 10px;
  min-height: 40px;
  padding: 0 15px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #78ab4e;
  border: 2px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: 1s;
  margin-bottom: 30px;
}

.form-button:hover {
  background-color: transparent;
  border: 2px solid #78ab4e;
  color: black;
}

/* ALERT */

/* =========================================================================*/

.alert {
  background-color: rgb(58, 65, 58);
  color: white;
  border-radius: 3px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 5px;
  width: 300px;
  float: right;
}

/* MENTIONS LEGALES
==========================================================================================
*/

.div-mentions {
  width: 55%;
  margin: 100px auto;
}

.div-mentions p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.div-mentions h1 {
  text-align: center;
}

.mentions-last {
  text-align: center;
}

.couleur-mentions {
  color: red;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ==================================================================================
PORTE FOLIO 1
*/

.articles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 10px;
}

.titre-articles {
  font-family: "Acme", sans-serif;
  color: grey;
  font-size: 42px;
  margin-top: 120px;
  text-align: center;
  animation: defilement-titre 2s forwards;
}

.paragraphe-titre {
  font-family: "Acme", sans-serif;
  color: grey;
  font-size: 16px;
  width: 60%;
  text-align: center;
  margin: 20px auto 30px auto;
  animation: defilement-titre 3s forwards;
}

.sous-paragraphe-titre {
  font-family: "Acme", sans-serif;
  color: rgb(134, 159, 207);
  font-size: 16px;
  width: 90%;
  text-align: center;
  margin: 10px auto 80px auto;
  animation: defilement-titre2 3s forwards;
}

@keyframes defilement-titre {
  0% {
    transform: translate3d(100%, 0, 0);
    /* position initiale à droite */
  }

  100% {
    transform: translate3d(0, 0, 0);
    /* position finale à gauche */
  }
}

@keyframes defilement-titre2 {
  0% {
    transform: translate3d(-100%, 0, 0);
    /* position initiale à gauche */
  }

  100% {
    transform: translate3d(0, 0, 0);
    /* position finale à gauche */
  }
}

.article-poisson {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d5e3ec;
  border-radius: 4px;
  width: 300px;
  height: 180px;
  transition: 0.75s;
  margin-bottom: 30px;
  background-color: aliceblue;
  overflow: hidden;
  transition: 1s;
}

.article-poisson:hover {
  border: 1px solid blueviolet;
  height: 420px;
}

.article-div-titre {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin: 5px;
}

.article-div-description p {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  color: grey;
  width: 90%;
  margin: 5px;
  padding: 10px;
  text-align: justify;
}

.article-poisson img {
  width: 200px;
  height: 130px;
  border-radius: 2px;
  margin: 10px auto 20px auto;
  align-items: center;
  opacity: 0.8;
}

.div-video {
  display: block;
  margin: 30px;
  text-align: center;
  font-family: "Acme", sans-serif;
  background-color: #c2e3e7;
  border-radius: 10px;
}

.div-video video {
  margin-bottom: 40px;
  width: 300px;
}

.div-video p {
  font-size: 20px;
  color: purple;
  padding: 10px;
}

.div-video spam {
  font-size: 16px;
  color: grey;
  padding: 15px;
  font-family: Geneva, Tahoma, sans-serif;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.div-video spam:hover {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.div-video div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  text-align: justify;
}

.div-portefolio1 {
  width: 250px;
  height: 170px;
  padding: 5px;
  opacity: 0.3;
  transition: 1s;
  margin: 50px 0 150px 0;
}

.div-portefolio1:hover {
  opacity: 1;
}

.div-portefolio2 {
  background-image: url("/assets/email.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  border: 1px solid black;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.avertissement {
  font-family: acme;
}

.portefolio-content-titre {
  position: relative;
  background-color: #30b0c148;
  clip-path: polygon(
    50% 0%,
    100% 0,
    100% 35%,
    100% 70%,
    80% 90%,
    50% 100%,
    16% 91%,
    0% 70%,
    0% 35%,
    0 0
  );
  padding: 20px 0;
  opacity: 0;
  top: -300px;
  animation: portefolio-titre 2s forwards;
}

@keyframes portefolio-titre {
  0% {
    opacity: 0;
    top: -300px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

/* ==================================================================================
PORTE FOLIO 2
*/

/* TEST */

.section1 {
  display: flex;
  flex-direction: row;
}

.p-articles-aga {
  position: relative;
  color: grey;
  font-family: acme;
  text-align: center;
  margin-top: 110px;
  color: purple;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

.sous-titre-article {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 15px;
  text-align: center;
  margin-bottom: 100px;
}

.img-titre {
  width: 350px;
  border-radius: 100px;
}

.div-introduction {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 70%;
}

.div-introduction p {
  margin: 20px;
  font-size: 15px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.aside {
  position: fixed;
  top: 80px;
  right: 352px;
  width: 250px;
  height: 100px;
  position: relative fixed;
  margin-right: 50px;
  /*border: 1px solid grey;*/
}

.aside p {
  margin: 5px;
  padding: 20px 0 0 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #404852;
  height: 50px;
  transition: 1s;
}

.aside a {
  color: white;
  transition: 1s;
}

.aside p:hover {
  border: 2px solid #404852;
  background-color: white;
  color: #1c7b91;
}

.aside a:hover {
  color: #1c7b91;
}

#particuliarite {
  display: block;
}

.div-description {
  font-family: Geneva, Verdana, sans-serif;
  margin-left: 50px;
  width: 70%;
  background-color: rgb(241, 241, 241);
  text-align: justify;
  padding: 10px;
}

.div-description p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 17px;
  padding: 10px;
}

.p-rouge {
  color: red;
  font-weight: bold;
  margin-top: 20px;
}

.p1 {
  opacity: 0;
  animation: top 250ms 1s forwards;
}

.p2 {
  opacity: 0;
  animation: top 250ms 2s forwards;
}

.p3 {
  opacity: 0;
  animation: top 250ms 3s forwards;
}

@keyframes top {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* TARIFS
==========================================================================================
*/

.section-tarifs {
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.titre-tarifs {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  text-align: center;
  /*animation: bounce 2.5s infinite ease-in-out;*/
}

.sous-titre-tarifs {
  font-family: Arial, Helvetica, sans-serif;
  color: grey;
  font-size: 25px;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}

.div-tarifs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.tarifs-apartir {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.div-tarifs-col {
  background-color: black;
  border: 2px solid grey;
  border-radius: 3px;
  color: white;
  margin: 10px;
  padding: 10px;
  transition: 1s;
  text-align: center;
  width: 280px;
}

.div-tarifs-col:hover {
  background-color: white;
  border: 3px solid grey;
  color: black;
}

.div-tarifs-col span {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 25px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.tarifs-prix {
  color: green;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 60px;
  margin: 10px 0 10px 0;
}

.separation-tarifs {
  background-color: red;
  width: 80px;
  height: 3px;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}

.detail-tarifs {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 15px;
  margin: 0;
}

.detail-tarifs li {
  height: 75px;
  font-size: 17px;
  margin: 15px 0;
  list-style: none;
}

.tarifs-intro {
  font-size: 13px;
  margin-bottom: 30px;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#div-tarifs-col1 {
  animation: ArriverGauche 2s;
}

@keyframes ArriverGauche {
  0% {
    transform: translate3d(-100%, 200%, 0);
    /* position initiale à droite */
  }

  100% {
    transform: translate3d(0, 0, 0);
    /* position finale à gauche */
  }
}

#div-tarifs-col2 {
  animation: ArriverBas 2s;
}

@keyframes ArriverBas {
  0% {
    transform: translate3d(0, 200%, 0);
    /* position initiale à droite */
  }

  100% {
    transform: translate3d(0, 0, 0);
    /* position finale à gauche */
  }
}

#div-tarifs-col3 {
  animation: ArriverDroite 2s;
}

@keyframes ArriverDroite {
  0% {
    transform: translate3d(100%, 200%, 0);
    /* position initiale à droite */
  }

  100% {
    transform: translate3d(0, 0, 0);
    /* position finale à gauche */
  }
}

/* TABLEAU BORD
==========================================================================================
*/

.div-container-dashboard {
  width: 60%;
  margin: auto;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin: 0 50px 0 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.1em;
  display: block;
  padding: 5px;
  width: 150px;
  height: 30px;
  background-color: #fff;
  border: 1px solid rgb(172, 166, 166);
  border-radius: 1px;
  text-align: center;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.card {
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-fadeInRightX {
  animation: fadeInRightX 1.5s;
}

.card-fadeInLeftX {
  animation: fadeInLeftX 1.5s;
}

.card-fadeInRightY {
  animation: fadeInRightY 1.5s;
}

.card-fadeInLeftY {
  animation: fadeInLeftY 1.5s;
}

@keyframes fadeInRightX {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeftX {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInLeftY {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRightY {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  text-align: center;
}

.row {
  display: flex;
  flex-direction: row;
  margin: 0;
}

.col-md-4 {
  display: flex;
  flex-direction: row;
}

.col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* LOGIN
==========================================================================================
*/

.form-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 200px auto;
}

.form-login div {
  align-items: center;
}

.form-login div input {
  text-align: center;
}

.form-button-login {
  width: 120px;
  margin: auto;
  min-height: 40px;
  padding: 0 15px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background-color: #78ab4e;
  border: 2px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  transition: 1s;
}

.form-button-login:hover {
  background-color: transparent;
  border: 2px solid #78ab4e;
  color: black;
}

.div-alert-login {
  background-color: rgb(58, 65, 58);
  color: white;
  border-radius: 3px;
  margin: 0 auto 40px auto;
  padding: 5px;
  width: 200px;
  float: right;
  text-align: center;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
}

/* PORTE FOLIO
==========================================================================================
*/

/* PAGE PRESENTATION DES PROJET*/

.section-portefolio {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  margin: 100px auto;
}

.card {
  width: 450px;
  height: 300px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  overflow: hidden;
  position: relative;
  margin: 30px;
}

.card img {
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.descriptions {
  position: absolute;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  transition: all 0.7s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  clip-path: circle(0% at 100% 100%);
}

.descriptions h1 {
  font-size: 1.5rem;
}

.descriptions p:hover {
text-decoration: none;
}

.card:hover .descriptions {
  left: 0px;
  transition: all 0.7s ease-in-out;
  clip-path: circle(75%);
}

.card:hover {
  transition: all 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  transform: scale(0.97);
}

.card:hover img {
  transition: all 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: scale(1.6) rotate(20deg);
  filter: blur(3px);
}

.card h1 {
  color: #008391;
  letter-spacing: 1px;
  margin: 0px;
}

.card p {
  height: 8%;
  color: black;
  font-size: 15px;
}

.card a {
  text-decoration: none;
}

.card button {
  width: fit-content;
  height: 40px;
  cursor: pointer;
  border-style: none;
  background-color: #ff3838;
  color: #fff;
  font-size: 15px;
  outline: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in-out;
}

.card button:hover {
  transform: scale(0.95) translateX(-5px);
  transition: all 0.5s ease-in-out;
}

.css-button {
  color: #fff;
  background-color: #3b52bc;
  border-color: #384eb2;
  width: 216px;
  height: 41px;
  margin: auto auto 50px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: large;
  font-weight: bold;
  border-radius: 2px;
  padding: 6px;
  transition: 1s;
  justify-items: center;
  text-decoration: none;
}

.css-button:hover {
  text-decoration: none;
}

.css-btn-accueil {
  background-color: #243c7e;
}

.css-button-red {
  background: #fc4242;
  color: white;
  border-color: #fc4242;
  font-size: medium;
}

.css-svg {
  height: 20px;
  padding: 0 5px 0;
  justify-content: center;
}

.css-button:hover {
  background-color: white;
  color: #3b52bc;
  border: 2px solid #3b52bc;
  cursor: pointer;
}

@keyframes youtubeAnim {
  0%,
  100% {
    color: #c9110f;
  }

  50% {
    color: #ff0000;
  }
}

/* PAGE PROJET*/

.div-titre-projet {
  margin: 130px 0 30px 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 35px;
}

.p-description-projet {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
}

.techno-projet {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 50px;
}

.div-soustitre-projet {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 30px 0px 20px 0px;
  font-weight: bold;
}

.techno-projet img {
  height: 70px;
  margin: 0 10px 0 10px;
}

.div-text-projet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 15px 0px 20px 0px;
  text-align: center;
}

.div-text-projet img {
  width: 200px;
  margin: 20px auto;
}

.screenshot-projet {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.screenshot-projet img {
  width: 100%;
}

.screenshot-projet figure {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 80%;
  margin: 20px auto;
  justify-content: center;
}

figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
}

/* ROND ANIME - PRESENTATION
==========================================================================================
*/

.ih-item.circle.effect1 .spinner {
  width: 180px;
  height: 180px;
  border: 10px solid #011a28;
  border-right-color: #008191;
  border-bottom-color: #008191;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 50px;
  left: 10px;
  right: 50px;
  width: auto;
  height: auto;
}

.ih-item.circle.effect1 .img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.ih-item.circle.effect1 .img:before {
  display: none;
}

.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 50px;
  left: 10px;
  right: 50px;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info h3 {
  color: #bbb;
  /*text-transform: uppercase;*/
  position: relative;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 0 30px;
  padding: 40px 0 0 0;
  height: 100px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}

.circle-row {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 100px;
  margin: auto;
}

.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 20px auto;
}

.ih-item.circle .img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  padding-top: 60px;
  color: #3b52bc;
  font-size: 25px;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* AVIS
======================================================================================= */

.container-avis {
  /*background: -webkit-linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  background: -moz-linear-gradient(45deg, #085078 10%, #85d8ce 90%);
  background: linear-gradient(45deg, #085078 10%, #85d8ce 90%);*/
  background-color: #e6e6e6;
}

.avis-section {
  text-align: center;
  padding: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.avis-img {
  width: 95px;
  /* margin-top: 40px;
    float: center;*/
}

.div-avis-container {
  position: relative;
  margin: 10px;
  height: 100%;
  width: 110%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  overflow: auto;
}

.div-avis {
  padding: 8px;
  width: 320px;
  height: auto;
  margin: 5px;
  background-color: white;
  border: 1px solid grey;
  border-radius: 5px;
  overflow: hidden;
}

.div-avis img {
  float: left;
  margin: 0;
}

.div-avis p {
  text-align: left;
}

.div-avis-p-citation {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  font-style: italic;
  margin-left: 35px auto;
}

.div-avis-p-name {
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 5px 35px;
  color: #243c7e;
}

.div-avis-p-titre {
  font-size: 14px;
  margin: 0 35px;
}

.quotes-avis {
  width: 10px;
  float: left;
}

/* GESTION DES ERREURS 400
======================================================================================= */

.erreur-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  margin: auto;
}

.div-erreur {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 100px auto;
}

.erreur-titre {
  text-align: center;
  margin: 0 0 0 0;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  font-size: 25px;
}

.error1 {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
  font-size: 60px;
  margin: 50px 0 0 0;
}

.error2 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 160px;
  margin: 0;
}

.error3 {
  width: auto;
}

.img-erreur {
  margin: 0 0 0 50px;
  width: 80%;
}

/* COMPETENCES
======================================================================================= */

.menu-competences {
  position: fixed;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100px;
  z-index: 1;
  margin-left: 10px;
  background-color: #404852;
}

.menu-competences a {
  text-decoration: none;
  border: 1px solid white;
  border-radius: 3px;
  padding: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 15px;
  color: white;
}

/* SECTION 1 */

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/poppins.bold.ttf");
}

.section-competences-1 {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  height: 100%;
}

.div-competences-dev {
  width: 100%;
  height: 700px;
  animation: competences 2s;
  z-index: 0;
  position: relative;
  top: 30px;
}

.section-competences-1 h1 {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  padding: 0;
  margin: 0;
  margin-top: 100px;
  /*animation: bounce 2.5s infinite ease-in-out;*/
  text-align: center;
  text-shadow: 2px 2px 5px rgb(236, 97, 97);
}

.div-img-competences {
  position: absolute;
  top: 270px;
  left: -30%;
  border: 1px solid grey;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  background-color: white;
  border-radius: 100px;
  width: 35%;
  margin: auto;
  padding: 15px;
  box-shadow: 0 15px 10px #777;
  animation: img-competences 1200ms ease-in-out forwards;
}

@keyframes img-competences {
  0% {
    visibility: hidden;
    opacity: 0;
    left: -30%;
  }

  100% {
    visibility: visible;
    opacity: 1;
    left: 10%;
  }
}

.text-competences {
  position: absolute;
  top: -10px;
  left: 50%;
  animation: text-competences 1200ms ease-in-out forwards;
}

@keyframes text-competences {
  0% {
    visibility: hidden;
    opacity: 0;
    top: -10px;
  }

  100% {
    visibility: visible;
    opacity: 1;
    top: 270px;
  }
}

.text-competences h2 {
  font-size: 40px;
  margin: 0;
  text-shadow: 2px 2px 5px #008191;
}

.text-competences h3 {
  color: grey;
  font-size: 17px;
  width: auto;
}

.text-competences h4 {
  color: grey;
  font-size: 17px;
  width: auto;
}

.text-competences .span-satis {
  color: rgb(179, 38, 38);
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.text-competences h5 {
  color: grey;
  font-size: 17px;
  width: auto;
}

.text-competences img {
  width: 167px;
  position: absolute;
  top: 102px;
  right: -88px;
  visibility: hidden;
  animation: cible-img 1s 1200ms ease-in forwards;
}

@keyframes cible-img {
  0% {
    width: 0px;
  }

  100% {
    width: 167px;
    visibility: visible;
  }
}

.fleche {
  position: absolute;
  left: 50%;
  top: 600px;
  width: 50px;
  height: 150px;
}

.fleche .content {
  position: relative;
  animation: fleche 1200ms ease-in-out forwards infinite;
}

.fleche2 {
  position: absolute;
  left: 50%;
  top: 1075px;
  width: 50px;
  height: 150px;
  opacity: 0;
}

.fleche2 .content {
  position: relative;
  animation: fleche 1200ms ease-in-out forwards infinite;
}

.fleche3 {
  position: absolute;
  left: 50%;
  top: 1600px;
  width: 50px;
  height: 150px;
  opacity: 0;
}

.fleche3 .content {
  position: relative;
  animation: fleche 1200ms ease-in-out forwards infinite;
}

@keyframes fleche {
  0% {
    top: 0px;
  }

  100% {
    top: 60px;
  }
}

.div-responsive {
  position: absolute;
  top: 1250px;
  right: -1500px;
  text-align: left;
  margin: 0 auto;
  width: 70%;
  background: linear-gradient(
    95.41deg,
    #fe9e90 2.45%,
    #d87162 28.67%,
    #f26457 66.07%,
    #fc9c8e 109.61%
  );
  padding: 20px;
  border-radius: 30px;
  color: white;
  opacity: 1;
  height: auto;
}

@keyframes div-responsive {
  0% {
    right: -1500px;
  }

  100% {
    right: 15%;
    opacity: 1;
  }
}

.img-competences-ecran {
  width: 336px;
  position: absolute;
  top: -16px;
  right: -850px;
}

.img-competences-smartphone {
  width: 130px;
  position: absolute;
  top: 134px;
  right: -811px;
}

.img-competences-tablette {
  /*animation: smartphone 0.5s linear 4s forwards;*/
  width: 280px;
  position: absolute;
  top: 134px;
  right: -811px;
}

@keyframes ecran {
  0% {
    top: -16px;
    right: -850px;
  }

  100% {
    top: -16px;
    right: 74px;
    visibility: visible;
  }
}

@keyframes tablette {
  0% {
    top: 120px;
    right: -637px;
  }

  100% {
    top: 120px;
    right: -9px;
    visibility: visible;
    transform: rotate(10deg);
  }
}

@keyframes smartphone {
  0% {
    top: 134px;
    right: -811px;
  }

  100% {
    top: 134px;
    right: 298px;
    visibility: visible;
    transform: rotate(-10deg);
  }
}

/* PROJETS CLIENTS
======================================================================================= */

.section-accesclient {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  height: 100%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.div-titre-accesclient {
  text-align: center;
  border: 1px solid #057f91;
  border-radius: 3px;
  box-shadow: 10px 10px 5px grey;
  background-color: #057f91;
  color: white;
}

.div-date-accesclient {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 25% 0 25%;
}

.div-description-accesclient {
  width: 70%;
  margin: 30px auto 10px auto;
}

.div-titre-accesclient h1 {
  font-size: 55px;
  margin: 0;
  padding: 0;
}

.div-etapes-accesclient {
  margin-top: 15px;
  margin-bottom: 100px;
}

.div-etapes-accesclient-statut {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 10px 0 100px 0;
}

.div-etapes-accesclient-statut div {
  width: 250px;
  text-align: center;
  border: 0.5px solid rgb(180, 178, 178);
}

.div-etape-accesclient {
  height: 50px;
  width: auto;
  opacity: 0.8;
  border-radius: 3px;
  padding: 3px;
  margin-bottom: 25px;
  border: 0.5px solid rgb(180, 178, 178);
}

.div-etape-accesclient:hover {
  transition: 1s;
  transform: scale(1.1);
}

.p-etape-titre-accesclient {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 19px;
}

.p-etape-descriptif-accesclient {
  color: black;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.div-avancement-projet {
  text-align: center;
  margin: 50px 0;
  padding: 0;
}

.div-avancement-projet span {
  text-align: center;
  font-size: 35px;
  color: green;
  margin: 0;
  padding: 0;
}

/* barre d'avancement projet */

.box {
  position: relative;
  background-color: white;
}

.box h1 {
  text-align: center;
  margin-top: 5px;
}

.box .pourcent {
  position: relative;
}

.svg-circle {
  height: 150px;
  width: 150px;
  padding: 5px;
}

.svg-circle circle {
  fill: none;
  stroke: #057f91;
  stroke-linecap: round;
  stroke-width: 12px;
  transform: translate(4px, 4px);
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

.svg-circle circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #bbc1c2;
}

/* animation déclarée dans le php pour utiliser la variable issue de la BDD*/

.svg-circle circle:nth-child(2) {
  animation: circle 1.5s forwards;
}

.box span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* étapes*/

.etape_en_attente {
  background-color: #f8d7da;
  box-shadow: 10px 10px 5px #f6e8e9;
}

.etape_en_cours {
  background-color: #cfe2ff;
  box-shadow: 10px 10px 5px #d9e6fa;
}

.etape_realise {
  background-color: #d1e7dd;
  box-shadow: 10px 10px 5px #d1e7dd;
}

.gras {
  font-weight: bold;
}

/* TABLEAU BORD
======================================================================================= */

.session-TB {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 90%;
  margin: auto;
}

.div-bloc {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  margin: 100px 0 50px 0;
  padding: 30px;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: 10px 10px 10px grey;
}

.form-style-10 {
  min-width: 250px;
  max-width: 250px;
  padding: 30px;
  margin: 40px 30px auto;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.form-style-10 .inner-wrap {
  padding: 30px;
  background: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 15px;
}

.form-style-10 h1 {
  background: #027f90;
  padding: 20px 30px 15px 30px;
  margin: -30px -30px 30px -30px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  font: normal 30px "Bitter", serif;
  -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
  border: 1px solid #257c9e;
}

.form-style-10 h1 > span {
  display: block;
  margin-top: 2px;
  font: 13px Arial, Helvetica, sans-serif;
}

.form-style-10 label {
  display: block;
  font: 15px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #888;
  margin-bottom: 15px;
}

.form-style-10 input {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 17px;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border: 2px solid #fff;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}

.form-style-10 .section {
  font: normal 20px "Bitter", serif;
  color: #027f90;
  margin-bottom: 5px;
}

.form-style-10 .section span {
  background: #027f90;
  padding: 5px 10px 5px 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 4px solid #fff;
  font-size: 14px;
  margin-left: -45px;
  color: #fff;
  margin-top: -3px;
}

.form-style-10 button {
  background: #2a6881;
  color: white;
  font-size: 16px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid grey;
}

.form-style-10 button:hover {
  background: white;
  color: #2a6881;
  font-size: 16px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #2a6881;
}

.div-table {
  margin-top: 40px;
}

.table {
  width: auto;
  border-spacing: 0;
  border-collapse: collapse;
  margin-left: 20px;
}

.table thead {
  background-color: #027f90;
  height: 30px;
  color: white;
  border-radius: 3px;
}

.tr-table {
  height: 30px;
}

.tr-table:nth-child(even) {
  background-color: #cfcfe6;
}

.table td {
  text-align: center;
  border: 0.5px solid rgb(180, 177, 177);
}

/* FLECHE TOP */

.btn-scroll {
  height: 100px;
  width: 100px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.btn-scroll img {
  width: 150px;
}

@keyframes fleche-top {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*4444*/

.svg {
  position: absolute;
  top: 173px;
  right: 25px;
}

.nom {
  font-size: 25px;
  margin: 0;
}

.nom path {
  fill: none;
  stroke-width: 0.6;
  stroke: #243c7e;
  stroke-dasharray: 47px;
  stroke-dashoffset: 47px;
  animation: anime 6s 5s ease forwards;
}

.nom2 path {
  fill: none;
  stroke-width: 0.6;
  stroke-dasharray: 75px;
  stroke-dashoffset: 75px;
  animation: anime2 6s 7s ease forwards;
}

@keyframes anime {
  0% {
    stroke-dashoffset: 47px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-width: 0.6;
  }
}

@keyframes anime2 {
  0% {
    fill: none;
  }

  100% {
    fill: #243c7e;
  }
}

/* AVIS 2 */

@import url(https://fonts.googleapis.com/css?family=Roboto);

.header2 h3 {
  position: relative;
  text-align: center;
  color: white;
  /*text-shadow: 1px 1px rgba(0, 0, 0, 0.5);*/
  font-size: 17px;
  line-height: 25px;
  display: inline-block;
  padding: 13px;
  transition: all ease 0.35s;
  margin: 0 0 -20px 0;
}

.header2 img {
  border-radius: 50%;
  margin: 5px auto;
  display: block;
  width: 200px;
  border: 5px solid #fff;
}

/*.aside2 {
    border-top: 0px solid #26A69A;
    border-bottom: 0px solid #00695C;
    border-radius: 50%;
    margin: 40px;
    display: block;
    height: 250px;
    width: 250px;
    background: url(https://s-media-cache-ak0.pinimg.com/736x/3a/1f/02/3a1f02c10700daa80655a302c5a27acf.jpg);
    background-size: cover;
    overflow: hidden;
    box-shadow: 0 0 100px 10px #fff;
    transition: all ease 0.3s;
}*/

.aside2 {
  border-top: 4px solid #26a69a;
  border-bottom: 4px solid #00695c;
  border-radius: 5px;
  height: auto;
  width: 350px;
  box-shadow: 0 0 70px 10px #fff;
  overflow-y: visible;
  margin: 20px 40px;
  background: url(https://s-media-cache-ak0.pinimg.com/736x/3a/1f/02/3a1f02c10700daa80655a302c5a27acf.jpg);
  background-size: cover;
}

.aside2:hover {
  border-top: 4px solid #26a69a;
  border-bottom: 4px solid #00695c;
  border-radius: 5px;
  height: auto;
  width: 350px;
  box-shadow: 0 0 70px 10px #fff;
  overflow-y: visible;
}

.aside2:hover header img {
  animation: profile_image 2000ms linear both;
  animation-delay: 0.5s;
}

.header2 {
  text-align: center;
}

.header2 h1 {
  position: relative;
  text-align: center;
  color: white;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 10px;
  transition: all ease 0.35s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.aside2:hover header h1 {
  margin-top: 0px;
  outline: 0 solid #fff;
  border-top: 0px solid #fff;
  border-bottom: 1px solid #fff;
}

.header2 h2 {
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 17px;
  font-weight: normal;
  line-height: 0px;
  margin: 0;
}

.profile-bio {
  margin-top: 20px;
  padding: 1px 20px 10px 20px !important;
  transition: all linear 1.5s;
  color: #fff;
  font-size: 16px;
  opacity: 1;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.42) 49%,
    rgba(0, 0, 0, 0.61) 100%
  );
}

.aside2:hover .profile-bio {
  opacity: 1;
}

.profile-bio p:first-child {
  text-align: center;
  font-size: 16px;
}

.profile-bio p:nth-child(1) {
  color: #df695f;
  font-size: 23px;
}

.profile-bio p:nth-child(2) {
  color: white;
  font-size: 17px;
}

.profile-social-links {
  position: relative;
  margin-top: -440px;
  margin-left: -100px;
  list-style-type: none;
  opacity: 0;
  transition: all ease 0.5s;
}

.aside2:hover .profile-social-links {
  margin-left: -30px;
  opacity: 1;
}

.profile-social-links li img {
  width: 30px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
}

.profile-social-links li a {
  color: black;
  font-weight: 700;
  font-size: 20px;
}

/*PROFILE IMAGE ANIMATE */

@keyframes profile_image {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.4% {
    transform: matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  4.7% {
    transform: matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  6.81% {
    transform: matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  9.41% {
    transform: matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.21% {
    transform: matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  13.61% {
    transform: matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.11% {
    transform: matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  17.52% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  18.72% {
    transform: matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  21.32% {
    transform: matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  24.32% {
    transform: matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  25.23% {
    transform: matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.03% {
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.93% {
    transform: matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  35.54% {
    transform: matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  36.74% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.04% {
    transform: matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  44.44% {
    transform: matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  52.15% {
    transform: matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  59.86% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  63.26% {
    transform: matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  75.28% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  85.49% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  90.69% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    transform: matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

/*NAME ANIMATE */

.aside2:hover .header2 h1 {
  animation: name_and_job 1500ms linear both;
  animation-delay: 0.4s;
}

.aside2:hover .header2 h3 {
  animation: name 0.5s linear both;
  animation-delay: 0.4s;
}

@keyframes name {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2000, 0, 0, 1);
  }
}

@keyframes name_and_job {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30000, 0, 0, 1);
  }

  1.3% {
    transform: matrix3d(
      3.905,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -237.02,
      0,
      0,
      1
    );
  }

  2.55% {
    transform: matrix3d(
      4.554,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -182.798,
      0,
      0,
      1
    );
  }

  4.1% {
    transform: matrix3d(
      4.025,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -125.912,
      0,
      0,
      1
    );
  }

  5.71% {
    transform: matrix3d(
      3.039,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -79.596,
      0,
      0,
      1
    );
  }

  8.11% {
    transform: matrix3d(
      1.82,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -31.647,
      0,
      0,
      1
    );
  }

  8.81% {
    transform: matrix3d(
      1.581,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -21.84,
      0,
      0,
      1
    );
  }

  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }

  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }

  15.07% {
    transform: matrix3d(
      0.947,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      12.662,
      0,
      0,
      1
    );
  }

  16.12% {
    transform: matrix3d(
      0.951,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      13.007,
      0,
      0,
      1
    );
  }

  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }

  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }

  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }

  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }

  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }

  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }

  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.aside2:hover ul li:first-child {
  animation: social_animation 2000ms ease-in-out both;
  animation-delay: 0.75s;
}

@keyframes social_animation {
  0% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  }

  1.3% {
    transform: matrix3d(
      3.905,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -237.02,
      0,
      0,
      1
    );
  }

  2.55% {
    transform: matrix3d(
      4.554,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -182.798,
      0,
      0,
      1
    );
  }

  4.1% {
    transform: matrix3d(
      4.025,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -125.912,
      0,
      0,
      1
    );
  }

  5.71% {
    transform: matrix3d(
      3.039,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -79.596,
      0,
      0,
      1
    );
  }

  8.11% {
    transform: matrix3d(
      1.82,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -31.647,
      0,
      0,
      1
    );
  }

  8.81% {
    transform: matrix3d(
      1.581,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      -21.84,
      0,
      0,
      1
    );
  }

  11.96% {
    transform: matrix3d(1.034, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 4.825, 0, 0, 1);
  }

  12.11% {
    transform: matrix3d(1.023, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5.53, 0, 0, 1);
  }

  15.07% {
    transform: matrix3d(
      0.947,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      12.662,
      0,
      0,
      1
    );
  }

  16.12% {
    transform: matrix3d(
      0.951,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1,
      0,
      13.007,
      0,
      0,
      1
    );
  }

  27.23% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.352, 0, 0, 1);
  }

  27.58% {
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 2.121, 0, 0, 1);
  }

  38.34% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.311, 0, 0, 1);
  }

  40.09% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.291, 0, 0, 1);
  }

  50% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.048, 0, 0, 1);
  }

  60.56% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.007, 0, 0, 1);
  }

  82.78% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.bonneannee {
  position: absolute;
  width: 610px;
  left: 8px;
  top: 130px;
  transform: rotate(-15deg);
  opacity: 0;
  animation: Affichage_accueil 3s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

.elos {
  position: absolute;
  width: 265px;
  left: 20px;
  top: 130px;
  transform: rotate(-15deg);
  opacity: 0;
  animation: Affichage_accueil 3s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

.img-elos {
  width: 450px;
  margin: 120px auto auto auto;
  animation: img-elos 4s forwards;
}

.plani-repas {
  position: absolute;
  width: 196px;
  left: 90px;
  top: 287px;
  transform: rotate(-15deg);
  opacity: 0;
  animation: Affichage_accueil 3s;
  animation-delay: 0s;
  animation-fill-mode: none;
  animation-delay: 4s;
  animation-fill-mode: forwards;
}

.plani-repas img {
  width: 450px;
  margin: 120px auto auto auto;
  animation: img-elos 4s forwards;
}

@keyframes img-elos {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.div-elos-h1 {
  animation: div-elos-h1 4s forwards;
}

@keyframes div-elos-h1 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.div-elos-p {
  opacity: 0;
  font-size: 25px;
  margin: 0;
  padding: 0;
  animation: div-elos-p 3s 1s forwards;
}

@keyframes div-elos-p {
  0% {
    transform: translate3d(100%, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.cardsDetails .cardsdetail .cardsdetail-p:nth-child(0) {
  animation: fadeInRightX 1.5s;
}

@keyframes fadeInRightX {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.cardsDetails .cardsdetail .cardsdetail-p:nth-child(1) {
  animation: fadeInRightY 1.5s;
}

@keyframes fadeInRightY {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.div-elos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.cardsDetails {
  animation: cardsDetails 3s 4s forwards;
  opacity: 0;
}

@keyframes cardsDetails {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.card span {
  background: #e74c3c;
  color: white;
  width: 70px;
  font-size: 31px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  border: 1px solid black;
  border-radius: 100%;
  transform: rotate(24deg);
  position: absolute;
  z-index: 135;
  padding: 6px;
  text-align: center;
  z-index: 50;
  top: 3px;
  right: 0px;
}

.cardsDetail {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.cardsDetail p {
  display: flex;
  align-items: center;
  font-size: 20px;
  text-align: center;
  width: 150px;
  border-radius: 5px;
  padding: 10px;
  background-color: #2f90e6;
  color: white;
  font-weight: 700;
  margin: 40px 30px;
  letter-spacing: 1.2px;
}

/* NOEL
======================================================================================= */
.header .santa-img {
  width: 80px;
  margin: -6px 0 0 0;
}

.snowman-img {
  width: 80px;
  position: absolute;
  top: 0px;
  right: 23%;
  z-index: 99;
}

.traineau-img {
  position: absolute;
  width: 21%;
  z-index: 1;
  rotate: 20 70 0 180deg;
  animation: traineau 7500ms linear forwards infinite;
}

@keyframes traineau {
  0% {
    top: 650px;
    left: -150px;
  }
  100% {
    top: -450px;
    left: 1650px;
  }
}

/* ANIMATION LOGO - index.php
======================================================================================= */
.img-logo-presentation {
  margin: 0 auto;
}

.center {
  width: 150px;
  height: 150px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 100px;
}
.ring {
  position: absolute;
  width: 200px;

  border-radius: 50%;
  animation: ring 2s 4s linear infinite;
}
@keyframes ring {
  0% {
    transform: rotate(0deg);
    box-shadow: 1px 5px 2px #e65c00;
    height: 200px;
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 1px 5px 2px #18b201;
    height: 200px;
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 1px 5px 2px #0456c8;
    height: 200px;
  }
}
.ring:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}
.center span {
  position: absolute;
  margin: 0 auto;
  top: 100px;
  color: #737373;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 200px;
  animation: text 3s ease-in-out infinite;
}
@keyframes text {
  50% {
    color: black;
  }
}

.center img {
  width: 186px;
}

/* CLIENTS CONFIANCE
======================================================================================= */
.clients {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  float: left;
  background: url("../assets/FondEcran/client-confiance.jpg");
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
  padding-bottom: 50px;
}

.clients h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 200;
  border-bottom: 2px solid white;
  width: 850px;
  margin: 30px auto 50px auto;
}

.clients .logos-clients {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.clients .logos-clients img {
  width: 200px;
  margin: 50px;
}

/* COMPETENCES
======================================================================================= */

.experience {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  float: left;
  background: url("../assets/FondEcran/experience.jpg");
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
  padding-bottom: 50px;
  width: 100%;
  height: 750px;
}

.experience .titre {
  color: white;
  text-align: center;
  margin: 100px auto 0 auto;
}

.experience .titre p {
  font-family: "Open Sans", sans-serif;
}

.experience .titre h1 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  /*text-transform: capitalize;*/
  line-height: 1.1;
  font-size: 3.75rem;
  letter-spacing: 0.041em;
  margin: 0 auto 30px auto;
}

.experience .titre a {
  font-size: 0.75rem;
  margin: 60px auto 40px;
  padding: 10px 30px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid white;
  background-image: none;
  text-decoration: none;
  color: white;
  transition: 700ms;
}

.experience .titre a:hover {
  background-color: white;
  color: black;
}

.skills {
  background-color: #f5f5f5;
  width: 100%;
  height: 2355px;
  position: relative;
}

.skills .skill {
  padding: 30px;
  position: relative;
  background-color: white;
  width: 72%;
  margin: -280px auto;
  text-align: center;
  height: auto;
}

.skills .skill h2 {
  font-family: Roboto, sans-serif;
  line-height: 1.2;
  font-size: 2.25rem;
  font-weight: 500;
  margin: 65px 0 0 0;
}

.skills .skill p {
  letter-spacing: 1.2px;
  line-height: 1.6;
}

.skills .cards-competences {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px auto;
  justify-content: space-around;
}

.skills .cards-competences .card-competence {
  display: flex;
  flex-direction: column;
  width: 250px;
  margin: 30px 30px;
  box-shadow: 0 5px 10px #777;
  padding: 20px;
  justify-content: center;
}

.skills .cards-competences .card-competence div {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.skills .cards-competences .card-competence img {
  width: 75%;
}

.skills .cards-competences .card-competence p {
  font-style: italic;
  font-size: 13px;
  text-align: justify;
  color: black;
  transition: 500ms;
}

.skills .cards-competences .card-competence p:hover {
  color: rgb(3, 95, 3);
}

.web-app {
  background-color: #f5f5f5;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 350px;
  padding: 275px 50px 350px 50px;
}

.web-app .div1,
.web-app .div2 {
  width: 50%;
}

.web-app .div1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10%;
}

.web-app .div2 {
  font-family: Roboto, sans-serif;
  text-align: right;
  margin-right: 10%;
  padding-right: 30px;
  margin-top: -164px;
}

.web-app .div2 h2 {
  font-size: 2.25rem;
  letter-spacing: 1.2px;
}

.web-app .div2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 1.3px;
}

.web-app img {
  width: 521px;
  height: 432px;
  position: relative;
  margin: 22px auto;
}

.responsive-design {
  display: flex;
  background: url("../assets/FondEcran/responsive-design.jpg");
  background-attachment: fixed;
  background-origin: initial;
  background-clip: initial;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 0;
  position: relative;
  padding-bottom: 50px;
  width: 100%;
  height: 750px;
}

.responsive-design .div1 {
  margin-top: 50px;
}

.responsive-design h2 {
  font-size: 2.25rem;
  letter-spacing: 1.2px;
  margin-left: 50px;
}

.responsive-design p {
  width: 35%;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: 1.2px;
  margin-left: 50px;
  font-weight: 500;
}

.div-etapes {
  top: 2200px;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  font-family: Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  margin: 50px 0;
  margin: auto;
  width: 100%;
}

.div-etapes-img {
  width: 26%;
  margin: auto auto 50px auto;
}

.div-img-competences img {
  width: 13%;
  margin: 1%;
}

.titre-competences-dev {
  /*z-index: 1;*/
  position: absolute;
  color: white;
  text-transform: uppercase;
  line-height: normal;
  visibility: hidden;
  text-align: center;
}

.div-etape-card {
  width: 350px;
  margin: 50px 10px;
  justify-content: center;
  background-color: white;
  box-shadow: 1px 1px 12px rgb(121, 119, 119);
  font-family: "Open Sans", sans-serif;
}

.sous-titre-competences {
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 25px;
  padding: 0;
  margin: 50px 0 30px 0;
  letter-spacing: 1.4px;
}

/* A PROPOS */

/* =========================================================================*/

.titre-apropos {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 150px;
  text-align: center;
}

#section-apropos {
  padding-top: 90px;
  height: 100%;
  background-color: #e6e6e6;
  width: 100%;
}

.h2-animate {
  font-size: 60px;
  margin: 0 0 0 50px;
  color: black;
  display: flex;
  flex-direction: row;
  font-family: Poppins, sans-serif;
  letter-spacing: 1.2px;
}

.h2-animate .word {
  padding-left: 16px;
}

.apropos-img {
  position: absolute;
  top: 90px;
  right: 70px;
}

.apropos-img img {
  width: 85%;
}

.apropos-sous-titre {
  position: relative;
}

.apropos-sous-titre h2 {
  font-family: Poppins, sans-serif;
  position: absolute;
  top: 25px;
  margin-left: 55px;
  font-weight: 400;
  line-height: 1.95;
  letter-spacing: 3.2px;
  font-size: 30px;
  font-weight: 300;
}

.apropos-sous-titre a {
  margin: 48px auto 40px 50px;
  padding: 10px 30px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 4px;
  font-size: 13px;
  line-height: 1.4;
  border: 1px solid black;
  background-image: none;
  text-decoration: none;
  color: black;
  position: absolute;
  transition: 700ms;
}

.apropos-sous-titre a:hover {
background-color: #a5a2a2;
color: white;
text-decoration: none;
}


.div-apropos {
  margin: 216px 0;
}


.div-apropos-colunm {
  font-family: Poppins, sans-serif;
  text-align: left;
  width: 50%;
  margin: 80px;
}

.div-apropos-colunm h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0;
}

.div-apropos-colunm p {
  font-weight: 300;
  font-size: 15px;
  margin-top: 0;
}

.div-p-apropos .img-clic {
  width: 50px;;
}

/**
PRESENTATION ELOS 
*/

.div-presentation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.div-presentation .card-presentation {
  margin: 50px auto;
  position: relative;
}

.div-presentation .card-presentation .presentation-idee {
  transform: rotate(-30deg);
  width: 12%;
  border: none;
  margin: 0 auto;
}

.div-presentation .card-presentation p {
  text-align: center;
  color: #121c42;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
  margin: 10px auto;
  letter-spacing: 3.2px;
  font-size: 28px;
  font-weight: 700;
}

.div-presentation .card-presentation .presentation-img {
  width: 70%;
  border: 1px solid grey;
  box-shadow: 10px 10px 12px grey;
  border-radius: 3px;
}

.div-presentation .card-presentation .separateur {
  background-color: #121c42;
  height: 2px;
  width: 90%;
  border-radius: 5px;
  margin: 100px auto 0 auto;
}





@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@700&display=swap");

:root {
  /* Colors */
  --brand-color: hsl(46, 100%, 50%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
  /* Fonts */
  --font-title: "Montserrat", sans-serif;
  --font-text: "Lato", sans-serif;
}

/* RESET */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.card-avis {
  display: grid;
  place-items: center;
  width: 80vw;
  max-width: 21.875rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  margin: 40px;
}

.card-avis h2 {
  font-size: 30px;
  font-family: var(--font-title);
  color: var(--white);
  line-height: 1.1;
  text-align: left;
}

.card-avis h5 {
  font-size: 14px;
  font-family: var(--font-title);
  color: white;
  line-height: 1.1;
  text-align: left;
  font-weight: 700;
}

.card-avis p {
  font-family: var(--font-text);
  font-size: 13px;
  line-height: 1.5;
  color: var(--white);
  font-style: italic;
 font-family: "Lato", sans-serif;
 text-align: left;
 margin-bottom: 5px;
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

.card-avis > * {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.card__background {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}

.card__content {
  --flow-space: 0.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  height: auto;
  padding: 12% 1.25rem 1.875rem;
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.3) 10%,
    hsl(0, 0%, 0%) 100%
  );
}

.card__content--container {
  --flow-space: 1.25rem;
}

.card__title {
  font-family:  "Montserrat", sans-serif;
font-weight: 700;
  position: relative;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
}

.card__title::after {
  content: "";
  position: absolute;
  height: 0.3125rem;
  width: calc(100% + 1.25rem);
  bottom: calc((1.25rem - 0.5rem) * -1);
  left: -1.25rem;
  background-color: var(--brand-color);
}

.card__button {
  padding: 0.75em 1.6em;
  width: fit-content;
  width: -moz-fit-content; /* Prefijo necesario para Firefox  */
  font-variant: small-caps;
  font-weight: bold;
  border-radius: 0.45em;
  border: none;
  background-color: var(--brand-color);
  font-family: var(--font-title);
  font-size: 1.125rem;
  color: var(--black);
}

.card__button:focus {
  outline: 2px solid black;
  outline-offset: -5px;
}

@media (any-hover: hover) and (any-pointer: fine) {
  .card__content {
    transform: translateY(73%);
    transition: transform 500ms ease-out;
    transition-delay: 500ms;
  }

  .card__title::after {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 1000ms ease-in, transform 500ms ease-out;
    transition-delay: 500ms;
    transform-origin: right;
  }

  .card__background {
    transition: transform 500ms ease-in;
  }

  .card__content--container > :not(.card__title),
  .card__button {
    opacity: 0;
    transition: transform 500ms ease-out, opacity 500ms ease-out;
  }

  .card-avis:hover,
  .card-avis:focus-within {
    transform: scale(1.05);
    transition: transform 500ms ease-in;
  }

  .card-avis:hover .card__content,
  .card-avis:focus-within .card__content {
    transform: translateY(0);
    transition: transform 500ms ease-in;
  }

  .card-avis:focus-within .card__content {
    transition-duration: 0ms;
  }

  .card-avis:hover .card__background,
  .card-avis:focus-within .card__background {
    transform: scale(1.3);
  }

  .card-avis:hover .card__content--container > :not(.card__title),
  .card-avis:hover .card__button,
  .card-avis:focus-within .card__content--container > :not(.card__title),
  .card-avis:focus-within .card__button {
    opacity: 1;
    transition: opacity 500ms ease-in;
    transition-delay: 1000ms;
  }

  .card-avis:hover .card__title::after,
  .card-avis:focus-within .card__title::after {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left;
    transition: opacity 500ms ease-in, transform 500ms ease-in;
    transition-delay: 500ms;
  }
}

.annee {
  position: absolute;
  padding: 5px 10px;
  background-color: green;
  border-radius: 5px;
  color: white;
  transform: rotate(-23deg);
  z-index: 1000;
  font-size: 25px;
  font-weight: 900;
}