.top_bar{
	display : none;
}

*{
	margin:0px;
	padding:0px;
}
html 
{
	height:100vh;
	display:flex;
	flex-direction:column;
}
body
{
	display:flex;
	flex-direction:column;
	flex-grow:1;
}
@font-face {
	font-family: "anybody";
	src: url("img/78/anybody.ttf");
}
@font-face {
	font-family: "condensed";
	src: url("img/78/anybody_semicondensed.ttf");
}
@font-face {
	font-family: "expanded";
	src: url("img/78/anybody_semiexpanded.ttf");
}
@font-face {
	font-family: "roboto";
	src: url("img/78/roboto.ttf");
}




.page
{
	display: flex;
	flex-grow:1;
}
.page .left , .page .right
{
	flex : 1;
}			
.page .left
{
	background-color : #b8f385;				
}			
.page .right
{
	background-color : #81dfa1;			
}

.page .top_bar
{
	margin-top : 40px;
}
.page .left .top_bar
{
	margin-left : 80px;
}
.page .right .top_bar
{
	margin-right : 80px;
	text-align:right;
}
.page .top_bar span
{
	color: #133602;
	font-family: "condensed";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.05px; 
}
.page .top_bar a
{
	text-decoration:none;
}

.page .content
{
	width : 70%;
	margin : 120px auto 120px;
	text-align:center;
	z-index: 1;
}

.page .ico_big
{
	width:30px;
}
.page .left .title
{
	color: var(--pro-fonc-texte-footer, #133602);
	text-align: center;
	font-family: anybody;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 34px; /* 136% */
	letter-spacing: 0.75px; 
}
.page .left .title_subscribe
{
	color: #277718;
}
.page .left .detail
{
	color: #133602;
	text-align: center;
	font-family: roboto;
	font-size: 13px;  
	font-weight: bold;
	
	margin-top: 15px;
	margin-bottom: 10px;
}		
.page .left .forgot_pwd
{
	margin: 20px;
}
#forgot_pwd
{
	color: var(--pro-fonc-texte-footer, #133602);
	text-align: center;
	font-family: roboto;
	font-size: 16px;				
	text-decoration-line: underline; 
}		
.page .left .btn_login
{
	margin: 20px auto 100px;
	display: flex;
	justify-content: center;
}
#btn_login
{
	border-radius: 80px;
	background: #133602;  
	min-width: 260px;
	padding: 14px 30px;
	
	color:#FFFFFF;
	text-decoration: none;
	display:flex;
	align-items:center;
	justify-content: center;
}
#btn_login:hover {
	font-weight: bold; 
}
		
.page .left .btn_subscribe
{
	margin: 20px;
	display: flex;
	justify-content: center;
}
#btn_subscribe
{
	border-radius: 80px;
	background: #277719; 
	min-width: 260px;
	padding: 14px 30px;
	
	color:#FFFFFF;
	text-decoration: none;
	display:flex;
	align-items:center;
	justify-content: center;
}
#btn_subscribe:hover {
	font-weight: bold; 
}
.page .left .field
{
	background-color:#FFFFFF;
	width : 260px;
	margin: 20px auto;
	border-radius: 5px;  
	padding: 5px;
	display:flex;
}
.page .left .field .ico
{
	width: 20px;
	padding: 5px;
	box-sizing: unset;
}
.page .left .field input
{
	border : 0px;  
	flex: 1;
}

.page .left .current_work {
  font-size: 15px;
  font-family: roboto;
}



.page .right .title
{
	color: #133602;
	text-align: center;
	font-family: "expanded";
	font-size: 25px;
	margin-bottom: 15px;
}
.page .right p
{
	color: #133602;
	text-align: center;
	font-family: roboto;
	font-size: 14px;
	line-height: 24px;
}
.page .right .btn_more
{
	text-align: center;
	margin: 30px;
}
.page .right .btn_more a
{
	padding: 14px 30px;
	border-radius: 80px;
	background: #FFFFFF;  
	text-decoration: none;
	
	font-family: roboto;
	font-weight: bold; 
	font-size: 12px;
	color: #133602;  
}
.page .right .btn_more a:hover {
	text-decoration:underline;
}
.page .right .img_right
{
	width: 350px;
	margin: 50px auto;
	display: block;
}






















.logo_top
{
	position: absolute;
	z-index: 0;
	
	top: 0px;
	left: calc( 50% - 170px);
	width: 340px;

}
.flower
{
	position: absolute;
	transform: rotate(0.1turn);  
	opacity: 0.1;
	z-index: 0;
	
	top: calc( 50% - 270px );
	left: calc( 50% - 120px);
	width: 400px;

}

.footer
{
	background-color : #133602;	
	color : #FFFFFF;
	
	background-image : url("img/78/flower_2.png");
	background-repeat: no-repeat;
	background-position: 90%;
	background-size: 300px;
}
.footer .main_container
{
	display: flex;
	padding: 20px;
	gap: 25px; 
	color : #FFFFFF;
}

.footer .main_container .col_wf
{
	width : 200px;
}			
.footer .main_container .col_wf img
{
	width : 170px;
}
.footer .main_container .col_f1
{
	flex : 1;
	display: flex;
}
.footer .main_container .col_f1_a, .footer .main_container .col_f1_b
{
	flex : 2;
}			
.footer .main_container .col_f1_c
{
	flex : 3;
	display: flex;
}			
.footer .main_container .col_f1_c .col_f1_c_col
{
	flex : 1;
}			
.footer .main_container .services
{
	list-style-type: none;   
}			
.footer .main_container .services li
{
	margin : 13px; 
}
.footer .bbar
{
	padding: 0px 10px 10px;
	display: flex;
}
.footer .bbar .footer_text, .footer .bbar .footer_links
{
	display: inline-block;				
}
.footer .bbar .footer_links
{
	text-align : right;	
	flex : 1;
}
.footer .bbar .footer_links a
{	
	display: inline-block;
	padding: 0px 10px;
	border-bottom: 1px solid transparent;

}
.footer .link_foot, .footer .link_foot_no
{
	color: #FFF;
	font-size: 16px;
	font-family: roboto;
	text-decoration: none;
}
.footer .link_foot:hover
{
	border-bottom: 1px solid #FFF !important;
}
.footer .link_foot_no:hover
{
	border-bottom: 1px dashed #FFF !important;
}
.footer .links {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer .links span {
  padding-left: 5px;
}
 
.flower_foot
{
	position: absolute;
	transform: rotate(0.05turn);  
	opacity: 0.5;
	z-index: 0;
	  right: 140px;
	width: 300px;

	filter: invert(75%);
}


.ico_eye{
	background-image:url(/ext-js/ext_icons/eye.png) ! important;
	background-repeat: no-repeat;
}






#form_oubli label {
	width: 100%;
	margin-bottom: 4px;
	display: block;
}

#form_oubli input {
	width: 100%;
	margin-bottom: 20px;
	
	border: 1px solid #DDD;
	border-radius: 5px;
	padding: 10px;
	height: 40px;

}
#div_form_oubli{
	padding-top: 15px;
}
.slide-submit{
	font-size: 15px;
}
.slide-submit-thumb{
	padding-top: 5px;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;    
}

.pwd_helper
{
	font-size: 12px;
}