
body{
    background-color: blueviolet;
}
@font-face{
    font-family: 'Digital';
      font-style: normal;
      src: url('../fonts/Digital_Dismay.otf') format('opentype');
}
.conteneur{
    display: flex;
    justify-content: center;
 }
 .centrertexte{
    text-align: center;
 }
.enligne{
    display: inline-block;
}
.style01{
    font-size: 120px;
    font-weight: bolder;
    font-family: "Digital", bold;

}
.gras{
    font-weight: bold;
}
.souligne{
    text-decoration: underline;
}
.cadreboutons{
    margin-top: 8px;
}
.boutonplus, .boutonmoins, .boutonreset{
    cursor: pointer;
}
.boutonplus{
    margin-right: 8px;
}
.boutongrouper{
    cursor: pointer;
}
.boutonplus img{
    height: 95px;
}

.boutonmoins img, .boutongrouper img{
    height: 45px;
}
.boutonmoins{
    margin-right: 8px;
}
.boutonreset img{
    height: 35px;
}
.cadrecompteurgroupe{
    font-size: 100px;
    font-weight: bolder;
    font-family: "Digital", bold;
    color: #1EA6C6;
}


#unite, #dizaine, #centaine, #millieme, #dixmillieme{
    border: 1px solid #292929;
    padding-left: 2px;
    padding-right: 2px;
}

#unite{
    /* background-color: #7DBCBE; */
}
#dizaine{
    /* background-color: #63c78d; */
}
#centaine{
    /* background-color: #577699; */
}
#millieme{
    /* background-color: #a2e05b; */
}
#dixmillieme{
    /* background-color: #e09751; */
}
.iconecreergroupe{
    height: 48px;
}
.textegroupe{
    font-weight: bold;
    color: #EF806F;
    margin-bottom: -10px!important;
}
.textecreer{
    font-weight: bold;
    color: #1EA6C6;
    margin-top: -10px!important;
    margin-top: 20px;
}
.zindex0{
    position: relative;
    z-index: 0;
}
.zindex2{
    position: relative;
    z-index: 2;
}
div.infogroup a:hover{
    color: transparent;
}

.messageDerreur{
	border:1px solid #f00;
	background-color:#fcc;
	padding:5px;
	color:#000;
	margin: 15px 8px 15px 8px;
	text-align: justify;
}

.messageDalerte{
	border:1px solid #61380B;
	background-color:#F8E0E0;
	padding:5px;
	color:#B12222;
}
.messageDeSucces{
	border:1px solid #40FF00;
	background-color:#D0F5A9;
	padding:5px;
	color:#000;
}

.messageDeConfirmation{
	border:1px solid #fc0;
	background-color:#ff9;
	padding:5px;
	color:#000;
}

.texteDalerte{
	color:#F8E0E0;
	font-weight: bold;
}

.pointeur{
    cursor: pointer;
}

.iconenetoy{
    width: 38px;
}

.texteagauche{
    text-align: left;
}
.texteaucentre{
    text-align: center;
}
.texteadroite{
    text-align: right;
}
.cadreboutonssuperieur{
    width: 311px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 3px;
}
.espacepub img{
    margin: 0 auto;
    width: 50%;
}
.iconerazgroupe{
    width: 9px;
    cursor: pointer;
    margin-top:-85px
}
.lenomgroupe{
    color: #61380B;
    font-weight: bold;
}