.box_compte{
     float:left;
     width:100%;
     border:solid 1px #CCC;
     border-radius:4px;
     padding:20px;
     cursor:pointer;
     color:#000;
}
.box_compte:hover{
     color:#000;
     background: rgba(219,216,217,1);
     background: -moz-linear-gradient(top, rgba(243, 243, 243) 0%, rgba(222, 222, 222) 17%, rgba(220, 220, 220) 82%, rgba(219,216,217,1) 98%, rgba(219,216,217,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(243, 243, 243)), color-stop(17%, rgba(199,199,199,1)), color-stop(82%, rgba(199,199,199,1)), color-stop(98%, rgba(219,216,217,1)), color-stop(100%, rgba(219,216,217,1)));
     background: -webkit-linear-gradient(top, rgba(243, 243, 243) 0%, rgba(222, 222, 222) 17%, rgba(220, 220, 220) 82%, rgba(219,216,217,1) 98%, rgba(219,216,217,1) 100%);
     background: -linear-gradient(to bottom, rgb(243, 243, 243) 0%, rgb(222, 222, 222) 17%, rgb(220, 220, 220) 82%, rgba(219,216,217,1) 98%, rgba(219,216,217,1) 100%);
     background: -ms-linear-gradient(top, rgba(243, 243, 243) 0%, rgba(222, 222, 222) 17%, rgba(220, 220, 220) 82%, rgba(219,216,217,1) 98%, rgba(219,216,217,1) 100%);
     background: linear-gradient(to bottom, rgba(243, 243, 243) 0%, rgba(222, 222, 222) 17%, rgba(220, 220, 220) 82%, rgba(219,216,217,1) 98%, rgba(219,216,217,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbd8d9', endColorstr='#dbd8d9', GradientType=0 );
}
.box_icon{
     float:left;
     width:45px;
     font-size:18px;
}
.box_texte{
     float:left;
     width:calc(100% - 45px);
     padding-left:10px;
     font-size:14px;
}
.title_text_boxcompte{
     float:left;
     width:100%;
     font-size:16px;
     font-weight:bold;
     padding-bottom:5px;
}

/* suivi */
.box_suivi{
     float:left;
     width:100%;
     border:solid 1px #CCC;
     border-radius:4px;
     overflow:hidden;
     font-size:14px;
     margin-top:10px;
}
.bandeau_suivi{
     float:left;
     width:100%;
     padding:10px;
     background-color:#efefef;
}
/* suivi */

/* parameters */
.box_EspParametres{
     float:left;
     width:100%;
     padding:30px 30px 0px 30px;
     height:auto;
     border-radius:4px;
     border:solid 1px #CCC;
}
.explain_espace{
     float:left;
     width:100%;
     height:auto;
}
.description_space{
     float:left;
     width:100%;
     height:auto;
     padding:30px 0px;
     color:#665;
     font-size:14px;
}
.mark_line_space{
     height:auto;
     min-height:60px!important;
     display:flex;
     flex-direction: column;
     justify-content:center;
}
.rang_modifSpace{
     float:left;
     width:100%;
     height:auto;
     min-height:60px;
     border-top:solid 1px #CCC;
}
.rang_modifSpace:hover{
     background-color:#f5f5f5;
}
.square_auto_modification, .square_modification{
     position:absolute;
     z-index:1000;
     top:50%;
     left:50%;
     transform:translate(-50%, -50%);
     width:455px;
     height:auto;
     border:solid 1px #CCC;
     box-shadow:0px 0px 5px #665;
     padding:20px;
     background-color:#FFF;
     display:none;
}
.explain_squareSpace{
     float:left;
     width:100%;
     height:auto;
     margin:20px 0px;
}
.retour_modificationSpace{
     float:left;
     width:40px;
     height:auto;
     font-size:30px;
     color:#CCC;
     cursor:pointer;
}
.retour_modificationSpace:hover{
     color:green;
}
.value_titre{
     float:left;
     width:calc(100% - 40px);
     font-weight:600;
     font-size:26px;
}
/* parameters */

/* adress */
.box_adress{
     float:left;
     width:100%;
     border: solid 1px #CCC;
     border-radius:4px;
     overflow:hidden;
}
.add_adress{
     border:dashed 2px #CCC;
     font-size:20px;
     color:#665;
     cursor:pointer;
}
.alert_suppresion{
     float:left;
     width:100%;
     height:auto;
     padding:15px;
     border: solid 1px #791212;
     border-radius:4px;
     background-color:#3c3c3c;
     color:#FFF;
     font-weight:600;
     display:none;
}
.button_annuler{
     position: absolute;
     width: auto;
     top: 9px;
     padding: 6px 10px;
     background-color: #4e4e4e;
     right: 180px;
     cursor: pointer;
}
.button_oui{
     position: absolute;
     width: auto;
     top: 9px;
     padding: 6px 10px;
     background-color: #d84d5d;
     right: 26px;
     cursor: pointer;
}
/* adress */
