/* spip typo */
.texteencadre-spip.spip {
	background: none;
	border: 0;
	padding: 30px;
	margin: 0;
	width: 100%;
}
/* style jeu */
.jeu {
	background:url("../sodimed_jeu/img/jeu-pattern.jpg");
}
.jeu-main {
	text-align: center;
	font-size: 20px;
	color: #fff;
	max-width: 640px;
	position: relative;
	padding: 120px 200px;
	margin:200px auto 0 auto;
	background-color:#e98813;
	background-size: cover;
}
.jeu-code {
	font-size: 36px;
}
.code {
	letter-spacing: 10px;
	display: inline-block;
	padding: 20px 30px;
	background-color: #000;
	z-index: 99;
}
.jeu-main p:first-child {
	margin:0;
}
.jeu-main p {
	margin-top: 15px;
	font-weight: 400;
	text-align: left;
	line-height: 1.3em;
}
.jeu-main a {
	display: inline-block;
	padding: 8px 10px;
	font-weight: 500;
	color:#fff;
	border: 1px dashed;
}
.jeu-main strong {
	font-weight: 600;
}
.jeu .row-logo a {
	display: inline-block;
	padding:15px;
	background-color: #fff;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
}
.jeu .logo-titre {
	display: inline-block;
	position: relative;
	margin-bottom: -7px;
	z-index: 100;
}
@media screen and (max-width: 1600px) {
	.jeu-main {
		padding: 60px 60px;
		margin: 120px auto;
	}
}
@media screen and (max-width: 1280px) {
	.jeu-code {
		font-size: 24px;
	}
	.jeu {
		padding:30px 15px;
	}
	.jeu-main {
		font-size: 16px;
		padding: 15px 15px 30px 15px;
		margin: 0 auto;
	}
	.jeu .logo-titre {
		max-width: 100px;
	}
	.jeu .row-logo a {
		max-width:150px;
	}
}
/* style hub */
#copy {
	max-width: 480px;
	line-height: normal;
	border: 2px dashed #eee;
	padding: 15px;
}
#copy.copy-hover {
	border: 2px dashed #bbb;
}
#util {
	display: block;
	border: 2px dashed transparent;
}
#copy.copy-hover-small #util {
	border: 2px dashed #bbb;
}
body.clipboard_on #copy {
	border:2px dashed #7DA70F!important;
}
body.clipboard_on_on #util {
	border:2px dashed #7DA70F!important;
}
.texte > p {
	padding:15px;
}
.navigation {
	background-color: #ebe5cf;
}
.navigation a {
	/*color: #333;*/
	display: inline-block;
	padding: 15px;
}
.navigation a.espace {
	padding: 15px 0;
}
.navigation .active > a {
	background-color:#59574e;
	color: #ddd;
}
.navigation .rubrique_active > a {
	/*opacity: 1;*/
	color: #333;
}
.rubrique-lien {
	text-align: center;
	background-color: #D9B92F;
	border-radius: 5px;
}
.ariane-lien > a {
	opacity:.7;
}
.rubrique-lien > a {
	opacity: .7;	
	display: block;
	padding: 10vh 0;
	line-height: normal;
	font-size: 24px;
	font-weight: 500;
}
.rubrique-lien:hover > a {
	opacity: 1;	
}
.swiper-slide-tutoriel {
	color:#CCC;
}
span.maj {
	color: #aaa;
	font-family: "courier new", courier, monospace;
	font-size: 15px;
}
.sw-next,
.sw-prev {
	width: 100%;
	display: block;
	cursor:pointer;
	padding: 10px;
	background-color:#222;
	border-radius: 5px;
	text-align:center;
	opacity: .5;
}
.hover:hover .sw-next,
.hover:hover .sw-prev {
	opacity: 1;
}
.swiper-slide-tutoriel a {
	color:#e04793;
	text-decoration: underline;
}
.swiper-slide-tutoriel p {
	line-height: 1.8em;
}
.swiper-slide-tutoriel strong {
	font-weight: 300;
	color:#fff;
	border-bottom:1px solid;
}
.swiper-slide-tutoriel i {
	font-weight: 300;
	color:#fff;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  	opacity: 0;
}
.swiper-button-prev,
.swiper-button-next {
	opacity: 1;
	display: none;
}