#lightbox-op {
  display: none; }
  #lightbox-op.open {
    display: block;
    position: relative;
    z-index: 9999; }
  #lightbox-op .overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100; }
  #lightbox-op .content {
    margin: 0px auto;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto; }
    #lightbox-op .content .inner {
      max-width: 600px;
      border: 0;
      background: white;
      padding: 15px;
      position: relative;
      z-index: 200;
      margin: 60px auto; }
      @media (max-width: 630px) {
        #lightbox-op .content .inner {
          max-width: calc(100vw - 30px); } }
      #lightbox-op .content .inner .inner2 {
        background: white; }
        #lightbox-op .content .inner .inner2 .formulaire form {
          float: none;
          position: relative;
          overflow: auto;
          width: 100%; }
  #lightbox-op .close {
    display: inline-block;
    opacity: 1;
    right: 10px;
    top: 6px;
    position: absolute; }
