.hidden {
    display: none;
  }
.dialogs{
  z-index: 20;
  position: relative;
}
.dialogs body{
  font-family: "Calibri", sans-serif !important;
}
.dialogs h1{
  font-family: "Calibri", sans-serif !important;
}
.dialogs h2{
  font-family: "Calibri", sans-serif !important;
}

.dialogs button{
  font-family: "Calibri", sans-serif !important;
}
  
  [role="dialog"] {
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #000;
    background-color: #fff;
    min-height: 100vh;
  }
  
  @media screen and (min-width: 640px) {
    [role="dialog"] {
      position: absolute;
      top: 5vw;
      left: 50vw; /* move to the middle of the screen (assumes relative parent is the body/viewport) */
      transform: translateX(
        -50%
      ); /* move backwards 50% of this element's width */
  
      min-width: calc(700px - (15px * 2)); /* == breakpoint - left+right margin */
      min-height: 70vh;
      box-shadow: 0 19px 38px rgb(0 0 0 / 12%), 0 15px 12px rgb(0 0 0 / 22%);
      border-radius: 25px;
    }
  }
  
  
  .dialog_form_actions {
    text-align: center;
    padding: 0 20px 20px;
   
  }
  
  .logo_box{
    margin-bottom: 7%;
    transform: translateX(
        20%
      );
  }
  
  img.logo_modale{
    height: auto;
    margin-top: 10%;
    padding: 10px;
    float: left ;
    width: 40% !important;
  }



  .dialog_form_actions button{
    
    margin-top: 2%;
    font-weight: bold;
    color: #fff;
    background-color: #F16522  !important;

    border-radius:10px;
    height: 50%;
    width: 28%;
    border-color:transparent;
    margin-bottom: 5%;
  }
  
  .text{
    font-size: 1.5rem;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 3%;
    padding-right: 3%;
  }
 
  .dialogs h2{
    margin-top: 10% !important;
    text-align: center;
    color: #F16522 !important;
    font-size: 2rem !important;
    font-weight: bold !important;
  }
  h1.acronimo{
    margin-left: 0%;
    padding: 2%;
    font-weight: bold !important;
    margin-top: 32%;
    line-height: 1.8rem !important;
    color: #000 !important;
  }
  .dialog_close_button {
    float: right;
    position: absolute;
    top: 8px;
    left: 93%;
    height: fit-content;
    width: fit-content;
    z-index: 1;

    
  }
 .dialog_close_button button{
    background-color: transparent;
    border-color: transparent;
    height:100%;
    width: 100% ;
    

  }
  .dialog_close_button span{
    color: #F16522;
    font-size: 2.5rem;
    font-weight: bold;
  }
  /*.dialog_close_button img {
    height: 50%;
    width:50%;
    
  }*/

  .dialog_close_button button:hover{
    border-color: black;
    border-style: solid;
    cursor:pointer;
  }

  .dialog_form_actions button:hover{
    border-color: black;
    border-style: solid;
    cursor:pointer;
  }
  
  
  .dialog_close_button img {

    border: 0;
  }
  
  .dialog_desc {
    padding: 10px 20px;
  }
  
  /* native <dialog> element uses the ::backdrop pseudo-element */
  
  /* dialog::backdrop, */
  .dialog-backdrop {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  
  @media screen and (min-width: 640px) {
    .dialog-backdrop {
      background: rgb(0 0 0 / 30%);
    }
  }
  
  .dialog-backdrop.active {
    display: block;
  }
  
  .no-scroll {
    overflow-y: auto !important;
  }
  
  /* this is added to the body when a dialog is open */
   .has-dialog {
    overflow: hidden;
  }
  
  @media (max-width: 430px) {
     
    h1.acronimo{
      margin-left: 0%;
      font-weight: bold;
      margin-top: 35%;
      line-height: 1.2rem !important;
      font-size: 1.2rem !important;
    }


    img.logo_modale {
      height: auto;
      padding: 5px;
      margin-top: 10%;
      float: left;
      width: 50% !important;
    }
    .logo_box{
      margin-bottom: 7%;
      transform: translateX(
          10%
        );
    }

    .dialog_close_button span{
      color: #F16522;
      font-size: 2rem;
      font-weight: bold;
    }
    .dialog_close_button {
      float: right;
      position: absolute;
      top: 6px;
      left: 90%;
      height: fit-content;
      width: fit-content;
  
      
    }

    .dialogs h2{
      line-height: 1.2;
      margin-top: 10% !important;
      text-align: center;
      color: #F16522 !important;
      font-size: 1.8rem !important;
      font-weight: bold !important;
    }
    .dialog_close_button button{
      background-color: transparent;
      border-color: transparent;
      height:100%;
      width:100% ;
  
    }
    .dialog_close_button img {
      height: 75%;
      width:75%;
      
    }

    .dialog_form_actions {
      text-align: center;
      padding: 0 20px 20px;
     
    }

    .dialog_form_actions button{
    
      margin-top: 2%;
      font-weight: bold;
      color: #fff;
      background-color: #F16522  !important;
  
      border-radius:10px;
      height: 50%;
      width: 75%;
      border-color:transparent;
      margin-bottom: 5%;
    }
    [role="dialog"] {
      
      min-height: 50vh;
    }
  }

  @media ( min-width : 431px ) and (max-width : 1024px ){
    [role="dialog"] {
      
      min-height: 60vh;
      top: 25vw;
    }
    .dialogs h2{
      line-height: 1.2 !important;
      margin-top: 10% !important;
      text-align: center;
      color: #F16522 !important;
      font-size: 1.8rem !important;
      font-weight: bold !important;
    }

    h1.acronimo{
      margin-left: 0%;
      font-weight: bold;
      margin-top: 35%;
      line-height: 1.2rem !important;
      font-size: 1.4rem !important;
    }

    .dialog_form_actions button{
    
      margin-top: 2%;
      font-weight: bold;
      color: #fff;
      background-color: #F16522  !important;
  
      border-radius:10px;
      height: 50%;
      width: 40%;
      border-color:transparent;
      margin-bottom: 5%;
    }

  }