@media (min-width: 1230px) {
* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: sans-serif;
      }
      body {
            display: block;
    max-width: 1100px;
    margin: 0 auto;
    height: 100vh;
    background-color: #000 !important;
      }
      .video-wrapper {
            display: block;
    margin: auto;
    position: relative;
    align-items: center;
        width: 719px;
    flex-direction: column;
    gap: 1rem;
    background-color: #000;
      }
      .message-container {
            height: 100%;
    width: 320px;
    position: fixed;
    float: left;
    right: 0;
    display: block;
    box-shadow: 4px -4px 15px 0px #fff;
    background-image: url(../images/image-cours.webp);
    background-repeat: no-repeat;
      }
      .messages {
        height: 100%;
        overflow-y: auto;
      }
      .message-send {
        display: block;
        position: fixed;
        bottom: 0;
        padding: 0 0 0 3px;
        background-color: #000;
        width: 100%;
      }
      .message {
        padding: 6px;
      }
      .sender {
        display: block;
        color: #fff;
        margin: 0 4px 4px 0;
      }
      .content {
        width: 296px;
        background-color: #fff;
        padding: 8px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 22px;
      }
      input {
        display: block;
    width: 215px;
    height: 60px;
    padding: 12px 6px;
    float: left;
    margin: 0 2px 0 -3px;
      }

      video {
      height: 540px;
    width: 719px;
    position: relative;
    margin: 6px 0 0 0;
    z-index: 10;
    border: 1px solid #abafa8;
      }
      
      #stream-record-container {
        height: 480px;
        width: 640px;
        background-color: #f4f4f4;
        position: relative;
      }
      #video-container{
          height: 540px;
    width: 719px;
    background-color: #000;
    position: relative;
    float: left;
      }
      #stream-record-container {
        background-color: transparent;
        float:left;
      }
      [data-remote="true"]::after {
        content: "Cliquez ici pour Rejoindre le Cours";
    width: 283px;
    color: #abafa8;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 30%;
    text-align: center;
    z-index: 1;
      }
      #action-buttons {
        display: none;
            position: fixed;
    bottom: 2px;
    width: 622px;
    margin: 0 0 0 40px;
      }
      button {
        padding: 0.5rem;
        text-transform: uppercase;
        cursor:pointer;
      }
      #recording-state {
        width: 20px;
        height: 20px;
        background-color: rgb(255, 118, 118);
        border-radius: 50%;
        animation: pulse 1s infinite alternate;
        display: none;
        transform: translate(-0.25rem, 0.25rem);
      }

      @keyframes pulse {
        0% {
          opacity: 1;
        }
        100% {
          opacity: 0.2;
        }
      }
      #admin-state {
        display: none;
        margin-top: 0.5rem;
      }
      #uploading-progress {
        display: none;
      }
      #loader-line {
        width: 160px;
        height: 0.5rem;
        position: relative;
        overflow: hidden;
        background-color: #ddd;
        border-radius: 999px;
        display: none;
        border: 1px solid #ddd;
      }

      #loader-line:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 0.5rem;
        width: 40%;
        background-color: #0000ee;
        animation: lineAnim 1s linear infinite;
        border-radius: 999px;
      }

      @keyframes lineAnim {
        0% {
          left: -40%;
        }
        50% {
          left: 20%;
          width: 80%;
        }
        100% {
          left: 100%;
          width: 100%;
        }
      }
      .n1{
            padding: 0 6px;
            text-transform: uppercase;
            width: 146px;
            height: 53px;
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            background-color: #000;
            border: 1px solid #abafa8;
            color: #abafa8;
            border-radius: 6px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
      }
      .n1:hover{
       background-color: #abafa8;
            border: 1px solid #abafa8;
            color: #000;
      }
      .n1b{
            padding: 0 6px;
            text-transform: uppercase;
            width: 146px;
            height: 53px;
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            background-color: #abafa8;
            border: 1px solid #abafa8;
            color: #000;
            border-radius: 6px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
      }
      .n1b:hover{
       background-color: #000;
            border: 1px solid #000;
            color: #abafa8;
      }
      .n2{
      height: 61px;
      }
      button:disabled {
           cursor: no-drop;
      }
.block{
    display:block !important;
    opacity:1 !important;
    transition: opacity .15s linear !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.blck2{
    margin: 4.75rem  auto !important;
}
#cmd1{
    display:none;
}  
}
@media (max-width: 1229px) {
* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: sans-serif;
      }
      body {
            display: block;
    max-width: 1100px;
    margin: 0 auto;
    height: 100vh;
    background-color: #000 !important;
      }
      .video-wrapper {
            display: block;
    margin: auto;
    position: relative;
    align-items: center;
        width: 719px;
    flex-direction: column;
    gap: 1rem;
    background-color: #000;
      }
      .message-container {
          display:none;
            height: 100%;
    width: 320px;
    position: fixed;
    float: left;
    right: 0;
    box-shadow: 4px -4px 15px 0px #fff;
    background-image: url(../images/image-cours.webp);
    background-repeat: no-repeat;
      }
      .messages {
        height: 100%;
        overflow-y: auto;
      }
      .message-send {
        display: block;
        position: fixed;
        bottom: 0;
        padding: 0 0 0 3px;
        background-color: #000;
        width: 100%;
      }
      .message {
        padding: 6px;
      }
      .sender {
        display: block;
        color: #fff;
        margin: 0 4px 4px 0;
      }
      .content {
        width: 296px;
        background-color: #fff;
        padding: 8px;
        border-radius: 4px;
        font-size: 14px;
        line-height: 22px;
      }
      input {
        display: block;
    width: 215px;
    height: 60px;
    padding: 12px 6px;
    float: left;
    margin: 0 2px 0 -3px;
      }

      video {
      height: 540px;
    width: 719px;
    position: relative;
    margin: 6px 0 0 0;
    z-index: 10;
    border: 1px solid #abafa8;
      }
      
      #stream-record-container {
        height: 480px;
        width: 640px;
        background-color: #f4f4f4;
        position: relative;
      }
      #video-container{
          height: 540px;
    width: 719px;
    background-color: #000;
    position: relative;
    float: left;
      }
      #stream-record-container {
        background-color: transparent;
        float:left;
      }
      [data-remote="true"]::after {
        content: "Cliquez ici pour Rejoindre le Cours";
    width: 283px;
    color: #abafa8;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 30%;
    text-align: center;
    z-index: 1;
      }
      #action-buttons {
        display: none;
            position: fixed;
    bottom: 2px;
    width: 622px;
    margin: 0 0 0 40px;
      }
      button {
        padding: 0.5rem;
        text-transform: uppercase;
        cursor:pointer;
      }
      #recording-state {
        width: 20px;
        height: 20px;
        background-color: rgb(255, 118, 118);
        border-radius: 50%;
        animation: pulse 1s infinite alternate;
        display: none;
        transform: translate(-0.25rem, 0.25rem);
      }

      @keyframes pulse {
        0% {
          opacity: 1;
        }
        100% {
          opacity: 0.2;
        }
      }
      #admin-state {
        display: none;
        margin-top: 0.5rem;
      }
      #uploading-progress {
        display: none;
      }
      #loader-line {
        width: 160px;
        height: 0.5rem;
        position: relative;
        overflow: hidden;
        background-color: #ddd;
        border-radius: 999px;
        display: none;
        border: 1px solid #ddd;
      }

      #loader-line:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 0.5rem;
        width: 40%;
        background-color: #0000ee;
        animation: lineAnim 1s linear infinite;
        border-radius: 999px;
      }

      @keyframes lineAnim {
        0% {
          left: -40%;
        }
        50% {
          left: 20%;
          width: 80%;
        }
        100% {
          left: 100%;
          width: 100%;
        }
      }
      .n1{
            padding: 0 6px;
            text-transform: uppercase;
            width: 146px;
            height: 53px;
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            background-color: #000;
            border: 1px solid #abafa8;
            color: #abafa8;
            border-radius: 6px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
      }
      .n1:hover{
       background-color: #abafa8;
            border: 1px solid #abafa8;
            color: #000;
      }
      .n1b{
            padding: 0 6px;
            text-transform: uppercase;
            width: 146px;
            height: 53px;
            font-size: 14px;
            line-height: 16px;
            font-weight: bold;
            background-color: #abafa8;
            border: 1px solid #abafa8;
            color: #000;
            border-radius: 6px;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
      }
      .n1b:hover{
       background-color: #000;
            border: 1px solid #000;
            color: #abafa8;
      }
      .n2{
      height: 61px;
      }
      button:disabled {
           cursor: no-drop;
      }
.block{
    display:block !important;
    opacity:1 !important;
    transition: opacity .15s linear !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}
.blck2{
    margin: 4.75rem  auto !important;
}
#cmd1{
    display:none;
}  
}