@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 100%;
}
.contentDupuis {
	width: 90%;
	margin: 0px;
	padding: 0px;
	max-width: 80%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
.mobileNON{
	display:block;
}
.center {
	text-align: center;
}
.espaceentrerubrique {
	width: 100%;
	height: 40px;
	padding: 0px;
	margin: 0px;
	clear: both;
}
.imagerond{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/*__________________________LES COULEURS__________________________*/

.bleu {
	color: #0d5ba5;/*color:#0d5ba5;*/
	/*color:#0d5ba5;*/
}
.gris {
	color: #626262;
}
.pasactif {
	color: #d2d9e0;
}
.noir {
	color: #000;
}
.blanc {
	color: #ffffff;
}

.vert {
	color: #7bbc6c;
}
.BGbleu {
	background-color: #0d5ba5;
}
.fondgris {
	background-color: #efecec;
}
.fondblanc {
	background-color: #ffffff;
}
.fondbleu {
	background-color: #0d5ba5;
	background-color: rgba(0, 51,102, 0.8);
}
.bleufacebook {
	color: #4460a0;
}
.bleutwitter {
	color: #00aaec;
}
.bleucultura{
	color:#013f78;
}
.rougepinterest {
	color: #cc2127;
}
.rougeyoutube {
	color: #ff1d25;
}
.rosewestory {
	color: #c63b8e;
}
.jaunesnapchat{
   color: #fffc00;
}

.vertandroid{
   color: #a4c639;
}
.vertwindows{
   color: #008a00;
}
.rougegplus{
   color: #dd5044;
}
.jaunefnac{
   color: #de9c00;
}
.orangeamazon{
   color: #f8981d;
}
.rougedecitre{
   color: #e20025;
}
.colorinstagram {
	background: #7D3AAE;
background: -moz-linear-gradient(45deg, #f9d800 20%, #f71000 41%, #7d3aae 75%);
background: -webkit-linear-gradient(45deg, #f9d800 20%,#f71000 41%,#7d3aae 75%);
background: linear-gradient(45deg, #f9d800 20%,#f71000 41%,#7d3aae 75%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9d800', endColorstr='#7d3aae',GradientType=1 );
/*color: #7D3AAE;*/
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}




.bordurebleu {
	border: 1px solid #0d5ba5;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.Fonddegradeblanc {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 80%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 80%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 ); /* IE6-9 */
}
/*__________________________TITRE- TEXTE__________________________*/

.gros_titre {
	margin: 0px;
	padding: 0px;
	font-family: "Cocogoose", Georgia;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 50px;
	font-weight: 500;
}
.titre_normal {
	margin: 0px;
	padding: 0px;
	font-family: "Cocogoose", Georgia;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	text-transform: uppercase;
}
.sous_titre {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px;
}
.gros_titre a, .titre_normal a, .sous_titre a {
	color: inherit !important;
	text-decoration: none;
}
a.sous_titre, .sous_titre > a, a.titre_normal, .titre_normal > a, a.gros_titre, .gros_titre > a {
	/*color: inherit;*/
	text-decoration: none;
}

a.sous_titre:hover, .sous_titre > a:hover, a.titre_normal:hover, .titre_normal > a:hover, a.gros_titre:hover, .gros_titre > a:hover {
	/*text-decoration: underline;*/
}
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	/*	text-align: justify;*/
}
i {
	font-style: italic;
}
.date-ico {
	margin: 0px;
	padding: 0px;
}
.date {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 25px;/*display: inline-block;*/
}
.icon-cotetext {
	position: relative;
	float: left;
	display: inline-block;
	width: 27px;
	height: 27px;
	padding: 3px;
	margin: 0px;
	margin-top: -3px;
	margin-right: 5px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #0d5ba5;
	font-size: 20px;
	line-height: 20px;
}
/*
Ne sert pas apparement.

.Special {
	font-family: "CocogooseLetterpress", Georgia;
}
.Leger {
	font-family: "CocogooseLight", Georgia;
}
.UltraLeger {
	font-family: "CocogooseUltralight", Georgia;
}
.infos {
	font-family: "CocogooseUltralight", Georgia;
	font-size: 10px;
}*/
.homeYoutube .gros_titre img {
	width: 120px;
}
.home_titrepunchline {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 15px;
}

/***** [ ecrans classique ] *****/
@media (max-width: 1599px) {
	.contentDupuis {
		max-width: 90%;
	}
}

/***** [ ipad2 vertical ] *****/
@media handheld, only screen and (max-width: 991px) {
.contentDupuis {
	max-width: 90%; /* anciennement 100% mais pas bon pour les parutions */
}
.gros_titre {
	font-size: 24px;
	line-height: 36px;
}
}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 767px) {
.contentDupuis {
	max-width: 100%;
}
.gros_titre {
	font-size: 20px;
	line-height: 30px;
}
.sous_titre {
	font-size: 15px;
	line-height: 20px;
}
.mobileNON{
	display:none;
}
}
/*------------------------------------------------------------------------------------------------------------------------Bandeau Titre*/
.BandeauTitre {
	padding: 0px;
	margin: 0px;
	/*margin-top:5px;*/
  	/*margin-bottom:5px;*/
	color: #FFF;
	text-align: center;/*height:55px;*/

}
.titreBandeauTitre {
	display: inline-block;
	padding: 0px;
	margin: 0px;
	/*margin-left:-20px;*/
	line-height: 55px;
	font-family: "Cocogoose", Georgia;
	text-transform: uppercase;
	font-size: 30px;
}
.icoBandeauTitre {
	position: relative;
	float: left;
	display: inline-block;
	width: 40px;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	font-size: 50px;
	/*vertical-align:middle;*/
	line-height: 66px;
}
.icoTitre {
	position: relative;
	display: inline-block;
	width: 70px;
	padding: 0px;
	margin: 0px;
	font-size: 70px;
	/*vertical-align:middle;*/
	line-height: 30px;
}

/***** [ ipad large ] *****/
@media handheld, only screen and (max-width: 1199px) {
.titreBandeauTitre {
	font-size: 25px;
}
}



/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 767px) {
.BandeauTitre {
	height: auto;
}
.titreBandeauTitre {
	line-height: 40px;
	font-size: 20px;
}
.icoBandeauTitre {
	width: 38px;
	margin-right: 5px;
	font-size: 40px;
	line-height: 20px;
}
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------BandeauTitreImage-verbatim*/
.bandeauTitreImage_verbatim {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.bandeauTitreImage_verbatim_visuel {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden; /* Empêche le dépassement des flottants. */
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center; /* alignement vertical */
}
.bandeauTitreImage_verbatim img {
}
.bandeauTitreImage_verbatim_titre {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.mega_titre {
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	text-align: center;
	top: 40%;
	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);
}
.bandeauTitreImage_verbatim_fond {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.2;
	filter: alpha(opacity=20); /* For IE8 and earlier */
}

/***** [ ipad2 large ] *****/
@media (max-width:1599px) {
.presentation_album_serie {
	font-size: 60px;
	padding-top: 150px;
	padding-bottom: 80px;
}
}

/***** [ ipad2 large ] *****/
@media (max-width:1199px) {
.mega_titre {
	font-size: 60px;
}
}

/***** [ ipad ] *****/
@media handheld, only screen and (max-width: 991px) {
.mega_titre {
	font-size: 60px;
}
}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 767px) {
.mega_titre {
	font-size: 25px;
	line-height: 50px;
}
}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 479px) {
.mega_titre {
	top: 30%;
	font-size: 25px;
	line-height: 50px;
}
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------BandeauTitreImage-album*/

.bandeauTitreImage_album {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 980px;
	margin-bottom: 2%;
}
.bandeauTitreImage_album_visuel {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}

.bandeauTitreImage_album_visuel img {
	width: 100%;
}

.bandeauTitreImage_album_fond {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.BandeauTitreImage_contenu {
	position: absolute;
	width: 90%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	top: 70%;
	z-index: 10;
	left: 5%;
	height: 640px;
}
.presentation_album_liste {
	width: 1136px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.BandeauTitreImage_image {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.img-opacite {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

/***** [ ipad2 large ] *****/
@media (max-width:1199px) {
.bandeauTitreImage_album {
	height: 860px;
}
.BandeauTitreImage_contenu {
	height: 600px;
}
.presentation_album_serie {
	font-size: 60px;
	padding-top: 150px;
	padding-bottom: 80px;
}
.presentation_album_liste {
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}
}

/***** [ ipad2 large ] ****
@media only screen and (max-width:1199px) {
.bandeauTitreImage_album {
	height: 860px;
}
.BandeauTitreImage_contenu {
	height: 600px;
}
.presentation_album_liste {
	width: 678px;
	margin-left: auto;
	margin-right: auto;
}
.BandeauTitreImage_serie {
	font-size: 60px;
	padding-bottom: 5%;
}
}*/

/***** [ ipad ] *****/
@media only screen and (max-width: 991px) {
.bandeauTitreImage_album {
	height: 860px;
}
.BandeauTitreImage_contenu {
	width: 80%;
	left: 84px;
}
.BandeauTitreImage_liste {
	width: 472px;
	margin-left: auto;
	margin-right: auto;
}
}

/***** [ Mobile - low res ] *****/
@media only screen and (max-width: 767px) {
.bandeauTitreImage_album {
	height: 750px;
}
.BandeauTitreImage_contenu {
	height: 540px;
	width: 80%;
	z-index: 10;
	left: 10%;
	padding: 10px;
}
.BandeauTitreImage_liste {
	width: 236px;
}
.BandeauTitreImage_contenu .slick-prev {
	left: -50px;
}
.BandeauTitreImage_contenu .slick-next {
	right: -50px;
}

.BandeauTitreImage_contenu .slick-prev {
	height:100%;
	width:30px;
}
.BandeauTitreImage_contenu .slick-next {
	height:100%;
	width:30px;
}
}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 479px) {
.bandeauTitreImage_album {
	height: 650px;
}
.BandeauTitreImage_contenu {
	height: 540px;
	width: 80%;
	z-index: 10;
	left: 10%;
	padding: 10px;
}
.BandeauTitreImage_liste {
	width: 236px;
}
.BandeauTitreImage_contenu .slick-prev {
	left: -30px;
}
.BandeauTitreImage_contenu .slick-next {
	right: -20px;
}
}
/*------------------------------------------------------------------------------------------------------------------------BOUTONS*/

dp-center-voirtout{
	    text-align: center;
}
.flechebas {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}


.icoBTcalot {
	position: relative;
	float: left;
	font-size: 32px;
	line-height: 10px;
	padding-right: 10px;
}
.icoBTrond {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 50px;
	line-height: 88px;
	text-align: center;
}
.icoBTrondmini {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 24px;
	line-height: 50px;
}
/*.dupuis_btrondClassique p{
	position: absolute;
	display: block;
	width: 100%;
	max-width: 78px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	line-height: 10px;
	z-index: 2;
	bottom: 7px;

}*/
.dupuis_btBase {
	width: 180px;
	font-size: 14px;
	line-height: 42px;
}
.dupuis_btPrix {
	margin-top: 5px;
	width: 100%;
	font-size: 14px;
	line-height: 42px;
}
.textbtRectangle {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	line-height: 35px;
}
.icobtRectangle {
	position: relative;
	float: left;
	display: inline-block;
	width: 27px;
	height: 27px;
	padding: 3px;
	margin: 0px;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 28px;
	line-height: 28px;
}

/***** [ ipad2 vertical ] *****/
@media handheld, only screen and (max-width: 991px) {
.textbtRectangle {
	font-size: 14px;
}
.icoBTcalot {
	position: relative;
	float: left;
	font-size: 32px;
	line-height: 10px;
	padding-right: 5px;
}
}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 767px) {
.textbtRectangle {
	font-size: 16px;
}
}
.dupuis_btRectangle {
	position: relative;
	display: inline-block;
	width: 50%;
	max-width: 50%;
	height: 50px;
	margin-top: 10px;
	text-align: center;
}
.dupuis_btRectangle2 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	max-width: 100%;
	padding-left: 30px;
}
.icoBTRectangle2 {
	position: absolute;
	float: left;
	width: 28px;
	margin-left: -30px;
	font-size: 28px;
	line-height: 50px;
	top: 1px;
}
.dupuis_bt_long {
	position: relative;
	display: inline-block;
	height: 50px;
	margin-top: 10px;
	text-align: center;
	padding-left: 30px;
}
.dupuis_btrond {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #0d5ba5;
	background: #f8f7f9;
	color: #0d5ba5;
	outline: none;
	-moz-transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	-o-transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	-webkit-transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	-moz-transition-delay: 12s;
	-o-transition-delay: 12s;
	-webkit-transition-delay: 12s;
	transition-delay: 12s;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(183,183,183,0.1);
	-moz-box-shadow: 0px 0px 6px 2px rgba(183,183,183,0.1);
	box-shadow: 0px 0px 6px 2px rgba(183,183,183,0.1);
}
.dupuis_btrond2 {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	background-color: #FFF;
	color: #FFF;
	width: 60px;
	height: 60px;
	line-height: 40px;
	padding: 2px;
	border-radius: 50%;
	border: 2px solid #0d5ba5;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.dupuis_btrond2 .icon_btrond2 {
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	background-color: #0d5ba5;
	color: #FFF;
	width: 50px;
	height: 50px;
	line-height: 60px;
	font-size: 40px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
}
.dupuis_btrond2:hover .icon_btrond2 {
	background-color: #ffffff;
	color: #0d5ba5;
}
.dupuis_btrondClassique {
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	margin: 5px;
}
.dupuis_btrondmini {
	width: 100%;
	max-width: 50px;
	height: 50px;/*min-height: 50px;*/
}
.dupuis_bt {
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0d5ba5;
	background-color: #fbfbfb;
	color: #0d5ba5;
	-moz-transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	-o-transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	-webkit-transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	transition: all 2.9s cubic-bezier(0, 0, 1, 0.07);
	-moz-transition-delay: 12s;
	-o-transition-delay: 12s;
	-webkit-transition-delay: 12s;
	transition-delay: 12s;/*-webkit-box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);
  -moz-box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);
  box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);
	-webkit-box-shadow: 0px 6px 8px 2px rgba(0,51,102,0.1);
  -moz-box-shadow: 0px 0px 6px 2px rgba(0,51,102,0.1);
  box-shadow: 0px 0px 6px 2px rgba(0,51,102,0.1);*/
}


.dupuis_bt:hover, .dupuis_btrond:hover {
	background: #fff;
	/*  -webkit-box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);
  -moz-box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);
  box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);*/
	-webkit-box-shadow: 0px 6px 8px 2px rgba(0,51,102,0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,51,102,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,51,102,0.2);
}
.dupuis_bt:active, .dupuis_btrond:active {
	-moz-transition-delay: 12s;
	-o-transition-delay: 12s;
	-webkit-transition-delay: 12s;
	transition-delay: 12s;
	/*-webkit-box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);
  -moz-box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);
  box-shadow: 0px 0px 6px 2px rgba(22,160,201,0.1);*/
	-webkit-box-shadow: 0px 6px 8px 2px rgba(0,51,102,0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,51,102,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,51,102,0.2);
}


.dp-serie-panier-libraire .dupuis_bt, .dp-album-panier-libraire .dupuis_bt {

    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    color: #0d5ba5;
    background-color: #f6f9fb;
    border: 1px solid #0d5ba5;
    text-decoration: none;
    padding: 10px;
    margin: auto;
    min-width: 150px;
    -webkit-box-shadow: 0px 6px 8px 2px rgba(13, 91, 165, 0.2);
    box-shadow: 0px 0px 6px 2px rgba(13, 91, 165, 0.2);
	line-height: 20px;
}



.parution_album_txt .dp-btn {
	bottom: -20px;
}
.boutonplusinfos a, a .boutonplusinfos {
	color: #0d5ba5;
	text-decoration: none;
	padding: 10px;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin: auto;
	min-width: 150px;
}
.boutonplusinfos a:hover, .boutonplusinfos a:focus, a:hover .boutonplusinfos {
	color: #0d5ba5;
}
/*FIN BOUTONS*/




/*____________________________________________________________________________________________________________________________________________________________ecran Tablette mobile*/
.Mobile, .visible-ipad, .visible-ipadverti {
	display: none !important;
}

/***** [ ecrans classique ] *****/
@media only screen and (min-width: 1600px) {
	.visible-ecran {
		display: block !important;
	}
	.hidden-ecran {
		display: none !important;
	}
}

/***** [ ipad large ] *****/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.hidden-ipad {
	display: none !important;
}
.visible-ipad {
	display: block !important;
}
}

/***** [ ipad2 vertical ] *****/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.hidden-ipadverti {
	display: none !important;
}
.visible-ipadverti {
	display: block !important;
}
}

/***** [ Mobile ] *****/
@media only screen and (min-width: 480px) and (max-width: 767px)  {
.Mobile {
	display: block !important;
}
.pas-Mobile {
	display: none !important;
}
}
@media only screen and (max-width: 479px) {
	.Mobile {
	display: block !important;
}
.pas-Mobile {
	display: none !important;
}}
/*____________________________________________________________________________________________________________________________________________________________PAGE EN DEUX COLONNE ( actualité et concours)*/

.site_left_col {
	width: 70%;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 500px;
	display: block;
	order: 0;
}
.site_left_col_content {
}
.site_left_col_bloc {
	background-color: #ffffff;
	list-style-type: none;
	margin: 20px;
	padding: 40px;
	padding-top: 20px;
}
.site_left_col_content .titre_normal {
	margin-top: 10px;
}
.site_left_col_content .titre_normal a {
	text-decoration: none;
	margin-top: 10px;
}
.site_left_col_content .titre_normal a:hover {
	text-decoration: none;
}
.site_right_col {
	width: 30%;
	order: 0;
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
}
.site_right_col_content {
	width: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding: 20px;
	padding-left: 0px;
	justify-content: center;
}
.site_right_col_content .titre_normal {
	margin-top: 5px;
}
.site_right_col_bloc {
	background-color: #ffffff;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 1px;
}
.ico_site_right_col {
	position: relative;
	float: left;
	display: inline-block;
	width: 30px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	font-size: 30px;
	vertical-align: middle;
	line-height: 20px;
	top: -8px;
}
.site_right_col_content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/***** [ ipad large ] *****/
@media handheld, only screen and (max-width: 1199px) {
.site_left_col {
	width: 65%;
	margin: 0px;
	padding: 0px;
}
.site_right_col {
	width: 35%;
	margin: 0px;
	padding: 0px;
}
}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 767px) {
.contentDupuis {
	width: 100%;
	max-width: 100%;
}
.site_left_col {
	flex: 0 1 100%;
}
.site_right_col {
	flex: 0 1 100%;
}
.site_left_col_bloc {
	margin: 10px;
	padding: 20px;
}
.site_right_col_content {
	padding: 10px;
}
.site_right_col_bloc {
	padding: 20px;
}
.site_right_col .titre_normal {
	font-size: 16px;
}
}

.sondage {
width: 100%;
	margin: 20px;
	padding: 40px;
	background: #fff;
}

.sondage_right {
	margin: 20px 20px 20px 40px;
	padding: 20px;
	background: #fff;
}

.sondage_right .icon-concours:before {
	font-size: 35px;
}
.sondage .form__radio {
	position: relative;
	display: block;
	margin-left: 20px;
}

.sondage .form__radio input[type=checkbox],
.sondage .form__radio input[type=radio] {
	position: absolute;
	left: -20px;
}

.sondage .group__checkbox,
.sondage .group__radio,
.sondage ._group select {
	position: relative;
	margin: 15px 0;
}

.sondage .form-group {
	position: relative;
}

.question ._info {
	position: absolute;
	font-size: 12px;
	color: #a94442;
	top: -15px;
}

.coordonneesbis ._info {
	position: absolute;
	font-size: 12px;
	color: #a94442;
	bottom: -15px;
}

.sondage ._condInfo,
.sondage ._formInfo {
	margin-left: 5px;
	font-size: 12px;
	color: #a94442;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
margin: 5px 0;
}

.flex img { max-width: 100%; }
.flex sup {
	vertical-align: super;
	font-size: smaller;
	text-transform: lowercase;
}

.flex .flex_prix {
	display: flex;
	flex: 0 0 100%;
	margin-bottom: 5px;
	flex-wrap: wrap;
	flex-flow: column-reverse;
}

.flex .flex_prix img,
.flex .flex_prix .infos {
	flex: 0 1 100%;
}
.flex .flex_prix .infos {
	padding: 15px;
}

.flex .flex_prix .infos p {
	margin-top: 25px;
}

.flex .flex_prix .infos small {
	font-size: 12px;
	color: #626262;
}

.modal_sondage {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
}

.modal_sondage .content {
	position: absolute;
	padding: 40px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal_sondage .content span {
	display: block;
	margin: 5px 0;
	text-align: center;
}

.modal_sondage .content span:last-child {
	font-size: 12px;
}

/***** [ ipad large ] *****/
@media handheld, only screen and (max-width: 1199px) {
	._groupCoord .form__checkbox {
		display: inline;
		margin-left: 5px;
	}

/***** [ Mobile - low res ] *****/
@media handheld, only screen and (max-width: 767px) {
	.sondage {
width: unset;
		margin: 10px;
		padding: 20px;
	}
.sondage_right {
margin: 10px;
		padding: 20px;

}
.flex .flex_prix {
flex-flow: row;
}
.flex .flex_prix img, .flex .flex_prix .infos {
	flex: 0 0 50%;
}
}

/***** [ Mobile - xlow res ] *****/
@media handheld, only screen and (max-width: 483px) {
.flex .flex_prix {
flex-flow: column-reverse;
}

.flex .flex_prix img, .flex .flex_prix .infos {
	flex: 0 1 100%;
}
}


