@import url('https://fonts.googleapis.com/css?family=Cardo&display=swap');

body {
  background: #120f10;
  color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
}

main {
  position: relative;
}

footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  background: #120f10;
  left: 0;
  padding: 1rem 0;
}

footer a {
  color: #9cabbd;
}

a {
  color: #fff;
}

.main-title > h1 {
  font-family: 'Cardo', serif;
  font-size: 66px;
}

.main-title > h4 {
  text-align: center;
  margin-top: -20px;
}

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

.row > * {
  margin-bottom: 2rem;
}

ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

ul li {
  padding: 0 1rem;
}

ul li:first-child {
  padding: 0;
}

.jumbotron {
  padding: 0;
  background: transparent;
  position: relative;
}

.main-title {
  position: absolute;
  z-index: 99999;
  left: 20px;
  top: 20px;
  color: #fff;
}

.intro {
  max-width: 1400px;
  margin-bottom: 60px;
  width: 100%;
}

@media (min-width: 1200px) {
  .intro {
    max-width: 80%;
    margin-left: 0;
    margin-right: auto;
  }
}

.intro p {
  max-width: 1000px;
}

@media (min-width: 1200px) {
  .intro p {
    max-width: 1000px;
    margin-right: auto;
  }
}

main.container-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
}

@media (max-width: 560px) {
  main.container-fluid {
    padding-bottom: 240px;
  }
}

.categorie-art > div {
  min-width: 100%;
}

.categorie-art.row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto !important;
}

.categorie-art img {
  min-width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.categorie-art > div:last-child {
  margin-bottom: 320px;
}

.categorie-art h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 730px) {
  .categorie-art img {
    height: 196px;
    width: 290px !important;
    object-fit: cover;
    min-width: 0px;
  }

  .categorie-art.row {
    justify-content: flex-start;
  }

  .categorie-art h4 {
    width: 290px !important;
  }

  .categorie-art > div {
    height: 100%;
    min-width: 290px;
    width: 100%;
  }

  .categorie-art > div:last-child {
    margin-bottom: 100px;
  }
}

.breadcrum ul li {
  color: red;
}

.video-link {
  cursor: pointer;
}

.video-link:hover {
  text-decoration: underline;
}

.breadcrum ul li a,
.breadcrum .video-link {
  color: white;
}

.modal-dialog {
  max-width: 100%;
}

.modal-body {
  margin-top: 150px;
  text-align: center;
}

.video {
  position: relative;
  z-index: 999999999999;
}

.modal-content {
  background: transparent;
  height: 1px;
}

.modal-header {
  display: none;
}

.explicatif {
  color: #fff;
  max-width: 720px;
  margin-top: 70px;
}

/*Carousel*/

/* .carousel-item > img {
  max-height: 720px;
  object-fit: cover;
} */

body:not(.home) #carousel-morosoli {
  margin-bottom: 160px;
}

@media (max-width: 576px) {
  #carousel-morosoli {
    margin-bottom: 300px;
  }
}

body:not(.home) .carousel-item > img {
  max-width: 1200px;
  margin: 0 auto;
  max-height: 850px !important;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1200px) {
  body:not(.home) .carousel-item > img {
    /* width: 80% !important;
    margin: 0 auto;
    max-height: none; */
    /* object-fit: none; */
  }
}

footer > ul {
  justify-content: center;
}

footer a {
  color: #fff !important;
}

@media (max-width: 576px) {
  li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.titre-pied-page,
.titre_blanc {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}

.vh-100 {
  height: 100vh;
}

.categorie-art a:visited {
  color: #9cabbd;
}

.carton p img {
  max-width: 600px;
}

.artiste p img {
  max-width: 1000px;
}

.image-joelle {
  max-width: 650px;
}

.lang_en {
  color: #9cabbd;
  margin-top: 40px;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-body video {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#video-modal {
  background: black;
}

.breadcrum {
  position: relative;
  z-index: 10000;
  margin-bottom: 40px;
}

.video-container {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}

video {
  max-width: 1000px;
  margin: 0 auto;
}

.breadcrum + .intro > p {
  margin-top: 100px;
}

.menu-cat {
  width: 290px !important;
}

h2.text-center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
