@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
	
 height: 100%;
  overflow : hidden;
}

body {
	
    text-align: center;
    height: 100%;
    width: 100%;
    margin-left: 0;
	background-color: #62808a;	/* a background color that looks like the background image to avoid white flashes */
    background-image: url("images/background-accueil.jpg");
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif;
    background-size: auto 100%;
    background-position: center top;	
}

body.transition
{
    opacity: 0;
/*    transform: translateX(-200px);*/
}

body.transition.is-ready
{
    opacity: 1;
/*    transform: translateX(0);*/
    transition-duration: 0.3s;
}

#version {
	
	font-size : 10px;
}

@media (min-aspect-ratio: 41/23) {
  body {
  
     background-size: 100% auto;
  }
}

#topPanel {
  display: none;
}

.topPanel {
  width: 100%;
  margin-top: 1%;
}

#newlogo {
	
	background-image : url("images/logo_DD_new.svg");
	background-repeat : no-repeat;
	background-size : 80% 80%; 
	height : 6em;
	width : 25em;
	margin-left: 5%;
	margin-top : 15px;
}
		
#BtnAccueil {
	
/* 	background-image: url("images/1-unselected.svg"); */
/*     background-repeat: no-repeat; */
/*     background-size: 100%; */
/*     height: 40px; */
/*     width: 40px;	 */
}

#BtnConfig {
	
/* 	background-image: url("images/2.svg"); */
/*     background-repeat: no-repeat; */
/*     background-size: 100%; */
/*     height: 40px; */
/*     width: 40px; */
/* 	margin-left : inherit; */
/* 	opacity : 0.7; */
}

#BtnBackup {
	
/* 	background-image: url("images/3.svg"); */
/*     background-repeat: no-repeat; */
/*     background-size: 100%; */
/*     height: 40px; */
/*     width: 40px; */
}

#BtnAccueilStrap, #BtnConfigStrap,
#BtnParamServStrap, #BtnBackupStrap {
	
	width: 100%;
    font-size: 15px;
    font-family: open Sans, Sans-serif;
    font-weight: bold;
    color: #9ab7bb;
	margin: 1px;
}

#Ariane { 
	
/* 	padding-top : 0em; */
/*     margin-left: auto; */
/*     margin-right: auto; */
/* 	height : 3em; */
/* 	text-align: center; */
/* 	width: 40%; */
/* 	height: 40px; */
}

.TextAriane {
	
	color : #dae5e8;
	font-weight : bold;
	cursor : pointer;
	padding-top : 0.20em;
	width: 210px;
	vertical-align: middle;
	text-decoration: none;
}

.TextAriane3 {
	
	color : white;
	font-weight : bold;
	cursor : pointer;
	padding-top : 0.20em;
	width: 210px;
	vertical-align: middle;
}



.title {
	
	 height: 35px;
	 width: 125px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
	 padding-top : 135px;
	 font-size : 15px;
}
	
#logocenter {
	
	width: 100%;
}
		
#welcomemsg {
	
	color : white;
	font-weight : bold;
	font-size : 15px;
	display : inline-block;
	margin-top: 3%;
}

section {
	
	margin-top: 2%;
}

#mainTable {
	
  display: inline-block;
}

#settings {
	
	 background-image : url("images/serveur.svg");
	 background-repeat: no-repeat;
	 background-size: 90%;
	 height: 195px;
	 width: 200px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

#users {
	
	 background-image : url("images/utilisateur.svg");
	 background-repeat: no-repeat;
	 background-size: 90%;
	 height: 195px;
	 width: 200px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

#docs {
	
	 background-image : url("images/documents.svg");
	 background-repeat: no-repeat;
	 background-size: 90%;
	 height: 195px;
	 width: 200px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
}
 
 #backups {
	
	 background-image : url("images/sauvegarde.svg");
	 background-repeat: no-repeat;
	 background-size: 90%;
	 height: 195px;
	 width: 200px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

 #backup {
	
	 background-image : url("images/sauvegarde.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 200px;
	 width: 170px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

 #restore {
	
	 background-image : url("images/restore.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 200px;
	 width: 170px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

 #license {
	
	 background-image : url("images/licences.svg");
	 background-repeat: no-repeat;
	 background-size: 90%;
	 height: 195px;
	 width: 200px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

 #status {
	
	 background-image : url("images/etat.svg");
	 background-repeat: no-repeat;
	 background-size: 90%;
	 height: 195px;
	 width: 200px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
}

#foot {

    padding-top: 60px;
    position: fixed;
    padding-bottom: 40px;
    width: 405px;
    height: 400px;
    text-align: left;
    padding-right: 0px;
    color: #65868d;
    background-image: url("images/cube.svg");
    background-repeat: no-repeat;
    background-size: 450px 300px;
    top: 100%;
    margin-top: -240px;
    left: 0;
    margin-left: 0;
    padding-left: 20px;
    background-position: 0px -30px;
	font-size : 15px;
}

#foot a:link {
	
	color : #65868d;
	text-decoration : none;
	font-size : 15px;
}

#foot a:visited {
	
	color : #65868d;
}

#foot a:hover {
	
	color : orange;
}

.mainTable {
	
	}
	
.mainTable  a {
	/* color: #444444; */
	color : white;
	text-decoration: none;	
	}
	
.mainTable  a:hover {
	/*color: #eb6e07;*/
	color: #f5b683; 	
}

.panel {
	cursor: hand;
	margin: 0px;
	width: 380px;
	height: 125px;
	color: #444444;
}

.panel:hover {
	
	cursor: hand;
	color: #eb6e07;
}
	
/*	.topPanel 
	{
	
	margin-top : -30px;
	width: 460px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom : 20px;

}
*/
		
#topPanelDiv {
	
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width:100%; 
	padding-top: 3px !important; 
	font-size: 13px;
}		
	
#settings, #users, #license, #docs, 
#backups, #status, #backup, #restore {
	
		background-color : transparent;
		border-radius : 30px 30px 30px 30px;
}
	
#settings:hover, #users:hover, #license:hover, 
#docs:hover, #backups:hover, #status:hover, 
#backup:hover, #retore:hover {
	
	background-color : none; 
	cursor: pointer;		
}

p#warningSample {
	
    color: red;
    font-weight: bold;
    font-style: italic;
}
	
	/* CSS Mobile */
		
@media screen and (max-width: 640px) {
		
		
#newlogo {
	
	margin-top : 0;
	height : 9em;
	width : 20em;
}	

.topPanel {
	
	margin-top : -30px;
    height: 30px;
    margin-left: 10px;
    margin-right: auto;
	margin-bottom : 20px;
}

#welcomemsg {
	
	color : white;
	font-weight : bold;
	font-size : 0.80em;
}

#settings {
	
	 background-image : url("images/serveur.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 110px;
	 width: 100px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

#users {
	
	 background-image : url("images/utilisateur.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 110px;
	 width: 100px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

#docs {
	
	 background-image : url("images/documents.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 110px;
	 width: 100px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
}
 
 #backups {
	
	 background-image : url("images/sauvegarde.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 110px;
	 width: 100px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

 #license {
	
	 background-image : url("images/licences.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 110px;
	 width: 100px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
} 

 #status {
	
	 background-image : url("images/etat.svg");
	 background-repeat: no-repeat;
	 background-size: 100%;
	 height: 110px;
	 width: 100px;
	 border: none;
	 background-color: transparent;
	 cursor: pointer;
	 color: #65868d;
	 font-family: 'Open Sans', sans-serif;
	 display: inline-block;
	 vertical-align: top;
}

.title  {
	
    height: 70px;
    width: 130px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #65868d;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: top;
    padding-top: 130px;
    font-size: 13px;
}

section {
	
  margin-top: 10%;
}

#mainTable {
	
	margin-top : 10%;
}
		
#foot {
	
	position: fixed;
    padding-top: 4em;
    width: 55em;
    text-align: left;
    margin-left: -25px;
    padding-right: 0px;
    color: #65868d;
    background-size: 435px 300px;
    top: 100%;
    margin-top: -220px;
    padding-left: 0px;
    background-position: 0px -30px;
	font-size : 15px;
	line-height : 20px;
}
	
#foot a:link {
	
    color: #65868d;
    text-decoration: none;
    font-size: 10px;
}
	
.welcomepage {
	
    margin-left: 50px;
    font-size: 10px;
}

}
		
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
.title {
	
	margin-top: -20px;
}

#BtnAccueil, #BtnConfig, #BtnBackup {
	
	background-image: none;
}

}
	
	
	
	
	

	
	
    