.rsoffers-intro {
	display: flex;
	max-width: 74em;
	margin: 6em auto;
	flex-direction: column;
}

.rsoffers-intro-text {
	text-align: justify;
}

.rsoffers-intro-illust {
	position: relative;
	margin: 2em 0 3em;
}

.rsoffers-intro-illust::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 66.667%;
}

.rsoffers-intro-illust > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

h2.rsoffers-intro-title {
	text-transform: uppercase;
	font-size: 1.25em;
	line-height: 1.25;
	text-align: center;
}

h3.rsoffers-intro-subtitle {
	text-transform: none;
	font-size: 1.25em;
	text-align: center;
	margin-top: 2em;
}

.rsoffers-intro-highlight {
	color: #222222 !important;
}

p.rsoffers-intro-highlight {
	font-style: italic;
}

.rsoffers-section {
	position: relative;
	margin: 0 -1.5rem;
}

.rsoffers-section.SOCE:before {
	background-image: url("../../../images/rsoffers-02.jpg");
}

.rsoffers-section.SOCP:before {
	background-image: url("../../../images/rsoffers-03.jpg");
}

.rsoffers-section.JEUC:before {
	background-image: url("../../../images/rsoffers-01.jpg");
}

.rsoffers-section.REEL:before {
	background-image: url("../../../images/rsoffers-04.jpg");
}

.rsoffers-section:after,
.rsoffers-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
}

.rsoffers-section:after {
	z-index: 0;
	background-color: #000;
}

.rsoffers-section:before {
	z-index: 1;
	opacity: 0.5;
}

.rsoffers-section:nth-child(2n+1):after,
.rsoffers-section:nth-child(2n+1):before {
	display: none;
}

.rsoffer-header {
	position: relative;
	text-align: center;
	margin: 0;
	font-family: "open sans", arial;
	background-color: #383838;
	color: #FFF;
	border-radius: 0.5em;
	border: solid 1px #222222;
	font-size: 1.5rem;
	text-transform: none;
	padding: 1.5em 1.5em;
}

h2.rsoffer-name {
	color: currentColor;
	font-size: 1.5em;
	line-height: 1;
	width: 100%;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	text-align: inherit;
	font-family: "bebas-neue";
	text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.75);
}

ul.rsoffer-details {
	text-align: left;
	font-style: italic;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 1em;
	font-size: 0.8em;
}

ul.rsoffer-details > li {
	position: relative;
}

ul.rsoffer-details > li:before {
	background-color: currentColor;
	width: 0.4em;
	height: 0.4em;
	position: absolute;
	left: -1em;
}

.rsoffer-price {
	line-height: 1;
	width: 100%;
	padding: 0 1em 1em 0.5em;
	text-align: left;
}

.rsoffer-price-label {
	font-size: 2em;
	font-weight: normal;
	font-family: "bebas-neue";
	text-shadow: 0 0 0.15em rgba(0, 0, 0, 0.75);
}

.rsoffer-price-label sup {
	font-size: 0.6em;
}

.rsoffer-legend {
	position: absolute;
	bottom: 0.5em;
	left: 0;
	width: 100%;
	font-size: 0.65em;
	text-align: left;
	padding-left: 0.5em;
	font-weight: normal;
	padding: 0.5em 1em;
}

.rsoffers-section-content {
	position: relative;
	z-index: 2;
	max-width: 100rem;
	margin: 0 auto;
	padding: 2.25rem 1.5rem;
}

.rsoffers-section-content .rsoffer-punchline {
	color: #FFFFFF;
	text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
	padding: 1em;
}

.rsoffers-section:nth-child(2n+1) .rsoffers-section-content .rsoffer-punchline {
	color: #000000;
	text-shadow: none;
}

.rsoffers-section-content .rsoffer-punchline p {
	text-align: center;
	line-height: 1.25;
	font-weight: 600;
}

.rsoffers-section-content .rsoffer-punchline p:first-child {
	font-size: 1em;
}

.rsoffers-section-content .rsoffer-punchline p > span {
	white-space: nowrap;
}

.rsoffers-section-content .rsoffer {
	width: 15em;
	margin: 0 auto;
	width: auto;
	max-width: 30rem;
	font-size: 1.25rem;
}

.rsoffers-section-content .rsoffer.new .rsoffer-header:before {
	position: absolute;
	color: #222222;
	background: #FFFFFF;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.25em 0.5em;
	border-radius: 0.25em;
	top: 0;
	right: 0;
	box-shadow: 0 0.25em 0.25em 0 rgba(0, 0, 0, 0.15);
	transform: translate(25%, 25%) rotate(5deg);
}

html[lang=fr] .rsoffers-section-content .rsoffer.new .rsoffer-header:before {
	content: 'Nouveau';
}

html[lang=en] .rsoffers-section-content .rsoffer.new .rsoffer-header:before {
	content: 'New';
}

html[lang=es] .rsoffers-section-content .rsoffer.new .rsoffer-header:before {
	content: 'Nuevo';
}

@media only print, only screen and (min-width: 30.063em) {

.rsoffers-section-content .rsoffer-punchline p:first-child {
	font-size: 1.5em;
}

}

@media only print, only screen and (min-width: 48.063em) {

.rsoffers-intro {
	flex-direction: row;
}

.rsoffers-intro:nth-child(2) {
	flex-direction: row-reverse;
}

.rsoffers-intro-text {
	padding-right: 3em;
	width: 66.667%;
}

.rsoffers-intro:nth-child(2) .rsoffers-intro-text {
	padding-right: 0;
	padding-left: 3em;
}

.rsoffers-intro-illust {
	width: 33.333%;
	margin: 0;
}

.rsoffers-section-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 3rem;
}

.rsoffers-section:nth-child(2n) .rsoffers-section-content {
	flex-direction: row-reverse;
}

.rsoffers-section-content .rsoffer-punchline {
	width: 75%;
	order: 2;
}

.rsoffers-section-content .rsoffer {
	font-size: 2vw;
	width: 50%;
	order: 1;
	margin: 0 3rem 0 0;
}

.perfSocial .rsoffers-section-content .rsoffer,
.campPub .rsoffers-section-content .rsoffer,
.reportage .rsoffers-section-content .rsoffer,
.netlinking .rsoffers-section-content .rsoffer {
	order: 3;
	margin: 0 0 0 3rem;
}

}

@media only print, only screen and (min-width: 60.063em) {

.rsoffers-intro-text {
	padding-right: 5em;
}

.rsoffers-intro:nth-child(2) .rsoffers-intro-text {
	padding-right: 0;
	padding-left: 5em;
}

.rsoffers-section:after,
.rsoffers-section:before {
	display: block !important;
	top: 50%;
	bottom: auto;
	height: calc(100% - 12em);
	transform: translateY(-50%);
}

.rsoffer-legend {
	font-size: 0.8rem;
}

.rsoffers-section:nth-child(2n+1) .rsoffers-section-content .rsoffer-punchline {
	color: #FFFFFF;
	text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.75);
}

}

@media only print, only screen and (min-width: 75.063em) {

.rsoffers-section-content .rsoffer {
	font-size: 1.5rem;
}

}

@media only print, only screen and (min-width: 100.063em) {

.rsoffers-section {
	width: 100vw;
	margin: 0;
	margin-left: calc((100vw - 100em) / -2 - 1rem);
}

}

