.nav-bar
{
  justify-content: space-between;
  list-style: none;
  align-items: center;
  display: flex;
  padding: 12px 20px; 
  background-color:white;
}
.bg{
  background-color: burlywood;
  
}
.space{
  margin-right: 20px;
}
.spacee{
  margin-left: 20px;
}
.textheader{
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 25px;
  /* color:darkviolet; */
  /* color:rgb(203, 36, 161); */
  color:white;
}
.textheader:hover{
  color:rgb(203, 36, 161);
}
.bodycolor{
  background-color:  rgb(242, 236, 210); 
  /* background-color: white; */
}
.color{
  color:orange;
}
.colorblue{
  color:blue;
}
.colorpurple{
  color: blueviolet;
}
.colorbgpurple{
  background-color: rgb(174, 57, 190);
}
/* .stylereconversion{
  margin-top: 10px;
} */
.colororange{
  color:orange;
}

/* .textpresentation{
  margin-left: 230px;
} */
.styleparagraphe{
  line-height: 25px;
  /* margin-left: 130px; */
  text-align: justify;
  font-size: large;
}
.stylep{
  margin-left: 100px;
}
.stylespan{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 28px;
  
}
/* @media (max-width:100%)
{ */
  .imgfondatrice{
    margin-left: 450px;
/* } */
}
.citationquisuisje{
  margin-left: 550px;
  font-size:25px;
}
.colorcoaching{
  color:orange;
  /* margin-left: 580px;
  margin-top: 70px;
  margin-bottom: 40px; */
}
.styletemoignage{
  color:orange;
  margin-left: 580px;
  margin-top: 70px;
  margin-bottom: 40px;
}
.bgoffre {
  background-color: orange;
}
.mail{
  color:orange;
}
.courbe{
  max-width: 100%;
  background-color:orange;
  width:1400px;
  height: 500px;
  margin-bottom: 50px;
  margin-right: 80px;
  margin-left: -40px;
  padding: 80px;
}
.titrecourbe{
  color:black;
  
}
.police{
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.marginp{
  margin-top:95px;
  line-height: 40px;
  font-size: xx-large;
  color:blue
}
.styleauteur{
  margin-left:360px;
}
.imgtemoignage{
  height: 450px;
  width: 880px;
  margin-left: 70px;
  margin-bottom: 60px;
}
.styleavis{
  margin-left:90px;
}

/* .bord{
  border-color: rgb(203, 36, 50);
  
} */
#page {
  display: flex;
  justify-content: center;
  align-items: center;
}
  
#container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
  
  /* #h3 {
    color: rgb(82, 79, 79);
  } */
  
#ring {
  width: 190px;
  height: 190px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
}
  
#ring:nth-child(1) {
  border-bottom: 8px solid rgb(240, 42, 230);
  animation: rotate1 2s linear infinite;
}
  
  @keyframes rotate1 {
    from {
      transform: rotateX(50deg) rotateZ(110deg);
    }
  
    to {
      transform: rotateX(50deg) rotateZ(470deg);
    }
  }
  
#ring:nth-child(2) {
  border-bottom: 8px solid rgb(0, 0, 0);
  animation: rotate2 2s linear infinite;
}
  
  @keyframes rotate2 {
    from {
      transform: rotateX(20deg) rotateY(50deg) rotateZ(20deg);
    }
  
    to {
      transform: rotateX(20deg) rotateY(50deg) rotateZ(380deg);
    }
  }
  
#ring:nth-child(3) {
  border-bottom: 8px solid rgb(48, 3, 170);
  animation: rotate3 2s linear infinite;
}
  
  @keyframes rotate3 {
    from {
      transform: rotateX(40deg) rotateY(130deg) rotateZ(450deg);
    }
  
    to {
      transform: rotateX(40deg) rotateY(130deg) rotateZ(90deg);
    }
  }
  
#ring:nth-child(4) {
  border-bottom: 8px solid rgb(207, 135, 1);
  animation: rotate4 2s linear infinite;
}
  
  @keyframes rotate4 {
    from {
      transform: rotateX(70deg) rotateZ(270deg);
    }
  
    to {
      transform: rotateX(70deg) rotateZ(630deg);
    }
  }
  /* Improving visualization in light mode */
.hook{
  margin-top: 120px;
  font-size: 55px;
}
/* .back{
  background-color: rgb(249, 249, 155);
} */
.logo{
  height:400px;
  width:1300px;
}
.jdmots{
  width: 150px;
}
.jdmots1{
  width:160px;
  height:90px;
}
.jdmots2{
  width:160px;
  height:95px;
}

.reconv{
  width: 120px;
  margin-bottom: 15px;
  margin-right: 15px;
}
.bouton{
  margin-left: 430px;
}

.readmore-btn {
  width: fit-contentd;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgb(255, 209, 125);
  border: none;
  border-radius: 10px;
  padding: 0px 15px;
  gap: 0px;
  transition: all 0.4s;
}
.book-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 45px;
  height: 100%;
}
.book-wrapper .book-page {
  width: 50%;
  height: auto;
  position: absolute;
}
.readmore-btn:hover .book-page {
  animation: paging 0.4s linear infinite;
  transform-origin: left;
}
.readmore-btn:hover {
  background-color: rgb(16, 16, 17);
}
@keyframes paging {
  0% {
    transform: rotateY(0deg) skewY(0deg);
  }
  50% {
    transform: rotateY(90deg) skewY(-20deg);
  }
  100% {
    transform: rotateY(180deg) skewY(0deg);
  }
}
.text {
  width: 105px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: rgb(255, 255, 255);
}

.heightfooter{
  height:100px;

}


        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        }
        .footer {
            background-color: burlywood;
            color: black;
            padding: 20px 0;
            text-align: center;
        }
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .footer-column {
            flex: 1;
            min-width: 200px;
            margin: 10px;
        }
        .footer-column h3 {
            border-bottom: 1px solid #777;
            padding-bottom: 10px;
        }
        .footer-column ul {
            list-style: none;
            padding: 0;
        }
        .footer-column ul li {
            margin: 10px 0;
        }
        .footer-column ul li a {
            color: black;
            text-decoration: none;
        }
        .footer-column ul li a:hover {
            text-decoration: underline;
        }
        .social-icons {
            display: flex;
            justify-content: center;
        }
        .social-icons a {
            color:blue;
            font-size: 20px;
            margin: 0 10px;
            text-decoration: none;
        }
        .social-icons a:hover {
            color: #ddd;
        }
        @media (max-width: 600px) {
            .footer-container {
                flex-direction: column;
                align-items: center;
            }
        }
  