@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;800;900&display=swap');
html {
    scroll-behavior: smooth;
}
body {
    font-family: "poppins";
    margin: 0;
    padding: 0;
}
.info{
    width: 100%;
    height: 100vh;
    background-color: rgb(245, 245, 245);
    color: rgb(0, 16, 51);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.info h1{
    margin: 0px;
}
.info p{
    width: 60%;
    line-height:2;
}
span{
    font-weight: bold;
}

.Btn {
    width: 45px;
    height: 45px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: none;
    border: 2px solid rgb(0, 16, 51);
  }
  
  .arrow path {
    fill: rgb(0, 16, 51);
  }
  
  #button{
    transform: rotate(180deg);
  }
  .Btn:hover .text {
    opacity: 1;
    transition-duration: .7s;
  }
  
  .Btn:hover .arrow {
    animation: slide-in-bottom .7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  
  @keyframes slide-in-bottom {
    0% {
      transform: translateY(10px);
      opacity: 0;
    }
  
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  #chat{
background-color: rgb(0, 16, 51);
  } 
  
.contacts-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
   
}
#card{
    width: 800px;
   height: 600px;
    background-color: rgb(245, 245, 245);
    color: rgb(0, 16, 51);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 30px;
}
#chat-box {
  width: 500px;
  margin: 20px;
  padding: 10px;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-list {
  list-style: none;
  padding: 0;
}

.contact-item {
  margin-bottom: 10px;
  margin-top: 5px;

}

.contact-button {
  margin-left: 10px;
}

#contact-form {
  display: none;
  margin-top: 20px;
}

#message-input {
  width: 100%;
  margin-bottom: 10px;
}
#chat-messages{
  width: 550px;
  background-color: white;
  height: 400px;
  overflow: auto;
  border: solid 1px #ccc;
}
.chat {
  width: 300px;
  border: solid 1px #EEE;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.messages {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}

.message {
  border-radius: 20px;
  padding: 8px 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.yours {
  align-items: flex-start;
}

.yours .message {
  margin-right: 25%;
  background-color: #e0e0e0;
  position: relative;
  margin-left: 10px;
}

.yours .message:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -7px;
  height: 20px;
  width: 20px;
  background: #e0e0e0;
  border-bottom-right-radius: 15px;
}
.yours .message:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-right-radius: 10px;
}

.mine {
  align-items: flex-end;
}

.mine .message {
  color: white;
  margin-left: 25%;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  position: relative;
  margin-right: 10px;
}

.mine .message:before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -8px;
  height: 20px;
  width: 20px;
  background: linear-gradient(to bottom, #00D0EA 0%, #0085D1 100%);
  background-attachment: fixed;
  border-bottom-left-radius: 15px;
}

.mine .message:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 20px;
  background: white;
  border-bottom-left-radius: 10px;
}
.contactButton {
  background: #7079f0;
  color: white;
  font-family: inherit;
  padding: 0.45em;
  padding-left: 1.0em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #714da6;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3em;
}

.iconButton {
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #7a8cf3;
  right: 0.3em;
  transition: all 0.3s;
}

.contactButton:hover {
  transform: translate(-0.05em, -0.05em);
  box-shadow: 0.15em 0.15em #5566c2;
}

.contactButton:active {
  transform: translate(0.05em, 0.05em);
  box-shadow: 0.05em 0.05em #5566c2;
}
.cercle {
  width: 80px; /* Ajustez la taille du cercle selon vos besoins */
  height: 80px;
  border-radius: 50%; /* Utilisez 50% pour créer un cercle */
  overflow: hidden; /* Masque le contenu dépassant du cercle */
}

img {
  width: 100%; /* Assurez-vous que l'image remplit le cercle */
  height: auto; /* Garde les proportions de l'image */
  display: block; /* Supprime l'espace sous l'image en tant qu'élément en ligne */
}
.cadre{
  display: flex;
  align-items: center;
    justify-content: space-between;
    gap: 20px;
}
#solution{
  display: flex;
  flex-direction: column;
    align-items: center;
    margin: auto;
}
#credit{
  background-color: rgb(0, 16, 51) ;
  color: white;
  width: 100%;
  height: 125px;
}
#footer{

    justify-content: space-between;
  
}
ul{
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
ul a{
  text-decoration: none;
  color: white;
}
ul a:hover{
  text-decoration: underline;
}