/* Préserver bouton formulaire */
input.form-check-input {
appearance: auto;
}
/* Couleur bordure Cookies CK */
#cookiesck_options {
    border-radius: 25px;
    border: 1px solid #3e220f;
}
/* Couleur controls slideshow */
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: rgba(62,34,15,0.6);
}
/* Fil de navigation - Lien actif */
.breadcrumb > .active {
    color: #fafafa;
}
/* Suggestions recherche */
.awesomplete {
    color: #3e220f;
}
.awesomplete mark {
    background: #7c451d;
}
.mark, mark {
    color: #faf9eb;
    background-color: #7c451d;
    padding: .1em;
}
/* Détails de l'article */
.text-muted {
	color: #3e220f !important;
    text-align: right!important;
    padding-top: 0px;
}
/* Alignement Hamburger menu */
#menu-1 .mobileckhambuger_togglerlabel {
	text-align: left !important;
}
#menu-2 .mobileckhambuger_togglerlabel {
	text-align: left !important;
}
.bg-info {
    --bg-opacity: 1;
    background-color: #3e220f !important;
}
/* Préserver iframe-Cookies CK */
.cookiesck-iframe-wrap {
position: relative;
width: 100%;
padding-bottom: 56%;
height: 0;
}

.cookiesck-iframe-wrap ,
.cookiesck-iframe-wrap-allowed {
position: relative;
width: 100%;
padding-bottom: 56%;
height: 0;
}

.cookiesck-iframe-wrap iframe,
.cookiesck-iframe-wrap-allowed iframe {
position: absolute;
width: 100%;
height: 100%;
}

.cookiesck-iframe-wrap-text {
z-index: 1;
}
.camera_wrap {
  margin: auto;
}
