
*,
::after,
::before{
  padding: 0px;
  margin: 0px;
}

form {
  position: relative;
    max-width: 450px;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
  
  h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }

  input[type="checkbox"]{
    cursor: pointer;
  }
  
  label {
    font-weight: bold;
    margin-bottom: 10px;
  }
  input[type="date"] ,
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"] ,
  input[type="ville_Pack_mover"] ,
  input[type="to"] ,
  input[type="from"] ,
  input[type="tentative_date"] {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 16px;
    outline: none;
    
  }

  input[type="date"]{
    font-weight: bold;
  }

  input::placeholder{
    color: #ccc;
  }
  
  .checkbox-group {
    display: flex;
    align-items: center;
  }
  
  input[type="checkbox"] {
    margin-right: 10px;
  }
  
  button[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  
  button[type="submit"]:hover {
    background-color: #45a049;
  }
  


  .scope-choices,
  .Type-bien__choice{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
    
  } 



  .scope__item,
  .Type__item{
display: flex;
align-items: center;
justify-content: center;
flex: 0 1 31%;
height: 50px;
border: 1px solid #d8d6d6;
border-radius: 10px;
cursor: pointer;
font-size: 12px;
background-color: white;
  }


  .Autre__Commentaire{
margin-top: 30px;
  }

  .auth-before__submit>div{
    display:flex;
    column-gap: 9px;


  }

  .auth-before__submit>p{
  margin: 10px 0px 0px 35px ;


  }

  

  button.submit_home_interior{
    width: 100%;
    margin-top: 50px;
    background-color: rgb(59, 59, 59);
    font-size: 14px;
  }

.auth-before__submit > div > input[type=checkbox]{

margin-bottom: 20px;
  }

  /*home interior*/

  .homeint__header{
display: flex;
flex-direction: row;
width: 63%;
background-color: rgb(255, 166, 0);
margin: 0 auto;
border-radius: 0px 0px 50px 50px;
padding: 0px 50px 60px 20px;

  }



  .homeint-header__content{
    width: 50%;
    
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .homeint-header__h1{
    font-size: 25px;
    text-transform: uppercase;

  }
  
  .homeint-header__h1--logo{
    width: 20px;
    margin: 18px 2px 0px 0px;

    

  }

  .homeint-header__form{
width: 50%;
padding: 20px 0px;

  }


  .homeint-header__form--content{

background-color: aliceblue;
border-radius: 5px;

width: 90%;
margin-left: auto;
height: 100%;
padding: 19px 0px;
  }

  .form--content__title{
text-align: center;
padding: 15px 0px 0px 0px ;
font-size: 18px;
text-transform: uppercase;

  }
  
  .form--content__Subtitle{
    text-align: center;
    margin: 8px 0px 0px 0px ;
    
      }
      
      .form--content__list{
        list-style: none;
        margin: 25px 0px 0px 10px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
       


      }

      .form--content__list--item{
display: flex;
align-items: center;
column-gap: 10px;

      }



      .form--content__validation{
        margin: 10px 0px 0px 0px ;
        padding: 20px 0px 0px  0px;
  
     width: 100%;
     height: 25%;
     
     border-radius: 5px;
      }
      .form--content__validation--text{
         font-size: 14px;
         text-align: center;
         font-weight: bold;
         

      }

.form--content__validation--btn{
text-decoration: none;
background-color: #45a049;
color: azure;
display: block;
text-align: center;
width: 88%;
margin: 20px auto;
height: 40px;
align-items: center;
display: flex;
justify-content: center;
border-radius: 5px;
border-bottom: 1px solid rgb(5, 43, 21);

      }


      .form--content__title-box{
        height: 15%;
      }
      .form--content__list-box{
        height: 60%;
      }


      @media (max-width:992px) {
        .homeint__header{
        
          flex-direction: column;
            }
      
            .homeint-header__content{
              width: 100%;
            } 
      
            .homeint-header__form{
              width: 100%;
              
}


  .homeint-header__form {
    width: 320px !important;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    margin: auto;
}

        
                }

        
      



      .type_bien_input,
      .scope_input{
        display: none;
      }




      .Type_bien_h5
      {
        padding: 25px 0px 15px 0px;
      }


      .scope_h5{
        padding: 10px 0px 15px 0px ;
      }
   

    .section-message__home-interior{
display: none;
    }
  
    .message__home-interior-box{
      position: absolute;
      top: 50%;
      right: 50%;
      width: 800px;
      height: 700px;
      transform: translate(50% , -50%);
      border-radius: 5px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
     
    }


    #anim-home_interior--message {

width: 500px;

    }

   

    .fa.fa-close{

      position: absolute;
      top: 30px;
      right: 50px;
      cursor: pointer;

    }

   

  .homeint-header__form {
    width: 50%;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.homeint-header__form--content {
  border-radius: 5px;
  width: 408px;
  /* margin-left: auto; */
  margin: auto;
  height: 50%;
  padding: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  min-height: 535px;
}