
.head{
      float: left;
      width: 100%;
      display: grid;
      grid-template-columns: repeat(1,1fr);
  }
  html{
    scroll-behavior: smooth;
  }

  .scrolled  #menu_principal a{
    color: rgb(28, 121, 197);
    font-weight: 600;
  }
  nav #menu_principal a{
    color: rgb(28, 121, 197);
    font-weight: 600;
  }



  .head h2{
    font-size: 18px;
  }

.head img{
    float: left;
    width: 350px;
    display: none;
} 
#warpper{
  display: block !important;
  width: 100%;
  height: 100%;
  z-index: -100;
} 
.box{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box  div{
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: transparent;
}

.box div:nth-child(1){
 top: 12%;
 left: 22%;
 background-position: center;
 background-size: cover;
 animation: animation 11s linear infinite;

}

.box div:nth-child(2){
  top: 70%;
  left: 40%;
  background-position: center;
  background-size: cover;
  animation: animation 11s linear infinite;
  animation: animation 10s linear infinite;
 
 }

 .box div:nth-child(3){
  top: 20%;
  left: 5%;
  background-position: center;
  background-size: cover;
  animation: animation 9s linear infinite;
 
 }

 .box div:nth-child(4){
  top: 10%;
  left: 80%;
  background-position: center;
  background-size: cover;
  animation: animation 8s linear infinite;
 
 }

 .box div:nth-child(5){
  top: 30%;
  left: 50%;
  background-position: center;
  background-size: cover;
  animation: animation 7s linear infinite;
 
 }
 .box div:nth-child(6){
  top: 20%;
  left: 30%;
  background-position: center;
  background-size: cover;
  animation: animation 6s linear infinite;
 
 }
 .box div:nth-child(7){
  top: 50%;
  left: 10%;
  background-position: center;
  background-size: cover;
  animation: animation 5s linear infinite;
 
 }
 @keyframes animation {
   0%{
    transform: scale(0) translateY(0) ;
    opacity: 1;
   }

   100%{
    transform: scale(1.3) translateY(90px) ;
    opacity: 0;
   }
 }
 .now{
  display: block !important;
 }
 #connexion{
  display: none ;
  float: right;
  background-color:  rgb(28, 121, 197);
  color: white;
  flex-direction: column;
  padding: 10px 25px;
  top: 50px;
  position: absolute;
  right: 10px;
  transition: all 1.5s ease;
 }

 #connexion::after{
  background-color:  rgb(28, 121, 197);
  transform: scale(1.3);
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 18px;
 }
 #connexion li a{
  text-transform: capitalize;
  text-decoration: none;
  color: white;
 }

 #connexion li {
  list-style: none;
 }

nav #menu_principal{
    display: none;
    position: fixed !important;
    background-color:  white;
    float: left;
    width: 80%;
    height: 100vh;
    transition: transform 0.8s cubic-bezier(0.073, 0.11, 0.67, 0.84);
    left: 0;
    padding: 50px 20px;
    z-index: 6000;
    top: 0;
}
.lin .slide{
  display: none;
}
.communication .lin {
  display: grid;
  grid-template-columns: repeat(1,1fr);
}
.communication .lin img{
  float: left;
  margin-top: 20px;
}

.recommande  .imgcou{
  width: 170px;
  height: 100px;
}
.pro {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.clo
{
    background-color: #0a67b3a4;
    width: 30px;
    float: right;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 240px;
    font-weight: 800;
}
.clo ion-icon{
    font-size: 20px;
    color: white !important;
}


header nav{
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  line-height: 50px;
}
.logo h2{
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
}

.categorie_deux .container{
  display: grid;
  float: left;
  width: 100%;
  padding: 30px 10px;
  gap: 20px;
  grid-template-columns: repeat(1,1fr);
  
}
.icon ul ion-icon{
  font-size: 20px;
  cursor: pointer;
   
}

#contshadow{
  display: block;
  float: left;
  width: 100%;
}

.consha
{
  position: relative;
  float: left;
  width: 100%;
}
.shadow{
  float: left;
  width: 100%;
  height: 200px;
  background: rgb(28, 121, 197);
  position: absolute;
  z-index: 1;
  box-shadow: 0px 0px 100px 130px  rgb(28, 121, 197);
}
.forum .formu{
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  gap: 17px;
  float: left;
}

.option{
  background-color:rgb(25, 92, 136);
  float: left;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: white;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}

.option img{
  float: left;
  width: 30px;
}
.option p{
 text-align: justify;
 font-size: 10px;
}

.categorie_deux{
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
}
.head div:nth-child(1){
  padding-top: 100px;
}


.head h2
{
  text-align: center !important;
}
.head p{
    text-align: center;
    font-size: 18px;
}
.head a{
  text-align: center;
}

.but_head{
  padding: 8px 20px;
  position: absolute;
  left: 30%;
  right: 30%;
}

.popular{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 30px;
  float: left;
  padding: 10px 5%;
  width: 100%;
  background-color:#1c79c562;
}
.voir{
 
  padding: 5px 10px;
  font-size: 10px;
}
#populaire h2{
  font-size: 18px;
}

.popular img{
  width: 200px;
  height: 100px;
}
.popular h4{
  text-align: center;
}
.popular p{
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 10px;
}

.popular div{
  background-color: white;
  color: rgb(28, 121, 197);
  padding: 5px;
  width: 100%;
  border-radius: 8px;
}


.Question_un{
  display: grid;
  float: left;
  padding: 30px ;
  width: 100%;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
}


.Question_un h2{
  font-size: 18px;
}
.Question_un img{
  width: 20px;
  float: left;
}
.reponse{
  font-size: 14px;
  text-align: justify;
}
.Question h2{
  text-align: center;
  font-size: 16px;
}

.about_deux{

  gap: 20px;
  grid-template-columns: repeat(1,1fr);
  padding:30px 20px;
}
#about h2{

font-size: 18px;
}


.conta{
  float: left;
  width: 100%;
  padding:50px 5% ;
}
.contact{
  float: left;
  width: 100%;
  background-color: rgb(24, 94, 151);
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 10px;
}
.reseaux{
  position: relative;
  z-index: 100;
  color: white;
  background-color: rgb(28, 121, 197);
  padding: 10px;
  width: 100%;
}
.reseaux div{
  width: 100%;
  float: left;
}


.icon{
  display: block;
  float: right !important;
  width: 100%;
  height: 50px;
  line-height: 50px;
 
}
.now{
  display: block;
}
.icon ul {
  display: flex !important;
  width: 100%;
  margin-top: 10px;
  float: left;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  
}
.icon ul li{
  display: inline;
  margin-left: 10px;
}

.about_deux div p{
  margin: 10px 0px;
}

.about_deux div
{
 width: 100%;
 
}
.im{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nombre
{
    grid-template-columns: repeat(1,1fr);
}
.entrez{
  height: 90vh;
  background-image:linear-gradient(185deg,  rgb(28, 121, 197), rgb(28, 186, 197), rgb(252, 255, 254) );
}

#nombre img
{
    width: 300px;
    float: left;
}
.pied{
  
  color: white;
  gap: 25px;
  grid-template-columns: repeat(2,1fr);
  padding: 30px 10px;
  display: none;
}
.video
{
 
 grid-template-columns: repeat(1,1fr);
}
.object
{
 grid-template-columns: repeat(1,1fr);
}
.nom{
  display: grid;
  grid-template-columns: repeat(1,1fr);

}

#progress{
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 20px;
  bottom: 50px;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 3000;
}
#progress-value{
  display: block;
  background-color: #ffffff;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 25px;
}

#progress-value img{
  width: 20px;
}
.footer{
  float: left;
  width: 100%;
  display: block;
  height: 45px;
  position: fixed;
  display: flex;
  justify-content: space-around;
  justify-items: center;
  align-items: center;
  z-index: 2000;
  bottom: 0px;
  background-color:rgb(24, 94, 151) ;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.39);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.footer img{
  cursor: pointer;
}
.notif{
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  margin-left: -20px;
  background-color: rgb(245, 14, 14);
  border: 2px solid rgb(24, 94, 151);
  border-radius: 50%;
  animation: fadeIn 1s infinite;
}
@keyframes fadeIn {
  0%{opacity: 0;}
  50%{opacity: 5;}
  100%{opacity: 0;}
}
.footer img{
  width: 20px;
}
.infos_sevices{
  float: left;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  width: 100%;
}
.infos_sevices div:nth-child(2){
  width: 100%;
  text-align: justify;
  float: left;
  flex-direction: column;
  padding: 20px;
}

.infos_sevices .image_infos{
  width: 60%;
  display: grid;
  place-items: center;


}
.table_plans{
  width: 100%;
  display: flex;
  align-items: normal;
  justify-content: none;
  padding: 30px;
}


.forum_un{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  padding: 15px;
  gap: 20px;

}
.lou a{
  background-color: #0a67b3;
  width: 100% !important;
  
}

.centerInput{
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 10px;
  justify-content: center;
}
.centerInput input{
  padding: 7px 10px;
  border: none;
  width: 180px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.centerInput button{
  padding: 7px 10px;
  border: none;
  border-top-right-radius: 8px;
 border-bottom-right-radius: 8px;
 cursor: pointer;
 color:  #0a67b3;
 text-transform: uppercase;
 font-size: 14px;
 background-color: white;
}
.centerInput span{
  border: 2px solid #0a67b3;
  border-radius: 8px;
  padding: 2px;
  background-color: #0a67b3;
}
#populaire{
  float: left;
  width: 100%;
  padding-top: 30px;
}


/**
 * NOTIFICATION TOAST  mobile
 */

 .notification-toast {
  position: fixed;
  bottom: 80px;
  left: 20px;
  right: 20px;
 background-color: rgb(255, 255, 255);
  max-width: 300px;
  color: #000000;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
  transform: translateX(calc(-100% - 40px));
  transition: 0.5s ease-in-out;
  z-index: 10000;
  animation: slideInOut 10s ease-in-out infinite;
  border: 1px solid #07007085;
}

@keyframes slideInOut {

  0%,
  45%,
  100% {
    transform: translateX(calc(-100% - 40px));
    opacity: 0;
    visibility: hidden;
  }

  50%,
  95% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

}

.notification-toast.closed { display: none; }

.toast-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--sonic-silver);
}

.toast-close-btn ion-icon { --ionicon-stroke-width: 50px; }

.toast-banner {
  width: 70px;
  height: 70px;
  border: 1px solid var(--cultured);
  border-radius: var(--border-radius-sm);
}

.toast-banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.toast-detail {
  width: calc(100% - 85px);
  padding-right: 10px;
}

.toast-message {
  font-size: var(--fs-10);
  color: var(--sonic-silver);
  margin-bottom: 8px;
}

.toast-title {
  font-size: var(--fs-7);
  font-weight: var(--weight-500);
  color: var(--onyx);
}

.toast-meta {
  font-size: var(--fs-10);
  color: var(--sonic-silver);
}
.comment{
  width: 100%;
  float: left;
}
.emplacement{
  float: left;
  display: grid;
  width: 100%;
  
  padding: 20px;
  gap: 30px;
  grid-template-columns: repeat(1,1fr);
}

#connexion .der{
  display: flex;
  flex-direction: row;
}
#connexion .der form{
  display: flex;
}
.insea .cher{
  width: 100% !important;
  background-color: white;
  border:2px solid #0a67b3;
  border-bottom-left-radius: 14px;
  border-top-left-radius: 14px;
  
}
.infosprof .plusinfos{
  float: left;
  width: 100%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  background-color: #0a67b38e;
  padding: 20px;
  border-radius: 10px;
}
.infosprof .plusinfos img{
  border-radius: 50%;
  width: 230px;
  height: 230px;
}
.infosprof .plusinfos div:nth-child(1){
  display: flex;
  flex-direction: column;
  align-items: center;
}

#event .evenement{
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 28px;
}

.affiche div{
  background: #eb8430c7;
  color: white;
  line-height: 18px;
  display: flex ;
  flex-direction: column;
  width: 100%;
  line-height: 25px;
 }
 #yes{
  margin: 20px 90px;
  padding: 7px;
  border: none;
  background-color: #0a67b3;
  color: white;
 
 }
 .affiche div input{
  padding: 7px;
  border: none;
  border-radius: 7px;
 }
 .no{
  padding: 5%;
 }

 .qui img{
  width: 300px;
  height: 300px;
  box-shadow: 0 10px 50px 0 hsla(0, 0%, 3%, 0.1);
  border-radius: 10px;
  
 }
 .qui .impo{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
 }
 .qui .impo p{
  text-align: justify;
  margin-top: 20px;
 }
 .lie{
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  gap: 20px;
  padding: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
 .lie .qua img{
  float: left;
  width: 320px;
  height: 200px;
  box-shadow: 0 10px 50px 0 hsla(0, 0%, 3%, 0.1);
 }
 .lie .qua{
  float: left;
  width: 100%;
  
 }

 .cleao{
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 5%;
  height: 100vh;
 }
 .cleao form{
  display: flex;
  flex-direction: column;
  padding: 8px;
  gap: 25px;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 10px 50px 0 hsla(0, 0%, 3%, 0.1);
 }
 .cleao form input{
  padding: 6px;
 }
 .cleao form button{
  background-color: rgb(80, 80, 236);
  padding: 7px 15px;
   border: none;
   color: white;
   font-weight: 800;
   cursor: pointer;
 }
.sousclass ul li{
  float: left;
  height: 30px;
  list-style: none;
}
.sousclass ul li a{
  height: 100%;
  line-height: 20px;
}


.parc{
  padding-bottom: 90px !important;
   width:100%; 
   float:left;
}


  
