.container_botton,
.detailsBouton{
    position: relative;
    width: 100%;
}

.load_img{
  position: absolute;
  background: transparent;
  width: 700px;
  height: 450px;
  top: 80px;
  margin: 0;
}

#image-loading{
  position: relative;
  width: 80px;
  height: 80px;
  left: 40%;
  top: 30%;
}

.boutons{
    position: relative;
    width: 699px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background: rgba(238, 250, 247, 0.7);
    border-radius: 5px;
    margin: 0; padding: 0;
    margin-bottom: 36px;
}
.boutons_acc{
    width: 466px;
}
.boutons DIV {
    width: 233px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-family: Segoe UI, Roboto;
    font-size: 16px;
    text-decoration: none;
    color: #002845;
    text-transform: uppercase;
    border: 1px solid rgb(21, 81, 86);
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.boutons DIV#pt_aff,
.boutons DIV#med_aff,
.boutons DIV#rb_conf,
.boutons DIV#rb_nconf{
    width: 216px;
    height: 32px;
    line-height: 32px;
    text-transform: none;
}

.boutons #pt_aff,
.boutons #rb_nconf,
.boutons #rb_rv{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.boutons #med_aff,
.boutons #rb_conf,
.boutons #rb_pt{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.boutons #pt_aff:hover,
.boutons #med_aff:hover,
.boutons #rb_nconf:hover,
.boutons #rb_conf:hover,
.boutons #rb_rv:hover,
.boutons #rb_pt:hover{
    background: rgb(10, 126, 133);
    color: #fff;
}
