<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*page livredor*/
#gablivre{         background-image:url(../img/Faq/fondFaq.jpg);
				   background-position:top;
				   background-repeat:no-repeat;
				   background-attachment:fixed;
				   background-size:cover;
				   margin-top:62px;
				   height:100%;
}

													   
.Page .gabContent .gabArticle{        positon:relative;
									  display:block;
									  float:left;
									  text-align:justify;
									  padding:0;
									  width:100%;
								}
								
.Page .gabContent .gabArticle #last{   margin-bottom:50px;
			                         }	
									 
.Page .gabContent a{   color:#F00;
					   font-weight:bold;
                      }

.Page .gabContent a:hover{   color:white;
						   }

.Page .gabContent .gabArticle .gabTitleAndDesign .TitleArticle h2{  color:#F00;
																	font-size:3em;
																	margin-left:28px;
																	}
																	 
.Page .gabContent .gabArticle .gabCitation .gabName .name h3{  font-size:0.9em;
															   float:right;
															   color:#658db2;
																	}
																									
@media all and (min-width: 800px){		


#gabLivreDor{  height:1000px;
               }

.Page .gabContent .gabArticle{ font-size:1.2em;
                              }

.Page .gabContent .gabArticle .gabTitleAndDesign .gabLigneDesign{  width:72%;
		    													   }	
																	
.Page .gabContent .gabArticle .gabCitation .gabName .name h3{  font-size:0.9em;
												               float:right;
														    }
}

/*	IPhone*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

.Page .gabContent .gabArticle .gabTitleAndDesign .gabLigneDesign{  width:70%;
		    															}	
																		
.Page .gabContent .gabArticle .gabCitation .gabName .name h3{  font-size:0.9em;
														}
  }
  
  
@media all and (min-width: 1024px){		

#gabLivreDor{   height:50%;
              }

.Page .gabContent .gabArticle{ font-size:1em;
                             }
							 								
.Page .gabContent .gabArticle .gabTitleAndDesign .gabLigneDesign{  width:76%;
		    															}	
						
.Page .gabContent .gabArticle .gabCitation .gabName .name h3{  font-size:1.5em;
														     }
}
																		
.Page .gabContent .gabArticle .gabCitation .gabName{     positon:relative;
														 display:block;
														 float:left;
														 width:100%;
														 height:50px;
												      }
											
.Page .gabContent .gabArticle .gabCitation .gabName .name {   positon:relative;
															  display:inline-block;
															  width:100%;
															  text-align:right;
															  line-height:40px;
																 }
													 
														 
															
.Page .gabContent .gabArticle .gabCitation{    positon:relative;
											   display:block;
											   float:left;
											   width:93%;
											   text-align:left;
											   padding-left:3%;
													 }</pre></body></html>