@charset "UTF-8";
/* CSS Document */

.FondCouleur_marsu{
background: rgb(205,235,142); /* Old browsers */
background: -moz-linear-gradient(left, rgba(79,124,75,1) 0%, rgba(56,87,53,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(79,124,75,1) 0%,rgba(56,87,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(79,124,75,1) 0%,rgba(56,87,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e7c4b', endColorstr='#385735',GradientType=1 ); /* IE6-9 */

}

.FondCouleur{
background: rgb(205,235,142); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,148,220,1) 0%, rgba(13,61,125,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,148,220,1) 0%,rgba(13,61,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,148,220,1) 0%,rgba(13,61,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0094dc', endColorstr='#0d3d7d',GradientType=1 ); /* IE6-9 */

}
.FondCouleur2{
background: rgb(205,235,142); /* Old browsers */
background: -moz-linear-gradient(left, rgba(103,132,128,1) 0%, rgba(76,88,86,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(103,132,128,1) 0%,rgba(76,88,86,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(103,132,128,1) 0%,rgba(76,88,86,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#678480', endColorstr='#4c5856',GradientType=1 ); /* IE6-9 */

}
.FondCouleur3{
background: rgb(205,235,142); /* Old browsers */
background: -moz-linear-gradient(left, rgba(205,190,159,1) 0%, rgba(166,133,80,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(205,190,159,1) 0%,rgba(166,133,80,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(205,190,159,1) 0%,rgba(166,133,80,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdbe9f', endColorstr='#a68550',GradientType=1 ); /* IE6-9 */

}


/* CSSs Francois */





	.dp-album {
		padding-bottom: 30px;
	}
	.dp-album:after {
		content: '';
		display: table;
		clear: both;
	}
	.dp-album-couv {
		width: 50%;
		padding: 0 30px;
		text-align: center;
		float: left;
	}

	.dp-album-couv-help {
		pointer-events: none;
		position: absolute;
		display: none;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 100%;
		width: 100%;
		background-color: rgba(255,255,255,0.5);
	}
	/*
	.dp-album-couv-ratio > a:hover .dp-album-couv-help {
		display: flex;
	}*/
	.dp-album-couv-help:after {
		content: "Lire un extrait";
		font-size: 16px;
		color: #0d5ba5;
	}
	.dp-album-infos {
		width: 50%;
		padding: 0 30px;
		float: left;
	}
	.dp-album-infos-container {
	}
	.dp-album-infos-haut {
		position: relative;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.dp-album-infos-haut {
		position: relative;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.dp-album-infos-btn-spoiler:before {
		content: "";
		display: table;
		clear: both;
	}
	.bt_album_precedent, .bt_album_suivant {
		position: absolute;
		display: block;
		top: 50%;
		margin-top: -25px;
	}
	.bt_album_precedent {
		left: 0;
	}
	.bt_album_suivant {
		right: 0;
	}
	.dp-album-resume {
		padding: 30px;
		background-color: #FFF;

		text-align: center;
	}
	.dp-album-resume p{
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 20px;
		text-align: left;
	}

	.dp-album-resume p.premier:first-of-type:first-letter {
	  float:left;
	  font-size: 60px;
	  line-height: 48px;
	  padding: 5px 5px 0px 0px;
	  font-family: "CocogooseOutlined", Georgia;
	  font-weight:500;
	  color: #0d5ba5;
	}
	.dp-album-resume p a {
		color: #0d5ba5;
	}
	.dp-album-resume p i {
		font-style: italic;
	}
	.dp-album-resume p b, .dp-album-resume p strong {
		font-weight: bold;
	}
	.dp-album-resume .dp-mention {
		display: block;
		padding: 15px;
		margin: 15px auto 5px auto;
		color: #0d5ba5;
		font-size: 12px;
		border: 1px dotted #0d5ba5;
	}
	.dp-album-infos-auteur {
		display: block;
		text-align: center;
	}
	.dp-album-infos-auteur span.separe:before {
		content: "\2022";
	}
	.dp-album-infos-serie {
		display: block;
		text-align: center;
		width: calc(100% - 100px);
		margin: auto;
	}
	.dp-album-infos-tome {
		display: block;
		text-align: center;
	}
	.dp-album-infos-spoiler {
		display: none;
	}
	.dp-album-couv-ratio {
		display: inline-block;
		margin: 0 auto;
		max-width: 100%;
		position: relative;
	}
	.dp-album-couv-ratio a {
		position: relative;
		display: inline-block;
		width: 100%;
		line-height: 0;
	}
	.dp-album-couv-container {
		margin-top: 45px;
	}
	.dp-album-couv-container img {
		width: 100%;
		height: auto;
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
		box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.3);
	}
	.couve_album_ratio {
		margin-left: auto;
		margin-right: auto;
	}
	.dp-album-couv-boutons {
		    display: flex;
			justify-content: space-around;
			flex-direction: row;
			flex-wrap: wrap;
			margin-top: 20px;
			padding-bottom: 20px;
	}

	.dp-album-special-description {
		width: 100%;
		max-width: 340px;
		margin: 10px auto;
		text-align: center;
		padding: 10px;
		background: #FFF;
		background: rgba(255,255,255,0.6);
		color: #333;
		font-size: 13px;
	}
	.dp-album-special-ajax {
		position: relative;
	}
	.dp-album-special-ajax .icon-chargement {
		position: absolute;
		top: 25%;
		left: 50%;

	}
	/*.dp-album-infos-technique {
		float: left;
		padding-right: 15px;
		width: 50%;
		margin-top: 30px;
		font-size: 13px;
		line-height: 20px;
		color: #FFF;
	}

	.dp-album-infos-technique ul {
		margin: 0;
		padding: 0;
	}
	.dp-album-infos-technique li {
		margin-bottom: 5px;
	}
	.dp-album-infos-technique li.sous_titre {
		margin-bottom: 20px;
	}*/
	.dp-album-infos-achat {
		float: right;
		width: 50%;
		text-align: center;
	}
	.dp-album-achat-prix {
		position:relative;
		display:block;
		margin-top: 0px;
		font-family: "Cocogoose", Georgia;
		font-size: 24px;
		line-height:36px;
		color: #0d5ba5;
		font-weight: 500;
	}
	.dp-album-achat-stock {
		position:relative;
		display:block;
		font-family: "Cocogoose", Georgia;
		font-size: 12px;
		line-height:18px;
	}
	.dp-album-achat-frais {
		font-size: 13px;
		line-height:18px;
		display: inline-block;
		width: 80%;
		max-width: 360px;
		text-align: left;
		border: 1px solid #0d5ba5;
		padding: 0 10px;
		margin: 5px 0;
		color: #0d5ba5;
	}
	.dp-album-achat-frais span {
		float: left;
		margin-right: 10px;
		margin-top: 5px;
		display: inline-block;
	}
	.infos-haut-mobile {
		display: none;
	}

/* Verbatims */

	.dp-mega-titre {
		width: 100%;
		position: absolute;
		margin: 0px;
		padding: 0px;
		text-align: center;
		top: 50%;
		margin-top: -50px;
		font-family: "Cocogoose", Georgia;
		text-transform: uppercase;
		font-size: 80px;
		line-height: 100px;
		font-weight: 500;
		color: #ffffff;
		text-shadow: 0 0 7px rgba(0,0,0, 0.5);
	}
	.dp-verbatim-bandeau {
		position: relative;
		width: 100%;
	}
	.dp-verbatim-liste {
		text-align: center;
	}
	.dp-verbatim-verbatim {
		width: 22%;
		display: inline-block;
		border: 1px solid #0d5ba5;
		padding: 2%;
		margin: 1.5%;
		text-align: left;
	}
	.dp-verbatim-source {
		text-align: center;
	}
	.dp-verbatim-source a:after {
		font-family: "dupuiscomfonts" !important;
		font-style: normal !important;
		font-weight: normal !important;
		font-variant: normal !important;
		text-transform: none !important;
		content: " \30";
		font-size: 20px;
	}

	.dp-verbatim-source.gros_titre {
		margin-top: 15px;
		font-size: 24px;
		line-height: 32px;
	}
	.liste_verbatims {
		width: 80%;
		width: calc(100% - 30px);
		max-width: 1199px;
		margin: 30px auto 15px auto;
	}
	.dp-verbatim-verbatim-sl {
		padding: 0 30px;
	}
	.dp-verbatim-verbatim-sl-content {
		display: inline-block;
		border: 1px solid #0d5ba5;
		width: 100%;
		padding: 15px;
		margin: 1.5%;
		min-height: 150px;
		text-align: center;
	}
/*
	.liste_verbatims .slick-next {
		right: -50px;
	}
	.liste_verbatims .slick-prev {
		left: -50px;
	}
*/
/*
	.dp-verbatim-texte:before {
		content: "\00AB ";
	}
	.dp-verbatim-texte:after {
		content: "\00BB";
	}
*/
/* Et vous Westory */
.dp-etvous {
	width: 100%;
	display: flex;
	border-bottom: 1px solid #0d5ba5;
}
.dp-etvous-avis, .dp-etvous-votes {
	width: 49.999%;/* Fix pour le border-left sur chrome */
	/*flex: 1;*/
	position: relative;

	border-left: 1px solid #0d5ba5;
	border-right: 1px solid #0d5ba5;
}
.dp-etvous-votes {
	border-right: 0px solid #0d5ba5;
}
.dp-etvous-votes-over, .dp-etvous-avis-over {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 44px;
	z-index: 10;
	pointer-events: none;
	border-left: 1px solid #0d5ba5;
	border-right: 1px solid #0d5ba5;
}
.dp-etvous-votes-over {
	border-right: 0;
}
.dp-ws-over-titre {
	width: 100%;
	background-color: #FFF;
	padding: 0 15px;
	min-height: 44px;
	line-height: 44px !important;
}
.dp-ws-over-titre .titre_normal {
	color: #0d5ba5;
	line-height: 44px;
    vertical-align: middle;
}


.dp-ws-over-titre [class^="icon"] {
  float: left;
  width: 44px;
  height: 44px;
  position: relative;
  top: 3px;
  margin-right: 0px;
  fill: #fff;
  font-size: 32px;
}

.auteur_fiche_presentation {
	margin-bottom: 30px;
}
.auteur_fiche_presentation:after {
	content: " ";
	display: table;
	clear: both;
}

.muractu {
	margin-bottom: 30px;
}

.muractu:after {
	content: " ";
	display: table;
	clear: both;
}


.homeYoutube {
	margin-bottom: 30px;
}

.homeYoutube:after {
	content: " ";
	display: table;
	clear: both;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.dp-verbatim-verbatim {
		width: 30%;
		margin: 1%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.liste_verbatims .slick-prev::before, .liste_verbatims .slick-next::before {
		/*font-size: 30px;*/
	}
	.liste_verbatims .slick-next {
		right: 0px;
	}
	.liste_verbatims .slick-prev {
		left: 0px;
	}

	.dp-album-couv {
		width: 40%;
	}
	.dp-album-infos {
		width: 60%;
	}
	.dp-verbatim-verbatim {
		width: 30%;
		margin: 1%;
	}
	.dp-verbatim-texte {
		font-size: 13px;
	}
	.dp-album-resume p{
		padding-left: 0px;
		padding-right: 0px;
	}
	.dp-album-achat-frais {
		font-size: 12px;
		line-height:16px;
		width: 80%;
	}

	.dp-etvous {
		display: block;
	}
	.dp-etvous-avis, .dp-etvous-votes {
		width: 100%;
	}
	.dp-etvous-votes {
		border-right: 1px solid #0d5ba5;
		border-bottom: 1px solid #0d5ba5;
	}
	.dp-etvous-votes-over {
		border-right: 1px solid #0d5ba5;
		border-bottom: 1px solid #0d5ba5;
	}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {

	/*.dp-album-infos-technique {
		width: 100%;
		float: right;
	}*/

	.liste_verbatims .slick-next {
		right: 0px;
	}
	.liste_verbatims .slick-prev {
		left: 0px;
	}
	.dp-album-infos-achat {
		width: 100%;
	}

	.dp-mega-titre {
		font-size: 60px;
	}
	.dp-verbatim-verbatim {
		width: 30%;
		margin: 1%;
	}
	.dp-verbatim-texte {
		font-size: 13px;
	}

	.dp-verbatim-source a:after {
		font-size: 18px;
	}
	.dp-album-infos-haut .bt_album_precedent, .dp-album-infos-haut .bt_album_suivant{
		bottom: -54px;
		top: auto;
	}
	.dp-album-infos-haut {
		margin-bottom: 60px;
	}
	.dp-album-resume {
		padding: 10px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.dp-album-achat-frais {
		font-size: 12px;
		line-height:16px;
		width: 80%;
	}

	.dp-etvous {
		display: block;
	}

	.dp-etvous-avis, .dp-etvous-votes {
		width: 100%;
		border-right: 1px solid #0d5ba5;
		border-left: 1px solid #0d5ba5;
		border-bottom: 1px solid #0d5ba5;
	}
	.dp-etvous-votes-over {
		border-right: 1px solid #0d5ba5;
		border-bottom: 1px solid #0d5ba5;
	}
}

@media only screen and (max-width: 767px) {

	.liste_verbatims .slick-next {
		right: 0px;
	}
	.liste_verbatims .slick-prev {
		left: 0px;
	}
	.dp-album-infos-haut {
		padding-top: 40px;
		}
	.infos-haut-mobile {
		display: block;
	}

	.infos-haut-large {
		display: none;
	}
	.dp-album-couv {
		width: 100%;
		float: none;
	}
	.dp-album-infos {
		width: 100%;
		float: none;
		padding:20px;
	}
	/*.dp-album-infos-technique {
		width: 100%;
		float: right;
	}*/
	.dp-album-infos-achat {
		width: 100%;
	}

	.dp-mega-titre {
		font-size: 30px;
	}
	.dp-verbatim-verbatim {
		width: 46%;
		margin: 1.5%;
	}
	.dp-verbatim-texte {
		font-size: 13px;
	}

	.dp-verbatim-source a:after {
		font-size: 18px;
	}

	.dp-album-infos-haut .bt_album_precedent, .dp-album-infos-haut .bt_album_suivant{
		bottom: -54px;
		top: auto;
	}
	.dp-album-infos-haut {
		margin-bottom: 60px;
	}
	.dp-album-resume {
		padding-left:0px;
		padding-right:0px;
		padding-top: 30px;
		padding-bottom: 30px;

	}

	.dp-etvous {
		display: block;
	}

	.dp-etvous-avis, .dp-etvous-votes {
		width: 100%;
		border-right: 0px solid #0d5ba5;
		border-left: 0px solid #0d5ba5;
	}
	.dp-etvous-votes {
		border-bottom: 1px solid #0d5ba5;
	}
	.dp-etvous-votes-over {
		border-bottom: 1px solid #0d5ba5;
	}
	.dp-etvous-votes-over, .dp-etvous-avis-over {
		border-right: 0;
		border-left: 0;
	}
}

@media only screen and (max-width: 479px) {
	.liste_verbatims .slick-prev::before, .liste_verbatims .slick-next::before {
		font-size: 30px;
	}
	.liste_verbatims .slick-next {
		right: 0px;
	}
	.liste_verbatims .slick-prev {
		left: 0px;
	}
	.dp-mega-titre {
		width: 100%;
		position: absolute;
		margin: 0px;
		padding: 0px;
		text-align: center;
		top: 50%;
		margin-top: -30px;
		font-family: "Cocogoose", Georgia;
		text-transform: uppercase;
		font-size: 30px;
		line-height: 60px;
		font-weight: 500;
		color: #ffffff;
		text-shadow: 0 0 7px rgba(0,0,0, 0.5);
	}
	.dp-verbatim-verbatim {
		width: 94%;
		margin: 15px 3%;
	}

	.dp-verbatim-source a:after {
		font-size: 18px;
	}

	.dp-album-infos-haut {
		position:relative;
		margin-bottom: 60px;
	}
	.dp-album-infos-haut .bt_album_precedent, .dp-album-infos-haut .bt_album_suivant{
		bottom: -54px;
		top: auto;
	}
	.infos-haut-mobile {
		display: block;

	}
	.dp-album-resume {
		padding-left:0px;
		padding-right:0px;
		padding-top: 30px;
		padding-bottom: 30px;

	}
	.dp-album-infos {
		width: 100%;
		float: none;
		padding:10px;
	}
	.dp-album-resume p{
		font-size:12px;
		line-height:18px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
		text-align: left;
	}
}
