
#dl-page{
 /* background-color: rgb(189, 238, 243); */
}
img, video{
    max-width: 100%;
    height: auto;
}
.dl-pre {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
 }

a.dl-nav-item, 
a.dl-footer-nav-item {
    color:rgba(102, 143, 6, 0.6)!important;
 }
 a.dl-nav-item:hover, 
 a.dl-footer-nav-item, 
 .col-sm a:hover{
     color:rgba(102, 143, 6, 0.8)!important ;
     text-decoration: none;
 }
.dl-topbar{
  
}
.dl-eng-fr{
    
}
.dl-eng-fr, .dl-eng-fr a {
    color:grey;
    font-size: 94%;
    font-weight: lighter;
}
.dl-eng-fr a:hover{
    /* font-size:100%; */
    color:black;
    transition: all .25s ease-in-out;
    text-decoration: none;
}


.dl-header .dl-name{
   font-size: 2rem;
   /* color: #b7866c; */
   color: #c07146;
   font-weight: lighter;
}
.dl-nav{
    background-color: transparent !important; 
    text-align: right;
}
.dl-nav-item{
    color:rgba(102, 143, 6, 0.6)!important ;
}

.dl-nav-item:hover{
    color:rgba(102, 143, 6, 0.8)!important ;
}

/*------Carousel-------- */
.dl-carousel{
    /* background-color:rgb(240, 246, 247); */
}
.dl-thumb img{
    margin:0 auto;
    text-align: center;
   
}
h4.dl-title {
   font-size: 0.9rem;
   color: grey;
   margin:0.5rem auto 0;
   font-weight: lighter;
}
.dl-year{
    /* color:rgb(194, 73, 7); */
    color:#800000;
    font-size:0.8rem;
    margin-top:0.5rem;
}
/*------body-------- */

.dl-gallery, .dl-info{
   padding-top: 2rem;
}
.dl-gallery img{
    margin:0 2px 6px 0;
    padding:1px;
    border: 1px solid rgb(235, 232, 232);
    border-radius: 4px;
}
.dl-spacer-bottom{
    margin-bottom:2rem;
}
blockquote{
    background-color:rgb(255 240 229);
    border-radius:1rem;
    padding:0.75rem 0.75rem 0.5rem;
    margin-bottom: 0.5rem;
}

.dl-ul{
    list-style-type: none;
    padding-left:0;
}


/*------Footer-------- */
#footer-proj{
    background-color:rgb(252, 244, 236);
}

#footer-proj .col-sm a{
    display:block;
}
.col-sm a {
    color:grey;
    padding:.1rem;
}
a.dl-footer-nav-item{
    padding:.3rem 0;
    font-size: 110%;
}
/*------Color-Borders-------- */
.dl-red{
    color:#800000;
}
.dl-green{
    color:rgb(102, 143, 6) ;
}
.dl-orange{
    color: #ce5f24;
}
.dl-gray{
    color:#444;
}
.border-lg{
    border:0.5rem solid #eeeeee;
}
medium{
    font-size:90%;
}

