body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}

header   {
  background-color: #0d70da;
  color: white;
  text-align: center;
  padding: 10px;
}

nav {
  display: flex;
  
  background-color: #0596de;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav ul li a:hover {
  background-color: #ddd;
  color: black;


}

section {
  padding: 20px;
  text-align: center;
}

footer {
 background-color: #f0f0f0;
  color: white;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 600px) {

  nav,
  section {
    width: 100%;
    padding: 0;
  }
}

.nav {
  color: white;
  margin-left: 19px;
}

.ar {
  float: right;
  position: absolute;
  top: 33px;
  right: 0;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #0074C8;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* couleur de base background 
    /* padding: 5px; */
    /* background-color: #318CE7; */
    /* Fin des lignes supprimées */
    border-radius: 40px;
    /* Vous pouvez utiliser "border-radius" une seule fois */
    width: 50px;
    text-align: center;
    box-shadow: 0px 0px 10px #0074C8;
    cursor: pointer;
    transition: background-color 0.3s;
}
.rdv{
  background-color: #0596de;
}
section {
  background-color: #0596de;
  color: white;
}
.LOGO{
  float: left;
  position: absolute;
  top: 22px;
  left: 0;
  margin-left: 15px;
}
/*table {
 width: 100%;
 border-collapse: collapse;
 background-color: #0596de;
 color: white;
 font-weight: bold;
 
}

th, td {
 border: 1px solid white;
 padding: 8px;
 text-align: center;
 background-color: #0596de;
 box-shadow: 0 0 5px white;
}*/
.navo{
  background-color: #3bb4f2;
  color: white;
  font-size: medium;
  font-weight: bold;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
 }
  40% {
    transform: translateY(-11px);
 }
  60% {
    transform: translateY(-15px);
 }
}

.clinique {
 animation: bounce 2s infinite;
 float: left;
 position: absolute;
 top: 210px;
 left: 0;
 margin-left: 35px;
}
.cabinet{
   float: left;
 position: absolute;
 top: 290px;
 left: 0;
 margin-left: 35px;
  animation: bounce 2s infinite;
 
}

.maison{
   float: left;
  position: absolute;
  top: 360px;
  left: 0;
  margin-left: 35px;
  animation: bounce 2s infinite;
}
.hey{
  margin-left: 25px;
  font-size: 25px;
   display: inline-block;
    padding: 10px 10px;
    background-color: #fff;
    color: #0074C8;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* couleur de base background 
    /* padding: 5px; */
    /* background-color: #318CE7; */
    /* Fin des lignes supprimées */
    border-radius: 40px;
    /* Vous pouvez utiliser "border-radius" une seule fois */
    width: 90px;
    text-align: center;
    box-shadow: 0px 0px 10px #0074C8;
    cursor: pointer;
    transition: background-color 0.3s;
}
.heyy{
  font-size: 25px;
  margin-left: 125px;
  display: inline-block;
    padding: 10px 10px;
    background-color: #fff;
    color: #0074C8;
    text-decoration: none;
    border: none;
    
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* couleur de base background 
    /* padding: 5px; */
    /* background-color: #318CE7; */
    /* Fin des lignes supprimées */
    border-radius: 20px;
    /* Vous pouvez utiliser "border-radius" une seule fois */
    width: 90px;
    text-align: center;
    box-shadow: 0px 0px 10px #0074C8;
    cursor: pointer;
    transition: background-color 0.3s;
}
.heyyy{
  font-size: 25px;
  margin-left: 85px;
  display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #0074C8;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* couleur de base background 
    /* padding: 5px; */
    /* background-color: #318CE7; */
    /* Fin des lignes supprimées */
    border-radius: 40px;
    /* Vous pouvez utiliser "border-radius" une seule fois */
    width: 200px;
    text-align: center;
    box-shadow: 0px 0px 10px #0074C8;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 10px;
}
.icone {
    position: relative;
    display: flex;
    justify-content: center;

    padding: 20px 20px;

}
.round-input {
    width: 250px; 
    padding: 15px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 20px;
    outline: none;
    transition: border-color 0.3s;
    font-weight: bold;

}

.round-input:focus {
    border-color: #FFC033;
    /* Couleur du cadre lorsqu'il est en focus */
}

/* Style pour le bouton de recherche */
.q1 {
    background-color: #FFC033;
    color: black;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-weight: bold;
    width: 250px;
    font-size: 19px;
}
.v1 {
    background-color: #f0f0f0;
    text-align: center;
    color: black;
    font-weight: 900 !important;
    
}
.font-weight-bold{
  text-align: center;
  
}
font-weight-bold {
    font-weight: 800 !important;
}
.facebook{
  margin-left: 15px;
  
}
.email{
  margin-left: 95px;
}
.whatsapp{
margin-left: 80px;
}
.lilou {
    color: #3baef4;
    font-weight: 900 !important;
    text-align: center;
animation: appear 3s forwards; /* modifier cette valeur pour changer la durée de l'animation */
}
@keyframes appear {
  0% { opacity: 0; }
  100% { opacity: 1; }
}




@keyframes blink {
  0%, 100% {
    opacity: 1;
 }
  50% {
    opacity: 0;
 }
}

.rapide {
 position: relative;
 display: inline-block;
 width: 50px;
 height: 50px;
 
 animation: blink 1s infinite;
}
.main {
 position: relative;
 display: inline-block;
 width: 50px;
 height: 50px;
 
 animation: blink 1s infinite;
}
.lampe {
 position: relative;
 display: inline-block;
 width: 50px;
 height: 50px;
 
 animation: blink 1s infinite;
}
.A13{
     display: inline-block;
   
    background-color: #77B5FE;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    /* Supprimez ces deux lignes pour éviter de répéter la propriété "padding" */
    /* couleur de base background 
    /* padding: 5px; */
    /* background-color: #318CE7; */
    /* Fin des lignes supprimées */
    border-radius: 5px;
    /* Vous pouvez utiliser "border-radius" une seule fois */
    
    text-align: center;
    
    transition: background-color 0.3s;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    font-weight: bold;
}
.attente{
  color: black;
    font-weight: 900 !important;
    text-align: center;
    
}
@keyframes leftRight {
  0% { transform: translateX(0%); }
  50% { transform: translateX(-40%); }
  100% { transform: translateX(0%); }
}

.element {
 animation: leftRight 2s infinite;
}
.theurapeute{
float: left;
  position: absolute;
  top: 440px;
  left: 0;
  margin-left: 35px;
  animation: bounce 2s infinite;
 
}
.course{
 width: 250px;
 margin-left: 90px;
 animation: bounce 2s infinite;
}
.arrow{
 margin-left: 38px;
}
@keyframes animateArrow {
  0% {
    transform: translateX(0);
 }
  100% {
    transform: translateX(-100%);
 }
}

.arrow {
 position: relative;
 
 animation: animateArrow 2s infinite;
}

.arrow:before,
.arrow:after {
 content: "";
 position: absolute;
 width: 0;
 height: 0;
 border-style: solid;
}

.arrow:before {
 border-width: 0 50px 100px 50px;
 border-color: transparent transparent #000 transparent;
 top: 0;
 left: 0;
}

.arrow:after {
 border-width: 100px 50px 0 50px;
 border-color: #000 transparent transparent transparent;
 bottom: 0;
 left: 0;
}