/* GLOBAL */

.pCenter {
  text-align: center;
}

.mainWebsite p {
  line-height: 23px;
  font-size: 20px;
  color: #1a1f4d;
}

.mainWebsite h2,
.mainWebsite ul li {
  color: #1a1f4d;
  font-family: 'Open Sans Condensed', sans-serif !important;
}

a:active {
  color: inherit !important;
  background: inherit !important;
}

a:focus {
  color: inherit !important;
  background: inherit !important;
}

.grecaptcha-badge {
  display: none !important;
}

.tablesorter-default {
    font-family: 'Open Sans Condensed', sans-serif !important;
}




/* STRUCTURE */

.mainWebsite {
  max-width: 600px;
  margin: 0 auto 0 auto !important;
  position: relative;
  padding: 20px;
  font-family: 'Open Sans Condensed', sans-serif !important;
}

.site-header {
  padding: 0 !important;
}

body .site-logo .custom-logo {
  max-width: 300px;
}

#main {
  padding: 0;
}

footer {
  margin: 0 auto 0 auto !important;
  padding: 0 10px 0 10px !important;
  max-width: 600px !important;
}

footer .site-info {
  border-top: 1px solid #1572B9 !important;
  text-align: center !important;
  padding: 5px !important;
  font-size: 14px;
}

footer .site-info a {
  text-decoration: underline;
  font-size: 14px;
  color: #1a1f4d !important;
}

footer .powered-by {
  margin-top: 0 !important;
}

.site-footer > .site-info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-footer > .site-info .privacy-policy, .site-footer > .site-info .powered-by {
  margin-left: inherit !important;
  margin-right: 15px !important;
  font-family: 'Open Sans Condensed', sans-serif !important;
}

.footerEkela {
  font-size: 14px;
  text-align: center;
  opacity: 1;
}

.footerEkela a {
  font-family: 'Open Sans Condensed', sans-serif !important;
  text-decoration: none;
  color: #1a1f4d;
  font-size: 15px;
}

.footerEkela a:active {
  text-decoration: none;
  color: #1a1f4d;
  background: transparent !important;
}

.footerEkela a:focus {
  text-decoration: none !important;
  color: #1a1f4d !important;
  background: transparent !important;
}



/* 404 */

.blocIntrouvable h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: #1a1f4d;
}

.blocIntrouvable p {
  font-size: 16px !important;
  line-height: 18px;
  text-align: center;
  color: #1a1f4d;
}

.blocIntrouvable .btn {
  background-color: #1a1f4d !important;
  font-size: 18px;
  color: #FFFFFF !important;
}


/* HOME */

.blocBtnHome {
  margin: 20px 0 20px 0;
}

.blocBtnHome p {
  text-align: center;
}

.blocBtnHome p.nbParticipants {
  font-size: 17px;
  margin: 5px 0 0 0;
}

.blocBtnHome .btn {
  background-color: #1a1f4d !important;
  color: #FFFFFF !important;
  font-size: 18px;
  font-weight: 700;
}

.blocBtnHome .btn.btnJouer {
  width: 100%;
}



/* LOADER BEFORE PLAY */

.loaderBeforePlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #009afe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.loaderBeforePlay .loaderBeforePlayContent {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 20px;
}

.loaderBeforePlay .loaderBeforePlayContent .logo {
  max-width: 230px;
  margin-bottom: 20px;
}

.loaderBeforePlay .loaderBeforePlayContent h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.loaderBeforePlay .loaderBeforePlayContent p {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 15px;
}


/* LOADER FELICITATIONS */

.loaderBeforeResult {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #009afe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.loaderBeforeResult .loaderBeforeResultContent {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 20px;
}

.loaderBeforeResult .loaderBeforeResultContent .logo {
  max-width: 230px;
  margin-bottom: 20px;
}

.loaderBeforeResult .loaderBeforeResultContent h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.loaderBeforeResult .loaderBeforeResultContent p {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 15px;
}


/* FELICITATIONS */

.blocFelicitations {
  margin: 0 !important;
}

.blocFelicitations .blocFelicitationsScore {
  background-color: #008cef;
  max-width: 400px;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 20px;
}

.blocFelicitations h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blocFelicitations .positionJoueur {
  font-size: 38px;
  font-weight: 700;
}

.blocFelicitations .totalJoueurs {
  font-size: 15px;
}

.blocFelicitations .scoreTemps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blocFelicitations .scoreTemps .colonne {
  padding: 10px;
  text-align: center;
}

.blocFelicitations .scoreTemps .colonne p {
  font-size: 15px;
}

.blocFelicitations .scoreTemps .colonne .result {
  /*color: #aac811;*/
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif !important;
}

.blocFelicitations .btn {
  background-color: #aac811 !important;
  color: #FFFFFF !important;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
  max-width: 400px;
  margin: 0 auto 0 auto;
  position: relative;
}


/* SUIVEZ NOUS */

.blocSuivezNous  {
  padding: 15px;
  max-width: 600px;
  margin: 0px auto 0 auto !important;
  background-color: #009afe;
}

.blocSuivezNous h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  text-align: center;
  color: #1a1f4d;
}

.blocSuivezNous .social {
  text-align: center;
}

.blocSuivezNous .social a {
  margin: 0 5px 0 5px;
}

.blocSuivezNous .social img {
  max-width: 28px;
}


/* REPONSES */

.blocReponses .btn {
  background-color: #1a1f4d !important;
  color: #FFFFFF !important;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 400px;
}

.blocReponses {
  margin: 0 auto 0 auto !important;
  position: relative;
  font-family: 'Open Sans Condensed', sans-serif !important;
  background-color: #009afe;
}

.blocReponses .conteneur {
  margin: 0 auto 0 auto !important;
  position: relative;
  max-width: 600px;
  background-color: #FFFFFF;
}

.blocReponses .conteneur .conteneurPadding {
  padding: 20px;
}


.blocReponses .juste {
  color: green;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.blocReponses .faux {
  color: red;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.blocReponses {
  margin: 25px 0 0 0;
}

.blocReponses h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.blocReponses .question {
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
}

.blocReponses .question strong {
  font-weight: 700;
}

.blocReponses .reponse {
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0 25px 0;
}

.blocReponses .reponse a {
  color: #1a1f4d;
  text-decoration: underline;
  text-transform: uppercase;
}

/* INSCRIPTION */

.blocInscription h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.blocInscription .widget-title {
  display: none;
}

.blocInscription .card-title {
  display: none;
}

.blocInscription .uwp-footer-link {
  display: none;
}

.blocInscription .card {
  background-color: transparent;
}

.blocInscription .form-control {
  border: 0;
  border-radius: 0;
  color: #1a1f4d;
  font-weight: 400;
  font-size: 1.2rem;
}

.blocInscription .form-control::-webkit-input-placeholder {
  color: #1a1f4d;
  font-weight: 400;
}

.blocInscription .form-control:-ms-input-placeholder {
  color: #1a1f4d;
  font-weight: 400;
}

.blocInscription .form-control::placeholder {
  color: #1a1f4d;
  font-weight: 400;
}

.blocInscription .uwp_register_submit {
  background-color: #1a1f4d !important;
  color: #FFFFFF !important;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 100px;
  border: 0;
  font-weight: 700 !important;
}

.blocInscription .uwp_register_submit:hover {
  background-color: #1a1f4d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blocInscription .bsui .custom-control-label::before {
  width: 1.5rem;
  height: 1.5rem;
}

.blocInscription .bsui .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}

.blocInscription .bsui .custom-control-label {
  padding-top: 3px;
  line-height: 24px;
  color: #1a1f4d;
  font-size: 1.1rem;
  font-weight: 300;
}

.blocInscription .bsui .custom-control-label .text-danger {
  color: #1a1f4d !important;
}

.blocInscription .bsui .alert-danger {
  font-size: 18px;
  line-height: 20px;
}

.blocInscription .bloc-inscription-reglement {
  color: #1a1f4d;
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0 0;
}

.blocInscription .bloc-inscription-reglement a {
  color: #1a1f4d;
}

.blocInscription .bloc-inscription-reglement a:hover {
  color: #1a1f4d;
  text-decoration: underline;
}

.blocInscription .bloc-inscription-politique {
  color: #1a1f4d;
  font-size: 16px;
  text-align: center;
  margin: 15px 0 0 0;
}

.blocInscription .bloc-inscription-politique a {
  color: #1a1f4d;
}

.blocInscription .bloc-inscription-politique a:hover {
  color: #1a1f4d;
  text-decoration: underline;
}


/* CLASSEMENT */

.blocClassement .btnOneLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blocClassement .btnAccueil {
  background-color: #1a1f4d;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  margin-right: 5px;
}

.blocClassement .btnQuitter {
  background-color: #1a1f4d;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
}


.blocClassement .positionJoueurConteneur {
  text-align: center;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}

.blocClassement .positionJoueurConteneur .exposant {
  font-weight: 300;
  font-size: 18px;
}

.blocClassement h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}


.blocClassement .tablesorter-default {
  background-color: transparent;
}

.blocClassement .tablesorter-default .tablesorter-header {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #1a1f4d;
  text-align: left;
  padding-bottom: 12px;
}


.blocClassement .tablesorter-default td {
  background-color: transparent;
  border: 0;
  font-size: 18px;
  padding: 8px 4px 8px 4px;
  color: #1a1f4d;
}


.blocClassement .tablesorter-default tbody tr:first-child {
  background-color: #aac811;
}

.blocClassement .tablesorter-default tr:nth-child(even) {
  background-color: #008cef;
}

.tablesorter-default tbody > tr.even:hover > td, .tablesorter-default tbody > tr.hover > td, .tablesorter-default tbody > tr.odd:hover > td, .tablesorter-default tbody > tr:hover > td {
  background-color: inherit;
}


/* LOADER CLASSEMENT */

.loaderBeforeResultClassement {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: #009afe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.loaderBeforeResultClassement .loaderBeforeResultContent {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 0 auto;
  position: relative;
  padding: 20px;
}

.loaderBeforeResultClassement .loaderBeforeResultContent .logo {
  max-width: 230px;
  margin-bottom: 20px;
}

.loaderBeforeResultClassement .loaderBeforeResultContent h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Open Sans Condensed', sans-serif !important;
}

.loaderBeforeResultClassement .loaderBeforeResultContent p {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 15px;
}








/* REGLES */

.blocRegles h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

.blocRegles ul {
  margin: 0;
  padding: 0;
}

.blocRegles ul li {
  font-size: 19px;
  line-height: 23px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

.blocRegles .iconCheck {
  background: url(gfx/icon_check.png) no-repeat;
  background-size: 32px;
  background-position: left center;
  padding: 0 0 0 40px;
}

.blocRegles .iconFast {
  background: url(gfx/icon_fast.png) no-repeat;
  background-size: 32px;
  background-position: left center;
  padding: 0 0 0 40px;
}


.blocRegles .btn {
  background-color: #1a1f4d;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
}


/* MENTIONS */

.blocMentions h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 25px 0 15px 0;
  color: #1a1f4d;
  max-width: 300px;
}

.blocMentions p {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #1a1f4d;
}

.blocMentions p a {
  color: #1a1f4d;
}



/* FIN JEU */

.blocFinJeu h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 25px 0 15px 0;
  color: #1a1f4d;
  text-align: center;
}

.blocFinJeu p {
  font-size: 19px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #1a1f4d;
}

.blocFinJeu p a {
  color: #1a1f4d;
}


/* QUESTIONS */

.ensembleQuestion .next {
  display: none;
}

.ensembleTimer {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #aac811;
  z-index: 999999999;
  padding: 7px;
  border-radius: 80px;
}

.ensembleTimer .timer {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  text-align: center;
}

.ensembleQuestion h2 {
  font-weight: 700;
  color: #21224b;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 22px 0;
  font-family: 'Open Sans Condensed', sans-serif !important;
}

.ensembleQuestion .wp-block-image {
  max-width: 220px;
  margin: 0 auto 0 auto;
}


.ensembleQuestion small.notes {
  font-size: 15px;
  margin-top: 10px;
  line-height: 17px;
  display: block;
  text-align: left !important;
}

.ensembleQuestion p {
  font-weight: 400;
  color: #21224b;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.ensemble-reponses {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 21px;
  color: #21224b;
}

.ensemble-reponses li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
  cursor: pointer;
  margin-bottom: 22px;
  font-family: 'Open Sans Condensed', sans-serif !important;
  font-weight: 700;
}



/*
.acf-form-submit input {
  display: none;
}


.btn-question-suivante {
  display: none;
}

#callback-true, #callback-false {
  display: none;
}

*/

.ensemble-reponses li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ensemble-reponses li span {
  max-width: 270px;
}


.ensemble-reponses li.check {
  /*font-weight: 700;*/
}


.ensemble-reponses li::before {
  margin-right: 7px;
  content: " ";
  width: 45px; height: 40px;
  background: url('gfx/checkbox-all.png') -70px -10px;
  display: block;
}

.ensemble-reponses li.check::before {
  content: " ";
  width: 45px; height: 40px;
  background: url('gfx/checkbox-all.png') -10px -10px;
  display: block;
}





/* STEP */

.progress {
  background-color: #1a1f4d;
}


#msform {
    text-align: center;
    position: relative;
}

#msform fieldset {
    border: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 0;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
}

#msform input:focus,
#msform textarea:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    outline-width: 0
}

#msform .action-button {
    background-color: #1a1f4d;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 0px 10px 5px;
    float: right;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-size: 20px;
    border-radius: 80px;
    max-width: 600px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #21224b
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #CCCCCC;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #CCCCCC;
    font-weight: normal
}

.steps {
  font-size: 23px;
  font-weight: 700;
  color: #21224b;
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #CCCCCC;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #CCCCCC
}

.progress {
    height: 10px;
}

.progress-bar {
    background-color: #aac811;
    height: 10px;
}

.fit-image {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
