body{
    background-color: white;
}

.whiteb{
    background-color: #FDFDFF;
}

.black, .black:hover{
    color: #0A090C;
}

.trentep{
    font-size:30px;
}
.red{
 color: #D73939;
}
.nav-item{
    list-style-type: none;
}
.navbar{
    background-color: transparent;
    list-style-type: none;
}

.nav-link{
    color:#0A090C;
    list-style-type: none;
}

.nav-link:hover, .dropdown-item:hover{
    color: #D73939;
}

.navbar-brand{
    color:#e9c46a;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
.navbar-toggler{
    border-color: rgb(255,102,203);
}
h1{
    color: black;
}


.mtop{
    margin-top: 10vh;
}


.modal-content{
    height:90vh;
}



table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even):not(.nob) {
    background-color: #dddddd;
  }

  input[type]:disabled {
    background-color: #ccc !important;
  }
.withborder{
    border: 1px solid red;
}
.withborder.bblack{
    border: 1px solid black !important;
}


.nob{
    border-bottom: 1px solid black;
    
}
.removeb{
    border-collapse:collapse;
}
.dnone{
    display:none;
}
.mbottom{
    margin-bottom: 10vh;
}


.mquinze{
    margin-left: 15px;
    margin-right: 15px;
}
@media screen and (max-width: 1200px){
    .nom{
        margin:0;
    }
}
.bootstrap-datetimepicker-widget.dropdown-menu{

    display: block !important;
}



.selectHour{

}

.selectMinute{

}

.dropdown-item:active{
    background-color: unset !important;
}


td, th{
    padding: 4px !important;
}

.fcbis{
    width: 30% !important;
}
.fcbisb{
    width: 60% !important;
}

form{
    min-height: 60vh;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 30px;
}

.enbas{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  
}


.boutonjoli{
    border: 2px solid black;
    border-radius: 50px;
    width: 10vw;
    background-color: transparent;
}

.rounded {
    border-radius: 1rem !important;
    min-height: 65vh;
}
.roundedbis{
    border-radius: 1rem !important;
    height: auto;
}


.bbot{
    border-bottom: 1px solid black;
}


input:not(.pdf), select {
    outline: none o !important;
    border: 1px solid black !important;
    border-width: 0 0 2px !important;
    background-color: transparent !important;
    border-radius: 0 !important;
  }
  
 
  

.imgsalle{
    max-width: 100px !important;
}
.nop{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.nom{
    margin-left: 0 !important;
    margin-right: 0 !important;
}


 
  
  .custom-control-input:checked~.custom-control-label::before {
    border-color: red !important;
    background-color: red !important;
  }
  
 


  .pquinze{
      padding-left: 15px;
      padding-right: 15px;
  }
  .bleft{
      border-left: 2px solid black;
  }
  .bright{
      border-right: 2px solid black;
  }
  .btop{
      border-top: 2px solid black;
  }
  .bbot{
      border-bottom: 2px solid black;
  }

  .underline{
    text-decoration: underline;
  }
  .bold{
      font-weight:bold;
  }
  .uppercase{
      text-transform: uppercase;
  }
  
.fiche{
   border: 2px solid black;
    border-collapse: collapse;
}
 

.sansm{
    margin: 0 !important;
}

  
  #ag_pdf{
      border: unset !important;
  }


  .form-error > ul{
    list-style-type: none;
    margin-block-start: 0 !important;
    padding: 0 !important;
    color: #D73939;
  }




  .pointer{
    cursor:pointer;
  }


  .scrol{
    overflow-x: auto;
  }

  .bootbox > .modal-dialog > .modal-content {
    height: unset !important;
  }

  .hdix{
      height:15vh;
  }
  .hneuf{
      height:10vh;
  }
  .notes{
    width: 15vw !important;
}
.dix{
    width: 10vw;
}

.purge{
    height: 40px !important;
}

.labela{
    text-align: right;
}
.formchange{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: black;
    background-color: transparent;
    border: 3px solid #FAC006;
}
.space{
    margin-top: 5vh;
}


@media print {
  .changedate{
      page-break-after: always;
      margin: 1.6cm;
  }
  .nonprint{
    display: none !important;
}
.notes{
    min-width: 20vw;
    max-width: 25vw !important;
}
body{
    max-width: 80vw;
}
.pdix{
    width: 10vw !important;
}
.pvin{
    width: 20vw !important;
}

    
  @page {
      size: landscape;
      margin: 0;
      
    }
}