@font-face {
    font-family: 'transliterationitalic';
    src: url('../fonts/glyph_i-webfont.woff2') format('woff2'),
         url('../fonts/glyph_i-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
    background-color: #e9e4e1;
}


header {
	background: #A23D25;
}

.navbar-top{
    background: #2e1005;
    font-size: 0.85em;
}

.navbar-top .date a{
    color: #EDDA8C;
}

header .navbar-toggler{
    outline: none;
}

header .navbar{
    padding: 0 1rem;
}

header .navbar-brand img{
    width: 1.5em;
}

header .navbar-brand .logo-title{
    width: 3em;
}

header .navbar-brand{
    font-family: 'JellykaSaintAndrewsQueenRg';
    padding-bottom: 0px;
    font-size: 2em;
}

header nav a{
    color: #2e1005;
    font-weight: bold;
}

header nav .dropdown-menu{
    background-color:#2e1005;
    color: #EDDA8C;
}

header nav .dropdown-menu a{
    color: #EDDA8C;
}
header nav .dropdown-menu a:hover{
    color: #EDDA8C;
    background-color: transparent;
    text-decoration: underline;
}

header nav a:hover{
    color: #EDDA8C;
}

.item-menu-droite{
	text-align:center;
	color:#2e1005;
	margin-bottom: 20px;
	margin-top: 20px;

}

.egyptos_citation, .egyptos_auteur{
    max-width: 300px;
    text-align: center;
}

.item-menu-droite dd{
	text-shadow: none;
	display: block;
	background-color: #2E1005;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.item-menu-droite dd a,.item-menu-droite a{
	color: #EDDA8C;
	font-weight: normal;
	text-decoration: none;
}

.item-menu-droite dd a:hover,.item-menu-droite a:hover{
	text-decoration: underline;
}

.item-menu-droite dd a.actif{
	text-decoration: none;
	font-weight: normal;
	color: #969696;
}

.item-menu-droite dt{
	padding:4px;
}
.item-menu-droite dt a{
	color:#2e1005;
	text-decoration: none;
}
.item-menu-droite dt a:hover{
    color: #2e1005;
}

.item-menu-droite dl{
	margin: 3px;
}

.item-menu-droite dl small{
	color:#969696;
	font-style:italic;
}

.item-menu-droite dd{
    margin-bottom: 0;
    padding-bottom: 0.5rem;
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
}

.item-menu-droite dd:last-child{
	padding-bottom: 10px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;

    border-bottom: 1px solid rgba(0,0,0,.15);
}

.item-menu-droite dd:nth-child(2){
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
	padding-top: 10px;
    border-top: 1px solid rgba(0,0,0,.15);
}

/* CSS Document */
.mega-menu{
    width: 800px;
    overflow: hidden;
    padding: 10px;
    font-size:90%;
    max-width: 90vw;
}
.mega-menu a:not(.sub-menu-heading){
    margin-left: 1em;
    text-decoration: none;
    white-space: normal;
}
.mega-menu .sub-menu-heading{
    color: #A23D25;
    font-weight: bold;
}

@media(max-width:991.98px){
	.mega-menu{
        width: 100%;
    }

    .dropdown-item{
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        max-width: calc(100vw - 50px);
   }
}

.pub-footer{
    background: transparent url(img/footer.jpg) bottom left no-repeat;
    height:150px;
    padding-left:280px;
    padding-top:30px;
    content:"";
}

footer{
    font-size:90%;
    background-color: #2e1005;
    border-top:0.60em solid #A23D25;
    padding-top:1.5em;
    padding-bottom:1.5em;
}

footer h5{
	color: #A23D25;
}

footer .date_recherche  {
	font-size:80%;
	font-style:italic;
	color:#969696;
}

footer ul{
	padding:0px;
	margin:0px;
}

footer ul li{
    margin-bottom:1em;
}

footer li a,
footer li a:hover{
    color: #EDDA8C;
}
footer li a:hover{
    text-decoration: underline;
}

.corps a:not(.btn){
    color: #A13D25;
}

.breadcrumb{
    background-color: transparent;
    font-size: 80%;
}

.breadcrumb a{
    color: #2e1005;
}

#rechercher{
    text-align: center;
    color: #2e1005;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.copyright{
    font-size:80%;
    background-color: #A23D25;
    color: #EDDA8C;
}

.copyright a,
.copyright a:hover{
    color: #EDDA8C;
}
.copyright a:hover{
    text-decoration: underline;
}

.tooltip .tooltip-inner {
    color: #EDDA8C;
    background-color: #A23D25;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #A23D25;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #A23D25;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #A23D25;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #A23D25;
}

.corps img {
	/* border:1px solid #2E1005; */
    max-width: 100%;
}

.card img{
    border: 0px;
}

.card{
    margin-bottom: 15px;
}

.corps .img_sans_bordure {
	border:0px;
}

.corps .img_article {
	border: 0px;
	float: right;
	margin: 6px;
}

.corps .img_article_border {
	float: right;
	margin: 6px;
}

.corps .img_article_border_left{
	float: left;
	margin: 6px;
}

.corps .img_hiero {
	border: 0px;
	margin: 0px;
	padding:1px;
}

.corps .icone{
	border:0px;
	vertical-align: middle;
}

.corps .dico_nombre_result:first-letter  {
	font-size:100%;
}

.photos{
    text-align: center;
    margin-bottom: 1em;
}

.photos .item{
    margin: 0.25em;
}
.photos img{
    border: 0px;
}


img:not([src]) {
    visibility: hidden;
}

/* img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
} */

.item-menu-droite-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.carousel{
    margin-bottom: 20px;
}

.carousel .carousel-caption{
    background-color: rgba(162,61,37,0.7);
    padding: 0.5em;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon{
    background-color: rgba(162,61,37,0.7);
    border-radius: 100%;
    background-size: 50%;
    padding: 1em;
}

.corps blockquote {
    font-style: italic;
    margin: 0.25em 0;
    margin-left: 10px;
    padding: 0.25em 50px;
    padding-right: 0.25em;
    line-height: 1.45;
    position: relative;
    color: #595858;
    text-transform: none;
}

.corps blockquote:before{
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    left: 0px;
    top: -10px;
    color: #595858;
}

.corps ul {
	margin-left: 0px;
	padding-left:25px;
}

.corps ol li {
	list-style-type:decimal;
}

.corps ul.a_lire{
	padding:0px;
}

.corps ul.a_lire li{
	padding:0px;
	margin: 0px;
	background: none;
	list-style: none;
}

.corps ul.a_lire .date_recherche{
	font-weight: normal;
}

.corps .date_recherche {
    font-size: 80%;
    font-style: italic;
    color: #585858;
}

.corps ul.contacts li.selected{
	background-color:#d4b083;
	cursor: pointer;
}

.corps ul.contacts  {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}

.corps ul li.contacts {
	list-style-type: none;
	display:block;
	margin:0;
	padding:0px;
	background:none;
}

.corps ul li p{
	margin: 0px;
	padding: 0px;
}


.corps ul li .lien{
	color:#EDDA8C;
	font-weight:normal;
}

h1 {
    background: url(/image/elements/h1-new3.png) bottom left no-repeat;
    padding-left: 3rem;
    border-bottom: 2px solid #2e1005;
    color: #A23D25;
    font-size: 2rem;
    background-size: 2.5rem;
}

h2 {
    text-decoration-color: #A23D25;
    text-decoration-line: underline;
    color: #2e1005;
    font-size: 1.8rem;
    padding-left: 2rem;
    background: url(/image/elements/h2.png) 0% calc(0% + 1px) no-repeat;
    background-size: 2.5rem;
}

@media (max-width: 575.98px) {
    h2{
        background: url(/image/elements/h2.png) 0% calc(0%) no-repeat;
    }

    .corps .img_article_border, .corps .img_article_border_left{
        float: inherit;
        display: block;
        margin: auto;
    }
}


.corps .transliteration{
	font-size:1.3em;
	font-family:transliterationitalic;
}

.corps a.notebasdepage{
	position: relative;
	text-decoration: none;
}

.corps .notebasdepage{
	font-size:80%;
}

.corps a.notebasdepage span {
   display: none;
}

.corps a.notebasdepage:hover {
   background: none;
   z-index: 500;
   cursor: help;
}

.corps a.notebasdepage:hover span {
	display: inline;
	position: absolute;
	width:200px;
	display:block;
	font-size:80%;
	top: 30px;
	left: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #A23D25;
	opacity: 0.9;
	font-size: 10px;
	color: #EDDA8C;
	padding: 5px;
	text-align:left;
}

.card-img-overlay{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    color:white;
}

.corps .legende {
	font-size:80%;
	font-style:italic;
	color:#585858;
	text-align:center;
}

.corps .auteur{
	font-size:80%;
	font-style:italic;
	color:#585858;
}

.corps table.hiero_table{
	margin:0px;
	padding:0px;
	border-spacing: 0px;
	border:0px;
	border-collapse: collapse;
	display:inline;
	vertical-align:middle;
}

.corps .flir-image{
	vertical-align:middle;
}

.corps table.hiero_table_block{
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:middle;
	display:inline-block;
}


.corps table.tableau{
	margin:0px;
    margin: auto;
    margin-bottom: 1em;
	padding:0px;
	border:1px solid #A23D25;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
}
.corps .tableau .tableau{
	border:0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.corps .tableau td{
	text-align:center;
	margin:0px;
	padding:5px;
	border:1px solid #A23D25;
}
.corps .tableau th{
	color: #e9e4e1;
	background-color:#A23D25;
    padding: 5px;
}
.corps .tableau th a{
    color: #EDDA8C;
}

.corps .tableau td table.hiero_table td,.corps .tableau tr table.hiero_table tr,.corps .tableau td table.hiero_table{
	margin:0px;
	padding:0px;
	border:0px;
}
.corps .tableau td table.hiero_table, .corps .tableau td table{
	margin:auto;
}

.corps .tableau td table td{
	text-align:center;
	margin:0px;
	padding:0px;
	border:0px;
}

.corps .tableau td{
	text-align:center;
}

.corps table.hiero_table img{
	margin:1px;
}

.corps table.hiero_table td,.corps table.hiero_table tr{
	padding:0px;
}

#source p{
	font-style:italic;
	color:#585858;
}

.corps #source-article {
	margin:0px;
	padding:0px;
	font-style: italic;
}

.addthis_toolbox  {
    display: inline-block;
}

.home h3, .home-white h3{
    font-size: 1.25rem;
}

.home-white{
    background-color: white;
}

#carouselHome .carousel-item .img-fluid {
  width:100%;
  height:600px;
  object-fit: cover;
  object-position: center 25%;
}

.card-deck-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.card-deck-wrapper > div[class*='col-'] {
  display: flex;
}


@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }

    .item-menu-droite{
        max-width: 300px;
    }
}

@media print {
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }

  header, footer, nav, .navbar-top, .navbar, .copyright, .col-md-auto, #disqus_thread, aside {
    display: none;
  }

  .navbar-top{
      display: none !important;
  }

  h1, h2{
      padding-left: 0px;
  }

  .corps{
      width: 100%;
  }

}
