.onglet:hover {
  font-weight: bold;
}

.expert-inner-text.expert.one.intro.w-inline-block:hover {
  font-weight: bold;
}

.avant:hover {
  font-weight: bold;
}

.apres:hover {
  font-weight: bold;
}

.div-block-4:hover {
  font-weight: bold;
}

.item-cliquez:hover {
  font-weight: bold;
}

.item-telecharger:hover {
  font-weight: bold;
}

.block-page:hover {
  font-weight: bold;
}

.back-btn:hover {
  font-weight: bold;
}

.expert-block:hover {
  font-weight: bold;
}

.avant:hover {
  border-top-left-radius: 0vw;
}

.apres:hover {
  border-top-right-radius: 0vw;
}

.inner-sidemenu-sub.regular:hover{
  font-weight: bold;
}

iframe {
  height:37vw;
  width:100%;
}

.div-block-4{
  text-decoration:none;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 15%;
}

/* Modal Content/Box */
.modal-content {
  /* background-color: #fefefe; */
  margin: auto;
  /* border: 1px solid #888; */
  padding: 0.5vw;
 width: 20vw;
  /* height: 20vw; */
  /* border-radius: 15%; */
  font-size: 12px;

}


.container-part1{
  background-color: #fefefe;
  height: 10vw;
  width:20vw;
  display:flex;
  flex-direction: column;
   border-radius: 30px 30px 0 0;
  padding-top: 1vw;
  border-top: 0.8vw solid #088559;
  border-left: 0.8vw solid #088559;
  border-right: 0.8vw solid #088559;
}

label {
  margin: 0px;
  /* font-weight: normal !important; */
}
.titre-modal-1{
  display: flex;
  width: 90%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  /* font-weight: normal !important; */
}

.line{
  width: 20%;
  margin: 0 2px;
}

#psw {
  width: 80%;
  margin: auto;
}

.line.part1 {
  border:1px solid #000;
}
#login{
  margin:auto;
  border-radius: 20px;
  width: 50%;
  background-color: #9BD579;
  color:#fff;
  font-size: 10px;
}

.container-part2{
  height: 10vw;
  width:20vw;
  background-color: #9BD579;
  display:flex;
  flex-direction: column;
   border-radius: 0 0 30px 30px;
  padding-top: 1vw;
  border-bottom: 0.8vw solid #088559;
  border-left: 0.8vw solid #088559;
  border-right: 0.8vw solid #088559;
}

.titre-modal-2{
  display: flex;
  color: #fff;
  width: 90%;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  font-weight: normal !important;
}

.line.part2 {
  border:1px solid #fff;
}

#signup{
  margin:auto;
  border-radius: 20px;
  width: 50%;
  background-color: #fff;
  color:#9BD579;
  font-size: 10px;

}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}
