/*
╭━━━━━━━━━━━╯ KARIMBA-DESIGN ╰━━━━━━━━━━━╮
	
	Feuille de styles 
	
 _________________________________________________________ 
	Mis à jour le 18/03/2014 à 19:34:50 par Y. Guérin
	© KARIMBA-DESIGN > http://www.karimba-design.fr
╰━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╯
*/

@import url('https://fonts.googleapis.com/css?family=BenchNine:700|Open+Sans:400,400i,600,700|Seaweed+Script');

body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
table, tr, td {
	font-family: 'Open Sans', sans-serif;
}
a,
a:visited {color: #FF4F00;}
a:hover {color: #FF9D00;}
.main a:hover {text-decoration: underline;}

h1,h3,h4 {
	font-family: 'Seaweed Script', cursive;
	color: #2D0095;
}
h5, nav {
	font-family: 'BenchNine', sans-serif;
}
@keyframes nuages {
    from {background-position: 0 0;}
    to {background-position: -1000px 0;}
}
header {
	position: relative;
	background: transparent url(../img/header-nuages.jpg) repeat-x 0 0;
	animation: nuages 120s linear infinite;
	overflow: hidden;
	height: 0;
	padding-top:20%;
}
#header-mask {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: auto;
}
#header-vague {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	height: auto;
}
header h1 {
	position: absolute;
	top: 0;
	left:2%;
	margin-top:2.5%;
	width:50%;
	font-size: 1.5em;
	font-size: 7vw;
	font-weight: normal;
	text-shadow: 0 0 0.2em #FFF;
}
header h1 a,
header h1 a:visited,
header h1 a:hover {color: #2D0095;}
header h1 img {
	position: relative;
	top: -0.15em;
	margin-right: 0.2em;
	width: 21%;
	height:auto;
}

header h2 {
	position: absolute;
	bottom: 0;
	right: 14.5%;
	margin-bottom: 5.5%;
	font-size: 1.7vw;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0 0 0.2em #FF4F00;
	text-align: right;
	letter-spacing: 0.1em;
}
header h2 small {
	position: absolute;
	width: 300%;
	right: 0;
	bottom: -3em;
	color: #2D0095;
	text-shadow: none;
	font-size: 0.85em;
	letter-spacing: 0;
}
.canvas-wrapper {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	margin-top: 19%;
	overflow: hidden;
    min-height: calc( 100vh - 25% );
	height: 127.5vw;
	z-index: 0;
}
.canvas-mains {
	position: absolute;
	width:17%;
	width: 17vw;
	height:127.5vw;
}
#canvas-mains-gauche {left:-4vw;}
#canvas-mains-droite {right:-4vw;}

@media (min-width : 1450px) {
	header {
		padding: 0;
		height: 275px;
	}
	#header-mask {height: 275px;}
	#header-vague {height: 215px;}
	header h1 {
		margin-top: 45px;
		width: 800px;
		font-size: 100px;
	}
	header h2 {
		margin-bottom: 80px;
		font-size: 24px;
	}
	/*.canvas-mains {margin-top:250px;}*/

}

nav {
	position: relative;
	font-size: 2.2vw;
	text-align: center;
	z-index: 2;
}
nav li {display: inline-block;position: relative;}
nav li a {
	position: relative;
	display: block;
	padding: 1.2em 0.45em;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
nav li a:after {
	content: "";
	position: absolute;
	width:0%;
	left:50%;
	bottom: 1.2em;
	border-bottom: 2px solid #2D0095;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
		 -o-transition: all 0.2s ease;
			transition: all 0.2s ease;
}
nav li a:hover:after {
	width:90%;
	left:5%;
	bottom: 1.3em;
}
nav li.menu-selected a {
	color: #2D0095;
	cursor: default;
}
nav li.menu-selected a:after {display:none;}

nav ul.sousmenu {
	display: none;
	position: absolute;
	padding: 0.3em 0;
	top:2.8em;
	left:0;
	width: 6em;
	background: #FFF;
	border: 1px solid #DDD;
	-webkit-box-shadow:0px 1px 1em rgba(0,0,0,0.3);
	   -moz-box-shadow:0px 1px 1em rgba(0,0,0,0.3);
		box-shadow:0px 1px 1em rgba(0,0,0,0.3);
}
nav li:hover ul.sousmenu {
	display: block;
}
nav li ul.sousmenu li a {
	font-size: 0.7em;
	padding: 0.2em;
	line-height: 1.1em;
	color: #FF4F00;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
nav li ul.sousmenu li a:hover {color: #FF9D00;}
nav li ul.sousmenu li a:after {bottom: 0.1em;}
nav li ul.sousmenu li.menu-selected a,
nav li ul.sousmenu li.menu-selected a:hover {color: #2D0095;}
nav li ul.sousmenu li.menu-selected a:after {display: none;}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: transparent url(../img/footer-fond.png) repeat-x 0 top;
	background-size: 100%;
	font-size: 1vw;
	text-shadow: 0 0 3px #FF8833;
    z-index: 2;
}
footer p {
	padding: 0.6em 9em 0.5em 1em;
}
footer a.mentions {
	position: absolute;
	right: 1em;
	top: 0.6em;
	width: 8em;
	color: #000;
}

.main {
	position: relative;
	margin:2% auto;
	width: 71%;
	font-size: 14px;
	z-index: 1;
}

.main .principal {
	margin-right: 330px;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.main .sidebar {
	float:right;
	width: 250px;
}

.principal strong {
	font-weight: 700;
	color: #2D0095;
}

.principal h3,
.sidebar h4 {
	position: relative;
	display: inline-block;
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 1em;
}
.principal h3:after,
.sidebar h4:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -0.3em;
	left:-3%;
	width: 103%;
	height: 8px;
	background: transparent url(../img/trace1.png) no-repeat 0 0;
	background-size: 100% 8px;
	z-index: -1;
}
.principal p {
	margin-bottom: 0.8em;
	text-indent: 3em;
	text-align: justify;
}
.principal.actu-unique p,
.principal .actu-unique p {text-indent: 0;}
.mce-content-body {padding: 20px;}
.principal h4 {
	font-family: 'BenchNine', sans-serif;
	font-size: 1.7em;
	margin: 1.5em 0 0.5em;
	color: #FF4F00;
}
.principal ul {
	padding: 10px 0 10px 3em;
}
.principal ul li {
	position: relative;
	margin: 0 0 0.5em;
}
.principal ul li:before {
	content: "";
	position: absolute;
	display: block;
	top: 0.2em;
	left: -2em;
	width: 15px;
	height: 17px;
	background: transparent url(../img/main1.png) no-repeat 0 0;
	transform: scale(-1,1);
}

.principal blockquote {
	position: relative;
	margin: 0 3em 1.5em;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #2D0095;
	text-align: center;
	text-indent: 0;
}
.principal blockquote p {text-indent: 0;}

.principal blockquote:before,
.principal blockquote:after {
	position: absolute;
	font-size: 3em;
	color: #DDD;
	top:50%;
	margin-top:-0.3em;
}
.principal blockquote:before {
	content: "«";
	left:-0.7em;
}
.principal blockquote:after {
	content: "»";
	right: -0.7em;
}

.principal ul.puces li {
	margin-bottom: 0.5em;
	position: relative;
}
.principal ul.puces li:before {
	content: "";
	display: block;
	position: absolute;
	width: 0.6em;
	height: 0.6em;
	left:-1.3em;
	top:0.7em;
	background: #FF4F00;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}
.main .more {
	display: block;
	position: relative;
	text-align: right;
	font-size: 0.9em;
	padding-right: 22px;
	font-style: italic;
	font-weight: 400;
}
.main .more:after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top:50%;
	margin-top:-9px;
	width:15px;
	height: 17px;
	background: transparent url(../img/main1.png) no-repeat 0 0;
}

.sidebar.mobile {display:none;margin-top: 3em;padding-bottom:2em;}
.sidebar .bloc {margin-bottom: 2.5em;}
.sidebar li {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	font-size: 13px;
	background: transparent url(../img/trace2.png) no-repeat 0 bottom;
	background-size: 100% 2.5px;
}
.sidebar li:last-child {background: none;}

.sidebar h4 {
	font-size: 1.8em;
	display: block;
	margin-top:0.5em;
}
.sidebar h4:after {
	height: 6px;
	background-size: 100% 6px;
}
.sidebar h5 {
	font-size: 1.3em;
	line-height: 1.05em;
	margin-bottom: 0.2em;
}
.sidebar h5 a {
	display: block;
	color: #2D0095;
}
.sidebar h5 a:hover {text-decoration: none;}

.sidebar div.date {
	float: left;
	position: relative;
	background: #FF4400;
	color: #FFF;
	margin: 0 8px 5px 0;
	padding: 0.1em;
	text-align: center;
	width: 2.2em;
	height: 2.2em;
	line-height: 1.1em;
}
.sidebar div.date:after {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	top:0;
	width: 6px;
	height: 6px;
	background: transparent url(../img/angle-cal.gif) no-repeat 0 0;
}
.sidebar div.date span {display: block;}
.sidebar div.date span.jour {font-weight: 700;}
.sidebar .formations p {clear: left;}
.sidebar .formations h5 {display: table-row;height: 2em;}
.sidebar .formations h5 a {display: table-cell;vertical-align: middle;}
.sidebar .notes {font-size: 13px;}
.sidebar .notes p {margin: 0 0 0.5em;}
.sidebar a.voirtout {
	display: block;
	text-align: center;
	padding: 0.5em;
	font-size: 0.9em;
}
.sidebar .reseau a {
	display:block;
	padding:1em 0;
	cursor: pointer;
    text-align: center;
}
.sidebar .reseau a img {
	transition: all 0.2s;
	max-width: 100%;
}
.sidebar .reseau a:hover img,
.sidebar .reseau a:focus img {
	transform: scale(1.05);
	filter: contrast(1.1);
}

@media (max-width : 1200px) {
	header {padding-top: 21%;}
	footer {font-size: 0.9em;line-height: 1.1em;background-size: 100% 100%;}
}
@media (max-width : 900px) {
	header {padding-top: 23%;}
	.main .principal {margin-right: 300px;}
	#canvas-mains-gauche {left:-6%;left:-6vw;}
	#canvas-mains-droite {right:-6%;right:-6vw;}
}

@media (max-width : 800px) {
	.sidebar.desktop {display:none;}
	.sidebar.mobile {display:block;}
	.main .principal {margin-right: 0;}
	.main .sidebar {float: none;width: 100%;}
	#canvas-mains-gauche {left:-6%;left:-6vw;}
	#canvas-mains-droite {right:-6%;right:-6vw;}
}
@media (max-width : 650px) {
	header h2 {margin-bottom: 5.2%;font-size: 0.5em;font-size: 2vw;right: 10%;}
	header h2 small {font-size: 1em;bottom: -2.2em;}
	#header-mask {height: 100%;}
	nav {font-size:0.6em;font-size: 3vw;}
	nav li a {padding: 1em 0.3em;}
	.canvas-wrapper {margin-top: 30%;}
	footer {
		position: relative;
		padding: 0.5em 0;
		font-size: 0.8em;
		text-align: center;
	}
	footer p {padding: 1.5em 5% 0.5em;}
	footer a.mentions {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin: 0.2em auto 0.5em;
	}
}
@media (max-width : 450px) {
	nav {
		margin-top:2em;
	}
	header {
		overflow: visible;
		margin-bottom: 2%;
		background-size: 120%;
		padding-top: 28%;
	}
	header h1 {width:70%;font-size:1.8em;font-size:7vw;}
	header h2 {
		color: #FF4F00;
		text-shadow: none;
		bottom: -2.2em;
		right: 4%;
		font-weight: 600;
	}
	header h2 small {bottom: -1.2em;}
	.canvas-wrapper {margin-top: 45%;}
	.principal p {text-align: left;}
}


.picto-main {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 15px;
	height: 17px;
	background: transparent url(../img/main1.png) no-repeat 0 0;
	margin: 0 5px;
	transform: scale(-1,1);
}

.coul1 ,.coulafter1:after ,.coulbefore1:before   {-webkit-filter: hue-rotate(30deg); filter: hue-rotate(30deg);}
.coul2 ,.coulafter2:after ,.coulbefore2:before   {-webkit-filter: hue-rotate(67deg) saturate(8); filter: hue-rotate(67deg) saturate(8);}
.coul3 ,.coulafter3:after ,.coulbefore3:before   {-webkit-filter: hue-rotate(90deg) saturate(5); filter: hue-rotate(90deg) saturate(5);}
.coul4 ,.coulafter4:after ,.coulbefore4:before   {-webkit-filter: hue-rotate(120deg);filter: hue-rotate(120deg);}
.coul5 ,.coulafter5:after ,.coulbefore5:before   {-webkit-filter: hue-rotate(150deg);filter: hue-rotate(150deg);}
.coul6 ,.coulafter6:after ,.coulbefore6:before   {-webkit-filter: hue-rotate(180deg);filter: hue-rotate(180deg);}
.coul7 ,.coulafter7:after ,.coulbefore7:before   {-webkit-filter: hue-rotate(210deg);filter: hue-rotate(210deg);}
.coul8 ,.coulafter8:after ,.coulbefore8:before   {-webkit-filter: hue-rotate(240deg);filter: hue-rotate(240deg);}
.coul9 ,.coulafter9:after ,.coulbefore9:before   {-webkit-filter: hue-rotate(270deg);filter: hue-rotate(270deg);}
.coul10,.coulafter10:after,.coulbefore10:before  {-webkit-filter: hue-rotate(300deg);filter: hue-rotate(300deg);}
.coul11,.coulafter11:after,.coulbefore11:before  {-webkit-filter: hue-rotate(330deg);filter: hue-rotate(330deg);}


/* ╰━┅┉┈  © KARIMBA-DESIGN - www.karimba-design.fr  ┈┉┅━╯ /*