/**
 * Page introuvable
 */

section#content {
	text-align:center;
	height: 100%;
	margin-top: 15%;
}

section#content a {
	color: #737475;
}

/**
 * Retouche style fullpage
 */

#fp-nav a span,
.fp-slidesNav a span {
	border: 1px solid #FFF;
}

#fp-nav a.active span,
.fp-slidesNav a.active span {
	background-color: #FFF;
}

/**
 * Global
 * !global
 */

@media(min-width: 1080px) and (max-height: 1000px){
	.visible-landscape {
		display:block!important;
	}
}

@media(max-width: 1080px) and (min-height: 1000px) {
	section header {
		margin-bottom: 2%;
	}

	div.wrapper {
		padding: 2% 50px 0 158px;
	}
}

div.wrapper {
	padding: 2% 50px 0 158px;
}

section header {
	margin-bottom: 20px;
	text-align: center;
}

/**
 * Navbar
 * !navbar
 */

nav#menu {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 108px;
	z-index: 2;
}

nav#menu ul {
	align-items: center;
	display: flex;
	flex-direction: column; 
	height: 100%;
	justify-content: space-around;
	list-style: none;
	padding-left: 0px;
	width: 100%;
}

nav#menu li {
	color: #FFF;
	cursor: pointer;
	padding-top: 10px;
	text-align: center;
	width: 100%;
	opacity: 0.7;
}

nav#menu li.li-active {
	opacity: 1;
}

nav#menu li a {
	display: block;
	opacity: 0.8;
	text-decoration: none;
}

nav#menu li.li-active p.menu-label {
	font-weight: bold;
}

nav#menu li a:hover {
	color: #B5B5B5;
}

nav#menu li div.img {
	height: 44px;
	margin: 0 auto;
	width: 44px;
}

nav#menu li a[href="#Accueil"] div.img {
	background-image: url("../images/menu/home.png");
}

nav#menu li a[href="#Demonstration"] div.img {
	background-image: url("../images/menu/TV.png");
}

nav#menu li a[href="#Fonctionnement/1"] div.img {
	background-image: url("../images/menu/help.png");
}

nav#menu li a[href="#Fonctionnalites"] div.img {
	background-image: url("../images/menu/settings.png");
}

nav#menu li a[href="#FAQ"] div.img {
	background-image: url("../images/menu/faq.png");
}

nav#menu li a[href="#Web"] div.img {
	background-image: url("../images/menu/social.png");
}

nav#menu li a[href="#Contact"] div.img {
	background-image: url("../images/menu/message.png");
}

/**
 * Footer
 */

footer {
	position: absolute;
	bottom: 0px;
	width: 100%;

	/*
	padding: 10px 0 10px 0;
	background-color: #4F4F4F;
	border-top: 10px solid #C5C5C5;
	width: 100%;
	z-index: 2;
	bottom: -300px;
	display: none;
	height: 280px;
	*/
}

footer #others_services {
	margin-bottom: 40px;
}

footer #copyright {
	font-size: 12px;
}

/**
 * Section accueil
 * !accueil
 */

section#s-accueil {
	padding-top: 20%;
}

#addition {
	margin-bottom: 50px;
}

#addition img {
	height: 125px;
	margin: 0 auto 30px auto;
}

#phone {
	text-align: right;
}

@media(min-width: 1080px) {
	section#s-accueil {
		padding-top: 0;
	}

	section#s-accueil header {
		margin-bottom: 0;
	}

	#phone {
		text-align: center;
	}
}

@media(min-width: 1080px) and (min-height: 1000px) {
	section#s-accueil header {
		margin-bottom: 5%;
	}

	#addition {
		margin-bottom: 150px;
	}

	#addition p {
		font-size: 2.0em;
	}
}

/* Animation fleche */
@keyframes mymove {
  0% {
    padding-bottom: 50px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  }
  50% {
    padding-bottom: 75px;
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  }
  100% {
    padding-bottom: 50px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  }
}

@-webkit-keyframes mymove {
  0% {
    padding-bottom: 50px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  }
  50% {
    padding-bottom: 75px;
    -webkit-opacity: 0.35;
    -moz-opacity: 0.35;
    opacity: 0.35;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  }
  100% {
    padding-bottom: 50px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  }
}

p#start {
	position: absolute;
	left: 50%;
	bottom: 0px;
}

p#start a {
	background: url("../images/arrow-down.png") no-repeat scroll left top / 100% auto transparent;
	display: inline-block;
	height: 33px;
	-webkit-animation: 1.75s ease-in-out 0s normal none infinite running mymove;
	        animation: 1.75s ease-in-out 0s normal none infinite running mymove;
	width: 58px;
}


/**
 * Section Démo
 * !demo
 */

section#s-demo header {
	/*margin-bottom: 3%;*/
	margin-bottom: 20px;
}

.phone_number_text_box {
	margin-top: 6px;
}

/*
@media(min-width: 1024px) {
	.demo-desc {
		min-height: 300px;
	}
}

@media(min-width: 1080px) and (min-height: 1000px) {
	.demo-desc {
		min-height: 200px;
	}
}
*/

/**
 * Section creation service
 * !creation
 */

#slide_choice {
	margin-top: 30%;
}

#p_choice {
	margin-top: 13%;
}

.fonctionnement_video {
	width: 100%;
}

#see-p, #see-e {
	display: block;
	margin-top: 50px;
}

div.step div.step_text {
	background: #FDFDFD;
	color: #414549;
	overflow-y: scroll;
	height: 500px;
}

div.step div.step_text h2 {
	text-align: center;
}

ul.ul-step {
	padding-left: 0;
}

ul.ul-step li {
	cursor: pointer;
	display: block;
	padding: 20px 25px 20px 25px;
}

ul.ul-step li:not(:last-child) {
	border-bottom: 1px solid #C9C9C9;
}

ul.ul-step li.active {
	color: #CE3E57;
	font-weight: bold;
}

ul.ul-step li p {
	font-size: 9pt;
	text-align: justify;
}

span.step-title {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

@media(min-width: 1024px) {
	#p_choice {
		margin-top: 0;
	}

	#slide_choice {
		margin-top: 13%;
	}

	#see-p, #see-e {
		display: none;	
	}
}

@media(min-width: 1024px) and (min-height: 1000px) {
	#see-p, #see-e {
		display: block;
		margin-top: 100px;
	}
}


/*
Slider
!slider
 */

div#slide-container {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/**
 * Section Fonctionnalités
 * !fonctionnalites
 */

div.func img {
	height: 75px;
	margin-bottom: 5px;
	width: 75px;
}

#func-mic img {
	width: 57px;
}

div.func:nth-child(2n) {
	margin-bottom: 90px;
}

div.func {
	min-height: 235px;
}

@media(min-width: 1024px) {

	div.func:nth-child(2n) {
		margin-bottom: 0;
	}
}

@media(min-width: 1024px) and (min-height: 1000px) {
	div.func {
		min-height: 0;
	}

	.func-first {
		margin-bottom: 200px;
	}
	
	div.func:nth-child(3n) {
		margin-bottom: 200px !important;
	}
}


/**
 * Section faq
 * !faq
 */

section#s-faq ul {
	list-style-type: none;
}

section#s-faq a {
	color: #7F7F7F;
}

section#s-faq a.active {
	color: #FFF;
}

section#s-faq a:hover {
	color: #7F7F7F;
}


section#s-faq a.active:hover {
	color: #FFF;
}

div#faq_response p {
	font-size: 1.4em;
	text-align: justify;
}

/**
 * Section Web
 */

a.fb_post {
	background-color: rgba(70, 98, 158, 1);
	color: #FFF;
}

a.fb_post:hover {
	background-color: rgba(70, 98, 158, 0.8);
	color: #FFF;
}

a.tweet {
	background-color: rgba(29, 161, 242, 1);
	color: #FFF;
}

a.tweet:hover {
	background-color: rgba(29, 161, 242, 0.8);
	color: #FFF;
}

/**
 * Section contact
 * !contact
 */

section#s-contact header {
	/*margin-bottom: 3%;*/
} 

section#s-contact #contact-form {
	margin-top: 50%;
}

@media(min-width: 1024px) {
	#s-contact div#contact-form {
		margin-top: 0;
	}
}

@media(min-width: 1024px) and (min-height: 1000px) {
/*@media(min-width: 1024px) {*/
	section#s-contact div.wrapper {
		height: 98%;
	}

	section#s-contact div.contact_content {
		height: 100%;
		background-image: url("../images/contact.png");
		background-repeat: no-repeat;
		background-position: center bottom;
		margin-top: 0;
	}

	section#s-contact form {
		margin-top: 200px;
	}
}

div.grecaptcha > div {
	margin: 0 auto;
}


/* Snackbar */

.snackbar {
	visibility: hidden;
	width: 50%;
	margin: 20px 0;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 25%;
	top: 60px;
	font-size: 17px;
}

.snackbar.show {
	visibility: visible;
	/*-webkit-animation: fadein 0.5s, fadeout 0.5s 6s;
	animation: fadein 0.5s, fadeout 0.5s 6s;*/
}
.snackbar.success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
}
.snackbar.danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
