@charset "UTF-8";

/**** GENERAL ****/
* { margin: 0; padding: 0; }
html { font-size: 100%; }
html.sr .load-hidden { visibility: hidden; }
a { color: #003a63; text-decoration: none; }
img { color: black; max-width: 100%; vertical-align: bottom; }
.clearfix {
	content: "";
	display: block;
	clear: both;
}

kbd {
	display: inline-block;
	padding: 2px 5px;
	box-shadow: 1px 1px 1px rgb(140, 140, 140);
	background-color: #ebeae5;
}

.relative { position: relative; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }

.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block; }

.align-v-top { vertical-align: top; }
.align-v-middle { margin-top: -7px; vertical-align: middle; }
.align-v-bottom { vertical-align: bottom; }

.pr-0 { padding-right: 0; }
.pl-0 { padding-left: 0; }
.pr-1 { padding-right: 8px; }
.pl-1 { padding-left: 8px; }

.mr-0 { margin-right: 0; }
.ml-0 { margin-left: 0; }
.mr-1 { margin-right: 8px; }
.ml-1 { margin-left: 8px; }

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

body {
	font-family: 'VAG Rounded LT Pro', sans-serif;
	font-size: 18px;
	color: #003a63;
	overflow-x: hidden;
	width: 100%;
	max-width: 450px;
	min-height: 100vh;
	margin-inline: auto;
	background: url(../img/bg.jpg) no-repeat center center;
	background-size: cover;
}

body.compensate-for-scrollbar { /* Open Fancybox */
	margin-inline: auto;
}

body.home {
	max-width: 1080px;
}

body.page-form,
body.page-form2 {
	font-size: 11px;
}

#global {
	overflow-x: hidden;
	margin: 0 auto;
}

.contentMain {
	width: 100%;
	max-width: 1420px;
	margin: 0 auto;
}

.contentMain2 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.icon-custom {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
}

.icon-marker {
	width: 16px;
	height: 22px;
	background-image: url(../img/icon-marker.png);
}

.mobil,
.mobil2 {
	display: none;
}

a img {
	transition: opacity 0.2s ease-in;
}

a:hover img,
a:focus img {
	opacity: 0.7;
}

.iframe-container-ratio1 {
	position: relative;
	padding-top: 56.25%;
}

.iframe-container-ratio1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.white { color: white !important; }
.black { color: black; }
.yellow { color: #fbb900; }
.orange { color: #ea580c; }
.blue { color: #003a60; }
.txt-size1 { display: block; font-size: 67px; font-weight: bold; line-height: 0.9; }
.txt-size2 { display: block; font-size: 54px; font-weight: bold; line-height: 0.9; margin-bottom: 5px; }
.txt-size2 > span { font-size: 65px; font-weight: bold; }
.txt-size3 { display: block; font-size: 44px; font-weight: bold; line-height: 1.2; }
.txt-size4 { display: block; font-weight: bold; font-size: 24px; line-height: 1.2; }
.txt-size5 { display: block; font-size: 22px; line-height: 1; }
.txt-size6 { display: block; font-weight: bold; font-size: 16px; line-height: 1.2; }
.txt-size7 { display: block; font-weight: 300; font-size: 14px; line-height: 1.2; }
.txt-size8 { display: block; font-size: 14px; line-height: 1.2; }
.featured-orange { display: inline-block; padding: 15px 50px; border-radius: 5px; background-color: #ea580c; }
.featured-yellow { display: block; color: #083462; max-width: 330px; padding: 12px 20px; margin-inline: auto; border-radius: 5px; background-color: #fbb900; }

.btn {
	display: inline-block;
	text-decoration: none!important;
	cursor: pointer;
	transition: all 0.2s ease-in!important;
}

.btn1 {
	position: relative;
	font-family: 'VAG Rounded LT Pro', sans-serif;
	font-weight: bold;
	font-size: 56px;
	color: white !important;
	text-align: center;
	padding: 4px 60px;
	border: 2px solid #003a63;
	border-radius: 20px;
	background: #003a63;
}
.btn1:hover,
.btn1:focus {
	color: #003a63 !important;
	background: white;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-family: 'VAG Rounded LT Pro', sans-serif;
	font-size: 16px;
	color: black;
	padding: 7px 15px;
	border: 2px solid white;
	border-radius: 3px;
	background-color: white;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
	transition: all 0.2s ease-in;
	box-sizing: border-box;
}

input[type="text"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="password"]:hover,
select:hover,
textarea:hover {
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
	border-color: #ea580c;
	outline: none;
}

select {
	font-family: 'Verdana', sans-serif;
	padding-block: 9.5px;
	padding-right: 50px;
	background-image: url(../img/icon-select.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 20px;
}

textarea {
	min-width: 25%;
	max-width: 100%;
	min-height: 60px;
	height: 130px;
}

input[type="submit"],
button[type="submit"] {
	font-family: 'VAG Rounded LT Pro', serif;
	font-weight: bold;
	font-size: 28px;
	color: white;
	text-align: center;
	padding: 0 30px;
	border: none;
	background: url(../img/bg-submit.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	transition: all 0.2s ease-in;
	appearance: none;
}

input[type="submit"]:disabled,
button[type="submit"]:disabled {
	color: white!important;
	opacity: 0.4;
	cursor: not-allowed;
	border-color: #003c62!important;
	background-color: #003c62!important;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
button[type="submit"]:hover,
button[type="submit"]:focus {
	opacity: 0.85;
	/*color: #fbb900;
	background-color: #003a63;*/
	outline: none;
}

/*input[type="checkbox"] {
	display: inline-block;
	width: 14px; height: 14px;
	border-radius: 0;
	background: url(../img/checkbox.png) no-repeat center center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="checkbox"]:checked {
	background-image: url(../img/checkbox-checked.png);
}

input[type="radio"] {
	display: inline-block;
	width: 20px; height: 20px;
	border-radius: 0;
	background: url(../img/radio.png) no-repeat center center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.2s ease-in;
}

input[type="radio"]:checked {
	background-image: url(../img/radio-checked.png);
}*/

input[type="radio"],
input[type="checkbox"] {
	accent-color: #003c62;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	vertical-align: top;
}

/*input[type="text"]:focus-visible,
input[type="number"]:focus-visible,
input[type="email"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="password"]:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: none;
}*/

.styles-page-reverse input[type="text"],
.styles-page-reverse input[type="number"],
.styles-page-reverse input[type="email"],
.styles-page-reverse input[type="tel"],
.styles-page-reverse input[type="password"],
.styles-page-reverse select,
.styles-page-reverse textarea {
	border-color: transparent;
	background-color: transparent;
}

.styles-page-reverse input[type="submit"],
.styles-page-reverse button[type="submit"] {
	color: #0077b3;
	border-color: white;
	background-color: white;
}

.styles-page-reverse input[type="submit"]:hover,
.styles-page-reverse input[type="submit"]:focus,
.styles-page-reverse button[type="submit"]:hover,
.styles-page-reverse button[type="submit"]:focus {
	color: white;
	background-color: #0077b3;
}

.input-hidden { display: none; opacity: 0; visibility: hidden; }

::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: #3e3e3e;
	opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: #3e3e3e;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: #3e3e3e;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: #3e3e3e;
	opacity: 1;
}
::placeholder { /* Recent browsers */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: #3e3e3e;
	opacity: 1;
}

.styles-page-reverse ::-webkit-input-placeholder { /* WebKit browsers */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: white;
	opacity: 1;
}
.styles-page-reverse :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: white;
	opacity: 1;
}
.styles-page-reverse ::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: white;
	opacity: 1;
}
.styles-page-reverse :-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: white;
	opacity: 1;
}
.styles-page-reverse ::placeholder { /* Recent browsers */
	font-family: 'VAG Rounded LT Pro', sans-serif;
	color: white;
	opacity: 1;
}

.input-group {
	font-size: 0;
}


/**** CONTENT ****/
section .contentMain,
section .contentMain2 {
	position: relative;
}

.title-wrap01 h1, .title-wrap01 h2, .title-wrap01 h3,
.title-wrap02 h1, .title-wrap02 h2, .title-wrap02 h3 {
	font-weight: normal;
}

.title-style01,
.title-style02,
.title-style03 {
	display: block;
}

.title-wrap02 .title-style03,
.title-wrap02 .title-style04,
.title-wrap02 .title-style05,
.title-wrap01 .title-style06,
.title-wrap01 .title-style07,
.title-wrap01 .title-style08,
.title-wrap01 .title-style09,
.title-wrap01 .title-style10,
.title-wrap01 .title-style11,
.title-wrap01 .title-style12,
.title-wrap01 .title-style13,
.title-wrap01 .title-style14 {
	display: block;
}

.title-wrap01,
.title-wrap02 {
	position: relative;
}

.title-wrap01 {
	text-align: left;
	max-width: 950px;
	margin-inline: auto;
}

.title-wrap01 .title-wrap-child {
	font-weight: 300;
	margin-bottom: 0;
}

.title-wrap02 {
	text-align: center;
}

.title-style01 {
	font-weight: 300;
	font-size: 46px;
	line-height: 1.1;
	margin-bottom: 12px;
}

.title-style02 {
	font-size: 92px;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 5px;
}

.title-style03 {
	font-size: 42px;
	font-weight: bold;
	line-height: 1.1;
}

.nv1-area {
	position: relative;
	text-align: center;
}

.nv1-area .top-page {
	position: relative;
	padding-top: 65px;
	margin-bottom: 13px;
}

.nv1-area .top-page .marquez {
	margin-bottom: 24px;
}

.nv1-area .top-page .decor-twisters {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.nv1-area .top-page .decor-ballon {
	position: absolute;
	top: 0;
	right: -197px;
	pointer-events: none;
}

.nv1-area .banner-top {
	position: relative;
	text-align: left;
}

.nv1-area .content-under-banner {
	position: relative;
	margin-top: -3px;
	margin-bottom: 70px;
	z-index: 1;
}

.nv1-area .img-tv {
	position: absolute;
	bottom: -100px;
	right: -50px;
	pointer-events: none;
	z-index: 1;
}

.prizes-wrap {
	position: relative;
	pointer-events: none;
	margin-bottom: 70px;
}

.prizes-wrap .prize-wrap:first-child {
	position: absolute;
	top: -265px;
	left: 20px;
	z-index: 1;
}

.prizes-wrap .prize-wrap:nth-child(2) {
	position: absolute;
	top: -250px;
	right: 35px;
	z-index: 1;
}

.cta-wrap {
	margin-bottom: 110px;
}

.nv1-area .decor-coupe {
	position: absolute;
	bottom: 25px;
	left: 45px;
	pointer-events: none;
	z-index: 2;
}

.nv1-area .decor-bottom-right {
	position: absolute;
	bottom: 10px;
	right: -30px;
	pointer-events: none;
	z-index: 2;
}

.links-legal-wrap {
	padding-block: 60px 30px;
}

.links-legal-wrap ul {
	margin: 0 -25px;
}

.links-legal-wrap li {
	display: inline-block;
	font-family: 'Arial', sans-serif;
	font-size: 30px;
	list-style: none;
	margin: 0 25px 5px;
	vertical-align: middle;
}

.links-legal-wrap li a {
	text-decoration: none;
}

.links-legal-wrap li a:hover,
.links-legal-wrap li a:focus {
	text-decoration: underline;
}

body.page-form .links-legal-wrap,
body.page-form2 .links-legal-wrap {
	padding-block: 20px;
}

body.page-form .links-legal-wrap ul,
body.page-form2 .links-legal-wrap ul {
	margin-inline: -12px;
}

body.page-form .links-legal-wrap li,
body.page-form2 .links-legal-wrap li {
	font-size: 11px;
	margin-inline: 12px;
}

.nv2-area {
	padding: 25px 0;
}

.nv2-area .logo-wrap {
	text-align: center;
	margin-bottom: 70px;
}

.nv2-area .intro-form-wrap {
	text-align: center;
	margin-bottom: 20px;
}

.nv2-area .intro-form-wrap .txt1 {
	font-weight: bold;
	font-size: 17px;
}

.nv2-area .intro-form-wrap .txt1 .txtbis {
	display: block;
	font-size: 15px;
	line-height: 1;
}

.nv2-area .intro-form-wrap .txt2 {
	font-size: 15px;
}

.nv3-area {
	position: relative;
	padding: 20px 0;
}

body:has(.nv3-area)::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	aspect-ratio: 121 / 227;
	pointer-events: none;
	background: url(../img/ballon-decor3.png) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

.confirmation-wrap {
	position: relative;
	color: white;
	text-align: center;
	padding: 35px 10px 10px;
	margin-inline: 40px;
	margin-bottom: 50px;
	border-radius: 10px;
	background-color: #ea580c;
}

.confirmation-wrap::after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: -40px;
	width: 70px;
	aspect-ratio: 160 / 420;
	pointer-events: none;
	background: url(../img/coupe3.png) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

.confirmation-wrap .txt1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 0;
}

.confirmation-wrap .txt2 {
	font-weight: 300;
	font-size: 19px;
	line-height: 1.2;
}


/* Default Pagination */
.pagination2 {
	text-align:center
}
.pagination2 ul {
	display:inline-block;
	white-space:nowrap;
	padding:0;
	clear:both;
	border:1px solid #d3ced2;
	border-right:0;
	margin:1px
}
.pagination2 ul a,
.pagination2 ul span {
	margin:0;
	text-decoration:none;
	padding:0;
	line-height:1;
	font-size:1em;
	font-weight:400;
	min-width:1em;
	border-right:1px solid #d3ced2;
	padding:.5em;
	margin:0;
	float:left;
	display:inline;
	overflow:hidden
}
.pagination2 ul a:focus,
.pagination2 ul a:hover,
.pagination2 ul span.current {
	background:#7ab929;
	color:white;
}

/* Custom pagination */
.pagination2 {
	margin-top: 50px;
}

.pagination2 ul {
	border: none!important;
}

.pagination2 ul a,
.pagination2 ul span {
	font-size: 14px!important;
	padding: 12px!important;
	margin-bottom: 10px!important;
	margin-right: 5px!important;
	border-right: none!important;
}

.pagination2 ul a {
	display: inline-block!important;
	color: white!important;
	background: #f9af22!important;
	transition: opacity 0.2s ease-in!important;
}

.pagination2 ul a:hover,
.pagination2 ul a:focus { opacity: 0.8!important; }

.pagination2 ul .prev.page-numbers,
.pagination2 ul .next.page-numbers {
	border-radius: 0!important;
	background: #163f84!important;
}

.pagination2 .prev i { margin-right: 5px!important; }
.pagination2 .next i { margin-left: 5px!important; }

/* Accordion */
.accordion {
	margin-bottom: 40px;
}

.collapse-wrap {
	padding-top: 0;
}

.collapse-wrap-item {
	margin-bottom: 10px;
	border: 1px solid #55a4cc;
}

.collapse-wrap-item:last-child {
	margin-bottom: 0;
}

.collapse-wrap-item .collapse-title {
	position: relative;
	display: block;
	font-family: 'TTNooks Bold', serif;
	font-weight: normal;
	font-size: 29px;
	color: white;
	text-align: left;
	line-height: 1.3;
	width: 100%;
	padding: 10px 80px 10px 20px;
	border: none;
	border-radius: 0;
	background: transparent;
	transition: all 0.2s ease-in;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

.collapse-wrap-item .collapse-title:hover {
	opacity: 0.8;
}

.collapse-wrap-item .collapse-title::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 20px;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 30px;
	background: url(../img/icon-more.png) no-repeat center center;
	transition: all 0.2s ease-in;
}
.collapse-wrap-item .collapse-title:hover::before,
.collapse-wrap-item .collapse-title:focus::before {
	transform: rotate(180deg);
}
.collapse-wrap-item.open .collapse-title::before {
	background-image: url(../img/icon-minus.png);
}

.collapse-wrap-item .collapse-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease-out;
}

.collapse-wrap-item.open .collapse-content {
	max-height: 2000px; /* Set automatically in global.js */
}

.collapse-wrap-item .collapse-content .collapse-content-child {
	padding: 30px 55px 1px;
}

.collapse-wrap-item .collapse-content .collapse-content-child::after {
	content: "";
	display: block;
	clear: both;
}

.collapse-wrap-item .collapse-content .collapse-content-child h1,
.collapse-wrap-item .collapse-content .collapse-content-child h2 { font-size: 2em; padding-bottom: 20px; margin-bottom: 40px; }
.collapse-wrap-item .collapse-content .collapse-content-child h3 { font-size: 1.8em; padding-bottom: 18px; margin-bottom: 32px; }
.collapse-wrap-item .collapse-content .collapse-content-child h4 { font-size: 1.6em; padding-bottom: 16px; margin-bottom: 30px; }
.collapse-wrap-item .collapse-content .collapse-content-child h5 { font-size: 1.5em; padding-bottom: 16px; margin-bottom: 30px; }
.collapse-wrap-item .collapse-content .collapse-content-child h6 { font-size: 1.4em; padding-bottom: 14px; margin-bottom: 30px; }

/* Form */
.required-fields {
	font-size: 14px;
	font-style: italic;
}

.asterisk {
	font-size: 0.7em;
	vertical-align: super;
}

/*.content-page form {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}*/

.form-cols {
	margin-bottom: 40px;
}

.form-row:not(.form-cols),
.input-wrap {
	margin-bottom: 17px;
}

.input-wrap {
	max-width: 325px;
	margin-inline: auto;
}

.form-col {
	display: inline-block;
	width: calc(50% - 20px);
	vertical-align: top;
}

.form-col:first-child {
	margin-right: 35px;
}

.form-row p {
	margin-bottom: 0 !important;
}

.form-row a {
	text-decoration: underline;
}

.form-row a:hover,
.form-row a:focus {
	text-decoration: none;
}

.form-row label:not(.label-style2),
.form-row .p-label {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.form-row .input-wrap-checkbox {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.form-row .input-wrap-checkbox input[type="checkbox"] {
	position: absolute;
	top: 4px;
	left: 0;
}

.form-row .input-wrap-checkbox label {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.2;
}

.form-row .p-label {
	line-height: initial;
}

.form-row .label-style2 {
	display: block;
	font-size: 24px;
	margin-bottom: 3px;
}

.styles-page-reverse .form-row label:not(.label-style2),
.styles-page-reverse .form-row .p-label {
	color: white;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="tel"],
.form-row input[type="password"],
.form-row textarea,
.form-row select {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.styles-page-reverse .form-row input[type="text"],
.styles-page-reverse .form-row input[type="email"],
.styles-page-reverse .form-row input[type="tel"],
.styles-page-reverse .form-row input[type="password"],
.styles-page-reverse .form-row textarea,
.styles-page-reverse .form-row select {
	border-color: transparent;
}

.form-row textarea {
	vertical-align: top;
}

.form-row select {
	width: 100%;
}

.input-file-wrap {
	text-align: center;
	margin-top: 25px;
}

.form-row .input-file-wrap label {
	font-size: 15px;
}

.indic-form-field {
	font-size: 12px;
	margin-bottom: 7px;
}

form .div-file {
	position: relative;
}

form .div-file input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 10;
}

/*::-webkit-file-upload-button { cursor: pointer; }*/

form .div-file .btn-file {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #003a63;
	text-align: center;
	padding: 1px 8px;
	border-radius: 5px;
	border: 1px solid white;
	background-color: white;
	vertical-align: middle;
	transition: all 0.2s ease-out;
}

form .div-file:hover .btn-file,
form .div-file:focus-within .btn-file {
	color: white;
	background-color: #003a63;
}

form .div-file .file-name {
	display: block;
	font-size: 14px;
	color: #003a63;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 8px 12px;
	vertical-align: middle;
}

.form-row-submit {
	margin-top: 25px;
	margin-bottom: 25px !important;
}

/* Page Formulaire Pronostics */
body.page-form2 .nv2-area {
	padding-top: 40px;
}

body.page-form2 .decor-ballon2 {
	position: absolute;
	top: -40px;
	left: -54px;
	width: 30%;
}

body.page-form2 .phase-pronostics-wrap {
	margin-bottom: 20px;
}

body.page-form2 .nom-phase {
	font-size: 15px;
	text-align: center;
	margin-bottom: 3px;
}

body.page-form2 .nom-phase > span {
	display: inline-block;
	color: white;
	padding: 0 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

body.page-form2 .phase-pronostics-wrap.demi-finales .nom-phase > span {
	background-image: url(../img/bg-phase-demi-finales.png);
}

body.page-form2 .phase-pronostics-wrap.petite-finale .nom-phase > span {
	background-image: url(../img/bg-phase-petite-finale.png);
}

body.page-form2 .phase-pronostics-wrap.finale .nom-phase > span {
	background-image: url(../img/bg-phase-finale.png);
}

body.page-form2 .choices-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin-bottom: 8px;
}

body.page-form2 .choices-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

body.page-form2 .choices-row select.country {
	position: relative;
	font-size: 10px;
	width: 135px;
	aspect-ratio: 402 / 81;
	padding: 4px 15px 4px 20px;
	margin-inline: 0 -12px;
	border: none;
	border-radius: 0;
	background: url(../img/pronostics-pays-select.png) no-repeat center center;
	background-size: contain;
	z-index: 0;
}

body.page-form2 .choices-item.right select.country {
	text-align: right;
	padding-inline: 15px 20px;
	margin-inline: -12px 0;
	background-image: url(../img/pronostics-pays-select-right.png);
}

body.page-form2 .choices-row select.score {
	position: relative;
	font-size: 10px;
	text-align: center;
	width: 35px;
	aspect-ratio: 106 / 94;
	padding: 4px 10px 4px 5px;
	border: none;
	border-radius: 0;
	background: url(../img/pronostics-score-select.png) no-repeat center center;
	background-size: contain;
	z-index: 1;
}

body.page-form2 .choices-row select:hover,
body.page-form2 .choices-row select:focus {
	box-shadow: none;
}

body.page-form2 .choices-row select:focus-visible {
	outline: 1px solid blue;
}

body.page-form2 .choices-row .vs {
	font-weight: bold;
	font-size: 11px;
	margin-inline: 4px;
}

body.page-form2 .coupe2-wrap {
	text-align: center;
	margin-bottom: 25px;
}

body.page-form2 .coupe2-wrap img {
	max-height: 135px;
}

.wpcf7-spinner {
	position: relative;
	visibility: hidden;
	display: inline-block;
	opacity: 0.75;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 100%;
	background-color: #fbb900;
	vertical-align: bottom;
}

.wpcf7-spinner.visible {
	width: 24px;
	height: 24px;
	margin: 10px;
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	background-color: white;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	margin-bottom: 25px;
}

.wpcf7-response-output.alert {
	color: white;
	padding: 5px 10px;
	background-color: red;
}

/* Columns */
.full-width {
	margin-bottom: 60px;
}

.full-width2::after {
	content: "";
	display: inline-block;
	clear: both;
}

.full-width-style2 {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
}

.cols-content {
	display: flex;
	align-items: start;
}

.cols-alignv-start {
	align-items: start;
}

.cols-alignv-center {
	align-items: center;
}

.cols-alignv-stretch {
	align-items: stretch;
}

.cols-alignv-end {
	align-items: flex-end;
}

.cols-space-between {
	justify-content: space-between;
}

.cols-content > div {
	position: relative;
	box-sizing: border-box;
}

.cols-content.mb-style2 > div {
	margin-bottom: 30px;
}

.cols-style01 > div:first-child {
	width: 40%;
	padding-right: 30px;
}

.cols-style01 > div:nth-child(2) {
	text-align: center;
	width: 60%;
}


/*** Styles page ***/
.styles-page::after {
	content: "";
	display: block;
	clear: both;
}

.styles-page h1,
.styles-page h2,
.styles-page h3,
.styles-page h4,
.styles-page h5,
.styles-page h6 {
	position: relative;
	font-weight: bold;
	color: #ea580c;
	line-height: 1.2;
}

.styles-page h1,
.styles-page h2 { font-size: 26px; margin-bottom: 25px; }
.styles-page h3 { font-size: 24px; margin-bottom: 20px; }
.styles-page h4 { font-size: 22px; margin-bottom: 18px; }
.styles-page h5 { font-size: 20px; margin-bottom: 18px; }
.styles-page h6 { font-size: 18px; margin-bottom: 16px; }

body.home .styles-page h1,
body.home .styles-page h2 {
	font-size: 3rem;
}

.styles-page a {
	color: #ea580c;
	text-decoration: underline;
	transition: color 0.2s ease-in;
}

.styles-page a:hover,
.styles-page a:focus {
	color: #ea580c;
	text-decoration: none;
}

/*.styles-page strong {
	font-weight: bold;
}*/

.styles-page p,
.styles-page ul,
.styles-page ol,
.styles-page table,
.styles-page blockquote {
	word-break: break-word;
	margin-bottom: 25px;
}

.styles-page p {
	line-height: 1.5;
}

.styles-page ul li,
.styles-page ol li {
	position: relative;
	list-style-position: inside;
	line-height: 1.2;
	margin-bottom: 6px;
}

.styles-page ul li {
	list-style: none;
}

.styles-page ul li::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	border-radius: 30px;
	background: #ea580c;
}

.styles-page ul li:last-child,
.styles-page ol li:last-child {
	margin-bottom: 0;
}

.styles-page ul ul,
.styles-page ol ol,
.styles-page ol ul,
.styles-page ul ol {
	margin-top: 12px;
	margin-left: 10px;
}

.styles-page table {
	max-width: 100%;
	border-collapse: collapse;
}

.styles-page table th,
.styles-page table td {
	padding: 10px 15px;
	border: 1px solid #aeaeae;
}

.styles-page table th {
	color: white;
	background-color: #ea580c;
}

.styles-page table td {
	background-color: transparent;
}

.styles-page iframe,
.styles-page video,
.styles-page audio {
	max-width: 100%;
}

/*.styles-page table tr:nth-child(even) td {
	background-color: transparent;
}*/

.styles-page blockquote {
	position: relative;
	font-weight: normal;
	font-style: normal;
	color: white;
	padding: 35px 20px;
	border-radius: 20px;
	background-color: #ea580c;
}

.styles-page blockquote p:last-child {
	margin-bottom: 0;
}

.styles-page blockquote a,
.styles-page blockquote a:hover,
.styles-page blockquote a:focus {
	color: white;
}

.styles-page pre {
	max-width: 100%;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-align: justify;
}

.styles-page hr {
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	background-color: #d9d9d7;
}

ul.list-docs li {
	padding-left: 0;
	margin-bottom: 12px;
}

ul.list-docs li::before {
	display: none;
}

ul.list-docs li a {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #17313d;
	text-decoration: none;
	padding: 10px 0 10px 40px;
	text-decoration: none;
}

ul.list-docs li a:hover,
ul.list-docs li a:focus {
	color: #ea580c;
	text-decoration: underline;
}

ul.list-docs li a::before {
	content: "";
	position: absolute;
	top: calc(50% - 19px);
	left: 0;
	display: inline-block;
	width: 28px;
	height: 38px;
	border-radius: 0;
	background: url(../img/icon-pdf.png) no-repeat;
	vertical-align: middle;
	transition: opacity 0.2s ease-in;
}

ul.list-docs li a:hover::before,
ul.list-docs li a:focus::before {
	opacity: 0.8;
}

ul.list-docs li a .extension {
	text-transform: uppercase;
}

/* Styles page - Revert */
.styles-page-reverse {
	color: white;
}

.styles-page-reverse h1,
.styles-page-reverse h2,
.styles-page-reverse h3,
.styles-page-reverse h4,
.styles-page-reverse h5,
.styles-page-reverse h6 {
	color: white;
}

.styles-page-reverse a {
	color: white;
}

.styles-page-reverse a:hover,
.styles-page-reverse a:focus {
	color: white;
}

.styles-page-reverse ul li::before {
	background: white;
}

.styles-page-reverse blockquote {
	color: #0077b3;
	background-color: white;
}

.styles-page-reverse blockquote a {
	color: #0077b3;
}

.styles-page-reverse blockquote a:hover,
.styles-page-reverse blockquote a:focus {
	color: #0077b3;
}

.styles-page-reverse table th,
.styles-page-reverse table td {
	border-color: white;
}

.styles-page-reverse table th {
	color: #0077b3;
	background-color: white;
}


/*** Pop-in ***/
.popin-block-custom1 {
	font-size: 16px;
	color: black;
	overflow: auto;
	width: calc(100% - 42px);
	max-height: calc(100% - 62px);
	padding: 40px 20px 20px;
	border: 1px solid #003c62;
	box-sizing: content-box;
}

body.home .popin-block-custom1 {
	font-size: 2.5rem;
}

#pop-in-waiting {
	font-size: 26px;
	font-weight: bold;
	color: white !important;
	border: 2px solid white;
	background-color: #003c62;
}

#pop-in-waiting .links-secondary {
	font-size: 18px;
	margin-top: 25px;
}

#pop-in-waiting .links-secondary a {
	color: white;
	text-decoration: underline;
}

#pop-in-waiting .links-secondary a:hover {
	text-decoration: none;
}

#pop-in-waiting .links-secondary a:focus {
	outline: none;
}

body.home #pop-in-waiting {
	font-size: 40px;
}

body.home #pop-in-waiting .links-secondary {
	font-size: 30px;
}

.fancybox-bg {
	opacity: 0.75 !important;
}

body.home .fancybox-button {
	width: 8em;
	height: 8em;
}

/**** FOOTER ****/
footer {
	text-align: center;
}

body.page-form footer {
	margin-top: 50px;
}

body.page-form .logo-footer {
	max-width: 340px;
	margin-inline: auto;
}

#hautDePage {
	position: fixed;
	right: 30px;
	bottom: 170px;
	font-size: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #3e3e3e;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 45px;
	height: 45px;
	padding: 0;
	border: 2px solid white;
	background: #003c62 url(../img/arrow-top.png) no-repeat center center;
	cursor: pointer;
	z-index: 101;
	transform: scale(0);
	transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}

#hautDePage.show {
	transform: scale(1);
}

#hautDePage:hover,
#hautDePage:focus {
	opacity: 0.7;
}

/**** Captcha ****/
.g-recaptcha {
	display: inline-block;
}


/**** MEDIA QUERIES ****/
@media screen and (min-width: 1921px) {
	/*** CONTENT ***/
	

	/*** FOOTER ***/
	
}

@media screen and (max-width: 1880px) {
	/*** GENERAL ***/
	

	/*** CONTENT ***/
	
}

@media screen and (max-width: 1480px) {
	/*** GENERAL ***/
	.contentMain {
		width: calc(100% - 40px);
		padding: 0 20px;
	}

	.mobil {
		display: block;
	}

	.no-mobile {
		display: none;
	}

	/*input[type="text"],
	input[type="number"],
	input[type="email"],
	input[type="tel"],
	input[type="password"],
	select,
	textarea {
		padding: 14px 15px;
	}*/

	/*** CONTENT ***/
	.confirmation-wrap {
		margin-inline: 25px;
	}

	/*.form-row:not(.form-cols),
	.input-wrap {
		margin-bottom: 40px;
	}*/

	.form-row input[type="text"],
	.form-row input[type="email"],
	.form-row input[type="tel"],
	.form-row input[type="password"],
	.form-row textarea,
	.form-row select {
		width: 100%;
	}

	/*** FOOTER ***/
	
}

@media screen and (max-width: 1320px) {
	/*** GENERAL ***/
	
}

@media screen and (max-width: 1280px) {
	/*** GENERAL ***/
	

	/*** CONTENT ***/
	
}

@media screen and (max-width: 1080px) {
	/*** GENERAL ***/
	

	/*** CONTENT ***/
	
}

@media screen and (min-width: 991px) {
	
}

@media screen and (max-width: 990px) {
	/*** GENERAL ***/
	

	/*** CONTENT ***/
	
}

@media screen and (max-width: 840px) {
	/*** GENERAL ***/
	

	/*** CONTENT ***/
	.form-col {
		display: block;
		width: auto;
	}

	.form-col:first-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	/*** GENERAL ***/
	

	/*** CONTENT ***/
	

	/*** FOOTER ***/
	
}

@media screen and (max-width: 600px) {
	/*** GENERAL ***/
	.mobil2 {
		display: block;
	}

	.no-mobile2 {
		display: none !important;
	}

	/*** CONTENT ***/
	.links-legal-wrap li {
		font-size: 18px;
	}

	.styles-page h1,
	.styles-page h2 { font-size: 22px; margin-bottom: 20px; }
	.styles-page h3 { font-size: 20px; margin-bottom: 18px; }
	.styles-page h4 { font-size: 18px; margin-bottom: 16px; }
	.styles-page h5 { font-size: 18px; margin-bottom: 16px; }
	.styles-page h6 { font-size: 18px; margin-bottom: 16px; }

	/*** FOOTER ***/
	#hautDePage {
		display: none !important;
	}
}

@media screen and (max-width: 450px) {
	/*** GENERAL ***/


	/*** CONTENT ***/
	.links-legal-wrap ul {
		margin: 0 -8px;
	}

	.links-legal-wrap li {
		margin-left: 8px;
		margin-right: 8px;
	}
}