* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Monotype Corsiva";
  src: url("fonts/monotype/MonotypeCorsiva.woff2") format("woff2"),
    url("fonts/monotype/MonotypeCorsiva.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Stencil";
  src: url("fonts/stencil/Stencil.woff2") format("woff2"),
    url("Stencil.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stencil BT";
  src: url("fonts/stencil/StencilBT-Regular.woff2") format("woff2"),
    url("StencilBT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Stencil";
  src: url("fonts/stencil/Stencil.woff2") format("woff2"),
    url("fonts/stencil/Stencil.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

p,
h3,
li a {
  font-family: "Monotype Corsiva";
}

p span {
  font-family: "Monotype Corsiva";
}

a {
  text-decoration: none;
  color: #012b01;
}

body {
  background-color: #d4d4d4;
  font-family: "Stencil";
}

img {
  object-fit: contain;
}

.text-center {
  text-align: center;
}

.container {
  width: 70%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.title {
  font-size: 90px;
  color: #012b01;
}

.nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.nav-items a {
  text-decoration: none;
  color: #012b01;
  font-size: 15px;
  padding: 15px 10px;
  font-family: "Stencil";
}

.nav-items a:hover {
  background-color: white;
  color: #c13145;
}

.horizontal-line {
  margin: 10px 0;
  width: 95%;
  margin-left: auto;
  height: 10px;
  background-color: #285328;
  background-image: linear-gradient(#012b01, #d4d4d4);
}

.image-container {
  width: 60%;
  height: 400px;
  background-color: lightgray;
  margin-left: auto;
  margin-right: auto;
}

.image-container img {
  width: 100%;
}

.image-container p {
  color: #285328;
  font-size: 18px;
  margin-top: 10px;
}

.home-footer {
  position: absolute;
  bottom: 20px;
}

footer {
  width: 70%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

footer p {
  text-align: center;
  color: #285328;
  font-style: normal;
  font-family: sans-serif;
  font-size: 12px;
}

/* chansons */

.hero {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.hero-image {
  width: 35%;
  margin-right: 50px;
}

.hero-image img {
  width: auto;
  object-fit: contain;
}

.hero-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #7c0212;
  font-style: italic;
  font-family: "Monotype Corsiva";
  width: 100%;
}

.hero-description h3 {
  text-align: center;
  font-weight: normal;
  font-size: 24px;
}

.hero-description p {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.hero-description span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}

.horizontal-line-hero {
  margin: 10px 0;
  width: 70%;
  margin-left: auto;
  height: 10px;
  /*  gradient */
  background-color: #285328;
  background-image: linear-gradient(#012b01, #d4d4d4);
}

.chansons-content-container {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.chansons-content {
  grid-column: 2/3;
}

.chansons-content p {
  margin: 20px 0;
  font-family: sans-serif;
  font-style: normal;
  font-size: 14px;
}

.chansons-list {
  margin: 20px 0;
  list-style: none;
}

.chansons-list-item {
  margin: 30px 0;
}

.chansons-list-item a {
  text-decoration: none;
  color: #7c0212;
  font-style: italic;
  font-family: "Monotype Corsiva";
  font-size: 18px;
}

.chansons-list-item a:hover {
  color: blue;
  text-decoration: underline;
}

.email-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: none;
}

.email-detail p,
.email-detail a {
  font-family: sans-serif;
}

.email-detail a {
  color: blue;
  text-decoration: underline;
}

/* videos */
.text-black {
  color: black;
}

.videos-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0;
  margin-bottom: 50px;
}

.video {
  margin-top: 20px;
  justify-self: center;
  color: #012b01;
}

.video.video-center {
  grid-column: 1/3;
}

.video-title {
  font-size: 22px;
  font-family: "Monotype Corsiva";
  text-align: center;
  margin: 15px 0;
  font-weight: normal !important;
}

.video-title:hover {
  color: blue;
  cursor: pointer;
}

.video-description {
  font-size: 11px;
  text-align: center;
  margin: 15px 0;
  font-family: sans-serif;
}

.video-container {
  width: 300px;
}

.video-container img {
  width: 100%;
  object-fit: contain;
}

.horizontal-line-footer {
  margin: 10px 0;
  width: 100%;
  margin-left: auto;
  height: 10px;
  background-color: #285328;
  background-image: linear-gradient(#012b01, #d4d4d4);
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-content p {
  font-size: 12px;
}

.footer-content p span {
  font-style: italic;
  font-size: 14px;
}

/* evenements */
.evenements-title {
  color: #012b01;
  font-size: 70px;
  }

.evenements-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.evenements-item-container {
  width: 200px;
  height: 350px;
  border: 1px solid red;
}

.evenements-image-carousel {
  width: 60%;
  height: 400px;
  margin: 100px auto;
  margin-bottom: 100px;
}

/* mesamis */
.text-black {
  color: black;
}

.mb-para {
  margin-bottom: 5px;
}

.mesamis-hero .hero-description h3 {
  margin: 30px 0;
}

.hero-description a {
  color: blue;
}

.hero-description a:hover {
  text-decoration: underline;
}

.hero-description p,
.hero-description a {
  font-size: 18px;
}

.radio-image {
  margin: 15px 0;
}

.mesamis-card-container {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.mesamis-card {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 10px;
  font-style: italic;
}

.mesamis-card-title {
  margin: 10px 0;
}

.mesamis-card-image {
  height: 150px;
}

.mesamis-card-image img {
  height: 100%;
  object-fit: contain;
}

.mesamis-card-description {
  margin-top: 10px;
}

.mesamis-card-description p {
  text-align: center;
}

.mesamis-card-description .mesamis-card-link {
  color: blue;
  font-size: 12px;
  display: none;
}

/* mesamis-slideshow  */

#mesamis-slideshow {
  position: relative;
  width: 50%;
  height: 250px;
}

#mesamis-slideshow > div {
  position: absolute;
  top: 0px;
}

#mesamis-slideshow .hero-image {
  width: 100%;
  height: 100%;
}

#mesamis-slideshow .hero-image img {
  width: auto;
  overflow: hidden;
}
/* contact */

.contact-hero-section {
  width: 60vw;
  margin: 20px auto;
  margin-top: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact-hero-section {
    width: 85vw;
  }
}

.contact-hero-section img {
  width: 100%;
  object-fit: contain;
}

.titles-container {
  position: absolute;
  top: 20px;
  left: 10px;
}

.title-passion {
  color: rgb(93, 19, 19);
  font-size: 60px;
  letter-spacing: 2px;
}

.form-container {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 250px;
}

.form-container form .form-item {
  margin: 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-container form .form-item label {
  color: #122a12;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 14px;
}

.form-container form .form-item textarea {
  width: 100%;
  height: 60px;
  resize: none;
  color: blue;
  padding: 5px;
  outline: none;
}

.form-container form p {
  text-align: center;
  color: #122a12;
  font-style: normal;
  font-family: sans-serif;
}

.form-container form .buttons-container {
  display: flex;
}

.form-container form input {
  height: 28px;
  color: blue;
  padding: 5px;
  outline: none;
}

.form-container form button, .form-container form #submit-btn, .form-container form #submit-inner-btn {
  outline: none;
  padding: 8px 25px;
  margin: 10px auto;
  border: none;
  background-color: #c4b3ae;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  color: #122a12;
}

.form-container form button:hover {
  cursor: pointer;
  color: white;
  /* border-bottom: 1px solid rgba(228, 223, 223, 0.1); */
}

.nav-container {
  display: flex;
}

.contact-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 5px auto;
}

.contact-footer {
  width: 60vw;
  margin: 50px auto;
  font-size: 12px;
}

.contact-footer p {
  font-family: sans-serif;
}

.contact-footer a {
  font-family: sans-serif;
  color: black;
  text-decoration: underline;
}

.contact-footer a:hover {
  color: blue;
  cursor: pointer;
}

/* mentions */
.mentions-description {
  margin: 50px 0;
  padding: 0 30px 0 40px;
}

.mentions-description div {
  margin: 20px 0;
}

.mentions-description div p {
  font-family: sans-serif;
  margin: 5px 0;
  font-size: 14px;
  font-weight: lighter;
}

.text-link {
  color: blue;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .container,
  footer {
    width: 80%;
  }
}





.mesamis-bio {


    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-weight: inherit;
    font-size: 20px;
    color: #000;
}


.text-center-event {
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
  font-family: "Monotype Corsiva";
}



.image-container-event {
width: 40em;
margin-top: 10px;
padding-left: 0;
padding-top: 30px;
margin-left: auto;
margin-right: auto;
}

