@import url("https://fonts.googleapis.com/css?family=Montserrat");

	body {
		background-color: #fff;
		background-image: url(/images/pattern-grid.jpg);
		background-repeat: repeat;
		font-family:"Montserrat"
	}

	.scene-sky {    
		background-image: url(/images/pattern-blue.jpg);
    
	}

	h1, h2, h3, h4 {
		font-family:"Montserrat"
	}

	.bleu {
		color:#0087D3;
	}

	.vert {
		color:#83BB22;
	}

	.orange {
		color:#e64620;
	}

    .material-icons, .icon-text {
      vertical-align: middle;
    }

	.social img {
		max-width: 60px;
		margin: 0 15px;
	}

	label {
		font-weight: 600;
		font-size: 18px;
	}

	#top {
		display: none;
		position: fixed; 
		bottom: 20px; 
		right: 30px; 
		z-index: 99; 
		border: none;
		outline: none;
		background-color: #E74C3C;
		color: white;
		cursor: pointer;
		padding: 7px 7px 0px 7px;
		border-radius: 50%;
		font-size: 20px;
	}

	.scene-sky--about {
    	background-image: url(/images/scenes/decoration-sky.png);
	}

	.scene-sky {
		opacity: .5;
		width: 100%;
		height: 500px;
		position: absolute;
		top: 0;
		left: 0;
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
		transition: opacity 500ms;
	}
