html, body{
	font-family: "Domine", serif;
}

#button-next {
	transform-origin: center center;
	transform:translate(30px, 30px);
}
#button-next.animated{
	animation: popoutAndfade 6000ms ease-in-out 0ms forwards;
}

@keyframes popoutAndfade{
	0%{transform:translate(30px, 30px) scale(1);}
	20%{transform:translate(30px, 30px) scale(1);}
	21%{transform:translate(30px, 30px) scale(0.8);}
	24%{transform:translate(30px, 30px) scale(1.1);}
	26%{transform:translate(30px, 30px) scale(1);}
	50%{opacity:1;}
	60%{opacity:0;}
	100%{opacity:0;}
}

.before_bg_yellow:before{
	background:#F9CD3B;
}

.text_yellow{
	color:#f5cb39;
}

.text_yellow2{
	color:#e3d32d;
}

.text_mid{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

.text_big{
	font-size: 44px;
	line-height: 50px;
	font-weight: 700;
}

.text_xbig{
	font-size:60px;
	line-height: 70px;
	font-weight: 700;
}

.text_small{
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}

.text_vsmall{
	font-size: 14px;
	line-height: 18px;
}

.boxed_blackopacity{
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgba(0,0,0,0.85) 50%);
    background-size: 201% auto;
    background-position:-100% 0px;
}

.lj_text_intro_title, .lj_text_intro_chapo, .lj_text_intro_authordate{
	color: white;
}

.storybox_bgrepeat_ps{
	background: url("images/PS.png");
	background-repeat:repeat;
}

.storybox_bgrepeat_fi{
	background: url("images/FI.png");
	background-repeat:repeat;
}

.storybox_bgrepeat_pc{
	background: url("images/PC.png");
	background-repeat:repeat;
}

.bg_repeat{
	background-repeat:repeat-x;
	background-size:auto 100%;
}
.bg_rang_ps{
	background-image: url("images/rang-ps.jpg");
}
.bg_rang_pc{
	background-image: url("images/rang-pc.jpg");
}
.bg_rang_fi{
	background-image: url("images/rang-fi.jpg");
}

.bg_indep3{
	background:url("images/loiPS-3-indep.jpg") repeat center center;
	background-size:auto 100%;
}
.bg_indep2{
	background:url("images/loiPS-2-indep.jpg") repeat center center;
	background-size:auto 100%;
}
.bg_indep1{
	background:url("images/loiPS-1-indep.jpg") repeat center center;
	background-size:auto 100%;
}

.slide[data-slide="57"] .slide_nextbt svg, .slide[data-slide="57"] .slide_nextbt img{ 
	display:none;
}

.slide[data-slide="57"] .slide_reloadbt{
	display: block;
}

/*AJOUTER A LA CSS GLOBALE*/

.lj_text_intro_authordate{
	text-transform: unset;
}

.lj_text_med_it{
	font-family: "brandon_grotesqueitalicmedium";
	font-size: 36px;
	line-height: 30px;
	padding: 10px 12px;
}

.lj_text_med{
	padding: 10px 12px;
}
