@charset "utf-8";

.ba-slider {
	position: relative;
	overflow: hidden;
}

.ba-slider section.entier {
	display: block;
	width: 100%;
	max-width: none;
}

.ba-slider .resize {
	position: absolute;
	top: 0;
	left: 0;
	width: 58%;
	height: 100%;
	overflow: hidden;
}

.ba-slider .handle {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 58%;
	width: 8px;
	margin-left: -4px;
	background: #322c6c;
	cursor: ew-resize;
}

.ba-slider .handle:after {
	content: '\25C0  DE | FR \25B6';
	position: fixed;
	top: 50%;
	width: 140px;
	height: 140px;
	margin: -75px 0 0 -75px;
	border: 10px solid #322c6c;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 140px;
	color: #322c6c;
	background: #FFF;
	transition: all .20s ease;
}

.ba-slider .handle:hover .info:after {
	visibility: visible;
	opacity: 1;
}

.ba-slider .info:after {
	content: 'Glisser pour traduire | Wischen, um zu übersetzen';
	visibility: hidden;
	z-index: 1;
	position: fixed;
	top: 50%;
	width: 370px;
	height: 25px;
	margin: -120px 0 0 -185px;
	border: 10px solid #322c6c;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	color: #FFF;
	opacity: 0;
	background: #322c6c;
	transition: opacity .8s;
	transition-delay: .5s;
}

.ba-slider .handle:hover:after {
	content: '\25C0  DE | FR \25B6';
	position: fixed;
	top: 50%;
	width: 160px;
	height: 160px;
	margin: -86px 0 0 -86px;
	border: 12px solid #322c6c;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 160px;
	color: #322c6c;
	background: #FFF;
}

.ba-slider .handle.ba-draggable:after {
	width: 140px;
	height: 140px;
	margin: -75px 0 0 -75px;
	border: 10px solid #322c6c;
	font-size: 22px;
	line-height: 140px;
}

.ba-slider .handle.ba-draggable:hover .info:after {
	visibility: hidden;
	opacity: 0;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

*::selection {
	color: #FFF;
	background: rgba(51,51,103,0.95);
}

*::-webkit-selection {
	color: #FFF;
	background: rgba(51,51,103,0.95);
}

*::-moz-selection {
	color: #FFF;
	background: rgba(51,51,103,0.95);
}

h1, h2, h3, p, dl, li, span .texte_de {
	margin: 5px;
	padding: 0;
	font-family: 'Vollkorn',Times new roman,serif;
	font-style: normal;
}

h1 {
	font-size: 45px;
	font-weight: 700;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 14px;
	color: #322c6c;
}

p, dl {
	font-weight: 400;
	line-height: 22px;
}

strong {
	font-weight: 700;
}

li {
	font-size: 20px;
	font-weight: 700;
	list-style: none;
	color: #322c6c;
}

dd {
	padding-left: -50px;
}

.download {
	font-size: 16px;
	line-height: 22px;
	}

header {
	z-index: 1;
	position: fixed;
	width: 100%;
}

#logo-degre {
	height: 80px;
	margin: 20px;
}

#menu {
	float: right;
	padding: 0 20px;
	text-align: right;
	text-decoration: none;
	line-height: 28px;
}

.motoco, .motoco_bt, .titre {
	width: 62.5vw!important;
	height: auto;
}

.motoco, .titre {
	margin-left: -12.5vw;
}

.motoco_bt {
	position: absolute;
	bottom: 70px;
	padding-right: 12.5vw;
}

.texte_de, .texte_fr {
	width: 50vw;
	margin: auto;
}

.texte_fr {
	margin: 0 25vw;
	color: #322c6c;
}

.texte_de {
	color: #7e7089;
}

.texte_de::selection {
	color: #FFF;
	background: rgba(126,112,137,0.9);
}

.texte_de::-webkit-selection {
	color: #FFF;
	background: rgba(126,112,137,0.9);
}

.texte_de::-moz-selection {
	color: #FFF;
	background: rgba(126,112,137,0.9);
}

.titre {
	padding-top: 170px;
	text-align: right;
}

.presentation p {
	text-align: right;
	font-size: 20px;
	line-height: 25px;
}

.resume {
	width: 50vw;
	padding-left: 12.5vw;
	text-align: justify;
}

.blocL {
	width: 24vw;
	margin-top: -15px;
}

.blocR {
	width: 24vw;
	margin-top: -15px;
	margin-left: 26vw;
}

.pied {
	height: 600px;
}

.pied_about {
	height: 700px;
}

.exeption {
	margin-top: 100px;
}

a {
	text-decoration: none;
	color: #322c6c;
	transition-duration: 250ms;
}

a:hover {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
}

#footer {
	z-index: 2;
	position: relative;
}

#copy {
	display: inline;
	float: right;
	margin: 0 20px 15px 20px;
	text-align: right;
}

#mention {
	display: inline;
	float: left;
	margin: 0 20px 15px 20px;
}

#menuToggle {
	display: none;
}






@media screen and (max-width:1024px) {

	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	.presentation p {
		font-size: 17px;
		line-height: 22px;
	}

	.resume {
		width: 80vw;
		padding-left: 10vw;
		text-align: justify;
	}

	header {
		opacity: .95;
		background-color: #FFF;
	}

	#logo-degre {
		height: 70px;
	}

	#menu {
		display: none;
	}

	.download {
		font-size: 16px!important;
	}

	.motoco, .motoco_bt, .titre {
		width: 90vw!important;
	}

	.motoco, .titre {
		margin-left: -10vw;
	}

	.motoco_bt {
		bottom: 100px;
	}

	.presentation {
		padding-left: 10vw;
	}

	.ba-slider .resize {
		width: 50%;
	}

	.ba-slider .handle {
		left: 50%;
		width: 6px;
		margin-left: -3px;
	}

	.ba-slider .handle:after {
		content: '\25C0  DE | FR \25B6';
		width: 80px;
		height: 80px;
		margin: -43px 0 0 -43px;
		border: 6px solid #322c6c;
		font-size: 12px;
		line-height: 80px;
		transition: all .10s ease;
	}

	.ba-slider .handle:hover:after {
		content: '\25C0  DE | FR \25B6';
		width: 100px;
		height: 100px;
		margin: -55px 0 0 -55px;
		border: 10px solid #322c6c;
		font-size: 15px;
		line-height: 100px;
	}

	.ba-slider .handle:hover .info:after {
		visibility: hidden;
		opacity: 0;
	}

	.ba-slider .handle.ba-draggable:after {
		width: 70px;
		height: 70px;
		margin: -38px 0 0 -38px;
		border: 6px solid #322c6c;
		font-size: 10px;
		line-height: 70px;
	}

	#menuToggle {
		display: block;
		z-index: 1;
		position: absolute;
		top: 40px;
		right: 10vw;
		opacity: .95;
		-webkit-user-select: none;
		user-select: none;
	}

	#menuToggle input {
		display: block;
		z-index: 2;
		position: absolute;
		top: -7px;
		left: -5px;
		width: 40px;
		height: 32px;
		opacity: 0;
		cursor: pointer;
		-webkit-touch-callout: none;
	}

	#menuToggle p {
		display: block;
		z-index: 1;
		position: relative;
		width: 33px;
		height: 4px;
		margin-bottom: 5px;
		border-radius: 3px;
		background: #322c6c;
		transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0), background .5s cubic-bezier(0.77,0.2,0.05,1.0), opacity .55s ease;
		transform-origin: 4px 0;
	}

	#menuToggle p:first-child {
		transform-origin: 0 0;
	}

	#menuToggle p:nth-last-child(2) {
		transform-origin: 0 100%;
	}

	#menuToggle input:checked ~ p {
		opacity: 1;
		transform: rotate(45deg) translate(-2px,-1px);
	}

	#menuToggle input:checked ~ p:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2,0.2);
	}

	#menuToggle input:checked ~ p:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(0,-1px);
	}

	#menuMob {
		position: absolute;
		right: -10vw;
		width: 100vw;
		height: 100vh;
		margin: -100px 0 0 0;
		padding-top: 20vh;
		padding-right: 10vw;
		list-style-type: none;
		background: #FFF;
		transition: transform .5s cubic-bezier(0.77,0.2,0.05,1.0);
		transform: translate(0,-100%);
		transform-origin: 0 0;
		-webkit-font-smoothing: antialiased;
	}

	#menuMob li {
		padding: 10px 0;
		text-align: right;
		font-size: 22px;
	}

	#menuToggle input:checked ~ ul {
		opacity: 1;
		transform: scale(1.0,1.0);
	}

	.texte_de, .texte_fr {
		width: 80vw;
		margin: auto;
	}

	.texte_fr {
		margin: 0 10vw;
	}

	#titre {
		padding-top: 170px;
	}

	.blocL {
		width: 80vw;
		margin-top: 50px;
	}

	.blocR {
		width: 80vw;
		margin-top: 50px;
		margin-left: 0;
	}

	.exeption {
		margin-top: 30px;
	}

	#copy {
		display: inline;
		float: right;
		margin: 0 20px 15px 20px;
		text-align: right;
	}

	#mention {
		display: inline;
		float: right;
		margin: 0 20px 15px 20px;
	}

	.pied {
		height: 200px;
	}

	.pied_about {
		height: 400px;
	}
}