@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);


	body  {
  font-family: 'Roboto', sans-serif;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:400;
    text-align: center;color:#282828;
	 margin: 0;
padding: 0;
border: 0;

	}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
min-height:690px;
}

#slidercontainer{  overflow:hidden;}
#slidera{  margin-left:14%; margin-right:auto}
.accroche{margin-top:-350px; z-index:99999;margin-bottom:-30px}
#gris{display:block; margin:0;width:100%;height:auto; background-color:#292929;color:#efefef;font-size:14px}
#grisdeux{display:block;margin:0;width:100%;height:auto;padding-top:3px; background-color:#454545;color:#efefef;font-size:14px}
.teto{
   display:none;
  }

@media screen and (max-width: 800px) {
  #gris{
   display:none;
  }
  #grisdeux{
   display:none;
  }
#slidercontainer{  display:none;}
.accroche{  display:none;}
.teto{
   display:block;z-index:99999
  }
}

#slider{margin-left:380px; margin-top:0px}
	
	 /* unvisited link #B0091A */
a:link {
  color: #B0091A;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #B0091A;
}

/* mouse over link */
a:hover {
  color: #666666;
}

/* selected link */
a:active {
  color: #B0091A;
} 


  .styling {
		background-color: #fff;
		color: #fff;
    border: 0px #E01266 solid;
		border-radius: 0px;
		padding: 0px;

	}
	
	.responsivo img{
		width:100%; height: auto
	}
	
	  .stylinn{
		background-color: #fff;
		color: #282828;
    border: 0px #E01266 solid;
		border-radius: 0px;
		padding: 10px;text-align:left

	}
	  .stylingh {

		color: #fff;
    border: 0px #E01266 solid;
		border-radius: 0px;
		padding: 10px;

	}
  .center{
    text-align: center;
  }
  #test{
     grid-row: 20;  grid-column: 4 / 7; background-color: red;
  }
  #test1{
     grid-row: 21; grid-column: 3 / 5; background-color: red;
  }
  
  .sidenav {
  height: 100%;
  width:410px;
  position: fixed;
  z-index:1;
  top: 0;
  left: 0;
 background-image:url(../img/csqt-nuit.png);
  background-repeat: no-repeat;
  background-color: #282828;
}

.vertical-menu {
  width:70%;float:right;font-size:13px;text-transform:uppercase
}

.vertical-menu a {
  background-color: #454545;
  color: #efefef;
  display: block;
  padding-top: 12px;
   padding-bottom: 12px;
   Padding-left:25px;
  text-decoration: none;text-align:left;border-bottom: 1px solid #363636;
}

.vertical-menu a:hover {
  background-color: #292929;color: white;border-left:4px solid #B0091A;
     Padding-left:21px;
}

.vertical-menu a.active {
  background-color: #B0091A;
  color: white;border-left:4px solid #fff;    Padding-left:21px;
}


.block-wrapper{ margin-right: auto; margin-left: auto; width: 100%; }
  .block{ color:#666666; float: left; border: 0px solid #B0091A; padding-top: 40px;
   width: 180px; height: 160px; margin: 10px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/}
    .block p { margin: 0; }
      .block p i{ font-size: 60px; color: #B0091A; }
  .counter-wrapper{ font-weight:700; margin:5px 0px 5px 0px; font-size: 25px; }
  .text-block{ font-size: 17px; }
  
    /* icon */
  .lnr-wrapper{ margin-top: 20px }




@media only screen and (max-width: 900px) {
   .sidenav {
  height: auto;
  width: 100%;
  background-image:;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

#s1 { margin-left: -3px; margin-right: -3px;}
#s1 img {width:100%; height:auto;}
.main {	  margin-left: 0px;}
.vertical-menu {width:100%;float:right}
}




  @media only screen and (max-width: 480px)   {
        #test,#test1{
            grid-column: auto / span 12; background-color: red; grid-row: auto;
        }
		  
    }
	 
	   @media only screen and (max-width: 900px)   {
   
		  
		    .sidenav {
visibility:hidden

 
}
video{
		visibility:hidden
}
.neo{
	visibility:hidden
}
    }
	 
	 
	/* Style The Dropdown Button */
.dropbtn {
  background-color: #B0091A;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;z-index:999
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #282828;color:white}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #B0091A;
} 

/*VOYAGES ////////////////////////////////////////////////////////////////////*/


.snip1423 {
  font-family: 'Oswald', Arial, sans-serif;
  position: relative;
  float: left;
  margin: 0px 0%;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background: #ffffff;
  text-align: center;
  color: #666666;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.snip1423 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
.snip1423 figcaption {
  padding: 20px 15px;
}
.snip1423 h3,
.snip1423 p {
  margin: 0;
}
.snip1423 h3 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.snip1423 p { font-family: 'Lato', Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0px;
 
}
.snip1423 .price {
  font-weight: 500;
  font-size: 1.4em;
  line-height: 48px;
  letter-spacing: 1px;
}
.snip1423 .price s {
  margin-right: 5px;
  opacity: 0.5;
  font-size: 0.9em;
}
.snip1423 i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 56px;
  line-height: 59px;
  text-align: center;
  border-radius: 50%;
  background-color: #292929;
  color: #ffffff;
  font-size: 1.6em;
  border: 4px solid #ffffff;
}
.snip1423 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1423:hover,
.snip1423.hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.snip1423:hover i,
.snip1423.hover i {
  background-color: #B0091A;
}
	 
/*	 REFERENCES*/

.snip1531 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0px 0px;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  color: #000000;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.snip1531 *,
.snip1531 *:before,
.snip1531 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1531:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
  background-color: #B0091A;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1531 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1531 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 0 30px;
}

.snip1531 h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 2px;color:white
}

.snip1531 p {
  margin: 0 0 10px;
  opacity: 0.6;color:white
}

.snip1531 .icons {
  width: 100%;
}

.snip1531 a {
  margin: 2px;
  display: inline-block;
}

.snip1531 a i {
  background-color: #333333;
  border-radius: 3px;
  color: #000000;
  display: block;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  width: 34px;
}

.snip1531 a i:before {
  color: #fff;
}

.snip1531 a i:hover {
  background-color: #B0091A;
  cursor: pointer;
}

.snip1531:hover:before,
.snip1531.hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.snip1531:hover figcaption,
.snip1531.hover figcaption {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}

/*FIN*/

/*
TEMOIGNAGES*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1216 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background-color: #262626;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
figure.snip1216 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
figure.snip1216 .image {
  max-height: 220px;
  overflow: hidden;
}
figure.snip1216 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}
figure.snip1216 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1216 .date {
  background-color: #B0091A;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 48px;
  min-width: 48px;
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1216 .date span {
  display: block;
  line-height: 24px;
}
figure.snip1216 .date .month {
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1216 h3,
figure.snip1216 p {
  margin: 0;
  padding: 0;
}
figure.snip1216 h3 {
  min-height: 50px;
  margin-bottom: 10px;
  margin-left: 60px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size:18px;
}
figure.snip1216 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1216 footer {
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #e6e6e6;
  font-size: 0.8em;
  line-height: 30px;
  text-align: right;
}
figure.snip1216 footer > div {
  display: inline-block;
  margin-left: 10px;
}
figure.snip1216 footer i {
  color: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
}
figure.snip1216 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1216:hover img,
figure.snip1216.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
TEMOIGNAGES*/


video { 
   width:100%;
   max-width:100%;
   height:auto;
	max-height: 100%;z-index:0;
}

.neo{
	z-index:999999; display:block;margin-top:-400px;margin-bottom:130px
}






.hom {
  background-image: url(../img/home.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;
margin-bottom:-30px
}


.pres {
  background-image: url(../img/presentation.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;margin-bottom:-30px
}

.ref{
  background-image: url(../img/ref.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;margin-bottom:-30px

}
.news{
  background-image: url(../img/news.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;margin-bottom:-20px

}
.voy{
  background-image: url(../img/voy.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;margin-bottom:-20px

}
.contact{
  background-image: url(../img/contact.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;margin-bottom:-30px

}

.wifi{
  background-image: url(../img/wifi.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;margin-bottom:-20px

}

.sloder{
   min-height:460px; z-index:1;margin-bottom:-20px
}

.premium{
  background-image: url(../img/premium.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:460px; z-index:1;margin-bottom:-20px

}
.content
{

  vertical-align: middle;
  text-align: center;
}

.content, h1
{
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
margin-bottom:-48px
}

strong
{
  font-weight: 700;color: #666666;
}

.content, p
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
}

.souligne
{
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #B0091A;
  width: 80px;
  display: block;
  margin-top: -35px;margin-left:auto; margin-right:auto
}
.soulignet
{
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #B0091A;
  width: 80px;
  display: block;
  margin-top: 5px;margin-left:auto; margin-right:auto
}
/* Ligne 105 */
.sub-title
{
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  font-size: 28px;
  line-height: 23px;
  text-transform: uppercase;
}

.sub-titre
{
  font-family: "Raleway",Arial,sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #a6a6a6;
  margin-bottom: 10px;text-transform:uppercase;
}

.sub-titre span
{
  font-weight:800;
}
.sub-titre,h6 
{
  font-weight:800;
}
.sub-titreb
{
  font-family: "Raleway",Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #efefef;
  margin-bottom: 10px;text-transform:uppercase;
}

.sub-titreb span
{
  font-weight: 800;
}

.titre-espace
{
  font-family: "Raleway",Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 3em;
color:#282828;
  line-height: 1.2em;
}

.titre-espace span
{
  font-weight: 800;
}



	
	
/*	FORMULAIRE*/
	
	
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #B0091A;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #666666;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
 border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}


section.container{width:100%;height:auto;position:relative }
section.container div#slider{ background: rgba(0, 0, 0, 0.3); border-radius: 3px; box-sizing: content-box; -khtml-border-radius: 3px; -moz-border-radius: 3px; -moz-box-sizing: content-box; -ms-border-radius: 3px; -ms-box-sizing: content-box; -o-border-radius: 3px; padding: 0px; -webkit-border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 8px rgba(0, 0, 0, 0.9) inset; -webkit-box-sizing: content-box; }
 section.container div#slider div.fluxslider div.surface{ border: 1px solid rgba(255, 255, 255, 0.1); box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -webkit-box-sizing: content-box; width: 100%; }
 section.container div#slider div.fluxslider ul.pagination{ box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; overflow: hidden; padding: 10px 0 !important; -webkit-box-sizing: content-box; }
 section.container div#slider div.fluxslider ul.pagination li{ background: rgba(0, 0, 0, 0.6); border-radius: 10px; height: 8px; -khtml-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; text-indent: 10000px; -webkit-border-radius: 10px; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); width: 8px; }
 section.container div#slider div.fluxslider ul.pagination li.current{ background: rgba(255, 255, 255, 0.2); }
 section.container h1{ color: #DDD; font-size: 3em; font-weight: bold; margin-bottom: 0.2em; text-align: center; text-shadow: 0 1px 0px #000; text-transform: lowercase; }
 section.container h2{ color: #666; font-size: 0.8em; margin-bottom: 4em; text-align: center; text-shadow: 0 1px 0px rgba(0, 0, 0, 0.5); }
#transitiongallery section.container{ width: 960px; }
#transitiongallery section.container div#slidercontainer{ position: relative; }
#transitiongallery section.container div#slidercontainer div#transitions{ font-size: 0.85em; position: absolute; right: 20px; top: 20px; width: 150px; z-index: 50; }
#transitiongallery section.container div#slidercontainer div#transitions h2{ color: #CCC; font-size: 1em; font-weight: bold; margin-bottom: 0.7em; text-align: left; }
#transitiongallery section.container div#slidercontainer div#transitions ul{ margin-bottom: 1.5em; }
#transitiongallery section.container div#slidercontainer div#transitions ul li{ font-size: 0.8em; margin-bottom: 0.7em; }
#transitiongallery section.container div#slidercontainer div#transitions ul li a{ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444444), color-stop(100%, #333333)); background-image: -webkit-linear-gradient(top, #444444,#333333); background-image: -moz-linear-gradient(top, #444444,#333333); background-image: -o-linear-gradient(top, #444444,#333333); background-image: -ms-linear-gradient(top, #444444,#333333); background-image: linear-gradient(top, #444444,#333333); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 3px; box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2) inset; display: block; -khtml-border-radius: 3px; -moz-border-radius: 3px; -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2) inset; -ms-border-radius: 3px; -o-border-radius: 3px; -o-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2) inset; padding: 0.5em; position: relative; -webkit-border-radius: 3px; -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2) inset; }
#transitiongallery section.container div#slidercontainer div#transitions ul li a.new:after{ background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd4c10), color-stop(100%, #d23a13)); background-image: -webkit-linear-gradient(top, #dd4c10,#d23a13); background-image: -moz-linear-gradient(top, #dd4c10,#d23a13); background-image: -o-linear-gradient(top, #dd4c10,#d23a13); background-image: -ms-linear-gradient(top, #dd4c10,#d23a13); background-image: linear-gradient(top, #dd4c10,#d23a13); border: 1px solid #FFF; border-radius: 4px; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); color: #FFF; content: 'New'; font-size: 0.8em; -khtml-border-radius: 4px; -moz-border-radius: 4px; -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); -ms-border-radius: 4px; -o-border-radius: 4px; -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); padding: 0.2em 0.4em; position: absolute; right: -0.5em; top: -0.5em; -webkit-border-radius: 4px; -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); }
#transitiongallery section.container div#slidercontainer div#transitions ul li a:active{ top: 1px; }


.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color:#B0091A;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (min-width: 610px) {
   .topnav {
   display:none;
  }

   .grandfb {
   display:none;
  }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
#s1 {
   display:none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}