@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

html,
body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

.bg-black {
  background-color: #231f20;
}

.bg-gazon {
    /* background: url(../img/bg-gazon.jpg) center center no-repeat transparent; */
  /* background-color: #da3da1 !important; */
  background-size: cover;
}

/* .bg-gazon{
  background: url("../img/bg_gazon.jpg") center center repeat transparent;
} */


h2.color-white {
  color: #FFF;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

.form-signin {
    width: 100%;
/*    max-width: 280px; */
    padding: 15px;
    margin: auto;
}

.form-signin a.btn.btn-md.btn-primary.btn-block {
  width: 175px;
  margin: 0 auto;
  background: #000;
  color: #FFF;
  border-radius: 7px;
  border-color: #FFF;
  font-size: 20px;
  border: none;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-inscription{
	max-width: 300px;
	margin: 0 auto;
}


.form-control {
    border-radius: 0 !important;
}

.btn-primary {
  min-width: 175px;
  margin: 0 auto;
  background: #000;
  color: #FFF;
  border-radius: 7px;
  border-color: #FFF;
  font-size: 20px;
  border: none;

    /* color: #fff02a; */
    /* background-color: #eb212e; */
    /* border-color: #fff02a; */
    /* border-radius: 0; */
    text-transform: uppercase;
}

.btn-primary:hover {
  background: #313131;
  
    /* color: #eb212e; */
    /* background-color: #fff02a; */
    /* border-color: #eb212e;     */
}

.btn-primary.active, .btn-primary:active {
  background: #FFF !important;
  color: #000 !important;
  
    /* color: #eb212e; */
    /* background-color: #fff02a; */
    /* border-color: #eb212e;     */
}

.btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active {
    /* color: #eb212e !important; */
    /* background-color: #fff02a !important; */
    /* border-color: #eb212e !important; */
    /* box-shadow: none !important; */
}




.btn-secondary {
  min-width: 175px;
  margin: 0 auto;
  background: #FFF;
  color: #000;
  border-radius: 7px;
  border-color: #000;
  font-size: 20px;
  border: none;

    text-transform: uppercase;
}

.btn-secondary:hover {
  /*background: #ebeaea;*/
}

.btn-secondary.active {
  background: #000 !important;
  color: #FFF !important;
  
    /* color: #eb212e; */
    /* background-color: #fff02a; */
    /* border-color: #eb212e;     */
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary.active, .btn-secondary:active {
    /* color: #eb212e !important; */
    /* background-color: #fff02a !important; */
    /* border-color: #eb212e !important; */
    /* box-shadow: none !important; */
}

.container {
  max-width: 960px;
}

/* MODAL */
.modal-header {
    border-bottom: none;
}

.modal-header h3 {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #eb212e;
}

.modal-footer {
    border-top: none;
}

.modal-backdrop.show {
    opacity: .8;
}

/* WELCOME */

.block-logo {
    width: 100%;
    text-align: center;
    margin-top: -50px;    
    position: absolute;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }

.btn-continue{
    background: #eb212e;
    border-radius: 0;
}

/* SCAN */

body.vertical-center{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#qr-reader div:first-child {
    border-bottom: none !important;
}

a#qr-reader__dashboard_section_swaplink {
    display: none !important;
}

.form-scanning {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}


/* QUESTION */
.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
}

.themed-container {
  padding: 15px;
  margin-bottom: 30px;
  background-color: rgba(0, 123, 255, .15);
  border: 1px solid rgba(0, 123, 255, .2);
}

.block-article{
  background-color: #FFF;
}

.block-bouton-reponse {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

a.btn.btn-success.btn-true {
    background: #FFF;
    border-radius: 0px;
    color: #6e9c51;
    font-weight: bold;
    border-color: #6e9c51;
    font-size: 1.4em;
}

a.btn.btn-danger.btn-false {
    background: #FFF;
    border-radius: 0px;
    color: #eb212e;
    font-weight: bold;
    border-color: #eb212e;
    font-size: 1.4em;
}

.total-points {
    font-size: 2em;
    border: 2px solid #000;
    border-radius: 40px;
    text-align: center;
    width: 50px;
    float: right;
}

.body-reponse-vrai h1, .body-reponse-vrai h3, .body-reponse-vrai h5 {
    color: #39b54a;
    font-weight: bold;
}

.body-reponse-faux h1, .body-reponse-faux h3{
    color: #ed1c24;
    font-weight: bold;
}

.body-reponse-vrai h5{
    color: #39b54a;
    font-weight: bold;
}

.body-reponse-faux h5 {
    color: #ed1c24;
    font-weight: bold;
}

/*span.totalvrai {*/

/*  margin: 0 auto;*/
/*  line-height: 40px;*/
/*  font-size: 40px;*/
/*  font-weight: bold;*/
/*}*/

span.totalvrai {
    /* background: #39b54a; */
    /* width: 110px; */
    /* display: block; */
    margin: 0 auto;
    /* height: 40px; */
    line-height: 35px;
    font-size: 52px;
    font-weight: bold;
    /* margin-top: 1em; */
}

/* RESULTAT */
.block-resultat{
  background-color: #231f20;
}

.block-resultat h2, .block-resultat h4{
  color: #8ec549;
  font-weight: bold;
  text-transform: uppercase;
}

.block-bravo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}

.block-bravo h1 {
    font-size: 68px;
    line-height: 1em;
    font-weight: bold;
}

.block-share h4{
    color: #fff02a;
}

.block-socials {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 30px 0 30px 0;
}

.block-social {
    width: 60px;
    /* height: 100px; */
}

.block-social img {
    width: 100%;
}






/* _______________ ADDED _______________ */
.vertical-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;  
  height: 100%;
  justify-content: center;
}

.flex-dir-col
{
    flex-direction: column;
}

.backBtn {
    color: white;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
}

.btn-success {
    font-weight: bold;
    color: #27a745;
    background-color: #FFFFFF;
    border-color: #28a745;
    border-radius: 0;
    border: 2px solid;
}

.btn-success {
    font-weight: bold;
    color: #27a745;
    background-color: #FFFFFF;
    border-color: #28a745;
    border-radius: 0;
    border: 2px solid;
}

.btn-danger {
    font-weight: bold;
    color: #dc3545;
    background-color: #FFFFFF;
    border-color: #dc3545;
    border-radius: 0;
    border: 2px solid;
}


hr.moz-separator
{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    width: 80%;
    border-top: 2px solid rgb(255 255 255 / 60%);
}


span.result-score
{
    font-size: 4rem;
    font-weight: bold;
}



.main-bg-color
{
  background-color: #da3da1 !important;
  color: #FFF !important;
}



.blue-bg-color
{
  background-color: #626bcf !important;
  color: #FFF !important;
}

.green-bg-color
{
  background-color: #69bf6d !important;
  color: #FFF !important;
}

.red-bg-color
{
  background-color: #ed3a27 !important;
  color: #FFF !important;
}

.orange-bg-color
{
  background-color: #f2a33f !important;
  color: #FFF !important;
}

.purple-bg-color
{
  background-color: #ae57b9 !important;
  color: #FFF !important;
}

.pink-bg-color
{
  background-color: #da3da1 !important;
  color: #FFF !important;
}

.sticky-bottom 
{
  color: #FFF;
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
}

.moz-success-color
{
  color: #3bb44a; 
}

.moz-error-color
{
  color: #dc1e24; 
}

.black-color
{
  color: #000;
}
.moz-radiosed-img
{
  border-radius: 10px; border: 2px solid #FFF;
}

.btn
{
  /*padding: .275rem .75rem;*/
    padding: .275rem 1rem;
}
.btn-wide
{
  /*padding: .275rem .75rem;*/
    padding: .275rem 2rem;
}
.btn-tight
{
  /*padding: .275rem .75rem;*/
    padding: .275rem .6rem;
    min-width: 150px;
}

.btn-very-tight
{
  /*padding: .275rem .75rem;*/
    padding: .100rem .3rem;
    min-width: 0px;
}

.btn-small-text
{
    font-size: 15px;   
}

.btn-very-small-text
{
    font-size: 10px;   
}


.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}




.main-font {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

body {
    line-height: 1.2;
}

.bigger-text
{
    font-size: 3rem;
}

/*#qr-reader__dashboard_section_csr{*/
/*    font-size: 8px;*/
/*}*/
