<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***************** Gooroux Temp *****************/
/* GENERAL */
/* GENERAL */
/* GENERAL */
body{
	background: #e4e2e1;
}
h1,h2,h3,h4,legend{
	color: #444;
}
p{
	margin-bottom: 1.357em;
	max-width: 550px;
}
p,ul,label{
	font-size: 1.1em;
	line-height: 1.5;
	color: #454545;
}
a,button{
	transition: all 0.2s ease-in;
}a:hover,button:hover{
	transition: all 0.2s ease-in;
}
ul{
	list-style-type: square;
}
input{
	max-width: 550px;
	border-radius: 0;
	font-size: 1.1em;
}
.btn-primary,.btn {
	font-weight: 500;
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
div.btn_fvgls{
    color: #fff;
    background: #337ab7;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);
}
div.btn_fvgls.btn_orange{ background: #DB6030; }
div.btn_fvgls.btn_pink{ background: #BD25B7; }	/*#F241B4*/
div.btn_fvgls.btn_purple{ background: #5CC627; } /*6730DB*/
div.btn_fvgls.btn_red{ background: #e31d3b; } 

.color_orange{ color: #DB6030; }
.color_pink{ color: #BD25B7; }	/*#F241B4*/
.color_purple{ color: #5CC627; } /*6730DB*/
.color_red{ color: #e31d3b; } 

.input-group .form-control,.input-group-addon{
	border-radius: 0;
}
.well{
	padding: 0;
	background:transparent;
	border: none;
}
.star{
	color: #DC0018;
}

/* LOGIN FORM */
/* LOGIN FORM */
/* LOGIN FORM */
#main #container{
	background:transparent;
}
#main-box h3 {
    padding-left: 0;
    font-size: 22px;
    font-weight: 500;
    margin: 22px 0 16px 0;
}
.material_box {
    background: #fff;
    padding: 15%;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.material_box hr{
	border-top: 1px solid #cecece;
}
.fvgls_login_txt_wrapper {
    margin-top: 16px;
}
.login_forgot{
	padding-left: 0
}
.login_forgot,.login_forgot li{
	display: inline-block;
}
.login_forgot li{
	margin-left: 16px;
}
.list_doc_form{
	list-style-type: none;
}
.btn_more_info{
	width: 100%;
	margin-top: 32px;
}
.btn_more_info_creer{
	font-size: 20px;
	color: white important!;
	font-weight: 700;
	width: 100%;
	margin-top: 32px;
	background-color:  #ddd;
}
.btn_more_info_renew{
	font-size: 20px;
	font-weight: 700;
	width: 100%;
	margin-top: 32px;
	background-color: #d9534f;
}
.login_forgot a{
	font-size: 12px;
}
.btn_more_info{
	margin-top: 0;
}
@media(max-width: 767px){
	.login_forgot,.login_forgot li{
		display: block;
		margin-top: 12px;
		margin-left: 0;
	}
}
.back-to-top {
    background: #337ab7;
    background-color: rgb(51, 122, 183);
    color: #ddd;
    font-weight: 700;
}
/* LOGIN FORM CREER UN COMPTE */
/* LOGIN FORM CREER UN COMPTE */
/* LOGIN FORM CREER UN COMPTE */
#member-registration{
	background: #fff;
	border: none;
	padding: 10% 15%;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#member-registration legend{
	border: none;
	font-weight: 500;
    padding-left: 0;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 0;
}
.registration .form-horizontal .control-label{
    width: 100%;
}
.registration .validate{
	margin-right: 16px;
}
/* LOGIN FORM IDENTIFIANT OUBLIE */
/* LOGIN FORM IDENTIFIANT OUBLIE */
/* LOGIN FORM IDENTIFIANT OUBLIE */
#user-registration{
	background: transparent;
}
#user-registration .material_box{
	padding: 10% 15%;
}
#user-registration .btn{
	margin-right: 16px;
}
#user-registration .well{
	background: transparent;
	border: none;
}
#user-registration h3{
	border: none;
}

/* ERROR JOOMLA */
.fvgls_form_msg_content{
  font-size: 22px;
}
.fvgls_form_msg_wrapper {
    z-index: 999;
}
.alert.alert-message,.fvgls_form_msg_content.success{
  background: #a0cd9e;
}
.fvgls_form_msg_content.warning,.alert-warning{
  background: #fcf8e3;
  color: #8a6d3b;
}
.alert-error,.fvgls_form_msg_content.error{
  background: #df9b98;
}
#system-message-container{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.alert-notice{
    background: #d9534f;
}

fieldset{
  padding-top: 12px;
}
.fvgls_renew_wrapper input{
	max-width: inherit;
	
}</pre></body></html>