/* BOUTON DOCUMENTATION */

.node-type-article .tabs a {
	position: relative;
	z-index: 2;
}
.node-type-article .node-article {
	position: relative;
}
.node-type-article .node-article .btn-doc {
	text-align: right;
	max-width: 1470px;
	margin: 0 auto;
	position: absolute;
	top: -60px;
	left: 30px;
	right: 30px;
	z-index: 1;
}
.node-type-article .node-article .btn-doc.fixed {
	position: fixed;
	top: 30px;
}
.node-type-article .node-article .btn-doc a {
	color: #ffffff;
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #384c9d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	display: inline-block;
	position: relative;
}
.node-type-article .node-article .btn-doc a:before {
	content: "";
	background-image: url("../img/btn-doc.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	height: 30px;
	margin: 25px 0 10px;
	display: block;
}
.node-type-article .node-article .btn-doc a:after {
	content: "";
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	height: 12px;
	width: 12px;
	margin: -3px 0 0 -7px;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}



/* FAQ */

.node-type-article .node-article .faq {
	max-width: 970px;
	padding: 60px 30px 40px;
	margin: 0 auto;
}
.node-type-article .node-article .faq > h3 {
	font-family: "OpenSans", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: center;
	margin: 0 0 30px;
}
.node-type-article .node-article .faq .node {
	margin: 30px 0 0;
}
.node-type-article .node-article .faq .question {
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 0 0 0 60px;
	position: relative;
	cursor: pointer;
}
.node-type-article .node-article .faq .question:before {
	content: "";
	border: 2px solid #707070;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
}
.node-type-article .node-article .faq .question:after {
	content: "";
	border-top: 2px solid #707070;
	border-right: 2px solid #707070;
	height: 10px;
	width: 10px;
	margin: -13px 0 0 2px;
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.node-type-article .node-article .faq .question.active:after {
	margin: -9px 0 0 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.node-type-article .node-article .faq .reponse {
	padding: 0 0 0 60px;
}



/* ---------- RESPONSIVE ------------------------------------------------------------------------ */



@media all and (max-width: 1400px) {
	
}

@media all and (max-width: 1150px) {
	
}

@media all and (max-width: 1050px) {
	
}

@media all and (max-width: 950px) {
	
}

@media all and (max-width: 740px) {
	
}