.c2s-wf-container {
	font-family: Roboto,sans-serif;
  	color:#000;
	position:relative; 
}
	.c2s-wf-container *::before, .c2s-wf-container *::after {
		width:initial;
		content:initial;
		display:inline;
	}
.c2s-wf-container * {
	box-sizing: border-box;
}
.c2s-wf-container img.c2s_wv {
	position:absolute;
	top:0;
	right:0;
}

.c2s-wf-l-offers__300_250 {
	width:300px;
	height:250px;
}
.c2s-wf-l-offers__300_600 {
	width:300px;
	height:600px;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.c2s-wf-l-offers__728_90 {
	width:728px;
	height:90px;
	display:flex;
}
.c2s-wf-l-offers__970_250 {
	width:970px;
	height:250px;
	display:flex;
	justify-content:center;
}
.c2s-wf-l-offers__320_50 {
	width:320px;
	height:50px;
	display:flex;
}

.c2s-wf-m-offer {
	font-size: 13px;
	font-weight: normal;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin:0;
	background-color:#FFF;
}

.c2s-wf-m-offer > * {
	display: flex;
	align-items: center;
	align-self: stretch;
}
.c2s-wf-m-offer__aside {
	padding:16px;
}
.c2s-wf-m-offer__img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
}
	.c2s-wf-m-offer__img img {
		width: 100%;
		height: auto;
	}
.c2s-wf-m-offer__heading {
	display:flex;
	flex-direction: column;
	flex:1;
	align-items: flex-start;
	align-self: stretch;
	justify-content: center;
	padding:0 16px;
}
	.c2s-wf-m-offer__uptitle {
		font-size: 12px;
		width: 100%;
	}
.c2s-wf-m-offer__title {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	line-height: 1.5;
}
.c2s-wf-c-price__one {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
}
.c2s-wf-c-price__one::after {
	content: ' /mois';
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
.c2s-wf-c-price__two {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
	color: #CC0000;
	text-decoration: line-through;
}
.c2s-wf-m-offer__btn {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	font-weight: bold;
	border-radius: 4px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none !important;
	margin:16px 0;
}
.c2s-wf-m-offer__infos {
	flex-wrap: wrap;
	flex: 0 1 100%;
	order: 4;
	border-top: 1px solid #EEE;
}
.c2s-wf-m-offer__infos > * {
	padding:8px 16px 0 16px;
	flex: 0 1 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:8px 16px;
}
.c2s-wf-m-offer__specs > * {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.c2s-wf-m-offer__specs > *::before {
	content: "";
	width: 24px;
	height: 24px;
	margin:0;
	margin-bottom: 8px;
}
.c2s-wf-m-offer__options > * {
	display: flex;
	align-items: center;
}
.c2s-wf-m-offer__options > *::before {
	content: '';
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

/* format largeur 300 */
.c2s-wf-m-offer__w300 {
	box-sizing:border-box;
	width:300px;
	position: relative;
	border-left:1px solid #AAA;
	border-right:1px solid #AAA;
	border-bottom:1px solid #CCC;
}
.c2s-wf-m-offer__w300:first-child {
	border-top:1px solid #AAA;
}
.c2s-wf-m-offer__w300:last-child {
	border-bottom:1px solid #AAA;
}
.c2s-wf-m-offer__w300 .c2s-wf-m-offer__cta {
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	flex: 0 1 100%;
	padding: 0px 16px;
}

/* format largeur 728 */
.c2s-wf-m-offer__w728 {
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	border-right:1px solid #CCC;
}
.c2s-wf-m-offer__w728:first-child {
	border-left:1px solid #AAA;
}
.c2s-wf-m-offer__w728:last-child {
	border-right:1px solid #AAA;
}
.c2s-wf-m-offer__w728.c-format_n1 {
	width:728px;
}
.c2s-wf-m-offer__w728.c-format_n2 {
	width:364px;
}

.c2s-wf-m-offer__w728 > * {
	display: flex;
	align-items: center;
	align-self: stretch;
	justify-content:center;
}
.c2s-wf-m-offer__w728.c-format_n2 .c2s-wf-m-offer__heading {
	padding-left:0;
	padding-right:8px;
}
.c2s-wf-m-offer__w728 .c2s-wf-m-offer__aside {
	padding:0 8px;
}
.c2s-wf-m-offer__w728.c-format_n1 .c2s-wf-m-offer__aside {
	padding:0 16px;
}
.c2s-wf-m-offer__w728 .c2s-wf-m-offer__cta {
	flex-direction:column;
	margin-right:16px;
}
.c2s-wf-m-offer__w728.c-format_n1 .c2s-wf-m-offer__cta {
	flex-direction:row;
	flex:1;
	justify-content: space-between;
}
.c2s-wf-m-offer__w728 .c2s-wf-m-offer__cta {
	justify-content: space-around;
}
.c2s-wf-m-offer__w728.c-format_n2 .c2s-wf-c-price__one {
	font-size:18px;
}
.c2s-wf-m-offer__w728.c-format_n2 .c2s-wf-c-price__one::after {
	font-size:11px;
}
.c2s-wf-m-offer__w728.c-format_n2 .c2s-wf-c-price__two {
	font-size:12px;
}
.c2s-wf-m-offer__w728 .c2s-wf-m-offer__btn {
	margin:0;
}

/* largeur 970 */
.c2s-wf-m-offer__w970 {
	width:323px;
	border-top:1px solid #AAA;
	border-bottom:1px solid #AAA;
	border-right:1px solid #CCC;
}
.c2s-wf-m-offer__w970.c2s-wf-m-offer__h250 {
	height:250px;
}
.c2s-wf-m-offer__w970:first-child {
	width:324px;
	border-left:1px solid #AAA;
}
.c2s-wf-m-offer__w970:last-child {
	border-right:1px solid #AAA;
}
.c2s-wf-m-offer__w970 .c2s-wf-m-offer__cta {
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	flex: 0 1 100%;
	padding: 0px 16px;
}

/* largeur 320 */
.c2s-wf-m-offer__w320 {
	width:320px;
}

/* format hauteur 90 */
.c2s-wf-m-offer__h90 {
	height:90px;
}

/* format hauteur 600 */
.c2s-wf-m-offer__h600 {
	height:150px;
}
.c2s-wf-m-offer__h600.c-format_n1, .c2s-wf-m-offer__h600.c-format_n2 {
	height:250px;
}
.c2s-wf-m-offer__h600.c-format_n3 {
	height:200px;
}
.c2s-wf-m-offer__h600.c-format_n3 .c2s-wf-m-offer__specs > *::before {
	height:18px;
	width:18px;
	margin-bottom:4px;
}

/* format hauteur 250 */
.c2s-wf-m-offer__h250 {
	height:125px;
}
.c2s-wf-m-offer__h250.c-format_n2 > * {
	padding:0 16px;
}
.c2s-wf-m-offer__h250.c-format_n1 {
	height:250px;
}

/* format hauteur 50 */
.c2s-wf-m-offer__h50 {
	height:50px;
	font-size:12px;
	border:1px solid #CCC;
}
.c2s-wf-m-offer__h50 > * {
	height:50px;
}
.c2s-wf-m-offer__h50 .c2s-wf-m-offer__title {
	font-size:13px;
	line-height:16px;
	max-height:50px;
}
.c2s-wf-m-offer__h50 .c2s-wf-m-offer__aside {
	padding:0 8px;
}
.c2s-wf-m-offer__h50 .c2s-wf-m-offer__heading {
	padding:0;
}
.c2s-wf-m-offer__h50 .c2s-wf-m-offer__cta {
	flex-direction:column;
	justify-content:space-around;
	padding:2px 8px;
}
.c2s-wf-m-offer__h50 .c2s-wf-c-price__one {
	font-size:14px;
	line-height:14px;
}
.c2s-wf-m-offer__h50 .c2s-wf-c-price__one::after {
	font-size:10px;
}
.c2s-wf-m-offer__h50 .c2s-wf-m-offer__btn {
	margin:0;
	font-size:14px;
	padding:2px 4px;
	line-height:16px;
	height:auto;
}
.c2s-wf-m-offer__h50 .m-offer__price {
	margin:0;
}

/* format responsive */
.c2s-wf-m-offer__resp {
	border: 1px solid #F5F8Fb;
	box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #FFF;
	margin-bottom:16px;
	max-width:calc(100% - 4px);
}

.c2s-wf-m-offer__resp .c2s-wf-m-offer__left {
	display:flex;
	flex-direction:column;
	flex-grow:10;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__left > * {
	width:100%;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__name {
	display:flex;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__specs > * {
	flex-direction:row;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__specs > *::before {
	content: "";
	width: 16px;
	height: 16px;
	margin:0;
	margin-right: 8px;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__specs {
	flex-wrap: wrap;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__specs > * {
	min-width:80px;
	line-height: 26px;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__infos > * {
	justify-content: space-around;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__right {
	display:flex;
	flex-direction:column;
	border-left:1px solid #EEE;
	flex-grow:2;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__right > * {
	width:100%;
	padding:0 16px;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__right:last-child {
	border-bottom:none;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__condition {
	text-align:center;
	max-width:fit-content;
	padding: 4px 16px;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__timer {
	color:#CC0000;
	font-weight:bold;
	line-height:30px;
	text-align:center;
	border-top:1px solid #EEE;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__cta {
	width:100%;
	min-width:300px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:0 32px;
	flex-grow: 2;
	border-bottom:1px solid #EEE;
}

/* format responsive en colonne */
.c2s-wf-l-offers__resp_col {
	display:flex;
	flex-wrap:wrap;
}
.c2s-wf-m-offer__resp_col {
	min-width: 366px;
	max-width: 33%;
	margin: 0 16px 16px 0;
	border: 1px solid #F5F8Fb;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.c2s-wf-m-offer__resp_col:last-child {
	margin-right:0;
}
.c2s-wf-m-offer__resp_col.c2s-wf-m-offer {
	display:block;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__top {
	display:block;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__name {
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__heading {
	border-left: 1px solid #EEE;
	text-align: left;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__bottom {
	border-top: 1px solid #EEE;
	padding:16px;
	min-height:75px;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__cta {
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__cta .c2s-wf-m-offer__btn {
	display:inline-flex;
	margin:0;
}

/* bouton */
.c2s-wf-l-offers__button.c2s-wf-l-offers__button_right {
	width:100%;
	justify-content:flex-end;
	display:flex;
}
.c2s-wf-l-offers__button.c2s-wf-l-offers__button_center {
	width:100%;
	justify-content:center;
	display:flex;
}
.c2s-wf-m-offer__button a.c2s-wf-m-offer__btn {
	font-size:16px;
	height:auto;
	line-height:inherit;
	padding:4px 16px;
}
.c2s-wf-m-offer__button a.c2s-wf-m-offer__btn img {
	max-width:56px;
	max-height:26px;
}
.c2s-wf-m-offer__button.c2s-wf-m-offer__button_2 a.c2s-wf-m-offer__btn {
	line-height:30px;
	padding-left:4px;
}
.c2s-wf-m-offer__button.c2s-wf-m-offer__button_2 a.c2s-wf-m-offer__btn div {
	background-color:#FFF;
	display:inline-block;
	border-radius:4px;
	margin-right:8px;
	padding:2px 4px;
}

    .c2s-wf-m-offer__spec--infotip {
    	position:relative;
    }
    
    .c2s-wf-m-offer__spec--infotip_text {
		visibility: hidden;
		width: 120px;
		background-color: #555;
		color: #fff;
		text-align: center;
		padding: 5px;
		border-radius: 6px;
		font-size:14px;
		
		position: absolute;
		z-index: 100000;
		top: 100%;
		left: 50%;
		margin-left: -60px;
		
		opacity: 0;
		transition: opacity 0.3s;
    }
    .c2s-wf-m-offer__spec--infotip_text::after {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent transparent #555 transparent;
    }
.c2s-wf-m-offer__spec--infotip:hover .c2s-wf-m-offer__spec--infotip_text {
	visibility: visible;
	opacity: 1;
}

.c2s-wf-m-offer__resp .c2s-wf-m-offer__specs > *:last-child .c2s-wf-m-offer__spec--infotip_text {
	left:40%;
}
.c2s-wf-m-offer__resp .c2s-wf-m-offer__specs > *:last-child .c2s-wf-m-offer__spec--infotip_text::after {
	left: 55%;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__specs > *:last-child .c2s-wf-m-offer__spec--infotip_text {
	left:-75%;
}
.c2s-wf-m-offer__resp_col .c2s-wf-m-offer__specs > *:last-child .c2s-wf-m-offer__spec--infotip_text::after {
	left: 75%;
}

/* Couleur */
.c2s-wf-m-offer__uptitle {
	color: #d6071b;
}
.c2s-wf-m-offer__btn {
	background-color: #d6071b;
	color: #FFF;
	display: inline-flex;
	align-items: center;
	border: 2px solid transparent;
	font-weight: 700;
	text-transform: none;
	line-height: normal;
	letter-spacing: 0;
	cursor: pointer;
	margin: 2px auto;
	transition: all .22s ease-in-out;
	border-radius: 5px;
	box-shadow: none;
	font-size: 14px;
	min-height: 32px;
	padding: 4px 20px;
	margin:8px 0;
}
.c2s-wf-m-offer__btn:visited {
	color: #FFF;
}
.c2s-wf-m-offer__btn:hover, .c2s-wf-m-offer__btn:visited:hover {
	background-color: #fff;
	color: #d6071b;
	box-shadow: inset 0 0 0 2px #d6071b;
	text-decoration: none;
	transition: all .2s ease;
}
.c2s-wf-m-offer__btn:focus, .c2s-wf-m-offer__btn:visited:focus {
	outline-style: solid;
	outline-color: transparent;
	box-shadow: 0 0 5px 1px #9a9a9a;
	background-color: #fff;
	color: #d6071b;
	text-decoration: none;
	transition: all .2s ease;
}

.c2s-wf-m-offer__resp .c2s-wf-m-offer__cta {
	min-width:260px;
	padding:0 20px;
}
.c2s-wf-l-offers__728_90 .c2s-wf-m-offer__btn {
	font-size:13px;
	padding: 2px 10px;
	height: 30px;
	border-radius: 8px;
}
.c2s-wf-l-offers__320_50 .c2s-wf-m-offer__btn {
	font-size:13px;
	padding: 2px 10px;
	height: 20px;
	border-radius: 6px;
}

#previewModal .modal-body .c2s-wf-container {
	width:770px;
}
