
.fa-2x{
        font-size:2em !important;
    };

.wrap {
    white-space: normal !important;
}

.p {
white-space: normal !important;
}

.pt-menu .ui-btn {
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: 5px !important;
    padding: 10px;
    text-align: center;
    width: 90px;
	font-size: 12px;
    /*border-radius: 200px;*/
}

.pt-menu .ui-btn-inner {
    border: 0;
}

.pt-menu .ui-btn img {
    /*height: 50px;*/
}

.ui-content  {
    text-align: center;
}

.copyright {
    font-size: 10px;
    text-align: center;
}
label.titregras {
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.rated {
  background-color: green !important;
}

.rating a {
  border: 0px !important;
}

/*.highlight { background-color: #ff5614 !important;
}*/

/*.odd{
    background:red !important;
}
.even{
    background:black !important;
}*/
.divborder {
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 3px solid #012933;
	background-color: #7ba6bd !important;
	margin: 0 auto !important;
	text-align:center !important;
}
#wrapper {

	z-index: 1;
	width: 100%;
	overflow: hidden;
	-ms-touch-action: none;
}
#rendu_A {

	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: auto;
	height:auto;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.cadre {
  /*border-radius: 15px;*/
  box-shadow:
    inset 0 0em 10em -5em rgba(255,255,255,0.6),
    0 0em 0.5em -0.2em rgba(100,100,100,1),
    0 0em 2em -0.75em rgba(100,100,100,0.75),
    0 0em 3em -0.5em rgba(100,100,100,0.5),
    0 0em 3em -0.25em rgba(100,100,100,0.2);
}

.app-store {

  box-shadow:
    inset 0 0em 10em -5em rgba(255,255,255,0.6),
    0 0em 0.5em -0.2em rgba(20,31,31,1),
    0 0em 2em -0.75em rgba(20,31,31,0.75),
    0 0em 3em -0.5em rgba(20,31,31,0.5),
    0 0em 3em -0.25em rgba(20,31,31,0.2);
}

.bord-inset {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 3px inset #2f5c15;
}

.ui-datepicker-calendar {
    /*display: none;*/
    }
	
UL.mytabs {
	position: relative;
	z-index: 2;
}
UL.mytabs, UL.mytabs LI {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
UL.mytabs LI { padding: 0 5px; }
UL.mytabs LI A {
	float: left;
	padding: 7px;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #E0E0E0;
	background: #F0F0F0;
	text-decoration: none;
	color: #333333;
	height: 22px;
	border-radius: 5px 5px 0px 0px;
	-webkit-box-shadow: 0px -3px 7px 0px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    0px -3px 7px 0px rgba(50, 50, 50, 0.42);
	box-shadow:         0px -3px 7px 0px rgba(50, 50, 50, 0.42);
}
UL.mytabs LI A:HOVER, UL.mytabs LI.current A {
	background: #d0e1e1;	
}
UL.mytabs LI.current A {
	font-weight: bold !important;
	font-size: 14px;
	/*border-bottom: 1px solid #FFFFFF;*/
    -webkit-box-shadow: 0px -3px 7px 0px rgba(128, 255, 255, 0.42);
	-moz-box-shadow:    0px -3px 7px 0px rgba(128, 255, 255, 0.42);
	box-shadow:         0px -3px 7px 0px rgba(128, 255, 255, 0.42);
	
}



.mytabs-container {
	position: relative;
	z-index: 1;
	clear: both;
	border: 1px solid #E0E0E0;
	padding: 10px;
	top: -1px;
	background: #dee0de;
}

.cadre_omb {
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	background: #d9e6f2;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(41, 61, 61, 0.62);
	-moz-box-shadow:    0px -3px 3px 0px rgba(41, 61, 61, 0.62);
	box-shadow:         0px -3px 3px 0px rgba(41, 61, 61, 0.62);
	margin-left:10px;
	padding:8px;
}

.blink {
		     -webkit-animation: blink 1.0s linear infinite !important;
		     -moz-animation: blink 1.0s linear infinite !important;
		     -ms-animation: blink 1.0s linear infinite !important;
		     -o-animation: blink 1.0s linear infinite !important;
		     animation: blink 1.0s linear infinite !important;
		}
		@keyframes blink {
		     0% { box-shadow: 0 0 19px 0 #465e8f; }
		     50% { box-shadow: none; }'.PHP_EOL;
		     100% { box-shadow: 0 0 19px 0 #465e8f; }
		}
		@-webkit-keyframes blink {
		     0% { box-shadow: 0 0 19px 0 #465e8f; }
		     50% { box-shadow: 0 0 0 0; }
		     100% { box-shadow: 0 0 19px 0 #465e8f; }
		}
		
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;


}

.blink_me_low {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;


}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; }
}

