﻿
@media screen and (min-width: 703px) and (max-width: 1023px) {


/******************************************************************************************* 
  Pages utilisateur déconnecté */

.connexion {
    margin-left: 100px;
    }


.PropertyEditor .LabelColumn {
    width: 110px;
}
/******************************************************************************************* 
  Pages connexion */
  
  .PropertyEditor input[type="text"], .PropertyEditor input[type="password"], .PropertyEditor textarea, .PropertyEditor select{
	  width:450px;
}


.PropertyEditor .tr_required .LabelColumn {
    font-size: 13px !important;
}


/******************************************************************************************* 
Pages gérer compte */

.recap_commandes {
    width: 100%;
}
#info_client {
    margin-left: 0px;
    width: 45% !important;
    float:left;
    /*margin-top:20px;*/
}
.gerer_user {
    float: left;
    width: 44%;
    margin-left: 30px;  
    /*padding-top:20px;*/
}
.gerer_user div {
	padding-right:10px;
}
/* ?? */
#Compte_dashboard .clear {
    clear: none;
}
/* ?? */
#gerer_action {
    float: left;
}
/* ?? */
.flex:before, .flexB:before {
    width:90%;
}
.flex, .flexB {
    width:90%;
}	
.info_panel { 
    margin-bottom: 25px;
/*    width: 90%;
*/}

/******************************************************************************************* 
  gérer adresse*/
  
.adresse_secondaire{
	margin-left:0px;
}

#adresse_principale, .adresse_secondaire {
    width: 90%;
}

#englobe{margin-left:35px;}
/******************************************************************************************* 
  commande en attente de validation*/
  
.Two_Colonnes_Table {
    width: 100%;
}
.commande-table {
    font-size: 14px;
}

/******************************************************************************************* 
  création commande*/
  
.bloc-creation .Bouton_Grand_Dis {
    width: 100px;
}

.bloc-creation .Bouton_Grand {
    width: 100px;
}
.validation{width:100%;}


.text_validation, .text_intro_valid{
	margin-left:30px;}

}
