@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
font-family: 'uniform';
src: url('../fonts/uniform-regular-webfont.eot');
src: url('../fonts/uniform-regular-webfont.ttf') format('truetype'),
     url('../fonts/uniform-regular-webfont.woff') format('woff'),
     url('../fonts/uniform-regular-webfont') format('svg');
font-weight: 400;
}

@font-face {
font-family: 'uniform';
src: url('../fonts/uniform-medium-webfont.eot');
src: url('../fonts/uniform-medium-webfont.ttf') format('truetype'),
     url('../fonts/uniform-medium-webfont.woff') format('woff'),
     url('../fonts/uniform-medium-webfont') format('svg');
font-weight: 500;
}

@font-face {
font-family: 'uniform';
src: url('../fonts/uniform-bold-webfont.eot');
src: url('../fonts/uniform-bold-webfont.ttf') format('truetype'),
     url('../fonts/uniform-bold-webfont.woff') format('woff'),
     url('../fonts/uniform-bold-webfont') format('svg');
font-weight: 700;
}


@font-face {
font-family: 'uniformCond';
src: url('../fonts/uniformcondensed-regular-webfont.eot');
src: url('../fonts/uniformcondensed-regular-webfont.ttf') format('truetype'),
     url('../fonts/uniformcondensed-regular-webfont.woff') format('woff'),
     url('../fonts/uniformcondensed-regular-webfont') format('svg');
font-weight: normal;
}


body,
button,
input,
select,
textarea {
	color: #1a327b;
	font-family: uniform, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus{
	outline:0!important;
}

header{position:relative}

select.square{
     border: 0;
     outline: 1px solid #CCC;
     background-color: white;
     height: 39px;
}

.absolute{
	position:absolute;
}


.more{
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
	font-weight: 600;
}

.up{
	text-transform:uppercase;
}


.more:before{
	content:url(../images/arrow-green.png);
	padding-right:8px;
	vertical-align: top;
	/*! height: 10px; */
	line-height: 18px;
	display: inline-block;
}

img {
	max-width:100%;
	/* width:100%; */
	height: auto;
	}
	
a.tel.mobilesOnly {display: none;}


/*--------------------------------------------------------------
# Commons
--------------------------------------------------------------*/


.header-overlay{
	position:absolute;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(25%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	height:270px;
	width:100%;
	z-index: 0;
}


.bt.magicmore{
	background:#23a638;
	display:inline-block;
	margin: 10px 0 10px;
	border: 2px solid #fff;
	border-radius: 2px;
	width: 100%;
	font-size: 15px;
	max-width: 280px;
	padding: 6px 55px;
	height: 55px;
}


.bt.magicmore p{
	float:left;
	padding-top:10px
}



.bt.magicmore:hover,
.bt.magicmore:focus{
	background:#00a3dd;
	color:#fff
}

.bt.magicmore img{
	float:left;
	padding: 2px 20px 0 0;
}

.bt.magicmore:before,
.bt.magicmore:after{
	content:none;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


input{
	background:#ffffff;
	border:1px solid #cccccc;
	font-size: 13px;
	color: #666;
	padding: 0 15px;
	font-family: UniformCond, arial, sans-serif;
	letter-spacing: 0.02em;
}

.search-icon{
	background:#1a327b;
	background-image: url("../images/search.png");
	background-repeat: no-repeat;
	background-position: 50%;
	padding: 0 13px;
	vertical-align: top;
	border-left: none;
	float: right;
	margin-top: -25px;
}

.search-icon:hover{
	background-color:#23a638;
}

.form-inline .form-control{border-radius: 0;box-shadow: none;width: 100%;border-radius: 0;font-weight: 600;font-family:Uniform, arial, sans-serif;color: #999;/* border-left: 0; */z-index: auto;}



.input-group{width: 100%;height: 40px;background: #fff;}

.input-group .form-control{
	z-index:auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*--------------------------------------------------------------
# Checkboxes
--------------------------------------------------------------*/


.checkbox {
 	/* padding-left: 20px; */
 	margin: 15px 0!important;
 }
  
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px!important;
	padding: 0 15px;
	font-size: 13px;
}
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555;
      }
  .checkbox input[type="radio"],
  .checkbox input[type="checkbox"] {
    opacity: 0;
    margin-left: -15px!important;
    }
    .checkbox input[type="radio"]:focus + label::before,
	.checkbox input[type="checkbox"]:focus + label::before
	 {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="radio"]:checked + label::after,
	.checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c";
      color: #23a638;
      }
    .checkbox input[type="radio"]:disabled + label,
	 .checkbox input[type="checkbox"]:disabled + label
	 {
      opacity: 0.65; }
      .checkbox input[type="radio"]:disabled + label::before,
	  .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  
  .checkbox.checkbox-inline {
    margin-top: 0; }

     .formule .checkbox{
     	margin: 5px -5px!important;
     }

    .checkbox label{
    	margin: 0 0 0 25px!important;
    }

      .formule  .checkbox:last-child label{
    	/* margin: 0!important; */
    }


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a:hover,
a:focus,
a:active {
	color: #23a638;
	text-decoration:none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}



a,
a:visited,
.bt,
.search img{transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	}

a:hover,
.bt:hover,
{transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-decoration:none;
	}



button:hover{}

.form-control:focus{
	box-shadow: none;
	outline:none;
	border-color: #ccc;
}

/*--------------------------------------------------------------
# Errors forms
--------------------------------------------------------------*/

.invalid .form-control,
.invalid .btn-default,
.invalid .btn-defaul{
	background:none;
	
}

.invalid, .bs-invalid {
	/* background: #ffcccc!important; */
	border-color:#ff0000;
	/* color:#ff0000; */
}

.home-destinations .invalid,
.home-tabs .invalid {
	background:#fff;
}

.invalid .input-group-addon,
.invalid button, .invalid input,
.invalid .btn-default:hover,
.invalid .btn-default:focus,
.invalid .btn-default.focus,
.invalid .btn-default:active,
.invalid .btn-default.active,
.invalid .open > .dropdown-toggle.btn-default,
.invalid .form-control:focus
{border-color:#ff0000;
}

.invalid + label.hidden{
	display: block!important;
	position: absolute;
	padding-top: 2px;
	font-size:12px;
	font-weight:500;
	color:#ff0000}

label {
	
}

 @media (max-width: 991px) {

 	.invalid + label.hidden{
	display: inline!important;
	position: relative;
	
	}

}

 @media (max-width: 767px) {

 	.invalid + label.hidden{
	padding-bottom: 2px;
	display: block!important;
	}

}



/*--------------------------------------------------------------
# MENU / NAV
--------------------------------------------------------------*/


header > .container{
	position:relative;
	z-index:1;
}

/* =.shrinkhead scroll
-------------------------------------------------------------- */
.shrinkhead {
  z-index: 0;
  width: 100%;
  height: 80px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  /* z-index: 9999999; */
  background-color: #1a327b;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  opacity:0;
  padding-top: 0;
  text-align:center;
  -moz-box-shadow: 0px 0px 50px 0px #000000;
  -webkit-box-shadow: 0px 0px 50px 0px #000000;
  -o-box-shadow: 0px 0px 50px 0px #000000;
  box-shadow: 0px 0px 50px 0px #000000;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=50);
	
 }

.shrinkhead #logo {
    display: inline-block;
    height: 45px; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
     line-height: 75px; }

.shrinkhead nav{padding-top: 15px;}

.shrinkhead ul{margin:0; padding:0}
.shrinkhead ul li{display: inline-block;padding: 0 2%;text-align: justify;}


.shrinkhead nav a {
    color: #fff;
    /* padding:10px 20px; */
    text-align:center;
    text-transform:uppercase;
    font-weight: 600;
    font-size:15px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
          
      padding: 10px 15px;
    }

.shrinkhead nav a:hover,
.shrinkhead nav a.active {
    background: #23a638;
    line-height: 15px;
  }

.shrinkhead.smaller {
    opacity:1;
    z-index: 9999;
    transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -webkit-transition: opacity .30s ease-in-out;
    
    }

.shrinkhead.smaller #logo {
      padding-top: 2px;
      }

.shrinkhead.smaller #logo a{
	display:block;
}


.shrinkhead.smaller nav a {
	line-height: 55px;

      }


@media (max-width: 991px){

	.shrinkhead.smaller nav a{font-size: 13px;line-height: 15px;padding: 15px 10px;}

	.shrinkhead.smaller li{padding:15px 0;}

}

@media (max-width: 767px){

	.shrinkhead{
		background:#fff;
		height: 60px;
		-moz-box-shadow: 0px 0px 20px 0px #000000;
		-webkit-box-shadow: 0px 0px 20px 0px #000000;
		-o-box-shadow: 0px 0px 20px 0px #000000;
		box-shadow: 0px 0px 20px 0px #000000;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=20);
	}

	.shrinkhead .navbar-brand img {
      width: 130px;
      height: auto;
      padding: 5px 0;
      margin: auto;
      }

      .shrinkhead .navbar-toggle
      {
      margin: 0;
      }

      .shrinkhead .mphone{
      	padding-top: 18px;
      }
}


  

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*toggle*/

.navbar-toggle{
	background: #fff;
	float:left;
	z-index: 99999;
	padding: 20px 5px;
	margin: 0;
	height: 100%;
	/* width: 80px; */
	left: 0;
	margin-top:10px;
}

.navbar-toggle .icon-bar{
	background-color:#999;
	width: 30px;
	height: 3px;
	}

.navbar-toggle .icon-bar + .icon-bar{
	margin-top:6px
}

/*brand*/

.navbar-brand{padding: 35px 25px;height: auto;}

header .top{
	overflow:hidden;
	clear:both;
	min-height: 170px;
	}

/*top-search*/

.top-search{
	padding: 35px 0 20px 15px;
	position: relative;
	z-index: 999999;
}

.top-search input{height:25px;}

.top-search input[type="search"]{
	width: 100%;
	float: left;
}


/*nav-top*/

.nav-top{
	background:#1a327b;
	color:#fff;
	line-height:38px;
	text-align:center;
	text-transform:uppercase;
	font-weight: 600;
	font-size:15px;
	position: relative;
}

.nav-top ul{
	padding-left:0
}

.nav-top ul li{
	display:inline-block;
	list-style:none;
	}

.nav-top ul li +li{
	padding-left: 50px;
	}

.nav-top a{
	color:#fff;
	padding:0 30px;
	height:38px;
	line-height:38px;
	display: block;
	}

.nav-top li:hover a,
.nav-top a.active{
	background:#23a638;
	display:block;
	height:38px;
	padding:0 30px;
}


.nav-top .col-md-3{padding:0}

/*baseline*/

p.baseline{
	text-transform:uppercase;
	font-weight: 900;
	font-size:20px;
	color:#00a3dd;
	line-height:1.2;
	}

p.baseline:before{
	content:url(../images/plus.png);
	display:block;
	float:left;
	padding-right:15px
}

/*top-contact / tel*/

.top-contact{
	font-size:11px;
	margin-left:35px;
	font-weight: 500;
}

.top-contact a{
	display:block;
	font-weight:bold;
	font-size:12px;
	margin:10px 0;
	color:#1a327b;
	padding: 0;
}

.top-contact a span{
}

a.tel.hidden-xs{
	font-size:22px;
	display:block;
	font-weight: 900;
	letter-spacing:0.05em;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

.top-contact a:before{
	display:inline-block;
	content:url(../images/mail.png);
	padding: 0 8px 0;
	margin-left:-35px;
	line-height: 10px;
	float: left;
}

a.tel:before{
	display:inline-block;
	content:url(../images/phone.png);
	padding:4px 10px;
	margin-left:-35px;
	float: left;
	vertical-align: middle;
	line-height: 28px;
}


@media (max-width: 1199px) { 


	p.baseline{
		font-size: 16px;
		/* padding-right: 10px; */
	}

	

	.nav-top ul li +li{
	padding-left: 15px;
	}
 }

 @media (max-width: 991px) { 

 a.tel.hidden-xs{font-size:20px;}

 .navbar-brand{
 	padding: 35px 0;
 }
 .top-search{
		margin-bottom:20px
	}

	.top-contact{
		margin:0;
		font-size: 10px;
		}

	.nav-top a{
		font-size:14px;
		padding: 0 20px;
	}

	.nav-top ul li +li{
	padding-left:0
	}

 }

  @media (max-width: 767px){

  	p.baseline{margin: 15px auto 0;width: 250px;font-size: 14px;display: none;}

  	header .top{
  		background:#fff;
  		height: 85px;
  		position: relative;
  		min-height: inherit;
  		text-align: center;
  		}


.overlay a.tel:before{
	content:url(../images/phone-white.png);
	display:block;
	margin: 5px 0 5px;
	float:none;
	}
  		
  	.navbar-brand{
  		width: 150px;
  		text-align:center;
  		display: inline-block;
  		margin:auto;
  		padding: 0;
  		position: relative;
  		text-align:center;
  		float: none;
  	}

  	.navbar-brand img{
  		width: 150px;
  		margin:auto;
  		padding: 15px 0;
  		margin-left: 3px;
  	}

  	.overlay .navbar-brand img{
  		margin-left:0;
  	}

  	.mphone{float: right;z-index: 9999999;position: relative;padding: 28px 15px 28px;background: none;border: none;}
  }




/*--------------------------------------------------------------
# Navigation mobile overlay
--------------------------------------------------------------*/

.top-overlay{
	background:#fff;
	height:85px;
	margin: 0 -15px;
	text-align: center;
	}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #1a327b;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 30px;
	top: 25px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 40%;
	height: 70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	/* height: 100%; */
	position: relative;
	width: 100%;
}

.overlay ul li {
	display: block;
	height: auto;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	
}

.overlay ul li a {
	font-size: 15px;
	font-weight: 600;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-transform: uppercase;
	line-height: 38px;
	
}

.overlay ul li a:focus,
.overlay ul li a:hover
.overlay ul li a:active,
.overlay ul li a.active{
	background:#23a638
} 

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	z-index: 99999999;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.overlay .ml{
	color:#fff;
	font-size:9px;
	font-weight:600;
	letter-spacing:0.1em;
	margin-top:30px;
	position: absolute;
	bottom: 0;
}


/*search overlay*/

.overlay  .search-icon{
	margin: 0 0 0 -5px;
	float:none;
}

.overlay  ul{
	margin-bottom: 40px;
}

.overlay form{
	padding:0 15px;
}

.overlay input{
	height:27px;
	}


/*phone*/

#phone-overlay nav{
	color:#fff;
	text-align:center;
	font-size:11px;
	font-weight:600
}

#phone-overlay a{
	display:block;
	font-size:16px;
}

#phone-overlay a.top-mail:hover, #phone-overlay a.top-mail:focus, #phone-overlay .top-tel:hover, #phone-overlay .top-tel:focus{
    color: #fff;
    background: #23a638;
}


#phone-overlay a.tel{
	font-size:22px;
	color:#fff;
	}

.top-mail, .top-tel{
	margin-top: 20px;
	color:#fff;
	padding: 20px 0;
}

.top-mail:before{
	content:url(../images/mail-white.png);
	display:block;
	margin-bottom:5px
}


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

@media (max-width: 767px){

	.overlay .search{
    background: none;
    height: 27px;
    width: auto;
    padding: 0;
    border: 1px solid #fff;
 }

 	.overlay .search:hover{
 		background-color:#23a638;
 	}

	.overlay .search img{
    height: auto;
    width: auto;
    padding: 0 3px;
    margin: 0;
    border-right: none;
    background: none;
}

.overlay .search:hover img{
	background:none;
}

	.overlay .input-group-btn{
		margin:0;
		padding:0;
		vertical-align: top;
	}

	.overlay .input-group{
		width:250px;
		margin:auto;
		height: auto;
		background: none;
	}
}


/*--------------------------------------------------------------
# Back to the top
--------------------------------------------------------------*/

.back-top{
  position:absolute;
  bottom:20px;
  right:20px;
  height: 35px;
  width: 35px;
  background: #1a327b;
  border-radius:30px;
  text-align:center;
  line-height:45px;
  position:fixed;
  color: #fff;
  opacity: 1;
  z-index:99999999999999;
  display:none;
}

.back-top:hover{
	opacity:1}



.fa-angle-up:before{
	display:inline-block;
	content:url(../images/backtop.png);
	vertical-align: top;
	margin-top: -4px;
}

.back-top:hover .fa-angle-up:before{
	content:url(../images/backtop-over.png);}

@media (max-width: 767px){
	.back-top{
		/* display:none!important; */
	}
}



/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
  
  

footer{
	padding:0;
	background:#fff;
	border-top:1px solid #999;
	margin-top: 145px;
	text-align:center
}

footer .foot-logo{
	background:#fff;
	padding:15px;
	margin-top:-50px;
	width:220px;
	margin-bottom:30px
}

footer .foot p{
	color:#666;
	font-size:13px;
	min-height: 100px;
	font-weight: 500;
}

footer .foot b{
	
	font-size:14px;
	text-transform:uppercase;
	line-height:15px
}

footer .foot > a{
	background:#1a327b;
	width:71px;
	height:68px;
	display: block;
	padding: 20px 0 0;
	vertical-align: middle;
	margin:35px auto;
}

footer .foot:nth-child(2) > a{
	padding-top:12px
}

footer .foot:last-child > a{
	padding-top:22px
}

footer .foot > a:hover{
	background:#23a638
}

.footcols{
	margin-bottom: 30px;
}

footer .foot span.tel{font-size:15px;}

footer .foot b{
	display:block;
	margin:10px
}

/* solutions paiements */
#paiement-solution .paiement-title {
	background-color: #1a327b;
	padding: 1.5rem 0;
	position: relative;
}
#paiement-solution .paiement-title::before {
	background-color: #fff;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media(max-width: 768px) {
	#paiement-solution .paiement-title::before {
		display: none;
	}
}
#paiement-solution .paiement-title strong {
	background-color: #1a327b;
	color: #fff;
	display: inline-block;
	font-size: 2.25rem;
	padding: 0 1.5rem;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
#paiement-solution .paiement-logos {
	font-size: 0;
	margin-bottom: 4rem;
	padding-top: 1rem;
}
#paiement-solution .paiement-logos img {
	display: inline-block;
	margin: 1rem 3rem;
}

footer ul{
	margin:0;
	padding:0;
}

footer ul li{
	list-style:none;
	display:inline-block;
	
}

footer .ml{
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding:15px;
}

footer .ml li {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.05em;
	padding: 0 15px;
	color:#1a327b	

}

footer .ml li a{
	color:#1a327b
}

footer .ml li a:hover,
footer .ml li a:focus
{
	color:#23a638;
}

footer .ml li + li:before{
	content:'\2014';
	padding-right: 30px;
}



.foot-logos{
	border-bottom:1px solid #999;
	margin-bottom:10px
}

.foot-logos li{
	padding:30px
}

footer .bottom{
	font-size:12px;
	color:#999;
	padding:0 0 20px;
	letter-spacing:0.05em;
	margin:0 15px 30px
}

footer .bottom .bottom-fb{
	display:block;
	background:#1a327b;
	width:35px;
	height:35px;
	margin:auto;
	padding:7px;
	border-radius:35px;
	margin-top:15px

}

footer .bottom .bottom-fb img{
	width:10px
}

footer .bottom .bottom-fb:hover,
footer .bottom .bottom-fb:focus{
	background:#23a638;
}

@media (max-width: 767px){
	
	footer{
		margin-top:50px;
	}
	
	footer .ml li + li:before{
	content:'';
	padding:0;
	}

	footer .ml li{display:block;}
	
	footer .foot p{height: 100px}
	

}

/*--------------------------------------------------------------
## TABS SELECT DESTINATIONS
--------------------------------------------------------------*/

/* --- TABS --- */

.home-tabs{
	padding: 0;
	margin-bottom: 25px;
}

.nav-tabs{
	border:none;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border: 0;
	background: none;
}

.tab-content{
	background:#fff;
	padding: 30px 10px;
	margin-bottom: 25px;
	margin-top: -2px;
	}

.tab-content input{
	width:100%;
	height:40px
}

.bt{
	background:#999;
	border:none;
	color:#FFF;
	text-transform:uppercase;
	font-family:Uniform, arial, sans-serif;
	font-weight:600;
	font-size: 15px;
	height: 40px;
}

.bt:hover{
	background:#23a638
}

.tab-content input[type="search"], input[type="date"]{
	font-weight:600;
	font-family:Uniform, arial, sans-serif;
	color:#999;
	padding-left: 55px;
	padding-right: 15px;
}

.tab-content .form-control-feedback{
	width:auto;
	height:auto;
	left:0;
	/*! padding: 0 10px; */
	border-right: 1px solid #d2d2d2;
	margin-top: 12px;
}

.forms .form-control-feedback{

}

.input-group img{
	max-width: inherit;
	border-right:1px solid #d2d2d2;
	padding-right:10px;
	width: 32px;
	margin-left: 10px;
}

.input-group .bootstrap-select
 .btn{
	border-left:0;
	font-weight: 600;
	font-family:Uniform, arial, sans-serif;
	color:#999;
	padding-right: 15px;
	border-radius: 0;
	height: 40px;
	}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #666;
  background-color: #fff;
  border-color: #d2d2d2;
}


.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow: none;
}

.btn-group.open .dropdown-toggle {
   -webkit-box-shadow:none;
          box-shadow: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .selected > a{
	background:#23a638;
	color:#fff
}

.dropdown-menu > li > a{
	font-size: 13px;
	line-height: 14px;
}

.input-group-addon{
    background: none;
    border-radius: 0;
    padding: 6px 0;
    width: 45px;
}

.form-inline .input-group .input-group-addon{
	width:45px;
	background: none;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret{
	border-top: 4px solid;
	border-bottom: 0;
}

.open.dropup .caret, .open .dropdown .caret{
	border-top: 0;
	border-bottom:4px solid;
}

.form-group{margin-bottom:0;width: 100%;}


.calendar-icon{
	content:url(../images/calendar.png);
}

 .date .input-group-addon{
	cursor:pointer;
}

.tab-content .date .form-control{
	border-left:0;
}

.nav-tabs > li.active, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
	/* border:none; */
	border-right: 1px solid #fff;
	color: #23a638;
	/* border-left:1px solid #fff; */
	border-color: #fff;
	}

.nav-tabs > li > a{border-radius:0;padding: 12px 25px;border-right: 1px solid #dbdbdb;background: #e6e6e6;color: #666;margin-right: 0;border-left: 1px solid #cbcdcd;border-bottom: 1px solid #e6e6e6;}

.nav-tabs > li > a:hover{
	color: #23a638;

}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
	background-color: #23a638;

}

@media (max-width: 991px) {
	.tab-content .bt{margin-top: 15px;}


	.tab-content .input-group{
  margin-bottom: 5px;
}


}




/*--------------------------------------------------------------
## Page BG
--------------------------------------------------------------*/


.page-bg{
	background-size: cover;
	position:absolute;
	width: 100%;
	height:550px;
	background-repeat:no-repeat;
	
}

.home .page-bg{
	background-image: url(../magiclub/visuals/header-index.jpg);
	height: 1035px;
}

.hotel .page-bg,
#projet .page-bg,
#billet .page-bg{
	background-position:bottom center;
}




@media (max-width: 525px) {

	
	.nav-tabs > li > a{
	font-size: 11px;
	padding: 10px 5px;
	display:block;
	}
}




/*--------------------------------------------------------------
## SLIDER
--------------------------------------------------------------*/

.slide-fluid{
	max-width: 1800px;
	position: relative;
	padding: 20px 0 0;
	width: 100%;
	text-align:center;
	z-index: 1;
	min-height: 450px;
}

.slide-fluid .absolute{
	z-index: 9;
	width:100%;
}

.slide-home,
.slick-track{
	max-height: 630px;
	overflow: hidden;
	z-index: 1;
}

.slick-slide img{
	width: 100%;
	max-width: 1800px;
	height:auto;
	margin-top: -60px;
	min-height: 450px;
}

.slide-fluid:before{
	display : inline-block;
	height : 0;
	width : 0;
	border-top: 22px solid #FFF;
	border-right : 22px solid transparent;
	border-left : 22px solid transparent;
	position:absolute;
	z-index: 2;
	left: calc(50% - 22px);
}



@media (max-width: 1200px) {
	.slick-slide img{
		width:auto;
		right:50%;
		max-width:1500px;
		margin-left:calc(50% - 1500px/2);
		
	}

	
	
}

/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/




.home h2{
	font-size:40px;
	text-transform:uppercase;
	font-weight: 400;
	margin: 100px 0 40px;
	text-align: center;
	/* padding: 0 15px; */
}

.home h2:before{
	content:'\2014';
	padding-right:20px;
}

.home h2:after{
	content:'\2014';
	padding-left:20px;
}



.home-land{
	min-height: 450px;
}

.home-land .home-caption{display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: rgba(255,255,255,0.88);height:270px;width:270px;border-radius:300px;}

.home-land .home-content-caption{
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	
}

.home-land .home-content-caption h1{
	text-align: center;
	font-size: 22px;
	font-weight:500;
	line-height:28px;
	margin: 0;
}

.home-land .home-content-caption h1:before,
.home-land .home-content-caption h1:after{
	content:"\2014";
	display:block
}


@media (max-width: 767px) {



	.home h2{
		margin-top:50px;
	}

	.home-offres h2{
		padding:0 15px
	}

	.home h2:before,
	.home h2:after{
		display:block;
		padding: 0;
	}
}

/* --- MAGICARD --- */

.home #magicard .blue{
	padding-top: 45px;
}

.home #magicard:before{
	display : inline-block;
	height : 0;
	width : 0;
	border-top: 22px solid #FFF;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	position:absolute;
	z-index: 0;
	margin-left: calc(50% - 22px - 15px);
}


.home #magicard .blue .col-md-push-6 {
	padding-right:0
}

.home #magicard {
	margin-top: -180px;
	z-index: 9;
	position: relative;
	border: 8px solid #FFF;
}

.home #magicard h2{
	font-weight:900;
	text-align:left;
	padding: 10px 15px;
	font-size:24px;
	margin: 0;
	line-height: 30px;
	border:1px solid #FFF;
}

.home #magicard .blue .h3{
	margin: 50px 0 15px;
}

.home #magicard small{
	padding-right:20px

}

.home #magicard .magicmore{
	text-align:center;
	margin: 20px auto;
	position: absolute;
	bottom: 0;
	left: calc(50% - 230px/2);
	font-size: 15px;
	max-width: 230px;
	padding: 6px 35px;
}

.home #magicard .magicmore p{
	float:left;
	padding-top:10px
}

.hgreen{
	text-transform:uppercase;
	font-size:30px;
	text-align:center;
	color:#75B729;
	line-height: 35px;
}

.home #magicard h2:before,
.home #magicard h2:after{
	content:none;
}

.home #magicard .card img{
	margin-top: -157px;
	margin-bottom: 47px;
	}

.home #magicard .txt{
	padding-left:60px;
	max-width: 520px;
}



@media (max-width: 1200px) {

	.home #magicard .card img{
	margin-top: -137px;
	margin-bottom: 47px;
	}
	

}

@media (max-width: 991px){

	.home #magicard .card {
		text-align:center;
		width: 100%;
		display: block;
	}

	.home #magicard .card img{
	margin-top: -159px;
	margin-bottom: 0;
	display:inline;
	text-align: center;
	}

	.home #magicard .txt{
	padding:0 20px 25px;
	max-width: none;
	}

	.home #magicard:before{
		display:none
	}


}

@media (max-width: 768px){

	.home #magicard .card img{
	margin-top: -159px;
	}

	.slick-slide img{
		height:400px;
		margin:auto;
	}

	.home #magicard{
		margin-top:0
	}


}

@media (max-width: 475px){
	.home #magicard .card img{
		margin-top: -105px;
	}

	.slick-slide img{
		margin-left:-20%
			
		
		
	}

}



/* --- HOME BLOCS --- */

.home-bloc{
	background:#1a327b;
	height:240px;
	color:#fff;
	text-align:center;
	border:9px solid #fff;
	display: block;
}

.home-bloc p{
	margin:0;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}

.home-bloc:before{
	content:url(../images/arrow-white.png);
	display: block;
	margin-top: -2px;
}

.home-bloc p.home-bloc-big{
	font-size:40px;
	text-transform:uppercase;
	/* line-height:50px; */
}

.home-bloc .col-md-4{
	padding:0;
}

.home-bloc .col-xs-12{
	padding-top:33px;
	
}

.home-bloc .col-xs-12{
	padding-left:0
}

.home-bloc p.home-bloc-img{
	margin-top:-30px;
	text-align: right;
	margin-right: 20px;
}

.home-bloc p.home-bloc-big span.small{
	font-size:18px;
	text-transform:none;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
}

.home-bloc p.home-bloc-big span.home-bloc-green{
	font-size:inherit;
	color: #22a638;
}

.hb1{
	margin-left: -15px;
}
.hb2{
	margin-right: -15px;
	background-image: url(../images/plus-bg.png);
	background-color:#1a327b;
	background-repeat:no-repeat;
	background-position:37% 65%;
}


.home-bloc p.home-bloc-title{
	font-size:20px;
	text-transform:uppercase;
	font-weight: 500;
	letter-spacing:0.05em;
	padding-top: 5px;
	padding-bottom: 10px;
}

.home-bloc p span{
	font-size:40px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

.home-bloc .home-bloc-green{
	font-size:28px;
	color:#76b729;
	text-transform:uppercase;
	line-height: 25px;
}

.hb2 .home-bloc-green{
	font-size:40px;
	text-transform:uppercase;
	line-height: 35px;
}

.home-bloc .green-cart{
	background:#76b729;
	display:inline-block;
	font-family:uniformCond, arial, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding:5px 10px;
	margin:10px 0;
	letter-spacing:0.09em;
	-webkit-font-smoothing: initial;
}



.home-bloc .more{
	display:block;
	color:#fff;
	font-size:12px;
	position:absolute;
	bottom: 30px;
	width:100%;
	padding-right: 35px;
	font-weight: 600;
}

.cat-bloc.home-bloc .home-bloc-more{
	border:1px solid #fff;
	display:inline-block;
	width: auto;
	padding: 5px 10px 0;
	margin-top: 37px;
}


.home-bloc:hover,
.home-bloc:focus{
	color:#fff;
	background-color: #203e99;
}


@media (max-width: 991px){
	.home-bloc p.home-bloc-title{
		font-size: 18px;
	}

		.home-bloc .green-cart{
		font-size:13px
	}

		.home-bloc .col-xs-12:first-child{
		padding:30px 0 10px;
	}

		.home-bloc .col-xs-12{
		padding-top:10px;
		padding-bottom:0;
		position: relative;
	}
}


@media (max-width: 767px){

	.hb1{margin-right:-15px;font-size: 80%;}
	.hb2{margin-left:-15px;}

	.home-bloc p.home-bloc-title{
		font-size: 14px;
	}

	.home-bloc p span,
	.hb2 .home-bloc-green{
		font-size:35px;
	}

	.home-bloc p.home-bloc-img{
	margin-top:0;
	text-align: center;
	margin-right: 0;
	display:none;
	}

	.cat-bloc.home-bloc .home-bloc-more{
		margin-top:5px;
	}

	.home-bloc .col-xs-12{
		padding: 10px;
	}


	
}

/* --- COLONNES --- */

.blocs-cols{
	background:#F5F5F5;
	padding: 40px 0;
	margin: 0;
}

.blocs-cols .col-xs-12 > img{
	padding:10px 10px 0;
	background:#fff;
	margin: 20px auto 0;
	display: inherit;
	width: 100%;
}

.blocs-cols .col{
	background:#fff;
	min-height: 400px;
	padding: 20px 40px 40px;
	text-align:center;
	position: relative;
}

.blocs-cols .col h3{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:20px;
	line-height:24px;

}

.home .bt.magicmore{
	position:absolute;
	left: calc(50% - 280px/2);
	bottom: 25px;
	background-color: #19317b;
}

.home .bt.magicmore:hover,
.home .bt.magicmore:focus{
	color:#fff;
	background-color: #31a537;
}

@media (max-width: 1200px) {

	.blocs-cols .col{
		min-height:500px;
	}

	.home .bt.magicmore{
		width:250px;
		left: calc(50% - 250px/2);
		padding: 6px 35px;
	}

}


@media (max-width: 991px){
	.blocs-cols .col{
		min-height: auto;
		padding-bottom: 100px;
	}


}


/* --- HOME DESTINATIONS --- */

.home-destinations {
	background-color: #1a327b;
	min-height:400px;
	padding-top: 60px;
}

.home-destinations .more{
	display:block;
	margin-top:100px;
	line-height:18px;
	margin-left: 30px;
}

.home-destinations .more:before{
	margin-left:-15px
	
	
}

.home-destinations .input-group, .form-control{
	height:38px;
}

.home-destinations .input-group .bootstrap-select
 .btn{
 	border:none;
 	height: 38px;
 	vertical-align: middle;
 	}

.home-destinations .input-group-btn .search{
	height:38px;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

.map{
	max-width: 560px;
	width:100%;
	margin:auto;
	margin-left: 20px;
}

.home-destinations input{
	border-radius:0;
	border:none;
	color: #999;
	font-family: Uniform, arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
}


.home-destinations .bs-searchbox input{
	border: 1px solid #ccc;
}

.dropdown-menu {border-radius:0;margin: 0;border-color: #CCC;}

.search{
	border-left: none;
	background-color: #fff;
	padding:2px;
	width:40px;
	height:34px;
	border-radius:0;
	border:none;
}

.search:hover{
	background:#fff;
}

.search img{
	background-color: #1a327b;
	height:25px;
	width:25px;
	padding:4px;
}

.search:hover img{
	background-color:#23a638;
}


.home-destinations .form,
.home-destinations form{
	margin: 0 0 35px;
}

.home-destinations select{
	outline:none;
	border-radius:0;
	height: 34px;
	/* -webkit-appearance: initial; */
	color: #999;
	font-weight: bold;
}


@media (max-width: 991px){

	

	.home-destinations .more{
		margin-top:0;
		margin-left: 30px;
	}

	.home-destinations {
		padding: 45px;
	}

	.home-destinations .col-md-7{
		text-align: center;
	}

	

	
}

@media (max-width: 767px){

	
	.home-destinations {
		padding: 20px 0;
	}


}


/* --- HOME IDEES VACANCES --- */
#idees-vacances {
	background-image: url('../images/bg-idee-vacances.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
	display: block;
	margin-top: 120px;
	position: relative;
}
#idees-vacances::before {
	background-color: rgba(255,255,255,0.30);
	opacity: 0;
	transition: all .5s ease-out;
	content:'';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
}
#idees-vacances:hover::before {
	opacity: 1;
}
#idees-vacances .container {
	position: relative;
}
#idees-vacances .wrapper-txt {
	position: relative;
	*z-index: 2;
}
#idees-vacances .wrapper-txt .title {
	color: #19317b;
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 2.9rem;
	text-transform: uppercase;
	position: absolute;
	left: 575px;
	top: 75px;
}
@media(max-width: 1200px) {
	#idees-vacances .wrapper-txt .title {
		left: 450px;
	}
}
@media(max-width: 991px) {
	#idees-vacances .wrapper-txt .title {
		left: 345px;
	}
}
#idees-vacances .wrapper-txt .title::before {
	content:'';
	height: 52px;
	width: 66px;
	background-image: url('../images/french-flag.svg');
	background-repeat: no-repeat;
	position: absolute;
	left: -70px;
	top: -30px;
}
#idees-vacances .badge-paiements {
	position: absolute;
	left: 800px;
	top: 200px;
}
@media(max-width: 1200px) {
	#idees-vacances .badge-paiements {
		left: 675px;
	}
}
@media(max-width: 991px) {
	#idees-vacances .badge-paiements {
		left: auto;
		right: 0;
	}
}


@media(max-width: 768px) {
	#idees-vacances {
		background-image: url('../images/bg-idee-vacances-mobile.jpg');
		background-position: left bottom;
		height: 405px;
	}
	#idees-vacances .wrapper-txt .title {
		left: 50%;
		transform: translateX(-50%);
		width: 255px;
	}
	#idees-vacances .wrapper-txt .title::before {
		left: auto;
		right: -5px;
		top: -29px;
	}
	#idees-vacances .badge-paiements {
		left: 50%;
		transform: translateX(-50%);
		top: 240px;
	}
	.break-mobile {
		display: block;
	}
}




/* --- HOME THEMES --- */


.bg-home-themes{
	background-color: #1a327b;
	padding:90px 0;
}

.grid {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	margin: 0 0 30px 0;
	text-align: center;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	width: 100%;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 20px;
	background: #fff;
	color: #1a327b;
	font-family: UniformCond, arial, sans-serif;
}

.grid figcaption h3 {
	margin: 0;
	padding: 20px 0 20px;
	color: #1a327b;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	font-family: Uniform, arial, sans-serif;
	letter-spacing: 0.03em;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}

/* Caption Style 3 */
.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: auto;
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 1;
	-webkit-transform: translateY(155px);
	-moz-transform: translateY(155px);
	-ms-transform: translateY(155px);
	transform: translateY(170px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.cs-style-3 figcaption:hover{
	color:#23a638;	
}

.cs-style-3 figcaption:hover h3{
	color:#23a638;
}

 .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(35%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width: 31.5em) {
	.bg-home-themes .grid {
		padding: 10px 10px 100px 10px;
	}
	.bg-home-themes  .grid li {
		width: 100%;
		min-width: 300px;
	}


	
}

@media (max-width: 1199px){

.cs-style-3 figcaption{
    transform: translateY(130px);
}

 .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption{
	transform: translateY(0);
}

}


@media (max-width: 991px){

.cs-style-3 figcaption{
    transform: translateY(320px);
    padding: 0 90px;
}

.cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption{
	transform: translateY(320px);
}

}



@media (max-width: 767px){

	.bg-home-themes{
		padding:20px 0
	}

	
	.grid figure img{
		width:100%;
		max-width:none
		}

	.cs-style-3 figure{
		overflow:visible;
	}

	.cs-style-3 figcaption{
    position: relative;
    transform: none;
    padding-bottom: 20px;
    padding: 0 25px 20px;
}

	 .cs-style-3 figure:hover figcaption, .cs-style-3 figure.cs-hover figcaption{
	transform:none;
}

	.cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img{
		transform:none
	}

	
}



/*--------------------------------------------------------------
## PAGES
--------------------------------------------------------------*/

.page .hb1{
	margin: 150px 0 0;
	height: 190px;
}


.page h1{
	font-size:40px;
	text-transform:uppercase;
	font-weight: 400;
	margin: 40px auto 40px;
	text-align: center;
	/* padding: 0 15px; */
	max-width: 850px;
}



/*ariane*/

.ariane, .ariane li:last-child a{
	font-size:12px;
	color:#23a638;
	font-weight:700
}

.ariane{padding:0;margin: 15px 0 0;}

.ariane li{display:inline;}

.ariane li + li:before{
	content:"\2013";
	padding: 0 5px;
	color:#666;
	font-weight:400
}

.ariane:before{
	content:'\2022';
	color:#666;
	padding-right:5px;
	font-weight:400
}

.ariane a{
	font-size:12px;
	color:#666;
	font-weight:400
}

#billet .ariane,
#contact .ariane,
#sejour .ariane,
#magicard .ariane,
#paiement .ariane{
	margin-top:350px
}


/*page-content*/

.page-content {
	background:#f5f5f5;
	overflow: hidden;
	padding: 40px 0;
	margin-top:20px;
	color:#666;
	font-size:14px;
	font-weight:500;
	margin-bottom: 40px;
	clear: both;
}

.page-content h3{
	font-size:20px;
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}

.page-content .h4{
	color:#1a327b;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
}


.page-content ul{
	padding:0 15px;
	margin-bottom: 0;
	margin: 0 auto;
}

.page-content p{
	font-size:14px;
	font-weight:normal;
}



.page-content  ul.arrow li:before{
	 display : inline-block;
	 height : 0;
	 height : 0;
	 border-top : 5px solid transparent;
	 border-bottom : 5px solid transparent;
	 border-left : 8px solid #23A638;
	 content:"";
	 margin-right: 10px;
	 margin-left: -20px;
}

.page-content ul.arrow{
	padding: 20px;
	margin:0;
}

.page-content ul.arrow li{
	list-style:none;
	padding:6px 0 6px;
	line-height: 20px;
}

.page-content ul.arrow li a{
	color:#333;
	font-weight:bold;

}

.page-content ul.arrow li a:hover,
.page-content ul.arrow li a:focus{
	color:#23A638;

}




/*--------------------------------------------------------------
## CATEGORIE
--------------------------------------------------------------*/


.cat-bloc .col-md-4{
	padding-top: 33px;
}

.cat-bloc .col-md-4:first-child{
	padding-top: 45px;
}

.cat-bloc .more{
	position:relative;
	bottom:inherit;
	padding-right: 0;
	padding-top: 5px;
}


/*activites*/

.activites a{
	display:block;
	border:1px solid #cccccc;
	padding:0;
	color:#1a327b;
	height: 555px;
	margin-bottom:30px;
}

.sous-cat .activites a{
	height:270px;
	padding:40px;
	border: 1px solid #f6f6f6;
	background: #f6f6f6;
}

.sous-cat .activites a .col-md-4{
	padding: 0 0 0 25px;
}

.activites a p{
	color:#333;
	font-size: 14px;
	font-family:uniformCond, arial, sans-serif;
	letter-spacing: 0.05em;
	line-height:16px;
	-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  	-o-hyphens: auto;
  	hyphens: auto;
}

.sous-cat a .txt p{
	line-height: 23px;
	font-family:uniform, arial, sans-serif;
	letter-spacing: 0;
}

.activites a:hover,
.activites a:focus{
	border:1px solid #1a327b;
	color:inherit
}

.activites .txt h2{
	margin:0;
	font-size:20px;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:15px
}

.activites .txt{
	padding: 25px;
}

.sous-cat .txt{
	padding: 0 80px 0 0;
	height:100%;
}

.sous-cat .activites img{
	padding: 0;
	width:100%;
	height: auto;
	max-width:none;
}

.activites .more{
	background:#1a327b;
	padding:3px 15px 3px 10px;
	position:absolute;
	bottom: 60px;
}

.sous-cat .more{bottom: 0;}

.activites .more:before{
	content:url(../images/arrow-white-more.png);
	vertical-align:middle;
}

.activites a:hover .more{
	background:#23a638
}

.activites .act-img{
	max-height:240px;
	overflow:hidden;
}

.activites .act-img img{
	min-height:240px;
	min-width: 100%;
	width: auto;
	max-width: none;
	height: auto;
}



@media (max-width: 1199px){

	.activites a{
		height: 600px;
	}

		.sous-cat .activites img{
		padding:0
	}
	
	.sous-cat .activites a{
		height:auto;
		overflow:hidden
	}

	
	.sous-cat .txt .more{
		position:relative;
		margin-top:10px;
		display:inline-block
	}
}

@media (max-width: 991px){




	.page.hb1{
	margin: 190px 0 0;
	height: 150px;
}

	.activites a{
		height: 555px;
	}

		.cat-bloc .col-md-4{
		padding-top:10px;
		padding-bottom:0;
	}

	.cat-bloc .col-md-4:first-child{
		padding:30px 0 10px;
	}



	.home-bloc p.home-bloc-title{
		font-size:16px
	}

	.home-bloc p span{
		font-size:30px;
	}
	.sous-cat .txt{
		padding: 0;
	}

	.sous-cat .txt p{
		font-size: 13px;
		line-height:18px;
	}


	.sous-cat .activites a{
		height:auto;
		overflow:hidden;
		padding: 30px 20px 30px 30px;
	}
	
}

@media (max-width: 767px){

	.sous-cat .txt{
		padding: 20px 0;
	}

	.page h1{
		margin: 15px;
	}

	.page h1:before,
	.page h1:after{
		display:block;
		padding: 0;
	}

	.home-bloc p.home-bloc-title{
		font-size:14px;
		margin:0;
		
	}

	.page	.home-bloc p.home-bloc-title{
		padding:0;
		
	}

	.page .hb1{
		height:auto;
		padding-bottom:30px;
		margin-top: 205px;
		display: block;
		overflow: hidden;
		position: relative;
	}

	.activites a{
		height:auto;
	}

	.sous-cat .activites a{
		height:auto;
		padding: 20px 20px 10px;
	}

	.sous-cat .activites a .col-md-4{
		padding: 0;
	}

	.activites .more{
		position:relative;
		display:inline-block;
		bottom:0;
		margin-top:15px
	}

	.activites img{
		width:100%;
		height:auto;
	}

	.sous-cat .activites img{
		margin: 0;
		padding: 0;
	}
}


/*--------------------------------------------------------------
# PRODUIT
--------------------------------------------------------------*/

/* ---- grid ---- */

.produit .grid{/* margin:0; */}

/* fluid 2 columns */
.grid-sizer,
.grid-item { width: 50%; }
.grid-item {float:left;padding:15px;}
.grid-item img{width:100%; height:auto;}


@media (max-width: 980px){
.grid.masonry{margin: 0 0 30px 0;}
.grid-sizer,
.grid-item
{width: 100%;}

}

.produit-desc{
	clear:both;
}

.produit-desc .txt{
	background:#f5f5f5;
	padding:70px;
	text-align:left;
	font-size:14px;
	color:#444;
	line-height:23px
}

.produit-desc h2{
	text-transform:uppercase;
	font-size:24px;
	font-weight:700;
	margin: 0 0 25px;
	color: #1a327b;
}

.produit-desc img{
	margin:40px 0;
	width: auto;
	max-width: 100%;
}

.produit-desc img:first-child{
	margin:0 0 40px 0;
}

.produit-desc p + img{
	margin:15px 0 40px;
}

.produit-desc p{
	margin-bottom:25px;
}

.produit-desc p:last-child{
	margin-bottom:0;
}

.produit-desc ul{
	padding:0;
	margin: 0 0 25px;
}

.produit-desc li{
	display:block;
	text-align:left;
	margin: 0;
}

.produit-desc li:before{
	content:'\2022';
	padding-right:5px;
}


/*Ancres*/

#ancres a{
	display:block;
	height:66px;
	position: relative;
	background:#999;
	color:#fff;
	text-align: center;
	margin-bottom:30px
}

#ancres a:hover{
	background:#23a638;
}

.ancre{
	position:absolute;
	top:-70px;
}

#ancres span{
	position: absolute;
	top: 50%; /* poussÃ© de la moitiÃ© de hauteur du rÃ©fÃ©rent */
	transform: translate(-50%, -50%); /* tirÃ© de la moitiÃ© de sa propre hauteur */
	left:50%;
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
	width: 100%;
	padding: 0 10px;
	}



@media (max-width: 991px){
	#ancres{overflow:hidden;}
}



/*--------------------------------------------------------------
# DEVIS
--------------------------------------------------------------*/




.devis thead{
	color:#1a327b
}



.forms h4{
	font-size:20px;
	color:#666;
	text-transform:uppercase;
	letter-spacing:0.02em;
	margin-bottom:20px
}

.devis p{
	color:#666;
}

	



/*--------------------------------------------------------------
# Formulaires
--------------------------------------------------------------*/

.forms header{
	border-bottom:1px solid #d4d4d4;
	padding: 0 0 30px 0;
	color: #666;
	font-size: 14px;
	margin-bottom: 30px;
}


.forms .form-inline .form-control, .forms .date {
	margin: 5px 0 25px;
	width: 100%;
	background: #fff;
}

.forms .date.invalid .bottom{
	color:inherit
}

.forms .date .form-control{
	margin:0;
	height: 40px;
}

.forms .form-inline .form-control,
.forms .form-inline .form-control .btn{
	font-size:13px;
	font-weight:500;
	color:#666;
	height: 40px;
}



.forms label{
	margin-top: 5px;
	font-weight: 500;
}

.forms .form-inline .form-control.invalid,
.forms .form-inline .form-control .btn.bs-invalid,
.forms .form-inline .form-control.invalid::-webkit-input-placeholder,
.forms .form-inline .form-control .btn.bs-invalid::-webkit-input-placeholder{
	color: #ff0000!important;
	border-color: #ff0000;
}

button.btn.dropdown-toggle.bs-placeholder.btn-default.bs-invalid {}

.forms  .date .form-control{
	border-right:0;
}

.forms .form-control-feedback{
	width:auto;
	height:auto;
	right:0;
	/*! padding: 0 10px; */
	border-left: 1px solid #d2d2d2;
	margin-top: 12px;
	border-right: 0;
	padding-left: 10px;
}

.forms .form-inline textarea.form-control {
	height:auto;
}

.forms .formule{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding: 40px 0;
	margin-bottom: 50px;
}

.forms .newsletter small{
	display:block;
	margin-top:20px;
	font-size:13px;
	font-weight:300;
	
}

.forms .newsletter label{
	font-size:14px;
}

.forms .bt{
	display: block;
	padding: 0 80px;
	text-align:center;
	max-width: 368px;
	margin: 40px auto;
}

@media (max-width:1199px){
	.devis{padding:20px 70px;}
}


@media (max-width: 991px){

	.sous-cat .produit-desc .txt p{
    font-size: 14px;
	line-height: 24px;
	}

}

@media (max-width: 767px){

	#ancres a{margin-bottom:15px;}
	.produit-desc .txt, .devis{
		padding:25px;
	}

}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#contact .forms header {
	margin: 0 0 30px;
}

#contact .forms header .col-md-8,
#contact .forms header .col-md-4{
	padding:0

}

/*--------------------------------------------------------------
# BILLET AVION
--------------------------------------------------------------*/


#billet .page-bg{
	background-position: center bottom;
}

#billet .form {margin-top:20px}

#billet .forms .bt{margin:0}

#billet .page-content .col-md-10{
	padding: 0 2px 0 3px;
}

.frame, .compagnies{
	background:#fff;
	border:1px solid #ccc;
	margin:40px 0;
	padding: 0 0 20px 0;
	overflow:hidden;
}

.compagnies{
	padding:30px 0;
	margin:40px 0 40px;
	color:#444;
	line-height:20px
}

.compagnies a{color:#222}
.compagnies a:hover{color:#23a638}

.compagnies ul{
	padding:0
}
.compagnies li{
	list-style:none;
	padding:5px 0;
	line-height: 20px;
}

.compagnies li:before{
	content:url(../images/arrow-green.png);
	padding-right:8px;
	vertical-align: top;
	/*! height: 10px; */
	line-height: 18px;
	display: inline-block;
}

@media (max-width:1199px){
	.page-content{
		padding:20px 70px;
	}

	#billet .forms .bt{
		width:100%;
		padding:0;
		max-width: none;
		margin-top: 15px;
	}
}

@media (max-width: 767px){

	
	.frame{
		margin-left: -28px;
		margin-right: -27px;
		border: none;
	}

	.page-content{
		padding:25px;
	}

	#billet .page-content{
		overflow:visible;
	}

	#billet .page-bg,
	#contact .page-bg,
	#projet .page-bg,
	#sejour .page-bg,
	#magicard .page-bg,
	#paiement .page-bg{
		height: 300px;
	}

	#billet .ariane, #contact .ariane, #sejour .ariane, #magicard .ariane, #paiement .ariane{
    margin-top: 230px;
	}

	.compagnies{
		padding:15px
	}

}

/*--------------------------------------------------------------
# DESTINATIONS
--------------------------------------------------------------*/

#destination .plus{
	margin-right: -15px;
	background-image: url(../images/plus-bg.png);
	
	background-repeat: no-repeat;
	background-position: 37% 75%;
	padding-bottom: 40px;
}

#destination .home-bloc > div:first-child{
	text-align:left;
	padding-left:90px;
	padding-top: 30px;
}

#destination .home-bloc > div:last-child{
	padding-top: 45px;
}


@media (max-width: 991px){

	#destination .home-bloc > div:first-child{
		text-align:center;
		padding-left:0;
		padding-top: 30px;
	}
}



/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/

#page .page-content{
	font-weight:300;
	line-height:23px;
}

#page .page-content img[align=left]{	
	margin:30px 30px 30px 0;
}

#page .page-content img[align=right]{	
	margin:30px 0 30px 30px;
}

#page .page-content img[align=center]{	
	display:block;
	margin:30px auto
}

#page .page-content img:first-child{
	margin-top:0
}


#page .page-content h2{
	font-size:20px;
	text-transform:uppercase;
	color:#666;
	font-weight:bold;	
	margin-bottom:20px;
	margin-top:0;
	}

#page .page-content h3{
	font-size:18px;
	text-align:left;
	text-transform:none
	}


#page .page-content h4{
	font-size:16px;
	font-weight:bold;
	}

#page .page-content p{
	line-height:23px;
}

#page .page-content a{
	font-weight:bold;
	color:#222
}

#page .page-content a:hover{
	font-weight:bold;
	color:#23a638
}

#page .page-content button{
	display:block;
	padding:0 40px;
	width:100%;
	max-width:370px;
	margin:40px auto;
}



/*--------------------------------------------------------------
# Notifications
--------------------------------------------------------------*/

.notif .merci{margin-top:60px;height: auto;overflow: hidden;padding-bottom: 70px;}

.notif .merci button{
	display:block;
	margin:auto;
	margin:30px auto;
	width: 100%;
	max-width: 366px;
	height:auto;
	line-height:18px;
	padding:10px;
}

.notif-content{
	padding: 40px 20px;
	text-align: left;
	margin: 0;
	}

.notif-content img{
	display:block;
	margin:auto;
}


.notif h1{
	text-transform:none;
	font-weight:500;
	letter-spacing:-0.02em;
	text-align:left;
	margin: 28px 0 20px;
}

.notif h1:before,
.notif h1:after{
	content:none;

}

.notif .cat-bloc .notif-content  .col-md-4{
	padding: 0 15px;
}

.merci:hover, .merci:focus{background:#1a327b;}

@media (max-width: 767px){

	.notif .hb1 .notif-content {font-size:14px;}

	.notif .merci {
		margin-top:20px;
		padding-bottom:20px
	}
}



/*--------------------------------------------------------------
# SEJOUR / HOTEL
--------------------------------------------------------------*/


#sejour section{
	background:none;
	color:#fff;
	padding-top: 0;
}

section .selectour{
	padding: 60px 0 30px;
	overflow: hidden;
}

section .blue{
	background:#1a327b;
	color: #fff;
}

.hotel section .blue{
	background:#4B75B5;
	padding-bottom: 0;
}

section .green{
	background:#23a638;
	padding-bottom:60px	
}

.selectour h2{
	font-weight:900;
	text-align:left;
	padding:15px 0
}

.selectour .more{
	background:#23a638;
	padding:20px 70px;
	font-size:13px;
	display:inline-block;
	margin:10px 0 20px;
	border:2px solid #23a638;
}

.selectour .more:before{
	content:url(../images/arrow-white-more.png);
	padding-right:8px;
	
}

.selectour .more:after{
	content:url(../images/arrow-white-more.png);
	margin-left:8px;
	display: inline-block;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	
}

.selectour a.more:hover,
.selectour a.more:focus,
.selectour a.more:active{
	color:#fff;
	border:2px #fff solid;
}

#sejour .h3{
	font-size:16px;
	font-weight:900
}

#sejour li{
	list-style
}

#sejour .blue ul{
	border:2px solid #fff;
	padding: 20px 0 20px 30px;
	font-weight:600;
	background-image: -moz-linear-gradient( 80deg, rgb(21,40,99) 0%, rgb(26,50,123) 100%);
	background-image: -webkit-linear-gradient( 80deg, rgb(21,40,99) 0%, rgb(26,50,123) 100%);
	background-image: -ms-linear-gradient( 80deg, rgb(21,40,99) 0%, rgb(26,50,123) 100%);
	margin: 0 0 30px;
	text-align:left;
}

.selectour.blue .cadre{
	border:2px solid #fff;
	padding: 20px;
	margin: 25px 0 30px;
	text-align:left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b75b5+1,3e6298+100 */
	background: #4b75b5; /* Old browsers */
	background: -moz-linear-gradient(top,  #4b75b5 1%, #3e6298 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4b75b5 1%,#3e6298 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4b75b5 1%,#3e6298 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b75b5', endColorstr='#3e6298',GradientType=0 ); /* IE6-9 */
}

.selectour.blue .cadre p{
	font-weight:500;
	line-height: 1.3;
}


#sejour .blue img{
	/* padding-left:50px */
	text-align: right;
	float: right;
}

#sejour.hotel .blue img{
	padding-left:70px;
	text-align: center;
	float: inherit;
	padding-top: 20px;
}

#sejour .green{
	text-align:center;
}

#sejour .green ul{
	padding:0
}



#sejour .green ul li{display:block;list-style:none;background:#1a327b;padding: 20px 15px;margin: 40px 0 20px;font-size:20px;border:2px solid #fff;line-height:24px;}

#sejour b{
	font-weight:900;
}

#sejour.hotel .green ul li{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4b75b5+1,3e6298+100 */
background: #4b75b5; /* Old browsers */
background: -moz-linear-gradient(top,  #4b75b5 1%, #3e6298 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #4b75b5 1%,#3e6298 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #4b75b5 1%,#3e6298 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b75b5', endColorstr='#3e6298',GradientType=0 ); /* IE6-9 */


}

#sejour.hotel .green ul li p{
	font-size:inherit;
	font-weight:inherit;
	padding:8px 0;
	font-weight: 400;
}


#sejour .green span{
	display:block;
	text-transform:uppercase;
	font-size:14px;
}

#sejour .green span.small{
	text-transform:lowercase}

#sejour .green  a{
	color:#fff;
	border:1px solid #fff;
	display: block;
	padding:1px 10px;
	font-size:15px;
	margin: 10px auto 5px;
	max-width: 200px;
}

#sejour .green  a:hover,
#sejour .green  a:focus{
	background:#fff;
	color:#23a638
}

#sejour .green ul li:before {
	content:"1";
	display:block;
	width:42px;
	height:42px;
	padding:7px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-radius: 50%;
	background-image: -moz-linear-gradient( 113deg, rgb(21,40,99) 0%, rgb(26,50,123) 100%);
	background-image: -webkit-linear-gradient( 113deg, rgb(21,40,99) 0%, rgb(26,50,123) 100%);
	background-image: -ms-linear-gradient( 113deg, rgb(21,40,99) 0%, rgb(26,50,123) 100%);
	box-shadow: 10px 12px 0px 0px rgba(0, 0, 0, 0.50);
	margin: -50px auto 20px;
	font-weight:bold;
	font-size:25px;
	overflow: hidden;
}


#sejour .green ul li:last-child:before{
	content:"2"

}

#sejour.hotel .green ul li:before{
	background:#4B75B5;
	box-shadow: 10px 12px 0px 0px rgba(53, 90, 157, 0.68);

}

#sejour.hotel .green ul li:last-child:before{
	content:"V"

}

@media (max-width: 1199px){

	#sejour.hotel .blue img{
	padding-left:0;	
	float: left;
	padding-right:40px	
	}


}

@media (max-width: 991px){

	section .selectour{
		padding: 20px;
	}
	#sejour .blue img{	
	text-align: center;
	float: none;
	}

	#sejour.hotel .blue img{
	padding-left:0;
	text-align: center;
	float: inherit;	
	padding-right:0
	}

}

@media (max-width: 768px){

	.selectour .more{
		padding:20px 10px;
		text-align:center;
		width:100%
			

	}
}


/*--------------------------------------------------------------
# MAGIC CARD
--------------------------------------------------------------*/

#magicard .header-overlay{
    background: #fff;
    max-height: 242px;    
}


#magicard .header-overlay:after{
	display : inline-block;
	height : 0;
	width : 0;
	border-top: 22px solid #fff;
	border-right : 22px solid transparent;
	border-left : 22px solid transparent;
	position:absolute;
	z-index: 2;
	margin-left: calc(50% - 22px);
	content:"";
	bottom:-22px
}


#magicard .page-content{
	padding: 0 0 40px;
	overflow:  visible;
}

#magicard .blue{
	overflow: visible;
	background-image: url("../images/light.png");
	background-position:0;
	background-repeat: no-repeat;
	background-size:cover;
	margin:0 0 50px;
}

#magicard .blue h2{
	text-transform:uppercase;
}

#magicard .blue p strong{
	font-weight:500
}

#magicard .blue .h3{
	text-transform:uppercase;
	font-weight:900;
	font-size:16px;
	line-height:1.3em;
	margin-bottom:40px
}

#magicard .magicmore{
	background:#23a638;	
	padding:20px 70px;
	font-size:13px;
	display:inline-block;
	margin:10px 0 20px;
	border:2px solid #23a638;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 100%;
    max-width: 280px;
    margin-bottom: 80px;
}

#magicard .magicmore:hover,
#magicard .magicmore:focus{
	background:#00a3dd;
	color:#fff
}

#magicard .magicmore img{
	float:left;
	padding: 2px 20px 0 0;
}

#magicard .magicmore:before,
#magicard .magicmore:after{
	content:none;
}

#magicard .card img{
	margin-top:-70px;
	margin-bottom: 47px;
}


#magicard small{
	float:right;
	margin:15px 0 0;
	font-size:10px;
	color:#748fb4;
	letter-spacing:0.05em
}

#magicard h3,
#paiement h3{
	font-weight:500;
	font-size: 22px;
	margin-bottom: 40px;
	line-height: 26px;
}

#magicard h3 span,
#paiement h3 span{
	color: #23a638;
	display:  block;}


#magicard .numbers{
	margin-left:50px;
	text-align: left;
}
#magicard .numbers > li{
	list-style:none;
	margin: 35px 25px;
}
#magicard .numbers > li:before {
	content:"1";
	display:block;	
	width:42px;
	height:42px;
	padding:1px 12px  ;	
	border-style: solid;
	border-width: 2px;
	border-color: rgb(255, 255, 255);
	border-radius: 50%;
	background: #23a638;
	box-shadow: 10px 15px 0px 0px rgba(0, 0, 0, 0.1);	
	font-weight:bold;
	font-size:25px;
	overflow: hidden;
	color:#fff;
	float:left;
	margin-right:40px;
	margin-left:-80px
}

#magicard .numbers > li:nth-child(2):before{
	content:"2"
}

#magicard .numbers > li:nth-child(3):before{
	content:"3"
}

#magicard .numbers > li:nth-child(4):before{
	content:"4"
}


#magicard .numbers > li ul {padding:0}

#magicard .numbers > li ul li{
	list-style:disc;
	/* list-style-position: inside; */
	margin-left: 18px;
}

#magicard .numbers > li b {
	font-weight:300;

}

#magicard .magicontent{
	text-align:center;}

#magicard .magicontent .magicmore{
	max-width:350px;
	padding-left:50px;
	margin-bottom:40px;
	text-align:left;
}

#magicard .magicontent p{
	text-align:left;
}


.bt.white{
	display: block;
	padding: 8px 80px;
	text-align:center;
	max-width: 368px;
	margin: 40px auto;
	background:#fff;
	color:#666;
	border:1px solid #ccc;
	height: auto;
}

.bt.white:hover{
	background:#ccc
}

#magicard .up{
	font-weight:500;
	font-size:13px;
	color:#333;
	margin:20px 0
}


/* RELATED */


.related{
	margin-top: 70px;
}

.related img{
	display:block;
	margin:0;
	width:100%;
	height:auto
}

.related .related-content{
	background:#1a327b;
	color:#fff;
	margin:0 0 30px;
	overflow:hidden;
	padding: 20px 30px;
	text-align:center;
}

.related a:hover .related-content{
	background:#23a638
}

.related h4{
	text-transform:uppercase;
	font-size:20px;
	font-weight:bold
}

.related h5{
	text-transform:uppercase;
	font-size:14px;	
	line-height:18px;
	margin-bottom:20px
}


@media (min-width: 1400px){

#magicard .page-bg{
	background-position:0 30%;
	
	}


}


@media (max-width: 1199px) {

	#magicard .card img{
	margin-top:-68px;	
	}

}

@media (max-width: 991px) {

	#magicard .card img{
	margin-top:-25px;
	margin-bottom: 0;
	}

}

@media (max-width: 767px) {

	#magicard .card img{
	margin-top:-25px;
	margin-bottom: 0;
	}

	#magicard .blue{
		background-position:80%
	}

	#magicard .numbers{
		margin-left:0
	}

	#magicard .numbers > li:before{
		display:block;
		margin:30px 0;
		float: none;
	}

	#magicard .numbers > li{
		margin:0 0 30px}
}


/*--------------------------------------------------------------
# VOLS
--------------------------------------------------------------*/
#frameMoteur {
	margin:0;
	padding:0;
	border:0 none;
	width:100%;
	height:400px;
	vertical-align:top;
	background-color:transparent; 
	}


/*--------------------------------------------------------------
# PAIEMENT
--------------------------------------------------------------*/

#paiement .page-bg{
	background-position: center bottom;
}


#paiement .page-content{
	padding-bottom:60px;
	margin: 20px 15px 40px;
}

#paiement .page-content img{
	float:right;
	margin:20px 50px;
	max-width: calc(432px/2);
}

#paiement .page-content hr{
	color:#cbcbcb;
	background:#cbcbcb;
	margin:40px 0

}

#paiement .page-content p > a{
	color:#333;
	font-weight:bold;
}

#paiement .page-content p > a:hover,
#paiement .page-content p > a:focus{
	color:#23A638;

}

#paiement .related a:hover .related-content{
	background:none
}

#paiement .related{
	height: 100%;
	display: table-row;
}

.container-related{
	height:100%;
	display:table;
	
	 /*set left/right padding according to needs*/
	box-sizing: border-box;
}

#paiement .related-content{
	background: none;
	padding: 20px 45px 90px;
}


#paiement .related .related-bloc{
	display: block;
	background: #1a327b;
	overflow: hidden;
	height: 100%;
}

#paiement .related .bt{
	max-width:150px;
	display:block;
	margin:auto;
	width:100%;
	position:absolute;
	bottom:35px;
	left:calc(50% - 150px/2);
	padding: 15px 55px;
	background: none;
}

#paiement .related a:hover .bt,
#paiement .related a:hover .bt{
	background:#23a638
}

@media (max-width:1190px){

	#paiement .related-content{
	padding: 20px 30px 90px;
	}
}

@media (min-width: 992px) {
	
	#paiement .related .col-md-4{
	display: table-cell;
	  float: none;
	}

}

@media (max-width: 991px){
	

	#paiement .related .col-md-4{
		margin-bottom:30px
	}

	#paiement .related .col-md-4:nth-child(3) .related-content{
		min-height: auto;
	}

	#paiement .page-content img{
	float:none;
	display:block;
	margin:auto
	}

	#paiement .related .col-md-4 .related-content{
		min-height: auto;
	}

}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.padding-left-0 {
	padding-left: 0 !important;
}
.padding-right-0 {
	padding-right: 0 !important;
}



.top-contact {
	margin-left: 0;
}
.top-contact a.tel {
	margin-left: 0px;
}
.top-contact a.tel::before {
	margin-left: -8px;
}
.open-hours {
	display: block;
	margin-left: 30px;
	margin-top: 0px;
}
.contact-us {
	background-color: #00a3dd;
	padding: 3px 5px !important;
	text-align: center;
	margin-top: 0;
	position: relative;

	color: #fff !important;
	font-size: 18px !important;
}
.contact-us:hover {
	background-color: #23a638;
}
.contact-us::before {
	content: url('../images/mail-white.png') !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	left: 30px;
	top: 8px;
}
@media(max-width: 991px) {
	.contact-us::before {
		content: '' !important;
	}
}


.nav-top ul {
	display: flex;
}
.nav-top ul li {
	padding: 0 !important;
	flex: 1 0 0%;
}
.nav-top ul li +li {
	padding-left: 0 !important;
}
.nav-top ul li a {
	padding: 0 !important;
	line-height:  40px !important;
}




/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.hero {
	position: relative;
	overflow: hidden;
	height: 650px;
}
.hero-item {
	height: 620px;
	width: 1468px;
	object-fit: cover;
	object-position: center;
}
.slide-home {
	max-width: 1480px;
	margin: 0 auto;
	height: 650px;
}
.slide-home .slick-slide img.item-1 {
	margin-top:0;
}
@media(max-width: 1200px) {
	.hero-item, .hero {
		height: 650px;
	}
}
@media(max-width: 991px) {
	.hero-item, .hero {
		height: 540px;
	}
	#magicard {
		margin-top: -145px !important;
	}
}
@media(max-width: 768px) {
	#magicard {
		margin-top: -140px !important;
	}
}