body {
  /*background-image: url(../images/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/

  background: url(../images/background.jpg) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  background-color:#2a1d1b;
  
  padding:0;
  margin:0;
  min-height:100%;
  height:100%;
}

body, p, a {
   font-family: 'Open Sans', sans-serif; 
}

section {
    position:relative;
    margin:0;
    padding:0;
    width:100%;
    height:100%;    
}
#footer_bottom {
    /*position:absolute;
    bottom:0;
    width:100%;
    margin:0;
    padding:0;      
    */
  clear: both;
    position: relative;
    height: 40px;
    margin-top: 0px;    
}

#background_img {
    position:absolute;
    top:0;
}

a {
    color: #463c3e;
}

img {
    max-width: 100%;
    height: auto;
}

nav {
  /* background-color: #000000; */
  background-color: #463c3e;
  background-color: #3a3132;
}

nav.navbar > .container {
  justify-content: flex-end;
  position: relative;
}

div.main.container {
 background-color: #cecdc4;
 /*  background:#2a1d1b;*/
  /* color: #463c3e; */
  color: #000000;
  /* max-width: 720px; */
  position: relative;
  z-index: 1000000;

  /* background-image: url(../images/footer.png); */
  background-repeat: no-repeat;
  background-position: bottom right;
}

div.header.container {
  background-color: #ffff00;
  max-width: 720px;
}

nav.navbar ul {
    display: flex;
    list-style: none;
    padding-left:0;
    margin-left:0;
}

nav.navbar ul li {
    display: flex;
    align-items: center;
}

nav.navbar ul li a {
    color: #ffffff;
    margin-left: 15px;
}

@media screen and (max-width: 1200px) {
  nav.navbar > .container > div.logo {
    position: inherit;
    top: inherit;
    left: inherit;
    
    width: 50px;
    height: 50px;
  }
  
  nav.navbar > .container {
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  footer.container {
    max-width: inherit;
  }
  div.main.container {
    max-width: inherit;
  }
  div.main.container .container .col-3 {
      max-width:50%;
  }
}

footer  {
  background-color: #473d3e;
  color:white;
  /* padding-top:100px;*/
 /* margin-right:-15px;
  margin-left:-15px;*/
  margin-top:20px;
  min-height: 100px;
  width:unset;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .row p a {
    padding:10px;
    color:white;
}

footer .copyright .col {
    justify-content: flex-end;
    display: flex;
    font-size: 14px;
}

footer .row .col {
    align-self: flex-end;    
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin-bottom: 15px;
}
footer ul li a {
    color:white;
}

ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #373032;
  color: #ffffff;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.menu > li {
    padding-right: 32px;
}
ul.menu a {
    color: #ffffff;
    font-size: 1em;
}
@media screen and (max-width: 500px) {
  ul.menu {
    flex-direction: column;
  }
  div.menu.bas ul {
      flex-direction: column;
  }
}

/* PAGE */

div.container.main > .row > .sidebar {
    display: flex;
    flex-direction: column;
}
div.container.main > .row > .sidebar > .sidebar-content {
    display: flex;
}
div.container.main > .row > .sidebar > .sidebar-footer {
    display: flex;
    flex-grow: 2;
    align-items: flex-end;
}


div.logo {
    position: absolute;
    top:10px;
    right:15px;
    max-width: 120px;
    z-index: 9999;
}
a#mvclogo {
    max-width: 130px;    
}
a#mnslogo {
    max-width: 110px;    
}
a#mnslogo img {
    /*min-width:30px;
    max-width:130px;*/
}

a#mvclogo img {
    min-width:30px
}

.btn-primary {
    color: #fff;   
    font-weight:bold; 
    background-color: #463c3e;
    border-color: #463c3e;
    background-repeat:no-repeat;
    background-position:3px;
    padding-left:35px;
}
.btn-primary.blanc{
    color: #fff;   
    background-image:url(/images/bouton-retour-blanc.png);
}
.btn-primary.claude {
    color: #ffed00;    
    background-image:url(/images/bouton-retour-jaune.png);
}
.btn-primary.eric {
    color: #f39200;    
    background-image:url(/images/bouton-retour-orange.png);
}
.btn-primary.valerie {
    color: #95c11f;    
    background-image:url(/images/bouton-retour-vert.png);
}

.single-box {
    background-color: #BBB9AD;
    padding: 16px 35px 16px 16px;
    text-align:left;
}
.single-box.darker {
    background-color: #463c3e;
    color:white;
    text-align:center;
    font-size:1.5em;
}
.photo-artefact {
   /* border: 5px solid #fff; */
}

.capitalize {
    text-transform:uppercase;
}

h2 {
    font-size:1.8em;
}
.form_main .form input, .form_main .form textarea {
    width:100%;    
}

.form_main .form button {
    width:50%;    
}

@media  screen and (max-width: 600px) {
    .container .main .guide-header {
        background-color: lightblue;
    }
}
.lien {
    text-decoration:underline;
}
.col .curseur_valerie{
  cursor: url('/images/curseur-fleche-vert.png'), auto;    
}

div.curseur_valerie {
  background-image:url('/images/accueil/valerie.jpg');
  background-repeat:no-repeat;
  background-color:black;
  width:268px;
  height:403px;
}
.col .curseur_claude{
  cursor: url('/images/curseur-fleche-jaune.png'), auto;    
}

div.curseur_claude {
  background-image:url('/images/accueil/claude.jpg');
  background-repeat:no-repeat;
  background-color:black;
  width:268px;
  height:403px;
}
.col .curseur_eric {
  cursor: url('/images/curseur-fleche-orange.png'), auto;    
}

div.curseur_eric {
  background-image:url('/images/accueil/eric.jpg');
  background-repeat:no-repeat;
  background-color:black;
  width:268px;
  height:403px;
}
.form_main .petit {
    font-size:0.5em;
}
.form_main .txt_3 {
    height:200px;
}
.legende_carte {
    color:white;
    font-size:0.8em;
}
.emphase {
    text-align:center;
    padding:10px;
}
.emphase p {
    font-size:1.2em;
}

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.content a {
    text-decoration:underline;
    color:#0000EE;
}

dt {
    float:left;
    margin-right:5px;
}

.slider-container {
    margin-top:35px;
    height:100%;
}

.carousel-caption {
    background-color:rgba(0,0,0,.5);
}

.carousel-control-prev {
    top:350px;
    bottom:-260px;    
}
.carousel-control-next {
    top:350px;
    bottom:-260px;    
}
.custom-artefact {
    top:-0px;
    bottom:0px;    
    height:600px;
}

.carousel-control-prev-icon {    
    height: 10%;
    top: 10%;
    width: 136px;
    top:350px;
    bottom:-260px;
    /* background-color:rgba(255,237,0,0.8); */
    /* background-image:url('/images/arrow-background.png'); */
}
p.card-text {
    padding-right:70px;
    padding-left:70px;
    text-align:center;
}

.carousel-control-next-icon {
    height: 10%;
    top: 10%;
    width: 136px;
    top:350px;
    bottom:-260px;
    /* background-color:rgba(255,237,0,0.8); */
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -2em;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255,255,255,.5);
}
.carousel .carousel-indicators li {
    width: .625rem;
    height: .625rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.carousel-multi-item .carousel-indicators li {
    height: 1.25rem;
    width: 1.25rem;
    max-width: 1.25rem;
    background-color:rgba(0,0,0,0.8);
    margin-bottom: -3.75rem;
}

.carousel-multi-item .carousel-indicators .active {
    height: 1.56rem;
    width: 1.56rem;
    max-width: 1.56rem;
    background-color:rgba(255,237,0,1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.carousel {
    margin-bottom:70px;
}

.card-body {
    background-color:rgba(0,0,0,1);
    color:white;
}

a.inline-link {
    text-decoration:underline;
}

div.icon-3d {
    position: absolute;top: 5px;left: 20px;
    width:10%;
}
div.icon-3d-big {
    position: absolute;top: 5px;left: 50px;
    width:10%;
}
.questionnaire {
    max-width:1019px;
}
.game_no_script {
    width:100%;
    padding:10px;
    background-color:transparent;
}
.game_no_script .full_width {
    width:100%;
}
.game_zone {
    max-width:1064px;
}
div.inline-boxes.games.separateur {
    width:100%;
    background-color:transparent;   
    justify-content: space-between;
    flex-wrap: none;
    background-image:url('/images/separation-01.png');
    background-position:right;
    background-repeat:no-repeat;
    height:51px;    
}
div.full_width {
    width:100%;
}

img.full_width {
    width:100%;
}
div.thumbnail {
    width:200px;
}
.rotatebox {
      width: 300px;
      margin: 0 auto;
}
.text_articles {
    margin-left:40px;
}
#renderCanvas {
    width: 100%;
    height: 100%;
    touch-action: none;
}
.artefact3d {
    /*width: 761px;
    height: 571px;
    */
    width:100%;
    height:100%;
    
}
.text-hidden {
   display:block;
   text-indent: -10000px;
}
div.instructions_3d{
    font-size:0.8em;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
.legend {
text-align: center;
font-size:0.9em;
/*font-style: italic;*/
}

img#mnslogo_top {
    width:100px;
}

img.img3dright {
    float:right;
}

label {
    padding-top:10px;
}
*:focus:not(.focus-visible) {
  outline: #ffed00 solid 3px;
}

img.photo-artefact{
    background-color:white;
}
.caption_title {
    margin: 30px 0;
    font-family: 'Architects Daughter', sans-serif;
    text-align: center;
display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
} 
ol.carousel-indicators {
 list-style-type: none;   
}
