* {
     -webkit-tap-highlight-color: rgba(0,0,0,0);    /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

 /*  bug ios form input  ds jquery.mobile.structure-1.4.5.css overflow-x: hidden */

.ui-mobile .ui-page-active {
	 overflow-x: visible;
	/*overflow-x: visible;*/
}
 

 body {
	
	  /* overflow:  hidden;*/
 
  -webkit-overflow-scrolling: touch;  /*Velocity scrolling i*/
  -webkit-touch-callout: none;               /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none;            /* prevent webkit from resizing text to fit */
 -webkit-user-select: none;  /*     */            /* prevent copy paste, to allow, change 'none' to 'text' */
   
 
 
      /*-webkit-tap-highlight-color:rgba(255, 255, 255, 0); */ 
	 margin: 0;
     padding: 0;
	 box-sizing: border-box;
	 background-color: rgba(250,250, 250, 0.3);  
	font-family: 'Raleway', sans-serif;
	 color : rgba(0,0, 0, 1);  
	 
	 overflow-x: hidden;
	 vertical-align: text-top;
      
 }
.ui-mobile [data-role="page"], .ui-mobile [data-role="dialog"], .ui-page {
  position :relative; 
	  
}
 
h2 {
	 font-weight: 700;
  	font-size: 24px;
	margin-top: 30px;  
	margin-bottom: 20px;
	text-align: left;
	color: #0069b2;
}

h3 {
	 font-weight: 700;
  	font-size: 18px;
	margin-top: 30px;  
	margin-bottom: 20px;
	text-align: left;
	color: #0069b2;
}
 
.bold18 {
	 font-weight: 700;
	 margin-top:20px;
	margin-bottom:20px;
	font-size:18px; 
 
	text-align: left;
	color: #0069b2;
	margin-left: 15px;
}


.center {
	 
	text-align: center;
	 
}
.centre300 {
	 width:300px ;
	margin-left: auto;  
	margin-right: auto;
	text-align: center;
	 
}
ul {
	padding-left: 10px;
	 
}




li {
	 margin-top: 8px;
	 
}

  
.bouton_txt{
   font-family: 'Raleway', sans-serif;

} 
.recherche_block{
            width: 230px;  
			 margin: 0 auto;
		 
			 border-color: #FCC103;
			 border-style: solid;
			 border-width: 3px;
			 border-radius: 7px 0px 0px 7px;
			 -moz-border-radius: 7px 0px 0px 7px;
			-webkit-border-radius: 7px 0px 0px 7px;  
} 

.bt_border{
			 padding-top: 8px;
         	 height: 28px;
			 border-color: #2A2A2A;
			 border-style: solid;
			 border-width: 1px;
			 border-radius: 7px 7px 7px 7px;
			-moz-border-radius: 7px 7px 7px 7px;
			-webkit-border-radius: 7px 7px 7px 7px; 
} 


a,a:visited,a:hover ,a:active{
   text-decoration: none;
}
.ui-input-text{
  margin:3px;
    min-height: 1em;
	
	
}
#recherche_sommaire_input{


}


.ui-btn{
  text-overflow :inherit;
	
}

.ui-checkbox  {
	margin: 2px;
 	left: 0;
	display: inline-block; 
}

.ui-input-text, .ui-input-search{
 /* border-style :inherit;*/
	
	 border-style :none;
	
}



.checkboxText  {
	margin-left: 26px;
	margin-top: 5px;
	font-size: 14px;
}

.checkboxTextwidth {
	width: 50px
}
.checkboxTextwidthlarge {
	width: 120px
}

.checkboxTextwidth5050 {
	width: 85px
}

.checkboxTextwidth33 {
	width:  39px
}



.bt_trois {
	height: 28px;
	padding-top: 6px;
	width:30%;
	text-align: center;
	margin-right: 4px;
}



#nav-general{
	/*position: absolute;*/
	left: 0px;
	top: 0px;
	vertical-align: top;
	position: fixed;
	background-color: #FFFFFF;
	width: 100%;
	/*height: 87px;*/
	height: 75px;
	box-shadow: 2px 2px 3px #FCC103;
	z-index: 500;	
	
}

#panelMenu{
	 position: fixed; 
	 
	top: 75px;
	vertical-align: top;
	 
	
	width: 100%;
	/*height: 87px;*/
	height: 100%;
	 
	z-index: 500;	
	
}

.BtNavSommaire{
	 
	text-align: center;
	width: 60px;
	margin: 5px;
	 
}

.BtNavComment{
	text-align: center;
	font-size: 12px;
	
}
 


.contenu {
	 
   max-width: 1024px;
  
	 
	margin-left: auto;
    margin-right: auto;
	 
	padding: 12px;
	padding-top: 92px;
	text-align: center;
  
 
} 



.bt_active  {
	cursor:  pointer;
}


.bt_active:active {
	position:relative;
	top:2px;
}

.inlineBlock{
	 
	 /* float: left;*/
	display: inline-block; 
	vertical-align: top;
}

 
.nav_haut_elt{
	display: inline-block;
	 width : 60px;
 	font-family: "Oswald",sans-serif;
	font-size : 14px;
	
	color: rgba(250,250,250,1.00);
    text-align : center;
} 


 
.colBleu{
	color: #0069b2;
	 
}

.colBleuCreer{
	color: #0069b2;
	margin-top:20px;
	margin-bottom: 10px
	 
}


 
 .textLeft{
	text-align : left;
}

.boutonJaune{
	     padding-top: 8px;
         height: 28px;
		text-align: center;
		width: 200px;  
		margin: 0 auto;
	    margin-top: 10px;
		margin-bottom: 10px;
	 	color: #000000;
		background-color: #FCC103;
		border-color: #FCC103;
		 border-style: solid;
		 border-width: 3px;
		 border-radius: 7px 7px 7px 7px;
		-moz-border-radius: 7px 7px 7px 7px;
		-webkit-border-radius: 7px 7px 7px 7px;

}
.recherche_cadre{
	 margin: 0 auto;
	width:275px;  
	border-color: #FCC103;
	border-style: solid;
	border-width: 3px;
	text-align:left;
	padding:10px
}

.swiper-slide-text{
	 font-size: 14px;
	height:40px;  
	padding:10px ;
	text-align: left;
	 
	
}



.marginTBdetail{
	 
	 margin-top: 10px ;
	 margin-bottom: 10px ;
	 
	
}


 hr{
	  display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #FCC103;
    margin: 0;
    padding: 0; 
	margin-bottom: 5px;
	 
}








 