/* Fonts */

:root {
	--base-font: 'Lato', Arial, sans-serif;
	--title-font: 'Chelsea Market', sans-serif;
}

body  {
	font-family: var(--base-font);
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: rgba(0,0,0,0.8);
	background-color: #82cff4;
}
body.home {
	background-color: #fff;
}

/* Definition charte lien */
a  {
	color: #ed1c24;
}

a.btn-primary,
a.btn-primary:hover {
	color: #fff !important;
	text-decoration: none !important;
}

a:hover  {
	color: #0072bc;
}

a:hover,
.cell .subcontent a:hover,
.cell.page .excerpt h1 a:hover, .cell.page .excerpt h2 a:hover, .cell.page .excerpt h3 a:hover,
.part.part2 a:hover, .part.part-temoignages a:hover, .part.part4 a:hover,
#menu-menu-footer a:hover, #menu-top .menu-menu-top-container a:hover,
#brand-sector a:hover, #sommaires .list .cell .date-numero-titre h1 a:hover,
.cell .subcontent a:hover,
body.error404 .error404-content ul li a:hover,
body.error404 .error404-content p a:hover {
	text-decoration: underline;
}

#footer-abonnement a:hover {
	text-decoration: none;
}

body.error404 .error404-content p a,
body.error404 .error404-content ul li a {
	color:#18658c;
}

::selection,
.search-everything-highlight-color  {
	background: #40baf7 !important;
	color:#000 !important;
}
::-moz-selection  {
	background: #40baf7;
	color:#000;
}

/* charte typo */
#menu-top .menu-menu-top-container a,
#menu .menu-menu-principal-container > ul > li > a,
#menu .menu-menu-principal-container ul ul li a {
	font-family: var(--base-font);
}

header {
	z-index: 9000;
}

.onbelow,
#logo-site,
#logo-site a img,
#abonnement-btn,
#abonnement-btn::before,
#abonnement-btn-mobile,
#abonnement-btn-mobile::before,
#newsletter a,
.part.part1 #video-overlay .btn-scroll,
#menu {
	-webkit-transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease;
}

.is-sticky header {
	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
	background-color: rgba(39, 42, 40, .75) !important;
}

.is-sticky header,
.is-sticky header .ontop {
	height: 24px;
}

.is-sticky header .ontop #logo-brand a {
	width: 88px;
	height: 24px;
}

.is-sticky header .ontop #brand-sector {
	line-height: 24px;
	height: 24px;
}

.is-sticky header .ontop #brand-sector a {
	font-size: 13px;
}

.is-sticky header .ontop #menu-top .social {
	/*width: 24px;
	height: 24px;
	background-size: 220px;*/
	margin-top: 0px;
	height: 24px;
	width: 24px;
}
.is-sticky header .ontop #menu-top .social i::before {
	font-size: 15px;
	line-height: 24px;
}

.is-sticky header .ontop #search a {
	width: 24px;
	height: 24px;
	background-position: 4px -32px;
	background-size: 16px auto;
	margin-top: 0;
}
.is-sticky header #menu-top .newsletter-box,
.is-sticky header #menu-top .search-box {
  top: 32px;
}
.is-sticky header .ontop #newsletter a {
	line-height: 24px;
	font-size: 16px;
	margin: 0;
	border-radius: 0;
}
.is-sticky header .ontop #newsletter a:after {
	background-size: 24px auto;
}
.is-sticky header .ontop #newsletter {
	margin: 0;
}
.is-sticky header .search-box:before,
.is-sticky header .search-box:after {
	right: 5px;
}

.is-sticky header .ontop #abonnement-btn {
	line-height: 24px;
	font-size: 16px;
	margin: 0;
	border-radius: 0;
}
.is-sticky header .ontop #abonnement-btn::before {
	height: 22px;
	margin: 0 5px -6px;
	width: 20px;
}

/*.is-sticky header .ontop .social.facebook {	background-position: 10px 7px; }
.is-sticky header .ontop .social.facebook:hover { background-position: 10px -52px;	}

.is-sticky header .ontop .social.twitter {background-position: -21px 7px; }
.is-sticky header .ontop .social.twitter:hover { background-position: -21px -52px;	}

.is-sticky header .ontop .social.googleplus {background-position: -51px 7px; }
.is-sticky header .ontop .social.googleplus:hover { background-position: -51px -52px;	}

.is-sticky header .ontop .social.youtube {background-position: -198px 6px; }
.is-sticky header .ontop .social.youtube:hover { background-position: -198px -54px;	}

.is-sticky header .ontop .social.rss {background-position: -84px 7px; }
.is-sticky header .ontop .social.rss:hover { background-position: -84px -52px;	}*/


.is-sticky header .onbelow {
	height: 60px;
	background-color: rgba(0, 185, 242, .8) !important;
}

.is-sticky header #logo-site {
	margin-top: 2px;
	height: 58px;
}

.is-sticky header #logo-site a img{
	max-width: 100%;
	max-height: 80px;
}

.is-sticky header #menu{
	margin-top: 0;
}

.is-sticky header #menu .menu-menu-principal-container > ul > li {
	padding-bottom: 0;
	line-height: 60px;
}
.is-sticky header #menu .menu-menu-principal-container > ul > li > a {
	
}

.is-sticky header #menu-top .menu-menu-top-container a {
	font-size: 13px;
	line-height: 25px;
	margin-right: 15px;
}

.is-sticky header #abonnement-btn:after {
	margin-left: 7px;
	background-size: 14px auto;
}

@media only screen and (max-width: 1199px){
	.is-sticky header #logo-site a img {
		max-width: 76%;
	}
}

.sticky-wrapper {
	max-height: 115px;
}

.ontop {
	height: 45px;
	background: #ffed00;
	position: relative;
	z-index: 600;
}

.ontop .container {
	position: relative;
}

#abonnement-btn {
	float: right;
	background-color: #f49b1e;
	color: #fff;
	padding: 6px 12px;
	text-transform: uppercase;
	font-family: var(--base-font);
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	box-shadow: 2px 2px 3px #ec038a;
	font-weight: 700;
}

#abonnement-btn:hover {
	background-color: #ec038a;
	text-decoration: none;
}

.ontop #abonnement-btn {
	box-shadow: none;
	border-radius: 4px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	margin-top: 6px;
}
.ontop #abonnement-btn::before {
	content: '';
	display: inline-block;
	width: 31px;
	height: 32px;
	margin: 0 5px -11px 0;
	background: transparent no-repeat center center url(../images/btn-abo-surheader-min.png);
	background-size: contain;
}

.ontop #abonnement-btn:hover {
	background-color: #ff0000;
}

.overlay {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  z-index: 400;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

#abonnement-panel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 500;
}

#abonnement-panel .container .container-inner {
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
#abonnement-panel .container .remobo {
	padding-top: 90px !important;
}

#brand-sector a {
	color: #1f1f1f;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.08em;
}

@media only screen and (max-width: 991px)  {
	#abonnement-panel {
    position: fixed;
		top: 52px;
		max-height: 78%;
		overflow: auto;
  }
	#abonnement-panel .close-abo-panel { display: none; }
	#abonnement-panel.open .close-abo-panel {
    display: block;
    position: fixed;
    top: 0; right: 0;
    width: 16.666666%;
		font-size: 15px;
		letter-spacing: -0.04em;
		font-weight: 700;
		line-height: 52px;
		text-align: center;
		background-color: #ec038a;
		color: #fff;
		text-transform: uppercase;
		font-family: var(--base-font);
		font-weight: 700;
  }
	#abonnement-panel.open .close-abo-panel:hover {
		background-color: #ed1c24;
		text-decoration: none;
	}

	#tiny-menu  {
		height: 52px;
		background-color: #82CC00;
		z-index: 250;
		position: fixed;
		width: 100%;
	}

  .search-box.tiny  {
    top: 60px;
    padding: 10px;
		left: 15px;
  }
  .search-box::before {
    right: 28%;
  }
}
@media only screen and (max-width: 750px)  {
  .search-box::before {
    right: 21%;
  }
}
@media only screen and (max-width: 640px)  {
}

.onbelow:before {
	content: " ";
	position: relative;
	width: 100%;
	height: 0;
	clear: both;
	float:left;
}

.onbelow {
	position:relative;
	height: 70px;
	z-index: 110;
	box-shadow: none;
	background-color: #00b9f2;
}

.onbelow #h1{
	position:absolute;
	top:28px;
	left:30px;
}

.onbelow #h1 h1{
	color:#000;
	font-size:22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.onbelow #logo-site {
	width: calc(218px);
}
.onbelow #menu {
	width: calc(100% - 218px);
	padding: 0;
}

#logo-site {
	margin-top: 0;
}

#logo-site a {
	display: block;
}

#logo-site a img {
	max-width: 100%;
	max-height: 110px;
}

#menu-top {
	height: 24px;
}
#menu-top .social,
.sociaux.tiny .social,
#search a  {
	-webkit-transition: background-color 250ms linear;
	-moz-transition: background-color 250ms linear;
	-o-transition: background-color 250ms linear;
	-ms-transition: background-color 250ms linear;
	transition: background-color 250ms linear;
	margin-right: 15px;
}

#menu-top .social:hover,
.sociaux.tiny .social:hover {
	background-color: #909393;
}

#menu-top .menu-menu-top-container a {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 45px;
	margin-right: 25px;
}

#menu-top .menu-menu-top-container a:hover  {
	color: #000;
	text-decoration: underline;
}

#menu {
	margin-top: 0;
}

#menu .menu-menu-principal-container {
	padding-right: 0;
	float: none;
}

#menu .menu-menu-principal-container ul {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  width: 100%;
}
#menu .menu-menu-principal-container > ul {
  padding-left: 5%;
}

#menu .menu-menu-principal-container > ul > li {
	margin-left: 0;
	padding: 0px;
	text-transform: uppercase;

	display: inline-block;
	float: none;
	position: relative;
	vertical-align: top;
	width: 31%;
	font-size: 16px;
	line-height: 70px;
}
/*#menu .menu-menu-principal-container > ul > li.menu-item-687 { width: 21%; }
#menu .menu-menu-principal-container > ul > li.menu-item-706 { width: 32%; }
#menu .menu-menu-principal-container > ul > li.menu-item-705 { width: 28%; }
#menu .menu-menu-principal-container > ul > li.menu-item-696 { width: 19%; }*/

#menu .menu-menu-principal-container > ul > li:first-child {
	margin-left: 0;
}
#menu .menu-menu-principal-container > ul > li:nth-child(2) {
	width: 38%;
	padding-left: 5%;
}
#menu .menu-menu-principal-container > ul > li:nth-child(2)::before {
	content: '';
	display: block;
	position: absolute;
	left: 15%;
	height: 100%;
	width: 25%;
	top: -4px;
	background: transparent url(../images/youpi-logo-terre-actus-min.png) no-repeat center left;
	background-size: contain;
}

#menu .menu-menu-principal-container > ul > li > a {
	color: #fff;
	border-radius: 18px;
	line-height: 20px;
	padding: 0px 10px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}
#menu .menu-menu-principal-container > ul > li > a span {
	display: block;
	font-weight: 700;
}
#menu .menu-menu-principal-container > ul > li > a span:first-child { font-weight: 700; }

#menu .menu-menu-principal-container > ul > li > a,
#menu .menu-menu-principal-container ul ul li a {
	font-size: 18px;
	font-family: var(--base-font);
	font-weight: 700;
	letter-spacing: -0.02em;
}

#menu .menu-menu-principal-container ul ul li a {
	font-size: 16px;
	line-height: 30px;
	white-space: normal;
}
#menu .menu-menu-principal-container ul ul li a span {
	display: inline-block;
	margin: 0 3px;
}
#menu .menu-menu-principal-container ul ul li a span.description {
	color: #ffed00;
}

#menu .menu-menu-principal-container > ul > li:hover > a,
#menu .menu-menu-principal-container a:hover,
#menu .menu-menu-principal-container .current-menu-item > a,
#menu .menu-menu-principal-container .current-menu-ancestor > a,
#menu .menu-menu-principal-container .current-post-ancestor > a {
	text-shadow:none;
	text-decoration: none;
	background-color: transparent;
	color: #ffed00 !important;
}
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-menu-item > a,
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-menu-ancestor > a,
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-post-ancestor > a {
	color: #fff !important;
}
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-menu-item:hover > a,
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-menu-item > a:hover,
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-menu-ancestor:hover > a,
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-menu-ancestor > a:hover,
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-post-ancestor:hover > a,
body.single-post.postid-74 #menu .menu-menu-principal-container #menu-item-230.current-post-ancestor > a:hover {
	color: #fff !important;
}

#menu .menu-menu-principal-container ul ul {
	top: 115px;
	border-radius: 4px;
	border-top: 0;
	padding: 15px 0;
	background-color: #e21f26;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	width: 340px;
}

#menu .menu-menu-principal-container ul ul:before {
	width: 24px;
	height: 22px;
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -12px;
	content: "";
	z-index: 4;
	border: 0 solid transparent;
	border-width: 10px 12px;
	border-bottom-color: #e21f26;
}
#menu .menu-menu-principal-container ul .menu-item-696 ul:before {
	left: 70%;
}

#menu .menu-menu-principal-container .menu-item-has-children.hover ul,
#menu .menu-menu-principal-container .menu-item-has-children:hover ul {
	top: 64px;
	padding: 0px;
}
#menu .menu-menu-principal-container .menu-item-has-children.menu-item-1400.hover ul,
#menu .menu-menu-principal-container .menu-item-has-children.menu-item-1400:hover ul {
	top: 80px;
}

#menu .menu-menu-principal-container ul ul li {}

#menu .menu-menu-principal-container ul ul li:last-child {
	border-bottom:0;
}

#menu .menu-menu-principal-container ul ul li a {
	border-radius: 0 !important;
	padding: 5px 25px;
	color: #fff !important;
	background-color: transparent !important;
}
#menu .menu-menu-principal-container ul ul li:first-child a {
	margin-top: 20px;
}
#menu .menu-menu-principal-container ul ul li:last-child a {
	margin-bottom: 20px;
}

/*#menu .menu-menu-principal-container ul ul li:first-child,
#menu .menu-menu-principal-container ul ul li:first-child a {
	-webkit-border-top-right-radius: 6px !important;
	-moz-border-radius-topright: 6px !important;
	border-top-right-radius: 6px !important;
}

#menu .menu-menu-principal-container ul ul li:last-child,
#menu .menu-menu-principal-container ul ul li:last-child a {
	-webkit-border-bottom-left-radius: 6px !important;
	-moz-border-radius-bottomleft: 6px !important;
	border-bottom-left-radius: 6px !important;
}*/

#menu .menu-menu-principal-container ul ul li.rubrique-top-link a,
#menu .menu-menu-principal-container ul ul li a:hover {
	color: #fff !important;
	background-color: #72b744 !important;
}
#menu .menu-menu-principal-container ul ul li.rubrique-top-link a:hover {
	color: #1f1f1f !important;
	background-color: #ffed00 !important;
}

.search-box:before {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px;
	right: 21px;
	margin-left: -8px;
	content: " ";
	border-bottom: 8px solid #ffed00;
	z-index: 2;
}

.search-box:after {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -2px;
	right: 21px;
	margin-left: -8px;
	content:" ";
	border-bottom: 8px solid #fff;
	z-index: 3;
}
.newsletter-box:before,
.newsletter-box:after { right: 70px; }

header .ontop .search a,
header .ontop .social {
	text-indent: 0;
	background: none;
	font-size: 0;
	color: #1f1f1f;
	text-indent: 0 !important;
}
header .ontop .search a i::before,
header .ontop .social i::before {
	font-size: 18px;
	color: #1f1f1f;
	font-style: normal;
	line-height: 35px;
}
#menu-top .social:hover, .sociaux.tiny .social:hover,
header .ontop .social:hover { background-color: #fff; }
/*header .ontop .social.facebook {	background-position: 14px -65px; }*/
/*header .ontop .social.facebook { background-position: 14px 9px;	}
header .ontop .social.facebook:hover { background-position: 14px 9px;	}*/
/*header .ontop .social.twitter {background-position: -25px -65px; }*/
/*header .ontop .social.twitter { background-position: -25px 9px;	}
header .ontop .social.twitter:hover { background-position: -25px 9px;	}*/
/*header .ontop .social.googleplus {background-position: -63px -65px; }*/
/*header .ontop .social.googleplus { background-position: -63px 9px;	}
header .ontop .social.googleplus:hover { background-position: -63px 9px;	}*/
/*header .ontop .social.youtube {background-position: -246px -68px; }*/
/*header .ontop .social.youtube { background-position: -246px 7px;	}
header .ontop .social.youtube:hover { background-position: -246px 7px;	}*/
/*header .ontop .social.rss {background-position: -104px -65px; }*/
/*header .ontop .social.rss { background-position: -104px 11px;	}
header .ontop .social.rss:hover { background-position: -104px 11px;	}*/
/*header .ontop .social.music {background-position: -298px -65px; }*/
/*header .ontop .social.music { background-position: -298px 7px; float: right !important; margin-right: 15px;	}
header .ontop .social.music:hover { background-position: -298px 7px;	}*/
header .ontop .social.music { float: right !important; margin-right: 15px;	}

#newsletter {
  position: relative;
  margin-left: 5px;
  float: right;
  padding-right: 15px;
	margin-top: 6px;
}

#newsletter a {
	display: inline-block;
	vertical-align: top;
	background-color: #72b744;
	color: #fff;
	padding: 0px 12px;
	text-transform: uppercase;
	font-family: var(--base-font);
	box-shadow: none;
	border-radius: 4px;
	line-height: 32px;
	font-size: 16px;
	font-weight: 700;
}
/*#newsletter a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 0;
	width: 28px;
	height: 25px;
	margin-top: -2px;
	background: transparent url(../images/sociaux.png) no-repeat -152px -69px;
}*/
#newsletter i { margin-right: 9px; }

#newsletter a:hover,
#newsletter a.active {
	background-color: #00baf2;
	text-decoration: none;
}

#newsletter-clone.popin {
	position: fixed;
	top: 200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
}

#newsletter-clone .close-nl {
	display: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
	text-align: center;
	position: absolute;
	right: -10px;
	top: -10px;
}

#newsletter-clone .close-nl:hover {
	background-color: #00baf2;
	color: #fff;
}

#newsletter-clone.popin .close-nl {
	display: block;
}


#menu-top .newsletter-box {
	top: 53px;
	padding: 3px 4px 4px;
}


#search {
	margin-left: 0;
	padding-right: 0;
}
#search a {
	background-color: transparent;
	border-radius: 18px;
	width: 35px;
	height: 35px;
	margin-top: 5px;
	background-position: 8px -44px;
	background-image: url(../images/loupes.png);
}

#search a:hover,
#search a.active {
	background-color: #fff;
}
.search-box  {
	background-color: #ffed00;
}

#menu-top .search-box {
	top: 53px;
	padding: 2px 3px 3px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#brand-sector a {
    font-size: 15px;
  }
	#menu .menu-menu-principal-container {
		float: none;
	}
  #menu .menu-menu-principal-container > ul > li {
    margin-left: 0px !important;
  }
  #menu .menu-menu-principal-container > ul > li > a {
    padding: 0;
	}
}

@media only screen and (max-width: 1199px) {

	#menu .menu-menu-principal-container > ul > li {
		margin-left: 16px;
	}

}

@media only screen and (max-width:991px) {
	.ontop,
	.ontop::after {
		display: none !important;
	}
	.onbelow {
		height: 0 !important;
	}
	.onbelow .container{
		width:100%;
	}
	.onbelow #h1 {
		top:53px;
		display: none;
	}
}

@media only screen and (max-width:767px) {

	.onbelow #h1 {
		display:none;
	}

	.search-box:before {
		border-bottom: 8px solid #D6D5B9;
	}
	.search-box {
		background-color:#D6D5B9;
	}

}


/* Fil d'ariane */
#breadcrumb {
	margin: 30px auto;
}

#breadcrumb,
#breadcrumb span,
#breadcrumb a {
	font-size: 14px;
	font-weight: 500;
}
#breadcrumb span {
	color: #ffed00;
}
#breadcrumb a { text-decoration: none; }
#breadcrumb a span {
	color: #fff;
	border-bottom: 1px solid #fff;
	line-height: 16px;
	height: 16px;
	display: inline-block;
}
#breadcrumb a:hover span {
	border-bottom-color: #ffed00;
}
#breadcrumb,
#breadcrumb span.current span {
	color: #ffed00;
	font-weight: 700;
}
#breadcrumb .crumbs > span { margin: 0 10px; }

#breadcrumb .crumbs {
	padding: 0;
	margin: 0 -10px;
}


#bonnes-raisons {
	background-color: #ffed00;
	color: #1f1f1f;
	padding: 80px 15px;
	text-align: center;
	font-size: 0;
}
#bonnes-raisons .title {
	font-weight: 900;
	color: #1f1f1f;
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 50px;
}
#bonnes-raisons .title em { font-style: normal; }
#bonnes-raisons .bonne-raison {
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 15px;
}
#bonnes-raisons .bonne-raison .image {
	width: 125px;
	font-size: 0;
	margin: 0 auto 20px;
	overflow: hidden;
	display: block;
}
@media only screen (min-width: 901px) and (max-width: 1200px) {
	#bonnes-raisons .bonne-raison { width: 33.3333%; }
}
@media only screen and (max-width: 900px) {
	#bonnes-raisons .bonne-raison { width: 50%; }
}
@media only screen and (max-width: 400px) {
	#bonnes-raisons .bonne-raison { width: 50%; }
}
#bonnes-raisons .bonne-raison .subtitle {
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	display: block;
}
#bonnes-raisons .bonne-raison a {
	color: #1f1f1f;
}
#bonnes-raisons .bonne-raison a:hover {
	color: #ec038a;
	text-decoration: none;
}



#logo-mobile {
	background-color: #82CC00;
}
#logo-mobile > a {
	height: auto;
	margin-top: 4px;
}
#logo-mobile #brand-sector {
	line-height: 15px;
	font-size: 12px;
	text-align: right;
	color: #fff;
	float: none;
}
#logo-mobile #brand-sector a {
	font-size: 12px;
	color: #fff;
	text-align: right;
	margin: 0;
}


.mm-menu.mm-light .mm-header {
	background-color: #82cc00;
}
.mm-list li a span {
	margin: 0 2px;
}
.mm-menu .mm-list.nav-menu {
	padding-bottom: 80px;
}



@media only screen and (max-width:767px){
	.changer,
	.appeler{
		clear:both;
	}

	.item{
		margin-bottom: 20px;
	}
}


#footer-nv3{
	background-color: #fefef6;
}

#footer-nv3 .widget_nav_menu .logo {
	height: 37px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
}
@media only screen and (max-width: 700px) {
	#footer-nv3 .widget_nav_menu { margin-bottom: 30px; }
	#footer-nv3 .widget_nav_menu .logo { background-position: 50% center; }
	#footer-nv3 #nav_menu-4 .logo,
	#footer-nv3 #nav_menu-21 .logo { background-position: center center; }
}
@media only screen and (max-width: 800px) {
	#footer-nv3 { padding-bottom: 90px; }
}
#footer-nv3 #nav_menu-6 .logo { background-image: url(../images/brand-logo.png?v=1); }
#footer-nv3 #nav_menu-15 .logo { background-image: url(../images/bayard-footer-nature-sciences.jpg?v=1); height: 55px; }
#footer-nv3 #nav_menu-15 .links { margin-top: 16px; }
#footer-nv3 #nav_menu-9 .logo { background-image: url(../images/bayard-footer-logo-bayard.jpg?v=4); }
/*#footer-nv3 #nav_menu-15 .logo { background-image: url(../images/bayard-footer-logo-bayard-groupe.jpg?v=4); }*/
#footer-nv3 .widget {
	margin-bottom: 10px;
}
#footer-nv3 ul {
	line-height: 20px;
	margin-left: 8px;
	padding: 0;
	text-align: left;
}
#footer-nv3 .links .widget-title,
#footer-nv3 .links > [class*=menu-],
#footer-nv3 ul,
#footer-nv3 ul li,
#footer-nv3 ul li a {
  display: inline-block;
}
#footer-nv3 .links .widget-title,
#footer-nv3 ul li,
#footer-nv3 ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
  font-family: var(--base-font);
  line-height: 14px;
  margin: 0;
}
#footer-nv3 .links .widget-title {
	font-weight: 900;
	margin: 0;
}
#footer-nv3 ul li::after {
  content: " | ";
}

@media only screen and (max-width: 1199px){
	#footer-nv1 .input-email::after{
		top: -13px;
		left: -63px;
	}
}

@media only screen and (max-width: 385px){
	#footer-nv1 .nl span.input-submit:after{
		display:none;
	}
}

@media only screen and (min-width: 1199px){
	#footer-nv3 #nav_menu-4 ul,
	#footer-nv3 #nav_menu-10 ul { margin-top: 13px; }
}




#mascotte-side,
.persos {
	display: none;
	visibility: hidden;
}

@media only screen and (min-width: 1300px){
	#mascotte-side {
		background: url(../images/mascotteside-min.png?v=1) no-repeat top left;
		background-size: initial;
		display: block;
		visibility: visible;
		opacity: 1;
		position: absolute;
		z-index: 1;
		top: 0;
	}
	#mascotte-side.wow:not(.animated) {
		opacity: 0;
	}
}
@media only screen and (max-width: 767px){
	.persos.wow {
		opacity: 1 !important;
		visibility: visible;
	}
}
/*@media only screen and (min-width: 700px){*/
	.persos {
		display: block;
		visibility: visible;
		opacity: 1;
		position: absolute;
		z-index: 11;
	  overflow: hidden;
	  background-repeat: no-repeat;
	  background-position: center center;
		background-image: url(../images/mascotteside-min.png?v=1);
	}
	.persos.wow:not(.animated) {
		opacity: 0;
	}
	.persos.perso-static { position: static; margin: 30px auto 60px; }
/*}*/

.persos.perso-1 { width: 406px;	height: 271px; background-position: -0px -0px; }

#mascotte-side.elem-1 { left: -415px;	top: 200px; }
#mascotte-side.elem-1,
.persos.perso-2 { width: 441px;	height: 343px; background-position: -406px -0px; }

#mascotte-side.elem-2 { left: -245px;	top: 150px; }
#mascotte-side.elem-2,
.persos.perso-3 { width: 239px;	height: 239px; background-position: -0px -271px; }

#mascotte-side.elem-3 { left: -240px;	top: 150px; }
#mascotte-side.elem-3,
.persos.perso-4 { width: 235px;	height: 186px; background-position: -239px -343px; }

#mascotte-side.elem-4 { left: -165px;	top: 150px; }
#mascotte-side.elem-4,
.persos.perso-5 { width: 159px;	height: 235px; background-position: -474px -343px; }

#mascotte-side.elem-5 { left: -275px;	top: 150px; }
#mascotte-side.elem-5,
.persos.perso-6 { width: 270px;	height: 260px; background-position: -633px -343px; }

#mascotte-side.elem-6 { left: -295px;	top: 150px; }
#mascotte-side.elem-6,
.persos.perso-7 { width: 290px;	height: 271px; background-position: -847px -0px; }

#mascotte-side.elem-7 { left: -275px;	top: 150px; }
#mascotte-side.elem-7,
.persos.perso-8 { width: 270px;	height: 205px; background-position: -903px -271px; }

#mascotte-side.elem-8 { left: -245px;	top: 150px; }
#mascotte-side.elem-8,
.persos.perso-9 { width: 239px;	height: 163px; background-position: -0px -510px; }

#mascotte-side.elem-9 { left: -295px;	top: 150px; }
#mascotte-side.elem-9,
.persos.perso-10 { width: 287px;	height: 209px; background-position: -1137px -0px; }

#mascotte-side.elem-10 { left: -240px;	top: 150px; }
#mascotte-side.elem-10,
.persos.perso-11 { width: 234px;	height: 221px; background-position: -903px -476px; }

#mascotte-side.elem-11 { left: -260px;	top: 150px; }
#mascotte-side.elem-11,
.persos.perso-12 { width: 251px;	height: 267px; background-position: -1173px -209px; }

#mascotte-side.elem-12 { left: -260px;	top: 150px; }
#mascotte-side.elem-12,
.persos.perso-13 { width: 251px;	height: 196px; background-position: -1173px -476px; }






#feuilletage .perso-wrapper {
	text-align: center;
	margin: 30px 0;
}
#feuilletage .perso-wrapper .persos {
	position: static;
	display: inline-block;
}




.mb0 {
	margin-bottom: 0 !important;
}

/*
* Page d'accueil
*/
.part {
	position: relative;
	overflow: hidden;
}

.part.part1 { z-index: 100; }
.part.part-mag { z-index: 95; }
.part.part2 { z-index: 90; }
.part.part-temoignages { z-index: 80; }
.part.part4 { z-index: 70; }
.part.part-text { z-index: 60; }
.part.part6 { z-index: 50; }

/*.bg-degrade {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(42,203,207,0.9) 46%, rgba(23,198,203,0.9) 50%, rgba(42,203,207,0.9) 54%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(42,203,207,0.9) 46%,rgba(23,198,203,0.9) 50%,rgba(42,203,207,0.9) 54%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(42,203,207,0.9) 46%,rgba(23,198,203,0.9) 50%,rgba(42,203,207,0.9) 54%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}*/

.section-title {
	color: #009edd;
	font-size: 48px;
	font-weight: normal;
	text-align: center;
	margin: 30px 0 50px;
}
.wf-chelseamarket-n4-active .section-title {
	font-family: var(--title-font);
	font-weight: 400;
}
.wf-chelseamarket-n4-active .section-title em {
	font-style: normal;
}

.guillemet-left:before,
.guillemet-right:after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	width: 82px;
	height: 64px;
}
.guillemet-left:before {
	left: 0;
	top: 0;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABACAMAAAC+7NA5AAAALVBMVEVHcEwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodxmDyzRAAAADnRSTlMA7xXawfmLpk1fLj9+dSrE670AAAITSURBVFjDlZhZsoQgDEUlyKzZ/3JfP7sVLA25yad16pKJhHJZppZXRwtsVaWpeGauoB5t/zTNEcfMHDAvKR70zMsfop17P35K7+GHsCeDIHuJOXJ4mCu6i6ULFrFuJ5KK7mK76DVLTNQRG91d3AHBdmUoynm50tIAxcK/Kjo5oO0Kg0xBE8Ag3Z30oDuTTIpJZ4JHFFdAsUddLT5OcnRVJpgqExa9exhp8HzR8oWlYClNpyOQbGcqjUfCLtCl0ZNEDBzbDaGTqTYRcTJYMtlDcsixu6XJeZOhy0lkdXUnJ+t4MxUHoj0SiYmubKl363QDioMMjIik0ptSuQL0EDewHiC6X1jEy4JIxidE+WNVaaFOt1xKfb8MX6gl/219n+osleGgczzprdOOx4q34QTmRHIt2bWlvtNh/Bj5bqHIkuxiuNPnm8Px1O7dTwpdEMn7mKfAgAea5O3eqZIHrUkGZ5L0iJfjYtUl/6e4LjkMZkAyQJLFIvmhAcnhAQLQ66Iz4yb0DEQOQEMyV0QyApLtbW7JMRVAsg+ZHZGsJskKZd5bJAHaQempr2Nd7nWyNBFAe6SKSVgsMq0enBeLmw1oNic9BsW41ZubJ/tHpPN8DMgvjgk9uRQvv2kKREdo9egetPd3zDSR84a/09nhigL9+B1Bz+5I8quUnpPz7XdEuWPKTx2QrtvqvuaT/gumxpNeR/oPSPeEOg6sdvAAAAAASUVORK5CYII=');
}
.guillemet-right:after {
	right: 25px;
	bottom: -45px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFIAAABACAMAAAC+7NA5AAAALVBMVEVHcEwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodwAodxmDyzRAAAADnRSTlMA8rlQFqVp4TokC33OlWC3UOcAAAIqSURBVFjDrZhZcsQgDEQR+37/48aZxWAbUFOJPqdetbVZ0liI06Itjn7NGRsEZ9pmelue0SFR7cyotWDhaXtBXpieKw7oeEOirE8jPxGMmae1q0NLY0WEznVidiTpZnSnKWvd0FzQp6atC3vkM63oT+H1iql07x6ELkuomqukAehYGQu4kx/acpC89DhHm1UDDd2ULH3Uk2Vq6bqcpw83iYXcRipfReclaxszGqJpJ3LAy4MGJOWWpEEkWzIjRAPPpcjPrM6ATqu1zfeClNwDkq3Z1X91UTfhCJG0W5IJkQRS7pE10UuGLUmPSPI59zvzjSDqeqAoRFKoeyEzjftyrCnlYFvpS8c7JTwN355PPi8byKVLb7UFqMz355zi9T1xz2XuTxdyum253B8mKiVrVXi8evJ5wxxxKWsbbaYrdbxdE3ts9nRBILslqQDoUR2xPJSmZ2l38UleUSC03kplQLKkgEg26bIVdxl25c1ofmEuUzmn/fTAXNMZ6TOgKbsWUkC9M6CoV9PgmW6/VRzESaTcAZgYLTekdzK5eHM9EMiozRdhO35OjQ5jJGyk2hB93hMOSGQ86Rz51FAAfExAIRX7b3x4JrjAK7otH7P+EzOip3ls94FBusdMv2u0oN3O9PE8Hc+XPwNp1CctZ3T7SkTI9mr0zMVw3kPLr0Nfuk3covnVpXamo5y3buaRzqDHvwPJkOB3GzLxZDDkto4N93hJNgjYnEtr+gd0LYXUKzAQTwAAAABJRU5ErkJggg==');
}

.btn-center {
	color: #1f1f1f;
	font-weight: 900;
	background-color: #ffed00;
	text-decoration: none;
	border: 0 hidden;
	display: inline-block;
	line-height: 22px;
	font-size: 16px;
	padding: 8px 60px;
	border-radius: 32px;
	margin-top: 30px;
	text-transform: uppercase;
	text-decoration: none !important;
	text-align: center;

	-moz-transition: background-color .250s ease-out, color .250s ease-out;
	-ms-transition: background-color .250s ease-out, color .250s ease-out;
	-o-transition: background-color .250s ease-out, color .250s ease-out;
	transition: background-color .250s ease-out, color .250s ease-out;
}
.btn-center em { font-style: normal; }
.btn-center .arg {
	display: block;
	font-weight: 300;
	font-size: 18px;
	text-transform: none;
}
.btn-center .strong {
	display: block;
	font-weight: 900;
	font-size: 16px;
}

.btn-center:hover {
	background-color: #ec038a;
	color: #fff !important;
	text-decoration: none !important;
}

.btn-center.btn-ghost {
	background-color: transparent;
	border: 2px solid #fff;
	line-height: 36px;
	color: #fff !important;
	font-weight: 700;
	padding-top: 0;
	padding-bottom: 0;
}
.btn-center.btn-ghost:hover {
	background-color: #fff;
	color: #ed1c24 !important;
}

.btn-center.btn-big {
	padding: 12px 90px;
	font-size: 22px;
	line-height: 36px;
}


.part p.pre-btn {
	text-align: center;
	margin-top: 30px;
	font-weight: 700;
	font-size: 20px;
}


.part.part1 {
	overflow: visible;
	background: #fff;
	position: relative;
	max-height: 95vh;
	height: 1000px;
	margin-top: -70px;
}

.part.part1 .section-title {
  font-size: 47px;
}

.part.part1 #background-video {
  position: absolute;
  top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*object-fit: contain;*/
  height: 100%; width: 100%;
  z-index: 9;
}
.part.part1 #background-video-wrapper {
  position: absolute;
  top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  overflow: hidden;
  z-index: 9;
}

.part.part1 #video-cover {
  position: absolute;
  width: 100%; height: 100%;
  z-index: 10;
  overflow: hidden;
  background: transparent no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.part.part1 #video-cover .owl-dots {
  display: none;
}
.part.part1 #video-cover .video-cover-img {
  width: 100%; height: 100%;
  padding-top: 125%;
  background: transparent no-repeat center bottom;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.part.part1 #video-cover .owl-nav {
  display: none;
}
@media all and (min-width: 401px) and (max-width: 800px) {
	.part.part1 #video-cover .video-cover-img { padding-top: 75%; }
}
@media all and (min-width: 801px) {
	.part.part1 #video-cover .video-cover-img { padding-top: 54.25%; }
}

.part.part1 #video-overlay {
  position: absolute;
  top: 0; right: 0; left: 0; bottom: 0;
  z-index: 12;
}

.part.part1 #video-overlay .overlay-text {
  position: absolute;
	top: 300px;
	left: 50%;
	width: 94%;
	margin-left: -47%;
  z-index: 10;
}
.part.part1 #video-overlay .overlay-text .container {
  padding: 60px 45px;
	font-weight: 400;
	font-size: 20px;
	background-color: #fff;
	max-width: 1040px;
}
.part.part1 #video-overlay .overlay-text p {
  text-align: justify;
  margin: 0 0 30px;
}
.part.part1 #video-overlay .overlay-text .picto {
  font-weight: 700;
  font-size: 15px;
}
.part.part1 #video-overlay .overlay-text .picto img {
  display: inline-block;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}


.part.part1 #video-overlay .baseline {
	display: block;
	width: 770px;
	height: 295px;
	text-align: center;
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -385px;
	z-index: 10;
}
.part.part1 #video-overlay .btn-scroll {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 27px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -25px;
	cursor: pointer;
	z-index: 13;
	background-color: #ffed00;
	color: #ec038a;
}
.part.part1 #video-overlay .btn-scroll:hover {
	background-color: #ec038a;
	color: #ffed00;
}

.part.part1 #video-overlay .pastille {
	display: none;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 60%;
  z-index: 15;
}
.part.part1 #video-overlay .pastille a {
	display: block;
}
.part.part1 #video-overlay .pastille a img {
	max-width: 100%;
	height: auto;
}
@media all and (min-width: 700px) {
	.part.part1 #video-overlay .pastille { display: block; }
	.part.part1 #video-overlay .pastille.wow:not(.animated) { opacity: 0; }
}
@media all and (min-width: 700px) and (max-width: 1200px) {
	.part.part1 #video-overlay .pastille {
		top: 140px;
		left: 10%;
		max-width: 200px;
	}
}
.part.part1 #video-overlay .btns {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 120px;
	left: 0;
	padding: 0 30px;
}
.part.part1 #video-overlay .btns a {
	margin: 0 30px;
	font-size: 18px;
	width: 360px;
	max-width: 40%;
}
.part.part1 #video-overlay .btns a.btn-ghost {
	color: #009edd !important;
	border-color: #009edd !important;
}
.part.part1 #video-overlay .btns a.btn-ghost:hover {
	color: #fff !important;
	border-color: #009edd !important;
	background-color: #009edd !important;
}

.part.part1 .perso-wrapper {
	position: absolute;
	width: 220px;
	height: 166px;
	bottom: 160px;
	left: 50%;
	margin-left: -420px;
	z-index: 10;
}
.part.part1 .perso-wrapper:not(.animated) {
	opacity: 0;
}


.part.part-mag {
	padding: 75px 0 60px;
	background-color: #009edd;
	color: #fff;
	text-align: center;
}
.part.part-mag .title {
	text-align: center;
	font-size: 32px;
	line-height: 38px;
	min-height: 76px;
	font-weight: 900;
	display: block;
	margin-bottom: 15px;
}
.part.part-mag .perso-wrapper {
	position: absolute;
	width: 220px;
	height: 166px;
	bottom: 160px;
	left: 50%;
	margin-left: -420px;
	z-index: 10;
}
.part.part-mag .perso-wrapper:not(.animated) {
	opacity: 0;
}

body.page-template-page-mags .part.part-mag {
	padding-top: 30px;
}
body.page-template-page-mags .part.part-mag a.btn-img {
	color: #ffec00;
	display: block;
	margin: 0 0 30px;
}
body.page-template-page-mags .part.part-mag a.btn-img:hover {
	color: #fff;
	text-decoration: none;
}
body.page-template-page-mags .part.part-mag a.btn-img:hover {
	color: #fff;
	text-decoration: none;
}
body.page-template-page-mags .part.part-mag .content .text {
	text-align: left;
 	margin: 0 0 30px;
	font-size: 17px;
}

.part.part2 {
	padding: 70px 0 90px;
	overflow: visible;
	background-color: #efecd9;
}

.part.part2 img {
	max-width: 100%;
	margin-top: 5px;
}
@media all and (max-width: 990px) {
	.part.part2 .text-right { text-align: center; }
}

.part.part2 .section-title {
	margin-bottom: 90px;
	margin-top: 0;
}

.part.part2 .title,
.part.part2 p {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 30px 90px;
	display: block;
	color: #6b6b6b;
	text-align: justify;
}
.part.part2 p {
	margin: 30px 0 15px;
	padding-left: 50px;
}
.part.part2 .btn-center {
	margin: 30px 0 0 0;
}

.part.part2 ul {
	padding: 0;
	margin: 40px 0 40px 30px;
}

.part.part2 ul li {
	font-size: 22px;
	line-height: 30px;
	list-style: none;
	padding-left: 60px;
	margin-bottom: 30px;
	color: #6b6b6b;
	position: relative;
}
.part.part2 ul li:before {
	content: '1';
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #009edd;
	top: -5px;
	left: 0;
	font-size: 28px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
}
.part.part2 ul li.item-1:before { content: '1'; }
.part.part2 ul li.item-2:before { content: '2'; }
.part.part2 ul li.item-3:before { content: '3'; }
.part.part2 ul li.item-4:before { content: '4'; }
.part.part2 ul li.item-5:before { content: '5'; }

.part.part-edito {
	padding: 45px 0;
	background-color: #73b744;
	color: #fff;
}
.part.part-edito .section-title {
	color: #fff;
}
.part.part-edito .persos {
	display: block;
	position: static;
	margin: 30px auto 15px;
}
.part.part-edito p {
	margin-bottom: 25px;
	text-align: justify;
	font-size: 22px;
	line-height: 35px;
}
.part.part-edito p.text-right {
	text-align: right;
}
.part.part-edito p.text-center {
	text-align: center;
}
.part.part-edito .btn-center {
	text-align: center;
	margin: 30px auto 0;
}
.part.part-edito p.pre-btn {
	text-align: center;
	color: #515151;
}
.part.part-edito .float-right {
	float: right;
	margin: 0 0 30px 30px;
}

.part.part-temoignages {
	padding: 50px 0 80px;
	background-color: #efecd9;
}
.part.part-temoignages .section-title {
	margin: 30px 0 80px;
}

.part.part-temoignages .container,
.part.part-temoignages .container cite,
.part.part-temoignages .container blockquote,
.part.part-temoignages .container p {
	color: #6b6b6b;
	font-size: 22px;
	line-height: 35px;
}
.part.part-temoignages .container .btn-center {
	margin-top: 15px;
}

.part.part-temoignages .img-avatar {
	position: relative;
	z-index: 1;
	text-align: center;
}
.part.part-temoignages .img-avatar img {
	overflow: hidden;
	border-radius: 50%;
}

.part.part-temoignages .row-temoignages {
	padding-bottom: 60px;
	margin-bottom: 30px;
}
.part.part-temoignages .row-temoignages:last-child {
	padding-bottom: 0px;
}
.part.part-temoignages .temoignage-item {
	position: relative;
	z-index: 2;
	padding: 0 75px 0 120px;
}
.part.part-temoignages .temoignage-item.temoi-left {
	padding-left: 150px;
}
.part.part-temoignages .temoignage-item.temoi-left:before {
	left: 30px;
}
.part.part-temoignages .temoignage-item.temoi-left:after {
	right: 80px;
	bottom: -15px;
}
.part.part-temoignages .temoignage-item.temoi-right:after {
	bottom: -15px;
}

.part.part-temoignages cite,
.part.part-temoignages blockquote {
	text-align: justify;
}
.part.part-temoignages .title {
	font-size: 22px;
	line-height: 35px;
	font-weight: 700;
	color: #6b6b6b;
	margin-bottom: 10px;
}
.part.part-temoignages cite {
	padding-bottom: 15px;
	display: inline-block;
	font-weight: 700;
	font-style: italic;
	margin-top: 20px;
	font-size: 18px !important;
	margin-bottom: 40px;
}

blockquote {
	padding: 0;
	border: 0;
	margin: 0;
	font-size: inherit;
}

.part.part-temoignages blockquote {
	position: relative;
	font-weight: 400;
}

.part.part-temoignages .persos:not(.animated) {
	opacity: 0;
}
@media all and (min-width: 700px) and (max-width: 800px) {
	.part.part-temoignages .persos:not(.animated) {
		opacity: 1;
		top: auto;
		bottom: -20px;
	}
	.part.part-temoignages .persos {
		right: -540px !important;
	}
}
@media all and (min-width: 768px) {
	.part.part-temoignages .persos {
		position: absolute;
		top: 15px;
		right: -30px;
		margin-left: -71px;
		z-index: 10;
	}
	.part.part-temoignages .row-temoignages-perso {
		position: relative;
	}
	.part.part-temoignages .row-temoignages-perso .img-avatar {
		padding-right: 45px;
	}
}


.part.part4 {
	padding: 60px 0 30px;
	background-color: #fff;
}


.part.part-temoignages img,
.part.part4 img{
	max-width: 100%;
}



.part.part-text {
	padding: 60px 30px 80px;
	background-color: #e01e26;
	color: #fff;
}
.part.part-text .section-title {
	font-size: 40px;
	color: #fff;
}
.part.part-text .container,
.part.part-text .container p {
	color: #fff;
	font-size: 22px;
	line-height: 35px;
	text-align: justify;
}
.part.part-text .container p {
	margin: 0 auto 20px;
}
.part.part-text .container p.pre-btn {
	margin: 30px 0 0;
	color: #414141;
}
.part.part-text .container .btn-center {
	margin: 30px 0 0 30px;
}
.part.part-text .main-image,
.part.part-text .main-text {
	margin-bottom: 30px;
}
.part.part-text .title {
	margin-top: 30px;
	margin-bottom: 30px;
}
.part.part-text .col-image img {
	max-width: 100%;
	height: auto;
}
.part.part-text .col-text ul {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 30px;
	padding: 0;
}
.part.part-text .col-text ul li {
	margin: 0 0 20px;
}
.part.part-text .col-image {
	width: 51.667%;
	margin-left: -10%;
}
.part.part-text .text-principal {
	clear: both;
}
.part.part-text .image {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
}
.part.part-text .image .persos {
	position: static;
}
@media all and (min-width: 1200px) {
	.part.part-text .main-image {
		padding-right: 60px;
	}
	.part.part-text .main-image,
	.part.part-text .main-text {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}



.part.part6 {
	padding: 60px 0 90px;
	background-color: #fff;
	color: #1f1f1f;
	text-align: left;
}

.part.part6 .section-title {
	color: #009ddc;
	margin: 0 0 30px;
}
.part.part6 .section-title em { font-style: normal; }

.part.part6 .main-text {
	max-width: 1000px;
	margin: 0 auto 30px;
}
.part.part6 .main-text p {
	text-align: justify;
	font-weight: 400;
	font-size: 22px;
	line-height: 35px;
}

.part.part6 .section-title {
	font-family: var(--base-font);
	font-size: 32px;
	line-height: 35px;
	font-weight: 900;
	color: #ff6464;
	margin: 60px 0 30px;
}
.part.part6 .section-title:first-child {
	margin-top: 30px;
}
.part.part6 .section-title em { font-style: normal; }
.part.part6 p {
	margin: 0 auto;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	max-width: 520px;
	text-align: center;
}
/*.part.part6 p em { font-weight: 500; font-style: normal; }*/
.part.part6 img {
	max-width: 100%;
	height: auto;
}
.part.part6 a.btn-center {
	margin-top: 30px;
}



@media only screen and (max-width: 1199px){

	.part.part1 .punchline {
		top: 36px;
	}

	.part.part1 #video-overlay .btns {
    bottom: 120px;
	}
	.part.part1 #video-overlay .btn-scroll {
		bottom: 35px;
	}

	.part.part4 {
		padding-top: 90px;
		padding-bottom: 30px;
	}

}

@media only screen and (max-width: 991px){

	.part.part1 .punchline {
		top: 22px;
	}

	.part.part1 .punchline img {
		max-width: 70%;
	}

	.part.part1 .cadeau a {
		background-size: 100%;
		width: 203px;
		height: 203px;
	}


	.part.part1 #video-overlay .btns {
    bottom: 90px;
	}
	.part.part1 #video-overlay .btn-scroll {
		bottom: 20px;
	}

	.part.part2,
	.part.part2 .title,
	.part.part2 ul li,
	.part.part-edito .section-title,
	.part.part6 .col-md-6.col-lg-5,
	.part.part-text .col-image,
	.part.part-text .col-text,
	.part.part-text .col-text .title,
	.part.part-text .col-text .text-left
	{
		text-align: center;
	}

	.part.part2 {
		padding-top: 90px;
	}

	.part.part2 .title {
		width: 100%;
		display: inline-block;
		margin-top: 30px;
	}

	.part.part2 .btn-center {
		margin: 30px auto 0;
	}

	.part.part2 ul li {
		background: none;
		padding-left: 0;
	}

	.part.part2 ul li:before {
		position: static;
		display: block;
		margin: 15px auto 15px;
	}

	.part.part-temoignages .img-avatar .persos.perso-temoignages-greeny {
    top: 0px;
	}
	.part.part-temoignages .img-avatar img {
    margin-top: 145px;
	}
	.part.part-temoignages .row-temoignages:last-child .img-avatar img {
    margin-top: 65px;
	}
	.part.part-temoignages .temoignage-item.temoi-left::after {
    bottom: -15px;
    right: 0;
	}
	.part.part-temoignages .temoignage-item.temoi-left::before {
		left: 0;
	}
	.part.part-temoignages {
    padding-bottom: 120px;
	}

	.part.part-temoignages .temoignage-item {
		position: relative;
		top: auto;
		// transform: none;
		// -ms-transform: none;
		// -moz-transform: none;
		// -webkit-transform: none;
		// -o-transform: none;
		// right: auto;
	}
	.part.part-temoignages .row-temoignages-perso .img-avatar {
		left: 0;
	}

	.part.part6 .btn-center {
    margin-top: 30px;
  }
	.part.part6 .col-md-6.col-lg-5 {
    margin-top: 30px;
  }

  .part.part-text {
    padding: 60px 0px 80px;
  }
	.part.part-text .col-text ul {
		text-align: left;
		max-width: 400px;
		margin: 0 auto 15px;
	}

}

@media only screen and (max-width: 767px){

	a.btn-center {
		padding: 8px 30px;
	}

	.part.part1 #video-overlay .btns {
		bottom: 50px;
	}
	.part.part1 #video-overlay .btns a {
		padding: 0;
		margin: 0 0 5px;
		line-height: 32px;
		font-size: 16px;
		width: 45%;
		max-width: none;
	}
	.part.part1 #video-overlay .btn-scroll {
    bottom: -25px;
  }

	.part.part-temoignages .section-title {
		margin-bottom: 0px;
	}

	.part.part1 .enfants {
		background: none;
	}

	.part.part1 .enfants img {
		max-width: 100%;
	}

	.part.part1 .punchline {
		position: relative;
		text-align: center;
		top: auto;
	}

	.part.part1 .cadeau {
		position: relative;
    left: auto;
    top: auto;
    width: 100%;
    z-index: 4;
    clear: both;
    text-align: center;
	}

	.part.part1 .cadeau a {
		background-size: 100%;
		width: 203px;
		height: 203px;
	}


	.part.part2 {
		padding-top: 48px;
	}
	.part.part2 .text-right {
		text-align: center;
	}

	.part.part2 .title {
		text-align: center;
		width: 100%;
		display: inline-block;
		margin-top: 30px;
	}

	.part.part2 ul li {
		background: none;
		text-align: center;
		padding-left: 0;
	}

	.part.part4 {
		padding: 40px 10px;
	}


	.part.part-temoignages .img-avatar img {
    margin-top: 45px;
	}

	.part.part4 .temoignage-item .content {
		padding: 10px;
		border-radius: 20px;
		width: 100%;
	}

	.part.part4 .temoignage-item .content:before{
		display: none;
	}

	.part.part4 .img-avatar {
		margin-bottom: 20px
	}

	.part.part4 .img-avatar img{
		max-width: 50%;
	}

	.part.part4 .temoignage-item .content blockquote:before {
		content: " ";
		position: absolute;
		top: -113px;
	}

	.part.part6 .section-title {
    margin-bottom: 60px;
  }


  body.home .part .offre-abo,
  body.home .part .post.view-mode-teaser {
  	max-width: 400px;
  	margin: 0 auto 30px;
  }

	.part.part-edito .persos {
		opacity: 1;
	}

}


.owl-carousel.gallery .owl-item img {
  height: auto;
}
@media only screen and (max-width: 560px){
	.owl-carousel.gallery .carousel-item .caption {
		padding: 8px 100px 8px 15px;
	}
	.part.part1 #video-overlay .btns a {
		width: 100%;
	}
	.part.part-edito .float-right {
		float: none;
		margin: 0 auto 30px;
		display: block;
	}
}


@media only screen and (max-width: 560px){

	.section-title {
		font-size: 35px;
	}


	.part.part1 #video-overlay .btns {
    bottom: 50px;
	}
	.part.part1 #video-overlay .btn-scroll {
		bottom: 10px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
		margin-left: -17px;
	}


	.part.part1 {
		max-height: initial;
		height: 500px;
	}

	.part.part2 .title {
		margin-bottom: 10px;
		margin-left: 0;
		line-height: 34px;
	}

	.part.part-temoignages {
		padding-bottom: 45px;
	}

	.part.part-temoignages .img-avatar img {
		margin-top: 45px;
	}

	.part.part-temoignages .temoignage-item,
	.part.part-temoignages .temoignage-item.temoi-left {
		padding: 0 10px;
	}

	.guillemet-left:before,
	.guillemet-right:after {
		display: none;
	}

	.part.part-temoignages .row-temoignages {
		padding-bottom: 0px;
	}

	.part.part-temoignages .row-temoignages .img-avatar {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.part.part-temoignages .row-temoignages:last-child .img-avatar img {
		margin: 40px 0 20px;
	}

	.part.part-temoignages .container,
	.part.part-temoignages .container cite,
	.part.part-temoignages .container blockquote,
	.part.part-temoignages .container p {
		font-size: 18px;
		line-height: 24px;
	}
	.part.part-temoignages .container cite {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}

	.part.part6 .section-title {
		padding: 0 10px;
	}

	#bonnes-raisons .title {
		font-size: 24px;
	}

	#footer-nv3 ul {
		text-align: center;
	}
}

/*
 * Articles
 */
.post.view-mode-teaser {
	background-color: #fff;
	color: #6b6b6b;
	padding: 30px;
	position: relative;
}
.post.view-mode-teaser .visuel {
	margin: 0 0 15px;
	text-align: center;
	min-height: 170px;
}
.post.view-mode-teaser .visuel img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
}
.post.view-mode-teaser .title {
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin: 0 0 10px;
	min-height: 60px;
	text-align: left;
}
.post.view-mode-teaser .title,
.post.view-mode-teaser .title a {
	color: #1f1f1f;
}
.post.view-mode-teaser .excerpt {
	margin: 0;
}
.post.view-mode-teaser .excerpt p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	min-height: 120px;
	text-align: justify;
}
.post.view-mode-teaser .global-link {
	color: transparent;
	font-size: 0;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 3;
}
.post.view-mode-teaser:hover .visuel,
.post.view-mode-teaser:hover .title a {
	transition: opacity .3s ease, color .3s ease;
}
.post.view-mode-teaser:hover .visuel {
	opacity: 0.7;
}
.post.view-mode-teaser:hover .title a,
.post.view-mode-teaser .title a:hover {
	color: #ed1c24 !important;
	text-decoration: none;
}
.post.view-mode-teaser .comments-number {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin: -10px 0 -5px;
}
.post.view-mode-teaser .comments-number i {
	margin: 0 0 0 5px;
}
@media all and (max-width: 990px) {
	.post.view-mode-teaser .excerpt p {
		line-height: 22px;
		font-size: 14px;
	}
}

/*
 * Articles vidéos
 */
.post.view-mode-teaser.category-videos-j-aime-lire,
.post.view-mode-teaser.category-videos-en-avant {
	background-color: #000;
	color: #fff;
}
.post.view-mode-teaser.category-videos-j-aime-lire .title,
.post.view-mode-teaser.category-videos-en-avant .title {
	text-align: center;
	margin: 0;
}
.post.view-mode-teaser.category-videos-j-aime-lire .title,
.post.view-mode-teaser.category-videos-en-avant .title,
.post.view-mode-teaser.category-videos-j-aime-lire .title a,
.post.view-mode-teaser.category-videos-en-avant .title a {
	color: #fff;
}
.post.view-mode-teaser.category-videos-j-aime-lire .excerpt,
.post.view-mode-teaser.category-videos-en-avant .excerpt {
	display: none;
}

/*
 * Sommaires
 */
.post.sommaires.view-mode-teaser .visuel {
	display: inline-block;
	vertical-align: middle;
	width: 47.5%;
	width: calc(150px);
}
.post.sommaires.view-mode-teaser .date-numero-titre {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	width: calc(98% - 150px);
	font-size: 15px;
	margin-bottom: 0;
	padding-left: 15px;
	line-height: 24px;
	color: #1f1f1f;
	font-weight: 700;
}


/*
 * Page interieure
 */
#main {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	position:relative;
	clear: both;
}
@media only screen and (max-width:991px) {
	#main {
		margin-top: 50px;
	}
}

/* réseaux sociaux */

.cell .sociaux,
#feuilletage .sociaux {
  display: none;
  background-color: #ffed00;
  color: #1f1f1f;
  text-align: right;
}
#blog .cell .sociaux { display: block; }
.cell .sociaux .social,
#feuilletage .sociaux .social {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
	line-height: 36px;
  font-size: 0;
  color: #1f1f1f;
  border-radius: 50%;
  margin: 0 3px;
  background: none;
  background-color: transparent;
  text-align: center;
}
.cell .sociaux .social:hover,
#feuilletage .sociaux .social:hover {
  background-color: #fff;
  color: #1f1f1f;
}
.cell .social i,
#feuilletage .social i {
  font-size: 22px;
	line-height: 36px;
}

.cell .social.tiny,
#feuilletage .social.tiny  {
  width: 30px;
  height: 30px;
	line-height: 30px;
}
.cell .social.tiny i,
#feuilletage .social.tiny i  {
	font-size: 15px;
	line-height: 30px;
}

#sociaux-mobile,
#tiny-search,
#mobile-menu-launcher,
#tiny-menu #abonnement-panel-launcher {
	border-right: 0;
	padding: 0;
}

#sociaux-mobile a,
#tiny-search a,
#mobile-menu-launcher a,
#tiny-menu #abonnement-panel-launcher a {
	color: #1f1f1f;
	font-size: 15px;
	letter-spacing: -0.04em;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
}

#sociaux-mobile a span.text, #tiny-search a span.text, #mobile-menu-launcher a span.text, #tiny-menu #abonnement-panel-launcher a span.text {
	margin-left: 4px;
	margin-right: 0;
}

.sociaux.tiny{
	top: 53px;
	border-width: 1px;
	right: 0;
	background-color: #fff;
	text-align: center;
}
.sociaux.tiny .social{
	display: inline-block;
	float: none;
	margin: 0 15px;
	text-indent: 0;
	font-size: 0;
	background: none;
	vertical-align: middle;
}
.sociaux.tiny .social i{
	font-size: 32px;
}


@media only screen and (min-width: 400px) and (max-width: 800px) {
	#tiny-menu #mobile-menu-launcher {
		width: 11.66666667%;
	}
	#tiny-menu #sociaux-mobile {
		width: 18.66666667%;
	}
	#tiny-menu #tiny-search {
		width: 19.66666667%;
	}
}

#tiny-menu #abonnement-panel-launcher #abonnement-btn-mobile {
	margin-top: 0;
	border-radius: 0;
	font-size: 15px;
	letter-spacing: -0.04em;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
	background-color: #82CC00;
	color: #fff;
	text-transform: uppercase;
	font-family: var(--base-font);
	font-weight: 700;
	display: block;
}

#tiny-menu #abonnement-panel-launcher #abonnement-btn-mobile:hover {
	background-color: #ec038a;
	text-decoration: none;
}

/* conteneur generique */
.cell article,
#sidebar .widget {
	overflow: hidden;
	background-color: #fff;
}

#abonnement-panel .cell article {
	border-radius: 0px;
}

#modalImage img {
	max-width: 100%;
}

.titre-rubrique {
	margin-bottom: 10px;
	text-align: center;
}

.intro-content {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 30px;
}
.intro2 .intro-content {
	text-align: center;
	margin: 30px 0;
	font-weight: 700;
}
#sommaires .intro-content {
	margin-bottom: 15px;
	margin-top: -15px;
}

.titre-rubrique > *,
.cell.page header h1 {
	display: inline-block;
	font-size: 48px;
	padding: 0 20px;
	line-height: 44px;
	color: #fff;
	margin: 30px 0 30px;
}
#main > .titre-rubrique > * {
	margin-top: 0;
}

.wf-chelseamarket-n4-active .titre-rubrique > *,
.wf-chelseamarket-n4-active .cell.page header h1,
.wf-chelseamarket-n4-active .cell.page .excerpt h2,
.wf-chelseamarket-n4-active .cell.page .excerpt h3 {
	font-family: var(--title-font);
	font-weight: 400 !important;
}
.wf-chelseamarket-n4-active .titre-rubrique em,
.wf-chelseamarket-n4-active .cell.page header h1 em,
.wf-chelseamarket-n4-active .cell.page .excerpt h2 em,
.wf-chelseamarket-n4-active .cell.page .excerpt h3 em {
	font-style: normal;
}

body.page-template-page-mags .titre-rubrique h1 {
	padding: 0 10px;
}

.cell.page header h1 {
	border: 0;
	padding-left: 0;
	border-radius: 0;
	margin-top: 45px;
	margin-bottom: 30px;
	font-size: 40px;
	color: #009ddc;
}

#search-results .titre-rubrique h1,
#sommaires .titre-rubrique h1,
#feuilletage .titre-rubrique h1,
#autres-magazines .titre-rubrique h1,
body.page-template-page-rubriques .titre-rubrique h1 {
	color: #fff;
	font-size: 48px;
	text-align: center;
	margin: 30px 0 30px;
}

.cell.page header {
	text-align: left;
}

#blog .cell.intro header h1 {
	padding: 0 60px;
}
.cell.page .excerpt h2,
.cell.page .excerpt h3 {
	font-size: 24px;
	color: #009ddc;
}
#blog .cell.intro h2 {
	font-size: 22px !important;
	line-height: 24px;
	margin-bottom: 15px !important;
	color: #ed1b24;
}
.wf-chelseamarket-n4-active #blog .cell.intro h2 em {
	font-style: normal;
}
#blog .cell.intro .boutontitre a {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700;
}
body.category-25 #blog .cell.intro table,
body.category-25 #blog .cell.intro table td {
	vertical-align: top;
}
body.category-25 #blog .cell.intro table strong {
	color: #ed1b24 !important;
	font-size: 22px;
	display: block;
	margin: 15px 0 -10px;
}
#blog .cell.intro .subcontent {
	padding: 15px 60px 30px !important;
}

#blog .cell.red article {
	background-color: #ed1b24;
	color: #fff;
	text-align: center;
	padding: 30px;
}
#blog .cell.red p {
	font-weight: 400;
	margin: 0 0 15px;
}
#blog .cell.red .btn-center {
	margin: 15px 0 0;
	padding: 10px 30px;
	line-height: 18px;
	display: block;
}


body.single-sommaires .cell.page header {
	text-align: left;
}

body.single-sommaires .cell.page header h1 {
	border: 0;
	padding:0;
}

.cell.page .excerpt h3:before {
	content:' ';
	display: block;
	width:0;
	height:0;
	clear:both;
}

.cell.page .excerpt h3 {
	font-size: 20px;
	margin-bottom: 7px;
}

.cell.page .excerpt img {
	max-width: 100%;
	height:auto;
}

.cell.page .excerpt .btn:hover {
	text-decoration: none;
	color: inherit;
}

body.single-sommaires .cell.page .content {
	margin-top: 20px;
}

.cell.single .subcontent {
	padding: 20px 40px;
}

.cell .subcontent p {
	line-height: 24px;
}

.cell .subcontent img {
	max-width: 100%;
	height: auto;
}

.cell.page .subcontent .date {
	font-size: 13px;
}

.cell.page .subcontent .date .glyphicon {
	padding-right: 8px;
}

.cell .subcontent .alignright {
	margin-left:15px;
}
.cell .subcontent .alignleft {
	margin-right:15px;
}
.cell .subcontent img.alignleft {
	max-width: 100%;
	height: auto;
}

/* h1 modules speciaux (blog, sommaires, autres magazines, feuilletage) */
#autres-magazines .titre-rubrique,
#feuilletage .titre-rubrique,
#search-results .titre-rubrique {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	/*#sommaires .titre-rubrique h1,
	#autres-magazines .titre-rubrique h1,
	#feuilletage .titre-rubrique h1,
	#search-results .titre-rubrique h1 {
		font-size:18px;
	}*/

	#search-results .subcontent {
		padding: 10px;
	}
}

/*****************************************************/
/* Modules specifiques : sommaires, autres magazines, feuilletage */
#sommaires .form,
#blog .form,
#search-results .form {
	padding:20px 0;
	border-radius: 5px;
	margin-bottom:10px;
	margin-top:10px;
	text-align: center;
	color:#000;
}

#search-results .form {
	padding-top: 0;
	margin-top: 0;
}

#sommaires .form,
#blog .form {
	padding: 20px 0;
	margin-top: 0;
}

#search-results .form,
#search-results .form .count,
#search-results .form .term {
	font-size: 18px;
	font-weight: 700;
}

#search-results .form .count,
#search-results .form .term {
	color: #e11e26;
}

#sommaires .form .btn-group,
#blog .form .btn-group {
	margin:0;
}

#sommaires .form .btn-group a.btn,
#blog .form .btn-group a.btn {
	color: #fff;
	border: 0;
	font-size: 18px;
	border-radius: 4px;
	padding: 5px 20px;
	margin: 0 5px 20px;
	text-align: center;
	z-index: 1;
	background-color: #009ddc;
	font-family: var(--base-font);
	font-weight: 700;
}

#sommaires .form .btn-group a.btn.selected,
#sommaires .form .btn-group a.btn:hover,
#blog .form .btn-group a.btn.selected,
#blog .form .btn-group a.btn:hover {
	background-color: #e11e26;
}

#blog .list > .cell .content {
	position: initial;
}

#blog .list > .cell .content .subcontent {
	overflow: hidden;
}

@media only screen and (max-width: 767px) {
	#blog .list > .cell .content .subcontent {
		padding: 15px 10px;
	}
	.post.view-mode-teaser .subcontent .title,
	.post.view-mode-teaser .subcontent .excerpt p {
		min-height: 0;
	}
}

#sommaires .list .cell,
#blog .list .cell,
#autres-magazines .list .cell,
#search-results .list .cell {
	margin-bottom: 30px;
	padding: 0;
}
#sommaires .list .cell.left,
#blog .list .cell.left,
#autres-magazines .list .cell.left,
#search-results .list .cell.left {
	padding-left: 15px;
	padding-right: 15px;
}
#sommaires .list .cell.right,
#blog .list .cell.right,
#autres-magazines .list .cell.right,
#search-results .list .cell.right {
	padding-left: 15px;
	padding-right: 15px;
}

#blog .list .cell article {
	height: 100%;
	position: relative;
}

#blog .list .cell article p {
	font-size: 16px;
	line-height: 22px;
}

#search-results .list .cell article {
	padding: 20px;
}



#blog .cover {
	padding: 0;
	margin: 0 0 30px;
}
#blog .cover.with-description {
	margin: 0;
}
#blog .cover img {
	width: 100%;
	height: auto;
}
#blog .list {
	padding: 0;
	margin: 30px -15px 30px;
}
#blog .list:first-child {
	margin-top: 0;
}
#blog .list > .cell {
	padding: 0 15px;
}
#blog #content.col-md-6 .list {
	margin: 0 -15px 30px;
}
#blog #content.col-md-6 .list .cell {
	padding: 0 15px;
}

@media only screen and (max-width: 630px) {
	#blog .cover {
		padding: 0 15px;
	}
	#blog .cover .social-header {
		padding: 0;
	}
}


/* Page detail sommaires */
body.single-sommaires article .sociaux {
	right:10px;
}

body.single-sommaires #content article .visuel {
	float:left;
	width: 40%;
	padding: 40px 20px 0 40px;
}

body.single-sommaires #content article .visuel img {
	border-radius: 0px;
}

body.single-sommaires article .date-numero-titre {
	float:right;
	width: 60%;
	padding: 40px 60px 0 0;
}

body.single-sommaires article .date-numero-titre .date-numero {
	padding-top: 40px;
	font-size: 18px;
	margin-bottom: 30px;
	font-weight: 700;
}

@media only screen and (max-width: 980px) {
	#sommaires .form .btn-group a.btn,
	#blog .form .btn-group a.btn {
		font-size: 16px;
		border-radius: 0;
		padding: 5px 10px;
		margin: 0 0 20px;
	}
}


/* Feuilletage */
#feuilletage  {
	position: relative;
}

#feuilletage .iframe-responsive-wrapper,
#sommaires .iframe-responsive-wrapper {
	position: relative;
	background: url(../images/couv-feuilletage-youpi-min.png?v=1) no-repeat 10% 78% #fff;
	width: 100%;
	height: 0;
	background-size: 35% auto;
}
body.page-id-165 #feuilletage .iframe-responsive-wrapper { background-image: url(../images/couv-hors-series-youpi-min.png?v=1); background-size: 35% auto; }

#feuilletage .iframe-responsive-wrapper { padding-bottom: 69.4%; }

#sommaires .content-hs,
#feuilletage .content-feuilletage,
#feuilletage .content {
	padding: 0 0 20px;
}

#feuilletage .box-msg,
#sommaires .box-msg { display:none; }

@media only screen and (max-width:1199px) {
	#feuilletage .iframe-responsive-wrapper { background-position: left 94%; }
}

@media only screen and (max-width:991px) {
	#feuilletage .iframe-responsive-wrapper { background-position: left 90%; }
}

@media only screen and (max-width: 550px) {
	#feuilletage .iframe-responsive-wrapper { background-position: left 73%; }
}
/*@media only screen and (max-width:550px) {
	#feuilletage .iframe-responsive-wrapper,
	#sommaires .iframe-responsive-wrapper {
		display:none;
	}
	#feuilletage .box-msg,
	#sommaires .box-msg {
		display:block;
	}
}*/

#feuilletage .iframe-responsive-wrapper .iframe-ratio,
#sommaires .iframe-responsive-wrapper .iframe-ratio {
	display: block;
	width: 100%;
	height: auto;
}

#feuilletage .iframe-responsive-wrapper iframe,
#sommaires .iframe-responsive-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 404 */
body.error404 .error404 {
	z-index: 10;
}
body.error404 .error404 .error404-content {
	 margin-top: -200px;
}

body.error404 .error404 .col-centered {
	text-align: center;
}

body.error404 .error404 .retouraccueil {
	margin-top: 30px;
	z-index: 200;
}

#panneau{
	opacity: 0;
	-webkit-transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	transition:all 250ms ease;

	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
}

.balance {
	opacity: 1 !important;
	-webkit-animation: balance 1.5s ease-in-out 110ms 1 alternate;
	-moz-animation: balance 1.5s ease-in-out 110ms 1 alternate;
	-ms-animation: balance 1.5s ease-in-out 110ms 1 alternate;
	-o-animation: balance 1.5s ease-in-out 110ms 1 alternate;
	animation: balance 1.5s ease-in-out 110ms 1 alternate;
}

@keyframes "balance" {
	0% {
	}
	15% {
		-webkit-transform: rotate(-50deg);
		-moz-transform: rotate(-50deg);
		-o-transform: rotate(-50deg);
		-ms-transform: rotate(-50deg);
		transform: rotate(-50deg);
	}
	30% {
		-webkit-transform: rotate(50deg);
		-moz-transform: rotate(50deg);
		-o-transform: rotate(50deg);
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	45% {
		-webkit-transform: rotate(-30deg);
		-moz-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	60% {
		-webkit-transform: rotate(30deg);
		-moz-transform: rotate(30deg);
		-o-transform: rotate(30deg);
		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {
		-webkit-transform: rotate(-30deg);
		-moz-transform: rotate(-30deg);
		-o-transform: rotate(-30deg);
		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@-moz-keyframes balance {
	0% {
	}
	15% {

		-moz-transform: rotate(-50deg);
		transform: rotate(-50deg);
	}
	30% {
		-moz-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	45% {

		-moz-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	60% {

		-moz-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {

		-moz-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {

		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@-webkit-keyframes "balance" {
	0% {

	}
	15% {

		-webkit-transform: rotate(-50deg);
		transform: rotate(-50deg);
	}
	30% {

		-webkit-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	45% {

		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	60% {

		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {

		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@-ms-keyframes "balance" {
	0% {
		margin-top: 0;
	}
	15% {
		margin-top: 0;
		-ms-transform: rotate(-50deg);
		transform: rotate(-50deg);
	}
	30% {
		margin-top: 0;
		-ms-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	45% {

		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	60% {

		-ms-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {

		-ms-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {

		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@-o-keyframes "balance" {
	0% {
		margin-top: 0;
	}
	15% {
		-o-transform: rotate(-50deg);
		transform: rotate(-50deg);
	}
	30% {
		margin-top: 0;
		-o-transform: rotate(50deg);
		transform: rotate(50deg);
	}
	45% {
		-o-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	60% {
		-o-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	75% {

		-o-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
	100% {

		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

}

@media only screen and (max-width: 767px) {
	body.single-sommaires article .visuel {
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 50px 0 0 0;
	}
	body.single-sommaires article .date-numero-titre {
		width:100%;
		padding:10px 10px 10px;
	}
	body.single-sommaires article .date-numero-titre .date-numero  {
		padding-top: 10px;
		font-size:18px;
		margin-bottom:10px;
	}
	body.single-sommaires article .date-numero-titre h1 {
		margin:0 !important;
	}
	body.single-sommaires .cell.single .subcontent {
		padding-top: 0 !important;
	}

	#blog .cell.col-s-7-5 article {
		min-height: inherit;
	}
	#blog .cell .subcontent h1 {
		margin-top:20px;
		font-size: 21px;
	}

	#sommaires .list .cell .date-numero-titre {
		padding-top:10px;
	}

	body.single-sommaires .date-numero-titre .date-numero {
		margin-bottom:10px;
		font-size: 14px;
	}
	#sommaires .list .cell .date-numero-titre h1 a {
		font-size:16px;
	}

	#blog .post.view-mode-teaser {
		max-width: 400px;
		margin: 0 auto 30px;
	}

	/*#sommaires #content .list .cell .visuel {
		width: 40%;
	}
	#sommaires #content .list .cell .date-numero-titre {
		width: 49%;
		padding-top: 80px;
	}*/
	#sommaires .list .cell .subcontent {
		max-height: none;
		padding-top: 15px;
	}

}

@media only screen and (min-width: 521px) and (max-width: 767px) {

	body.single-sommaires article .visuel,
	body.single-sommaires #content article .visuel {
		width: 40% !important;
		padding: 30px 30px 0;
    margin: 0 !important;
	}
	body.single-sommaires article .date-numero-titre {
		width: 59% !important;
    margin-top: 80px;
	}
	body.page-template-default .cell.page .subcontent,
	body.single-post .cell.single.page .subcontent,
	body.single-sommaires .cell.single.page .subcontent {
		padding: 0 30px 30px !important;
	}

}

@media only screen and (max-width: 520px) {

	.cell .single-pagination a.back {
	  font-size: 14px;
    padding: 0 25px;
    letter-spacing: -0.04em;
  }

  body.single-sommaires .cell.single.page header h1,
  body.single-post .cell.single.page header h1 {
  	line-height: 42px !important;
    margin: 0 0 15px !important;
  }

}

@media only screen and (max-width: 630px) {

	#search-results .list .cell .content {
		display: block;
	}

	/* Sommaire : liste */
	#sommaires .list .cell .date-numero-titre {
		padding-left: 10px;
		padding-right: 10px;
	}

	#sommaires .list .cell.large .date-numero-titre {
		padding-top: 41px;
	}

	/*#sommaires .list .cell .visuel,
	#sommaires .list .cell.large .visuel {
		width:43%;
	}

	#sommaires .list .cell .date-numero-titre,
	#sommaires .list .cell.large .date-numero-titre {
		width: 46%;
		padding-top: 80px;
	}*/
	#sommaires .list .cell .subcontent {
		max-height: none;
		padding-top: 0;
	}
	body.single-sommaires .cell.page .content { margin-top: 0; }
	body.single-sommaires .cell.single.page header h1 { margin-bottom: 0; }

	.cell.single .subcontent  {
    	padding: 20px 10px;
	}
	body.page-template-default .cell.page .subcontent,
	body.single-post .cell.single.page .subcontent,
	body.single-sommaires .cell.single.page .subcontent {
		padding: 20px !important;
		padding-top: 30px !important;
	}
	#blog .cell.large .subcontent {
    padding: 15px 20px 30px !important;
	}
	#blog .cell.intro header h1 {
    padding: 0 20px !important;
	}

	.cell.page .excerpt img.alignright,
	.cell.page .excerpt img.alignleft {
		max-width: 50%;
	}

	#sommaires .cell.col-s-7-5 article,
	#sommaires.hors-series .cell.col-s-7-5 article {
		min-height: inherit;
	}

	.cell.page .excerpt table td{
		display: inline;
	}

}

/*
* Sidebar
*/
#sidebar .widget {
	margin-bottom: 30px;
	padding: 30px 30px;
	background-color: #ffffff;
}
#sidebar .widget.widget_remontee_boutique_bayard .widget-title {
	display: none;
}

/* Remobo */
.remobo {
	background-color: #fff;
	padding: 15px;
	font-size: 0;
}
.remobo > .content { padding: 0 !important; }
@media only screen and (min-width: 992px){
	.remobo .wow:not(.animated) {
		opacity: 0;
	}
	.touchevents .remobo .wow {
		opacity: 1;
		visibility: visible;
	}
}
@media only screen and (max-width: 991px){
	.touchevents .remobo .wow {
		opacity: 1;
		visibility: visible;
	}
}
.remobo .content-couv,
.remobo .subcontent,
.remobo .subcontent > .texte,
.remobo .subcontent > .offre,
.remobo .subcontent > .offre > .cadeau-content,
.remobo .subcontent > .offre > .detail_prix {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.remobo .subcontent > .texte,
.remobo .subcontent > .offre > .cadeau-content,
.remobo .subcontent > .offre > .detail_prix {
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	white-space: normal;
}
.remobo .content-couv a,
.remobo .content-couv img {
	display: block;
}
.remobo .content-couv img {
	max-width: 100%;
	height: auto;
}
.remobo .subcontent > .texte {
	color: #1f1f1f;
	padding: 20px 0 10px;
}
.remobo .subcontent > .texte .titre,
.remobo .subcontent > .texte .baseline,
.remobo .subcontent > .texte .labels { text-align: center; }
.remobo .subcontent > .texte .titre {
	font-weight: 900;
	font-size: 32px;
	line-height: 35px;
	font-family: var(--base-font);
	color: #ff6464;
	margin: 10px 0 20px;
}
.remobo .subcontent > .texte .baseline {
	font-size: 18px;
	font-weight: 700;
	color: #1f1f1f;
	margin-bottom: 20px;
	line-height: 24px;
	letter-spacing: -0.02em;
}
.remobo .subcontent > .texte .tranche-age,
.remobo .subcontent > .texte .periodicite {
	text-align: center;
	margin: 0 5px 15px;
	display: inline-block;
	padding: 6px 10px;
	font-weight: 700;
	color: #fff;
	background-color: #ff6464;
	font-size: 15px;
	line-height: 22px;
	min-width: 80px;
}
.remobo .subcontent > .texte .tranche-age {
	background-color: #f36201;
}
.remobo .subcontent > .texte .periodicite {
	background-color: #60d5c0;
}
.remobo .subcontent > .offre > .cadeau-content {
	margin: 15px 10px 0;
	width: calc(100% - 20px);
}
.remobo .subcontent > .offre > .detail_prix {
	margin: 20px 0 0;
}
.remobo .subcontent  > .offre > .cadeau-content {
	border: 1px solid #ff6464;
	border-radius: 0px;
	text-align: center;
	position: relative;
	padding-top: 40px !important;
}
.remobo .subcontent  > .offre > .cadeau-content .cadeau-titre {
	position: absolute;
	background-color: #ff6464;
	top: 18px;
	left: -10px;
	display: block;
	padding: 6px 25px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.remobo .subcontent  > .offre > .cadeau-content .cadeau-titre::before {
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-color: #ff6464 #ff6464 transparent transparent;
	top: 34px;
	left: 0;
	opacity: 0.7;
}
.remobo .subcontent  > .offre > .cadeau-content .cadeau-titre::after {
	content: '';
	position: absolute;
	border: 17px solid transparent;
	border-color: #ff6464 transparent #ff6464 #ff6464;
	top: 0;
	right: -20px;
}
.remobo .subcontent  > .offre > .cadeau-content .cadeau-desc {
	display: block;
	color: #6b6b6b;
	margin-bottom: 10px;
}
.remobo .subcontent  > .offre > .cadeau-content img {
	display: inline-block;
	margin-bottom: 10px;
	max-height: 150px;
	max-width: 70%;
	width: auto;
	height: auto;
}
.remobo .subcontent  > .offre > .detail_prix {
	text-align: center;
	font-size: 14px;
}
.remobo .subcontent  > .offre > .detail_prix .price {
	margin-bottom: 15px;
}
.remobo .subcontent  > .offre > .detail_prix .price .number {
	font-size: 32px;
	color: #ff6464;
	font-weight: 900;
}
.remobo .subcontent  > .offre > .detail_prix .btn-center {
  margin: 15px 0 0;
}
.remobo .subcontent  > .offre > .detail_prix .argus {
  clear: both;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 10px;
  letter-spacing: -0.01em;
}
.remobo .subcontent  > .offre > .detail_prix .argus,
.remobo .subcontent  > .offre > .detail_prix .argus a {
  font-size: 14px;
}
.remobo .subcontent  > .offre > .detail_prix .remise {
	display: inline-block;
	background-color: #00d2ff;
	color: #fff;
	padding: 2px 4px;
	font-size: 20px;
	font-weight: 900;
	line-height: initial;
}

@media all and (min-width: 990px) {
	.remobo.remobo-horz {
		padding: 45px 30px !important;
		white-space: nowrap;
		width: 100%;
	}
	#abonnement-panel .remobo-horz { border-radius: 0; }
	.remobo.remobo-horz .content-couv { width: 24%; }
	.remobo.remobo-horz .subcontent { width: 76%; }
	.remobo.remobo-horz .subcontent > .texte { width: 40%; }
	.remobo.remobo-horz .subcontent > .offre { width: 60%; }
	.remobo.remobo-horz .subcontent.nobonus > .texte { width: 60%; }
	.remobo.remobo-horz .subcontent.nobonus > .offre { width: 40%; }
	.remobo.remobo-horz .subcontent > .offre > .cadeau-content { width: 50%; }
	.remobo.remobo-horz .subcontent > .offre > .detail_prix { width: 50%; }
	.remobo.remobo-horz .subcontent.nobonus > .offre > .detail_prix { width: 100%; }
	.remobo.remobo-horz .content-couv,
	.remobo.remobo-horz .subcontent > .texte,
	.remobo.remobo-horz .subcontent > .offre > .cadeau-content,
	.remobo.remobo-horz .subcontent > .offre > .detail_prix {
		padding: 0 15px;
	}
	.remobo.remobo-horz .subcontent > .offre,
	.remobo.remobo-horz .subcontent > .offre > .detail_prix {
		padding-left: 15px;
	}
	.remobo.remobo-horz .subcontent > .offre > .cadeau-content,
	.remobo.remobo-horz .subcontent > .offre > .detail_prix {
		margin: 30px 0 0;
	}
	.remobo.remobo-horz .subcontent > .texte .titre {
		margin-top: 0;
	}
	.remobo.remobo-horz .subcontent > .texte .titre,
	.remobo.remobo-horz .subcontent > .texte .baseline,
	.remobo.remobo-horz .subcontent > .texte .labels { text-align: left; }
}

@media all and (min-width: 400px) and (max-width: 800px) {
	.remobo .content-couv { width: 38%; }
	.remobo .subcontent {
		width: 62%;
		padding: 0 0 0 15px;
	}
	.remobo .subcontent .texte { padding-top: 0; }
}





/* Publicite */
#sidebar .mp-widgets-pubs {
	text-align: center;
}
#sidebar .mp-widgets-pubs .h3 {
	margin: 0 0 15px;
	font-size: 15px;
}

/* Ajustement de la position (hauteur) des colonnes principales */
#sidebar,
#content {
	/*margin-top:50px;*/
}

@media only screen and (max-width: 991px)  {
	#content {
		margin-top:18px;
		padding:0;
	}

	#sidebar {
		margin-top: 60px;
		padding: 0;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		float: none;
	}
}
@media only screen and (min-width: 992px)  {
	body.page-template-default #content,
	body.single.single-post #content,
	body.page-template-default #content {
		padding-left: 0;
		padding-right: 15px;
	}
}
@media all and (min-width: 400px) and (max-width: 700px) {
	#sidebar { max-width: none; padding: 0 15px; }
	#sidebar .widget.widget_remontee_boutique_bayard { padding: 15px; }
	#sidebar .widget.mp-widgets-pubs { max-width: 400px; margin: 0 auto; }
}

/* Pagination liste-detail */
.cell .single-pagination {
	position: relative;
	padding: 30px 20px 0;
	text-align: center;
}

.cell .single-pagination a.back {
	display: inline-block;
	color: #1f1f1f;
	text-transform: uppercase;
	font-family: var(--base-font);
	line-height: 35px;
	font-size: 16px;
	margin-top: 0;
	vertical-align: middle;
	letter-spacing: -0.02em;
	font-weight: 700;
	padding: 0 30px;
	background-color: #e11e26;
	color: #fff;
	border-radius: 40px;
}
.cell .single-pagination a.back:hover {
	background-color: #72b744;
	color: #fff;
	text-decoration: none;
}

.cell .single-pagination span.previous  {
	display: block;
	float: left;
}
.cell .single-pagination span.next  {
	display: block;
	float: right;
}

.wp-pagenavi   {
	margin-top: 30px;
	text-align: center;
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
	#sommaires .list,
	#blog .list,
	#autres-magazines .list {
		padding: 0 23px;
	}
	#search-results .list {
		padding: 0;
	}
	#sommaires .list > .cell,
	#blog .list > .cell,
	#autres-magazines .list > .cell,
	#search-results .list > .cell {
		width: 50%;
		float: left;
		padding: 0 7px;
	}
	#sommaires .post.view-mode-teaser .visuel,
	#blog .post.view-mode-teaser .visuel,
	#autres-magazines .post.view-mode-teaser .visuel,
	#search-results .post.view-mode-teaser .visuel {
		min-height: 0;
	}
	#sommaires .post.view-mode-teaser .date-numero-titre,
	#blog .post.view-mode-teaser .date-numero-titre,
	#autres-magazines .post.view-mode-teaser .date-numero-titre,
	#search-results .post.view-mode-teaser .date-numero-titre {
		padding-top: 0 !important;
	}
	#sommaires .post.view-mode-teaser .subcontent,
	#blog .post.view-mode-teaser .subcontent,
	#autres-magazines .post.view-mode-teaser .subcontent,
	#search-results .post.view-mode-teaser .subcontent {
		padding-top: 15px;
	}
}
@media only screen and (max-width: 500px) {
	#sommaires .list,
	#blog .list,
	#autres-magazines .list {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	#sommaires .list .cell, #blog .cell, #autres-magazines .list .cell, #search-results .list .cell,
	#sommaires .list .cell.left, #blog .cell.left, #autres-magazines .list .cell.left, #search-results .list .cell.left,
	#sommaires .list .cell.right, #blog .cell.right, #autres-magazines .list .cell.right, #search-results .list .cell.right {
		padding-right: 15px;
		padding-left: 15px;
		height: auto !important;
	}
	.cell .single-pagination {
		padding: 30px 10px 10px;
	}
	.wp-pagenavi   {
		margin-top: 10px;
	}
}

.single-pagination .previous a,
.single-pagination .next a,
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	background-color: #72b744;
	color: #fff;
	margin: 0 3px;
	text-decoration: none;
	border-radius: 50%;
	font-weight: 700;
}

.single-pagination .previous a:hover,
.single-pagination .next a:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .current {
	background-color: #e11e26;
	color: #fff;
}


/* Style page magazine */
#mag-col-left { width: 30%; }
#mag-col-right { width: 70%; }
@media only screen and (max-width: 767px){
	.cell.page .excerpt #mag-table td img.alignright,
	.cell.page .excerpt #mag-table td img.alignleft {
		max-width: 95%;
	}
	#mag-col-left { width: 40%; }
	#mag-col-right { width: 60%; }
}


#post-3431 .excerpt img {
	border-radius: 105px;
}


#ninja_forms_field_18_div_wrap.sso-wrap,
#ninja_forms_field_33_div_wrap.sso-wrap {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@-webkit-keyframes bounceInUp2 {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
            transform: translate3d(0, 500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp2 {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 500px, 0);
            transform: translate3d(0, 500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp2 {
  -webkit-animation-name: bounceInUp2;
          animation-name: bounceInUp2;
}


.content-intro {
	padding: 0;
	color: #fff;
	margin: 0 0 -15px;
	font-size: 17px;
}
#main > .content-intro {
	margin-bottom: 30px;
}

#feuilletage {
	margin: 0 0 30px;
}

#remobo-footer {
	margin: 0 0 60px;
}
#remobo-footer > .container {
	padding: 0 15px;
}
#remobo-footer .content-intro {
	padding: 0;
}



.cell.single .subcontent table,
.cell.single .subcontent tr,
.cell.single .subcontent td {
	padding: 0;
	margin: 0;
}

body.page-id-310 .cell.single .subcontent td,
body.page-id-290 .cell.single .subcontent td,
body.page-id-2 .cell.single .subcontent td {
	padding-bottom: 20px;
	vertical-align: top;
}

body.page-id-290 .cell.single .subcontent td.col-img,
body.page-id-2 .cell.single .subcontent td.col-img {
	width: 45%;
	text-align: center;
}

body.page-id-2 .cell.single .subcontent td.col-img {
	text-align: left;
}

body.page-id-2 .cell.single .subcontent td.col-img {
	vertical-align: middle;
}

body.page-id-2 .cell.single .subcontent td.col-img img {
	max-width: 90%;
}

body.page-id-310 .cell.single .subcontent .col-img {
  width: 60%;
  float: left;
  margin-right: 50px;
}

@media only screen and (max-width: 1199px){
	body.page-id-310 .cell.single .subcontent .col-img {
	  width: 53%;
	  float: left;
	  margin-right: 28px;
	}
}

@media only screen and (max-width: 992px){

	body.page-id-310 .cell.single .subcontent table {
		margin-bottom: 40px;
	}

	body.page-id-310 .cell.single .subcontent img {
		display: block;
		margin: 0 auto 20px;
	}

	body.page-id-310 .cell.single .subcontent .col-img {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.cell.single .subcontent td.col-img img {
	max-width: 100%;
}

.page-loader {
	 position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8DC53F;
  z-index: 9999;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 396px;
  text-align: center;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}

.spinner > div {
  width: 28px;
  height: 28px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

body.page-id-414 .cell article,
body.page-id-317 .cell article,
body.page-id-393 .cell article,
body.page-id-391 .cell article,
body.page-id-388 .cell article,
body.page-id-313 .cell article {
	padding-top: 30px;
	padding-bottom: 30px;
}

body.page-id-414 .cell article .visuel,
body.page-id-393 .cell article .visuel,
body.page-id-317 .cell article .visuel,
body.page-id-391 .cell article .visuel,
body.page-id-388 .cell article .visuel,
body.page-id-313 .cell article .visuel {
	float: left;
	margin-right: 35px;
	margin-left: 20px;
}

body.page-id-414 .cell article .content,
body.page-id-317 .cell article .content,
body.page-id-393 .cell article .content,
body.page-id-391 .cell article .content,
body.page-id-388 .cell article .content,
body.page-id-313 .cell article .content {
	display: inline;
}

body.page-id-414 .cell.single .subcontent,
body.page-id-317 .cell.single .subcontent,
body.page-id-393 .cell.single .subcontent,
body.page-id-391 .cell.single .subcontent,
body.page-id-388 .cell.single .subcontent,
body.page-id-313 .cell.single .subcontent {
	overflow: initial;
}

.page-template-page-rubriques .subcontent .excerpt table {
	width: 100%;
}

.page-template-page-rubriques .subcontent .excerpt table img.alignleft {
	margin-right: 30px;
}

.autoPDF {
	display: inline-block;
  background: url(../images/sprite_pdf.png) no-repeat top left;
  padding: 0 0 0 53px;
  height: 48px;
  text-decoration: none;
}

.autoPDF span {
	color: #626060;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 49px;
  text-align: left;
  padding-top: 0px;
  display: block;
  text-align: left;
  text-decoration: none;
}

.autoPDF:hover {
	background-position: 0 -57px;
	text-decoration: none;
}

.autoPDF:hover span {
	color: #f94040;
	text-decoration: none;
}

.autoPDF:active {
	background-position: 0 -119px;
	color: #dc0c0c;
	text-decoration: none;
}

@media only screen and (max-width: 1199px){
	.autoPDF span {
		line-height: 25px;
	}
}


.content-rubrique {
	margin-bottom: 30px;
}
.content-rubrique p {
	font-size: 18px;
	line-height: 30px;
}


body.page-template-default .cell.page header h1,
body.single-post .cell.single.page header h1,
body.single-sommaires .cell.single.page header h1 {
	margin: 15px 0 45px;
}
body.single-post .cell.single.page .subcontent h2,
body.single-sommaires .cell.single.page .subcontent h2,
body.single-post .cell.single.page .subcontent h3,
body.single-sommaires .cell.single.page .subcontent h3,
body.page-template-default .cell.page .excerpt h2,
body.page-template-default .cell.page .excerpt h3 {
  font-size: 22px;
	font-weight: 700 !important;
	color: #009ddc;
	line-height: 30px;
	margin: 35px 0 20px;
}
body.page-template-default .cell.page .excerpt h3,
body.single-post .cell.single.page .subcontent h3,
body.single-sommaires .cell.single.page .subcontent h3 {
  font-size: 20px;
	line-height: 24px;
	margin: 30px 0 20px;
}
body.page-template-default .cell.page .excerpt *:first-child {
  margin-top: 0;
}
body.page-template-default.page-id-25 .cell.page .excerpt h2 {
  color: #1f1f1f;
	font-size: 25px;
	line-height: 35px;
	font-family: var(--base-font);
	font-weight: 700;
}


body.page-template-default .cell.page .visuel img,
body.single-post .cell.single.page .visuel img,
body.single-sommaires .cell.single.page .visuel img {
  width: 100%;
  height: auto;
}

body.page-template-default .cell.page .subcontent,
body.single-post .cell.single.page .subcontent,
body.single-sommaires .cell.single.page .subcontent {
  padding: 60px;
	padding-top: 30px;
}
body.page-template-default .cell.page .subcontent ul,
body.single-post .cell.single.page .subcontent ul,
body.single-sommaires .cell.single.page .subcontent ul {
  padding-left: 10px;
	font-size: 15px;
	line-height: 24px;
	margin: -10px 0 25px;
	list-style: none;
  color: #6b6b6b;
}
body.page-template-default .cell.page .subcontent ul ul,
body.single-post .cell.single.page .subcontent ul ul,
body.single-sommaires .cell.single.page .subcontent ul ul,
body.page-template-default .cell.page .subcontent .wp-block-image + ul,
body.single-post .cell.single.page .subcontent .wp-block-image + ul,
body.single-sommaires .cell.single.page .subcontent .wp-block-image + ul {
	margin-top: 0;
}
body.page-template-default .cell.page .subcontent li,
body.single-post .cell.single.page .subcontent li,
body.single-sommaires .cell.single.page .subcontent li {
	list-style: none;
	padding-bottom: 0px;
}
body.page-template-default .cell.page .subcontent li::before,
body.single-post .cell.single.page .subcontent li::before,
body.single-sommaires .cell.single.page .subcontent li::before {
  content: '';
  width: 23px;
  height: 15px;
  vertical-align: middle;
  display: inline-block;
  position: static;
	margin: 0 5px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAPCAYAAAAPr1RWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQzQ1NEVEMkI1MDhFNzExQkU5OUVCNTA0RTYxMUJDMyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBMDQwOTEyMjA4QkMxMUU3OTdBNkJENTQ2RTZGNzkzQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBMDQwOTEyMTA4QkMxMUU3OTdBNkJENTQ2RTZGNzkzQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZDNDU0RUQyQjUwOEU3MTFCRTk5RUI1MDRFNjExQkMzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZDNDU0RUQyQjUwOEU3MTFCRTk5RUI1MDRFNjExQkMzIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aUaj+gAAATlJREFUeNpi/P//PwORwIjh124Xhj/HrBlYrI4ysLnugYqfw6kDZDiR2Oj/ayCFjL82bASLQzCGHtIM/30zAmzgR7vPKJb83FWGzQJSDEe16N8XGxRLQJaCxJAsIddwCAYZ9gbIfIU1qBhYiI7M/1+5UET+PpVBjTwo/a3BD0xz1Tcy4kgtEMN+H7MCpw5kTVhTBRqfEYgFbkayYDXwR0stw69DPFgNYrP7AqZZnPZB+JHLGT6pL2f4i2QwV8MmBmbpJxDD/3+1ARv6ya0TwyCQISADgIohmrm/gdP2/68gNkTvf1QXM7Co3YKoAUUMcqyD2KAkhxbzOFMNKBnC9IL0YaQWkCCqocQlR1DKwJPWyU+CyL5FczEMMzGQA0DxA4tw5DBGTzQkFFxISQ+aAAgUXuQZTiQACDAAi7k9Hb5CfA8AAAAASUVORK5CYII=');
}
body.page-template-default .cell.page .subcontent a:not(.btn-center),
body.single-post .cell.single.page .subcontent a:not(.btn-center),
body.single-sommaires .cell.single.page .subcontent a:not(.btn-center) {
  color: #6b6b6b;
  text-decoration: underline;
}
body.page-template-default .cell.page .subcontent a:not(.btn-center):hover,
body.single-post .cell.single.page .subcontent a:not(.btn-center):hover,
body.single-sommaires .cell.single.page .subcontent a:not(.btn-center):hover {
  color: #e11e26;
}
body.page-template-default .cell.page .subcontent p,
body.single-post .cell.single.page .subcontent p,
body.single-sommaires .cell.single.page .subcontent p {
  font-size: 15px;
	color: #6b6b6b;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 30px;
}
body.page-template-default .cell.page .subcontent p:first-child,
body.page-template-default .cell.page .subcontent .intro,
body.single-post .cell.single.page .subcontent p:first-child,
body.single-post .cell.single.page .subcontent .intro {
  font-weight: 700;
	color: #1f1f1f;
}


body.single-sommaires .cell.single.page .social-header .sociaux,
body.single-post .cell.single.page .social-header .sociaux {
  display: block;
  padding: 5px 30px;
  text-align: right;
}
body.single-sommaires .cell.single.page header h1,
body.single-post .cell.single.page header h1 {
  font-family: var(--base-font);
	font-weight: 700 !important;
	color: #1f1f1f;
	font-size: 30px;
	line-height: 35px;
}
body.single-sommaires .cell.single.page .subcontent h2,
body.single-post .cell.single.page .subcontent h2,
body.single-sommaires .cell.single.page .subcontent h3,
body.single-post .cell.single.page .subcontent h3 {
	font-family: var(--base-font);
}


body.archive.category .cell .subcontent .comments-number,
body.single-post .cell.single.page .subcontent .comments-number {
  float: right;
  color: #e11e26;
}

body.archive.category .cell .subcontent .comments-number {
	position: absolute;
	bottom: 0;
	right: 0;
}
body.single-post .cell.single.page #comments {
	padding: 30px;
}
body.single-post .cell.single.page .comments-title {
	padding: 10px 15px;
	margin: 0px -15px 30px;
	background-color: #ffed00;
	color: #1f1f1f;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
}
body.single-post .cell.single.page .comment-body {
	padding: 25px 30px;
	background-color: #71f5fa;
	margin-bottom: 15px;
	position: relative;
	border-radius: 20px;
	font-size: 15px;
}

body.single-post .cell.single.page .comment-body .comment-author:after {
	content: " ";
	display: block;
	height: 1px;
	width: 100%;
}

body.single-post .cell.single.page .comment-body .comment-meta a {
	font-size: 13px;
}

body.single-post .cell.single.page .comment-body a {
	color: #e11e26;
}

body.single-post .cell.single.page .comment-body .comment-reply-link {
	font-weight: 700;
}

body.single-post .cell.single.page .comment-body .report-comment {
	float: right;
	font-size: 13px;
}

body.single-post .cell.single.page .comment-body a:hover {
	color: 000;
	text-decoration: underline;
}

body.single-post .cell.single.page .comment-body:before {
	content: '';
  display: block;
	position: absolute;
	left: -34px;
	top: 65px;
  border: 1px solid #71f5fa;
	border-width: 10px 17px;
	border-color: #71f5fa #71f5fa transparent transparent;
	-ms-transform: rotate(9deg);
	-moz-transform: rotate(9deg);
	-webkit-transform: rotate(9deg);
	transform: rotate(9deg);
	-ms-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
body.single-post .cell.single.page .comment-body .avatar {
	position: absolute;
	left: -63px;
	top: 10px;
}
body.single-post .cell.single.page .comment {
	margin-bottom: 30px;
}
body.single-post .cell.single.page .comment a {
	font-size: 15px;
	line-height: 22px;
}
body.single-post .cell.single.page .comment .comment-meta a {
	color: #333;
	margin: 0px 0px 10px;
	display: block;
}
body.single-post .cell.single.page .comment .comment-author {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
body.single-post .cell.single.page .comment-list,
body.single-post .cell.single.page .comment-list .children {
	list-style: none;
	padding: 0;
}
body.single-post .cell.single.page .comment-list {
	margin: 0 60px 0 70px;
}
body.single-post .cell.single.page .comment-list .children {
	margin: 0 0 0 50px;
}
body.single-post .cell.single.page #respond {
	font-size: 16px;
}
#form-wapquest-container h2,
body.single-post .cell.single.page #reply-title {
	padding: 10px 15px;
	margin: 0px -30px 30px;
	background-color: #feed01;
	color: #1f1f1f;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
}
body.single-post .cell.single.page #respond label {
	vertical-align: top;
}
body.single-post .cell.single.page #respond .form-submit {
	text-align: center;
}

body.single-post .cell.single.page #respond input[type=text],
body.single-post .cell.single.page #respond textarea {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	padding: 5px 15px;
	line-height: 28px;
	font-size: 17px;
}
body.single-post .cell.single.page #respond textarea {
	line-height: 25px;
	font-size: 15px;
}
body.single-post .cell.single.page #respond input[type=text]:hover,
body.single-post .cell.single.page #respond textarea:hover {
	border-color: #feed01;
}
body.single-post .cell.single.page #respond input[type=text]:focus,
body.single-post .cell.single.page #respond textarea:focus {
	border-color: #e11e26;
}

.list .clearfix {
	height: 0 !important;
}



.nos-mags-remobo-wrapper {
	color: #fff;
	margin: 0 0 60px;
}
.wf-chelseamarket-n4-active .nos-mags-remobo-wrapper .title {
	font-family: var(--title-font);
	font-weight: 400;
}
.nos-mags-remobo-wrapper .title {
	font-size: 42px;
	line-height: 48px;
	text-align: center;
	margin: 0 0 30px;
}
.nos-mags-remobo-wrapper .description {
	font-size: 17px;
	margin: 0 0 30px;
}



.intro-abonnement {
	margin: 10px 0 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: 400;
}
.subintro-abonnement {
	margin: 60px 0 40px;
	text-align: justify;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.subtitle-abonnement {
	margin: 15px 0 30px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	line-height: 42px;
	font-weight: 900;
}
.wf-chelseamarket-n4-active .subtitle-abonnement {
	font-family: var(--title-font);
	font-weight: 400;
}
.wf-chelseamarket-n4-active .subtitle-abonnement em {
	font-style: normal;
}
.subtitle-abonnement:first-child {
	margin-top: 0;
}
.subtitle-abonnement .logo-bayam {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	text-indent: -9999px;
	width: 127px;
	height: 63px;
	background: transparent url(../images/offres-num-bayam.png?v=1) no-repeat center center;
	background-size: contain;
}
.subtitle-abonnement .logo-jaime-lire {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	text-indent: -9999px;
	width: 162px;
	height: 28px;
	background: transparent url(../images/offres-num-jaime-lire-store.png?v=1) no-repeat center center;
	background-size: contain;
}





.offre-abo {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	color: #1f1f1f;
	position: relative;
	margin: 0 0 30px;
}
.offre-abo .image {
	margin: 0 0 30px;
	height: 339px;
	overflow: hidden;
	position: relative;
}
.offre-abo img {
	max-width: 100%;
	height: auto;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
  -ms-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	max-height: 100%;
	width: auto;
}
.offre-abo .title {
	font-size: 30px;
	letter-spacing: -0.02em;
	color: #ff6464;
	line-height: 35px;
	font-weight: 900;
	min-height: 105px;
	margin: 0 0 15px;
	padding: 0;
}
.offre-abo .description {
	font-size: 15px;
	line-height: 22px;
	min-height: 66px;
	margin: 0 0 15px;
	letter-spacing: -0.02em;
}
.offre-abo .description p {
	margin: 0;
}
.offre-abo .price {
	font-size: 15px;
	font-weight: 300;
}
.offre-abo .price .number {
	color: #ff6464;
	font-weight: 900;
}
.offre-abo .price1 .number {
	font-size: 32px;
}
.offre-abo .btn-center {
	display: block;
	margin: 15px 0 0;
}
.offre-abo .etiquette {
	position: absolute;
	left: -10px;
	top: 30px;
	background-color: #ffed00;
	color: #1f1f1f;
	font-size: 15px;
	font-weight: 700;
	padding: 0 10px;
	line-height: 27px;
}

.offre-abo.with-2-prices .title {
	margin-bottom: 5px;
}
.offre-abo.with-2-prices .description {
	margin-bottom: 15px;
}
.offre-abo.with-2-prices .price2 {
	margin-top: -4px;
}
.offre-abo.with-2-prices .btn-center {
	margin-top: 5px;
}

.offre-abo .global-link {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.offre-abo:hover .btn-center {
	background-color: #ec038a;
	color: #fff !important;
}


p.reabo-top {
	margin: -30px auto 45px;
}
p.reabo-center {
	margin: 0 auto 20px;
	padding: 0 30px;
}
@media only screen and (min-width: 991px) {
	p.reabo-center { width: 33.33%; }
}
@media all and (min-width: 991px) and (max-width: 1200px) {
	.offre-abo .description { font-size: 14px; line-height: 18px; min-height: 54px; }
	.offre-abo .image { height: 245px; }
	.offre-abo .title { font-size: 24px; line-height: 30px; min-height: 60px; }
}
@media all and (max-width: 990px) {
	#abonnement > .list.row > .cell { width: 50%; float: left; }
	.offre-abo .title {
		font-size: 26px;
		letter-spacing: -0.04em;
		min-height: 70px;
	}
	.offre-abo .description {
		font-size: 14px;
		min-height: 66px;
	}
}
@media all and (max-width: 630px) {
	#abonnement > .list.row > .cell { width: 100%; float: none; }

	.offre-abo .title,
	.offre-abo .description {
		min-height: 0;
	}
	.offre-abo .title {
		font-size: 24px;
		margin-bottom: 8px;
		line-height: 24px;
	}
	.offre-abo .image {
		margin: 0 0 15px;
		height: auto;
		overflow: visible;
	}
	.offre-abo img {
		position: static;
	  -ms-transform: none;
	  -moz-transform: none;
	  -webkit-transform: none;
	  -o-transform: none;
		transform: none;
		left: auto;
		bottom: auto;
	}

}




#offre-sticky {
	position: fixed;
	left: 0;
	top: 190px;
	z-index: 100;
  -ms-transform: translate(-90%,0);
  -moz-transform: translate(-90%,0);
  -webkit-transform: translate(-90%,0);
  -o-transform: translate(-90%,0);
	transform: translate(-90%,0);
	-ms-transition: transform .5s ease;
	-moz-transition: transform .5s ease;
	-webkit-transition: transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
}
@media all and (min-width: 1600px) {
	#offre-sticky { top: 220px; }
}
#offre-sticky.open {
  -ms-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  -o-transform: translate(0,0);
	transform: translate(0,0);
}
#offre-sticky .toggle {
	position: absolute;
	left: 100%;
	top: 20%;
	background: #fff;
	z-index: 8;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	padding: 4px 6px;
}
#offre-sticky .toggle i {
	color: #e11e26;
	opacity: 1;
	float: none;
	text-shadow: none;
}
#offre-sticky .toggle:hover i {
	color: #02b49c;
}
#offre-sticky .toggle .close { display: inline-block; }
#offre-sticky .toggle .open { display: none; }
#offre-sticky.open .toggle .close { display: none; }
#offre-sticky.open .toggle .open { display: inline-block; }
#offre-sticky .offre {
	background: #fff;
	padding: 15px;
	width: 200px;
	box-shadow: 0 0 6px rgba(0,0,0,.2);
	position: relative;
	z-index: 9;
}
#offre-sticky .titre {
	color: #6b6b6b;
	font-weight: 700;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 24px;
}
#offre-sticky img {
	max-width: 100%;
	height: auto;
}
#offre-sticky .baseline {
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
	text-align: center;
}
#offre-sticky .prix {
	text-align: center;
	margin: 10px 0 0;
	font-weight: 300;
	color: #6b6b6b;
	font-size: 15px;
}
#offre-sticky .prix .number {
	font-weight: 900;
	color: #ff6464;
	font-size: 18px;
}
#offre-sticky .btn-center {
	font-size: 15px;
	line-height: 32px;
	height: 32px;
	padding: 0;
	display: block;
	margin: 10px 0 0;
}


/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.owl-carousel.gallery .owl-loaded .article {
	width: 100%;
}
.owl-carousel.gallery .owl-nav {
	margin: 0;
	padding: 0;
}
.owl-carousel.gallery .owl-nav.disabled {
	display: none;
}
.owl-carousel.gallery .owl-nav .owl-prev,
.owl-carousel.gallery .owl-nav .owl-next {
	position: absolute;
	top: 210px;
	margin-top: -20px;
	height: 40px;
	width: 40px;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(0,0,0,.35);
	color: #fff;
}
.owl-carousel.gallery .owl-nav .owl-prev:hover,
.owl-carousel.gallery .owl-nav .owl-next:hover {
	background-color: #ffed00;
	color: #1f1f1f;
}
.owl-carousel.gallery .owl-nav .owl-prev.disabled,
.owl-carousel.gallery .owl-nav .owl-next.disabled {
	opacity: .2;
}
.owl-carousel.gallery .owl-nav .owl-prev {
	left: 20px;
	padding-right: 4px;
}
.owl-carousel.gallery .owl-nav .owl-next {
	right: 20px;
	padding-left: 4px;
}

.owl-carousel.gallery .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 0;
	line-height: 60px;
}
.owl-carousel.gallery .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	background-color: #f2f2f2;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.owl-carousel.gallery .owl-dots .owl-dot.active {
	background-color: #ffed00 !important;
}
.owl-carousel.gallery .owl-dots .owl-dot:hover {
	background-color: #e11e26;
}

.owl-carousel.gallery .carousel-item {
	position: relative;
}
.owl-carousel.gallery .carousel-item .caption {
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.35);
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding: 8px 60px;
	min-height: 60px;
	line-height: 44px;
}
.owl-carousel.gallery .carousel-item .caption a {
	color: #fff;
}
.owl-carousel.gallery .carousel-item .caption a:hover,
.owl-carousel.gallery .carousel-item:hover .caption a {
	color: #ffed00;
	text-decoration: none;
}
.owl-carousel.gallery .carousel-item .caption span {
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.owl-carousel.gallery .owl-item img {
  height: auto;
}

@media only screen and (max-width: 560px){
	.owl-carousel.gallery .owl-nav .owl-prev, .owl-carousel.gallery .owl-nav .owl-next {
		top: 80px;
		margin-top: -12px;
		height: 24px;
		line-height: 24px;
		width: 24px;
		font-size: 14px;
	}
	.owl-carousel.gallery .carousel-item .caption {
		padding: 8px 100px 8px 15px;
	}
}







@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}


@-webkit-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}

@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
}

.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}




#sidebar-offres.col-md-12 {
	margin-top: 30px;
}


.wrapper-boutons { margin: 30px auto; }
.boutontitre { background-color: #009ddc; border-radius: 5px; color: white !important; font-family: var(--base-font) !important; font-size: 16px !important; line-height: 18px !important; margin: 5px 0 0 0 !important; padding: 12px 0; text-align: center; text-transform: uppercase; letter-spacing: -0.02em; font-weight: 700; }
.wrapper-boutons a { display: block; color: #4b4b4b !important; text-decoration: none !important; }
.wrapper-boutons a:hover { color: #009ddc !important; text-decoration: none !important; }
.boutontitre a { display: block; color: white !important; text-decoration: none !important; }
.boutontitre a:hover, .boutontitre:hover a { color: rgba(255,255,255,.8) !important; }

body.page-id-370 .cell.page .excerpt .row .visuel img {
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	margin-bottom: 30px;
}



#lmda-btn {
	line-height: 28px;
	margin-top: 6px;
}

.is-sticky header .ontop #lmda-btn {
    line-height: 20px;
	margin-top: 0;
	margin-left: 15px;
}
