@font-face{
	font-family: RobotoLight;
	src: url(includes/fonts/Roboto-Light.ttf);
}

@font-face{
	font-family: RobotoThin;
	src: url(includes/fonts/Roboto-Thin.ttf);
}

@font-face{
	font-family: Edge;
	src: url(includes/fonts/EdgeCaps.ttf);
}

@font-face{
	font-family: Pecita;
	src: url(includes/fonts/Pecita.otf);
}

@font-face{
	font-family: MVBoli;
	src: url(includes/fonts/MVBoli.ttf);
}

.backcolorFACILO{
	/*
	background-color: #EC008C;
	background-color: rgb(242,101,34);
	background-color: rgb(173,211,0);
	*/
	background-color: rgb(37,170,225);
	color: white;
}

.colorFACILO{
	/*
	color: #EC008C;
	color: rgb(173,211,0);
	color: rgb(242,101,34);
	*/
	color: rgb(37,170,225);
}

.paragraph{
	margin-bottom: 4em;
	opacity: 0;
}

#presentation_produit h2{
	font-size: 2rem;
	color: rgb(37,170,225);
	text-align: left;
	border-bottom: 1px solid rgb(37,170,225);
}

.outil{
	text-align: center;
    width: 6em;
    height: 6em;
    /*border: 1px solid #5B5B5B;*/
    background: #5B5B5B;
    border-radius: 15px;
    margin: 15px;
    display: inline-block;
	color: white;
}

.outil.preprod{
	background: #1090BF;
}

.outil.dev{
	background: #BF1212;
}

.outil.alpha{
	background: #BF12A5;
}

.outil.beta{
	background: #BF6C12;
}

.outil.rc{
	background: #27BF15;
}

.outil img{
	max-height: 80%;
	max-width: 80%;
	vertical-align: middle;
}

.imgTxtGauche{
	float: left; 
	height: 100%; 
	max-height: 8rem;
	width: auto;
	max-width: 8rem;
	margin-right: 20px;
	border-radius: 20px;
	display: block;
}

.imgTxtDroite{
	float: right; 
	height: 100%; 
	max-height: 8rem;
	width: auto;
	max-width: 8rem;
	margin-left: 20px;
	border-radius: 20px;
}

html{
	height: 100%;
	/*background: url('images/background8.jpg') no-repeat #E4E8E9;
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom left;*/
	background: white;
	font-size: 11pt;
}

body{
	height: 100%;
	background-position: left bottom;
	font-family: RobotoLight, "Calibri Light", Calibri, sans-serif;
	color: #3E4041;
	font-size: 1rem;
	margin: 0;
}

#accroche{
	font-size: 1.4rem;
	margin: auto; 
	text-align: center; 
	height: 200px;
	padding-top: 70px;
	background-color: rgb(37,170,225);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	
	color: white;
	text-shadow: 0px 0px 9px #3E4041;
}

#accroche h1{
	margin: 0;
	font-size: 3rem;
}

#accroche svg{
	position :absolute;
	bottom: 0;
	left: 0;
}

.polygon1{
	width: 100%;
	fill: white;
}

.polygon2{
	fill: rgba(37,170,225,0.2);
}

#contactBas{
	text-align: center; 
	font-size: 1.45rem;
}

h2{
	font-weight: normal;
	margin-top: 0;
	font-size: 3.6rem;
}

table{
	margin: auto;
	width: 100%;
}

table, tr, td, th{
	text-align: left;
	border-collapse: collapse;
}

.index{
	font-size: 1.8rem;
}


#divMenu{
	width: 100%;
	height: 47px;
	background: white;
	text-align: center;
	
	background: url('images/facilo/facilo_texte.png');
	background-size: contain;
	background-repeat: no-repeat;
}

#menu{
	display: block;
}

#navWrapper{
	display: inline-block;
}

#navWrapper a{
	padding: 0 20px;
	margin: 0 10px;
	color: #3E4041;
}

#navWrapper span{
	position: relative;
}

#navWrapper .lienmenu+.lienmenu::before{
	content: "|";
	color: #DBDBDB;
	position: absolute;
	left: -10px;
}

#menu #selected{
	/*
	background: #EC008C;
	background: rgb(173,211,0);
	background: rgb(242,101,34);
	*/
	font-weight: bold;
	color: rgb(37,170,225);
}

#menu a{
	box-sizing: border-box;
	position: relative;
}

#menu a:hover{
	/*
	background: #EC008C;
	background: rgb(173,211,0);
	background: rgb(242,101,34);
	*/
	border-bottom: 3px solid rgb(37,170,225);
}

#menu ul{
	margin: 0;
	padding: 0;
	display: none;
	background: rgba(255,255,255,0.7);
	width: 100%;
}

#menu .hassubmenu:hover ul{
	display: block;
	
	position: absolute;
	left: 0;
}

#menu ul li{
	list-style-type: none;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}

#menu ul li a{
	display: block;
	width: 90%;
}

#menu ul li:hover{
	background: rgba(255,255,255,1);
}

#menu li#selected{
	background: rgba(37,170,225,0.6);
}

#menu li#selected:hover{
	background: rgba(37,170,225,1);
}

#menu #selected span{
	color: white !important;
}

a{
	/*
	color: #EC008C;
	color: rgb(173,211,0);
	color: rgb(242,101,34);
	*/
	color: rgb(37,170,225);
	text-decoration: none;
}

#page {
	margin: auto;
	margin-bottom: 40px;
	/*margin-top: 40px;*/
	width: 75%;
	max-width: 1200px;
	background-color: rgba(255,255,255,0.4);
}

header{
	height: 50px;
	width: 100%;
	text-align: center;
	background: white;
	font-size: 1.3rem;
	z-index: 9999;
	
	position: fixed;
}

#accroche #logofacilo{
	height: 120px;
	width: auto;
}

#contact{
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 20px;
	color: #3E4041;
}

#contact img{
	height: 1em;
	width: auto;
}

.mobileonly{
	display: none;
}

footer{
	color: #BBBBBD;
	font-size: 0.75rem;
	text-align: center;
}

p .comment{ 
	display: none; 
}

p:hover .text{
	display: none;
}

p:hover .comment{
	display: inline; 
}

.screen_produit td{
	padding: 20px;
	text-align: center;
	font-size: 1.3rem;
}

.description_produit div{
	width: 20%;
	text-align: center;
	padding: 20px;
}

.description_produit div img{
	width: 100%;
}

.tdScreenShot{
	width: 30%;
	height: 170px;
}

.screen_produit{
	width: 60%;
}

.screen_produit td img{
	width: auto; 
	height: 100%;
	box-shadow: 10px 10px 5px #899EA3;
	border-radius: 8px;
	
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.screen_produit td img:hover{
	-webkit-transform:scale(2); /* Safari and Chrome */
    -moz-transform:scale(2); /* Firefox */
    -ms-transform:scale(2); /* IE 9 */
    -o-transform:scale(2); /* Opera */
     transform:scale(2);
}

h3{
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

.description_produit{
	width: 60%;
	margin: auto;
	display: flex;
}

.screenshots{
	display: flex;
}

.screenshots div{
	padding: 1%;
}

.screenshot{
	width: 20%;
	padding: 1%;
}

.screenshot .legende{
	text-align: center;
	font-size: 1.2rem;
}

.screenshot img{
	width: 100%;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.screenshot img:hover{
	-webkit-transform:scale(2); /* Safari and Chrome */
    -moz-transform:scale(2); /* Firefox */
    -ms-transform:scale(2); /* IE 9 */
    -o-transform:scale(2); /* Opera */
     transform:scale(2);
}

#presentation_produit{
	margin: auto;
	text-align: justify;
	width: 75%;
	padding: 10px;
	font-size: 1.1rem;;
}

ul{
	margin: 0;
}

footer:after{
	content: 'Images by freepik.com';
}

.focus{
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width: 70%; 
	/*
	background: rgba(173, 211, 0, 0.2);
	background: rgba(242, 101, 34, 0.2);
	*/
	background: rgba(37,170,225, 0.2);
}

/* ************************************************************* */
/* ANIMATION */

.animated 
{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.animated-delay-1

{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated-delay-00
{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.animated-delay-08
{
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.animated-delay-10
{
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.animated-delay-12
{
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.animated-delay-16
{
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.animated-delay-18
{
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.animated-delay-20
{
	-webkit-animation-delay: 2.0s;
	animation-delay: 2.0s;
}

.fade-in-down
{
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown
{
	0% {
		opacity: 0;
		-webkit-transform: translateY(1em);
		transform: translateY(1em);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown
{
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}


.fade-in-up
{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


.fade-in-left
{
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.fade-in-right
{
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1em);
    transform: translateX(-1em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-1em);
    transform: translateX(-1em);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


.fade-in
{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


@media screen and (max-width: 800px) {
	html{
		font-size: 9pt;
	}
	
	#divMenu{
		padding-top: 5px;
	}
	
	#page, #presentation_produit, .description_produit{
		width: 100%;
	}
	
	.description_produit{
		display: block;
		text-align: center;
	}
	
	.description_produit div{
		display: inline-block;
	}
	
	#presentation_produit{
		padding: 0;
	}
	
	#page{
		padding-left: 0;
		padding-right: 0;
		width: 97%;
	}
	
	#accroche{
		display: block;
		width: 100%;
		font-size: 1.3rem;
	}
	
	.screenshots{
		flex-direction: column;
	}
	
	.screenshot{
		display: flex;
		width: 100%;
	}
	
	.focus{
		width: 95%;
	}
	
	.screenshots div{
		display: block;
		margin: auto;
	}
	
	.screenshot .legende{
		padding-bottom: 20px;
	}
	
	.screenshot .image{
		width: 30%;
	}
	
	.nomobile{
		display: none !important;
	}
	
	.message{
		font-size: 1.2rem !important;
	}
	
	.index p{
		font-size: 1.5rem;
		text-align: center !important;
	}
	
	.mobileonly-td{
		display: table-cell;
	}
	
	.mobileonly-br{
		display: block;
	}
	
	.mobileonly-inline-block{
		display: inline-block;
	}
	
	.mobileonly-inline{
		display: inline;
	}
	
	#navWrapper a{
		padding: 0 4px;
		margin: 0 2px;
		color: #3E4041;
	}
	
	#navWrapper .lienmenu+.lienmenu::before{
		left: -5px;
	}
	
	footer{
		font-size: 0.8rem;
	}
	
	#contact{
		font-size: 0.9rem;
	}
	
	body:not(.pageaccueil) header{
		height: 40px;
	}
	
	body header #divMenu{
		background: none;
	}
}
