:root {
    --violet: #3c2e3d;
    --violet-carte: #2e222c;
    --gold: #e7caa0;
    --header-height: 100px;
}

body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: var(--violet);
    color: var(--gold);
}
.header {
    height: var(--header-height);
    background-color: var(--violet);
    display: flex;
    overflow: hidden;
    border-top: 10px ivory solid;
    border-bottom: 10px ivory solid;
}
.header div {
    display: inline-block;
    color: var(--gold);
    font-size: 20px;
    height: var(--header-height);
}
.header div p {
    line-height: var(--header-height);
    margin: 0px;
    margin-right: var(--header-height);
}
.menu {
    margin-left: 5vw;
}
.menu div {
    margin-top: -9px;
}
.menu-link {
    color: var(--gold);
    text-decoration: none;
    font-size: 31px;
}
.facebook-link {
    color: ivory;
}
.violet {
    color: ivory;
}
.carte {
    display: block;
    text-align: center;
    padding-top: 8vh;
}
.carte .menu1 {
    max-width: 45vw;
}
.carte .menu2 {
    max-width: 45vw;
}
.presentation .entete {
    margin-left: 10vw;
    font-size: 50px;
    max-width: 100vw;
    overflow: hidden;
    /* width: 90vw; */
}
.one-tab {
    margin-left: 15vw;
}
.two-tab {
    margin-left: 15vw;
}
.presentation-text {
    font-size: 25px;
    width: 70%;
    margin: auto;
    text-align: center;
}
.horaires {
    font-size: 25px;
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 2vh;
}
.bandeau1 {
    height: 2.5vh;
    background-color: var(--violet);;
}
iframe {
    width: 90vw;
    height: 60vh;
    margin-top: 9.5vh;
    margin-bottom: 2vh;
    border: 4px rgb(59, 5, 82) solid !important;
}
.adresse {
    text-align: center;
    font-size: 25px;
    padding-bottom: 2vh;
    margin-top: -60px;
}
.contact p {
    text-align: center;
    border: 3px solid var(--gold);
    border-radius: 30px;
    display: block;
    width: 49%;
    margin: auto;
    font-size: 42px;
    margin-top: 20px;
}
.text-noir {
    color: var(--gold);
}
.header img {
        margin-top: -10px;
        margin-left: 35px;
        width: 350px;
}
.entete-phone {
    display: none !important;
}
@media (max-width:1337px){
    .menu {
        display: none !important;
    }
    .header {
        height: 15vh;
    }
    .header img {
        margin: auto;
    }
    .carte .menu1 {
        padding-right: 0vw;
        max-width: 100vw;
    }
    .carte .menu2 {
        max-width: 100vw;
    }
    .presentation .entete {
        font-size: 35px;
    }
    .two-tab {
        margin-left: 30vw;
    }
    .entete {
        display: none !important;
    }
    .presentation .entete-phone {
        display: inline-block !important;
        margin-bottom: 0px;
        font-style: italic;
        font-size: 24px;
        margin-left: 5px;
        /* width: 90vw; */
    }
    .contact p {
        text-align: center;
        display: block;
        border: none;
        width: 100%;
        margin: auto;
        font-size: 25px;
        margin-top: 20px;
    }
}
.boite {
    display: flex;
}
#caroussel {
    width: 800px;
    overflow: hidden;
}
.images {
    display: flex;
    animation-duration: 100s;
    animation-name: mesImages;
    animation-iteration-count: infinite;
}

@keyframes mesImages {
    0% {
        transform: translateX(0);
    }
    33% {
        transform: translateX(-800px);
    }
    66% {
        transform: translateX(-1600px);
    }
    100% {
        transform: translateX(0);
    }
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 30px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.sousligne {
    text-decoration: underline;
}