
  
		
 table {
      width: 100%;
      margin: 50px auto;
      border-collapse: collapse;
      text-align: center;
	 
    }

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

   

    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: 70px;	
        }
  

/* 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 : none;
														
                                               }
					section article:nth-child(2) { display : none; }
				    section article:nth-child(3) { display : none; }							
												
					section  article:nth-child(4)  { display:block;
														width: 100%;
														height: 800px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														float:center;
                                               }
											   section article:nth-child(4) p2 {                                                                           
	                                                           
                                                                 text-align: justify;
															     margin-top: 40px;
												                 margin-left: 40px;
																 font-family : times new roman; 
													             font-size : 30px;
																 font-weight : bold;
																 color : blue;
																 float:center;
                                                                }
											section article:nth-child(4) p3 {                                                                           
																		   color : blue;
																		   font-weight : bold;
																			}
									section article:nth-child(4) p4 {                                                                           
	                                                           
                                                                 text-align: justify;
															     margin-top: 40px;
												                 margin-left: 40px;
																 font-family : times new roman; 
													             font-size : 60px;
																 font-weight : bold;
																 color : red;
																 float:center;
                                                                }
							
					 section article:nth-child(5) { display : none; }
					 section article:nth-child(6) { display : none; }
							 
                   section  article:nth-child(7)  {      display:block;
														width: 100%;
														height: 1300px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														float:center;
                                               }
							
					 section article:nth-child(8) { display : none; }
					 
				section  article:nth-child(09)  {  display : none;
                                               }
							
						 							
				 
					 
  
/* 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 : none;
														
                                               }
					section article:nth-child(2) { display : none; }
				    section article:nth-child(3) { display : none; }							
												
					section  article:nth-child(4)  { display:block;
														width: 100%;
														height: 800px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														float:center;
                                               }
											   section article:nth-child(4) p2 {                                                                           
	                                                           
                                                                 text-align: justify;
															     margin-top: 40px;
												                 margin-left: 40px;
																 font-family : times new roman; 
													             font-size : 30px;
																 font-weight : bold;
																 color : blue;
																 float:center;
                                                                }
											section article:nth-child(4) p3 {                                                                           
																		   color : blue;
																		   font-weight : bold;
																			}
									section article:nth-child(4) p4 {                                                                           
	                                                           
                                                                 text-align: justify;
															     margin-top: 40px;
												                 margin-left: 40px;
																 font-family : times new roman; 
													             font-size : 60px;
																 font-weight : bold;
																 color : red;
																 float:center;
                                                                }
							
					 section article:nth-child(5) { display:block;
														width: 100%;
														height: 2300px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														float:center; }
					 section article:nth-child(6) { display : none; }

							 
                   section  article:nth-child(7)  {  display : none;   
                                               }
							
					 section article:nth-child(8) { display:block;
														width: 100%;
														height: 1300px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														float:center; }
					 
				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 : #000000;
										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 : none;
														
                                               }
					section article:nth-child(2) { display : none; }
				    section article:nth-child(3) { display : none;}							
												
					section  article:nth-child(4)  { display:block;
														width: 100%;
														height: 1230px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														float:center;
                                               }
											   section article:nth-child(4) p2 {                                                                           
	                                                           
                                                                 text-align: justify;
															     margin-top: 40px;
												                 margin-left: 40px;
																 font-family : times new roman; 
													             font-size : 30px;
																 font-weight : bold;
																 color : blue;
																 float:center;
                                                                }
											section article:nth-child(4) p3 {                                                                           
																		   color : blue;
																		   font-weight : bold;
																			}
									section article:nth-child(4) p4 {                                                                           
	                                                           
                                                                 text-align: justify;
															     margin-top: 40px;
												                 margin-left: 40px;
																 font-family : times new roman; 
													             font-size : 45px;
																 font-weight : bold;
																 color : red;
																 float:center;
                                                                }
							
					 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:block;
														width: 100%;
														height: 1500px;
														background-color : #fbf4f4;
														border:3px solid #000000;
														border-radius : 25px;
														margin-bottom: 15px;
														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 */








					





