.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.cta_formation {
  padding: 3rem 0;
}
.cta_formation p.formation {
  font-size: 17px;
  color: #CC6637;
}
.cta_formation .bg-formation {
  background-color: white;
  padding: 3rem 4rem;
  border-radius: 10px;
  width: 90%;
  border-left: 1rem solid #CC6637;
}
.cta_formation .img-absolute {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
  text-align: center;
}
.cta_formation .modal-content.bg-formation {
  padding: 1rem 4rem;
}
.cta_formation .modal-content .modal-header {
  border-bottom: none;
  padding-bottom: 10px;
}
.cta_formation .modal-content .modal-header h4 {
  font-size: 21px;
  color: #CC6637;
  font-weight: 400;
  margin-bottom: 0;
}
.cta_formation .modal-content #nf-field-5 {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #80808024;
  color: #8080806b;
  font-weight: 200;
  font-style: italic;
}
.cta_formation .modal-content .bg-formation {
  width: 100%;
}
.cta_formation .modal-content .cta_formation .img-absolute {
  top: 0;
  transform: translateX(50%);
}
.cta_formation .modal-content .nf-field-container {
  margin-bottom: 0 !important;
}
.cta_formation .modal-content input[type="submit"] {
  margin-bottom: 0 !important;
}
@media (max-width: 1199.98px) {
  .cta_formation .bg-formation {
    padding: 1.5rem 2rem;
    width: 100%;
  }
  .cta_formation .modal-content.bg-formation {
    padding: 1rem 2rem;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .cta_formation {
    padding: 2rem 0;
  }
}
