
   .alert-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1000;
        justify-content: center;
        align-items: center;
    }

    .alert-box {
        background-color: white;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        width: 300px;
        max-width: 80%;
    }

    .alert-box h2 {
        font-size: 20px;
        margin-bottom: 10px;
        color: #333;
    }

    .alert-box p {
        font-size: 16px;
        margin-bottom: 20px;
        color: #555;
    }
		
 table {
      width: 100%;
      margin: 50px auto;
      border-collapse: collapse;
      text-align: center;
	 
    }

    td {
      background-color: #fbf5f5;
      padding: 20px;
      transition: background-color 0.3s;
    }

    td:hover {
      background-color: #fafa3d; /* Jaune canari au survol */
      color: black;  
    }

    a {
      color: white;
      text-decoration: none;
      display: block;
      transition: color 0.3s;
    }

    td:hover a {
      color: black; /* Changer le texte en noir quand fond est jaune */
      
    }
	 .sanscoleur {
      
	  color:#FFFFFF; 
	  background-color:#000000;
	   text-decoration:none; 
	    cursor: default;
       
      
    }
    .sanscoleur:hover {
  background-color: #000000;
  color: #FFFFFF;
   text-anchor:#f60505; 
   }
      
   

/* Styles de paragraphes personnalisés */
.text-tittre {
                font-size: 35px;
                color: #000000;
                margin-bottom: 12px;
                 font-weight: 700;
                }
        .text-tittre-tel {
                        font-size: 25px;
                        color: #000000;
                        margin-bottom: 12px;
                        font-weight: 700;
                        }

.text-normale {
             font-size: 32px;        
            color: #000000;         
            margin-bottom: 14px;
            }
       .text-normale-tel {
                        font-size: 25px;        
                        color: #000000;         
                        margin-bottom: 14px;
                        }

.text-rouge {
             font-size: 32px;        
            color: #ff0101;         
            margin-bottom: 14px;
            }

.text-blanc {
             font-size: 15px;        
            color: #FFFFFF;         
            margin-bottom: 14px;
            }

/* Petit texte discret */
.txt-small {
  font-size: 13px;
  color: #666;
  margin-bottom: 12px;
}							  
  
	

  
   @media  (min-width: 1024px) { 

        body{ 
            background-image:url('https://dakiraa.com/img/index/back.jpg');
            width : 100%;
            margin : auto;
			margin-top: 00px;	
        }
  

/* header pc */
            header  {
                        margin-bottom: 00px;
                     }

			        header  article:nth-child(1)  {
                                            display:block;
                                            width: 100%;
                                            background-color:#ffffff;
                                            border:1px solid #FFFFFF;
                                            border-radius : 25px;
                                            margin-bottom: 15px;
                                            float:center;
                                          }
			 
			    header  article:nth-child(2)  { display : none;}
			    header  article:nth-child(3)  { display : none; }
				
				header  article:nth-child(4)  {
                                            display:block;
                                            width: 100%;
                                            background-color : #f9f9f9;
                                            border:5px solid #000000;
                                            border-radius : 25px;
                                            margin-bottom: 15px;
                                            float:center;
                                          }
								
			 
			    header  article:nth-child(5)  { display : none;}
			    header  article:nth-child(6)  { display : none; }
			    header  article:nth-child(7)  {
												display:block;
												width: 100%;
												background-color : #f60505;
												border:3px solid #000000;
												border-radius : 25px;
												margin-bottom: 15px;
												float:center;
                                               }
			       
			 
			             header  article:nth-child(8)  {display : none;}
			             header  article:nth-child(9)  { display : none; }
			             header  article:nth-child(10)  { display : none;}
				 
             
/* fin header pc*/



/*  section pc */

			 section {   width: 100%;
                         float: center;
				     }

				    section  article:nth-child(1)  { display:block;
														width: 100%;
														height: auto; 
													padding-bottom: 5px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
													
														float:center;
                                               }
					section article:nth-child(2) {      width: 100%;
														height: auto; 
													padding-bottom: 5px;
														background-color : #cbc8c8;
														border:3px solid #000000;
														border-radius : 25px;
														
														float:center; 
													}
				    section article:nth-child(3) { display:block;
														width: 100%;
														height: auto; 
													padding-bottom: 5px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														
														float:center;  }							
												
					section  article:nth-child(4)  { display : none;
                                               }
							
					 section article:nth-child(5) { display : none; }
					 section article:nth-child(6) { display : none; }
							 
                   section  article:nth-child(7)  {   display : none;
                                               }
							
					 section article:nth-child(8) { display : none; }
					 
				section  article:nth-child(09)  {  display : none;
                                               }
							
				section article img {
										 border-radius : 25px;
										 width: 100%;
										  height : 100%;
										  border:3px solid #000000;
										   margin-left: 10px; 
										float:center;	
                                     }		 							
				section article:nth-child(4) img {
                                                    border-radius : 25px;
													width: 90%;
	                                                height : 100%;
                                                    border:3px solid #000000;
												    margin-left: 10px; 
													float:center;
                                                  } 
					 
  
/* fin section */



/* aside */
               aside {
			          display: none;
			        
                    }

/* /aside */

/* footer pc*/
                 footer {
	                width: 100%;
                    }
					  footer article:nth-child(1){ display:block;
                                                    width: 100%;
                                                    height : 220px;
                                                    background-color : #FFFFFF;
                                                    border:3px solid #000000;
                                                    border-radius : 25px;
                                                    margin-bottom: 15px;
                                                    float:center;  
                                                }
				      footer article:nth-child(2) { display : none; }	
				      footer article:nth-child(3) {      
													display : none;
													
											    }
					
					
/* fin footer pc */

   }



/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */



/* affichage pour tablatte */
      
	 @media (min-width:720px) and (max-width: 1023px) {
			 body{      margin: 0;
					   width : 100%;
					   float:center;
                       padding-top: 130px; /* Décalage pour le menu fixe */		   
				   }
/* header tablatte */
                  header  {
                        margin-bottom: 00px;
                     }

			        header  article:nth-child(1)  { display : none;
                                            
                                          }
			 
			    header  article:nth-child(2)  { display:block;
                                            width: 100%;
                                            background-color:#ffffff;
                                            border:1px solid #FFFFFF;
                                            border-radius : 25px;
                                            margin-bottom: 15px;
                                            float:center;}
			    header  article:nth-child(3)  { display : none; 
				                             }
				
			
			
				 header  article:nth-child(4)  {display : none;
                                            
                                          }
			    header  article:nth-child(5)  { display:block;
                                            width: 100%;
                                             height : 60px;
                                            background-color : #f9f9f9;
                                            border:5px solid #000000;
                                            border-radius : 25px;
                                            margin-bottom: 15px;
                                            float:center;
                                        }
			    header  article:nth-child(6)  { display : none; }



			    header  article:nth-child(7)  {display : none;
												
                                               }
			             header  article:nth-child(8)  { width: 100%;
                                                         height : 60px;
														background-color : #f60505;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														float:center;;}
			             header  article:nth-child(9)  {  display : none;
														}
			             header  article:nth-child(10)  { display : none;}
				 
             
/* fin header tab*/



/*  section tab */

			 section {
					   width: 100%;
				     float: center;
				  }

				    section  article:nth-child(1)  {display:block;
														width: 100%;
															height: auto; 
													padding-bottom: 5px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														
														float:center;
														
                                               }
					section article:nth-child(2) { display:block;
														width: 100%;
															height: auto; 
													padding-bottom: 5px;
														background-color : #ffffff;
														border:3px solid #000000;
														border-radius : 25px;
														
														float:center; 
													 }
				    section article:nth-child(3) { display:block;
														width: 100%;
															height: auto; 
													padding-bottom: 5px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
													
														float:center;}							
												
					section  article:nth-child(4)  {  display : none;
                                               }
							
					 section article:nth-child(5) { display : none;
					                             }
					 section article:nth-child(6) { display : none; }

							 
                   section  article:nth-child(7)  {  display : none;   
                                               }
							
					 section article:nth-child(8) { display : none;
					                              }
					 
				section  article:nth-child(09)  {  display : none;
                                               }
							
				section article img {
										 border-radius : 25px;
										 width: 100%;
										  height : 100%;
										  border:3px solid #000000;
										   margin-left: 10px; 
										float:center;	
                                     }		 							
				section article:nth-child(4) img {
                                                    border-radius : 25px;
													width: 90%;
	                                                height : 100%;
                                                    border:3px solid #000000;
												    margin-left: 10px; 
													float:center;
                                                  } 
					 
  
/* fin section */



/* aside */
               aside {
			          display: none;
			        
                    }

/* /aside */

/* footer pc*/
                footer {
	                width: 100%;
                    }
					  footer article:nth-child(1){ display : none;  }
				      footer article:nth-child(2) { display:block;
										width: 100%;
										height : 220px;
										background-color : #ffffff;
										border:3px solid #000000;
										border-radius : 25px;
										margin-bottom: 15px;
										float:center; }	
				      footer article:nth-child(3) {      
													display : none;
													
											    }
					
						   
						  
/* fin affichage pour tablatte */

                                            }


/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */
/* ****************************************************************** */





      /***********************************************************/
      /***********************************************************/
      /***********************************************************/
      /********************affichage pour téléphone****************/
      /***********************************************************/
      /***********************************************************/










/* affichage pour telephone */
      
	  @media   (max-width: 719px){
			 body{      margin: 0;
					   width : 100%;
					   float:center;
                       padding-top: 130px; /* Décalage pour le menu fixe */		   
				   }
/* header telephone */
                  header  {
                        margin-bottom: 00px;
                     }

			        header  article:nth-child(1)  { display : none;
                                            
                                          }
			 
			    header  article:nth-child(2)  { display:block;
												width: 100%;
												background-color:#ffffff;
												border:1px solid #FFFFFF;
												border-radius : 25px;
												margin-bottom: 0px;
												float:center;  }
			    header  article:nth-child(3)  { display : none;
				                             }
				
			
			
				 header  article:nth-child(4)  {display : none;
                                            
                                          }
			    header  article:nth-child(5)  { display : none;
                                        }
			    header  article:nth-child(6)  {display:block;
                                            width: 100%;
                                             height : 60px;
                                            background-color : #f9f9f9;
                                            border:5px solid #000000;
                                            border-radius : 25px;
                                            margin-bottom: 3px;
                                            float:center; 
										}



			    header  article:nth-child(7)  {display : none;
												
                                               }
				header  article:nth-child(8)  { display : none;}
				header  article:nth-child(9)  {  width: 100%;
												height : 85px;
											background-color : #f60505;
											border:3px solid #000000;
											border-radius : 25px;
											margin-bottom: 5px;
											float:center;
											}
			            
				 
             
/* fin header tel*/



/*  section tel */

			 section {
					   width: 100%;
				     float: center;
				  }

				    section  article:nth-child(1)  {  display:block;
														width: 100%;
															height: auto; 
													padding-bottom: 5px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
													
														float:center;
														
                                               }
					section article:nth-child(2) { display:block;
														width: 100%;
															height: auto; 
													padding-bottom: 5px;
														background-color : #cbc8c8;
														border:3px solid #000000;
														border-radius : 25px;
													
														float:center; 
													 }
				    section article:nth-child(3) { display:block;
														width: 100%;
															height: auto; 
													padding-bottom: 5px;
														background-color : #cbc8c8;
														border:3px solid #000000;
														border-radius : 25px;
														
														float:center;  }							
												
				    	section  article:nth-child(4)  { display : none;
                                                   }
							
					 section article:nth-child(5) {display : none;  }
					 section article:nth-child(6) { display : none; }

							 
                   section  article:nth-child(7)  {  display : none;   
                                               }
							
					 section article:nth-child(8) {display : none;   }
					 
				section  article:nth-child(09)  { display : none; 
                                               }
							
				section article img {
										 border-radius : 25px;
										 width: 100%;
										  height : 100%;
										  border:3px solid #000000;
										   margin-left: 10px; 
										float:center;	
                                     }		 							
				section article:nth-child(4) img {
                                                    border-radius : 25px;
													width: 90%;
	                                                height : 100%;
                                                    border:3px solid #000000;
												    margin-left: 10px; 
													float:center;
                                                  } 
					 
  
/* fin section */



/* aside */
               aside {
			          display: none;
			        
                    }

/* /aside */

/* footer tel*/
                footer {
	                width: 100%;
                    }
					  footer article:nth-child(1){ display : none;  }
				      footer article:nth-child(2) {  display : none;  }	
				      footer article:nth-child(3) {      
													display:block;
										width: 100%;
										height : 220px;
										background-color : #000000;
										border:3px solid #000000;
										border-radius : 25px;
										margin-bottom: 15px;
										float:center;
													
											    }
					
						   
						  
/* fin affichage pour tel */

					


   }

/* fin affichage pour telephone */








					





