
@media (min-width: 768px) {

/* decaler les form vers la droite */
div#main-form {
    padding: 20px 60px;
}

/* decaler les ligne des formulaire vera la droite (idÃƒÂ©aleemnt ÃƒÂ  centrer) */
.row.form-group {
    margin-left: 55px;
}

/* reduction de l'espace entre les "row" */
div.form-group:not(.has-error) .form-control {
    margin-bottom: 8px;
}
.navbar {
    margin-top: 20px;
} 

/* fin media ****************************************************/
}
p{
	background-color: #F3F3F3;
    padding: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #28367A;
	padding: 5px 10px;
	border-radius: 6px;
	margin-bottom: 24px;
}
/*Hotel table style*/
h4.inline {
	color: #FFFFFF;
}
.panel-default>.panel-heading{
	background-color:#28367A;
	background-image:none;
}
.room-row-header{
	color: #FFFFFF;
}
.label-primary{
	background-color:#9B1847
}
.list-group-item{
	background-color: #FFFFFF;
}

div.form-control {
    border: 1px solid #8e0f4c;
}
.btn-default{
	text-shadow: none;
}

/* mise en forme des lignes "room-type" */
.row.room-type > div:nth-of-type(5) {
    order: 10;
    width: 100%;
    margin-top: 10px;
}

.row.room-type > div:nth-of-type(4) button,
.row.room-type > div:nth-of-type(4) span,
.row.room-type > div:nth-of-type(1) label {
    margin: 0;
}

.row.room-type > div:nth-of-type(3),
.row.room-type > div:nth-of-type(4) {
	width: auto;
	margin-left: 10px;
	text-align: right;
}

.row.room-type > div:nth-of-type(2) {
    width: 0;
}
.row.room-type > div:nth-of-type(1) {
    flex-grow: 1;
}
.row.room-type > div {
    padding: 0;
    margin: 0;
}
.row.room-type {
    display: flex;
    align-items: center;
    padding: 0 15px;
	flex-wrap: wrap;
}

/* style pour mobile uniquement */
@media (max-width: 425px){

.row.room-type > div:nth-of-type(4),
.row.room-type > div:nth-of-type(4) button,
.row.room-type > div:nth-of-type(4) span {
    width: 100%;
	margin: 0;
}
}

