/* index Administration */

@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;
    text-align: center;
}

@media (min-aspect-ratio: 41/23) {
  body {
     background-size: 100% auto;
  }
}

#domaine {
	
	color : white;
	font-size:15px;
	font-weight : bold;
	position:absolute;
	top:40px;
	right:80px
}

#selectDomaine {
	
	height: 35px;
	border: none;
	background-color: transparent;
	font-size: 15px;
	color: white;
	text-align: center;	 
	cursor : pointer;
}

#selectDomaine option {
		
	color: black;	
}


a.welcomepage:hover   {	
	
	cursor : help;
}

#newlogo {
	
	height : 6em;
	width : 25em;
	background-image: url("images/logo_DD_new.svg");
	background-repeat: no-repeat;
	margin-left : 5%;
	background-size: 80% 80%;	
	margin-top : 15px;
}

#welcomemsg {
	
	color : white;
	font-size : 1em;
	font-weight : bold;
	text-align: center;
	
}

.container {
	
	margin-top : 7%;
}

section {
	
	margin-top : 3%;
}

#menuindex {
	
	float : center;
	margin-left: auto;
	margin-right: auto;
	width : 40%;
	font-family: 'Open Sans', sans-serif;		
}

#btnconfig{
	
 background-image : url("images/config.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;
} 

#btnstudio {
 background-image : url("images/studio.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;
}

#btnwebstudio {
 background-image : url("images/web-studio.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;
}

#btneditor {
 background-image : url("images/editeur.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;
}

#btndashboard {
	
 background-image : url("images/dashboard.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;

}

#btndashboard:hover,  #btneditor:hover, 
#btnstudio:hover, #btnconfig:hover {
	
	opacity: 0.8;
}

.namecenterdiv {
 height: 60px;
 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 : 125px;
 font-size : 15px;

}

div#SpanClassLittle {
	
    padding-bottom: 3px;
    width: 30%;
    text-align: center;
    margin-left: 35%;
    background-color: white;
    color: black;
    border-radius: 16px;
    height: 20px;
    position: absolute;
    bottom: 0;
    line-height: 1;
}
 
a:hover {
	
	text-decoration : none;
	color : #65868d;
}

a:link {
	
	text-decoration : none;
	color : #65868d;	
}

 a:visited {
	
	text-decoration : none;
	color : #65868d;	
}

a {
	
	text-decoration : none;	
}
	
#foot {

    padding-top: 60px;
    position: fixed;
    padding-bottom: 57px;
    width: 415px;
    height: 400px;
    text-align: left;
    margin-left: -90px;
    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;
}

#footer2 {
	
  bottom: 0;
  position: absolute;
  background-color: white;
  width: 100%;
  font-size: 10px;
  color: #65868d;
  text-align: center;
  
}

.welcomepage {
	
	font-size : 15px;
}

#foot a:link {
	
	color : #65868d;
	text-decoration : none;
}

#foot a:visited {
	
	color : #65868d;
}

#foot a:hover {
	
	color : orange;
}

#version {
	
	font-size : 10px;
}

@media screen and (min-width : 640px) and (max-width : 1600px) {
	

#btndashboard, #btnconfig, #btnstudio,
#btneditor, #btnwebstudio {

 width: 170px;
}


.namecenterdiv {
	
 height: 50px;
 padding-top : 130px;
}

  #namecenterdiv2 {
 height: 50px;
 padding-top : 120px;
} 
	
}

/* Media  (mobile */



@media screen and (max-width: 640px) {
	
/*	*/


#newlogo {
	
	margin-top : 0px;
	height : 9em;
	width : 20em;
}

#domaine {
	
	color : white;
	font-size:15px;
	position:absolute;
	top:75px;
	margin-top : 30px;
	width: 50%;
	margin-left: 25%;
	right: inherit;
}
	
#welcomemsg {
	
	color : white;
	font-size : 0.80em;
	font-weight : bold;
	
}

#WelcomeMsgIndex {
	
  margin-top: 30px;
}

section {
	
	margin-top : 10%;
}

#menuindex {
		
	margin-left: 15%;
	margin-right: 15%;	
	background-attachment : fixed;
	margin-top : 2%;
	width : 70%;
 	font-family: 'Open Sans', sans-serif;	
}

#btnconfig{
	
	background-image : url("images/config.svg");
	background-repeat : no-repeat;
	background-size : 110%;
	height : 125px;
	width : 110px;
	border : none;
	background-color : transparent;
	cursor : pointer;
	color : #65868d;
	font-family: 'Open Sans', sans-serif;
} 

#btnstudio {
	
	background-image : url("images/studio.svg");
	background-repeat : no-repeat;
	background-size : 110%;
	height : 125px;
	width : 110px ;
	border : none;
	background-color : transparent;
	cursor : pointer;
	color : #65868d;
	font-family: 'Open Sans', sans-serif;
}

#btneditor {
	background-image : url("images/editeur.svg");
	background-repeat : no-repeat;
	background-size : 110%;
	height : 125px;
	width : 110px;
	border : none;
	background-color : transparent;
	cursor : pointer;
	color : #65868d;
	font-family: 'Open Sans', sans-serif;
}

#btndashboard {
	
	background-image : url("images/dashboard.svg");
	background-repeat : no-repeat;
	background-size : 110%;
	height : 125px;
	width : 110px;
	border : none;
	background-color : transparent;
	cursor : pointer;
	color : #65868d;
	font-family: 'Open Sans', sans-serif;  
}

#btnwebstudio {
	
	background-image : url("images/dashboard.svg");
	background-repeat : no-repeat;
	background-size : 110%;
	height : 125px;
	width : 110px;
	border : none;
	background-color : transparent;
	cursor : pointer;
	color : #65868d;
	font-family: 'Open Sans', sans-serif;  
}


.namecenterdiv {

border: none;
 cursor: pointer;
 color: #65868d;
 font-family: 'Open Sans', sans-serif;
 display: inline-block;
 vertical-align: top;
 padding-top : 90px;
 font-size : 10px;
 height : 70px;
 width : 90px;
 padding-left : 10px;
 padding-bottom : 0px;
 
}

#namecenterdiv2 {
	
 border: none;
 cursor: pointer;
 color: #65868d;
 font-family: 'Open Sans', sans-serif;
 display: inline-block;
 vertical-align: top;
 padding-top : 85px;
 font-size : 10px;
 height : 70px;
 width : 90px;
 padding-left : 10px;
 padding-bottom : 0px;
 
}
	
#foot
	{
	
	position: fixed;
    padding-top: 2em;
    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;
	
	}

.welcomepage 
	{
	font-size: 10px;
    margin-top : revert;
    margin-left: inherit;
	}
	
#SpanClassLittle {
	
	display : none;
}


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles pour cette Media Queries */


#domaine {
	color : white;
	font-size:15px;
	position:absolute;
	top:40px;
	right:80px;
	
}

#selectDomaine {
	border-radius : 40px;
	border-color : grey;
	 
	height : 35px;
	
}

#newlogo {
	
	height : 9em;
	width : 20em;
	
}

#welcomemsg {
	
	color : white;
	font-size : 1em;
	font-weight : bold;
	
}

#menuindex {
	
	
	margin-left: auto;
	margin-right: auto;
	width : 50%;
	font-family: 'Open Sans', sans-serif;
	margin-top : 60px;
		
}

#SpanClassLittle {
	
	display : none;
}

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

#newlogo {
	
	
}

#SpanClassLittle {
	
	display : none;
}


}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
.title {
	
	margin-top: -20px;
}

.namecenterdiv {
	
	margin-top: -20px;
}


}
