.myRadio{
  padding-left: 25px;
  position: relative;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.myRadio input{
  display: none;
}
.myRadio:hover{
  color:#053493;
}
.myRadio:after{
  content: "";
  width: 15px;
  height: 15px;
  border:solid 1px rgba(0,0,0,0.3);
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 100%;
}
.myRadio:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 4px;
  top: 7px;
  font-size: 7px;
  line-height: 11px;
  color:#fff;
  display: none;
  z-index: 1;
}
.myRadio.active:before{
  display: block;
}
.myRadio.active:after{
  background-color: #053493;
  border-color: #053493;
}


.desc .theinfos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.the-video, .the-maps {
  margin-top: 15px;
}