.wrapperContent .pContent .form_button_opener .link,
.wrapperContent .pContent .form_button_opener .link:visited,
.wrapperContent .pContent .form_button_opener .link:focus{
  padding: 20px 60px 20px 20px;
  font-size: 1.15rem;
  font-weight: 500;
  color: white;
  max-width: 330px;
  width: 100%;
  margin: 15px auto;
  text-align: center;
  display: block;
  background-color: #45649a;
  line-height: 1;
  position: relative;
}

.wrapperContent .pContent .form_button_opener .link::after {
  content:'';
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-image: url(../images/right.svg);
}

.wrapperContent .pContent .form_button_opener .link.closed {
  background: #eceff5;
  color: #45649a;
}

.wrapperContent .pContent .form_button_opener .link.closed::after {
  background-image: url(../images/check.svg);
}

.ul_depth_0 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 360px;
}


.precisions {
  margin-top: 45px;
}

.wrapperContent .pContent .account_logout {
  padding: 10px;
  font-size: .85rem;
  font-weight: 500;
  color: white;
  max-width: 160px;
  width: 100%;
  margin: 15px 0 45px auto;
  text-align: center;
  display: block;
  background-color: #45649a;
  line-height: 1;
  position: relative;
}
