* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100vw;
  overflow-x: hidden;
}

#modal-nav .modal__overlay {
  width: 100vw;
  display: block;
}
#modal-nav .modal__container {
  margin-top: 0px;
  overflow-x: hidden;
  padding-top: 70px;
  padding-bottom: 170px;
  background: none;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#modal-nav .modal__container nav {
  background: #fff;
  width: 90%;
  max-width: min(560px, 90%);
  border-radius: 20px;
  padding: 30px;
  display: block;
}
#modal-nav .modal__container nav ul {
  list-style: none;
}
#modal-nav .modal__container nav ul li > a, #modal-nav .modal__container nav ul li > span {
  font-family: Raleway, sans-serif;
  font-weight: 900;
  font-size: 23px;
  padding: 32px 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #533C2B;
  display: block;
  text-decoration: none;
  letter-spacing: 0.025em;
}
#modal-nav .modal__container nav ul li > a span, #modal-nav .modal__container nav ul li > span span {
  font-weight: 800;
  font-size: 17px;
  display: block;
  margin-top: 2px;
}
#modal-nav .modal__container nav ul li > a:focus, #modal-nav .modal__container nav ul li > span:focus {
  outline: none;
}
#modal-nav .modal__container nav ul li > a.with_infos, #modal-nav .modal__container nav ul li > span.with_infos {
  padding: 21px 0;
}
#modal-nav .modal__container nav ul li .active {
  background: #fbecc2;
  border-radius: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#modal-nav .modal__container nav ul li:hover {
  background: rgba(251, 236, 194, 0.5019607843);
  border-radius: 16px;
}

#main_header {
  background-color: #fdf9f1;
  background-image: url("../img/header.webp");
  width: 100%;
  height: 42vw;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#main_header .btn-menu-background {
  width: 830px;
  height: 612px;
  -webkit-border-radius: 415px/306px;
  -moz-border-radius: 415px/306px;
  border-radius: 415px/306px;
  position: absolute;
  right: -400px;
  top: -300px;
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
  overflow: hidden;
}
#main_header #btn-menu {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  color: #fff;
  font-family: Raleway, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.038em;
  font-size: 15px;
}
#main_header #btn-menu:hover {
  transform: scale(1.04);
  transition: all 0.1s;
}
#main_header #btn-menu::before {
  content: "";
  top: 3px;
  position: relative;
  width: 17px;
  height: 19px;
  margin-right: 5px;
  display: inline-block;
  background-image: url("../img/icon_menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 4px;
}
#main_header .logo {
  width: clamp(290px, 35%, 450px);
  transform: translateY(-8%);
  height: auto;
  pointer-events: none;
}
#main_header .logo div {
  width: 100%;
  padding-top: 100%;
  background: url("../img/logo_brigade.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
#main_header .custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  line-height: 0;
}
#main_header .custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(160vw + 1.3px);
  height: 80px;
  overflow-clip-margin: content-box;
  overflow: hidden;
}
#main_header .custom-shape-divider-bottom svg path {
  fill: #fdf9f1;
}

main {
  font-family: Raleway, sans-serif;
}
main section h2 {
  display: inline-block;
  position: relative;
  color: #533c2c;
  font-weight: 900;
  font-size: 41px;
  letter-spacing: 0.035em;
  margin-bottom: 72px;
  margin-top: 52px;
  text-transform: uppercase;
}
main section .text {
  padding-left: 32px;
  max-width: 650px;
  text-align: left;
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 28px;
}
main section .text .chapo {
  font-weight: 800;
  margin-bottom: 20px;
}
main section .text p {
  margin-bottom: 12px;
}
main .tester {
  z-index: 100000;
  transform: scale(0.8);
  position: fixed;
  bottom: -10px;
  right: 0;
  width: 280px;
  height: 214px;
  background: url(http://scoutslavaux.ch/img/bubble.10176169.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 76px;
  padding-left: 20px;
  line-height: 37px;
  padding-right: 20px;
  box-sizing: border-box;
  font-family: Loved by the King;
  -webkit-text-stroke: 1px #533c2c;
  font-size: 31px;
  font-weight: 400;
  color: #533c2c;
  letter-spacing: 0.07em;
  cursor: pointer;
}
@supports (-webkit-touch-callout: none) {
  main .tester {
    /* CSS specific to iOS devices */
    -webkit-text-stroke: none;
  }
}
@supports not (-webkit-touch-callout: none) {
  main .tester {
    /* CSS for other than iOS devices */
  }
}
main .hero {
  background: #fdf9f1;
  height: 12vw;
  position: relative;
  width: 100vw;
  margin-top: -1px;
  z-index: 10000;
}
main .hero .custom-shape-divider-bottom {
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  width: 100vw;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
main .hero .custom-shape-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(126% + 1.3px);
  right: 13%;
  height: 86px;
  z-index: 1000;
  transform: rotateY(180deg);
}
main .hero .custom-shape-divider-bottom svg path {
  fill: #ffffff;
}
main .hero .photos_actifs {
  pointer-events: none;
  width: 100%;
  height: 30vw;
  background: url(../img/groupe_loups.webp);
  background-repeat: no-repeat;
  background-size: auto 26vw;
  background-position: 100% 100%;
  position: absolute;
  top: -22vw;
  left: -8%;
}
main .we_are {
  margin-top: -50px;
  padding-top: 30px;
  box-sizing: border-box;
  margin-bottom: 90px;
  min-height: 500px;
  text-align: center;
  position: relative;
  z-index: 10000;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
main .we_are h2 {
  margin-bottom: 42px;
}
main .we_are .container .decoration_01 {
  pointer-events: none;
  position: absolute;
  top: -60px;
  left: -765px;
  display: block;
}
main .we_are .container .decoration_01 .img {
  width: 820px;
  height: 1000px;
  display: block;
  background-image: url("../img/img_feuille_01.webp");
  background-size: 820px auto;
  background-repeat: no-repeat;
}
main .we_are .container .decoration_02 {
  pointer-events: none;
  position: absolute;
  bottom: -250px;
  right: -620px;
}
main .we_are .container .decoration_02 .img {
  transform: rotate(-20deg);
  transform-origin: bottom right;
  width: 430px;
  height: 414px;
  background-image: url("../img/img_feuille_02.webp");
  background-size: 310px auto;
  background-repeat: no-repeat;
}
main .programme {
  margin-top: calc(-4vw + 30px);
  background: #fdf9f1;
  padding-top: calc(4vw + 40px);
  padding-bottom: calc(4vw + 40px);
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
  font-family: Raleway, sans-serif;
}
main .programme .deco_background {
  width: 100vw;
  height: 0;
  left: 0;
  padding-top: 4vw;
  position: absolute;
  top: 0;
  overflow: hidden;
}
main .programme .deco_background div {
  transform-origin: bottom left;
  transform: rotate(-2deg);
  height: 100px;
  width: 150vw;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
main .programme table {
  max-width: 90%;
  margin: 0 auto;
  border-collapse: separate;
}
main .programme table thead {
  font-family: Loved by the King;
  -webkit-text-stroke: 0.1px #533c2c;
  font-size: 27px;
  font-weight: 400;
  color: #533c2c;
  letter-spacing: 0.025em;
}
main .programme table thead th {
  padding-bottom: 16px;
  font-weight: 500;
  -webkit-text-stroke: 1px #533c2c;
}
main .programme table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
main .programme table tbody tr td {
  padding: 18px 20px;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: rgba(60, 59, 50, 0.6);
  border-bottom: 1px solid #e6dcb2;
}
main .programme table tbody tr td.date {
  box-sizing: border-box;
  width: 260px;
  border: 2px solid #f0dd8c;
  background: rgba(255, 240, 185, 0.2509803922);
  border-radius: 20px;
  color: #3c3b32;
  padding: 28px 20px;
  text-align: center;
  font-weight: 800;
  border-spacing: 10px 0;
  line-height: 24px;
}
main .programme table tbody tr td.libelle {
  font-size: 18px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  color: #3c3b32;
  text-align: left !important;
  width: 190px;
  line-height: 26px;
}
main .programme table tbody tr td.libelle span {
  margin-top: 3px;
  display: block;
  font-size: 18px;
  color: #6e6e6e;
  line-height: 20px;
}
main .programme table tbody tr td a {
  color: #875b3f;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.03em;
}
main .programme table tbody tr:first-child td.date {
  background: #fff0b9;
}
main .programme table tbody tr.list td {
  border: none;
}
main .programme table tbody tr.weekend td {
  border: none;
}
main .programme table tbody tr.weekend td.date {
  border: 2px solid #f8ae63;
  background: rgba(248, 174, 99, 0.1254901961);
}
main .programme table tbody tr.only td:not(.date) {
  border: none;
}
main .programme table tbody tr.element_to_hide {
  display: none;
}
main .programme table tbody tr.empty td {
  border: none;
}
main .programme ul.col {
  display: none;
  margin: 0 5vw;
  width: 90vw;
  padding: 0;
  list-style: none;
}
main .programme ul.col > li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid #f0dd8c;
  border-radius: 8px;
  margin-bottom: 28px;
}
main .programme ul.col > li .element_to_hide {
  display: none;
}
main .programme ul.col > li > span {
  padding: 28px 40px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  color: #3c3b32;
  background: rgba(255, 240, 185, 0.3764705882);
  width: 100%;
  box-sizing: border-box;
}
main .programme ul.col > li .libelle span {
  margin-top: 1px;
  display: block;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 20px;
}
main .programme ul.col > li.weekend {
  border: 2px solid #f8ae63;
}
main .programme ul.col > li.weekend .libelle {
  text-align: center;
}
main .programme ul.col > li.weekend > span {
  background: rgba(248, 174, 99, 0.1254901961);
}
main .programme ul.col > li:first-child > span {
  background: #fff0b9;
}
main .programme ul.col > li ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 20px 20px;
  border-bottom: 1px solid #e6dcb2;
  clear: both;
}
main .programme ul.col > li ul li {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
main .programme ul.col > li ul li.libelle {
  font-size: 16px;
  font-weight: 700;
  color: #3c3b32;
  line-height: 20px;
  text-align: left;
  vertical-align: baseline;
  width: calc(61% - 10px);
}
main .programme ul.col > li ul li.horaires {
  margin-top: 2px;
  font-weight: 600;
  color: rgba(60, 59, 50, 0.5960784314);
  font-size: 17px;
  text-align: left;
  vertical-align: baseline;
  width: calc(61% - 10px);
}
main .programme ul.col > li ul li.lieu, main .programme ul.col > li ul li.infos {
  text-align: right;
  vertical-align: baseline;
  width: calc(38% - 10px);
}
main .programme ul.col > li ul li a {
  color: #875b3f;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.03em;
  font-weight: 600;
}
main .programme button {
  outline: none;
  padding: 16px 28px;
  background: #e66b1c;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.028em;
  font-style: italic;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  margin-top: 35px;
  margin-bottom: 30px;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.08);
}
main .custom-shape-divider-bottom-1598392070 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
main .custom-shape-divider-bottom-1598392070 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 47px;
}
main .custom-shape-divider-bottom-1598392070 svg path {
  fill: #ffffff;
}
main .cg {
  width: 865px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 100px;
}
main .cg h2 {
  margin: 0 auto;
}
main .cg .maitrise {
  margin-top: 30px;
}
main .cg .maitrise .responsable_new {
  width: 310px;
  margin-left: 20px;
  margin-right: 20px;
  height: auto;
  display: inline-block;
}
main .cg .maitrise .responsable_new .portrait {
  width: 100%;
  display: block;
  position: relative;
}
main .cg .maitrise .responsable_new .portrait::before {
  content: "";
  width: 96%;
  padding-top: 30%;
  position: absolute;
  top: calc(52.5% - 15px);
  left: 2%;
  z-index: 1000;
  background-image: url("../img/dos_hole.svg");
  z-index: 100;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
main .cg .maitrise .responsable_new .portrait::after {
  content: "";
  width: 96%;
  padding-top: 33%;
  position: absolute;
  top: 52.5%;
  left: 2%;
  z-index: 1002;
  background-image: url("../img/avant_2_hole.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
main .cg .maitrise .responsable_new .portrait .mask {
  width: 82%;
  margin-left: 9%;
  margin-top: 9%;
  overflow: hidden;
  z-index: 1001;
  -webkit-clip-path: polygon(0 4%, 100% 4%, 110% 100%, -10% 100%);
  clip-path: polygon(0 4%, 100% 4%, 110% 100%, -10% 100%);
  height: 0;
  position: relative;
  padding-top: 90%;
  display: none;
}
main .cg .maitrise .responsable_new .portrait .mask img {
  width: 100%;
  position: relative;
  z-index: 200;
  top: -310.118px;
  margin-top: -381px;
}

@media screen and (max-width: 690px) {
  #modal-nav {
    width: 100vw;
    overflow-x: hidden;
  }
  #modal-nav .modal__container nav ul {
    list-style: none;
  }
  #modal-nav .modal__container nav ul > li > span, #modal-nav .modal__container nav ul > li > a {
    font-size: 19px;
    border-radius: 20px;
    overflow: hidden;
  }
  #modal-nav .modal__container nav ul > li > span > span, #modal-nav .modal__container nav ul > li > a > span {
    font-size: 15px;
  }
  main section .container h2 {
    font-size: 26px;
    margin-top: 32px;
    margin-bottom: 36px;
  }
  main .programme {
    padding-top: 48px;
    margin-bottom: 26px;
  }
  main .programme .container h2 {
    font-size: 26px;
    margin-top: 36px;
    margin-bottom: 42px;
  }
  main .programme ul.col {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  main .programme ul.col li.element_to_hide {
    display: none;
  }
  main .programme ul.col > li > ul:last-child {
    border-bottom: none;
  }
  main .programme table {
    display: none;
  }
  main .we_are {
    margin-bottom: 58px;
  }
  main .tester {
    height: 166px;
    width: 217px;
    padding-top: 56px;
    font-size: 24px;
    line-height: 31px;
    padding-left: 20px;
    bottom: -18px;
    right: -14px;
  }
  main .hero {
    height: 22vw;
  }
  main .hero .photos_actifs {
    background-size: auto 31vw;
    height: 31vw;
    top: -27vw;
  }
  main .hero .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: 210%;
    right: 53%;
    height: 48px;
  }
  main section .container {
    width: 86%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 7%;
    margin-right: 7%;
  }
  main section .container .text {
    font-size: 17px;
    line-height: 26px;
  }
  main .we_are .text {
    padding-left: 0;
  }
  main .cg {
    width: 100vw;
    margin-bottom: 210px;
  }
  main .cg .maitrise {
    margin-top: 0;
  }
  main .cg .maitrise .responsable_new {
    width: auto;
  }
  #main_header {
    height: 104vw;
  }
  #main_header .custom-shape-divider-bottom svg {
    position: relative;
    display: block;
    width: 220%;
    height: 70px;
    overflow-clip-margin: content-box;
    overflow: hidden;
  }
  #main_header #btn-menu {
    top: 22px;
    right: 22px;
  }
}

/*# sourceMappingURL=main.css.map */
