@import "compass";
/* CSS Document */
/*Polices*/
@font-face {
    font-family: 'couturebold_italic';
    src: url('couture-bldit-webfont.woff2') format('woff2'),
         url('couture-bldit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'couturebold';
    src: url('couture-bld-webfont.woff2') format('woff2'),
         url('couture-bld-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*
{
	padding: 0px;
	margin: 0px;
}

body
{
	max-width: 100%;
	height: 100%;
	padding: 0%;
	margin: 0%;
}

/*Liens de base*/
a
{
	text-decoration: none;
	color: white;
}
a.source
{
	text-decoration: none;
	color: #169FE5;	
}
a.source:hover
{
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.5s;
	color: #187FB5;
}
a.source:active
{
	text-decoration: underline;
	transition-property: color;
	transition-duration: 0.5s;
	color: #187FB5;
}
a.source:visited
{
	text-decoration: underline;
}
.head
{
	position: relative;
	margin: 0px;
/*	padding: 0% 0% 9.7% 0%;*/
	top: 0px;
	left: 0px;
	width: 100%;
	color: white;
	
}

.header_logo
{
	padding : 0 25px;
	float: left;
	font-weight: bold;
	margin: 7px 0px 0px 0px;
	display: none;
	color: #414141;
}
.header_logo:hover
{
	padding : 0 25px;
	color: white;
	float: left;
	font-weight: bold;
	margin: 7px 0px 0px 0px;
	display: none;
}

.contenu
{
	position: relative;
	height: 100%
}
.corps
{
	margin: 0px 50px;
	height: 100%
}


/*Panneau de naviguation*/

.menu 
{
	padding: 0px 0px;
	margin: 90px 0px 0px 0px;
	float: center;
	height: 40px;
	line-height: 40px;
	font-family: 'Raleway', 'Montserrat', Arial;
	background-color: rgba(37,37,37,0.80);
} 
@media only screen and (max-width: 1357px) {
	.menu {
		margin: 75px 0px 0px 0px;
	}
}
@media only screen and (max-width: 1213px) {
	.menu {
		margin: 55px 0px 0px 0px;
	}
}
@media only screen and (max-width: 1029px) {
	.menu {
		margin: 45px 0px 0px 0px;
	}
}
@media only screen and (max-width: 936px) {
	.menu {
		margin: 35px 0px 0px 0px;
	}
}
.menu a

{
	padding: 0px 0px;
	margin: 0px 10px;
	line-height: 40px;
	color: white;

}

.menu a:hover
{
	text-decoration: underline;
	color: grey;
	transition-property: color;
	transition-duration: 0.3s;
}

.menu_footer
{
	font-size: 1.2vw;
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	float: center;
	height: 2vw;
	line-height: 2vw;
	font-family: 'Raleway', 'Montserrat', Arial;
} 


.bande
{
	font-family: 'Raleway', 'Montserrat', Arial;
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: center;
	max-width: 100%;
	width: 100%;
	padding: 2% 0% 2% 0%;
	margin: 2% 0% 0% 0%;
	background-size: cover;
	background-attachment: fixed;
}
.bouton
{
	font-family: 'Raleway', 'Montserrat', Arial;
	display: block;
	text-align: center;
	padding: 20px 0px 10px 0px;
}

.color
{
	background-color: white;
	font-size: 1.2vw;
	padding: 20px 20px;
	opacity: 0;
}


.color2
{
	background-color: white;
	padding: 10px 20px;
	margin-left : 40px;
	margin-right: 40px;
}
.section
{
	padding: 1% 0.5%;
	text-align: center;
	font-size: 1.2vw;
}

.paragraphe
{
	text-align: justify;
	line-height: 2vw;
}
.liste
{
	text-align: justify;
	margin: 20px 0px 20px 20px;
	line-height: 25px;

}

/*Titres*/
h1
{
	font-size : 5vw;
	text-shadow: -1px -1px #000, 1px 1px #000, -3px 0 4px #000;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	padding: 10px 0 10px 0;
	font-weight: normal;
	text-align: center;
	display: block;
	margin: 0px;
}

h2
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 3vw;
	text-shadow:0 0 3px #000;
	color: #414141;
	/* color: black; */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: -1px -1px #969696, 1px 1px #969696, -1px 0 1px #969696;
}

h3
{
	font-family: 'Ubuntu', sans-serif;
	text-shadow:0 0 1px #000;
	margin: 0px;
	line-height: auto;
	color: black;
	/* color: #414141; */
	font-size: 2vw;
	padding: 0px;
	text-shadow: -1px -1px #969696, 1px 1px #969696, -1px 0 1px #969696;
}

.title
{
	font-family: 'Ubuntu', sans-serif;
	text-shadow:0 0 0px #000;
	margin: 0px 0px 0px 0px;
	color: #414141;
	font-size: 2vw;
	padding: 0px 0px 0px 20px;
}

.h3accueil
{
	text-shadow:0 0 0px #000;
}

/*Backgrounds*/
#bodyMain
{
	background: url(../images/accueil_background.jpg) no-repeat fixed 100% 100%; 
	background-size: cover;
}
#bodyHoneypot
{
	background: url(../images/HoneyPotFond.png) no-repeat fixed 100% 100%;
	background-size: cover;
}
#bodyMalware
{
	background: url(../images/MalwareFond.png) no-repeat fixed 100% 100%;
	background-size: cover;
}
#bodyBackup
{
	background: url(../images/Backup.png) no-repeat fixed 100% 100%;
	background-size: cover;
}
#bodyRansomware
{
	background: url(../images/RansomwareFond.png) no-repeat fixed 100% 100%;
	background-size: cover;
}
#bodyAbout
{
	background: url(../images/about_background.jpg) no-repeat fixed 100% 100%;
	background-size: cover;
}

/*Crédit fond d'écran mobile*/
.credit
{
	opacity: 0;
	display:  none;
}

.reference
{
	color : #414141;
}

.span_ref
{
	position: absolute;
	margin-top:23px;
    margin-left:-230px;
	color:#FFF;
	background:rgba(41,41,41,.9);
	padding:15px;
	border-radius:3px;
	box-shadow:0 0 2px rgba(0,0,0,.5);
	transform:scale(0) rotate(-12deg);
	transition:all .25s;
	opacity:0;
	max-width: 100%;
	text-align: justify;
	z-index: 9999;

}

.reference:hover .span_ref, .reference:focus .span_ref 
{
	transform:scale(1) rotate(0);
	opacity: 1;
	z-index: 9999;
}

/*Responsive*/

@media only screen and (max-width: 830px) {
	
	.tableau
	{
		font-size: 10px;
	}
	
	.head {
		padding: 0% 0% 9.7% 0%;
	}
	.site-pusher {
		transition-duration: 0.3s;
		height: 100%;
		transform: translateX(0px);
	}
	.header_logo{
		display: block;
	}
	.backvideo
	{
		height: 150px;
		width: 100%;
		max-width: 100%;
	}
	.paragraphe
	{
		text-align: justify;
		line-height: 4vw;
	}
	
	#bodyMain
	{
		background: url(../images/mobileBack.jpg) no-repeat fixed 100% 100%; 
		background-size: cover;
	}
	#bodyHoneypot
	{
		background: url(../images/mobileBack.jpg) no-repeat fixed 100% 100%;
		background-size: cover;
	}
	#bodyMalware
	{
		background: url(../images/mobileBack.jpg) no-repeat fixed 100% 100%;
		background-size: cover;
	}
	#bodyBackup
	{
		background: url(../images/mobileBack.jpg) no-repeat fixed 100% 100%;
		background-size: cover;
	}
	#bodyRansomware
	{
		background: url(../images/mobileBack.jpg) no-repeat fixed 100% 100%;
		background-size: cover;
	}
	#bodyAbout
	{
		background: url(../images/mobileBack.jpg) no-repeat fixed 100% 100%;
		background-size: cover;
	}
	.credit
	{
		opacity: 1;
		display: block;
		font-size: 1.5vw;
	}
	.demo 
	{
	
		height: 100%;
		width: 100%;
		max-width: 100%;
		position: center;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		top: 0;
		left: 0;
		z-index: -1;
		animation: fadein 1s;
		-moz-animation: fadein 1s; /* Firefox */
		-webkit-animation: fadein 1s; /* Safari et Chrome */
		-o-animation: fadein 1s; /* Opera */
	}
	.head {
		position: static;
		height: 73px;
		max-width: 100%;
		width: 100%;
	}
	.header__icon {
		position: relative;
		display: block;
		margin: 0px 0px 0px 20px;
		float: left;
		width: 35px;
		height: 35px;
		background-image: url("../images/menub.png");
		background-size: cover;
		cursor: pointer;

		&:after{
			content:'';
			position: absolute;
			display: block;
			width: 16px;
			height: 0px;
			background-image: url("../images/menub.png");
		}
	}
		.header__icon2 {
		position: relative;
		display: block;
		margin: 0px 0px 0px 20px;
		float: left;
		width: 35px;
		height: 35px;
		background-image: url("../images/menu2b.png");
		background-size: cover;
		animation: fadein 1s;
		-moz-animation: fadein 1s; /* Firefox */
		-webkit-animation: fadein 1s; /* Safari et Chrome */
		-o-animation: fadein 1s; /* Opera */
		cursor: pointer;
		
		&:after{
			content:'';
			position: absolute;
			display: block;
			width: 16px;
			height: 0px;
			background-image: url("../images/menu2b.png");
		}
	}
	 .menu{
		float: left;
		margin: 0px;
		padding: 0px;
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #414141;
		z-index: 10;
		width: 150px;
		display: block;
		transform: translateX(-150px);
		transition-duration: 0.3s;
	 }
	 .menu a{
		
		padding: 0px;
		margin: 0px;
		display: block;
		background-color: #414141;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-bottom: 1px solid #FFF;
	}
	
	
	/* .with-sidebar .menu{ */
		/* transform: translateX(0px); */
	/* } */
	.with-sidebar .site-pusher{
		transform: translateX(150px);
	}
	
	.contenu
	{
		position: relative;
		margin: 0px;
		padding: 0px;
	}
	
	.corps
	{
		padding:0px;
		margin:0px;
		height: 100%;
		font-size: 15px;
	}
	
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 18px;
	}

	.color
	{
		padding:15px 10px ;
		margin:0px;
		background-color: white;
		font-size:15px;
		text-align: justify;
	}

	p{
		font-size: 15px;
	}
	
	.span_ref 
	{
		margin-left:-70px;
		max-width: 100%;
		
	}
}


@media only screen and (max-width: 750px) {
	
	.site-pusher {
		transition-duration: 0.3s;
		height: 100%;
		transform: translateX(0px);
	}
	.backvideo
	{
		height: 120px;
		width: 100%;
		max-width: 100%;
	}
	.paragraphe
	{
		text-align: justify;
		line-height: 5.5vw;
	}
	.demo 
	{
		height: 100%;
		width: 100%;
		max-width: 100%;
		position: center;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		top: 0;
		left: 0;
		z-index: -1;
		animation: fadein 1s;
		-moz-animation: fadein 1s; /* Firefox */
		-webkit-animation: fadein 1s; /* Safari et Chrome */
		-o-animation: fadein 1s; /* Opera */
	}
	.head {
		position: static;
		height: 73px;
		max-width: 100%;
		width: 100%;
	}
	.header__icon {
		position: relative;
		display: block;
		margin: 0px 0px 0px 20px;
		float: left;
		width: 35px;
		height: 35px;
		background-image: url("../images/menub.png");
		background-size: cover;
		
		cursor: pointer;
		
		&:after{
			content:'';
			position: absolute;
			display: block;
			width: 16px;
			height: 0px;
			transition-duration: 10s;
			background-image: url("../images/menub.png");
		}
	}
	.header__icon2 {
		position: relative;
		display: block;
		margin: 0px 0px 0px 20px;
		float: left;
		width: 35px;
		height: 35px;
		background-image: url("../images/menu2b.png");
		animation: fadein 1s;
		-moz-animation: fadein 1s; /* Firefox */
		-webkit-animation: fadein 1s; /* Safari et Chrome */
		-o-animation: fadein 1s; /* Opera */
		cursor: pointer;
		
		&:after{
			content:'';
			position: absolute;
			display: block;
			width: 16px;
			height: 0px;
			background-image: url("../images/menu2b.png");

		}
	}
	 .menu{
		margin: 0px;
		padding: 0px;
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		background-color: #414141;
		z-index: 10;
		
		width: 150px;
		display: block;
		transform: translateX(-150px);
		transition-duration: 0.3s;
	 }
	 .menu a{
		 padding: 0px;
		 margin: 0px;
		display: block;
		background-color: #414141;
		height: 40px;
		text-align: center;
		line-height: 40px;
		border-bottom: 1px solid #FFF;
	}
	
	/* .with-sidebar .menu{ */
		/* transform: translateX(0px); */
	/* } */
	.with-sidebar .site-pusher{
		transform: translateX(150px);
	}
}
@media only screen and (max-width: 385px)
{
	.tableau
	{
		font-size: 7px;
	}
}

p
{
	font-family: 'Montserrat';
	font-weight: regular;
	color: #404141;
	min-width: auto;
	max-width: auto;
}


img, table, td, div 
{
	max-width: 100%;
}

/*Image, centrage et police*/
header
{
	width: 100%;
	/*height: 300px;*/
	font-family: Arial;
	font-size: 20px;
	max-width: 100%;
	text-align: center;
	z-index: 10;
}


.backvideo
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	/*height: 320px
	max-width: 100%;*/
	height: %;
	width: 100%;
	object-fit: cover;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari et Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.demo
{
	position: center;
	text-align: center;
	width: 640px;
	height: 360px;
	padding: 20px 0px 30px 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0;
	left: 0;
	z-index: -1;
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari et Chrome */
    -o-animation: fadein 1s; /* Opera */
}

.image
{
	position: center;
	text-align: center;
	max-width: 100%;
	width: 256px;
	height: 160px;
	padding: 10px 0px 20px 0px;
	margin-left: auto;
	margin-right: auto;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* sur Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* sur Safari et Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* sur Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
}

/*Text dans le div*/
div 
{
	font-family: Cantarell, Arial, Helvetica;
	font-size: 1.2vw;
/*	margin: 20px 20px 0px 20px;*/
}
/*



/*Image et text*/
.text
{
	text-align: center;
	float: center;
	padding: 1% 2%;
}

/*Footer*/
footer
{
	position:absolute;
  	top:2;
	left:0;
	width:100%;
	background-color: #262626;
	color: #C7C7C7;
	z-index: -99999;
}

.footer
{
	font-family: 'Raleway', 'Montserrat', Arial;
	font-size: 1.5vw;
	text-align: center;
	padding: 10px;
	margin: 10px;
	color: #C7C7C7;
	z-index: -9999;
}


/*Menu fixé page de théorie*/
.nav
{
	
	font-family: 'Montserrat', Arial;
	text-align: center;
	background-color: transparent;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	line-height: 30px;
}


.nav li
{
	list-style-type: none;
	display: inline-block;
	padding: 10px 40px;
	text-align: center;
/*	border-left: 1px solid white;*/
/*	border-right: 1px solid white;*/
	font-size: 15px;
	background-color: transparent/*rgba(47, 47, 47, 1.0)*/;
}
.nav a li
{
	display: inline-block;

}
.nav a:hover li
{
	
	transform: scale(1.07);
	transition-property: scale;
	transition-duration: 1s;
	background-color: #262626;
	transition-property: background-color;
    transition-duration: 0.5s;
	text-decoration: underline;
}

.sticky
{
	line-height: 20px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	transition-property: background-color;
    transition-duration: 1s;
	top: 0;
	left: 0;
	width: 100%;
}


hr
{
	height: 2px;
	margin: 30px 50px;
	background-color: black;
}



a#cRetour
{
	border-radius:3px;
	padding:10px;
	font-size:15px;
	text-align:center;
	color:#fff; 
	background:rgba(0,0,0,0.80);
	position:fixed;
	right:20px;
	opacity:1;
	z-index:99999;
	transition:all ease-in 0.2s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	text-decoration: none;
}
a#cRetour:before
{ 
	content: "\25b2"; 
}

a#cRetour:hover
{
	background:rgba(0, 0, 0, 1);
	transition:all ease-in 0.2s;
}
a#cRetour.cInvisible
{
	bottom:-35px;
	opacity:0;
	transition:all ease-in 0.5s;
}

a#cRetour.cVisible
{
	bottom:20px;
	opacity:1;
}

table
{
	font-family: 'Raleway', 'Montserrat', Arial;
	text-align: center;
	font-size: 15px;
	border-collapse: collapse;
	margin: auto;
}
table thead
{
	text-decoration: none;
	border-top: 1px solid #676767;
	border-left:1px solid #676767;
	border-right:1px solid #676767;
}
table tbody
{
	text-decoration: none;
	font-weight: 100;
	text-align: left;
	border: 1px solid #414141;
}

th
{
	padding: 8px;

}
td
{
	font-weight: normal;
	border-top: 1px solid #414141;
	background-color: #989898;
	padding: 10px;
}

.scrolltop {
	display:none;
	width:50%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
	z-index: 9999;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(41,41,41,0.7);
	border-style: solid;
	border-width: 1px;
	border-radius: 25% 10%;
	border-color: rgb(96,96,96, 0.5);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 
	z-index: 9999;
	width: 10px;
	height: 10px
}
.scroll:hover {
	background:rgba(96,96,96,0.8);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-11px;
	margin-left:-4px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}