header {
    position: fixed;
    width: 100%;
    height: 10vh;
    background-color: rgb(255, 255, 255);
    box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid rgb(182,90,77);
    z-index: 9999;
}

nav .menu_ham{
  display:none;
}
.logo {
    margin-left: 5%;
    height: 65%;
}
  
  nav li {
    display :inline-block;
    margin-left: 30px;
    margin-right: 30px;
    font: normal normal 900 1.4em/1.6em Arial;
  }

  nav a {
    color: rgb(43, 38, 83);
    text-decoration: none;
  }

  nav a:hover {
    transition: color 0.3s ease-in-out;
    color: rgb(182,90,77);
    text-decoration: dashed;
    }

.intro{
  width :100%;
  display: flex;
  overflow: hidden;
}

  h1 {
    display: inline-block;
    margin-top: 10%;
    margin-left: 8%;
/* UI Properties */
    text-align: left;
    font: normal normal 900 3.8em/1.2em Arial;
    letter-spacing: 0px;
    color: #2B2653;
    width: 80%;
  }

.citation {
    display: block;
    float: right;
    margin-top: 15%;
    width: 50%;
    height: 50%;
  }

  body {
    background: url(img/Groupe\ 22.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

.introtext{
    display: flex;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
}

.introtext p {
  font: normal normal 85 25px/35px Arial;
  color: #2B2653;
  letter-spacing: 0px;
  margin-left: 8%;
  margin-right: 15%;
  margin-top: 0%;
}

.introtext input {
  background-color: rgb(182,90,77);
  border: none;
  text-align: center;
  font-weight: bold;
  color:rgb(255, 255, 255);
  font-size: 1.7em;
  float: right;
  width: 90vw;
  height: 7vh;
  margin-right: 15%;
  margin-top: 2%;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.3);
}

.introtext input:hover {
  transition: all 0.5s ease;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}
#services{
  scroll-margin-top: 115px;
}
.services{
margin-top: 8%;
}

  .services p {
    font: normal normal 85 20px/30px Arial;
    color: #2B2653;
    text-align: center;
    letter-spacing: 0px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
  }

    h2 {
    text-align: center;
    font: normal normal 900 2em/1.2em Arial;
    letter-spacing: 0px;
    color: #2B2653;
    opacity: 1;
    position: relative;
   
  }
  h2::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 3px;
    margin-top: 20px;
    bottom: -10px;
    left: 50%; /* place l'élément à mi-chemin horizontalement */
  transform: translateX(-50%); /* centre l'élément horizontalement */
    background-color: #B65A4D;
  }

  .circles-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40vh; /* Pour centrer verticalement les cercles */
    width: 80%;
    margin: 0 auto;
  }
  
  .circle1, .circle2, .circle3, .circle4, .circle5{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgb(43, 38, 83);
    margin: 1em;
    padding: 1em;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
  }

  .circle1 span, .circle2 span, .circle3 span, .circle4 span, .circle5 span {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size:1.5em;
    line-height: 1;
  }


.circle_hover1 {
  display:inline-block;
  visibility: hidden;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgb(231, 231, 236);
  border: 5px dashed rgb(182,90,77);
  text-align: center;
  margin: 10px;
  padding: 10px;
  padding-top: 85px;
  transform: translateX(-130%) translateY(80%);
  position: absolute;
  opacity: 0;
  z-index:9999;
  overflow: hidden;
}
.circle_hover2 {
  display:inline-block;
  visibility: hidden;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: rgb(231, 231, 236);
  border: 5px dashed rgb(182,90,77);
  text-align: center;
  margin: 10px;
  padding: 10px;
  padding-top: 55px;
  transform: translateX(-50%) translateY(80%);
  position: absolute;
  opacity: 0;
  z-index:9999;
  overflow: hidden;
}
.circle_hover3 {
  display:inline-block;
  visibility: hidden;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgb(231, 231, 236);
  border: 5px dashed rgb(182,90,77);
  text-align: center;
  margin: 10px;
  padding: 20px;
  padding-top: 65px;
  transform: translateX(0%) translateY(80%);
  position: absolute;
  opacity: 0;
  z-index:9999;
}
.circle_hover4 {
  display:inline-block;
  visibility: hidden;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: rgb(231, 231, 236);
  border: 5px dashed rgb(182,90,77);
  text-align: center;
  margin: 10px;
  padding: 10px;
  padding-top: 55px;
  transform: translateX(50%) translateY(80%);
  position: absolute;
  opacity: 0;
  z-index:9999;
}
.circle_hover5 {
  display:inline-block;
  visibility: hidden;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgb(231, 231, 236);
  border: 5px dashed rgb(182,90,77);
  text-align: center;
  margin: 10px;
  padding: 20px;
  padding-top: 25px;
  transform: translateX(130%) translateY(80%);
  position: absolute;
  z-index:9999;
  opacity: 0;
}
.circle_hover1 span, .circle_hover2 span, .circle_hover3 span, .circle_hover4 span, .circle_hover5 span {
  color: rgb(43, 38, 83);
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
.circle1:hover + .circle_hover1{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.circle2:hover + .circle_hover2{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.circle3:hover + .circle_hover3{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.circle4:hover + .circle_hover4{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.circle5:hover + .circle_hover5{
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.services input {
  background-color: rgb(182,90,77);
  border: none;
  text-align: center;
  font-weight: bold;
  color:rgb(255, 255, 255);
  font-size: 1.7em;
  width: 15vw;
  height: 7vh;
  margin-right: 15%;
  margin-top: 2%;
  border-radius: 15px;
  box-shadow: 0 10px 10px rgba(0,0,0,0.3);
  position: absolute;
  left:50%;
  transform: translateX(-50%);
}

.services input:hover {
  transition: all 0.5s ease;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
}

.conseil{
  margin-top: 13%;
  }

.itemList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 2px;
  margin-top: 3%;
  padding-left: 10%;
  padding-right: 10%;
  align-items: center;
  justify-content: center;
}
.item {
  padding: 1%;
  padding-left: 5%;
  padding-right: 5%; 
}
.item h3{
  color: #2B2653;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.item p {
  color:#2B2653;
  text-align: center;
  font-size: 1em;
  margin :0;
}
.qui{
  margin-top: 10%;
  }
#qui{
    scroll-margin-top: 115px;
}
.texteBio p {
    color: #2B2653;
    font-size: 1em;
  }

.bio {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4%;
}
.photo{
  float: left;
}
.texteBio {
  width: 50%;
  padding: 10px;
}
.exempleProjet{
  margin-top: 8%;
  text-align: center;
}
.projetList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1300px;
  margin: 2% auto;
}
.projet{
  display: flex;
  align-items: center;
  justify-self: center;
  margin-top: 6%;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
  border: 3px solid #B65A4D;
  border-radius: 15px;
  width: 22em;
  height: 18em;
}
.projet p{
  color: #2B2653;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin:0;
}
#contact{
  scroll-margin-top: 115px;
}
.contact {
  margin-top: 8%;
}
.contactInfo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 5%;
  margin-bottom: 5%;
}
.contactInfo p {
  color: #2B2653;
  text-decoration: none;
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}
.phone, .mail, .contactLinkedin {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: top;
  text-align: center;
  padding: 3%;
}
.phone{
  margin-left: 10%;
}
.contactLinkedin {
  margin-right: 10%;
  position: relative;
  display: inline-block;
}

.phone img, .contactLinkedin img {
  width: 80%;
  height: 80%;
  margin-bottom: 10px;
}
.mail img{
  width: 60%;
  height: 60%;
  margin-bottom: 10px;
}
/*.contactLinkedin img.hover{
  position:absolute;
  top:3.6em;
  left:3.6em;
  display: none;
  opacity: 0;
}
.contactLinkedin:hover img.hover{
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
}/*

*/.phone a, .mail a {
  text-decoration: none;
  color: #2B2653;
  font-weight: bold;
  font-size: 1.3em;
}

footer{
  width:100%;
  background-color: #2B2653;
  height: 12%;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 25px;
}

footer a, p {
  margin-left: 8%;
  color: rgb(255, 255, 255)
}

.linkedin img {
  width:2%;
  margin-top: 1%;
}