/* @media only screen and (max-width: 1200px) { */

    #content{
      width: 65%;
      
      /* margin: auto;
      border-bottom: 0.1em dashed white;
      border-right: 0.1em dashed white;
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
      position: relative; */
      
    }
  
    #semaine{
      margin-right: -42%;
    }
  
    #homeParticipantList{
      width:100%;
      margin-left: 3px;
      margin-right: 3px;
    }
  
    .dot{
      width:15px;
      height:15px;
      margin-left: calc(17.5% - 20px);
      margin-top: -8px;
      background-image: url(../img/dot.svg); 
    }
  
    #content form p{
      width: 95%;
    }
	
	.errMsg{
		width:65vw;
	}
  
  /* } */