/*	OTONOME-V3 personnlisation du fichier */	
 .styled select {
     background: transparent;
     padding: 5px 35px 5px 5px;
     font-size: 14px;
    border: 1px solid #ec552c;
    height: 34px;
     width:100%;
}
.styled {
    color:#fff;
    height: 34px;
    border: 1px solid #fff;
    overflow: hidden;
   
    background: url(../images/commun/fl_bas_blanc_30.png) 96% / 20% no-repeat #ec552c;
    background-size: 20px;
    
}
 /* OTONO-ME */
.well {
 min-height: 20px;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ec552c;
  border: 0px solid #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
	.MENU1 {
		color			 : #fff;
		background-color : #ec552c; /*#2626ff ff2d11*/
		box-shadow		 : -1px 2px 5px 1px rgba(0, 0, 0, 0.3); 
	}
	
	#btn_MonService_rect,#btn_MonService_fleche {
		fill: #ec552c;
	
	}	
	 
	
	.btn_MonService_txt,.btn_SeDeconnecter_txt {
		fill:#ffffff	;
	
	}
	
    #btn_SeDeconnecter_rect {
        stroke:#fff
    }

	#Footer {
		height:50px;
		background-color : #ec552c;
	}

/* LG */
    @media (min-width: 1200px) {
    #LogoAuthentification {
		margin-top		 : 50px;
		width			 : 200px;	
	}
    .logoOtonome {
		width		: 90px;
		margin-left	: 20px; 
		margin-top	: 20px;
	}
    }

/* MD */
    @media (min-width: 992px) and (max-width: 1200px) {
     #LogoAuthentification {
		margin-top		 : 20px;
		width			 : 180px;	
	}
    .logoOtonome {
		width			: 80px;
		margin-left		: 10px; 
		margin-top		: 10px;
        margin-bottom :20px;
	}
    }

/* SM */
    @media (min-width: 768px) and (max-width: 992px) { 
    #LogoAuthentification {
		margin-top		 : 20px;
		width			 : 160px;	
	}
	
	.logoOtonome {
		width		: 80px;
		margin-left	: 10px; 
		margin-top	: 10px;
	}    
}

/* XS */
    @media (max-width: 768px) {
		#perso_identification{
			top:575px;
		}
		#maison_identification{
			top:500px;
		}

		#perso_creer_compte{
			top:775px;
		}
		#maison_creer_compte{
			top:700px;
		}
    #LogoAuthentification {
		margin-top		 : 10px;
		width			 : 120px;	
	}
    .logoOtonome {
		width		: 80px;
		margin-left	: 10px; 
		margin-top	: 10px;
	} 
    }

    #waittxt,#LibIdentifier,#LibPwdVisible,#LibCguVisible {
       color:#FFFFFF; 
    }