/* ------- tab ------- */
#tab {
    padding: 50px;
    margin: 0 auto;
    background: #fff;
}

@media (max-width: 425px){
	#tab {
		padding: 0;
	}
}

#tab > section {
    display: none;
    padding: 20px 0 0;
    border: 1px solid #ddd;
	background-color: #F3F3F3;
	box-shadow: 2px 2px 7px grey;
}

#content1 + section > h4 {
    margin: 10px 10px 0 10px;
    font-weight: bold;
    color: #f1a400;
    text-decoration: underline;
}
#content1 + section {
    padding-top: 0;
    margin-top: 30px;
    font-weight: bold;
}

#tab > input {
    display: none;
}
#tab > label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 15px 25px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

#tab > label:first-of-type {
  margin-left: 15px;
}

#tab > label:hover {
    color: #888;
    cursor: pointer;
}
#tab > input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 2px solid #f1a400;
    border-bottom: 1px solid #F3F3F3;
    background-color: #F3F3F3;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4,
 #tab1:checked ~ #content1 + section {
    display: block;
}
/* ----- end tab ----- */


/* ------- tab about GVA ------- */

div#aboutGVA {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

div#aboutGVA img {
	margin: 12px;
    width: 50%;
    height: 50%;
}

div#aboutGVA p {
	-webkit-flex: 1 0 20%;
    flex: 1 0 20%;
    text-align: justify;
    padding: 12px;
}

@media (max-width: 799px) {
div#aboutGVA p {
	-webkit-flex-basis: 100%;
	flex-basis: 100%;
	margin-bottom: 15px;
	padding-left: 0;
}
}


@media (max-width: 425px){
	div#aboutGVA {
		padding: 0 3px;
	}
	
	div#aboutGVA img{
		margin: 12px 0;
		width: 100%;
		height: 100%;
	}
}

#link {
	display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: flex-end;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100% + 10px);
}

#link li {
    list-style: none;
    background-color: #61a8b7;
    color: white;
    padding: 8px;
    margin-bottom: 12px;
    width: 250px;
    font-size: 1.2em;
    position: relative;
	left: -15px;
	border-radius: 5px;
    border-bottom-right-radius: 0;
    box-shadow: -1px 2px 4px grey;
}

#link li:hover:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid #335f69;
    border-bottom-color: transparent;
    border-right-color: transparent;
    position: absolute;
    right: 0;
    bottom: -10px;
}

#link li a:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f0a9';
    font-size: 1.3em;
    position: absolute;
    right: 8px;
    vertical-align: bottom;
}

#link li:hover {
    background-color: #38707c;
	left: 0;
}

#link li a,
#link li a:hover {
	color: inherit;
    text-decoration: none !important;
}
/* ----- end tab about GVA ----- */

@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;
}
}