/***********
 * GENERAL *
 * *********/
body, input, textarea, select {
	font-family: "Roboto";
}

.oswald {
	font-family: "Oswald";
}

.container {
	position: relative;
	display: block;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.hidden {
	opacity: 0;
}


.visible {
	opacity: 1;
}

.transition {
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-o-transition: all ease 1s;
	transition: all ease 1s;
}

.container > div.titre {
	font-size: 14px;
	letter-spacing: 6px;
	text-align: center;
}

.container > .titre:after {
	content: '';
	position: relative;
	display: block;
	margin: 15px auto;
	
	width: 40px;
	height: 12px;
	
	background-color: #D1D2D4;
	
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transition: all ease 0.4s;
}

.container:hover > .titre:after {
	width: 60px;
}




/*-- HEADER --*/
.frame-header {
	position: relative;
	height: 80vh;
	display: flex;
	text-align: center;
}

.frame-header .container {
	margin: auto;
}

.frame-header h1 {
	margin: 0;
	font-size: 70px;
	font-weight: 500;
}

.frame-header p {
	margin: 60px 0 0 0;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: 300;
}

.frame-header a {
	position: relative;
	display: block;
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 3px;
	
	width: 340px;
	max-width: 100%;
	margin: 60px auto 0 auto;
}

.frame-header a span:after {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 10px;
	
	margin: 10px 0 60px 0;
	background-color: #D1D2D4;
}

.frame-header img {
	display: block;
	margin: 0 auto;
	width: 40px;
	
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.frame-header a:hover img {
	-webkit-animation-name: none;
	animation-name: none;
}





/*-- TEMOIGNAGES --*/
.frame-temoignage {
	position: relative;
	padding: 40px 0;
}

.frame-temoignage .titre {
	margin: 0 0 60px 0;
}

.frame-temoignage .titre:after {
	background-color: #224257;
}

.frame-temoignage p {
	width: 680px;
	max-width: 100%;
	margin: 0 auto 40px auto;
	text-align: center;
	
	font-size: 18px;
	font-style: italic;
}

.frame-temoignage p.sign {
	margin: 0 auto;
	font-size: 16px;
}






/**********
 * ANCHOR *
 * ********/
.anchor {
	position: fixed;
	top: 50%;
	right: 40px;
	
	text-align: right; 
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	
	z-index: 40;
}

.anchor a {
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #FFF;
	
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.anchor a span {
	display: none;
}

.anchor .active {
	margin: 0 0 5px 0;
}

.anchor .active span {
	display: inline-block;
	vertical-align: middle;
}

.anchor .rectangle {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.anchor .rectangle > div {
	display: block;
	width: 18px;
	height: 5px;
	
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.anchor .active .rectangle > div {
	width: 24px;
	height: 7px;
}

.anchor .rectangle .top {
	margin: 0 0 6px 0;
}

.anchor a { color: #FFF; }
.anchor .rectangle > div { background-color: #D1D2D4; }
.anchor .active .rectangle > div { background-color: #FFF; }



/* Plus petit que 900
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 900px) {
	.anchor {
		display: none;
	}
}



/* Plus petit que 760
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 760px) {
	.frame-header .container {
		padding: 0 20px;
	}
	
	.frame-temoignage .container {
		padding: 0 20px;
	}
}




/* Plus petit que 650
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 650px) {
	.frame-header h1 {
		font-size: 30px;
	}
}
