@import url(http://fonts.googleapis.com/css?family=Playball);
* {
	margin: 0;
	padding: 0;
}
.arrondie {
	-moz-border-radius: 30x;
	-webkit-border-radius: 30px;
}

a {	
        color: #c922c7;
	text-decoration: none;
	-webkit-transition: 0.15s color ease;
	-moz-transition: 0.15s color ease;
	-ms-transition: 0.15s color ease;
	-o-transition: 0.15s color ease;
	transition: 0.15s color ease;
font-weight: bold;
}
	a:hover {
	color: #222;
	font-size: 18px;
	font-weight: bold;
	}
h1,
h2 {
	font-size: 24px;
	top: 0px;
	margin-top: 50px;
	text-align: center;
	color: #BB10B5;
}
h3 {
text-transform: uppercase;
text-align: center;
}
h4 {
	font-size: 20px;
	text-align: center;
}
h5 {
	text-align: center;
	color: #ffffff;}

.meny {
	display: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	overflow: auto;
	color: #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 1px;
	top: 50px;
}
.meny ul {
		margin-top: 10px;
}
.meny ul li {
			display: inline-block;
			width: 200px;
			list-style: none;
			font-size: 16px;
			padding: 3px 10px;
}
			.meny ul li:before {
				content: '-';
				margin-right: 5px;
				color: rgba( 255, 255, 255, 0.2 );
			}
.meny-arrow {
	position: absolute;
	z-index: 10;	
	-webkit-transition: opacity 0.4s ease 0.4s;
	   -moz-transition: opacity 0.4s ease 0.4s;
	    -ms-transition: opacity 0.4s ease 0.4s;
	     -o-transition: opacity 0.4s ease 0.4s;
	        transition: opacity 0.4s ease 0.4s;
}
	//.meny-left .meny-arrow {
		
		top: 50%;
				}//

	.meny-bottom .meny-arrow {
		
		bottom: 14px;
				}
        .meny-top .meny-arrow {
	
		top: 14px;
		                }
	.meny-active .meny-arrow {
		opacity: 0;

		-webkit-transition: opacity 0.2s ease;
		   -moz-transition: opacity 0.2s ease;
		    -ms-transition: opacity 0.2s ease;
		     -o-transition: opacity 0.2s ease;
		        transition: opacity 0.2s ease;
	}
.contents {
	padding: 0px 5%;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #FFFFFF;
	-webkit-overflow-scrolling: touch;
	-webkit-transform-style: preserve-3d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/FOND%20COULEUR/bleu.jpg);
	background-attachment: fixed;
	background-size: 100% 100%;
	color: #F4EDED;
}
	.contents>article {
		max-width: 90%;
	}
	.contents p {
	margin: 10px 0 10px 0;
	font-size: 16px;
	color: rgba(0,0,0,1);
	text-align: center;
	}

html,
body {
	height: 100%;
	overflow: hidden;
		font-family: 'Lato', Helvetica, sans-serif;
	font-size: 20px;
	color: #222;
	background-image: url(../images/FOND%20COULEUR/TEST4.jpg);
}
.ctaButton {
  border-radius: 0.5em 0.5em 0.5em 0.5em;
}
.ctaButton {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.ctaButton {
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	display: inline-block;
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
	/* [disabled]font-size: 11px; */
	font-weight: bold;
	margin-top: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-decoration: none;
	text-transform: uppercase;
}
.bleu {
	background-color: #B5B5AC;
	background: linear-gradient(center top , #FFCC80, #FFB580) repeat scroll 0 0 transparent;
	background-repeat: repeat;
	background-position: center top , #FFCC80, #FFB580) repeat scroll 0 0 transparent;
	background-attachment: scroll;
	color: #434342;
	width: 300px;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	border-top: medium solid #ADA586;
	border-bottom: medium inset #ADA586;
	border-right: medium inset #ADA586;
	border-left: medium solid #5D91B3;	
        height: 200;	
}
.bleu:hover {
	background-color: #BBBBAF;
	background-repeat: repeat;
	background-position: center top , #FFB580, #FFCC80) repeat scroll 0 0 transparent;
	background-attachment: scroll;
	font-size: medium;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #123FEB;
	width: 320px;
        height: 380px
}



.ib-container{
	position: relative;


	//width: 1152px;//
max-width: 50%;		
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	left: 40px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	right: 0px;
}
.ib-container:before,
.ib-container:after {
    content:"";
    display:table;
}
.ib-container:after {
    clear:both;
}

.ib-container article{
	display: block;
	width: 162px;
	height: 280px;
	background: #fff;
	cursor: pointer;
	float: left;
	border: 10% solid #fff;
	text-align: left;
	text-transform: none;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,1),1px 1px 3px 10px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,1),1px 1px 3px 10px rgba(0,0,0,0.2);
}

.ib-container h3 a{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	color: rgba(0, 0, 0, 1);
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	opacity: 0.8;
}
.ib-container article header span{
	font-size: 10px;
	font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
	padding: 10px 0;
	display: block;
	color: #FFD252;
	color: rgba(255, 210, 82, 1);
	text-shadow: 0px 0px 0px rgba(255, 210, 82, 1);
	text-transform: uppercase;
	opacity: 0.8;
}
.ib-container article p{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #333;
	color: rgba(51, 51, 51, 1);
	text-shadow: 0px 0px 0px rgba(51, 51, 51, 1);
	opacity: 0.8;
}
.ib-container h3 a,
.ib-container article header span,
.ib-container article p{
	-webkit-transition: opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-moz-transition: opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-o-transition: opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-ms-transition: opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	transition: opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	text-align: left;
}
/* Hover Style for all the items: blur, scale down*/
.ib-container article.blur{
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}







/* Hover Style for single item: scale up */
.ib-container article.active{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 11px 15px 10px rgba(0,0,0,0.4);
	z-index: 100;	
	opacity: 1;
}
.ib-container article.active h3 a,
.ib-container article.active header span,
.ib-container article.active p{
	opacity; 1;
}
