@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

/*!
Koncours v2
by: Redbox Media (https://redboxmedia.ca)
Version: 2.0.4 beta
*/
.fb-comments iframe {
	width: 100% !important;
	background-color: white;
}



@font-face {
	font-family: 'koncours-v3';
	src: url('../fonts/koncours-v3.eot?33797976');
	src: url('../fonts/koncours-v3.eot?33797976#iefix') format('embedded-opentype'),
		url('../fonts/koncours-v3.woff2?33797976') format('woff2'),
		url('../fonts/koncours-v3.woff?33797976') format('woff'),
		url('../fonts/koncours-v3.ttf?33797976') format('truetype'),
		url('../fonts/koncours-v3.svg?33797976#koncours-v3') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
	font-family: 'koncours-v3';
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 0.2em;
	text-align: center;
	/* opacity: .8; */
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: 0.2em;
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-edit:before {
	content: '\21';
}

/* '!' */
.icon-settings:before {
	content: '\e800';
}

/* '' */
.icon-delete:before {
	content: '\e801';
}

/* '' */
.icon-stats:before {
	content: '\e802';
}

/* '' */
.icon-yes:before {
	content: '\e803';
}

/* '' */
.icon-no:before {
	content: '\e804';
}

/* '' */
.icon-comment:before {
	content: '\e805';
}

/* '' */
.icon-mail:before {
	content: '\e806';
}

/* '' */
.icon-share:before {
	content: '\f1e0';
}

/* '' */
body {
	background-color: #ccc;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;

	font-family: 'Open Sans', sans-serif;
	/* font-family: 'Rufina', serif; */
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
}

body#results,
body#configuration,
body#settings {
	background-color: white;
	color: black;
}

body#results .btn:not(.btn-primary),
body#configuration .btn:not(.btn-primary),
body#settings .btn:not(.btn-primary) {
	background-color: #eee;
}

* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	margin-bottom: 0;
}

h1 {
	font-size: 2rem;
	margin: 3rem 0;
}

h1 small {
	display: block;
	font-size: 60%;
}

a:link,
a:visited {
	color: #c6ab57;
}

a:hover,
a:active {
	color: #c6ab57;
}

body .container {
	width: 100%;
	max-width: 1420px;
}

.pagination {
	margin: 1rem auto;
	justify-content: center;
}

.pagination li {
	margin: 0 1rem;
}

form input[type='text'],
form input[type='email'] {
	padding: 0.6rem;
	width: 100%;
	border: 0;
	border: 1px solid #ced4da;
}

form input,
form button {
	/*margin: 0.5rem auto;*/
}

form .custom_select {
	position: relative;
	border: 0;
	width: 100%;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
	font-size: 13px;
	margin-bottom: 40px;
	border-bottom: 2.5px solid rgb(0, 0, 0);
}

form .custom_select:after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../../images/arrow_down.png) no-repeat;
	background-size: contain;
	right: 30px;
	top: 34px;
	z-index: -1;
}

form .custom_select select {
	padding: 0.6rem;
	width: 100%;
	border: none;
	box-shadow: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #757575;
}

form .custom_select select:focus {
	outline: none;
}

header form {
	display: inline-block;
	margin: 0 3.8rem 0 0;
	z-index: 9999;
	position: absolute;
	right: 0;
}

header-rules {
	display: flex !important;
	margin: 0 1rem 0 0;
}

header_results {
	display: flex !important;
	margin: 0 1rem 0 0;
}

table {
	width: 100%;
}

table th,
table td {
	padding: 0.2rem 0.6rem;
}

table tbody tr td {
	background-color: #fefefe;
}

table tbody tr:nth-child(even),
table tbody tr:nth-child(even) td {
	background-color: #efefef;
}

#contest {
	position: relative;
	padding: 0;
	background-color: #fff;
}

#contest>header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

#contest>header .container {
	max-width: unset;
	padding-left: 27px;
	padding-right: 72px;
	width: unset;
}

#contest>header .top-banner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 32px;
	padding-left: 30px;
}

#contest>header .top-banner .logo {
	position: absolute;
	max-width: 292px;
}

#contest>header .top-banner .btn {
	padding: 0;
	background: transparent;
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	font-family: 'Lato', sans-serif;
	border: none;
	text-transform: uppercase;
}

#contest>header .top-banner .btn:hover,
#contest>header .top-banner .btn:active,
#contest>header .top-banner .btn:focus,
#contest>header .top-banner .btn:focus-visible {
	border: none;
}

#contest>header .top-banner .btn.active {
	display: none;
}

#contest .form_submit .btn {
	display: inline-block;
	height: 53px;
	padding: 15px 35px;

	letter-spacing: 0.12em;
	border: 0;
	cursor: pointer;

	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ffffff;

	background: #dd007a;
	border-radius: 100px;
}

#contest a.btn {
	padding: 17px;
	max-width: 320px;
	width: 100%;
}

#contest .btn_invitez a.btn {
	font-size: 14px;
	padding-top: 24px;
}

#contest .container-fluid {
	position: relative;
}

#contest .container-fluid .reglements {
	width: unset;
	text-align: center;
	margin-top: 40px;
}

#contest .container-fluid .reglements a {
	line-height: 1.2;
	text-align: center;
	text-decoration: underline;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.666667px;
	color: #757575;
}

#contest form label {
	font-family: 'Rufina', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}

#contest form .input_checkbox label {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.666667px;
	color: #000000;
}

#contest form input[type='text'],
#contest form input[type='email'] {
	width: calc(100%);
	font-size: 18px;
	font-weight: 300;
	height: 26px;
	padding: 20px 15px;
	border: 0;
	border-bottom: 2.5px solid rgb(0, 0, 0);
	background: transparent;
	outline: none;

	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	color: #757575;
}

#contest form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */

	letter-spacing: 0.666667px;

	color: #ffffff;
}

#contest form ::-moz-placeholder {
	/* Firefox 19+ */
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.666667px;
	color: #ffffff;
}

#contest form :-ms-input-placeholder {
	/* IE 10+ */
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.666667px;
	color: #ffffff;
}

#contest form :-moz-placeholder {
	/* Firefox 18- */
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.666667px;
	color: #ffffff;
}

#contest .form_row {
	margin-right: -9px;
}

#contest .field {
	clear: both;
	padding-right: 9px;
	margin-bottom: 24px;
}

#contest .field.col_50 {
	width: 50%;
	float: left;
	clear: none;
}

#contest .label {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#contest .label h3 {
	font-size: 14px;
	margin-bottom: 0;
}

#contest .input_checkbox {
	padding-top: 12px;
}

#contest .input_checkbox input[type='checkbox']+label::before {
	content: '';
	display: block;
	position: absolute;
	text-align: center;
	height: 14px;
	width: 14px;
	left: -14px;
	top: -2px;
	background: linear-gradient(180deg, #f9dbf0 0%, #f9eded 100%);
	border-radius: 2px;
	border: 1px solid #000000;
}

input[type='checkbox']:checked+label::after {
	content: '';
	display: block;
	position: absolute;
	text-align: center;
	height: 14px;
	width: 14px;
	left: -14px;
	top: -2px;
	background-color: #000000;
	border-radius: 2px;
	border: 1px solid #000000;
}

#contest .input_checkbox.infolettre_inscription {
	border: 1px solid #000000;
	border-radius: 2px;
	position: relative;
	margin-bottom: 25px;
	margin-top: 3vw;
	padding: 12px 10px;
}

#contest .input_checkbox.infolettre_inscription .text {
	margin-bottom: 15px;
	width: 100%;

	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 1.67px;
	text-transform: uppercase;
	color: #000000;
}

#contest .input_checkbox.conditionUse {
	margin-right: 52px;
}

#contest .input_checkbox label {
	width: calc(100% - 28px);
	padding-left: 5px;
	vertical-align: top;
	margin-bottom: 11px;
}

#contest .input_checkbox.conditionUse {
	display: flex;
	align-items: baseline;
	margin-right: 0;
	padding: 12px 10px;
}

#contest .input_checkbox label {
	width: calc(100% - 140px);
	padding-left: 8px;
	vertical-align: top;
	margin-bottom: 11px;
	font-size: 12px;
	letter-spacing: 0.67px;
}

#step1 {
	background: #fff;
	background: url(../../images/bg_stp1.jpg) no-repeat 20% top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#step1 .container-fluid {
	padding: 0;
}

#step1 header {
	display: none;
}

#step1 .row {
	margin: 0;
	width: 100%;
	min-height: 100vh;
	height: 100%;
}

#step1 .texte {
	padding-top: 6vw;
	padding-bottom: 2vw;
	padding-left: 4%;
	padding-right: 4%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

#step1 .logo {
	position: absolute;
	right: 25px;
	bottom: 25px;
	max-width: 330px;
	width: 27%;
}

#step1 .texte .infos {
	position: relative;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding-right: 0;
	height: auto;
}

#step1 .texte .infos img.papillon {
	max-width: 180px;
	margin-top: 66%;
}

#step1 .texte .infos p {
	margin-bottom: 0;
	font-style: normal;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.2;
}

#step1 .texte .infos h1 {
	font-family: 'Rufina', serif;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 55px;
	text-align: center;
	color: #000000;
	max-width: 600px;
	/* margin-bottom: 16px; */
	margin-bottom: 0;
	margin-top: 0;
}

#step1 .texte .infos h1 strong {
	color: #dd007a;
}

#step1 .texte .infos .soustitre {
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000000;
}

#step1 .texte .infos .titre_liste {
	margin-top: 2px;

	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #000000;
}

#step1 .texte .infos .titre_liste strong {
	color: #dd007a;
}

#step1 .texte .infos .liste .un_list .texte_list {
	width: calc(100% - 80px);
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
}

#step1 .texte .infos .liste .un_list .texte_list em {
	width: calc(100% - 60px);
	font-style: normal !important;
	font-size: 18px;
	line-height: 1.2;
	color: #58b5e2;
}

#step1 .texte .infos .liste {
	max-width: 520px;
}

#step1 .texte .logo img {
	margin-bottom: 14px;
}

#step1 .texte .logo .text_logo {
	font-size: 19px;
	color: #6c6c6c;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
}

#step1 .form {
	background: linear-gradient(180deg, #f9dbf0 0%, #f9eded 100%);
	backdrop-filter: blur(11px);
	vertical-align: middle;
	padding: 60px 4% 60px 4%;
	color: #fff;
	position: relative;
	height: auto;
}

/* #step1 .form:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
 background: url(../../images/dentele-left.png) repeat-y right center;
  width: 20px;
  left: -20px;
} */
#step1 .form_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}

#step1 .form .wrap_form {
	max-width: 400px;
	margin: 0 auto;
}

#step1 .fill_fb {
	margin-bottom: 2.5vw;
}

#step1 .steps {
	position: relative;
}

#step1 .steps .step {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -62px;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Holtwood One SC', serif;
}

#step1 .steps .step span {
	font-size: 16px;
}

#step1 .field_instagram {
	margin-bottom: 27px;
}

#step1 .field_instagram a {
	padding: 13px 19px;
	color: #fff;
	background: #42b09e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	height: 67px;
	text-decoration: none;
}

#step1 .field_instagram a svg {
	vertical-align: middle;
	margin-right: 19px;
	font-size: 0;
}

#step1 .fill_fb .btn {
	white-space: normal;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 20px 42px 20px 96px;
	background: #1778f2 url(../../images/facebook_icon.png) 33px 50% no-repeat;
	background-size: 40px auto;
	text-align: left;
	height: auto;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #ffffff;
}

#step1 .smaller {
	font-size: 0.8em;
}

#step1 .custom_content {
	display: flex;
	flex-direction: column;
	width: calc(100% + 91px);
	position: relative;
}

#step1 .custom_content .texte_checkbox {
	display: flex;
	align-items: baseline;
	vertical-align: top;
	padding-right: 12px;
}

#step1 .custom_content .texte_checkbox label {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: 0.666667px;
	color: #000000;
}

#step1 .input_checkbox.infolettre_inscription .icon {
	display: table-cell;
	width: 54px;
	vertical-align: top;
	position: absolute;
	top: -22px;
	right: -20px;
}

#step1 .custom_content .icon .text {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 63px;
	right: 0;
}

#step1 .custom_content .icon img {
	margin-top: -33px;
	margin-right: -20px;
	max-width: calc(100% + 20px);
}

#step1 .form_submit {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

/*html[lang="en_CA.utf8"] #step1 .col.texte {
  background: url(../../images/step_1_bg_en_v2.jpg) no-repeat top left;
}*/

#step2 {
	position: relative;

	min-height: 100vh;
}

#step2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff url(../../images/bg_stp2.jpg) no-repeat 69% 0%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 1;
}

#step2 .texte_image {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0.5;
	width: 40%;
}

#step2 h1,
#step2 h2 {
	display: none;
}

#step2 .steps {
	padding-top: 4%;
}

#step2 .steps .step {
	border-bottom: 1px solid #afafaf;
	position: relative;
	margin-bottom: 21px;
}

#step2 .steps .step:first-of-type {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 16px 0;
}

#step2 .steps .step:first-of-type .wrap_step {
	display: flex;
	width: 68%;
	align-items: center;
}

#step2 .steps .step:nth-child(1) .button {
	position: relative;
	display: flex;
	width: 30%;
	top: inherit;
	right: inherit;
	max-width: inherit;
}

#step2 .steps .step:last-child {
	border-bottom: none;
	position: relative;
	margin-bottom: 21px;
}

#step2 .steps .step .wrap_step {
	padding: 26px 19px 26px 0;
	min-height: 105px;
	display: table;
	width: 100%;
}

#step2 .steps .step .wrap_step .no {
	width: 86px;
	font-family: 'Open Sans', sans-serif;
	/*display: inline-block;*/
	display: table-cell;
	vertical-align: top;
	font-style: normal;
	font-size: 42px;
	line-height: 54px;
	text-align: center;
	text-transform: uppercase;
	color: #dd007a;
	/* float: left; */
	position: relative;
	text-align: center;
	/* text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.6); */
	/*padding-top: 4px;*/
}

#step2 .steps .step:nth-child(1) .wrap_step .info {
	width: 100%;
	padding-right: initial;
}

#step2 .steps .step .wrap_step .info {
	width: calc(100% - 86px);
	padding-right: 213px;
	display: inline-block;
	vertical-align: middle;
	/* float: left; */
	display: table-cell;
}

#step2 .steps .step .wrap_step .info .texte {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.666667px;
	color: #000000;
	/* margin-top: 20px; */
}

#step2 .steps .step:first-of-type .wrap_step .info .texte {
	margin-top: 0;
}


#step2 .steps .step:nth-child(1) .button .btn_ {
	background: #dd007a;
	padding: 8px 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 0;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	display: block;
	height: auto;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	width: 100%;
	line-height: 1.2;
	cursor: initial;
}

.fb_iframe_widget.fb-like {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 991px) {
	#step2 .steps .step:first-of-type {
		flex-direction: column;
	}

	#step2 .steps .step:nth-child(1) .button {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 72%;
	}

	#step2 .steps .step:first-of-type .wrap_step {
		display: flex;
		width: 84%;
		justify-content: center;
		align-items: center;
	}
}

.fb_iframe_widget.fb-like iframe,
.fb_iframe_widget.fb-like>span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 88px !important;
}

#step2 .step .les_choix {
	display: table;
	margin-top: 20px;
}

#step2 .step .les_choix .choix {
	display: block;
	font-size: 16px;
	letter-spacing: 0.67px;
	font-weight: bold;
	color: #6c6c6c;
}

#step2 .step .les_choix .choix a {
	color: #6c6c6c;
}

#step2 .step .les_choix .choix .choix_no {
	display: inline-block;
	width: 30px;
	text-align: center;
	vertical-align: middle;
	padding-bottom: 8px;
	padding-top: 1px;
}

#step2 .step .les_choix .choix .texte_choix {
	display: inline-block;
	padding-left: 6px;
	padding-right: 12px;
	vertical-align: middle;
	padding-bottom: 8px;
	padding-top: 1px;

	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #000000;
}

#step1 .row .form .wrap_form .top-banner form {
	display: flex;
	justify-content: flex-end;
}

#step2 .container .top-banner form {
	display: flex;
	justify-content: flex-end;
	padding-top: 40px;
}

#step3 .container .top-banner form {
	display: flex;
	justify-content: flex-end;
	padding-top: 40px;
}

#step1 .row .form .wrap_form .top-banner .btn,
#step2 .container .top-banner form .btn,
#step3 .container .top-banner form .btn {
	position: relative;
	padding: 0;
	background: transparent;
	color: #353535;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.666667px;
	color: #000000;
	text-align: right;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: uppercase;
	color: #000000;
	outline: none;
	transition: none;
	cursor: pointer;
	border: none;
}

#step1 .row .form .wrap_form .top-banner .btn:hover,
#step1 .row .form .wrap_form .top-banner .btn:active,
#step1 .row .form .wrap_form .top-banner .btn:focus {
	border: none;
	outline: none;
	transition: none;
}

#step2 .container .top-banner form .btn:hover,
#step2 .container .top-banner form .btn:active,
#step2 .container .top-banner form .btn:focus {
	border: none;
	outline: none;
	transition: none;
}

#step3 .container .top-banner form .btn:hover,
#step3 .container .top-banner form .btn:active,
#step3 .container .top-banner form .btn:focus {
	border: none;
	outline: none;
	transition: none;
}

#step1 .row .form .wrap_form .top-banner .btn.active {
	display: none;
}

#step2 .container .top-banner form .btn.active {
	display: none;
}

#step3 .container .top-banner form .btn.active {
	display: none;
}

#step2 .step .les_choix .choix .bulle {
	display: inline-block;
	position: relative;
	padding-bottom: 9px;
	cursor: pointer;
}

#step2 .step .les_choix .choix .bulle .rond {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #ffffff;
	border: 1.25px solid #dd007a;
	background-color: #dd007a;
	vertical-align: middle;
	position: relative;
	width: 21px;
	height: 21px;
	text-align: center;
}

/* #step2 .step .les_choix .choix .bulle .bulle_hover {
  opacity: 0;
  display: none;
  position: absolute;
  top: -7px;
  left: 16px;
  padding: 7px 14px;
  background-color: #C6AB57;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  width: 230px;
} */

#step2 .step .les_choix .choix .bulle:hover .bulle_hover {
	opacity: 1;
	display: block;
}

#step2 .bulle_hover {
	opacity: 0;
	display: none;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 0;
	background: linear-gradient(112.31deg, #f9eded 17.14%, #f9dbf0 113.47%);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	max-width: 840px;
	width: 100%;
	height: auto;
	z-index: 1;
}

#step2 .bulle_hover .left {
	flex: 1;
}

#step2 .bulle_hover .left img {
	object-fit: cover;
	object-position: center;
}

#step2 .bulle_hover .right {
	flex: 1;
	padding: 50px;
}

#step2 .bulle_hover .titlebulle {
	font-family: 'Bebas Neue', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 42px;
	color: #dd007a;
	text-align: left;
}

#step2 .bulle_hover .textbulle {
	font-family: 'League Spartan', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #000000;
}

#step2 .bulle_hover .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	background-image: url(../../images/close.svg);
	cursor: pointer;
}

#step2 .steps .step:nth-child(3) .wrap_step .info {
	/*width: calc(100% - 33px);
  padding-right: 0;*/
}

#step2 .steps .step:nth-child(3) .button {
	/*display: none;*/
}

#step2 .steps .step .button {
	position: absolute;
	top: 23px;
	right: 26px;
	max-width: 200px;
	width: 100%;
	font-size: 0;
	cursor: pointer;
}

#step2 .steps .step .button .btn_ {
	width: 100%;
}

#step2 .steps .step .button .btn_ .btn {
	border: 1px solid #dd007a;
	border-radius: 100px;
	color: #dd007a;
	display: inline-block;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	height: 53px;
	padding: 15px 20px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	letter-spacing: 0.12em;
	line-height: 1.2;
	cursor: pointer;
	width: 100%;
}

#step2 .facebook-comments {
	max-width: calc(600px + 40px);
	padding: 4px 20px 26px;
	margin: 0 auto;
	position: relative;
}

#step2 .facebook-comments .wrap {
	max-height: 500px;
	overflow: auto;
}

#step2 .steps .wrap {
	max-width: calc(930px + 40px);
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
	background-color: rgba(255, 255, 255, 0.6);
}

#step2 .facebook-comments .fb-comments {
	padding: 35px 20px;
	background: #fff;
	position: relative;
	display: block;
}

#step2 .facebook-comments:before {
	content: '';
	display: block;

	margin: 0 auto 16px;
	width: 30px;
	height: 30px;
	background: url(../../images/arrow_down.png) no-repeat center;
	/* border-style: solid; */
	/* border-width: 21px 14.5px 0 14.5px; */
	/* border-color: #ffffff transparent transparent transparent; */
	line-height: 0px;
	_border-color: #ffffff #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

#step3 {
	position: relative;
	padding: 0;
}

#step3 .container {
	max-width: unset;
	padding: 0;
}

#step3 .container.container_normal {
	max-width: 1420px;
	padding: 15px;
}

@media (min-width: 576px) {
	.container.container_normal {
		max-width: 540px;
		padding: 20px;
	}
}

@media (min-width: 768px) {
	.container.container_normal {
		max-width: 720px;
		padding: 30px;
	}
}

@media (min-width: 992px) {
	.container.container_normal {
		max-width: 960px;
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.container.container_normal {
		max-width: 1140px;
	}
}

@media (min-width: 1440px) {
	.container.container_normal {
		max-width: 1340px;
	}
}

#step3 .row {
	min-height: 100vh;
	width: 100%;
	padding: 0;
	margin: 0;
}

#step3 .row .top_image_bg {
	background: url(../../images/image_top_step3.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 68vh;
	padding-bottom: 0;
	z-index: 2;
}

#step3 .row .content_step3 {
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	margin-top: -60px;
	margin-bottom: 60px;
}

#step3 .row .content_step3 .left_step3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1.5;
}

#step3 .row .content_step3 .right_step3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

#step3 .row .content_step3 .right_step3 img {
	max-width: 215px;
	height: auto;
	margin: 0 auto;
	margin-top: 90px;
}

#step3 h1 {
	display: none;
}

#step3 .row .content_step3 h3.title_text {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000000;
	max-width: 730px;
	margin-bottom: 24px;
}

#step3 .row .content_step3 h4.title_text {
	font-family: 'Arsenal', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	line-height: 52px;
	text-align: center;
	color: #dd007a;
	max-width: 730px;
	margin-bottom: 12px;
}

#step3 .row .content_step3 h5.title_text {
	font-family: 'Arsenal', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 39px;
	line-height: 52px;
	text-align: center;
	color: #000000;
	max-width: 730px;
	margin-bottom: 20px;
}

#step3 .row .content_step3 h5.title_text span {
	font-family: 'Arsenal', sans-serif;
	color: #dd007a;
}

#step3 .row .content_step3 .text_step3 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 2px;
	color: #000000;
	margin-bottom: 50px;
	max-width: 840px;
}

#step3 .row .content_step3 .text_step3 span {
	color: #dd007a;
	text-transform: uppercase;
	font-weight: 600;
}

#step3 .row .content_step3 .text_step3 em {
	font-style: normal !important;
	font-weight: 600;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 0.16px;
	color: #58b5e2;
}

#step3 .row .content_step3 .go_siteweb {
	display: inline-block;
	background: #dd007a;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	height: 53px;
	padding: 18px 35px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #fff;
	letter-spacing: 0.12em;
	line-height: 1.2;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 25px;
	max-width: fit-content;
}

#statistics>ul {
	display: flex;
	justify-content: space-evenly;
}

#statistics ul {
	margin: 0;
	padding: 0;
}

#statistics ul li {
	margin-right: 3px;
	text-align: center;
	justify-content: center;
	padding: 1rem;
}

#statistics ul li#winner {
	flex-grow: 1;
	margin-right: 0;
}

#statistics ul li span {
	font-size: 1.4rem;
	font-weight: 600;
}

#results ul,
#results table {
	font-size: 11px;
}

#results section>div {
	margin: 1rem auto;
}

#results i.icon-no {
	opacity: 0.4;
}

ul.utilities {
	display: inline-block;
}

ul.utilities li {
	display: inline-block;
	border-right: 1px solid #333;
	padding-right: 0.6rem;
	margin-right: 0.4rem;
}

ul.utilities li:last-child {
	border-right: none;
	margin-right: 0;
}

ul.utilities.small li {
	font-size: 11px;
}

pre {
	margin: 3rem auto 1rem;
	padding: 3rem;
	background: #eee;
	display: block;
	font-size: 11px;
}

pre.main-debug {
	display: none;
}

/* Custom CSS on a per contest/project basis */
@media (max-width: 1600px) {
	#contest .input_checkbox label {
		width: calc(100% - 20px);
	}

	#step3 .row .content_step3 h4.title_text {
		font-size: 40px;
		line-height: 32px;
	}

	#step3 .row .content_step3 h5.title_text {
		font-size: 28px;
		line-height: 38px;
		max-width: 530px;
	}

	#step3 .row .content_step3 h5.title_text span {
		font-family: 'Rufina', serif;
		color: #dd007a;
	}

	#step3 .row .content_step3 .text_step3 span {
		color: #dd007a;
		text-transform: uppercase;
	}

	#step1 .texte .infos img.papillon {
		max-width: 180px;
		margin-top: 52%;
	}

	#step1 .custom_content {
		width: calc(100% + 40px);
	}

	#step1 .texte .infos h1 {
		font-size: 47px;
		font-weight: 400;
		max-width: 670px;
	}

	#step1 .texte .infos .soustitre {
		font-size: 21px;
		max-width: 590px;
	}

	#step1 .texte .infos .titre_liste {
		font-size: 22px;
	}

	#step1 .texte .infos .liste .un_list .texte_list {
		width: calc(100% - 120px);
		font-size: 16px;
	}

	#step1 .texte .infos p {
		font-size: 24px;
	}

	#step1 .fill_fb {
		margin-bottom: 3vw;
	}

	#step1 .form {
		padding: 52px 4% 52px 4%;
	}

	#step1 .form_submit {
		margin-top: 50px;
	}

	#step1 .fill_fb .btn {
		padding: 18px 42px 18px 96px;
		font-size: 13px;
		line-height: 17px;
	}

	#contest .form_submit .btn {
		padding: 15px 35px;
		font-size: 14px;
	}
}

@media (max-width: 1440px) {
	#step1 .form_submit {
		margin-top: 30px;
	}

	#contest .input_checkbox.infolettre_inscription {
		margin-top: 3vw;
	}
}

@media (max-width: 1300px) {
	#step2 .steps .wrap {
		max-width: calc(730px + 40px);
	}

	#step2 .steps .step .button {
		max-width: 174px;
	}

	#contest .btn_invitez a.btn {
		font-size: 12px;
		padding-top: 21px;
	}

	#step3 .row .content_step3 {
		padding: 4% 4%;
		padding-bottom: 0%;
	}

	#step1 .fill_fb .btn {
		font-size: 12px;
	}

	#step1 .col.form .wrap_form {
		max-width: 271px;
	}

	#step1 .col.form {
		padding: 71px 3% 61px 5%;
	}

	#step1 .form_title {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 18px;
	}

	#step1 .steps .step {
		left: -42px;
		font-size: 27px;
	}

	#step1 .custom_content {
		width: calc(100% + 15px);
	}

	#contest .btn {
		font-size: 20px;

		height: 54px;
	}

	form .custom_select select,
	#contest form input[type='text'],
	#contest form input[type='email'] {
		font-size: 12px;
		height: 48px;
	}

	#step1 .field_instagram a svg {
		margin-right: 13px;
		width: 27px;
	}

	#step1 .field_instagram a {
		padding: 8px 15px;
	}

	#step1 .field_instagram a,
	#step1 .fill_fb .btn {
		font-size: 12px;
	}

	#step1 .fill_fb .btn {
		padding: 9px 8% 9px 28%;
	}

	#step1 .field_instagram a {
		height: 54px;
	}

	#step1 .custom_content .icon {
		width: 69px;
	}

	#contest .container .reglements {
		right: 0;
	}

	#step3 .texte_image {
		max-width: 426px;
	}

	#step3 h2 {
		font-size: 1.425vw;
		margin-bottom: 45px;
	}

	#step3 .plus_texte .text_plus {
		font-size: 19px;
	}
}

@media (max-width: 1200px) {
	body #step1 .container {
		max-width: 100%;
	}

	#step1 .texte {
		padding-top: 10vw;
		padding-left: 8%;
		padding-bottom: 4vw;
		position: relative;
	}

	#step1 .texte .infos .bas_page {
		position: relative;
	}

	.container {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	form input[type='text'],
	form input[type='email'] {
		padding: 1rem;
		width: 100%;
		background: #fff;
		font-size: 21.75px;
	}

	#contest .row {
		margin-left: 0;
		margin-right: 0;
	}

	#contest a.btn {
		padding: 16px;
	}

	#contest .container .reglements {
		left: 0;
	}

	#contest .container .reglements a {
		font-size: 14px;
	}

	form .custom_select select,
	#contest form input[type='text'],
	#contest form input[type='email'] {
		font-size: 16px;
	}

	#contest .input_checkbox label {
		width: calc(100% - 18px);
	}

	#step1 .field_instagram a,
	#step1 .fill_fb .btn {
		font-size: 14px;
	}

	#step1 .field_instagram a svg {
		margin-right: 28px;
		width: unset;
	}

	#step1 .form_title {
		font-size: 18px;
	}

	#step1 .fill_fb .btn {
		font-size: 14px;
		padding: 14px 20px 14px 94px;
		background-position: 8% 50%;
		background-size: 12% auto;
	}

	#step1 .field_instagram a {
		height: 69px;
		padding: 14px 23px;
	}

	#step1 .row {
		height: auto;
		display: block;
		margin: 0;
		width: 100%;
	}

	#step1 .row .col.texte {
		width: 100%;
		display: block;
		min-height: 77vw;
	}

	#step1 {
		background: linear-gradient(270deg, #200427 -5.96%, #250960 193.59%);
	}

	#step1 .custom_content .texte_checkbox {
		padding-right: 22px;
	}

	#step1 .fill_fb .btn {
		font-size: 14px;
		padding: 20px 20px 20px 105px;
		background-position: 12% 50%;
		background-size: 12% auto;
	}

	#step1 .row .texte:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: url(../../images/bg_stp1.jpg) no-repeat 20% 84%;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	#step2 .steps {
		padding-top: 18%;
	}

	#step2:before {
		background-position: 90% 0%;
	}

	#step2 .steps .step {
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#step2 .steps .step .wrap_step {
		padding: 20px 19px 20px 0;
		width: auto;
		margin: 0 15px;
		display: block;
		min-height: unset;
	}

	#step2 .steps .step .wrap_step .no {
		width: 53px;
		text-align: center;
	}

	#step2 .steps .step .wrap_step .no .fb-like {
		height: 20px;
		display: block;
		padding: 7px 10px;
		display: inline-block;
	}

	#step2 .steps .step .wrap_step .info {
		width: calc(100% - 53px - 8px);
		padding-right: 0;
		padding-left: 8px;
	}

	#step2 .steps .step .button {
		position: relative;
		max-width: inherit;
		margin: 0 auto;
		text-align: center;
		top: 0;
		right: 0;
		padding-top: 0px;
		padding-bottom: 24px;
	}

	#step2 .steps .step .button .btn_ {
		display: inline-block;
		min-width: 182px;
		max-width: 190px;
	}

	#step2 .steps .step:first-of-type .button .btn_ {
		max-width: 100%;
	}

	#step2 .steps .step .button .btn_ .btn {
		font-size: 16px;
		height: 46px;
		display: block;
	}

	#contest .btn_invitez a.btn {
		font-size: 12px !important;
		padding-top: 17px;
	}

	#step2 .steps .step:nth-child(1) .wrap_step .info {
		width: calc(100% - 53px);
		padding-right: 0;
	}

	#step2 .steps .wrap {
		max-width: calc(490px + 71px);
	}

	#step2 .facebook-comments {
		padding-top: 12px;
	}

	#step2 .facebook-comments .fb-comments:before {
		content: '';
		height: 66px;
		top: -33px;
		background: url(../../images/comment_row_mobile.png) no-repeat top center;
	}

	#step3 {
		background-size: cover;
		background-position: 40% 100%;
	}

	#step3 .btn {
		width: 100%;
		max-width: 541px;
	}

	#step1 .col.texte .infos h1 {
		font-size: 4.1vw;
	}

	#step1 .col.texte .infos .descrip {
		max-width: 586px;
	}

	#step3 .row .content_step3 {
		padding: 6% 6%;
		padding-bottom: 0%;
	}

	#step3 .row .content_step3 .text_step3,
	#step3 .row .content_step3 .text_step3 em {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 991px) {
	/* #step3 .row .top_image_bg {
    background: url(../../images/top_image_vs_991.png) no-repeat center;
  } */

	#step2 .bulle_hover {
		flex-direction: column;
		max-width: 340px;
	}

	#step2 .bulle_hover .left img {
		object-fit: cover;
		object-position: center;
		width: 100%;
	}

	#step2 .bulle_hover .titlebulle {
		font-size: 32px;
		line-height: 1.2;
	}

	#step2 .bulle_hover .textbulle {
		font-size: 16px;
		line-height: 1.2;
	}

	#step3 {
		background: transparent;
	}

	#contest>header .top-banner {
		padding-top: 0;
		padding-left: 0;
	}

	#step3 .row .content_step3 h3.title_text {
		margin-top: 20px;
	}

	#step3 .row {
		display: flex;
		min-height: initial;
	}

	#step3 .row .content_step3 {
		padding: 0% 8%;
		padding-top: 0;
		padding-bottom: 0%;
	}

	#step3 .row .content_step3 .title_text {
		font-size: 47px;
		max-width: 550px;
	}
}

@media (max-width: 800px) {
	#step3 .row .content_step3 h3.title_text {
		font-size: 16px;
		line-height: 22px;
	}

	#step3 .row .content_step3 h4.title_text {
		font-size: 32px;
		line-height: 28px;
	}

	#step3 .row .content_step3 h5.title_text {
		font-size: 24px;
		line-height: 32px;
	}

	#step3 .row .content_step3 {
		flex-direction: column;
		margin-top: -20px;
	}

	#step1 .texte {
		padding-top: 18vw;
		padding-bottom: 8vw;
	}

	#step3 .container {
		position: relative;
		z-index: 1;
	}

	#step3::before {
		content: '';
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		height: 100%;
	}

	#step1 .form {
		padding: 50px 4% 80px 4%;
	}

	#step1 .texte .infos p {
		font-size: 19px;
	}

	#contest .container-fluid .reglements a {
		font-size: 15px;
	}

	#step1 .texte .infos .liste .un_list .texte_list {
		width: calc(100% - 90px);
		font-size: 12px;
	}

	#step1 .texte .infos h1 {
		font-size: clamp(29px, 5.2vw, 44px);
		max-width: 560px;
	}

	#step1 .texte .infos .soustitre {
		font-size: clamp(16px, 3.2vw, 26px);
		line-height: clamp(24px, 3.2vw, 36px);
		max-width: 460px;
	}

	#step1 .custom_content .texte_checkbox {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}

	#step1 .custom_content {
		display: flex;
		flex-direction: column;
	}

	#step1 .fill_fb {
		margin-bottom: 10vw;
	}

	#step3 .image_mobile {
		height: 360px;
	}
}

@media (max-width: 600px) {
	/* #step3 .row .top_image_bg {
    background: url(../../images/top_image_vs_768.png) no-repeat center;
  } */

	#step1 .texte .infos h1 {
		line-height: 38px;
	}

	form input[type='text'],
	form input[type='email'] {
		font-size: 17.75px;
	}

	#contest .btn {
		height: 46px;
	}

	#step1 .row .col.form .wrap_form {
		max-width: 320px;
	}

	#contest #step2 .row .col {
		margin-bottom: 40px;
	}

	#step2 .steps {
		padding-top: 30%;
	}

	#step2 .steps .step .wrap_step .no {
		width: 53px;
	}

	#step2 .steps .step .wrap_step .info {
		width: calc(100% - 43px - 4px);
		padding-left: 4px;
	}

	#step2 .steps .step:nth-child(1) .wrap_step .info {
		width: calc(100% - 43px);
	}

	#step2 .step .les_choix .choix .bulle .bulle_hover {
		top: 15px;
		left: -121px;

		width: 167px;
	}

	#step1 .col.texte .infos .soustitre,
	#step1 .col.texte .infos .surtitre {
		font-size: 3vw;
	}

	#step3 {
		background-position: 70% 100%;
	}

	#step3 .row .content_step3 {
		padding-left: 10%;
	}

	#step3 .row .content_step3 .title_text {
		font-size: clamp(20px, 7vw, 36px);
		line-height: 1.2;
		max-width: 400px;
	}

	#step3 .row .content_step3 .text_step3,
	#step3 .row .content_step3 .text_step3 em {
		font-size: clamp(14px, 2vw, 20px);
		line-height: 1.2;
	}

	#step3 .row .content_step3 .go_siteweb {
		font-size: clamp(10px, 2vw, 14px);
		line-height: 1.2;
		height: 46px;
	}

	#step3 .image_mobile {
		height: 320px;
	}
}

@media (max-width: 479px) {
	#step1 .texte .infos .titre_liste {
		margin-top: 30px;
	}

	#step1 .texte .infos .liste {
		margin-bottom: 24px;
	}

	#step1 .texte .infos h1 {
		margin-top: 11px;
	}

	#step1 .texte {
		padding-top: 30vw;
		padding-left: 8%;
	}

	#contest>header .top-banner .logo {
		max-width: 70%;
		margin: 3px 0;
	}

	#step1 .input_checkbox.infolettre_inscription .icon {
		width: 42px;
		top: -22px;
		right: -12px;
	}

	form input[type='text'] {
		font-size: 165px;
	}

	#contest .btn {
		font-size: 14px;
	}

	#step1 .row .col.form .wrap_form {
		max-width: 320px;

		margin-right: 8%;
		margin-left: 15%;
	}

	#step1 .row .col.texte {
		min-height: 83vw;
	}

	#step1 .field_instagram a svg {
		margin-right: 14px;
		width: 30px;
	}

	#step1 .field_instagram a,
	#step1 .fill_fb .btn {
		font-size: 12px;
	}

	#step1 .field_instagram a {
		height: 55px;
		padding: 8px 14px;
	}

	#step1 .fill_fb .btn {
		font-size: 12px;
		padding: 14px 5% 14px 24%;
		background-position: 7% 50%;
		background-size: 12% auto;
	}

	#step2 .steps .step .wrap_step .no {
		width: 48px;
		font-size: 25px;
	}

	#step2 .steps .step .wrap_step .info {
		width: calc(100% - 38px);
		padding-left: 0;
	}

	#step2 .steps .step:nth-child(1) .wrap_step .info {
		width: calc(100% - 38px);
	}

	#step2 .steps .step .wrap_step .info .texte {
		font-size: 16px;
	}

	#step2 .facebook-comments .fb-comments:before {
		top: -26px;
		background-size: 57px auto;
	}

	#step3 .row .content_step3 {
		padding-left: 10%;
	}

	#step2 .facebook-comments .fb-comments {
		padding: 35px 10px;
	}

	form .custom_select select,
	#contest form input[type='text'],
	#contest form input[type='email'] {
		font-size: 14px;
	}

	#contest .container .reglements a {
		font-size: 11px;
	}

	#step1 .custom_content .texte_checkbox {
		padding-right: 12px;
	}

	#step2 .step .les_choix .choix {
		font-size: 14px;
	}

	#step2 .step .les_choix .choix .texte_choix,
	#step2 .step .les_choix .choix .choix_no {
		padding-bottom: 5px;
		padding-top: 7px;
		font-size: 14px;
	}

	#step2 .steps .step .wrap_step {
		margin-left: 20px;
		margin-right: 20px;
	}

	#step2 .steps .wrap {
		padding: 0;
	}

	#step3 .infos {
		width: 100%;
		margin: 0 auto;
		transform: unset;
		position: relative;
	}

	#step3 .image_mobile {
		height: 300px;
	}

	#step3 .infos .texte {
		font-size: 5.8vw;
	}

	#step1 .col.texte .infos h1 br {
		display: none;
	}

	#step1 .col.texte .infos h1 {
		font-size: 5vw;
	}
}

@media (max-width: 375px) {
	#step3 .image_mobile {
		height: 300px;
	}
}

@media (max-width: 350px) {
	#step2 .bulle_hover {
		max-width: 300px;
	}

	#step2 .step .les_choix .choix .texte_choix {
		padding-left: 0px;
		padding-right: 2px;
		font-size: 12px;
		line-height: 1.2;
	}

	#step2 .step .les_choix .choix .bulle .rond {
		width: 14px;
		height: 14px;
		text-align: center;
		font-size: 12px;
	}
}