/***********************************************************
*						Style général					   *
***********************************************************/


body {
    font-family: "Segoe UI","Segoe WP","Helvetica Neue",'RobotoRegular',sans-serif;
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI Light","Helvetica Neue",'RobotoLight',"Segoe UI","Segoe WP",sans-serif;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 5px;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 28px;
}
h4, h5, h6 {
    font-weight: normal;
    text-transform: uppercase;
}

a {
    color: #1BA1E2;
    text-decoration: none;
}
a:hover {
    color: #13709E;
    text-decoration: underline;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}

/***********************************************************
*						Couleurs						   *
***********************************************************/

.white {
    color: #FFFFFF;
}
.black {
    color: #000000;
}
.blue {
    color: #1BA1E2;
}
.brown {
    color: #A05000;
}
.green {
    color: #339933;
}
.lime {
    color: #8CBF26;
}
.magenta {
    color: #FF0097;
}
.orange {
    color: #F09609;
}
.pink {
    color: #E671B8;
}
.purple {
    color: #A200FF;
}
.red {
    color: #E51400;
}
.teal {
    color: #00ABA9;
}
.whitebg {
    background-color: #FFFFFF;
}
.blackbg {
    background-color: #000000;
}
.bluebg {
    background-color: #1BA1E2;
}
.brownbg {
    background-color: #A05000;
}
.greenbg {
    background-color: #339933;
}
.limebg {
    background-color: #8CBF26;
}
.magentabg {
    background-color: #FF0097;
}
.orangebg {
    background-color: #F09609;
}
.pinkbg {
    background-color: #E671B8;
}
.purplebg {
    background-color: #A200FF;
}
.redbg {
    background-color: #E51400;
}
.tealbg {
    background-color: #00ABA9;
}


/***********************************************************
*					Style des tiles						   *
***********************************************************/

.tile {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    opacity: 0.85;
    padding: 5px;
    text-align: center;
}

.tiles-group{
    float: left;
}

.tile h1, .tile h2, .tile h3, .tile h4, .tile h5, .tile h6 {
    color: #FFFFFF;
}
.tile h2 {
    font-size: 1.75em;
	font-weight: bold;
    margin-left: 0;
    margin-top: -2px;
}
.tile a:hover {
    text-decoration: none;
}

.tile img {
    border: 0 none;
	max-height: 100px;
}

.tile:hover,
.live-tile:hover,
.list-tile:hover {
    opacity: 1;
}

.tiles {
    clear: both;
	width: 800px;
	float: left;
}

/***********************************************************
*					Taille des tiles					   *
***********************************************************/


.one {
    height: 130px;
    width: 130px;
}
.two-h {
    height: 130px;
    width: 280px;
}
.two-v {
    height: 280px;
    width: 130px;
}
.firstcol, .secondcol, .thirdcol, .fourthcol, .fifthcol {
    position: absolute;
}
.secondcol {
    margin-left: 150px;
}
.thirdcol {
    margin-left: 300px;
}
.fourthcol {
    margin-left: 450px;
}
.fifthcol {
    margin-left: 600px;
}

/***********************************************************
*			Live-tiles ou tiles dynamiques				   *
***********************************************************/

.live-tile,.live-tile>div,.list-tile>div
{   /* ensure elements on backside don't continue to take focus */
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
}

.live-tile, .list-tile
{
	float: left;
    margin-right: 20px;
    opacity: 0.85;
    text-align: center;
}

.flip-list  
{
	padding:0px; 
	margin:0px;	
}

.list-tile {
	width:140px;
	height:140px;
	margin-right: 10px;
}

.list-tile .flip-list 
{
	height:100%;
	width:100%;
}
.flip-list>li>a
{
	border:none;
	outline:none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

.flip-list img  
{
	border:none;
	outline:none;
	height:100%;
	margin:0px;
	padding:0px;
	width:100%;
}
.flip-list>li 
{
	height: 70px;
	float: left;
	list-style-type:none;
	margin: 0px;
	outline:none;
	padding: 0px;
	position: relative;
	width: 70px;
}

.flip-list>li>div 
{
	border:none;
	background: white;
	height: 100%;
	left: 0px;
	margin:0px;
	overflow: hidden;
	position: absolute;
	padding:0px;
	top: 0px;
	width: 100%;
	z-index:20;
}

.flip-list>li>div.flip-back 
{
   height:0px;
}
  
/***********************************************************
*							Appbar						   *
***********************************************************/


.light .appbar { background-color:#dfdfdf; }
.dark .appbar { background-color:#212021; }

.appbar 
{
	background-color:#212021;
	bottom:0px;
	color: #fff;
	font-size: .9em;
	height:60px;
	left:0px;
	line-height: normal;
	margin:0;
	overflow:hidden;
	padding: 10px 0;
	position:fixed;
	text-align: center;
	width:100%;
	z-index:100;
}
.light .appbar { background-color:#dfdfdf; color:#000; }
.dark .appbar { background-color:#212021; }
.appbar .clear { clear:both; }

.appbar-buttons {
	padding: 0 0 2px;
	position: relative;
	margin: 0 auto;
	text-align: right;
	width:252px;
}

.appbar-buttons li {
	display: inline;
	padding: 0 10px;
	float:left;
	list-style: none;
}

.appbar-buttons li a {
	font-weight: bold;
	background-color: transparent;
	color: #fff;
}

.light .appbar-buttons li a { color:#000; }
.appbar-buttons a>img { background-image:url('../images/metroIcons.jpg'); background-repeat:no-repeat; height:67px; width:64px; border:none;}
.light .appbar-buttons a>img { background-image:url('../images/metroIcons_light.jpg'); }
.appbar-buttons a.home>img { background-position:-104px -12px; }
.appbar-buttons a.about>img { background-position:-198px -99px;  }
.appbar-buttons a.contact>img { background-position:-12px -277px;  }
.appbar-buttons li a:active, ul#menu li.selected a, .appbar-buttons li a:hover { text-decoration: none; }

.appbar a.etc, .appbar a:hover.etc,.appbar a:visited.etc
{   
	color:#fff;
	cursor:pointer; 
	display:block; 
	font-size:32px;
	height:60px;
	position:absolute; 
	right:0px; 
	text-decoration:none;
	top:0px; 
	width:60px; 
}
.light .appbar a.etc, .light .appbar a:hover.etc, 
.light .appbar a:visited.etc { color:#000; }
.appbar .charm-title { font-size:10px; display:block; text-align:center; }
.appbar .theme-options { display:block; width:644px; margin:0px auto; }
.appbar .theme-options>li { margin:30px 10px; display:inline; float:left; }
.appbar .theme-options>li>a, .appbar .theme-options>li>a:hover,
.appbar .theme-options>li>a:visited { padding:15px 20px; text-decoration:none; }
.appbar .base-theme-options { display:block; width:130px; margin:0px auto; }
.appbar .base-theme-options>li { margin:30px 10px; display:inline; float:left; }
.appbar .base-theme-options>li>a, .appbar .base-theme-options>li>a:hover, 
.appbar .base-theme-options>li>a:visited { padding:15px 20px; text-decoration:none; }
.appbar .base-theme-options>li>a.dark.accent { background-color:#000; }
/* Media queries */
@media screen and (max-width: 1025px) 
{
	.appbar .theme-options { width:650px; } /* ensures alignment and no wrapping on ipad */
	.appbar .base-theme-options { width:140px; } /* ensures alignment and no wrapping on ipad */
}
@media screen and (max-width: 801px)
{
	.appbar .theme-options { width:330px; }
}

/***********************************************************
*						Metro-theme						   *
***********************************************************/

.ui-content {
	margin-bottom :80px;
}


/***********************************************************
*			Hardware Accelerated CSS3 Animations		   *
***********************************************************/


/* flip */
.flip-list>li>.ha.flip-back, .flip-list>li>.ha.flip-back img
{
	 /* override the values set for margin and ensure the back tile is visible  */
	margin:0px !important;
	height:100%;
}

.live-tile>.ha.flip-front, .flip-list>li>.ha.flip-front  
{   
	position:absolute;
	/* time to start repeating ourselves 
	note: we are not setting a duration or delay here, 
	that is added in script */
	-webkit-animation-name:flipfront180;
	-webkit-animation-play-state:paused;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name:flipfront180;
	-moz-animation-play-state:paused;
	-moz-animation-fill-mode:forwards;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	-ms-animation-name:flipfront180;
	-ms-animation-play-state:paused;
	-ms-animation-fill-mode:forwards;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: linear;
	-o-animation-name:flipfront180;
	-o-animation-play-state:paused;
	-o-animation-fill-mode:forwards;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: linear;
	animation-name:flipfront180;
	animation-play-state:paused;
	animation-fill-mode:forwards;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

.live-tile>.ha.flip-back, .flip-list>li>.ha.flip-back
{
	position:absolute;
	-webkit-animation-name:flipback180;
	-webkit-animation-play-state:paused;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
	-moz-animation-name:flipback180;
	-moz-animation-play-state:paused;
	-moz-animation-fill-mode:forwards;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: linear;
	-ms-animation-name:flipback180;
	-ms-animation-play-state:paused;
	-ms-animation-fill-mode:forwards;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: linear;
	-o-animation-name:flipback180;
	-o-animation-play-state:paused;
	-o-animation-fill-mode:forwards;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: linear;
	animation-name:flipback180;
	animation-play-state:paused;
	animation-fill-mode:forwards;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

/* Flip Vertical */
  @-keyframes flipfront180 {
	from     {  z-index:20; transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; transform: rotateX(-180deg); }
  }
  @-webkit-keyframes flipfront180 {
	from     {  z-index:20; -webkit-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -webkit-transform: rotateX(-180deg);  }
  }
  @-moz-keyframes flipfront180 {
	0%     {  z-index:20; -moz-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	100%       {  z-index:10; -moz-transform: rotateX(-180deg); }
  }
   @-ms-keyframes flipfront180 {
	from     {  z-index:20; -ms-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -ms-transform: rotateX(-180deg); }
  }
   @-o-keyframes flipfront180 {
	from     {  z-index:20; -o-transform: rotateX(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -o-transform: rotateX(-180deg); }
  }
  @-keyframes flipback180 {
	0%     {  z-index:10; transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%       {  z-index:20; transform: rotateX(0deg); }
  }
  @-webkit-keyframes flipback180 {
	from     {  z-index:10; -webkit-transform: rotateX(180deg);  }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20;  -webkit-transform: rotateX(0deg); }
  }
  @-moz-keyframes flipback180 {
	0%     {  z-index:10; -moz-transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%       {  z-index:20; -moz-transform: rotateX(0deg); }
  }
  @-ms-keyframes flipback180 {
	from     {  z-index:10; -ms-transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -ms-transform: rotateX(0deg); }
  }
  @-o-keyframes flipback180 {
	from     {  z-index:10; -o-transform: rotateX(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -o-transform: rotateX(0deg); }
  }
  
  /* Flip Horizontal */
  @-keyframes flipfrontY180 {
	0%      {  z-index:20; transform: rotateY(0deg); }
	49%     {  z-index:20; }
	50%     {  z-index:10; }
	100%    {  z-index:10; transform: rotateY(-180deg); }
  }
  @-webkit-keyframes flipfrontY180 {
	from     {  z-index:20; -webkit-transform: rotateY(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -webkit-transform: rotateY(-180deg);  }
  }
  @-moz-keyframes flipfrontY180 {
	0%      {  z-index:20; -moz-transform: rotateY(0deg); }
	49%     {  z-index:20; }
	50%     {  z-index:10; }
	100%    {  z-index:10; -moz-transform: rotateY(-180deg); }
  }
   @-ms-keyframes flipfrontY180 {
	from     {  z-index:20; -ms-transform: rotateY(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -ms-transform: rotateY(-180deg); }
  }
   @-o-keyframes flipfrontY180 {
	from     {  z-index:20; -o-transform: rotateY(0deg); }
	49%      {  z-index:20; }
	50%      {  z-index:10; }
	to       {  z-index:10; -o-transform: rotateY(-180deg); }
  }
  @-keyframes flipbackY180 {
	0%     {  z-index:10; transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%       {  z-index:20; transform: rotateY(0deg); }
  }
  @-webkit-keyframes flipbackY180 {
	from     {  z-index:10; -webkit-transform: rotateY(180deg);  }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20;  -webkit-transform: rotateY(0deg); }
  }
  @-moz-keyframes flipbackY180 {
	0%       {  z-index:10; -moz-transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	100%     {  z-index:20; -moz-transform: rotateY(0deg); }
  }
  @-ms-keyframes flipbackY180 {
	from     {  z-index:10; -ms-transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -ms-transform: rotateY(0deg); }
  }
  @-o-keyframes flipbackY180 {
	from     {  z-index:10; -o-transform: rotateY(180deg); }
	49%      {  z-index:10; }
	50%      {  z-index:20; }
	to       {  z-index:20; -o-transform: rotateY(0deg); }
  }

  
/***********************************************************
*					Style du jpivot						   *
***********************************************************/

.metro-pivot {
	width: 500px;
	float: left;
}

.metro-pivot .pivot-item h3, .metro-pivot .headers .header {
	font-family: "Segoe UI Light", "Helvetica Neue", 'RobotoLight', "Segoe UI", "Segoe WP", sans-serif;
	font-weight: 100;
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: lowercase;
	font-size: 42px;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	cursor: pointer;
	margin-right: 24px;
}

/***********************************************************
*					Style des listes					   *
***********************************************************/

ul.metro-list {
    overflow: hidden;
}

ul.metro-list, ol.metro-list {
    padding: 0;
}

ol.metro-list {
    margin-left: 10px;
}

ol.metro-list {
    counter-reset: item;
    text-indent: -25px;
}

ol.metro-list li:before {
    color: white;
    content: counter(item, decimal) " ";
    counter-increment: item;
    margin-right: 20px;
}

ul.metro-list li, ol.metro-list li {
    border-left: 30px solid #1BA1E2;
    display: block;
    height: 20px;
    list-style-position: inside;
    list-style-type: none;
    margin: 10px 0;
    padding: 5px;
}

ul.metro-list li.no-marker-list,
ol.metro-list li.no-marker-list{
	border-left : none;
}
