html{
    width:100%;
    height:100%;
}

body {
    overflow-x: hidden;
    margin: 0 auto;
}


p {
    font-size: 14px;
    line-height: 21px;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}
hr{
    margin-top:5px;
    margin-bottom:10px;
}

.gras{
    font-weight:bold;
}
.white-text {
    color: #fff !important;
}
.margin-auto{
    margin:0 auto;
}


.btn-primary {
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent !important;
}

.owl-controls{
    display:none !important;
}

.right{
    text-align:right;
    display:block;
}




/*----------------------------------------------------------------------------------*/
/*-------------------------------- HEADER -----------------------------------------------*/
/*----------------------------------------------------------------------------------*/
.entete{
    background:#fff;
}
.entete .logo{
    text-align:left;
    padding:10px 30px;
    display: inline-block;
}
.entete .nom_agence{
    text-align:right;
    font-weight:700;
    padding:10px 30px;
}

.entete .nom_agence .changer_agence{
    color:#999;
    font-weight:normal;
    font-style:italic;
    font-size:12px;
    margin-bottom: 10px;
    text-align:right;
    border: none;
    background: transparent;
    cursor:pointer;
}
.entete .nom_agence span{
    color:#2c64b8;
}

.entete .lego{
    padding:30px;
}


/*----------------------------------------------------------------------------------*/
/*--------------------------------Jeu-----------------------------------------------*/
/*----------------------------------------------------------------------------------*/

h1{
    text-align: center;
    font-size:28px;
    margin-bottom:0px;
    color:#262626;
    background:#67b168;
    padding:5px;
}

.description, .descriptionpc{
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 0px;
    background:#67b168;
    color:#262626;
    margin-bottom: 60px;
}

.game{
    padding: 0;
    height: 1024px;
    padding-top: 0px;
    height:100%;
}

.game .titre{
    width: 100%;
    padding-left:50px;
    text-align:left;
}

.bleu{
    color: #2c64b8;
}

.secteur .row{
    margin-left: 25px;
    position: relative;
    margin-top: 10px;
}
.secteur .option{
    margin: 10px 0 0 10px;
    position: absolute;
    left: 0;
}

.barre-de-progres {
    width: 30%;
    height: 25px;
    margin: 10px 0;
    position: relative;
    background: #ccc;
}

.limite-palier{
    height: 150%;
    width: auto;
    position: absolute;
    top: -5px;
    right: -15px;
    background: #fff;
    border-radius: 50px;
    padding: 3px;
    z-index: 9;
}

.pourcentage {
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #262626;
    font-size: 12px;
    padding: 0;
    text-align: right;
    z-index: 0;
    transition: all 2s;
}

.pourcentage span{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin-top: 0px;
    display: block;
    margin-right: 35px;
    overflow: visible;
    white-space: nowrap;
    margin-left: 25px;
}

.barre {
    width: 100%;
    height: 100%;
    position: relative;
}

.barre-de-progres:hover .pourcentage{
    transition: all 0.25s;
}

.barre-de-progres .voiture{
    margin-top: -79px;
}
.background-bleu{
    background: #0288d1;
}
.background-vert{
    background: #26a59a;
}
.background-rouge{
    background: #B21212;
}
.background-violet{
    background: #8714CC;
}

.couleur-bleu{
    color: #0288d1;
}
.couleur-vert{
    color: #26a59a;
}
.couleur-rouge{
    color: #B21212;
}
.couleur-violet{
    color: #8714CC;
}

.game .titre{
    text-align: left;
}
.espace_vide{
    display:block;
    height:100px;
    width:100%;
}

/* Secteur */

.secteur{
    margin-left: 30px;
    margin-bottom: 60px;
}

.titre-secteur{
    text-align: center;
    font-weight: bold;
    margin-bottom: -14px;
}

/* Agence */

.agence{
    margin: 15px 30px 15px 30px;
}

.titre-agence{
    text-align: center;
    font-weight: bold;
    width: 100%;
}

/* Pop-up */
#pop-up, #message-avant{
    display: none;
    width: 80%;
    height: 600px;
    position: fixed;
    left: 10%;
    top: 10%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 0 250px #000;
    padding: 20px;
    overflow:scroll;
}
#message-avant{
    display: block;
}

.btn-retour{
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 20px;
    display:block;
    border-radius: 50px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
.btn-ajout{
    right:0;
    font-weight: bold;
    margin-right:20px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 50px;
    position: fixed;
    bottom: 0;
    z-index: 99;
}
#pop-up .ligne_bouton input{
    margin:0 auto;
    width: 150px;
}
#pop-up .ligne_bouton input:hover{
    background:#2c64b8 !important;
}

@media only screen and (max-width : 767px) {
    #pop-up{
        width: 90%;
        left: 5%;
        top: 10%;
    }
    
    .btn-retour{
        margin-left: 10px;
        margin-bottom: 15px;
        padding: 15px 5px;
        font-size:12px;
    }
    .btn-ajout{
        margin-right:10px;
        margin-bottom: 15px;
        padding: 15px 5px;
        font-size:12px;
    }
}

.close{
    font-weight: bold;
    font-size: 16px;
    float: right;
    margin: 15px;
}

#pop-up .form-group{
    font-weight: bold;
    margin: 15px;
}

#pop-up .form-group .btn-ajout {
    margin-left: 0px;
}

.label-transaction{
    width: 100%;
}

#pop-up h2{
    margin: 15px 15px 30px 15px;
    font-weight: bold;
}

.message{
    color: #444;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    font-size: 14px;
    transition: all 0.5s;
}

#transaction-error{
    background: none repeat scroll 0 0 #f7941d;
}

#success{
    background: none repeat scroll 0 0 #96ca00;
}

.no-click{
    position: fixed;
    z-index: 50000;
    opacity: 0;
}

.no-scroll{
    position: fixed;
    height: 100%;
    width: 100%;
}

body{
    background: linear-gradient( rgba(56, 76, 131, 0.3), rgba(56, 76, 131, 0.3) ), url('images/bg2.jpg');    
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position:center;
}

.icone-tuto{
    font-size: 18px;
    opacity: 0.5;
    padding-right: 15px;
    cursor: pointer;
    text-decoration: none !important;
    font-weight: 600;
}

.icone-tuto i{
    font-size: 24px;
}

.icone-tuto:hover{
    opacity: 1;
    transition: all 0.25s;
    color: #00aaff;
}

.yammer{
    margin-top: -3px;
    width: 24px;
    height: 24px;
    display: inline-block;
    opacity: 0.5;
}

.barre-de-progres{
    transition: all 1s;
}

.message-erreur{
    display: none;
}

.margin-left-5{
    margin-left: 5px;
}

.img-carte{
    margin-left: 15px;
}

.icone-etoile{
    font-size: 25px;
    margin: 10px;
}

.total_point{
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    display: block;
    font-size: 22px;
    color: #007bff;
}

.palier-cadeau1{
    position: absolute;
    font-size:12px;
    top: -90%;
    left: 20%;
    background: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}
.palier-cadeau1-text{
    position: absolute;
    font-size:12px;
    top: 100%;
    left: 15%;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    width:300px;
}
.palier-cadeau2{
    position: absolute;
    font-size:12px;
    top: -120%;
    left: 50%;
    background: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}
.palier-cadeau2-text{
    position: absolute;
    font-size:12px;
    top: 100%;
    left: 45%;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    width:300px;
}
.palier-cadeau3{
    position: absolute;
    font-size:12px;
    top: -90%;
    left: 78%;
    background: #fff;
    border-radius: 50px;
    padding: 5px 20px;
}
.palier-cadeau3-text{
    position: absolute;
    font-size:12px;
    top: 100%;
    left: 72%;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    width:300px;
}

.palier-atteint{
    background: #f1ba0e;
}

.description a, .descriptionpc a{
    color: #fff;
    text-decoration: underline;
}

.informations{
    display: none;
    padding: 15px 30px;
    text-align: justify;
    background: #2c64b8;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

#accordiondesc{
    display: none;
}

.no-padding{
    padding: 0;
}