/* Reset Default Browser Style
================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, header, footer, aside	{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;    
}

/* ------- General Style part 1 ------- */
body {
	color: #5A97BD;
	font-family: 'Snippet', sans-serif;
	font-size: 1.9em;
	margin: 0; 
	padding: 0;
	width: 100%;
	text-align: center;
}










/* Brightness and Gamma Switch
Copyright (c) 2016 by Joseph Shenton 
Created By Joseph Shenton @TeamiHackify.
Licensed under the MIT license. Changes were made. */

body {
  background: #39537b;
  -webkit-transition: background-color 150ms ease-out !important;
  transition: background-color 150ms ease-out !important;
  	background-image: url(http://434985940.r.cdnsun.net/images/citybis.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

body.day-background {
  background: #FFD761;
  	background-image: url(http://434985940.r.cdnsun.net/images/citybis.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;
}

.button-con {
  cursor: default;
  position: fixed;
  right: 5px;
  top: 20px;
  z-index: 10;
}

#dayIcon {
  position: relative;
  width: 26px;
  height: 26px;
  top: -3px;
  margin: 0 7px;
  fill: #5a97bd;
}

#nightIcon {
  position: relative;
  width: 26px;
  height: 26px;
  top: -3px;
  margin: 0 7px;
  fill: #5a97bd;
}

#dayIcon, #nightIcon {
  cursor: pointer;
}

.toggle {
  display: none;
}

.toggle, .toggle:after, .toggle:before, .toggle *, .toggle *:after, .toggle *:before, .toggle + .toggle-button {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.toggle::-moz-selection, .toggle:after::-moz-selection, .toggle:before::-moz-selection, .toggle *::-moz-selection, .toggle *:after::-moz-selection, .toggle *:before::-moz-selection, .toggle + .toggle-button::-moz-selection {
  background: none;
}

.toggle::selection, .toggle:after::selection, .toggle:before::selection, .toggle *::selection, .toggle *:after::selection, .toggle *:before::selection, .toggle + .toggle-button::selection {
  background: none;
}

.toggle + .toggle-button {
  outline: 0;
  display: inline-block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  border: 2px solid #8AAEC4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle + .toggle-button:after, .toggle + .toggle-button:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.toggle + .toggle-button:after {
  left: 0;
}

.toggle + .toggle-button:before {
  display: none;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}

.toggle + .toggle-button {
  padding: 2px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border: 2px solid #8AAEC4;
  border-radius: 2em;
}

.toggle + .toggle-button:after {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: #8aaec4;
  content: "";
  border-radius: 1em;
}

.toggle:checked + .toggle-button:after {
  left: 50%;
}










/* ------- General Style part 2 ------- */

/* IMPORT FONT FAMILY
================================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Snippet', sans-serif;
}
h1 {
	font-size: 3.5em;
}
h2 {
	font-size: 2em;
}

p {
    padding: 15px 15px 10px 15px;
}

.col-sm-4 { margin: 1em 0 4em 0; }

.col-sm-6 { margin: 2em 0; padding: 1em; }

navbar-brand img { margin: 0; }

a {
	color: #6B454D;
	text-decoration: none;
}
a:hover {
	color: #6B454D;
	text-decoration: none;
}

#main {
	padding-top: 0.1em;
}

.line {
	margin: 1em auto;
	border-bottom: 1px solid 6B454D;
	width: 100px;
}

ul, li {list-style-type: none;}

.phone {
	display: inline-block;
}

.phone2 {
	display: inline-block;
	margin: 10px;
}

#centrage {
  margin-left: auto;
  margin-right: auto;
  width: 125px; /* largeur obligatoire pour être centré */
}


.lefter {
  position: fixed;
  left: 18px;
  top: 10px;
}

.gplay { display: none; }

#addbar {
  position: fixed;
  font-size: 18px;
  left: 35px;
  top: 25px;
  cursor: pointer; 
}

#addbar a{
  color: #613D43;
}

#bordertop {
  background: #FFD761;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  z-index: 1;
}

#award {
  position: absolute;
  right: 0;
  top: 55px;
}

#video {
  position: fixed;
  right: 8px;
  bottom: 50%;
}

.ss {
	cursor: pointer;
}

.sar {
	height: 35px;
	width: 37px;
}

.img1 {
	height: 100px;
	width: 100px;
}

.img2 {
	height: 100px;
	width: 100px;
	opacity: 0.7;
}

.logo {
  position: fixed;
  left: 18px;
  top: 10px;	
  height: 80px;
  width: 126px;
}

/* Fullscreen background image */
.fullscreen-img {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

@media screen and (max-width: 1024px) {
	.fullscreen-img {
		left: 50%;
		margin-left: -512px;
	}
}


/* ------- CountDown Style ------- */

/***************************************************************/
/* FORM */
/***************************************************************/
form input{ 
	border: 0px;
	border-radius: 1px;
	height: 2.2em; 
	width: 22em; 
	text-align: center;
	outline: none; 
	margin-bottom: 5px;
	font-family: 'Snippet', sans-serif;
	font-size: 1em;
}

form input[type="email"] {
	color: 6B454D;
	background: none;
	box-shadow: 0px 0px 3px #404040;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="email"]:hover {
	box-shadow: 0px 0px 5px #ffffff;
}
form input[type="submit"] {
	background: #e6567a;
	border: 0px;
	width: 120px;
	color: 6B454D;
	cursor: pointer;
	box-shadow: 0px 0px 3px #404040;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}
form input[type="submit"]:hover {
	background: #e25074;
	box-shadow: 0px 0px 5px #404040;
}

.form-note {
	color: #5e6e81;
	font-size: 1em;
	font-style: italic;
	margin: 24px 0;
}

#success {
	padding-top: 10px;
	color: #66CC00;	
	display:none;
}
#error {
	padding-top: 10px;
	color: #e62f2c;
	display:none;
}


/* ROUND BUTTON by web generators */

.mybtn {
  text-decoration: none;
  text-align: center;
  padding: 1px 20px 2px 20px;
  border: solid #D4B350 1px;

  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; 
  
  font-family: 'Snippet', sans-serif;
  font-size: 15px;
  color: #6b454d;
  background: transparent;
}

.mybtn1 {
  text-decoration: none;
  text-align: center;
  padding: 1px 20px 2px 20px;
  border: solid #D4B350 1px;

  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;  
   
  font-family: 'Snippet', sans-serif;
  font-size: 15px;
  color: #6b454d;
  background: transparent;
}

.mybtn2 {
  text-decoration: none;
  text-align: center;
  padding: 1px 20px 2px 20px;
  border: solid #D4B350 1px;

  font-family: 'Snippet', sans-serif;
  font-size: 15px;
  color: #6b454d;
  background: transparent;
}

.mybtn:hover {
  text-decoration: none;
}


.roundbtn {
  text-decoration: none;
  text-align: center;
  padding: 1px 20px 2px 20px;
  border: solid #b09542 1px;
  border-radius: 15px;
  -webkit-border-radius: 15;
  -moz-border-radius: 15;
  font-family: 'Snippet', sans-serif;
  font-size: 15px;
  color: #6b454d;
  background: transparent;
}

.roundbtn:hover {
  text-decoration: none;
}


.compte {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  color: #1b1b1b;
  opacity: 0.4;
  z-index: -1;
}


/* NAV BAR*/
.navbar-default {
	background: #ffd761;
	border: 0;
	padding: 0 40px 1px 40px;
	margin-top: 10px;
}

.navbar-default .navbar-brand {
  color: 6B454D;
  padding-right: 450px;
}
  
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #404040;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #404040;
}

.navbar-default .navbar-nav > li > a {
  color: 6B454D;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #404040;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #5e6e81;
}

.navbar-default .navbar-toggle { width: 45px; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #404040;
}


.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #404040;
  border-bottom-color: #404040;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-bottom-color: #404040;
}


/* ==========================================================================
Floating animation
========================================================================== */
.column1 {
	display: table-cell;
	vertical-align: middle;
	text-align: right;	
}

.column2 {
	display: table-cell;
	text-align: left;
	padding-left: 70px;
}

  
.floating-logo {
  z-index: auto;
  -webkit-animation-name: floating-logo;
          animation-name: floating-logo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

@-webkit-keyframes floating-logo {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes floating-logo {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px); }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

									

@media (max-width: 767px) {
	#main { margin: 0; padding: 0;}
	form input[type="email"] { width: 17em; }
	
.gplay { display: block; }
.mobhide { display: none; }
	
	
}

@media (max-width: 486px) {
	#main { margin: 0; padding: 0;}
	form input[type="email"]{ width: 95%; }
	form input[type="submit"] { width: 95%; }
	
.gplay { display: block; }
.mobhide { display: none; }
		

.logo {
  height: 40px;
  width: 63px;
}
	
}

#about { display: none; }
#contact { display: none; }
#content { margin: 2em; }












/* Birds of a Feather: Copyright (c) 2016 by Tiffany Rayside. Licensed under the MIT license. */

canvas {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@-webkit-keyframes anim {
  from {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes anim {
  from {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@-webkit-keyframes anime {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes anime {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c1, .c2 {
  width: 800px;
  height: 700px;
  position: absolute;

  background-size: 100%;
  z-index: 999;
}

.c1.one, .c2.one {
  top: -260px;
  left: 0px;
}

.c1.two, .c2.two {
  top: -200px;
  left: 100px;
}

.c1.three, .c2.three {
  top: -240px;
  right: 100px;
}

.c1.four, .c22.four {
  top: -180px;
  right: 0px;
}

.c2 .one {
  top: -209px;
}

@media (max-width: 1023px) {
  .c2.one {
    left: -80px;
  }

  .c2.two {
    left: -120px;
  }

  .c2.three {
    right: 220px;
  }

  .c2.four {
    right: 220px;
  }
}
.c1 {
  -webkit-animation: anime 1000s linear infinite forwards;
          animation: anime 1000s linear infinite forwards;
}

.c2 {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-animation: anim 1000s linear infinite forwards;
          animation: anim 1000s linear infinite forwards;
}





















/*! jQuery UI - v1.11.4 - 2015-08-15
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
	margin-top: 20px;
	margin-left: 25%;
	cursor: default;
	opacity: 1;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	width: 50%;
	height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -6px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #5a97bd;
	background: #5a97bd;
	color: #5a97bd;
}
.ui-widget-content a {
	color: #5a97bd;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #5a97bd;
	background: #5a97bd;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #5a97bd;
	background: #5a97bd;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #5a97bd;
	background: #5a97bd;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 10px;
}

/* Overlays */
.ui-widget-overlay {
	background: #000000;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

@media (max-width: 486px) {
.ui-slider {
	margin-left: 0;
}

.ui-slider-horizontal {
	width: 100%;
}
}
