@font-face { font-family: 'warnulfsemiboldit'; font-weight: normal; font-style: normal;
    src: url('https://www.akklesia.eu/themes/akklesia/fonts/warnulf-semiboldit-webfont.eot');
    src: url('https://www.akklesia.eu/themes/akklesia/fonts/warnulf-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.akklesia.eu/themes/akklesia/fonts/warnulf-semiboldit-webfont.woff2') format('woff2'),
         url('https://www.akklesia.eu/themes/akklesia/fonts/warnulf-semiboldit-webfont.woff') format('woff'),
         url('https://www.akklesia.eu/themes/akklesia/fonts/warnulf-semiboldit-webfont.ttf') format('truetype'),
         url('https://www.akklesia.eu/themes/akklesia/fonts/warnulf-semiboldit-webfont.svg#warnulfsemibold') format('svg'); }

@font-face { font-family: BebasNeueRegular; font-style: normal; font-weight: normal;
	src:	url(https://www.akklesia.eu/themes/akklesia/fonts/bebasneue-webfont.eot),
 			url(https://www.akklesia.eu/themes/akklesia/fonts/bebasneue-webfont.eot?#iefix) format("embedded-opentype"),
 			url(https://www.akklesia.eu/themes/akklesia/fonts/bebasneue-webfont.woff) format("woff"),
 			url(https://www.akklesia.eu/themes/akklesia/fonts/bebasneue-webfont.ttf) format("truetype"),
 			url(https://www.akklesia.eu/themes/akklesia/fonts/bebasneue-webfont.svg#BebasNeueRegular) format("svg"); }

@font-face {
	font-family: 'icomoon';
	src:url('https://www.akklesia.eu/x_panel/CreativeButtons/fonts/icomoon/icomoon.eot');
	src:url('https://www.akklesia.eu/x_panel/CreativeButtons/fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('https://www.akklesia.eu/x_panel/CreativeButtons/fonts/icomoon/icomoon.woff') format('woff'),
		url('https://www.akklesia.eu/x_panel/CreativeButtons/fonts/icomoon/icomoon.ttf') format('truetype'),
		url('https://www.akklesia.eu/x_panel/CreativeButtons/fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;}

/* General button style (reset) */
.btnpdf {
	border: none;
	font-family: Arial, sans-serif;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 80px;
	display: inline-block;
	margin: 15px 30px 15px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}

.btnpdf:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btncoz {
	border: none;
	font-family: BebasNeueRegular;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 20px 70px 15px;
	display: inline-block;
	margin: 15px 30px 15px 0;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
}

.btncoz:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Pseudo elements for icons */
.btncoz:before,
.btnpdf:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/* Changer texte ici et ligne 169 : .btn-5:before */
.icon-dw:before { content: "\e63f";
	display: inline;
}


/* Button 3 */

/* jouer sur la margin top de ce bouton pour agrandir l'espace entre le prix et la couv des textes sans e-pub (je l'ai augmentée de 10px) */
.btn-3 { background: #BBFFB2; color: #5C9B55;
	font-size: 1.1em;
	margin-top: 15px;
}

.btn-3 span:nth-child(2) {
	display: block;
	text-transform: capitalize;
	font-size: 150%;
	margin-top: 5px;
}

.btn-3:hover { background: #50C400;
	color: #BBFFB2;
}

.btn-3:active {	background: #50C400; top: 2px;
	color: #BBFFB2;
}

.btn-3:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 2.7;
	font-size: 150%;
	width: 60px;
}


/* Button 3d */
.btn-3d {
	padding: 10px 30px 10px 100px;
	border-radius: 10px;
}

.btn-3d:before {
	background: #5C9B55;
	color: #BBFFB2;
	z-index: 2;
	border-radius: 10px 0 0 10px;
}

.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #5C9B55;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-3d:active:before {	color: #BA0819; }

.btn-3d:active { top: 0; }

.btn-3d:active:after { left: 60px; }



/* ————————————————————————— Button 5 */
/*.btn-5 {
	background: #C5A3D3;
	color: #fff;
	height: 70px;
	min-width: 260px;
	font-size: 16px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	line-height: 10px;
}
*/

/*
.btn-5:active {
	background: #9053a9;
	top: 2px;
}

.btn-5 span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.3s;
	-moz-backface-visibility: hidden;
	transition: all 0.3s;
	backface-visibility: hidden;
	margin-top: -10px;
	line-height: 0.7em;
}
.btn-5 span:nth-child(2) {
	display: inline-block;
	text-transform: capitalize;
	font-size: 75%;
}

/*
.btn-5:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 120%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 15px;
}



.btn-5:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 2.7;
	font-size: 140%;
	width: 60px;
}

/*.btn-5d:before {
	position: absolute;
	height: 100%;
	width: 100%;
	line-height: 2.5;
	font-size: 120%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-top: 15px;
	background-color: #823aa0;
	color: #C5A3D3;
}


.btn-5d:before {
	background: #823aa0;
	color: #C5A3D3;
	z-index: 2;
	border-radius: 8px 0 0 8px;
}


.btn-5:active:before {
	color: #703b87;
}

/* Button 5a 
.btn-5a:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.btn-5a:before {
	left: 0;
	top: -100%;
}

.btn-5a:hover:before {
	top: 0;
}
*/


/* Button 5b 
.btn-5b:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.btn-5b:before {
	left: -100%;
	top: 0;
}

.btn-5b:hover:before {
	left: 0;
}
*/


/* Button 5 modifié pour causeries (=copié à l'identique sur le button3 et remplacé le 3 par 5 après avoir grisé tout le code d'origine du button 5 */


 .btn-5 { background: #D4BADF; color: #823aa0;
	font-size: 1.1em;
	margin-top: 15px;
}


.btn-5 span:nth-child(2) {
	display: block;
	text-transform: capitalize;
	font-size: 150%;
	margin-top: 5px;
}


.btn-5:hover { background: #A02DB7;
	color: #EEC5FF;
}

.btn-5:active {	background: #A02DB7; top: 2px;
	color: #EEC5FF;
}

.btn-5:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3.2;
	font-size: 140%;
	width: 60px;
}


/* Button 5d */
.btn-5d {
	padding: 10px 60px 10px 120px;
	border-radius: 10px;
}

.btn-5d:before {
	background: #823aa0;
	color: #D4BADF;
	z-index: 2;
	border-radius: 8px 0 0 8px;
}

.btn-5d:after {
	width: 20px;
	height: 20px;
	background: #823aa0;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-5d:active:before {	color: #BA0819; }

.btn-5d:active { top: 0; }

.btn-5d:active:after { left: 60px; }


/* Button 6 copié à l'identique sur le 5 modifié et changé les couleurs !*/

 .btn-6 { background: #FFFDDB; color: #E2BE2C;
	font-size: 1.1em;
	margin-top: 15px;
}


.btn-6 span:nth-child(2) {
	display: block;
	text-transform: capitalize;
	font-size: 150%;
	margin-top: 5px;
}

.btn-6:hover { background: #e9ce60;
	color: #fffeef;
}

.btn-6:active {	background: #e9ce60;
	color: #fffeef;
}

.btn-6:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3.2;
	font-size: 140%;
	width: 60px;
}


/* Button 6d */
.btn-6d {
	padding: 10px 60px 10px 120px;
	border-radius: 10px;
}

.btn-6d:before {
	background: #E2BE2C;
	color: #FFFDDB;
	z-index: 2;
	border-radius: 8px 0 0 8px;
}

.btn-6d:after {
	width: 20px;
	height: 20px;
	background: #E2BE2C;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-6d:active:before {	color: #BA0819; }

.btn-6d:active { top: 0; }

.btn-6d:active:after { left: 60px; }


/* Button 7 copié à l'identique sur le 6 modifié et changé les couleurs !*/


 .btn-7 { background: #BFDDF8; color: #0e83cd;
	font-size: 1.1em;
	margin-top: 15px;
}


.btn-7 span:nth-child(2) {
	display: block;
	text-transform: capitalize;
	font-size: 150%;
	margin-top: 5px;
}


.btn-7:hover { background: #88D1FF;
	color: #FFF;
}

.btn-7:active {	background: #88D1FF; top: 2px;
	color: #FFF;
}

.btn-7:before {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	line-height: 3.2;
	font-size: 140%;
	width: 60px;
}


/* Button 7d */
.btn-7d {
	padding: 10px 60px 10px 100px;
	border-radius: 10px;
}

.btn-7d:before {
	background: #0e83cd;
	color: #BFDDF8;
	z-index: 2;
	border-radius: 8px 0 0 8px;
}

.btn-7d:after {
	width: 20px;
	height: 20px;
	background: #0e83cd;
	z-index: 1;
	left: 55px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-7d:active:before {	color: #BA0819; }

.btn-7d:active { top: 0; }

.btn-7d:active:after { left: 60px; }



	@media screen and (min-width: 320px) and (max-width: 639px) {
	
	.main,
.container > header {
	margin: 0 auto;
	padding-right: 0.2em;
	padding-top: 0.2em;
	padding-left: 0.2em;
}

	
	.btnpdf {
	border: none;
	font-family: Arial, sans-serif;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 40px;
	display: inline-block;
	margin: 7px 15px 7px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold; }
	
	
.btn-3 { background: #BBFFB2; color: #5C9B55;
	font-size: 1.05em;
	margin-top: 7px;
}

.btn-3d {
	padding: 8px 20px 5px 80px;
	border-radius: 10px;
}


.btn-3d:after {
	width: 20px;
	height: 20px;
	background: #5C9B55;
	z-index: 1;
	left: 52px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
		
	.btncoz {
	border: none;
	font-family: BebasNeueRegular;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 40px;
	display: inline-block;
	margin: 7px 15px 7px 0;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;	}
		
	.btn-5d {
	border-radius: 10px;
	padding: 8px 30px 5px 75px;
}

 	.btn-5 { background: #D4BADF; color: #823aa0;
	font-size: 1.05em;
	margin-top: 7px;	}
	
	.btn-5d:after {
	width: 20px;
	height: 20px;
	background: #823aa0;
	z-index: 1;
	left: 52px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);	}
	
	.btn-6 { background: #FFFDDB; color: #E2BE2C;
	font-size: 1.05em;
	margin-top: 7px;}
	
	.btn-6d {
	border-radius: 10px;
	padding: 8px 30px 5px 75px;}
	
	.btn-6d:after {
	width: 20px;
	height: 20px;
	background: #E2BE2C;
	z-index: 1;
	left: 52px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);}
	
	.btn-7 { background: #BFDDF8; color: #0e83cd;
	font-size: 1.05em;
	margin-top: 7px;}
	
	.btn-7d {
	border-radius: 10px;
	padding: 8px 20px 5px 70px;
}
	
	.btn-7d:after {
	width: 20px;
	height: 20px;
	background: #0e83cd;
	z-index: 1;
	left: 52px;
	top: 50%;
	margin: -10px 0 0 -10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);}

	
}

	@media screen and (min-width: 640px) and (max-width: 959px){
	
	
	
	.btnpdf {
	border: none;
	font-family: Arial, sans-serif;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 11px 70px;
	display: inline-block;
	margin: 10px 20px 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;}
	
	.btncoz {
	border: none;
	font-family: BebasNeueRegular;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 11px 70px;
	display: inline-block;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: bold;
	margin: 10px 20px 10px 0;
}
	.btn-3d {
	padding: 10px 20px 10px 80px;}
	
	.btn-3 {
	background: #BBFFB2; color: #5C9B55;
	font-size: 1.1em;
	margin-top: 15px;}
	.btn-3:before{
	width: 62px;}	
	.btn-5d {
	border-radius: 10px;
	padding: 10px 45px 10px 100px;}

 	 .btn-5 { background: #D4BADF; color: #823aa0;
	font-size: 1.1em;
	margin-top: 15px;	}
	
	.btn-6 { background: #FFFDDB; color: #E2BE2C;
	font-size: 1.1em;
	margin-top: 15px;}
	
	.btn-6d {
	border-radius: 10px;
	padding: 10px 45px 10px 100px;}
	
	.btn-7 { background: #BFDDF8; color: #0e83cd;
	font-size: 1.1em;
	margin-top: 15px;}
	
	.btn-7d {
	border-radius: 10px;
	padding: 10px 45px 10px 85px;
}
	
}

	@media screen and (min-width: 960px) and (max-width: 1279px){

	
}

	@media screen and (min-width: 1280px){
	
	
}
/* FIN */