@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@font-face {
    font-family: 'LB';
    src: url('../fonts/Laughing-Bold.eot');
    src: url('../fonts/Laughing-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Laughing-Bold.woff2') format('woff2'),
        url('../fonts/Laughing-Bold.woff') format('woff'),
        url('../fonts/Laughing-Bold.ttf') format('truetype'),
        url('../fonts/Laughing-Bold.svg#Laughing-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LF';
    src: url('../fonts/LaughingFont-Bold.eot');
    src: url('../fonts/LaughingFont-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LaughingFont-Bold.woff2') format('woff2'),
        url('../fonts/LaughingFont-Bold.woff') format('woff'),
        url('../fonts/LaughingFont-Bold.ttf') format('truetype'),
        url('../fonts/LaughingFont-Bold.svg#LaughingFont-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LFB';
    src: url('../fonts/LaughingFont-Bounce.eot');
    src: url('../fonts/LaughingFont-Bounce.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LaughingFont-Bounce.woff2') format('woff2'),
        url('../fonts/LaughingFont-Bounce.woff') format('woff'),
        url('../fonts/LaughingFont-Bounce.ttf') format('truetype'),
        url('../fonts/LaughingFont-Bounce.svg#LaughingFont-Bounce') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "MS";
    src: url("../fonts/0454ef34065c684ddefb3a94f85e2f7a.eot");
    src: url("../fonts/0454ef34065c684ddefb3a94f85e2f7a.eot?#iefix")format("embedded-opentype"),
        url("../fonts/0454ef34065c684ddefb3a94f85e2f7a.woff")format("woff"),
        url("../fonts/0454ef34065c684ddefb3a94f85e2f7a.woff2")format("woff2"),
        url("../fonts/0454ef34065c684ddefb3a94f85e2f7a.ttf")format("truetype"),
        url("../fonts/0454ef34065c684ddefb3a94f85e2f7a.svg#Monstro Solid")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Quicksand', sans-serif;
	overflow-x: hidden;
	font-size: 1rem;
	line-height: normal;
	color: #235597;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background-color: #FFF;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'LFB', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
p{
	margin-bottom: 0;
}
strong{
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
}
a{
	display: inline-block;
	text-decoration: none;
	transition: .3s;
}
.section.header{
	padding: 10px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	z-index: 9;
	transition: .3s;
}
.header .logo img{
	width: 70px;
	transition: .3s;
}
.header .links a:hover{
	color: #DE271F;
}
.header .links a:last-child,
.header .links a:first-child{
	margin: 0;
}
.header .links a{
	margin: 0 25px;
	color: #235597;
	font-size: 1.1rem;
	font-weight: 500;
}
.header .btns a:first-child{
	margin-right: 20px;
}
.header .btns a.active,
.btnsFooter.btns a:last-child,
.header .btns a:last-child{
	background-color: #DE271F;
}
.header .btns a:hover{
	opacity: .7;
}
.btnsFooter.btns a,
.header .btns a {
    padding: 10px 10px;
    min-width: 110px;
    border-radius: 20px;
    background-color: #2261AE;
    color: #FFF;
    font-size: .9rem;
    font-family: 'LFB', sans-serif;
}
.btnsFooter.btns{
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	padding: 15px 0;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

.btnsFooter.btns a {
    width: 43%;
    margin: 0 2%;
	font-size: .8rem;
}
.header .mLanguages a:first-child{
	padding-right: 20px;
}
body.va .header .mLanguages a:first-child{
	padding-right: 0;
	padding-left: 20px;
}
body.va .header .mLanguages a:first-child::before{
	right: auto;
	left: 9px;
}
.header .mLanguages a:first-child::before{
	content: '';
	position: absolute;
	right: 9px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #235597;
}
.header .mLanguages a.active,
.header .langs a.active{
	color: #235597 !important;
}
.header .langs a:hover{
	color: #DE271F;
}
.header .mLanguages a,
.header .langs a{
	color: #C2C2C2;
	font-size: 1rem;
	line-height: 1.1rem;
	margin-bottom: .5rem;
	position: relative;
	display: block;
	font-weight: 700;
	text-align: center;
}
.header .mLanguages a{
	display: inline-block;
}
.nav.mobile {
    position: fixed;
    right: -110vw;
    top: 0;
    transition: .5s;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    z-index: 99;
    max-width: 100%;
	overflow-x: hidden;
}
.nav.mobile.active {
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}
 .close,
.burger{
	position: fixed;
	right: 15px;
	top: 15px;
	font-size: 2.5rem;
	color: #235597;
	z-index: 999;
}
 body.va .close,
body.va .burger{
	right: auto;
	left: 15px;
	top: 15px;
}
.close{
	color: #DE271F;
}
.header.fixed-header img {
	width: 50px;
}
.header.fixed-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 0;
  z-index: 99;
  background-color: #FFF;
}
.section h2{
	font-size: 2.5rem;
	margin-bottom: 1rem;
}
.precnx .section2 h3{ font-weight: 500;}
.precnx .section2 h3 strong{ font-weight: 700;}
.section h3{
	font-size: 1.5rem;
	font-family: 'Quicksand';
	font-weight: 500;
	margin-bottom: 1rem;
	text-transform: none;
}
.section p{
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.section5,
.section4,
.section3,
.section2,
.section1{
	padding: 4rem 0 6rem;
	background-image: url(../images/img-sep.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 100%;
}
.section.section1{
	padding: 0 0 30px;
}
.section.section2 h2{
	margin-bottom: .5rem;
}
.section2 a:hover{
	opacity: .7;
}
.section.section2 h3{
	font-weight: 700;
	margin-bottom: 2rem;
	font-size: 1.5rem;
}
.section.section2 p{
	font-weight: 600;
	margin-bottom: 2rem;
	font-size: 1rem;
}
.section.section2 .alert-danger p{
	margin-bottom: 0;
}
.section.section2 p.small{
	font-size: .8rem;
	font-weight: normal;
}
.blocJeu .row:first-child{
	position: relative;
}
.blocJeu .row:first-child::before{
	content: '';
	position: absolute;
	width: 65%;
	height: 100%;
	right: 0;
	top: 0;
	border-radius: 30px;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	z-index: -1;
}
.blocJeu img{
	border-radius: 30px;
}
.section.section3 h2{
	margin-bottom: .5rem;
}
.section.section3 h3{
	font-weight: 700;
	margin-bottom: .5rem;
}
.section3 .blocStar{
	text-align: center;
	position: relative;
}
.classement .section3 .blocStar:before{ content: none;}
.section3 .blocStar:last-child:before{
	background-image: url(../images/star2.png);
}
.section3 .blocStar::before {
    content: '';
    position: absolute;
    left: 2rem;
    top: -2rem;
    width: 70px;
    height: 100px;
    background-image: url(../images/star1.png);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position: left top;
    z-index: 1;
}
.section3 .blocStar .d-block.boxshadow{
	text-align: center;
	background-color: #FFF;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	/* background-image: url(../images/img-sep.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 100%; */
	position: relative;
	overflow: hidden;
}
.section3 .blocStar:last-child h4{
	background-color: #235597;
}
.section3 .blocStar h4 {
    width: 100%;
    padding: 10px 20px;
    background-color: #DE271F;
    color: #FFF;
    border-radius: 8px;
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin: 0 auto 1.5rem;
}
.section3 .blocStar h5{
	font-size: 1.3rem;
	font-family: 'Quicksand';
	font-weight: 700;
	margin-bottom: 1rem;
}
.section3 .blocStar p{
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
}
.section3 .blocStar a.linkHover:hover{
	background-color: rgba(255,255,255,0.2);
}
.section3 .blocStar a.linkHover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.section.section4 h3{
	font-family: 'LFB';
	font-size: 1.5rem;
	z-index: 1;
}
.section.section4 h3 strong::before {
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    left: -.9rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #DE271F;
    z-index: -1;
    border-radius: 50%;
}
.section.section4 h3 strong{
	position: relative;
	color: #FFF;
	text-align: center;
	margin-right: 1rem;
	z-index: 1;
}
.section.section4 .bloc{
	position: relative;
}
.section.section4 .bloc:last-child:after{
	content: none;
}
.section.section4 .bloc::after{
	content: '';
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url(../images/fleche.png);
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
body.va .section.section4 .bloc::after {
    right: auto;
    left: -25px;
    transform: rotate(-180deg);
}
.section.section4 .bloc .d-block:first-child{
	background-color: #FFF;
	padding: 30px;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	background-image: url(../images/img-sep.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size: 100%;
	position: relative;
}
.section.section4 img{
    height: 200px;
    width: auto;
}
#accordion{
	padding-top: 1.5rem;
	border-top: 1px solid #2261AE;
}
.section #accordion h3.ui-state-active::before{
	transform: rotate(0deg);
}
.section #accordion h3.ui-state-active{
	color: #DE271F;
}
.section #accordion h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    background-image: url(../images/up-arrow.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right center;
    transform: rotate(180deg);
}
.section #accordion h3:hover{
	color: #DE271F;
}
.section #accordion h3{
	font-size: 1.7rem;
	font-family: 'LF';
	margin-bottom: 1.3rem;
	padding-right: 30px;
	transition: .3s;
	position: relative;
	cursor: pointer;
}
.section #accordion div{
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #2261AE;
}
.footer .logo img{
	width: 90px;
}
.footer a:hover{
	color: #DE271F;
}
.footer a{
	color: #1F4472;
}
.footer .links a{
	font-size: 1rem;
	font-weight: 700;
	margin: 0 1rem;
}
.footer .socials a{
	font-size: 1.1rem;
	margin: 0 .5rem 0 0;
}
.footer .copyright a{
	font-weight: 600;
	text-decoration: underline;
	margin: 0 1rem;
}
.footer .copyright p{
	font-weight: 400;
}
.copyright .d-block:first-child{
	border-top: 1px solid #1F4472;
}
.btnJouer{
	padding: 12px;
	min-width: 60%;
	background-color: #235597;
	color: #FFF;
	border-radius: 40px;
	font-family: 'LFB';
	font-size: 1.5rem;
}
.blocStar .line img{
	width: 35px;
	float: left;
	margin-left: -15px;
	margin-right: 5px;
}
.blocStar .line h3 {
    float: left;
    margin-right: 15px;
    font-family: 'LF';
    color: #FFF;
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.2rem;
    padding-top: 11px;
}
.blocStar .line h5{
	float: right;
	font-family: 'LF';
	color: #FFF;
	font-size: 1.3rem;
	margin-bottom: 0;
	line-height: 1.3rem;
	padding-top: 10px;
}
.blocStar .line{
	margin-bottom: 10px;
}
.blocStar .line .number span{
	display: inline-block;
	font-size: 3rem;
	line-height: 3rem;
	color: #B49909;
	font-family: 'LF';
}
.blocStar .line .number{
	width: 15%;
	z-index: 1;
}
.blocStar .line .infos {
    background-color: #B49909;
    width: 81%;
	padding-right: 15px;
	border-radius: 10px;
	z-index: 1;
}
.blocStar .line.line2 .infos{ background-color: #7C7C7C; }
.blocStar .line.line3 .infos{ background-color: #DF5613; }
.blocStar .line.line4 .infos{ background-color: #1D89CA; }
.blocStar .line.line5 .infos{ background-color: #1D89CA; }

.blocStar .line.line2 .number span{ color: #7C7C7C; }
.blocStar .line.line3 .number span{ color: #DF5613; }
.blocStar .line.line4 .number span{ color: #1D89CA; }
.blocStar .line.line5 .number span{ color: #1D89CA; }

.blocStar.region .line img {
    width: 48px;
    margin-left: -20px;
}
.blocStar.region button .line h3 {
    padding: 5px 0 0;
    font-size: 1.5rem;
    margin-left: -30px;
}
.blocStar .line h3 {
    padding: 11px;
}
.blocStar .accordion-body .line .number span {
    font-size: 2.5rem;
    line-height: 2.5rem;
	margin-top: -5px;
}
.blocStar.region .line h5{
	padding: 5px 20px 0 0;
}
/* 
.blocStar.region .line .number span {
    font-size: 4rem;
}
.blocStar.region .line h5 {
    font-size: 1.5rem;
	line-height: 1.5rem;
	padding-top: 15px;
} */
.precnx .section2::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0;
	bottom: -20px;
	background-image: url(../images/img-sep.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
.precnx .section2 .col-md-5{
	padding: 3rem 1.5rem 200px;
	background-color: #FFF;
}
.precnx .section2{
	background-image: url(../images/bg-pre-cnx2.png);
	background-position: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: rgba(0,0,0,0.2);
	padding: 0;
	position: relative;
}
.login .section2 img,
.inscription .section2 img,
.precnx .section2 img{
	width: 170px;
}
.precnx .section2 h2{
	color: #DE271F;
	font-size: 3rem;
	margin-bottom: 0;
}
.precnx .section2.jeu2 h2{
	color: #235597;
}
.precnx .section2 a,
.precnx .section2 p{
	color: #235597;
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 0;
}
.precnx .section2 .linkcnx a,
.precnx .section2 .linkcnx p{
	font-size: .9rem;
}
.precnx .section2 a.btn{
	background-color: #235597;
	padding: 7px 35px;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	border-radius: 2.5rem;
	font-weight: 600;
	margin-bottom: 0;
	font-family: 'LFB';
	text-transform: uppercase;
}
.precnx .section2 .linkcnx a{
	text-decoration: underline;
}
.precnx .section2 .linkcnx a:hover{
	text-decoration: none;
}
.precnx .section2 .crea{
	background-image: linear-gradient(to bottom, #FFF, rgb(35, 85, 151, .7));
}
.precnx .section2.jeu2 .col-md-5{
	background-image: url(../images/bg-jeu2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
}
.btnRegion:hover{
	cursor: pointer;
	opacity: .7;
}
.btnRegion{
	position: relative;
	padding: 10px;
	border-radius: 15px;
	border: 5px dotted rgba(0,0,0,0.2);
	transition: .3s;
}
.btnRegion.error,
.btnRegion.active{
	border: 5px dashed #235597;
}
.btnRegion.error{ border-color: #DE271F;}
.btnRegion img{
	width: 100%;
	height: auto;
}
.inscription .section .btnRegion h3{
	font-size: 1.1rem;
	color: #235597;
	font-family: 'LFB';
	margin-bottom: 0;
}
.inscription .section form p{
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 0;
}
.inscription .section form .form-select,
.inscription .section form input.form-control{
	height: 45px;
	border-color: #235597;
	color: #000;
	font-weight: 500;
	font-size: 1rem;
}
.inscription .section form input[type = 'checkbox']{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 5px;
	border:2px solid #235597;
}
.inscription .section form label span{
	display: inline-block;
	margin-top: -3px;
}
.inscription .section form label span a:hover{
	text-decoration: none;
}
.inscription .section form label span a{
	color: #235597;
	text-decoration: underline;
}
.inscription .section form label span{
	font-size: 1.1rem;
}
.inscription .section form button:hover{
	opacity: .7;
}
.inscription .section form button{
	display: block;
	width: 100%;
	min-height: 50px;
	padding: 15px;
	border-radius: 10px;
	color: #FFF;
	background-color: #077863;
	border: 0;
	font-weight: 600;
	font-size: 1.5rem;
	transition: .3s;
}
.cc2,
.cc1 {
	position: relative;
}
.cc2::before,
.cc1::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 0;
}
div.countDown {
    position: absolute;
    width: max-content;
    height: max-content;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 2.5rem;
    font-weight: 700;
	z-index: 99;
}
.slick-dots li button:before {
    font-size: 20px;
	color: #FFF;
	opacity: .5;
}
.slick-dots li.slick-active button:before {
	color: #235597;
	opacity: .9;
}
.slick-dots {
    bottom: 5px;
    margin: auto;
    left: 0;
    right: 0;
	opacity: 0;
	transition: .3s;
}
.slides:hover .slick-dots{
	opacity: 1;
}
.classement .avatar{
	background-color: #E4E4E4;
	border-radius: 20px;
	padding: 15px 15px 15px 100px;
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center left 10px;
}
.classement .monScore h2,
.classement .monScore h3{
	color: #252525;
	font-size: .9rem;
	line-height: 1rem;
	margin-bottom: 5px;
	font-family: 'LF', sans-serif;
	text-align: left;
}
.classement .monScore h2{
	font-family: 'Quicksand';
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
}
.itsMe{
	position: relative;
}
.region .itsMe::before{
	color: #235597;
}
.itsMe::before{
	content: '\f005';
	font-family: 'FontAwesome';
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 30px;
	left: -10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #DE271F;
}
.section5 ul,
.section2 ul{
	padding-left: 20px;
}
.section5 ul li,
.section2 ul li{
	list-style: disc;
	margin-bottom: .5rem;
}
.section #accordion h3::before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin: 0;
    background-image: url(../images/up-arrow.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: right center;
    transform: rotate(180deg);
}
.section4 .row2 h3{
	font-family: 'Quicksand';
	font-weight: 500;
	font-size: 1.5rem;
}
.mLanguages {
    position: absolute;
    right: 75px;
    left: auto;
    top: 18px;
}
body.va .mLanguages {
    right: auto;
    left: 75px;
    top: 18px;
}
body.home.vMobile {
    margin-bottom: 50px;
}
.precnx.profil h3{
	font-family: 'LFB';
	font-size: 1.3rem;
	line-height: 3rem;
	text-transform: uppercase;
}
.precnx.profil h3 strong{
	font-family: 'LFB';
	font-size: 3rem;
	line-height: 4rem;
}
.precnx.profil h4{
	font-family: 'LFB';
	font-size: 1.3rem;
	text-transform: uppercase;
}
.precnx.profil .avatar{
	display: inline-block !important;
	padding: 15px 30px;
	margin: 15px 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.precnx.profil{
	padding: 70px 0;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: transparent;
    box-shadow: none;
}
button.accordion-button {
    display: block;
    padding: 0;
    border: 0;
}
.accordion-button::after {
    z-index: 9;
    position: absolute;
    right: 20px;
    top: 19px;
	filter: invert(100%) brightness(100%);
}
.accordion-item {
    border: none;
}
.accordion-body {
    padding: 0 50px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.accordion-item[style*="display: none"] {
  display: block !important;
}
.blocStar.region .accordion-body .line h5 {
    padding: 11px 0px 0 0;
}
.blocStar .last.line::before {
    content: '';
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
    left: -50%;
    background-color: #077863;
    z-index: 0;
    display: block !important;
}
.blocStar .last.line {
    position: relative;
    padding: 15px 0;
    z-index: 1;
    margin-left: 6px;
}
.blocStar .line.last .number span {
    color: #FFF;
}
.blocStar .line.last .infos {
    background-color: #FFF;
}
.blocStar .line.last .number span {
    font-size: 2rem;
    line-height: 2rem;
}
.blocStar .line.last h5,
.blocStar .line.last h3 {
    color: #353535;
}
.blocStar .line.last h5 {
    color: #353535;
	padding-top: 5px;
}
body.va .section.section4,
body.va .section.section1,
body.va .section.section2 ul,
body.va .section.section2 .title,
body.va p,
body.va .footer,
body.va .header{
	direction: rtl;
}
body.va .section1 .slides{
	direction: ltr;
}
body.va .section3 .blocStar p{
	text-align: right;
}
body.va .section.section4 h3 strong::before {
    right: -.9rem;
    left: 0;
    top: 0;
}
body.va .section.section4 h3 strong {
    margin-right: 0;
    margin-left: 1rem;
}
body.va .section.section2 ul{
padding: 0 30px 0 0;
}
body.va .section.section2 .row:first-child h3{
text-align: right;
}
body.va .section #accordion h3 {
    text-align: right;
}
body.va .section #accordion ul {
    direction: rtl;
	padding: 0 20px 0 0;
}
body.va.inscription .section form .form-select, body.va.inscription .section form input.form-control {
    text-align: right;
}
body.va.precnx .section.section2 .row:first-child h3 {
    text-align: center;
}
body.va .section.section2 h3 {
    direction: rtl;
}
body.va .section.section2 h2 {
    direction: rtl;
}
body.va.classement .monScore h2, body.va.classement .monScore h3 {
    text-align: right;
}
.blocStar .line.last .number {
    width: 23%;
}
.blocStar .line.last .infos {
    width: 73%;
	flex: 1 0 0%;
	margin-left: auto;
}
.blocStar .line.last .infos img {
    width: 45px;
}
.blocStar .line.last .number,
.blocStar .line.last .infos .col-6,
.blocStar .line.last .infos .col-4,
.blocStar .line.last .infos .col-2 {
    width: auto;
}
.blocStar .line.last .infos .col-4{
	margin-left: auto;
}
.blocStar .line.last .number{
	margin-right: 15px;
}
.blocStar .accordion-body .line.last .number span {
    margin-top: 6px;
}
.blocStar .accordion-body .line.last .infos {
    width: 66%;
	flex: 1 0 0%;
	margin-left: auto;
}










/* MODAL */
.modal{
	z-index: 99999;
}
.modal-dialog {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 100vh;
    margin: 0;
	background-color: #231d38;
	/* background-image: url(../img/logo-form.png); */
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: top 100px right 50px;
}
.modal-content{
	background-color: transparent;
}
button.btn-close.float-end {
    width: 3rem;
    height: 3rem;
    background-size: 2rem;
    position: absolute;
    right: 15px;
    top: 15px;
	background: none;
	opacity: 1;
}
button.btn-close.float-end::before{
	content: '\f00d';
	font-family: 'FontAwesome';
	font-size: 3rem;
	color: #FFF;
	opacity: 1;
	z-index: 1;
	position: absolute;
	width: 3rem;
    height: 3rem;
	left: 0;
	top: 0;
	transition: all .3s;
}
button.btn-close.float-end:hover::before{
	opacity: .7;
}

.posRel{
	position: relative;
}

.full-width{
	width: 100%;
	max-width: 100%;
}
.slick-dotted.slick-slider{ margin-bottom: 0;}
.messagesV p.valide{
	font-size: 13px;
	color: green;
	margin-bottom: 5px;
}
.messagesV p.error{
	font-size: 13px;
	color: #FFF;
	margin-bottom: 5px;
}
.card-columns{ width: 100%;}
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 4;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}
.msgs{
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  greenical-align: middle;
  display: none;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}
.msg{
  position: fixed;
  width: 80%;
  height: 80vh;
  text-align: center;
  background-color: #FFF;
  overflow-y: auto;
  /*box-shadow: 4px 6px 10px rgba(0,0,0,0.4);*/
  padding: 30px 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
}
.msg p{
  font-size: 21px;
  color: #f08b86 !important;
  margin: 0;
  background: #FFF;
  padding: 30px;
}
.fermer{
  /* background-image: url(../img/close.svg); */
  background-size: cover;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  cursor: pointer;
}
.popup{
	height: 0;
	overflow: hidden;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
}
.popup.active{
	padding: 60px 0 0;
	display: block;
	height: auto;
}
.popup .fermer{
	position: static;
	width: 25px;
	height: 25px;
	/* background-image: url("../img/close.svg"); */
	background-size: 25px;
	background-position: center;
	float: right;
	margin: 0 0 20px;
}
.popup img{
	width: 100%;
	margin: 0 0 20px;
}
.popup h3{
	font-size: 31px;
	margin: 0 0 20px;
}
.popup p{
	margin: 0 0 10px;
}
.fermer:hover{
	opacity: 0.7;
}

.borderGray{
	border: 1px solid #c8c8c8;
}

.contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
  color: #D7D7D7;
}
.contact ::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #D7D7D7;
}
.contact :-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
  color: #D7D7D7;
}
.contact :-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #D7D7D7;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 1;
	color: #000;
  }
form ::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	color: #000;
  }
form :-ms-input-placeholder { /* IE 10+ */
	opacity: 1;
	color: #000;
  }
form :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #000;
  }

.search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.5;
	color: #000;
  }
.search  ::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.5;
	color: #000;
  }
.search :-ms-input-placeholder { /* IE 10+ */
	opacity: 0.5;
	color: #000;
  }
.search :-moz-placeholder { /* Firefox 18- */
	opacity: 0.5;
	color: #000;
}
img{
	max-width: 100%;
	height: auto;
}
input.error, textarea.error{
	border-color: #F00 !important;
	color: #F00 !important;
	background-color: transparent !important;
}
.preload{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #2261AE;
	left: 0;
	top: 0;
	z-index: 99999999;
	position: fixed;
}
.preload div{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.preload .logo{
	max-width: 100px;
	margin: -30px 0 30px
}
.preload .load{ max-width: 50px; }
.thumbnail{
	padding: 0;
	border: 0;
	border-radius: 0;
}

.section{ 
	display: block;
	clear: both;
	position: relative;
	height: auto;
	z-index: 1;
}
.bgblack{ background-color: #000; }
.bgred{ background-color: #ca222b; }
.bgGray{ background-color: #e7e7e7; }
.bgwhite{ background-color: #FFF; }
.cb{
	clear: both;
	width: 100%;
	float: left;
	height: 1px;
}
a:hover, a:focus{
	text-decoration: none;
	-webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    cursor: pointer;    
}
/*margin*/
.paddingRightLeft{
	padding: 0 15px;
}
.paddingMin{
	padding-left: 5px;
}
.noPadding{ padding: 0; }
.mb-20{margin-bottom: 20px;}
.mb-40{margin-bottom: 40px;}
.mb-60{margin-bottom: 60px;}
.mb-80{margin-bottom: 80px;}
.mb-100{margin-bottom: 100px;}
.mt-20{margin-top: 20px; }
.mt-40{margin-top: 40px; }
.mt-60{margin-top: 60px; }
.mt-80{margin-top: 80px; }
.mt-100{margin-top: 100px; }
/*Padding*/
.no-padding{ padding: 0  }
.pt-10{padding-top: 10px;}
.pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;}
.pt-30{padding-top: 30px;}
.pt-40{padding-top: 40px;}
.pt-60{padding-top: 60px;}
.pt-80{padding-top: 80px;}
.pt-100{padding-top: 100px;}

.pb-10{padding-bottom: 10px;}
.pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;}
.pb-30{padding-bottom: 30px;}
.pb-40{padding-bottom: 40px;}
.pb-60{padding-bottom: 60px;}
.pb-80{padding-bottom: 80px;}
.pb-100{padding-bottom: 100px;}
ul, ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img{ max-width: 100%; }

.for-desktop{ display: block !important; }
.for-mobile{ display: none !important; }

@media screen and (max-width: 768px) {
	.for-mobile{ display: block !important; }
	.for-desktop{ display: none !important; }
	
}

@media screen and (max-width: 650px) {
	.header .logo img {
		width: 50px;
	}
	.blocJeu{
		padding: 2rem 3rem !important;
	}
	.blocJeu::before {
		width: 90%;
		height: 100%;
		right: 0;
		left: 0;
		margin: auto;
		top: auto;
		bottom: 0;
		border-radius: 30px;
		box-shadow: 0 0 30px rgba(0,0,0,0.2);
		z-index: -1;
	}
	.section h2 {
		font-size: 1.7rem;
		text-align: center;
	}
	.header .links a {
		margin: 0 15px 1.5rem;
		display: block;
		font-size: 1.5rem;
	}
	.header .btns a {
		min-width: 100%;
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.header .langs {
		text-align: center !important;
	}
	.footer .copyright a,
	.footer .links a {
		margin: 0 0 1rem;
		display: block;
	}
	.section.section4 .bloc::after {
		right: 0;
		left: 0;
		top: auto;
		bottom: -70px;
		margin: auto;
		transform: rotate(90deg);
	}
	.section.section4 .bloc{
		margin-bottom: 90px !important;
	}
	.classement .section3 .blocStar{
		padding: 0 2rem !important;
	}
	.classement .section3 .blocStar .d-block:first-child {
		padding: 30px 20px 30px;
	}
	.blocStar .line h3{
		font-size: 1rem;
	}
	.blocStar.region .line h3 {
		font-size: 1rem;
	}
	.blocJeu .row:first-child{
		padding: 15px 0;
	}
	.blocJeu .row:first-child::before{
		width: 100%;
	}
	.section.section2 h3 br{
		display: none;
	}
	.section5 .col-md-8.bloc.px-5.wow.fadeIn {
		padding: 30px !important;
	}
	.section #accordion h3 {
		font-size: 1.5rem;
	}
	.section5, .section4, .section3, .section2, .section1 {
		padding: 4rem 0 5rem;
	}
	.section4 .row2 h3 br,
	.section p br{
		display: none;
	}
	.section3 .blocStar h4 {
		font-size: 1rem;
	}
	.section3 .col-md-6.px-5{
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
	.blocStar .line .infos {
		width: 82%;
	}
	.blocStar .line .number {
		width: 15%;
		text-align: left;
	}
	.header .links a:first-child{
		margin: 0 0 1.5rem;
	}
	.blocStar .line h5 {
		font-size: 1rem;
		margin-bottom: 0;
		line-height: 1rem;
		padding-top: 15px;
	}
	.blocStar .line.last .number {
		padding: 0 !important;
	}
	.blocStar .line.last .col-2 {
		width: 15%;
	}
	.blocStar .line h3 {
		padding: 11px 0;
	}
	.accordion-button::after {
		right: 5px;
	}
	.blocStar.region .line img {
		margin-left: -10px;
	}
	.blocStar .line .number span {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
	.blocStar.region button .line h3 {
		margin-left: -5px;
	}
	.accordion-body {
		padding: 0 15px;
	}
	.classement .section3 .blocStar .accordion-body .d-block:first-child {
		padding: inherit;
	}
	.blocStar .accordion-body .line .infos {
		padding: 0 10px;
	}
	.blocStar .accordion-body .line .number span {
		font-size: 2rem;
		line-height: 2rem;
	}
	.blocStar .accordion-body .itsMe::before {
		left: -22px;
		top: 10px;
	}
}