
		
 #FW_blur {
    position:fixed;
    left:0px;
    top:0px;
    width:2000px;
    height:1200px;
    background-color:#6f789c;
    opacity:0.65;
    z-index:90; }

  #FW_blur2 {
    position:fixed;
    left:0px;
    top:0px;
    width:2000px;
    height:1200px;
    background-color:#6f789c;
    opacity:0.65;
    z-index:190; }

  
  .FW_cadre_popup600 {
    position:fixed;
    top:5%;
    width:600px;
    left:calc(50% - 300px);
    height:90%;
    max-height:90%;
    z-index:20;
          }
  .FW_cadre_popup700 {
    position:fixed;
    top:5%;
    width:700px;
    left:calc(50% - 350px);
    height:90%;
    max-height:90%;
    z-index:20;
          }
 .FW_cadre_popup800 {
    position:fixed;
    top:5%;
    width:800px;
    left:calc(50% - 400px);
    height:90%;
    max-height:90%;
    z-index:20;
          }

  .FW_cadre_popup900 {
    position:fixed;
    top:5%;
    width:900px;
    left:calc(50% - 450px);
    height:90%;
    max-height:90%;
    z-index:20;
          }

  .FW_cadre_popup1000 {
    position:fixed;
    top:5%;
    width:1000px;
    left:calc(50% - 500px);
    height:90%;
    max-height:90%;
    z-index:20;
          }

  .FW_cadre_popup1100 {
    position:fixed;
    top:5%;
    width:1100px;
    left:calc(50% - 550px);
    height:90%;
    max-height:90%;
    z-index:20;
          }

  .FW_cadre_popup1200 {
    position:fixed;
    top:5%;
    width:1200px;
    left:calc(50% - 600px);
    height:90%;
    max-height:90%;
    z-index:20;
          }

   .FW_cadre_popup1300 {
    position:fixed;
    top:5%;
    width:1300px;
    left:calc(50% - 650px);
    height:90%;
    max-height:90%;
    z-index:20;
          }

 


.FW_cadre_popup_entete {
    position:relative;
    width:100%;
    height:50px;
    margin-bottom:0px;
    background-color:#FFFFFF;
    border-radius:6px 6px 0px 0px;
    padding:5px;
           }

.FW_cadre_popup_corps {
    position:relative;
    width:100%;
    height:auto;
    max-height:calc(100% - 100px);
    background-color:#FFFFFF;
    padding:5px;
    overflow-y:scroll;
    overflow-x:hidden;
                }

.FW_cadre_popup_pied {
    position:relative;
    width:100%;
    height:50px;
    margin-bottom:0px;
    background-color:#FFFFFF;
    border-radius:0px 0px 6px 6px;
    padding:5px;
           }

.FW_fermer_popup {
    position:absolute;
    z-index:22;
    top:-10px;
    right:-25px;
    width:48px;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-color:#FFFFFF;
    border-width:1px;
    border-radius:24px;
    font-size: 2.5em;
    color:  #FFFFFF;
    font-weight: bold;
    background-color:#F35712;
 }


.FW_fermer_popup:hover {
    cursor:pointer;
}


.round_checkbox label {
  background-color: #fff;
  border: 2px solid #aaaaaa;
  border-radius: 50%;
  cursor: pointer;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

.round_checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 6px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 11px;
}

.round_checkbox input[type="checkbox"] {
  visibility: hidden;
}

.round_checkbox input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

@media (max-width:680px) {
    .FW_cadre_popup600{left:1.5%;width:96%;}
                  }
@media (max-width:780px) {
    .FW_cadre_popup700{left:1.5%;width:96%;}
                  }
@media (max-width:890px) {
    .FW_cadre_popup800{left:1.5%;width:96%;}
                  }
@media (max-width:990px) {
    .FW_cadre_popup900{left:1.5%;width:96%;}
                  }
@media (max-width:1090px) {
    .FW_cadre_popup1000{left:1.5%;width:96%;}
                  }
@media (max-width:1190px) {
    .FW_cadre_popup1100{left:1.5%;width:96%;}
                  }