@import '../css/grid.css';
@import '../css/font-awesome.css';
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #faab17;
  color: #363535;
  font: 300 18px/24px 'Open Sans', sans-serif;
}
.ic {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 24px;
}
p.offset__1 {
  margin-bottom: 31px;
  font-size: 18px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #992323;
  font-family: 'Open Sans', arial, sans-serif !important;
  font-weight:300 !important;
  font-style: normal;
  text-transform:uppercase;
}
h2 {
  text-align: center;
  font-size: 60px;
  line-height: 40px;
  padding-top: 50px;
  margin-bottom: 32px;
}
h2 span {

  padding-top: 26px;
  display: block;
  font: 300 28px/32px 'Open Sans', sans-serif;
}
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 40px;
  margin-bottom: 20px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  /*color: #992323;*/
  color: #974a22;
}
.btn {
  display: inline-block;
  background-color: #faab17;
  color: #ffffff;
  font: 30px/40px 'Yanone Kaffeesatz', sans-serif;
  padding: 9px 42px 12px;
  margin-top: 36px;
}
.btn:hover {
  background-color: #992323;
  color: #ffffff;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.oh {
  overflow: hidden;
}
.fwn {
  font-weight: normal;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.td__underline {
  text-decoration: underline;
}
.ta__right {
  text-align: right;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;

    color: #fff;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.fleft {
  float: left;
  margin-right: 30px;
  border: 0px solid #b8b0b0;
  margin-top: 22px;
}
.pad-1 {
  padding-bottom: 98px;
}
/*header*/
.texture {
  background: url(../images/main_texture.png) center 0 fixed repeat-y;
}
header {
  display: block;
  position: relative;
  z-index: 700;
  text-align: center;
}
header .rel {
  z-index: 999;
}
header h1 {
  z-index: 999;
  float: left;
  /*font: 300 60px/70px 'Open Sans Condensed', sans-serif;*/
  font: 300 60px/90px  'Damion',cursive;

}
header h1 a {
  display: block;
  -webkit-transition: 0s ease;
  transition: 0s ease;
  color: #ffffff;
  font-family: "Damion",cursive;
  font-size: 60px;
}
.navigation {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.59);
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  padding: 0px 0 5px;
  right: 0;
  text-align: center;
}
.navigation nav {
  margin-top:44px;
  float: right;
  color: #ffffff;
}
.navigation li {
  display: inline-block;
  padding-top: 10px;
  font: 20px/34px 'Open Sans', 'Yanone Kaffeesatz', sans-serif;
  font-weight:300;
  text-transform:uppercase;
}
.navigation li + li {
  margin-left: 52px;
}
.navigation li a {
  position: relative;
}
.navigation li a:after {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  height: 1px;
  top: 100%;
  margin-top: 7px;
  content: '';
  left: 0;
  right: 100%;
  background-color: #ffffff;
}
.navigation li a:hover,
.navigation li a.current {
  color: inherit;
}
.navigation li a:hover:after,
.navigation li a.current:after {
  right: 0;
}
/****Content****/
/****Non suppage set****/
#fonctionnalites {
  background-color: #992323;
  padding-bottom: 101px;
  color:#fff;
}
#fonctionnalites h2 {
  padding-top: 50px;
}
#temoignages {
  background-color: #992323;
  padding-bottom: 93px;
}
.confiance{
	color:rgba(139, 41, 44, 1);
	font-size:46px;
}
#tarifs {
  text-align: center;
  padding-bottom: 93px;
}
#tarifs h2 {
  padding-top: 97px;
}
#experience {
  padding-bottom: 97px;
}
#experience h2 {
  padding-top: 97px;
}
#contact {
  padding-bottom: 97px;
}
#contact h2 {
  padding-top: 50px;
}
/****Blocks****/
.bq1, .bq2 {
  padding-top: 9px;
  display: block;
}
.bq1 img {
  border-radius: 500px;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 35%;
}
.bq2 img {
  border-radius: 500px;
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  max-width: 35%;
}

.bq1 .text-2, .bq1 .text-2 {
  margin-bottom: 28px;
}
.bq1 .text-2 a:hover, .bq1 .text-2 a:hover {
  color: #ffffff;
}
#isotope {
  font-size: 0;
  line-height: 0;
  text-align: center;
  padding-top: 1px;
  overflow: hidden;
}
#isotope .clear {
  height: 1px;
}
#filters {
  margin-bottom: 42px;
  text-align: center;
  padding-top: 23px;
}
#filters .btn {
  padding-top: 7px;
  padding-bottom: 14px;
  margin-top: 0;
}
#filters .btn.is-checked,
#filters .btn:hover {
  background-color: #ffffff;
  color: #faab17;
}
#filters .btn + .btn {
  margin-left: 6px;
}
.block-1 {
  padding-bottom: 41px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #585858;
  padding-top: 20px;
}
.block-1 + .block-1 {
  margin-top: 15px;
}
.block-1:before {
  position: absolute;
  left: 360px;
  top: 11px;
  bottom: 26px;
  background-color: #585858;
  width: 1px;
  content: '';
}
.block-1 .block-1__left {
  padding-right: 52px;
}
.block-1 .block-2__right .text-2 {
  margin-bottom: 34px;
}
.block-1 time {
  margin-bottom: 21px;
  padding-bottom: 38px;
  display: block;
  border-bottom: 1px solid #565656;
}
.block-1 time span {
  display: inline-block;
  margin-left: 68px;
}
.block-1 .text-2.color1 {
  margin-bottom: 17px;
}
.circle {
  padding-top: 13px;
  /*margin-bottom: 43px;*/
}
.circle > div {
  display: block !important;
  border-radius: 500px;
  color: #ffffff;
  /*background-color: #e7deb3;*/
  margin: 0 auto;
}
/*.circle .knob {
  margin-right: 20px !important;
  color: #ffffff !important;
  font-size: 65px !important;
  font-weight: bold !important;
  width: 150px !important;
  font-family: 'Open Sans', sans-serif !important;
}*/
/****Gallery****/
.element {
  border: 1px solid #151515;
  margin-top: -1px;
}
.element + .element {
  margin-left: -1px;
}
.gall-item {
  display: block;
  background-color: #000;
  position: relative;
}
.gall-item img {
  box-shadow: 0 0 0 #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.gall-item:hover img {
  opacity: 0.35;
}
.gall-item:hover span {
  opacity: 1;
}
.gall-item span {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/magnifyer.png) center center no-repeat;
}
/****Separators****/
/****Text styles****/
.text-1 {
  font: 300 36px/40px 'Open Sans Condensed', sans-serif;
  color: #992323;
  margin-bottom: 16px;
}
.text-2 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 36px;
  color: #FFF;
}
.text-3 {
  font-size: 24px;
  line-height: 28px;
  color: #974A22;
  font-weight: normal;
}
.color1 {
  color: #992323;
}
.color1 a:hover,
a.color1:hover {
  color: #faab17;
}
.color2 {
	font-size: 46px;
  color: #faab17;
}
/****Map****/
.google-map-api {
  padding-top: 98px;
}
#map-canvas {
  height: 429px;
}
#map-canvas img {
  max-width: none !important;
}
.social-icons {
  padding-top: 96px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.social-icons .fa {
  color: #ffffff;
  font-size: 25px;
  line-height: 52px;
  width: 50px;
  height: 50px;
  border-radius: 500px;
  background-color: #992323;
  display: inline-block;
}
.social-icons .fa + .fa {
  margin-left: 17px;
}
.social-icons .fa:hover {
  background-color: #faab17;
}
/**Footer**/
#footer {
  padding: 39px 0 54px;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
}
#footer a:hover {
  text-decoration: underline;
}
#toTop {
  background-color: #656262;
  background-color: rgba(101, 98, 98, 0.65);
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  margin-left: 640px;
  right:1% !important;
  margin-right:0px !important;
  overflow: hidden;
  border: none;
  color: #ffffff;
  width: 71px;
  height: 71px;
  font-size: 10px;
  line-height: 65px;
  text-align: center;
  z-index: 20;
  border-radius: 500px;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  background-color: #974a22;
}

/*tiria*/
ul.fonct li{
	margin-bottom:10px;
}

.price_end{
	margin-bottom: 100px;
	margin-top:-100px;
}
.camera_target_content {
    background-color: rgba(0, 0, 0, 0.7);
}
.caption{
	color:#fff;
}
.camera_pag ul li:hover span, .camera_pag ul li.cameracurrent span {
    background-color:#f8802f;
}
.title_01,.title_02{
	color:#fff;
	padding:0;
	font-family:"Open Sans";
	font-weight:unset;
}
.title_02{
	font-size:38px;
}

.logo {
    margin-top: -14px;
}
.navigation nav{
	margin-top:10px;
}
.fleft{
	height:50px;
}
#fonctionnalites{
	background-color:rgba(9,112,104,1);
}
#temoignages{
	background-color:rgba(139,41,44,1);
}
.color2{
	color:#f2d18e;
}
.color_red{
	font-size: 46px;
	margin-bottom:0px !important;
	color:rgba(139, 41, 44, 1);
}
.separation{
	margin-top:20px;
	margin-bottom:20px;
}
.fonctionnalite_title{
	text-align:center;
	font-weight:700;
	margin-bottom:25px;
	margin-top:10px;
}
.fontionnalite_text{
	text-align:center;
}
.navigation{
	background-color:rgba(0, 0, 0, 0.8) !important;
}
.fleche{
	width:100%;
	margin-left:0;
	margin-top:-80px;
}
.fleche:hover{
	cursor:pointer;
}
.camera_pag_ul{
	margin-bottom: 60px;
}
.zoom_img{
	width:80%;
	overflow:hidden;
	border-radius:500px;
	margin:20px auto;
	box-shadow:0 0 15px rgba(0,0,0,1);
}
.zoom_img .animate_img{
	width:120%;
	margin:-10%;
	max-width:120%;
}
.animate_img{
}
.animate_img:hover{
	transform:scale(1.1);
}
.div_img{
	border-radius:0px;
	overflow:hidden;
}
.underText{
	font-size:20px;

	text-align: center;
}
.price_nb_sms{
	font:bold 41px Arial !important;
}
.menu_title a{
	color:#fff !important;
}
.menu_title a:hover{
	color:#fff !important;
	text-decoration:none;
}
.container-fluid{
	padding:0 !important;
}
.bq1, .bq2{
	border:none;
}
.navbar-header.dropdown{
	float:right;

}
.menu_title_responsive{
	margin:0 !important;
}
#dropdownMenu1{
	margin-top:26px;
}
.menu_responsive{
	background-color:rgba(0,0,0,0.8) !important;
}
.title_responsive{
	color:#fff !important;
}
.title_responsive:hover{
	background-color:none !important;
}
.head_menu_responsive{
	display:none;
}
#camera_wrap{
	padding:0px;
}
.dropdown-menu  li  a:hover,
.dropdown-menu  li  a:focus {
	background-color:transparent !important;
}
.jeux-quiz{
	font-size: 46px;
	color: #36558C;
}
.menu .menu_title a:hover, .menu .menu_title a:focus{
	text-decoration:none !important;
}

.social-icons a:hover, .social-icons a:focus{
	text-decoration:none !important;
}
#contact-form .btn{
	margin-top:0px !important;
	padding-left:60px!important;
	padding-right:60px!important;
	font-size:20px !important;
	line-height:0.9!important;
}
.copyright{
	color:#992323;
}

.row{
	margin: 0 0 0 0 !important;
}

.thumbnail{
	box-shadow:0 1px 1px #d0d1d5,0 2px 3px rgba(0,0,0,.1);
}

.grayscale{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}

.grayscale:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
	transition:0.4s;
}

.title-jeux{
	color:black;
	text-align:center;
	margin:0 auto;
}

.content-jeux{
	color:black;
	text-align:center;
	margin:0 auto;
}

.content-jeux a{
	text-decoration:none;
	color:green;
}

.spanquizz{
	font-size:25px;
}
.thumbnail > img.opacity-img2{
	display:none;
	z-index:2;
}
.thumbnail:hover > img.opacity-img{
	z-index:1;
}
.thumbnail:hover > img.opacity-img2{
	display:block;
	z-index:2;
	width:100%;
	size:cover;
}
.thumbnail{
	background-color:rgba(255,255,255,0.7) !important;
}

.laclasse{
	position:relative;
}

.laloose{
	background: url(../images/miroir.png)  no-repeat;
	background-size:100% 100%;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	transition:0.4s;
	opacity:0.5;
}

.laclasse:hover .laloose{
	opacity:0;
}