/*
Author:  Morel Arnaud
01. GENERAL STYLING
	0I: GENERAL
	II: LOGO
02. MENU
03. INDEX PAGES
04. PAGES
	0I:	SERVICE
	II:	PRICES
	III:RESERVATION
	IV: PLAN
05. FOOTER
06: MEDIA QUERIES
07: 404 PAGE
*/

/*-----------------------------------------------------------------------------------*/
/*	01: GENERAL STYLING
/*-----------------------------------------------------------------------------------*/
/* General */
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	font-family: Helvetica, Arial, serif;
	color: #fff;
	padding: 0px;
}
.master {
	/*-moz-box-shadow: 0 0 10px #888;
	-webkit-box-shadow: 0 0 10px#888;
	box-shadow: 0 0 10px #888;*/
}
.header {
	padding-top: 20px;
	max-width: 700px;
	margin: auto;
}
.container {
	background-color:#193677;
	position: relative;
	z-index: 1;
}
.lang {
	position: relative;
	float: right;
	z-index: 10;
	top: -8px;
}
.content_air  {
	margin: 0px auto 30px auto;
	min-width: 100px;
	max-width: 600px; 
/* 	border: 1px solid red;	 */
}
/* Banner, logo */
.lang a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#slogan {
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	top: 100px;
}
#logo {
	position: absolute;
	z-index: 1;
	top:15px;
}
.logo2{
	left: 30%;
}
.rmm.sapphire .rmm-toggled ul li a.active {
	background:  #fddd5b;
}
.rmm.sapphire .rmm-main-list li a.active {
	/*background-image: url('../images/active-menu-bg3.png');*/
	background-image: none;
	background-image: ff9400 !important;
/* 	font-weight: bold; */
	/* 	text-shadow:1px 1px 1px #d19a9a !important; */
}
.flag { width: 59px; position:relative; right: 50px; }
.padtop60 {	padding-top: 60px; }
.padtop30 {	padding-top: 30px; }
.padtop15 {	padding-top: 15px; }
/*-----------------------------------------------------------------------------------*/
/*	02: MENU
/*-----------------------------------------------------------------------------------*/
/* .rmm { border: 1px solid #fff;} */

/*-----------------------------------------------------------------------------------*/
/*	03: INDEX PAGES
/*-----------------------------------------------------------------------------------*/
.box {
	position:relative;
	width:400px;
	height:360px;
	min-width: 280px;
	margin:40px auto 40px auto;
}
.box-gradient {
	position:absolute;
	width:100%;
	height:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background: -moz-linear-gradient(left, #4a6c99 0%, #6a8bb3 50%, #6a8bb3 50%, #4a6c99 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4a6c99),color-stop(50%,#6a8bb3), color-stop(50%,#6a8bb3), color-stop(100%,#4a6c99));
	padding-left: 30px;
	padding-right: 30px;
	padding: 10px 30px 35px 30px;
	text-align: justify;
}

.box-shadow {
	position:absolute;
	left:50%;
	margin:400px 0 0 -199px;
	bottom:2px;
	width:98%;
	height:16px;
	background:#fff;
	border-radius:290px / 8px;
	-moz-border-radius:290px / 8px;
	-webkit-border-radius:290px / 8px;
	box-shadow:0 10px 20px #000;
	-moz-box-shadow:0 10px 20px #000;
	-webkit-box-shadow:0 10px 20px #000;
}
.content p {
	color: #fff;
	font-size: 20px;
}
#maincontent1 {
	position: relative;
	top: 20px;
	font-style: italic;
	font-size: 30px;
}
#maincontent2 {
	font-style: italic;
}
.maincontent {
	width: 300px;
	margin-left: 10%;
}
#price {
	position: relative;
	top: 5px;
	font-size: 40px;
	color: yellow;
}
.valid {
	position: absolute;
	margin: -3px 0 0 -30px ;
}
#bestdeal {
	position:absolute;
	z-index:10;
	width: 15%;
	margin: -20px 0 0 15px;
}
#mycarousel {
	max-width: 650px;
	margin: auto;	
}
.carousel-indicators {
	bottom: -35px;
}
/* button */
.button-wrapper { 
	position: absolute;
	margin-top: -100px;
	margin-left: 250px;
}
.button-wrapper2 { 
	position: relative; 
	width: 160px;	
	margin: 0 auto 40px auto; 
	left: auto; 
	top: auto; 
	display: none;
}
.a-btn{
    width:120px;
    height:120px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display:block;
    margin:20px;
/*     float:right; */
    background:#f0ad4e;
    position:relative;
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn span{
    display:table-cell;
    width:120px;
    height:120px;
    padding:10px;
    text-align:center;
    vertical-align:middle;
    font-size:20px;
    color:#fff;
    text-shadow:0px 1px 1px #A03F16;
    font-family:"Arvo", "Myriad Pro", "Trebuchet MS", sans-serif;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.button-wrapper .a-btn:hover {
	text-decoration: none;
}
.a-btn span:nth-child(1), 
.a-btn span:nth-child(3){
    position:absolute;
    top:0px;
    left:0px;
    font-size:20px;
    line-height:36px;
    opacity:0;
/*     border:1px solid red; */
}


.a-btn span:nth-child(3){
	top:-7px !important;
/* 	left:-10px; */
/* 	text-align: center; */
}


/*
.a-btn span:nth-child(2){
	position: absolute;
	top:-7px !important;
	left: -7px;
}
*/
.a-btn span:nth-child(1){
    background:transparent url(../images/star.png) no-repeat center center;
    opacity:0.2;
}
.a-btn:hover{
    background:rgba(170, 77, 27, 0.6);
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
}
.a-btn:hover span:nth-child(3){
    opacity:1;
}
.a-btn:hover span:nth-child(2){
    opacity: 0; 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.a-btn:hover span:nth-child(1){
    -webkit-animation:rotate 1s linear;
    -moz-animation:rotate 1s linear;
    animation:rotate 1s linear;
}
.a-btn:active{
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
}
.a-btn:active span:nth-child(2){
    color:rgba(170, 77, 27, 0.8);
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.6);
}
@keyframes rotate{
    0% { transform: scale(1) rotate(0);}
    50% { transform: scale(0.5) rotate(180deg);}
    100% { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% { -webkit-transform: scale(1) rotate(0);}
    50% { -webkit-transform: scale(0.5) rotate(180deg);}
    100% { -webkit-transform: scale(1) rotate(360deg);}
}
@-moz-keyframes rotate{
    0% { -moz-transform: scale(1) rotate(0);}
    50% { -moz-transform: scale(0.5) rotate(180deg);}
    100% { -moz-transform: scale(1) rotate(360deg);}
}


/*-----------------------------------------------------------------------------------*/
/*	0I:	SERVICE
/*-----------------------------------------------------------------------------------*/
.boxservice {
	position: relative;
	width:400px;
	height:350px;
	min-width: 280px;
	margin:40px auto 40px auto;
	color: #fff;
}
.box2 {
	height: 110px !important;
}
.box3 {
	margin-top: 80px;
	height: 100px !important;
}
#navette {
	position: absolute;
	bottom: -60px;
	left: 80px;
}
#alltime {
	position: absolute;
	bottom: -70px;
	left: 30%;
	width: 100px;
}
h5 {
	color: #fcdc5a;
}
div.boxeffect {
	position: relative;
	max-width: 400px;
	min-width: 250px;
	background: -moz-linear-gradient(left, #4a6c99 0%, #6a8bb3 50%, #6a8bb3 50%, #4a6c99 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4a6c99),color-stop(50%,#6a8bb3), color-stop(50%,#6a8bb3), color-stop(100%,#4a6c99));
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 25px 25px 25px;
	line-height: 1.5;
	display: block;
	margin: /* 1em */ auto;
	text-align:justify;
	border: 2px solid #fff;
}
div.miniboxeffect {
	width: 130px;
	height: 128px;
	min-width: 0px !important;
	display: inline-block !important;
	vertical-align: top !important;
	display: block;
	position: relative;
	/*background: #ff9600;*/
	background: rgb(255, 150, 0);
	background: -moz-linear-gradient(90deg, rgb(255, 150, 0) 0%, rgb(252, 220, 90) 100%);
	background: -webkit-linear-gradient(90deg, rgb(255, 150, 0) 0%, rgb(252, 220, 90) 100%);
	background: -o-linear-gradient(90deg, rgb(255, 150, 0) 0%, rgb(252, 220, 90) 100%);
	background: -ms-linear-gradient(90deg, rgb(255, 150, 0) 0%, rgb(252, 220, 90) 100%);
	background: linear-gradient(180deg, rgb(255, 150, 0) 0%, rgb(252, 220, 90) 100%);
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:justify;
	margin: auto 3px;
	border: 4px solid #fff;
}
div.miniboxeffect_test2 {
	width: 130px;
	height: 128px;
	min-width: 0px !important;
	display: inline-block !important;
	vertical-align: top !important;
	display: block;
	position: relative;
	/*background: #ff9600;*/
	background-image: -ms-linear-gradient(top, #1A6C99 0%, #193677 100%);
	background-image: -moz-linear-gradient(top, #1A6C99 0%, #193677 100%);
	background-image: -o-linear-gradient(top, #1A6C99 0%, #193677 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1A6C99), color-stop(1, #193677));
	background-image: -webkit-linear-gradient(top, #1A6C99 0%, #193677 100%); 
	background-image: linear-gradient(to bottom, #1A6C99 0%, #193677 100%);
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:justify;
	margin: auto 3px;
	border: 4px solid #fff;
}
div.boxeffect:before, div.boxeffect:after, div.miniboxeffect:before, div.miniboxeffect:after {
	z-index: -1; 
	position: absolute; 
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%; 
	top: 80%;
	max-width:300px;
	background: rgba(0, 0, 0, 0.7); 
	-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);    
	-moz-transform: rotate(-3deg);   
	-o-transform: rotate(-3deg);
}
div.boxeffect:after, div.miniboxeffect:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*-----------------------------------------------------------------------------------*/
/*	II:	PRICES
/*-----------------------------------------------------------------------------------*/
#tabprice th {	
	width: 200px;
	text-align: center;
	height: 50px;
}
#tabprice td {
	border: 1px solid #fff;
}
#tabprice td.pair, #tabprice td.pair+td {
	background: #1A6C99;
}
#tabprice td.odd, #tabprice td.odd+td {
	/*background: #339999;*/
}
table#tabprice {
	color: #fff;
	margin: auto;
	text-align: center;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
table#tabprice th{
/*
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #fff;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
*/
	font-size: 20px;
    padding:15px;
    color: #fcdc5a;
    text-shadow:1px 1px 1px #4A6C99;
    border-bottom:3px solid #4A6C99;
    background-image: -ms-linear-gradient(top, #1A6C99 0%, #193677 100%);
	background-image: -moz-linear-gradient(top, #1A6C99 0%, #193677 100%);
	background-image: -o-linear-gradient(top, #1A6C99 0%, #193677 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1A6C99), color-stop(1, #193677));
	background-image: -webkit-linear-gradient(top, #1A6C99 0%, #193677 100%); 
	background-image: linear-gradient(to bottom, #1A6C99 0%, #193677 100%);
    
}
#tabfooter {
	font-size: 15px;
    padding:15px;
    color:#fcdc5a;
    text-shadow:1px 1px 1px #4A6C99;
    border:1px solid #fff;
    border-top:3px solid #4A6C99;
    background-color:#4A6C99;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(74,108,153)),
        color-stop(0.51, rgb(80,114,154)),
        color-stop(0.87, rgb(99,133,129))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(74,108,153) 2%,
        rgb(80,114,154) 51%,
        rgb(99,133,129) 87%
        );
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius:0px 0px 5px 5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

.cont {
	text-align: center;
	margin: 30px auto;
	min-width: 100px;
	max-width: 650px;/*
	padding-left: -10px;
	padding-right: -10px;*/
}
	
.prem {
	display: inline-block;
	height: 128px;
	margin-top: 10px;
}
.deux {
	display: inline-block;
	height: 128px;
	margin-top: 10px;
}
#airlogo {
	text-align: center;
}
#recom {
	color: #fff;
	text-align: center;
	max-width: 600px;
	margin:auto;
	font-size:10px;
}
.leftprice {
	-webkit-border-top-left-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    
}
.rightprice {
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius:5px 5px 0px 0px;
	border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.b1 {
	color: #fcdc5a;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	margin: 0;
}
.b2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0;
	height: 40px;
}
.b3 {
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
	margin-top: -10px;
	color: #ff9600;
}
.b1_test2 {
	color: #ff9600;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	margin: 0;
}
.b2_test2 {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0;
	height: 40px;
}
.b3_test2 {
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 40px;
	font-weight: bold;
	width: 100%;
	margin-top: -10px;
	color: #fcdc5a;
}

#airl {
	position: relative;
	right: -20px;
}

.bubble {
	clear: both;
	margin: 0px 15px;
	width: 100px;
	height: 128px;
	background: #fff;
	-moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);	
	position: relative; 
	z-index: 90; /* the stack order: displayed under ribbon rectangle (100) */
	display:inline-block;
}

.rectangle {
	background: #7f9db9;
	height: 50px;
	width: 129px;
	position: relative;
	left:-15px;
	top: 30px;
	float: left;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100; /* the stack order: foreground */
}

.rectangle h2 {
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.triangle-l {
	border-color: transparent #7d90a3 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -29px;
	top: 65px;
	z-index: -1; /* displayed under bubble */
}

.triangle-r {
	border-color: transparent transparent transparent #7d90a3;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 100px;
	top: 35px;
	z-index: -1; /* displayed under bubble */
}

.info {
}

.info h2 {
	font-size: 20px;
}

.info p {
	font-size: 14px;
	line-height: 22px;
}

.info p a {
	color: #c4591e;
	text-decoration: none;
}

.info p a:hover {
	text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*/
/*	III:RESERVATION
/*-----------------------------------------------------------------------------------*/
.form-span:before {
	background: none repeat scroll 0 0 #FFFFFF;
	/*background: linear-gradient(#444444, #222222) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    border-radius: 100%;
    content: counter(flag, decimal);
    counter-increment: flag;
    font-weight: bold;
    height: 20px;
    left: 30px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.form-span {
	color:#fff;
	background-color: #D9534F;
    border-color: #D43F3A;
    color: #FFFFFF;
    -moz-user-select: none;
    /*border: 1px solid #fff;*/
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    /*margin-bottom: 0;*/
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.form-span:after {
	background: linear-gradient(135deg, #666666, #333333) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 5px 0 50px;
    box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
    content: "";
    height: 36px;
    position: absolute;
    right: -18px;
    top: 0;
    transform: scale(0.707) rotate(45deg);
    width: 36px;
    z-index: 1;
}
#formulaire .form-group {
	margin-left: 10px;
}
.input-append label {
	width: 170px !important;
}
#formulaire label {
	width: 250px;
	margin-top: 10px;
/* 	margin-left: 10px; */
}
#formulaire input {
	height: 35px;
/* 	margin-left: 10px; */
}
.datepicker, .timepicker {
	color: black;
}
.add-on-ico {
	height: 35px !important;
	padding: 6px 5px !important;
/* 	margin-top: 6px !important; */
}

.input-append {
	margin-top: 20px;
}
.input-append input {
	width: 100px;
	vertical-align: top !important;
}
.input-append label {
	text-align: right;
}
#datestart, #hourstart, #dateback, #hourback {
	width: 100px;
}
.content_air #entete  {
	text-align: center;
}
.form-group {
	width: 47%;
}
button#submitform:hover, button[type=reset]:hover {
	border: 2px solid #193677;
}
button[type=reset] {
	position: relative;
	top:10px;
}
.btn-lg, .btn {
	border: 2px solid #fff;
	margin: 0 12px;
	float: right;	
}
.butvalid {
	width: auto;
	height: 50px;
	position: relative;
	margin: 20px 0px 0px auto;
/* 	border:1px solid #fff; */
}
/*-----------------------------------------------------------------------------------*/
/*	IV: PLAN
/*-----------------------------------------------------------------------------------*/
#adresse_plan {
	text-align: center;
	font-size: 12px;
	margin-top: 15px;
}
.boxmap {
/* 	display: inline-block; */
	position:relative;
/* 	width:400px; */
	height:200px;
	min-width: 100px;
	max-width: 400px;
	margin:40px auto 40px auto;
}
#contmap {
	text-align: center;
	margin: auto;
	position: relative;
/* 	top: 60px; */
/* 	left: -33px; */
}
#map {
	margin-top: 20px;
	width: 500px;
}
/*-----------------------------------------------------------------------------------*/
/*	05: FOOTER
/*-----------------------------------------------------------------------------------*/
#footer{
	padding:40px 0 20px 0px;
	color:#FFF;
	text-align:center;
}
#footer a {
/* 	color: #fff; */
	text-decoration: none;
}
#footer p {
	color: #428BCA;
}
#footer a:hover {
	color: #fff;
}
/*-----------------------------------------------------------------------------------*/
/*	06: MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (min-width: 979px) {
.rmm { border: none; }
#yearsservice {	margin-right: 150px; }
}
@media (max-width: 980px) {
#map { top: auto; left: auto; }
}

@media only screen and (min-width: 767px) {
/* #yearsservice {	margin-right: 150px; } */
/* 	.rmm.minimal .rmm-main-list li a { font-size:22px; } */
/* 	.lang {float: none} */
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.form-group { width: 98% }
}
@media only screen and (max-width: 660px) {
#yearsservice { display: none; }
#slogan { display: none; }
}


@media only screen and (max-width: 480px) {
.flag { width: 45px; position:relative; right: -5px; top:15px; }
#logo { width: 250px; top:25px; } 
#maincontent2 { left: -25px; }
.box { width: 100%; height:370px;}
.box3 {	height: 110px !important;}
.boxservice { width: 100%;}
/*.box-shadow { display: none; }*/
.rmm { padding-top: 40px; }
.button-wrapper2 { display: block; }
.button-wrapper { display: none; }
#navette { bottom: -65px; }
.box-gradient { padding-left: 10px; padding-right: 10px;}
#formulaire .form-group { margin-left: 0px; }
div.boxeffect {	padding: 10px 15px 25px 15px; }
.cont { margin: 30px -15px; }
#map { width: 320px }
#contmap { left: -13px; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 320px) {
.flag { width: 35px; position:relative; right: 5px; top:7px; }
#logo { width: 230px; top:12px; } 
.rmm { padding-top: 20px; }
.boxservice { height:370px;}
}
