body:not(.wp-admin).bleu-fonce .section-marches .branche_1,
body:not(.wp-admin).bleu-fonce .section-marches .branche_3_points,
div.wp-block.bleu-fonce .section-marches .branche_1,
div.wp-block.bleu-fonce .section-marches .branche_3_points {
  fill: #5C76B8;
}
body:not(.wp-admin).bleu-fonce .section-marches .marches__container .marches__contenu .marches__jour h3,
div.wp-block.bleu-fonce .section-marches .marches__container .marches__contenu .marches__jour h3 {
  color: #5C76B8;
}
body:not(.wp-admin).bleu-clair .section-marches .branche_1,
body:not(.wp-admin).bleu-clair .section-marches .branche_3_points,
div.wp-block.bleu-clair .section-marches .branche_1,
div.wp-block.bleu-clair .section-marches .branche_3_points {
  fill: #6898AC;
}
body:not(.wp-admin).bleu-clair .section-marches .marches__container .marches__contenu .marches__jour h3,
div.wp-block.bleu-clair .section-marches .marches__container .marches__contenu .marches__jour h3 {
  color: #6898AC;
}
body:not(.wp-admin).violet .section-marches .branche_1,
body:not(.wp-admin).violet .section-marches .branche_3_points,
div.wp-block.violet .section-marches .branche_1,
div.wp-block.violet .section-marches .branche_3_points {
  fill: #B5A4CE;
}
body:not(.wp-admin).violet .section-marches .marches__container .marches__contenu .marches__jour h3,
div.wp-block.violet .section-marches .marches__container .marches__contenu .marches__jour h3 {
  color: #B5A4CE;
}
body:not(.wp-admin).orange .section-marches .branche_1,
body:not(.wp-admin).orange .section-marches .branche_3_points,
div.wp-block.orange .section-marches .branche_1,
div.wp-block.orange .section-marches .branche_3_points {
  fill: #DF9E64;
}
body:not(.wp-admin).orange .section-marches .marches__container .marches__contenu .marches__jour h3,
div.wp-block.orange .section-marches .marches__container .marches__contenu .marches__jour h3 {
  color: #DF9E64;
}
body:not(.wp-admin).jaune .section-marches .branche_1,
body:not(.wp-admin).jaune .section-marches .branche_3_points,
div.wp-block.jaune .section-marches .branche_1,
div.wp-block.jaune .section-marches .branche_3_points {
  fill: #DFCB01;
}
body:not(.wp-admin).jaune .section-marches .marches__container .marches__contenu .marches__jour h3,
div.wp-block.jaune .section-marches .marches__container .marches__contenu .marches__jour h3 {
  color: #DFCB01;
}
.section-marches {
  position: relative;
  overflow-x: clip;
  min-height: 510px;
}
.section-marches .marches__image {
  position: absolute;
  width: 100%;
  height: 510px;
}
.section-marches .marches__image::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
  left: 0;
  opacity: 0.7;
  background-color: #000000;
  background: -webkit-gradient(linear,left top,right top,from(#000000),to(transparent));
  background: -webkit-linear-gradient(left,#000000,rgba(0,0,0,0.76) 26%,transparent 63%);
  background: -moz-linear-gradient(left,#000000,rgba(0,0,0,0.76) 26%,transparent 63%);
  background: -ms-linear-gradient(left,#000000,rgba(0,0,0,0.76) 26%,transparent 63%);
  background: -o-linear-gradient(left,#000000,rgba(0,0,0,0.76) 26%,transparent 63%);
}
.section-marches .marches__image .branche_1 {
  position: absolute;
  fill: #76A38D;
  width: 164px;
  height: auto;
  top: -30px;
  left: 15%;
  z-index: 1;
  -webkit-transform: rotate(27deg);
  -moz-transform: rotate(27deg);
  -ms-transform: rotate(27deg);
  -o-transform: rotate(27deg);
  transform: rotate(27deg);
}
.section-marches .marches__image .branche_3_points {
  position: absolute;
  fill: #76A38D;
  bottom: -3px;
  left: 4%;
  z-index: 1;
}
.section-marches .marches__container {
  max-width: 1865px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  z-index: 2;
}
.section-marches .marches__container .marches__entete {
  margin-left: 50px;
  max-width: 390px;
  position: absolute;
  left: 40px;
  top: 255px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.section-marches .marches__container .marches__entete h2 {
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 5.7rem;
  margin-bottom: 10px;
}
.section-marches .marches__container .marches__entete i {
  font-size: 4.1rem;
  margin-right: 30px;
}
.section-marches .marches__container .marches__contenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  align-self: end;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  position: relative;
  top: 510px;
}
.section-marches .marches__container .marches__contenu .marches__jour {
  margin-left: 12px;
  width: 180px;
  min-height: 314px;
  background: #F7F6E7;
  color: #1E4B35;
  padding: 38px 18px;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  border-radius: 180px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.section-marches .marches__container .marches__contenu .marches__jour h3 {
  font-size: 2.7rem;
  color: #76A38D;
  text-align: center;
}
.section-marches .marches__container .marches__contenu .marches__jour ul {
  padding-left: 10px;
}
.section-marches .marches__container .marches__contenu .marches__jour ul li {
  list-style: none;
  position: relative;
  margin-bottom: 20px;
}
.section-marches .marches__container .marches__contenu .marches__jour ul li::before {
  content: '•';
  position: absolute;
  left: -10px;
}
.section-marches .marches__container .marches__contenu .marches__jour ul li .marche__commune {
  font-weight: bold;
}
.section-marches .marches__container .marches__contenu .marches__jour ul li .marche__infos {
  display: block;
}
@media (max-width: 1450px) {
  .section-marches .marches__container {
    flex-direction: column;
    align-items: center;
  }
  .section-marches .marches__container .marches__entete {
    position: relative;
    margin: 150px 0 20px;
    max-width: none;
    text-align: center;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    top: 0;
    left: 0;
  }
  .section-marches .marches__container .marches__contenu {
    top: 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    max-width: 780px;
    align-self: auto;
    justify-content: center;
  }
  .section-marches .marches__container .marches__contenu .marches__jour {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .section-marches .marches__container .marches__entete h2 {
    font-size: 3.6rem;
  }
  .section-marches .marches__container .marches__contenu .marches__jour h3 {
    font-size: 2.2rem;
  }
  .section-marches .marches__container .marches__entete i {
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  .section-marches .marches__container .marches__contenu {
    max-width: 500px;
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .section-marches .branche_3_points {
    display: none;
  }
  .section-marches .marches__container {
    flex-direction: column;
    align-items: center;
  }
  .section-marches .marches__container .marches__entete {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .section-marches .marches__container .marches__contenu {
    top: 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .section-marches .marches__container .marches__contenu .marches__jour {
    min-height: 0;
  }
}
@media (max-width: 550px) {
  .section-marches .marches__container .marches__contenu {
    flex-direction: column;
    max-width: none;
    width: 100%;
  }
  .section-marches .marches__container .marches__contenu .marches__jour {
    width: 100%;
    margin-left: 0;
    padding: 38px;
  }
  .section-marches .marches__container .marches__contenu .marches__jour ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .section-marches .marches__container .marches__contenu .marches__jour ul li {
    width: 45%;
  }
}
