@font-face {
 font-family: "Lavi";
 src: url("./fonts/Lavi.woff2") format("woff2");
}

.BD {
    font-family: "Lavi", sans-serif;
    font-size: 25px;
    line-height: normal;
    color: #000;
}
    
.BD h2 {
    color: #000;
    text-transform: none;
	font-family: "Lavi", sans-serif;
    font-weight: normal;
    font-size: 70px;
    line-height: normal;
    margin-bottom: 15px;
}

.BD p {
    font-size: 25px !important;
    line-height: normal !important;
	margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.BD code {
    font-size: 20px;
    font-weight: bold;
    font-family: monospace;
}

.BD .neutral {
    margin: 30px 20% 30px 20% !important;
    text-align: center;
}

.BD .large {
    font-size: 33px !important;
}
    
.BD .small {
    font-size: 20px !important;
}

.BD .footnote {
    text-align: justify;
    padding: 8px 8px 8px 8px;
    font-size: 20px !important;
}

.BD .footnote code {
    font-size: 15px !important;
    font-weight: bold;
    font-family: monospace;
}

.BD .footnote:before {
    content: "✷ ";
}

.BD .box {
    text-align: justify;
    padding: 8px 8px 8px 8px;
    margin: 0px 30px 0px 30px !important;
    border-radius: 15px;
}

.BD .adapted {
    display: inline-block;
}

.BD .info {
    background-color: #EAF2FB;
    border: 3px solid #1F4673;
    color: #1F4673;
}
    
.BD .info::before {
  background: url('./img/bd_info.png') no-repeat;
  content: ' ';
  float: left;
  margin-left: -20px;
  margin-right: 5px;
  margin-top: -20px;
  width: 46px;
  height: 41px;
}
    
.BD .warning {
    background-color: #FFF2EA;
    border: 3px solid #732A1F;
    color: #732A1F;
}
    
.BD .warning::before {
  background: url('./img/bd_warning.png') no-repeat;
  content: ' ';
  float: left;
  margin-left: -23px;
  margin-right: 5px;
  margin-top: -28px;
  width: 51px;
  height: 47px;
}
    
.BD .okay {
    background-color: #F2FFEE;
    border: 3px solid #36731F;
    color: #36731F;
}
    
.BD .okay::before {
  background: url('./img/bd_okay.png') no-repeat;
  content: ' ';
  float: left;
  margin-left: -20px;
  margin-right: 5px;
  margin-top: -20px;
  width: 45px;
  height: 40px;
}
    
.BD .centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.BD .important {
    text-align: center;
    font-size: 33px !important;
    background-color: #E2E2E2;
    border: 3px solid #000000;
}

.BD .citation {
    background-color: #EAF2FB;
    border: 3px solid #1F4673;
    color: #1F4673;
    margin: 0px 90px 0px 90px !important;
    padding: 15px 8px 0px 8px;
}

.BD .citation::before {
  background: url('./img/bd_citation_gauche.png') no-repeat;
  content: ' ';
  float: left;
  margin-left: -80px;
  margin-right: 5px;
  margin-top: 0px;
  width: 61px;
  height: 37px;
}
    
.BD .citation::after {
  background: url('./img/bd_citation_droite.png') no-repeat;
  content: ' ';
  float: right;
  margin-left: -5px;
  margin-right: -80px;
  margin-top: 0px;
  width: 61px;
  height: 37px;
}

.BD .url {
    text-align: center;
    font-size: 30px !important;
    font-weight: bold;
    font-family: monospace;
}
