﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/* CSS Document */
body {
	font-family:Montserrat;
	font-size:1.2em;
}

body, html, form, #container, #container_demo, #register {
    height: 100%;
}

ul {
	padding: 0 0 0 20px;
}
ul li {
	list-style-image:url(../images/puce-fleche.png);
	font-weight:bold;
}
/* remove codrops styles and reset the whole thing */
#container_demo {
    text-align: left;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    font-family: Montserrat;
    font-size: 15px;
    background-color: rgb(247, 247, 247) !important;
}

#register {
    background-color: rgb(247, 247, 247) !important;
}

a.hiddenanchor{
	display: none;
}

#wrapper{
	width: 100%;

	right: 0px;
	min-height: 560px;	
	margin: 0px auto;	
	position: relative;	
}

#wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#wrapper h1{
	height:50px;
	font-size: 1.5em;
	line-height:1em;
	color: #85bc18;
	padding: 48px 0 15px 145px;
	font-weight: bold;
    background-repeat:no-repeat;
    margin:0;
}

#wrapper h2 {
	color:#0d3980;
	font-size: 1em;

}

#wrapper h1:after{
	content: ' ';
	display: block;
	width: 100%;
}

#wrapper p{
	margin-bottom:10px;
}

#wrapper p:first-child{
	margin: 0px;
}

#wrapper label{
	color: #729805;
	position: relative;
}

.tab_result 
{
    font-size:0.8em;
	width:100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:5px;
}

.tab_result b {
	color:#709511;
}

.FondTableau {
    background-color: rgba(0,0,0,.05);
    margin-bottom: 1px;
}

.FondTableau2 {
    margin-bottom: 1px;
    margin-left: 1px;
}

th {
    background: rgba(0,0,0,.05);
    font-size: 11px;
}
/* placeholder */
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}

.lbl_Success {
    color:green;
    font-weight:bold;
}

.lbl_Warning {
    color: red;
    font-weight: bold;
}


.Libelle
{
    font-size:0.8em;
	font-style:italic;
	color:#729805;
	
    }

.Titre
{
	font-size: 24px;
	color: #85bc18;
	padding: 2px 0 10px 0;
	font-family: Montserrat;
	font-weight: bold;
	text-align:center;
}

.TireInfoBulle {
    font-size: 16px;
    color: rgb(6, 106, 117);
    padding: 2px 0 10px 0;
    font-family: Montserrat;
    font-weight: bold;
    text-align: center;
}

#Reference
{
    background-position: 10px -58px !important;
}

#Username
{
    background-position: 10px -8px !important;
}

.lblErreur
{
    font-style:italic;
    color:Red;
}

.InputButtonDouble,.InputButton  {
    width:220px;
    height:65px;
	cursor: pointer;
    background-color:#f7f7f7;
	background-image: url(../images/bt-vert.png);
    background-repeat:no-repeat;
	padding: 0;
	font-size: 1em;
	font-style:italic;
	margin-bottom: 10px;	
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
    border:none;    
    }

.InfoBulle {
    background-color: #ffffe1;
    padding: 10px;
    font-family: Montserrat;
    font-size: 13px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#btnEtape1_Suivant
{
    position: relative;
}


/* all the input except submit and checkbox  */
.InputText
{
    /*max-width:350px;*/
    width:95%;
	margin-top: 2px;
	padding: 2px 2px 2px 20px;	
	border: 1px solid #729805;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#wrapper p.button input:hover{
	background: rgb(74, 179, 198);
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}

/*styling both submit buttons */
#wrapper p.button input {
    width: 200px;
    cursor: pointer;
    background: rgb(61, 157, 179);
    padding: 8px 5px;
    font-family: Montserrat;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgb(28, 108, 122);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#wrapper p.button input:hover{
	background: rgb(74, 179, 198);
}
#wrapper p.button input:active,
#wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}

/** Styling both forms **/
#register,
#login {

    top: 0px;
    width: 100%;
    padding: 25px;
    margin: 0;
    /*background-color: rgb(247, 247, 247);
    background-image: url(../images/vagues.png);
    background-repeat: no-repeat;
    background-position: 0 80px;*/
    height: 100%;
}
.accroche {
	width:50%;
	margin-left: 150px;
    margin-top: 50px;
}

/** the actual animation, credit where due : http://daneden.me/animate/ ***/
.animate{
	-webkit-animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	
	-moz-animation-duration: 0.5s;
	-moz-animation-fill-mode: both;
	
	-o-animation-duration: 0.5s;
	-o-animation-fill-mode: both;
	
	-ms-animation-duration: 0.5s;
	-ms-animation-fill-mode: both;
	
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #wrapper h1{
	color: #85bc18;
}
.lt8 #register{	
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}
.gv
{
    width:440px;
    background-color:#FFFFFF;
    font-size:12px;
    text-align:center;

      }


.gvHeader
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.DivCenter
{
    text-align:center;
}

#lblMontantDu
{
    font-size:3em;
    font-weight:bold;
    color:#003d95;
}
    
fieldset
{
    border:solid 2px #769750;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.Logo
{
    width:150px;
    height:150px;
    position:absolute;
    padding: 0;
}
.accroche_text {
    font-size: 1.5em;
    line-height: 1em;
    color: #80935c;
    font-family: Montserrat;
    margin-left: 155px;
}

.UpdateProgressText
{
    position: absolute;
    margin-left: 42.35%;
    margin-top: 14%;
    padding: 40px 40px 40px 40px;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px black solid;
    border-radius: 8px;
    text-align: center;
    font-size: 0.8em;
    font-weight: bold;
    font-family: Montserrat;
}




.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    min-height: 100%;
    width: 100%;
}

.loading {
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    font-family: Arial;
    font-size: 10pt;
    border: 1px solid #CCCCCC;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}