/*************************/
/* GENERAL               */
/*************************/
html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	background-color:#FFFFFF;
	font-family:Univers;
}
form{
	padding:0;
	margin:0;
}

@font-face {
	font-family: 'Univers';
	src: url('../fonts/Univers.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Univers Condensed';
	src: url('../fonts/Univers-Condensed.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}	 
@font-face {
	font-family: 'Univers Condensed Light';
	src: url('../fonts/Univers-CondensedLight.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}	 
@font-face {
	font-family: 'Univers Condensed Light Oblique';
	src: url('../fonts/Univers-CondensedLtOblique.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}		 
@font-face {
	font-family: 'Universal Condensed';
	src: url('../fonts/ufonts.com_universal-condensed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 	 
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}	 		 
@font-face {
	font-family: 'Consola';
	src: url('../fonts/consola.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
} 	 


/*************************/
/* HOME                 */
/*************************/
.content-container {
	height: 100%;
}

.home-container {
	height: 100%;
	/*background:url('/public/admin_synopsis/media/img/degrade_fond.png') repeat-x;*/
	background:linear-gradient(#343436 0%,#343436 30%,#fcfefd 100%);
}
.home-container .earth{
	bottom:0;
	position:absolute;
	width:100%;
	height:30%;
	background:url('/public/admin_synopsis/media/img/fond_terre.png');
	background-size: contain;                   
    background-repeat: no-repeat;
    background-position: bottom center;     
	z-index:80;
}


.home-container .rosas {
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	background:url('/public/admin_synopsis/media/img/rosas.png');
	background-size: 44%;                   
    background-repeat: no-repeat;
    background-position: top left;    
	z-index:100;
}
/*
.home-container .rosas img {
	top:0;
	left:0;
	position:absolute;
	width:44%;
	z-index:80;
}
*/
.home-container .bleuet {
	top:0;
	right:0;
	position:absolute;
	width:100%;
	height:100%;
	background:url('/public/admin_synopsis/media/img/degrade_bleu.png');             
    background-repeat: repeat-y;
    background-position: top right;     
	z-index:100;
}

.home-container .slideshow {
	top:0;
	left:0;
	position:absolute;
	width:20%;
	max-width:20%;
	z-index:120;
}
.home-container .slideshow img {
	max-width:100%;
	height:auto;
}



.home-container .logo-mfi {
	bottom:5%;
	left:5%;
	position:absolute;
	width:25%;
	height:10%;
	background:url('/public/admin_synopsis/media/img/logo_mfi.png');  
	background-size: contain;                   
    background-repeat: no-repeat;
    background-position: bottom left;     
	z-index:120;
}



.home-container .logo-client {
	bottom:5%;
	right:5%;
	position:absolute;
	width:25%;
	height:10%;
	background:url('/public/admin_synopsis/media/img/logo_client.png');  
	background-size: contain;                   
    background-repeat: no-repeat;
    background-position: bottom right;     
	z-index:120;
}

/*************************/
/* LAUNCHER                 */
/*************************/

.launcher {
    position: relative;
    width: 33%;
    top: -47px;
    left: 33%;
    right: 33%;
    z-index: 100;
}

.launcher a {
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
}
.application .select2 {
    width: 100% !important;
    margin-bottom: 10px;
}

.launcher .submit-box {
	text-align:center;
}
.launcher label {
	color:#fefefe;
	font-family:Univers Condensed Light;
	font-size:12pt;
	margin:5px;
    display:block;
    width:120px;
}

.launcher button.connexion {
	border:2px solid #fff;
	background:#4c687e;
	color:#fff;
	height:30px;
	margin:5px;
	margin-top:20px;
	width:40%;
	font-family:Univers Condensed;
	font-size:14pt;
	cursor:pointer;
}

.launcher button.connexion:hover {
	background:#ffcc00;
}

.launcher-box {
    width:100%;
}

.launcher select {
   width: calc(100% - 130px);
    float:left;
    border:1px solid #4c687e;
}

.launcher a {
    width:100%;
}

.btn-deepblue
,.btn-deepblue:active
,.btn-deepblue:focus   {
  background-color: #4c687e;
  background-image: linear-gradient(to bottom, #4c687e, #324759);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding-right:0px;
  padding-left:0px;
}

.btn-deepblue.active {
  background-color: #7c9bb5;
  color:#fff;
}

.btn-deepblue:hover {
  background-color: #ffcc00;
  background-image: linear-gradient(to bottom, #d6ac31, #ffcc00);
  color:#6a591d;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #7c9bb5;
  color: white;
}

.slow {
  -vendor-animation-duration: 15s;
  -vendor-animation-delay: 2s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #7c9bb5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #7c9bb5 transparent transparent;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #7c9bb5;
}

.select2-dropdown {
  border-color: #7c9bb5;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding:0px;
  margin:0px;
  line-height:1;
}

[data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  clip: rect(0px, 0px, 0px, 0px);
  pointer-events: none;
  position: absolute;
}

.btn-group label {
    
    margin:0;
}

/*************************/
/* Application selector  */
/*************************/


.applications {
    position: absolute;
    width: 66%;
    left: 22%;
    top: 20%;
    height: 33%;
}

.application {
    overflow:hidden;
    width: 100%;
    height: 280px;
    position: relative;
    background-color: #324759;
    background-image: linear-gradient(to bottom, #324759, #adbcc8);
    background-repeat: repeat-x;
    border-radius: 5px;
    border: 2px solid transparent;
    box-shadow: 10px 10px 11px #333;
}
.applications .col-md-12 {
    margin-bottom: 27px;
}

application:hover {
	border:2px solid #ffcc00;
}

.application-title-box {
    position: relative;
    width: 100%;
    height: 60%;
    top: 10px;
    left: 0;
    z-index: 100;
    color: #fff;
}

.application-title-product {
    position: absolute;
    top: 23px;
    right: 135px;
    width: auto;
    font-size: 3.2vw;
    font-family: Universal Condensed;
    text-shadow: #000 1px -2px 5px;
    word-spacing: -10px;
    text-align: right;
}


@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .application-title-product {
	top:12%;
	right:130px;
	font-size:3.2vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 1280px) {
  .application-title-box {
	background-size: 80% 90%; 
  }
  .application-title-product {
	top:20%;
	right:120px;
	font-size:3.2vw;
  }
}

.application .synergieweb {
	background:url('/public/admin_synopsis/media/img/titre-small-synergieweb.png');
	background-size: auto 100%;                 
    background-repeat: no-repeat;
    background-position: right center;
}

.application .aerometweb {
	background:url('/public/admin_synopsis/media/img/titre-small-aerometweb.png');
	background-size: auto 100%;                 
    background-repeat: no-repeat;
    background-position: right center;
}

.application .visumetweb {
	background:url('/public/admin_synopsis/media/img/titre-small-visumetweb.png');
	background-size: auto 100%;                 
    background-repeat: no-repeat;
    background-position: right center;
}


.application .launcher {
    width:calc(100% - 50px);
    left:25px;
    right:25px;
}

.application .launcher-box.single {
    margin-top:35px;
}
.application .launcher  label{
    width:110px;
}

.fullwidth {
    width:90%;
}


/*************************/
/* LOGIN                 */
/*************************/

/*
.login-form form {
	position:absolute;
	width:33%;
	top:45%;
	left:33%;
	right:33%;
	z-index:100;
}

.login-form form label {
	color:#fefefe;
	font-family:Univers Condensed Light;
	font-size:12pt;
	margin:5px;
}

.login-form form input {
	border:2px solid #fff;
	background:#d2d3d5;
	color:#333;
	width:100%;
	height:28px;
	margin:5px;
	font-family:Univers Condensed Light;
	font-size:12pt;
	margin-bottom:15px;
}

.login-form form .submit-box {
	text-align:center;
}

.login-form form button.connexion {
	border:2px solid #fff;
	background:#4c687e;
	color:#fff;
	height:30px;
	margin:5px;
	margin-top:20px;
	width:40%;
	font-family:Univers Condensed;
	font-size:14pt;
	cursor:pointer;
}

.login-form form button.connexion:hover {
	background:#ffcc00;
}

.login-form form a.forgotten {
	margin:5px;
	color:#4c687e;
	font-family:Univers Condensed Light Oblique;
	font-size:10pt;
	text-decoration:none;
}

.login-form form a.forgotten:hover {
	text-decoration:underline;
}
*/


/*************************/
/* TITLE                 */
/*************************/

.title-box {
	position:absolute;
	width:60%;
	height:60%;
	top:0;
	left:20%;
	z-index:100;
	background:url('/public/admin_synopsis/media/img/titre.png');  
	background-size: contain;                 
    background-repeat: no-repeat;
    background-position: center center;
	color:#fff;
}

.title-product {
	position:absolute;
	top:45%;
	right:42%;
	font-size:45pt;
	font-family:Universal Condensed;
	text-shadow:#000 1px -2px 5px;
}

.title-version {
	position:absolute;
	top:60%;
	right:15%;
	z-index:100;
	font-size:14pt;
	font-family:Univers Condensed Light Oblique;
	text-shadow:#333 1px -2px;
}
.title-description {
	position:absolute;
	top:60%;
	left:1%;
	font-size:14pt;
	font-family:Univers Condensed Light;
	text-shadow:#333 1px -2px;
}


/*************************/
/* TOOLBAR               */
/*************************/
.toolbar {
	position:absolute;
	top:20px;
	right:50px;
	width:100%;
	height:50px;
	z-index:100;
}
.toolbar .ico {
	float:right;
}

.ico {
    text-align: center;
	width: 30px;
	height: 30px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	margin-right: 7px; /*space between*/

} 
.ico i {
	font-size: 20px;
    line-height: 28px;
	color: #ffffff;
}
.ico:hover  {
	border: 2px solid #ffcc00;
}
.ico:hover i {
	color:#ffcc00;
}


.toolbar a {
  position: relative;
}

.toolbar a[tooltip]:hover:after {
  content: attr(tooltip);
  padding: 4px 8px;
  color: #ffffff;
  position: absolute;
  left: -100px;
  top: 35px;
  white-space: nowrap;
  z-index: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 4px #222;
  background:transparent;
  border:2px solid #ffcc00;
}


.description {
	position:absolute;
	top:55px;
	right:18px;
	width:320px;
	background:url('/public/admin_synopsis/media/img/ligne_texte_info_jaune.png');
    background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index:100;
	color:#fff;
	font-size:9pt;
	font-family:Roboto;
	padding-right:30px;
	text-align: justify;
    text-justify: inter-word;
}

