/* .line1 {
    border: none;
    border-bottom: 10px solid white;
} */

/*
//style 9dim dial titre
.header {
    background-color: #45536e;
    height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header h1 {
    color: #ffffff;
    font-size: 4.5rem;
    font-family: Arial, sans-serif;
}
.header h1 span {
    color: #1b9bf0;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 900;
} */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&display=swap');


.section1 {
  background-color: #45536e;
  height: 4.5rem;
  text-align: right;
  color: #ffffff;
  line-height: 0.6;
  margin-bottom: 10px;

}

@media (min-width: 768px) {
  .section1 {
    height: 4.5rem;
    line-height: 1;
    
  }
}

.header {
  background-color: #45536e;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.header h1 {
  color: #ffffff;
  font-size: 5vw;
  font-family: Arial, sans-serif;
  text-align: center;
  font-size: 10vw;
  font-weight: 600;

}
@media (min-width: 768px) {
  .header h1 {
    font-size: 5vw;
  }
}

.header h1 span {
  color: #1b9bf0;
  font-size: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
}







/* .body-admin {
  background-image: url('https://loremflickr.com/320/240');
  background-size: cover;
  background-position: center;
} */




.body-admin {
  /* background-image:

  url('/images/AdobeStock_336131422_Preview.jpeg');
  background-repeat: no-repeat;
  background-size:cover;

  background-position: center; */
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
  
}

@media screen and (min-width: 1024px) {
  .body-admin {
    background-size: cover;

  }
}

.body-admin a{
  border-radius: 20px
}
.body-admin a:hover{
  color: red;
}


     /* .form-control {
        margin-bottom: 10px;
      } */

      @font-face {
        font-family: OptimusPrinceps;
        src: url('/fonts/Helvetica Neue W23 for SKY Bd.ttf');
    }
    

      body {
        direction: rtl;
        /* font-family: 'Cairo', sans-serif; */
        font-family: 'OptimusPrinceps', 'Cairo';
        /* font-size: 16px; */
      }

      .text{

        font-size: 15px;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
      }

  /* .body-add-customer {
    background-image: url('https://loremflickr.com/320/240');
    background-repeat: no-repeat;
     background-size: cover;
     height: 60vh;
  } */

.line-height{

  line-height: 1.1;
}


   
      



