/* Police Lato*/

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../font/Lato1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(../font/Lato2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../font/Lato3.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../font/Lato4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Police Bitter*/

@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: local('Bitter-Regular'), url(../font/Bitter1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: local('Bitter-Regular'), url(../font/Bitter2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

body{
	background-color: black;
}

html, body, .maincontainer {
	height:100%;
	color:#444;
	font-family: 'Lato', sans-serif;
}

.maincontainer{
	display: none;
}

.videobackground {
	background:center no-repeat fixed url('../img/background-water.jpg');
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}

h1 {
    font-size:68px;
}

h4 {
    font-size:16px;
}

.go span {
	color: rgb(250, 250, 250) !important;
}

a:hover {
	color:#111;
}

.wletter:hover{
	font-weight: bold;
	text-decoration: overline underline;
}

.btn,.well,.panel {
	border-radius:0;
}

.btn-danger {
	background-color:#4537CE;
}

.text-danger, a.text-danger {
	color:#4537CE;
}

.text-danger:hover, a.text-danger:hover{
	color:#5644FF;
}

.btn-huge {
	padding:17px 22px;
	font-size:22px;
}

.lato {
	font-family: 'Lato', sans-serif;
}

.bitter {
	font-family: 'Bitter', serif;
}

.icon-bar {
	background-color:#fff;
}

.navbar-trans {
	background-color:#212121;
	color:#fff;
	border-width: 0;
	box-shadow: 0 0 6px black;
}

.navbar-trans .navbar-brand, .navbar-trans >.container-fluid .navbar-brand {
	padding: 14px;
	color:#4537CE;
}

.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#4537CE;
	color:#fff;
}

.navbar-trans a{
	color:#fff;
	letter-spacing:1px;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	padding: 7px;
	text-align: center;
	z-index:-1
}

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}

section {
	padding-top:70px;
	padding-bottom:50px;
	min-height:100%;
	min-height:calc(100% - 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#section1, #section2, #section4  {
	background-color: rgba(0,0,0,0.7);
	color:#fff;
	font-family: 'Bitter', serif;
}

#section5, #section6 {
	background-color: #f6f6f6;
	color:#444;
}

#section3 {
	background: rgba(255, 255, 255, 0.8);
}

#section2, #section4 {
	background-color: rgba(0,0,0,0.9);
}

#section7 {
	background-color: #fff;
}

#section8 {
	background-color: #eee;
	min-height:130px;
	padding-top:40px;
	padding-bottom:40px;
}

#section9 {
	background-color: #4537CE;
	color: #f6f6f6;
	min-height:130px;
	padding-top:40px;
	padding-bottom:40px;
}

footer {
	background-color:#2b2b2b;
	color:#ddd;
	min-height:100px;
	padding-top:20px;
	padding-bottom:40px;
}

footer .nav>li>a {
	padding: 3px;
	color: #4537CE;
}

footer .nav>li>a:hover {
	background-color:transparent;
	color:#fff;
}



/* CSS complémentaire */

.clear{
    clear: both;
}

.logocontainer{
	width: 200px;
}

.logocontainer img{
	float: left;
	display: block;
	height: 44px;
	margin: 13px;
}

.logocontainer div{
	float: left;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 13px;
	line-height: 24px;
	transition: 0.3s;
}

.logocontainer div:hover{
	text-shadow: 0 0 6px white;
	cursor: pointer;
	transition: 0.3s;
}

.tab a{
	height: 70px;
	padding: 0 18px !important;
	line-height: 70px !important;
	font-size: 18px;
	transition: 2s;
}

.tab a:active{
	text-shadow: 0 0 6px white;
	transition: 0s;
}

.navbar-toggle{
	border: 1px solid white;
	padding: 12px;
	font-size: 20px;
	background-color: white;
	color: black;
}

.navbar-header .collapsed{
	background-color: inherit !important;
	color: white !important;
}

#imgprofil{
	margin: 80px auto;
	width: 250px;
}

#imgprofil img{
	width: 100%;
}

.go{
	font-size: 23px;
	margin-left: -25px;
	z-index: 1;
}

.go:hover{
	color: white;
	font-weight: bold;
}

.go:active{
	font-size: 22px;
}

.devtextleft{
	text-align: right;
	float: right;
	width: 550px;
	padding: 0 50px 50px 0;
}

.devtextright{
	width: 550px;
	padding: 0 0 50px 50px ;
}

.devtextleft p, .devtextright p{
	font-size: 18px;
}

.devimgright, .devimgleft{
	display: block;
	height: 250px;
	padding-top: 20px;
}

.devimgright{
	padding-left: 50px;
}

.devimgleft{
	padding-right: 50px;
	float: right;
}

.imgswitch1{
	display: block;
}

.imgswitch2{
	display: none;
}

.v-center{
	margin-top: 50px;
}

.projet{
	background-color: gray;
	margin: 50px auto 0 auto;
	width: 360px;
	height: 200px;
	transition: 0.2s;
}

.projet:hover, .bigprojet:hover{
	box-shadow: 0 0 6px 3px #4735CE;
    cursor: pointer;
}

.bigprojet{
	background-color: gray;
	margin: 50px auto 0 auto;
	width: 90%;
	transition: 0.2s;
}

.miniature{
	width: 100%;
	height: 100%;
}

.miniature-modal{
	width: 70%;
	margin: 0 15%;
}

.purple{
	color: white;
	background-color: #4735CE;
}

.purple:hover{
	color: white;
	box-shadow: 0 0 6px black;
	background-color: #3123ba
}

.contactinput{
	padding-left: 5px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	font-size: 100%;
	font-weight: bold;
}

#filesizealert{
	display: none;
}

.maxi{
	font-size: 11px;
}

.large{
	width: 100%;
}

.panel-body{
    min-height: 570px;
}

.articlethumb{
    background-size: cover;
    background-position: center;
    height: 100px;
    width: 100px;
    margin: 10px;
}

.readmore{
    display: block;
    text-align: right;
}

.thumbleft{
    float: left;
}

.thumbright{
    float: right;
}

.description{
	margin: 0 auto;
	max-width: 800px;
}

.description h3 {
	line-height: 40px;
}

li i{
	font-size: 12px !important;
}

h3 span{
    font-size: 16px;
}

a h2, a h3{
	color: white;
}

a:hover h2, a:hover h3{
	color: white;
	cursor: pointer;
}

.confirmation{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	font-family: Lato, tahoma, verdana, arial, serif;
	font-size: 30px;
	color: rgb(14, 55, 19);
	padding: 25% 40px 40px 40px;
	text-align: center;
	z-index: 9999;
}

.confirmationblock{
	position: relative;
	background-color: rgb(80, 152, 58);
	padding: 50px;
	width: 550px;
	border-radius: 20px;
	border: 3px solid rgb(14, 55, 19);
	margin: -70px auto 0 auto;
}

.cross{
	position: absolute;
	top: 10px;
	right: 10px;
	color: rgb(14, 55, 19);
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}

.cross:hover{
	cursor: pointer;
	background-color: rgb(14, 55, 19);
	color: rgb(80, 152, 58);
}

.dismiss{
	font-weight: bold;
}

.dismiss:hover{
	cursor: pointer;
	text-decoration: underline;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #4735CE;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #4735CE;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Scrollbar */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px black;
	background-color: #212121;
}

#style-1::-webkit-scrollbar
{
	width: 15px;
	background-color: #212121;
}

#style-1::-webkit-scrollbar-thumb
{
	background-color: #4537CE;
}

/* Media queries */

@media (max-width: 1500px) {
	.projet{
		width: 240px;
		height: 135px;
	}

	h1{
		font-size: 42px;
	}

	h3 {
		font-size: 24px;
		line-height: 28px;
	}

	#imgprofil{
		margin: 40px auto;
		width: 180px;
	}
}

@media (max-width: 1199px) {

    .panel-body{
        min-height: 570px;
    }

	.devtextleft{
		width: 350px;
		padding: 0 30px 30px 0;
	}

	.devtextright{
		width: 350px;
		padding: 0 0 30px 30px ;
	}

	.devtextleft h2, .devtextright h2{
		font-size: 24px;
	}

	.devtextleft p, .devtextright p{
		font-size: 16px;
	}

	.devimgright{
		padding-left: 30px;
	}

	.devimgleft{
		padding-right: 30px;
	}
}

@media (max-width: 991px) {

    .panel-body{
        min-height: 570px;
    }

    .nav>li>a {
    	padding: 15px 5px;
    }

	.fullname{
		display: none;
	}

	.logocontainer{
		width: auto;
	}

	.tab a{
		font-size: 15px;
	}
}

@media (max-width:767px) {

	h1 {
		font-size: 36px;
	}

    .panel-body{
        min-height: 570px;
    }

	.navbar-collapse {
		max-height: 100% !important;
	}

	.fullname{
		display: block;
	}

	.logocontainer{
		width: 200px;
	}

	.tab a{
		font-size: 20px;
		padding: 0 25px !important;
	}

	.devtextleft, .devtextright{
		float: none;
		margin: 0 auto;
		text-align: center;
		width: auto;
		padding: 0;
	}

	.devimgright, .devimgleft{
		float: none;
		margin: 0 auto;
		padding: 0;
		height: auto;
		width: 60%;
	}

	.imgswitch1{
		display: none;
	}

	.imgswitch2{
		display: block;
	}

	.confirmation{
		font-size: 16px;
		padding: -70px 40px 40px 40px;
		text-align: center;
		z-index: 9999;
	}

	.confirmationblock{
		padding: 20px;
		width: 300px;
		border: 3px solid rgb(14, 55, 19);
	}

	.cross{
		top: 7px;
		right: 7px;
		height: 20px;
		width: 20px;
		line-height: 20px;
		border-radius: 50%;
		background-color: rgb(14, 55, 19);
		color: rgb(80, 152, 58);
	}

	.btn{
		margin: 5px;
	}
}

@media (max-width: 550px){

	h1 {
		font-size: 28px !important;
	}

	h3 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	#imgprofil{
		margin: 20px auto !important;
		width: 130px !important;
	}

	.go{
		display: none;
	}

	.devimgright, .devimgleft{
		width: 100%;
	}
}
