/*
 * Copyright (C) 2000 - 2013 Silverpeas
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Affero General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 *
 * As a special exception to the terms and conditions of version 3.0 of
 * the GPL, you may redistribute this Program in connection with Free/Libre
 * Open Source Software ("FLOSS") applications as described in Silverpeas's
 * FLOSS exception.  You should have recieved a copy of the text describing
 * the FLOSS exception, and it is also available here:
 * "http://www.silverpeas.org/docs/core/legal/floss_exception.html"
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Affero General Public License for more details.
 *
 * You should have received a copy of the GNU Affero General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500&display=swap');

@font-face {
  font-family: 'texgyreadventor';
  src: url('../font/texgyreadventor-regular-webfont.eot');
  src: url('../font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../font/texgyreadventor-regular-webfont.woff') format('woff'),
  url('../font/texgyreadventor-regular-webfont.ttf') format('truetype'),
  url('../font/texgyreadventor-regular-webfont.svg#texgyreadventor') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	background:#eee url() fixed no-repeat;
	font-family: 'Roboto', Helvetica,Arial,sans-serif;
	color:#333;
}

a {
	color:#333;
}

html,button,body, td, div, a , input, select, textarea, #myProfileFiche .statut, .textePetitBold{
	font-family:'Roboto', Helvetica,Arial,sans-serif;
	font-size:13px;
  font-weight:400;
}



@charset "utf-8";
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: none;
}

#top {
  background-color: #5399d4;
  height: 35px;
  margin-bottom: 40px;
  color: #FFFFFF;
  line-height: 35px;
}

#top a {
  color: #FFFFFF;
}

.clear {
  clear: both;
}

.page,
#login-socialnetwork {
  margin: 0px auto;
  width: 655px;
  position: relative;
  z-index: 1;
}

.page {
	padding-top: 118px;
	margin-top: 14px;
	background: transparent url("../imgDesign/fdLogin.png") 0 0 no-repeat;
	height: 500px;
}


#login-socialnetwork a {
  display: block;
  clear: left;
  width: 164px;
  padding-left: 30px;
}

#background {
  min-height: 400px;
  margin-top:3em
}

#background .submit {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}

#background div.submit {
  position: absolute;
  top: 310px;
  width: 448px;
  text-align: center;
  padding: 5px
}

#backgroundBig {
  background: url()  top center no-repeat;
  min-height: 524px;
}

#backgroundBig .submit {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
  position: static;
}

#backgroundBig div.submit {
  position: absolute;
  top: 410px;
  width: 448px;
  text-align: center;
  padding: 5px
}

.cadre {
	margin: 0 auto;
	padding-top: 30px;
	width: 763px;
	padding: 0 76px 3em 60px;
}

input {
  background-color: #FAFAFA;
  border: 1px solid #DAD9D9;
  display: block;
  padding: 5px;
  width: 448px;
  text-align: left;
}

select {
  background-color: #fafafa;
  border: 1px solid #dad9d9;
  padding: 5px;
  width: 250px;
  text-align: left;
  float: left;
}

select option {
  text-align: left;
}

.titre {
display:none;
}

#header {
  margin-bottom: 18px;
  height:118px
}

.logo {
    left: 20px;
    position: absolute;
    top: 5em;
}

.information {
    float: right;
    margin-top: 30px;
    font-size: 14px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
}

.information span {
	color: red;
	background-color: #FFF;
	padding: 8px;
	position:relative;
	z-index:100;
}

p label {
  display: block;
  margin-bottom: 10px;
  /*padding-bottom:5px;*/
}

p label span {
  display: block;
  padding: 4px 0px 2px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

#formLogin .submit {
  position: relative;
  text-align: left;
  top: -10px;
  margin-left: 1em;
}

#formLogin .submitWithOneDomain {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.caractere {
  height: 44px;
}

.noDisplay {
  display: none;
}

.forgottenPwd a {
  font-size: 13px;
  color: #1773db ;
  font-weight: normal;
  margin-top:2em;
  display:block;
}

.rememberPwd {
  font-size: 13px;
  color: #333 ;
  font-weight: normal;
  margin-top:2em;
}

.changePwd {
  font-size: 13px;
  color: #1773db ;
  font-weight: normal;
  margin-top:2em;
}

.passwordRules {
  font-size: 13px;
  color: #1773db ;
  font-weight: normal;
  margin-top:2em;
}

.passwordRules a {
  font-size: 13px;
  color: #1773db ;
  font-weight: normal;
}

#storePassword {
  background-color: transparent;
  border: 0px;
  display: inline;
  padding-bottom: 0px;
  width: 15px;
  text-align: left;
  vertical-align: middle;
  margin-left: 5px;
  margin-top:2em;
}

.questionSelection {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  text-align: left;
  width: 300px;
}

#question {
  width: 400px;
}

.fnfinformation {
  float: right;
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

.fnfinformation ul li {
  padding-left: 5px;
  margin-left: 25px;
  text-align: left;
}

a.submit, a.submitWithOneDomain{
	border-radius:4px;
	background: linear-gradient(to bottom, #F5F5F5 0%, #F1F1F1 100%);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 3px;
	display: inline-block;
	padding-left: 0;
	line-height: 31px;
	text-decoration: none;
}

a.submit > span, a.submitWithOneDomain > span{
  background: transparent url(../imgDesign/bt-left.png) 0 0 no-repeat;
}

a.submit.validate > span, a.submitWithOneDomain.validate > span{
  background: transparent url(../imgDesign/bt-left-validate.png) 0 0 no-repeat;
}

a.submit.refused > span, a.submitWithOneDomain.refused > span{
  background: transparent url(../imgDesign/bt-left-refused.png) 0 0 no-repeat;
}

a.submit > span, a.submitWithOneDomain > span {

  display: block;
  padding-right: 10px;
  padding-left:35px
}

a.submit span span, a.submitWithOneDomain span span {
  display: block;
  color: #333;
  font-size: 14px;
  text-decoration: none !important;
}
select,input {
    padding: 0.5em 0.25em;
    color: #333;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    font-family: Roboto;
    font-size: 14px;
}
#copyright {
	background-color:#FFF;
	color: #333;
	line-height:33px;
    padding-left: 1em;
	text-align:center;
}

#copyright 	a{
	color:#333;
}
#content-terms-of-service {
  clear: both;
  float: none;
  height: 271px;
  overflow: auto;
  text-align: left;
  padding-top: 1em;
}

#content-terms-of-service * {
  text-align: left;
}

#splash #top {
  background-color: #f48250;
  }

#splash a.submit,
#splash #no-more{
		display:inline-block;
		width:auto;
		margin:10px 10px 10px 0;
}


#formLogin .cadre p {
	
}