body{
    background-color:#f8f8f8;
    font-family: "Open Sans", sans-serif;
}

h1{
    margin-top:2px;
    margin-bottom:2px;
}

h2{
    margin-top:2px;
}

iframe{
    height:85%;
    width: 1200px;

}

a {
	border: none; 
}

#cgu_container {
    background-color: #f8f8f8;
    width:80%;
    margin-left:auto;
    padding-top:50px;
    margin-right: auto;
    text-align:center;
}

#cgu_header{
    background-color:white;
    width:100%;
    position:absolute;
    top:0;
    height:50px;
    text-align:left;
    border-bottom: 1px solid #e5e5e5;
    margin-left:-8px;
}

#header_logo{
    height:33px;

    padding-top:5px;
    padding-left:5px
}

.disabled_text{
    opacity: 38%;
}

.pdf_container{
    height:80%;
}

.cgu_pdf_data{
    margin:auto;
    display:inline-block;
}

.slick-dots li button:before{
    font-size: 20px;
    line-height: 20px;
}

.slick-slide {
    box-sizing: border-box;
}

/*******************************************************************************************************
******************************	PARTIE GAUCHE DU LOGIN            **************************************
*******************************************************************************************************/

.whiteLink {
	color:#0091dd;
}

#partieGauche {
    width: 35%;
    position:fixed;
    top: calc(50% - (540px/2) - 70px);
    left: calc(50% - (35%/2));
}

#partieGauche img {
    width: 60%;
  	display: block;
  	margin-left: 15%;
  	margin-right: 25%;
}

#partieGauche h2 {
	border-bottom: 1px solid #0091dd;
    color: #0091dd;
    font-size: 60px;
    font-weight: normal;
}

#contentForm {
	background-color:#F0F0F0;
	margin-top: 35px;
    padding: 10px 10px 20px;
    font-family: Open sans,sans-serif;
	font-size:	14px;
	font-weight: 400;
	font-style:	normal;
	color:	#646464;
}

#partieDroiteLogin fieldset {
    border-color: #5694d9;
    border-style: dotted;
    border-width: 2px;
    display: inline-block;
    position: relative;
    width: 95%;
}

#partieDroiteLogin legend {
	color: #5694d9;
	font-weight:bold;
}

#error_message {
    text-align:center;
    color:red;
    font-weight:bold;
    border: 5px solid;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
}

#mfaFormPart {
    text-align: center;
}

#mfaFormPart #error_message {
    margin: 0 auto 10px;
    max-width: 300px;
}

/*******************************************************************************************************
******************************	PARTIE DROITE DU LOGIN            **************************************
*******************************************************************************************************/

#partieDroiteLogin {
	width: 35%;
	height:548px;
    margin-left: 15%;
	color: #646464;
	 font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
	display: inline-block;
}

#partieDroiteLogin h2 {
	border-bottom: 1px solid #5694d9;
    color: #5694d9;
    font-family: "ITCAvantGardeGothicStdXLt",arial;
    font-size: 35px;
    font-weight: normal;
    
}

/********************
LES MODULES DE DROITE
*********************/

.contentModul {
	background-color: #5694d9;
}

.errorLogin {
	color: red;
	font-weight: bold;
}

.contentModul p {
	border-top: 1px solid #E9EF75;
    color: #FFFFFF;
    margin-left:20px;
    padding-top:15px;
    padding-bottom:15px;
}

.contentModul, .title {
	color: #FFFFFF;
    margin-left:20px;
    padding-top:15px;
    padding-bottom:5px;
    border:none;
}

#loginbtn p {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#cancelbtn p {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

#loginbtn p:HOVER {
	cursor: pointer;
}

#cancelbtn p:HOVER {
	cursor: pointer;
}

#loginbtn:HOVER {
	cursor: pointer;
}

#cancelbtn:HOVER {
	cursor: pointer;
}

/*******************************************************************************************************
******************************	      PARTIE DROITE CHOIX         **************************************
*******************************************************************************************************/

#partieDroiteChoix {
    display: inline-block;
    margin-left: 15%;
	padding-top: 2%;
    width: 35%;
}

/*******************************************************************************************************
******************************	         BOUTONS-INPUT ETC.       **************************************
*******************************************************************************************************/

.form-login  {
    width: 90%;
	border: 1px solid #ebebeb;
	font-size: 14px !important;
	font-weight: bold;
	padding: 10px 4px 6px 3px;
}

#news1,#news2,#news3 {
	float:right;
}

#login-box input {
	border-color:white;
	color:gray;	
	border-radius:5px;	
    -webkit-border-radius:5px;
    -khtml-border-radius: 5px;
}

.buttonForm {
	min-width: 30%;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	height: 40px;
	background-color: #0091dd;
    color: white;
    margin: 8px 8px 0 0;
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.buttonForm:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}

#loginbtn {
	background-image : url("login/bg-button.png");
    display: inline-block;
    height: 42px;
    width: 103px; 
}

#cancelbtn {
	background-image : url("login/bg-button.png");
    display: inline-block;
    height: 42px;
    width: 103px;
}

/*Classe pour le cache dans les insertions de fomrulaire. ( utilis� par Jquery ) */
.cachSubmit {
	width:0;
	height:0;
	line-height:0;
	border:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

/*******************************************************************************************************
******************************	             FOOTER               **************************************
*******************************************************************************************************/

.login_footer{
    width: 100%;
    border-top: 1px solid #e5e5e5;
    box-shadow: none;
    border-radius: 0px;
    background-color: white;
    z-index: 1000;
    font-size: 11px;
    min-height: 10px;
    font-weight: bold;
    text-align: center;
    position: fixed;
    bottom: 0px;
    margin-left:-8px;
}

/*******************************************************************************************************
******************************             COUNTDOWN               *************************************
*******************************************************************************************************/

#countdown {

    padding: 15px 0;
    color: #646464;
    border-width: 1px 0;
    overflow: hidden;
    text-align: center;

    > div {
        margin-left: 5px;
    }

    div {
        display: inline-block;
        text-align: center;
        color: #0091dd;
        font-weight: bold;
    }

    .number {
        margin-right: 2.5px;
    }
}