
.navbar-inside-page {
    margin-top: 15px;
}

@media (min-width: 768px) {
    /* move form to the right */
    div#main-form {
        padding: 20px 60px;
    }
    /* move row to the left */
    .row.form-group {
        margin-left: 55px;
    }
    /* reducing space between "row" */
    div.form-group:not(.has-error) .form-control {
        margin-bottom: 8px;
    }
    .navbar {
        margin-top: 20px;
    }
    /* End 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;
}

.h3,
.h4,
.h5,
.h6 {
    background-color: #AFADAE;
}


/*Hotel table style*/

.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;
}


/* style row "room-type" */

.row.room-type>div:nth-of-type(5) {
    -webkit-order: 10;
    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) {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.row.room-type>div {
    padding: 0;
    margin: 0;
}

.row.room-type {
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    display: -webkit-flex;
    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;
    }
    .excursion {
        display: block;
    }
    .excursion>img {
        margin-right: 0;
        width: 100%
    }
    .excursion>article {
        width: 100%;
    }
}
