modifTemplate-a.css 2.73 KB
Newer Older
nabil el mahiri committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
.backgroundSelect{
	background-color: white;
	width: 70%;
	line-height: 35px;
    position: relative;
    z-index: 1;
    height: 35px;
    padding: 0 1em;
    text-align: left;
    border: none;
    border-radius: 0;
}
.BlocRooms{
	float: left;
    background-color: white;
	width: 91%;
	line-height: 35px;
    position: relative;
    z-index: 1;
    height: 35px;
    padding: 0 1em;
    text-align: left;
    border: none;
    border-radius: 0;
}
.BlocRoomsLabel{
	float: left;
    margin: 10px;
    margin-left: 3px;
    margin-right: 8px;
}
.BlocRoomsRepeat{
	width: 100%;
	display: block;
}
.BlocRoomsChildSelect{
	margin: 10px;
    background-color: white;
    width: 85%;
    line-height: 35px;
    position: relative;
    z-index: 1;
    height: 35px;
    padding: 0 1em;
    text-align: left;
    border: none;
    border-radius: 0;
    display: inline-flex;
}
.BlocRoomsChild{
	display: inline-flex;
}
.BlocRoomsSelects{
	display: inline-block;
    width: 100%;
    margin-top: -10px;
    margin-left: -10px;
}
.BlocRoomsChildAge{
	display: inline-flex;
    position: absolute;
    width: 100%;
    margin-top: 35px;
    margin-left: -10px;
}
.ButtonSubmitHotelForm{
	margin-right: 47px;
    margin-bottom: 10px;
}
/**
page result hotel 
*/
.ListSelectRooms{
	background-color: white;
    width: 54%;
    line-height: 35px;
    position: relative;
    z-index: 1;
    height: 35px;
    padding: 0 1em;
    text-align: left;
    border: none;
    border-radius: 0;
}
.Booking-btn{
    display: inline-block;
    padding: 0 15px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    border-radius: 50px;
    background-color: #4d4d4d;
}
.TripAdviser{
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    overflow: hidden;
    height: 34px;
    padding: 5px 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: navajowhite;
}
.BlocChildAge{
    display: inline-flex;
    width: 100%;
    
}
.tripAdvisorPosition{
    background-color: lightgoldenrodyellow;
    bottom: 3px;
    right: 10px;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    height: 34px;
    padding: 5px 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
/*  ------------------------ mobile ----------------------- */

@media screen and (max-width: 768px) {

.mobile-filters{
    width: 100%;
    margin-bottom: 20px;
}
}