@font-face {
  font-family: "latoregular";
  src: url("../_fonts/lato-regular-webfont.woff2") format("woff2"),
    url("../_fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "trabashregular";
  src: url("../_fonts/trabash-webfont.woff2") format("woff2"),
    url("../_fonts/trabash-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  font-family: "latoregular";
}

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

h1 {
  font-size: 50px;
  font-family: "trabashregular";
  color: #047640;
}

h3 {
  font-size: 50px;
  font-family: "trabashregular";
  color: #d2952e;
}

.navbar-brand {
  font-size: 20px;
}

.logo-desktop img {
  height: 50px; /* Ajustez cette valeur si nécessaire */
  width: auto;
}

.logo-mobile img {
  height: 30px; /* Ajustez cette valeur si nécessaire */
  width: auto;
}

li {
  font-size: 24px;
  font-weight: lighter;
}

li .active {
  text-decoration: underline;
  font-weight: lighter !important;
}

.dropdown-item:hover {
  color: #808080;
}

#offcanvasDarkNavbarLabel {
  font-size: 30px;
  color: #e6007e;
}

p {
  font-size: 22px;
  font-family: "latoregular";
}

.partenaires p {
  color: #000;
  margin-bottom: 0rem;
}

.partenaires p a {
  color: #000;
  text-decoration: none;
}

.partenaires p a:hover {
  color: #cf3880;
  text-decoration: none;
}

.bg-navbar {
  background-color: #ffffff;
  /*padding-top: 20px;*/
}

.container-fluid.banner-desktop {
  height: 100vh;
}

/*.programme p {
    font-size: 24px;
    color: #FFFFFF;
}

.programme img {
    width:100%;
    height:auto;
}*/

.cliquable {
  cursor: pointer;
}

.date,
.theme,
.bientot,
.decouvrir,
.decouvrir1 {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 30px;
}

.date {
  color: #ffffff;
  font-size: 30px;
  font-family: "trabashregular";
}

.theme {
  color: #ffffff;
  font-size: 30px;
  margin-top: 40px;
  font-family: "trabashregular";
}

.decouvrir {
  color: #ffffff;
  font-size: 22px;
  padding-top: 35px;
  font-family: "latoregular";
}

.decouvrir1 {
  color: #ffffff;
  font-size: 22px;
  padding-top: 95px;
  font-family: "latoregular";
}

.bientot {
  color: #ffffff;
  font-size: 22px;
  padding-top: 235px;
}

.horaire,
.activite {
  border-top: solid 2px #cf3880;
}

.horaire {
  font-size: 22px;
  padding-top: 10px;
  font-family: "latoregular";
}

.activite {
  padding-top: 10px;
}

.day1,
.day6 {
  background: #cf3880;
  height: 400px;
}

.day2,
.day8 {
  background: #e9e13e;
  height: 400px;
}

.day3,
.day5 {
  background: #03945e;
  height: 400px;
}

.day4,
.day7 {
  background: #d2952e;
  height: 400px;
}

.day1 p,
.day2 p,
.day3 p,
.day4 p,
.day5 p,
.day6 p,
.day7 p,
.day8 p {
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 26px;
}

.titre {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  color: #cf3880;
  font-weight: 900;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.titre a {
  color: #000000;
  text-decoration: none;
  font-family: "trabashregular";
}

.rose {
  font-size: 25px;
  color: #ed6da6;
}

.rose a {
  color: #ed6da6;
  text-decoration: none;
}

.sous-titre {
  font-size: 25px;
  font-family: "Inter", sans-serif;
  color: #d2952e;
  font-weight: 900;
  padding-top: 0px;
}

.sous-titre a {
  color: #000000;
  text-decoration: none;
}

.description {
  font-size: 20px;
  font-family: "latoregular";
  padding: 0px 0px 15px 0px;
}

.description a {
  color: #d2952e;
  font-weight: bold;
  text-decoration: none;
}

.description a:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.description-rose {
  font-size: 22px;
  font-family: "trabashregular";
  padding: 0px 0px 30px 0px;
}

.description-rose a {
  color: #000000;
  text-decoration: none;
}

.decouvrir-aussi {
  font-size: 30px;
  color: #ed6da6;
  padding-top: 30px;
}

/* MEDIA QUERY */

@media (min-width: 768px) {
  .banner-desktop {
    display: block;
  }

  .banner-mobile {
    display: none;
  }

  .logo-desktop {
    display: block;
  }

  .logo-mobile {
    display: none;
  }

  h1 {
    padding-top: 120px;
  }

  .col-lg-3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .banner-desktop {
    display: none;
  }

  .banner-mobile {
    display: block;
    margin-top: 100px;
  }

  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
    margin-top: 10px;
  }

  h1 {
    font-size: 35px;
    padding-top: 200px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }

  p {
    font-size: 14px;
  }

  p a {
    font-size: 14px;
  }

  .nav-link {
    font-size: 18px;
  }

  .container {
    margin-top: -100px;
  }

  .logo-patenaire img {
    width: 28%;
    height: auto;
    padding-bottom: 20px;
  }

  .edito h1 {
    font-size: 100px;
  }

  .programme h1 {
    font-size: 30px;
  }

  .programme h2 {
    font-size: 35px;
  }

  .programme h3 {
    font-size: 30px;
  }

  .titre {
    font-size: 18px;
  }

  .sous-titre {
    font-size: 16px;
  }

  .theme {
    font-size: 25px;
  }

  .date {
    font-size: 25px;
  }

  .description {
    font-size: 14px;
  }

  .col-lg-3 {
    padding-bottom: 20px;
  }

  /*    .description {
        margin-top: 20px;
    }
    .titre-evt {
        font-size: 30px;
    }

    .stitre-evt {
        font-size: 20px;
    }

    .extra {
        font-size: 15px;
    }

    .titre-partenaines h2 {
        font-size: 35px;
    }

    .titre-cat {
        font-size: 20px;
    }*/
}
