/*************************
**********CONTAINER2*****
**************************/
.container2 {
  position: relative;
  text-align: center;
}
.container2 h1, .container2 h2, .container2 h3, .container2 h4, .container2 h5, .container2 h6,.container2 p, .container2 a, .container2 .centered-text h1 {
	margin: 0;
	padding: 0;
	}
/*************************
**********CONTAINER3*****
**************************/
.container3 {
  position: relative;
  text-align: center;
	margin-top: 40px;
}
.container3 h1, .container3 h2, .container3 h3, .container3 h4, .container3 h5, .container3 h6,.container3 p, .container3 a, .container3 .centered-text h1 {
	margin: 0;
	padding: 0;
	}
/* Centered text */
.centered-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: none;
	padding: none;
}
.block-white .centered-text a h1,
.block-white .centered-text a h2,
.block-white .centered-text a h3,
.block-white .centered-text a h4,
.block-white .centered-text a h5,
.block-white .centered-text a h6,
.block-white .centered-text a p {
	color:#fff;
}
.block-white .centered-text a:hover h1,
.block-white .centered-text a:hover h2,
.block-white .centered-text a:hover h3,
.block-white .centered-text a:hover h4,
.block-white .centered-text a:hover h5,
.block-white .centered-text a:hover h6,
.block-white .centered-text a:hover p {
	color:rgba(255,255,255,0);
	text-shadow:none;
}
.block-white .centered-text a h2 {
	font-family: open sans condensed, arial;
	font-size: 4.5em;
	font-weight:bolder;
	margin: 0;
	padding: 0;
	line-height:.8em;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.90);
}
.block-white .centered-text a h3 {
	font-size: 2em;
	font-variant: small-caps;
	font-weight:lighter;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.90);
}
.block-white .centered-text a h4 {
	font-size: 1.2em;
	font-variant: small-caps;
	font-weight:lighter;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.90);
}


/*************************
**********Déco CSS*****
**************************/
.decotext span {
	color: #028fcc;
}
.red {
	color: #E21215;
}
.blink {
	text-decoration:blink;
}
.surligne {
	text-decoration:overline;
}
.souligne {
	text-decoration:underline;
}

/*************************
*******SEPARATOR******
**************************/

.small-separator {
	width:30%;
	margin-top:10em;
}

.large-separator {
	width:70%;
	margin-top:10em;
}

.invisible-separator {
	margin-top:10em;
}

.invisible-small-separator {
	margin-top:5em;
}


/*************************
*******Images******
**************************/
img {
	border-radius: 10px;
}




/*************************
*******Icon******
**************************/
.icon2x {
  font-size:2em;
}

.icon25x {
  font-size:2.5em;
}

.icon3x {
  font-size:3em;
}


/*************************
*******Typography******
**************************/

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}
h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
  margin-bottom: 0.2em;
}

h3 {
  font-size: 18px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #fff;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #028fcc;
}

.navbar-nav li a:hover, .navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 0 0 2em 0;
	margin:  0 0 2em 0;
}

.heading {
  padding-bottom:10px;
}
.heading h2 {
	font-size:2.2em;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}





/*************************
********PARTENARIAT**********
**************************/
#partenariat {
	background:rgba(2,143,204,.9);
	padding: 1em 0.5em;
}
#partenariat img {
	margin-top: 10px;
	margin-bottom: -10px;
}
#partenariat h1 {
	font-size: 2em;
	color: #fff;
	margin-bottom: -5px;
}
#partenariat p {
	color: #fff;
}



/*************************
********BLOCK**********
**************************/

.block1 {
	background:rgba(2,143,204,.9);
	padding: 0 1em ;
	border: 10px rgba(255,255,255,1.00) solid;
	margin-bottom: 1em;
}
.block1 h1, .block1 h2, .block1 h4, .block1 h5, .block1 h6, .block1 p, .block1 a, .block1 span, .block1 i {
	color:#fff;
}
.block1 h1 {
	font-size: 2.5em;
	font-weight: bold;
	padding-bottom: 0.5em;
}
.block1 h2 {
	font-size: 2.5em;
	font-weight: bold;
}
.block1 h3 {
	color: #333;
	font-size: 4em;
	font-weight:bolder;
}
.block1 h4 {
	font-size: 1.5em;
	font-weight: bold;
}
.block1 h5 {
	font-size: 1.5em;
	font-variant-caps:small-caps;
}
.block1 p {
	font-weight: lighter;
}
.btn.btn-block1 {
  border: 1px solid #fff;
	border-radius: 4px;
  background-color:#F0F0F0;
  color: #028fcc;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 30px;
}
.btn.btn-block1:hover {
  background-color:#028FCC;
	color:#FFFFFF;
}


.block2 {
	background:#fff;
	padding: 0 .5em;
	margin-bottom: 1em;
}
.block2 h1, .block2 h2, .block2 h3, .block2 h4, .block2 h5, .block2 h6, .block2 p, .block2 a, .block2 i {
	color:#333;
}
.block2 h1 {
	font-family: open sans condensed, arial;
	font-size: 4em;
	font-weight:bolder;
	margin: 0;
	padding: 0;
	text-shadow:  0 0 5px white, -13px -3px 0 rgba(46,94,115,0.1), -7px 3px 0 rgba(59,117,142,0.3), 7px -3px 0 rgba(2,143,204,0.3), 13px 3px 0 rgba(1,175,250,0.2);
}
.block2 h2 {
	font-size: 1.5em;
	font-variant-caps: small-caps;
	margin: 0;
	padding: 0;
}
.block2 h3 {
	font-size: 2em;
}
.block2 img {
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.50);
}
.block2red {
	background:#fff;
	padding: 0 1em ;
	margin-bottom: 1em;
}
.block2red h1, .block2red h2, .block2red h3, .block2red h4, .block2red h5, .block2red h6, .block2red p, .block2red a, .block2red i {
	color:#E21215;
}
.block2red h1 {
	font-family: open sans condensed, arial;
	font-size: 4em;
	font-weight:bolder;
	text-shadow:  0 0 5px white, -13px -3px 0 rgba(115,46,46,0.10), -7px 3px 0 rgba(142,59,59,0.30), 7px -3px 0 rgba(204,1,1,0.30), 13px 3px 0 rgba(250,1,1,0.20);
}
.block2red h2 {
	font-size: 1.5em;
	font-variant-caps: small-caps;
}
.block2red h3 {
	font-size: 1.3em;
}
.block2red h4 {
	font-size: 2em;
}
.block2red h5 {
	font-size: 1.3em;
}
.block2red h6 {
	font-size: 1.2em;
}
.block-white {
	background:#fff;
	padding: 0 .5em;
	margin-bottom: 1em;
}
.block-white img {
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
}
.block-red {
	background:#E21215;
	color: #fff;
	padding: 0 1em ;
	margin-bottom: 1em;
}
.block-red h1, .block-red h2, .block-red h3, .block-red h4, .block-red h5, .block-red h6, .block-red p, .block-red a, .block-red i {
	color:#fff;
}
.block-red h2 {
	font-size: 1.5em;
	font-variant-cas: small-caps;
	paddin: 2em;
	margin: 2em;
}


.block-grey {
	background:rgba(240,240,240,1.00);
	padding: 0 1em ;
	margin-bottom: 1em;
}
.block-grey h1, .block-grey h2, .block-grey h4, .block-grey h5, .block-grey h6 {
	color:#fff;
}
.block-grey h2 {
	font-size: 2.5em;
	font-weight: bold;
}
.block-grey h3 {
	color: #333;
	font-size: 4em;
	font-weight:bolder;
}
.block-grey h4 {
	font-size: 1.5em;
	font-weight: bold;
}
.block-grey h5 {
	font-size: 1.5em;
	font-variant-caps:small-caps;
}




/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 10px;
}
#home-slider .caption h2 {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 30px;
}
#home-slider .caption h2 span {
   font-size: .8em;
}
.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 40px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 1px rgba(0,0,0,0.75);
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px;
} 

#home-slider:hover .right-control {
  right:30px;
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.75);
}

#home-slider .title-mini {
  font-size:0.6em;
  line-heigzht:0.2em;
  font-weight:100;
  letter-spacing:0.25em;
}

.navbar-right li a {
  color: #fff;
  text-transform: none;
  font-size: 14px;
  font-weight:600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: -5px;
}
.navbar-brand {
	font-family: 'Schoolbell', cursive;
	color:#fff;
	margin: 0;
	padding: 10% 0;
}
.navbar-header a:hover {
	color:#fff;
	font-size: 22px;
}
/*************************
********Service CSS*******
**************************/

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  width: 70px;  
  -webkit-transition: background-color 0.2s ease;
  transition:  0.2s ease;
}

.service-icon-red {
  border-radius: 4px;
  color: #fff;
  background-color:#e21215;
  display: inline-block;
  font-size: 36px;
  height: 50px;
  line-height: 50px;
  width: 70px;  
  -webkit-transition: background-color 0.2s ease;
  transition:  0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.service-info .btn-loadmore {
	color:#028FCC;
}
.service-info .btn-loadmore:hover {
	color:#fff;
}

/*************************
********About CSS*******
**************************/
#about-us {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.2)), url(../images/IMG_0187b.jpg);
  background-color:#fff;
  padding: 60px 0;
}

#about-us h1 {
	font-size: 3em;
	font-weight: bolder;
  color: #fff;
	text-transform: uppercase;
	text-shadow: 5px 5px 1px #000;
  margin-top: 0;
  margin-bottom: 20px;
}
#about-us h1 .small {
	font-size: 0.5em;
}
#about-us h2 {
	font-size: 2.5em;
	font-weight: bolder;
  color: #fff;
	text-transform: uppercase;
	text-shadow: 3px 3px 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
}
#about-us h2 .small {
	font-size: 0.5em;
}
#about-us h3 {
	font-size: 2em;
	font-weight: bold;
  color: #fff;
	font-variant-caps: all-small-caps;
	text-shadow: 1px 1px 1px #000;
  margin: 10px 0 0 0;
}
#about-us h4 {
	font-size: 1.8em;
	font-weight: bold;
  color: #fff;
	font-variant-caps: all-small-caps;
	text-shadow: 1px 1px 1px #000;
}
#about-us p {
	font-size: 1.2em;
  color: #fff;
	font-weight:lighter;
	text-shadow: 1px 1px 1px #000;
	margin: 0 10px;
}
#about-us .t3 p {
	font-size: 2em;
	font-variant-caps:all-small-caps;
	background: rgba(0,0,0,0.5);
	padding: 10px 0;
}
#about-us p .small {
	font-size: 0.7em;
}
#about-us a {
	color: #fff;
}
#about-us a:hover {
	color: #028FCC;
}

#about-us .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

.progress{
  height: 20px;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 25px;
}

.progress-bar{
  box-shadow: none;
  -webkit-box-shadow: none;
  text-align: right;
  padding-right: 12px;
  font-size: 12px;
  font-weight: 600;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
  transition:  width 2s ease-in-out;
}

.about-post-thumb {
  position: relative;
}

.about-sous-pict {
  text-align: right;
  position: absolute;
  bottom:0px;
  right:10px;
}

/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}

.folio-image img {
  width: 100%;
  height: auto;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}

#portfolio .margin {
  margin: 10px;
}

#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}



/*************************
*********Team CSS*********
**************************/
#team {
  padding-top: 0;
}

.team-members {
  margin-bottom: 25px;
}

.social-icons {
  margin-top:30px;
  margin-bottom: 25px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 20px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #777;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 22px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

#team .img-responsive {
  width: 100%;
  height: auto;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features {
  text-align: center;
  background-image: url(../images/features-bg.jpg);
}

#features i {
  font-size: 48px;
}

#features h3 {
  margin-top: 15px;
  font-size: 30px;
  margin-bottom: 7px;
  color: #fff;
}

#features .slider-overlay {
  opacity: 0.8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  background-color:rgba(0,0,0,0.02);
  padding: 40px 5px;
	margin: 0 0 20px 0;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  text-transform: uppercase;
}
.single-table h4 {
  font-size: 25px;
	font-weight: bold;
}
.single-table p {
	margin: -10px 5px 0;
}
.single-table s {
	color: aliceblue;
	font-size: 25px;
	margin: 70px 0;
}
.single-table .big {
	font-size: 100px;
	font-weight: bold;
	margin: -70px 0;
}
.single-table .price {
  font-size: 45px;
	font-weight: bold;
}
.price {
  font-size: 3rem;
}
.prices {
  font-size: 3rem;
}
.prix span {
  font-size: 3rem;
}
.prix cite {
  font-size: 11px;
}
.prix s {
	color: #C60000;
  font-size: 20px;
}
.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.single-table ul li {
  line-height: 30px;
}
.single-table .btn.btn-primary b {
	font-size: 2em;
}
.single-table.featured {  
  color: #fff;
}
.single-table.featured h3 { 
  color: #fff;
}
.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter {
  background-image: url(../images/twitter-bg.jpg);
}

#twitter > div {
  text-align: center;
  position: relative;
}

#twitter-carousel {
  position: relative;
  z-index: 15;
  font-size: 18px;
}

.twitter-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.twitter-icon .fa-twitter {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.twitter-icon .fa-twitter:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#twitter-carousel .item {
  padding: 0 55px;
}

#twitter-carousel .item a {
  color: #fff;
}

.twitter-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size:36px;
}

.twitter-left-control, 
.twitter-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.twitter-left-control {
  left: 80px;
} 

.twitter-right-control {
  right: 80px
}

.twitter-left-control:hover, .twitter-right-control:hover {
  color: #fff;
}

/*************************
********INFORMATION CSS*******
**************************/
#information {
  background-image: url(../images/reservation-bg.jpg);
  background-image: url(../images/twitter-bg.jpg);
  background-color: rgba(27,143,204,1.00);
}
#information > div {
  text-align: center;
  position: relative;
}
#information p {
  color: #fff;
  font-size:1.5em;
}
#information a {
  color: #fff;
}
#information a:hover {
  color: #028fcc;
  font-weight:900;
}



/*************************
********RESERVATION CSS*******
**************************/
#reservation {
  background-image: url(../images/reservation-bg.jpg);
  background-image: url(../images/twitter-bg.jpg);
  background-color: rgba(27,143,204,1.00);
}

#reservation > div {
  text-align: center;
  position: relative;
}
#reservation h2 {
	font-size: 3rem;
}
#reservation h3 {
	font-size: 2rem;
	font-variant: small-caps;
}
#reservation h5 {
	font-size: 3rem;
	font-weight: 100;
	margin-top: -3rem;
	margin-bottom: 2rem;
	font-variant: small-caps;
}
#reservation .small {
	font-size: 1rem;
	font-variant: all-small-caps;
	margin-top: -2em;
}

#reservation-carousel {
  position: relative;
  z-index: 15;
  font-size: 18px;
}

.reservation-icon {
  position: relative;
  z-index: 15;
  color: #fff;
}

.reservation-icon .fa-reservation {
  font-size: 24px;
  height: 64px;
  width: 64px;
  line-height: 65px;
  border-radius: 50%; 
  position: relative;
}

.reservation-icon .fa-reservation:after {
  position: absolute;
  content: "";
  border-width: 8px;
  border-style: solid;
  left: 24px;
  bottom: -14px;
}

#reservation-carousel .item {
  padding: 0 55px;
}

#reservation-carousel .item a {
  color: #fff;
}

.reservation-icon h4 {
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size:36px;
}

.reservation-left-control, 
.reservation-right-control {
  position: absolute;
  top: 50%;
  color: #fff;
  border: 1px solid #fafafa;
  height:34px;
  width: 34px;
  line-height: 31px;
  margin-top: -17px;
  font-size: 18px;
  border-radius: 50%;
  z-index: 15
}

.reservation-left-control {
  left: 80px;
} 

.reservation-right-control {
  right: 80px
}

.reservation-left-control:hover, .reservation-right-control:hover {
  color: #fff;
}

.btn-reservation {
  border: 1px solid #f2f2f2;
	border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 90px;
  margin:1em;
  text-transform: uppercase;
}

.btn-reservation:hover {
  color:#fff;
}

.btn.btn-reservation:hover {
  background-color: rgba(0,0,0,.3);
}



/*************************
**********horaires meteo tarifs CSS********
**************************/

#horairesmeteotarifs .margin-top {
  margin-top: 30px;
}




/*************************
**********TARIFS CSS********
**************************/

.btn-red {
  border: 1px solid #E21215;
  color: #E21215;
  font-size: 1em;
  font-weight: 400;
  padding: 1em 2em;
  margin:1em;
}

.btn-red:hover {
  color:#fff;
  background-color:#E21215;
}

.btn.btn-red:hover {
}




/*************************
**********Blog CSS********
**************************/

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta h2 {
  position: absolute;
  align-content:center;
  top: -20px;
  left: 5px;
  padding:0.5em 0.5em 0.5em 0.5em;
  background-color:rgba(0,0,0,0.3);
  color: #fff;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;  
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  text-align: center;
  margin-top: 20px;
}

.btn-loadmore {
  border: 1px solid #028fcc;
	border-radius: 4px;
  color: #028fcc;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px 20%;
}

.btn-loadmore:hover {
  color:#fff;
}




/*************************
**********Cartes**********
**************************/

#carte .margin-top {
  margin-top: 10px;
}

#carte .padding {
  padding:1em;
}


/*************************
**********Sous Titre**********
**************************/
#subtittle .btn-subtittle {
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
  padding: 15px 30px;
  text-transform:uppercase;
	text-shadow: 2px 2px 10px #333;
  background-color:#028fcc;
  line-height:0.7em;
}



/*************************
**********PICTS***********
**************************/
#picts .padding {
  padding:0em 0em 1em 0em;
}


/*************************
**********CADEAU CSS*****
**************************/

.btn-cadeau {
  border: 1px solid #E21215;
	border-radius: 4px;
  color: #E21215;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  padding: 10px 30px;
}

.btn-cadeau:hover {
  color:#fff;
  background-color:#E21215;
}





/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 0px;
  padding-bottom: 0;
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image:url(../images/contact-bg.jpg);
  background-color: rgba(27,143,204,1.00);
	padding: 10rem 1rem;
}
#contact-u .heading {
	font-size: 4rem;
}
#contact-us h2 {
	font-size: 4rem;
}
#contact-us h3 {
	font-size: 2rem;
	font-variant: small-caps;
}
#contact .icon2x {
  font-size:2em;
}

#contact .icon25x {
  font-size:2.5em;
}

#contact .icon3x {
  font-size:3em;
}

.form-control {
  background-color:  rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius:4px;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

.contact-info {
  padding-left:0px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 28px;
}

.contact-info ul li h2 {
  color: #777777;
  font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}
.contact-info ul li a {
  color: rgba(27,143,204,1.00);
  font-size: 18px;
}

.contact-info i {
  color: #777;
  font-size: 20px;
  margin-top: 30px;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

.btn-contact {
  border: 1px solid rgba(27,143,204,1.00);
  color:rgba(27,143,204,1.00);
  font-size: 18px;
  font-weight: 600;
  padding: 15px 90px;
  margin:1em;
  text-transform: uppercase;
}

.btn-contact:hover {
  color:#fff;
}

.btn.btn-contact:hover {
  background-color: rgba(27,143,204,1.00);
}


/*************************
**********Footer CSS*****
**************************/

#footer {
  color:#fff;
}

#footer .right-menu-footer ul {
  list-style: none;
	line-height: 1.5rem;
	margin: 2rem 0;
}

#footer .right-menu-footer a {
	color: #fff;
	font-size: 1.1rem;
	font-weight:lighter;
}
#footer .right-menu-footer a:hover {
	font-weight:bolder;
}
.footer-top {
  position: relative;
  padding-top:30px;
}

#footer .footer-bottom {
  background-color: #1B8FCC;
	color: #ffffff;
  font-size: 10px;
  line-height: 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

#footer .footer-mini {
  font-size:0.6em;
  line-height:1.2em;
  font-weight:100;
  letter-spacing:0.25em;
}

#footer .footer-mini-long {
  font-size:0.5em;
  font-weight:100;
  letter-spacing:0.4em;
  margin-bottom:-18px;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}

#footer .social-icons {
  margin : 2rem 0;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .social-icons ul li img {
	height: 35px;
	width: 35px;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 35px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}
#footer .social-icons ul li a.telephone:hover {
  background-color: #1FE138;
}
#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
}
#footer .social-icons ul li a.youtube:hover {
  background-color: red;
}
#footer .social-icons ul li a.instagram:hover {
  background-color: #6D4613;
}
