/* general */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Roboto+Slab:wght@300;500;700&display=swap");
.zone_blog {
  max-width: 544px; }

.zone_chant {
  max-width: 480px; }

.cont_hero.row {
  max-width: 1360px;
  margin: auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  padding: 80px 0;
  z-index: 2;
  position: relative; }

.hero {
  position: relative;
  background-size: cover; }

.zone_chant p {
  margin: 0 0 52px; }

p.titreblog {
  padding: 32px 24px;
  background: white;
  text-align: center;
  width: calc(100% - 80px);
  margin-left: 40px;
  position: absolute;
  bottom: -70px; }

a.titreblog {
  color: #000;
  text-align: center;
  font-family: Roboto Slab;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none; }

.zone_blog {
  position: relative; }

.zone_blog img {
  aspect-ratio: 1/1;
  max-height: 535px; }

/* Card musique */
.derchants {
  background: var(--grey-warm, #FBF9F4);
  padding: 80px 15px 0;
  text-align: center; }

.popular-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  row-gap: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cont h2 {
  margin: 0; }

.carte_musiquue img {
  background: black;
  aspect-ratio: 1/1;
  width: 142px;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover; }

.carte_musiquue a {
  z-index: 2; }

.cont_card_chant {
  width: 100%;
  background: white;
  border-top: 4px solid #AA8E29;
  padding-top: 92px;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1; }

.carte_musiquue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 24px);
          flex: 0 0 calc(25% - 24px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
          column-gap: 24px; }

.cont_card_chant h3 {
  margin: 0;
  font-size: 24px;
  color: #000;
  text-decoration: none;
  line-height: 32px;
  margin-bottom: 20px; }

.cont_card_chant a {
  text-decoration: none; }

li.tag a {
  list-style: none;
  padding: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #D1B965;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  font-family: Roboto Slab;
  margin: 10px 16px 10px;
  color: #000;
  text-decoration: none;
  text-align: center; }

.cont_card_chant ul {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  margin: 24px 0; }

.carte_article img {
  aspect-ratio: 544/535;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  margin-bottom: 40px; }

.carte_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33% - 13px);
          flex: 0 0 calc(33% - 13px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  position: relative; }

.cont_card_article h3 {
  font-family: Roboto Slab;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  color: black;
  margin: 0; }

.cont_card_article a {
  text-decoration: none; }

.cont_card_article {
  background: white;
  width: calc(100% - 80px);
  text-align: center;
  padding: 24px;
  position: absolute;
  bottom: 0; }

.carte_article a {
  width: 100%; }

.derartic {
  padding: 80px 15px 256px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.35%, #FFF), to(rgba(255, 223, 111, 0.502))), lightgray 50%;
  background: linear-gradient(180deg, #FFF 19.35%, rgba(255, 223, 111, 0.502) 100%), lightgray 50%; }

.derartic {
  position: relative; }

.cont {
  z-index: 2;
  position: relative; }

:root {
  --base: #ebdfbd;
  --bg-blend: luminosity;
  --blur: 0px;
  --fg-blend: color-burn;
  --foreground: #b5a773;
  --opacity: 0.19;
  --spacing: 1%; }

.img-wrapper {
  background-color: var(--base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  padding: var(--spacing);
  position: relative; }

.img-wrapper img {
  -webkit-filter: grayscale(100%) contrast(1) blur(var(--blur));
          filter: grayscale(100%) contrast(1) blur(var(--blur));
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--bg-blend);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: var(--opacity);
  position: relative;
  width: 100%; }

.img-wrapper::before {
  background-color: var(--foreground);
  bottom: 0;
  content: '';
  height: 100%;
  left: 0;
  mix-blend-mode: var(--fg-blend);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.hero .img-wrapper, .derartic .img-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0; }

.derartic .img-wrapper:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.35%, #FFF), to(rgba(255, 223, 111, 0.5)));
  background: linear-gradient(180deg, #FFF 19.35%, rgba(255, 223, 111, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  content: '';
  display: block;
  z-index: 2;
  height: 100%; }

.hero .img-wrapper:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(39.11%, rgba(170, 142, 41, 0.9)), color-stop(85.49%, rgba(170, 142, 41, 0)));
  background: linear-gradient(90deg, rgba(170, 142, 41, 0.9) 39.11%, rgba(170, 142, 41, 0) 85.49%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  content: '';
  display: block;
  z-index: 2;
  height: 100%; }

.derartic .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom; }

.derchants {
  position: relative; }

.derartic a.btn-primary.middle, .derchants a.btn-primary.middle {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 3; }

.derchants.deux {
  padding-bottom: 208px; }

.presentation {
  max-width: 828px;
  margin: auto;
  padding: 256px 0 160px; }

.presentation h2 {
  margin-bottom: 80px;
  text-align: center; }

.zone_blog:hover img, .carte_article:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer; }

.zone_blog img, .carte_article {
  overflow: hidden; }

.zone_blog img, .carte_article img {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

a.btn-primary:hover {
  background: #313131; }

a.btn-primary {
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.zone_blog:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

li.tag {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0;
          flex: 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cont_card_chant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media (min-width: 960px) and (max-width: 1200px) {
  .zone_chant {
    max-width: 450px; }

  .zone_blog {
    max-width: 450px; }

  .zone_chant h1 {
    font-size: 46px; }

  .zone_chant a.btn-primary {
    padding: 24px 20px;
    font-size: 26px; }

  .cont_card_article h3 {
    font-family: Roboto Slab;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    color: black;
    margin: 0; }

  .derartic {
    padding: 80px 15px 116px; }

  .derchants.deux {
    padding-bottom: 148px; } }
@media (max-width: 960px) {
  .cont_hero.row {
    display: block;
    padding: 20px 20px 100px; }

  .img-wrapper {
    display: none; }

  .hero {
    background: #AA8E29; }

  .zone_chant h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: white;
    margin-bottom: 24px; }

  a.btn-primary {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 48px 0;
    padding: 30px 50px; }

  .carte_musiquue {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 450px;
    margin: auto; }

  .carte_musiquue img {
    width: 128px; }

  .cont_card_chant h3 {
    font-size: 20px;
    line-height: 26px; }

  .cont_card_chant {
    padding-top: 62px;
    margin-bottom: -50px; }

  li.tag a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px; }

  li.tag a {
    padding: 16px; }

  .cont_card_chant ul {
    margin-top: 6px; }

  .derchants.deux {
    padding-top: 0;
    padding-bottom: 24px; }

  .popular-posts {
    row-gap: 24px;
    padding-top: 24px; }

  .zone_chant {
    margin: auto; }

  .zone_blog {
    margin: auto; }

  .derartic a.btn-primary.middle, .derchants a.btn-primary.middle {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    margin: 24px auto;
    max-width: 600px; }

  .derartic {
    padding: 24px 20px; }

  .popular-posts {
    display: block; }

  .carte_article {
    max-width: 400px;
    margin: 12px auto; }

  .presentation {
    padding: 100px 20px; }

  a.titreblog {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; } }
div#audio-player-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  max-width: 1250px;
  margin: auto;
  --seek-before-width: 0%;
  --volume-before-width: 100%;
  --buffered-width: 0%; }

.haut {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 36px 0 57px;
  margin-bottom: 41px; }

.bas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

input#seek-slider {
  margin: 0 23px;
  width: 100%;
  max-width: unset; }

input#volume-slider, input#seek-slider {
  border: none; }

.volume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

button#mute-icon {
  background: none;
  border: none;
  height: 40px; }

button#mute-icon path {
  stroke: black;
  fill: black;
  fill-opacity: 1; }

button#play-icon {
  height: 96px;
  width: 96px;
  border: none;
  border-radius: 50%;
  background: black; }

button#play-icon path {
  stroke: white;
  fill: white;
  fill-opacity: 1;
  -webkit-transform: translateX(2px);
          transform: translateX(2px); }

#volume-slider {
  margin: 10px 2.5%;
  width: 58%; }

#volume-slider::-webkit-slider-runnable-track {
  background: #000; }

#volume-slider::-moz-range-track {
  background: #000; }

#volume-slider::-ms-fill-upper {
  background: #000; }

#volume-slider::before {
  width: var(--volume-before-width); }

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 0px !important;
  height: 0px !important; }

input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  width: 48%;
  max-width: 200px;
  margin: 0;
  padding: 0;
  height: 4px;
  margin: 30px 2.5% 20px 2.5%;
  float: left;
  outline: none; }

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: black; }

input[type="range"]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 8px;
  background-color: #AA8E29;
  width: var(--seek-before-width);
  cursor: pointer; }

input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid #AA8E29;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  margin: -7px 0 0 0; }

input[type="range"]:active::-webkit-slider-thumb {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #AA8E29; }

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: black; }

input[type="range"]::-moz-range-progress {
  background-color: #AA8E29; }

input[type="range"]::-moz-focus-outer {
  border: 0; }

input[type="range"]::-moz-range-thumb {
  box-sizing: content-box;
  border: 1px solid #AA8E29;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer; }

input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #AA8E29; }

input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent; }

input[type="range"]::-ms-fill-lower {
  background-color: #AA8E29; }

input[type="range"]::-ms-fill-upper {
  background: black; }

input[type="range"]::-ms-thumb {
  box-sizing: content-box;
  border: 1px solid #AA8E29;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer; }

input[type="range"]:active::-ms-thumb {
  transform: scale(1.2);
  background: #AA8E29; }

.haut img {
  background: black;
  height: 142px;
  width: 142px;
  -o-object-fit: contain;
     object-fit: contain; }

@media (max-width: 960px) {
  .haut img {
    width: 48px;
    height: 48px; }

  button#play-icon {
    width: 56px;
    height: 56px;
    padding: 12px; }

  input#volume-slider {
    display: none; }

  span#current-time {
    font-size: 12px;
    font-style: normal;
    font-weight: 300; }

  span#duration {
    font-size: 12px;
    font-style: normal;
    font-weight: 300; } }
.paroles {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  text-align: center;
  padding: 0 8%; }

.contenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 144px; }

.infos img {
  max-width: 100%;
  max-height: 545px;
  margin: auto; }

.donnees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%; }

.infos {
  background: var(--grey-warm, #FBF9F4);
  padding-bottom: 56px; }

.infos p {
  margin: 12px 33px; }

.musique-template-default h1 {
  text-align: center;
  margin-bottom: 25px; }

a.partage {
  width: 96px;
  height: 96px;
  background: black;
  margin: 0 8px;
  display: inline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.parta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.partag {
  margin: 80px 0 32px; }

.parta.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px; }

@media (max-width: 960px) {
  .mobile.hautchant a.partage {
    width: 56px;
    height: 56px; }

  a.partage svg {
    width: 28px;
    height: 28px; }

  .mobile.hautchant img {
    width: 100%;
    max-width: 500px;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain; }

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

  .mobile.hautchant .parta {
    -webkit-transform: translateY(-58%);
            transform: translateY(-58%); } }
body.search {
  background: var(--grey-warm, #FBF9F4); }

.imgdet img {
  width: 100%; }

.archive .cont_hero.row {
  padding: 48px 20px;
  max-width: 1700px;
  display: block; }
.archive .breadcrumbs {
  margin: 0 0 36px; }
.archive .cont_hero.row h1 {
  color: #FFF;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 144px; }

.cateblog {
  padding: 18px;
  display: inline;
  background: black;
  min-width: 130px;
  text-align: center;
  text-wrap: nowrap;
  -webkit-transition: background 0.5s;
  transition: background 0.5s; }

.cateblog:hover {
  padding: 17px;
  background: white;
  border: 1px solid #111; }

.catblog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
  z-index: 2;
  position: relative; }

.cateblog a {
  color: #FFF;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.cateblog:hover a {
  color: black; }

.cont_arch {
  max-width: 1700px;
  margin: auto; }

.pub_grand {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%; }

.derartic.archive {
  padding-bottom: 192px;
  margin-bottom: 192px; }

a.page-numbers {
  width: 64px;
  height: 64px;
  background: black;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  text-decoration: none;
  font-family: "Roboto Slab";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px; }

a.next.page-numbers {
  width: auto;
  padding: 0 20px; }

span.page-numbers.current {
  width: 64px;
  height: 64px;
  background: #AA8E29;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  text-decoration: none;
  font-family: "Roboto Slab";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px; }

nav.pagination {
  position: absolute;
  bottom: -224px;
  width: 100%; }

.conleft {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.archive .breadcrumbs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.archive .cont_hero.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.conright {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%; }

div#wpcf7-f1233-o1 {
  max-width: 686px; }

span.wpcf7-form-control-wrap {
  width: 100%;
  max-width: unset; }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 100%;
  padding: 28px 24px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  border-radius: 0;
  border: none;
  margin-bottom: 16px; }

.page-template-contact .archive .cont_hero.row h1 {
  margin-bottom: 48px;
  max-width: 480px;
  text-align: left;
  width: 100%; }

.conleft p {
  max-width: 480px;
  font-size: 24px; }

.conleft a {
  font-size: 24px;
  color: white;
  text-decoration: none; }

textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 28px 24px;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  height: 240px;
  border: none;
  border-radius: 0;
  margin-bottom: 16px; }

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  padding: 24px;
  background: black;
  color: #FFF;
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  /* 150% */
  border: none;
  margin-bottom: 16px; }

@media (max-width: 960px) {
  .conright {
    margin: auto; }

  div#wpcf7-f1233-o1 {
    margin: auto; }

  .conleft p, .conleft p a {
    font-size: 16px; }

  .page-template-contact .archive .cont_hero.row h1 {
    margin: 0;
    text-align: center; }

  .conleft {
    padding: 0 20px; } }
.content .txtimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: auto;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.content .txtimg .txt {
  max-width: 686px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  padding: 0 10px; }
.content .txtimg img {
  width: 540px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  max-width: 100%; }
.content .txtimg.imggauche {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
.content .txtseul {
  max-width: 828px;
  margin: auto;
  padding: 0 10px;
  margin-bottom: 160px; }
.content .txtseul h2 {
  text-align: center; }
.content .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 160px;
  -ms-flex-direction: column;
      flex-direction: column; }
.content .image img {
  max-height: 961px;
  -o-object-fit: cover;
     object-fit: cover; }
.content .image p {
  font-size: 16px; }
.content div#audio-player-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 160px; }
.content button#play-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px; }
.content .lecteur {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-left: 32px; }
.content p.ttremp {
  font-family: "Roboto Slab";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  margin: 0; }
.content .haut {
  margin-bottom: 26px; }

.search .cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.single-format-standard .parta {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 32px);
          transform: translate(-50%, 32px);
  left: 50%; }
.single-format-standard a.partage {
  width: 64px;
  height: 64px; }
.single-format-standard .cont_hero.row {
  margin-bottom: 160px; }
.single-format-standard .archive .cont_hero.row h1 {
  margin-bottom: 36px;
  max-width: unset;
  text-align: center;
  width: 100%; }
.single-format-standard p.date.grand {
  margin-bottom: 120px; }

.search .archive .cont_hero.row h1 {
  max-width: unset;
  text-align: center; }

.search h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

body.tax-categorie-musique, body.post-type-archive-musique {
  background: #FBF9F4; }
  body.tax-categorie-musique .cont, body.post-type-archive-musique .cont {
    padding: 0 20px; }

.det_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-bottom: 80px; }

.imgdet {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%; }

.txtdet {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.archive .cont_hero.row .txtdet h1 {
  text-align: left;
  padding-left: 20px;
  max-width: 950px;
  margin-bottom: 36px;
  width: 100%; }

.txtdet p {
  padding-left: 20px;
  max-width: 950px; }

.volume {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px; }

.lecteurmp3 {
  max-width: 828px;
  margin: auto; }

.image p {
  max-width: 828px; }

td {
  padding: 10px; }

@media (max-width: 960px) {
  .volume {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px; }

  .content .haut {
    margin-bottom: 6px; }

  .content p.ttremp {
    font-family: "Roboto Slab";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin: 0; }

  .archive .cont_hero.row {
    padding: 17px 20px; }

  .archive .cont_hero.row h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 100px; }

  .catblog {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: scroll;
    overflow-x: scroll; }

  .cateblog {
    min-width: unset; }

  .cateblog a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; }

  .cont_arch {
    padding: 0 20px; }

  .single-format-standard p.date.grand {
    margin: 0 0 40px; }

  .single-format-standard a.partage {
    width: 56px;
    height: 56px; }

  .single-format-standard a.partage svg {
    width: 28px;
    height: 28px; }

  .single-format-standard .cont_hero.row {
    margin-bottom: 48px; }

  .single-format-standard .content {
    padding: 0 20px; }

  .content .txtimg {
    margin-bottom: 48px; }

  .content .txtimg .txt {
    margin: auto;
    margin-bottom: 40px; }

  .content .txtseul {
    margin-bottom: 48px; }

  .content .image {
    margin-bottom: 48px; }

  .content .txtseul h2 {
    text-align: left; }

  .content div#audio-player-container {
    margin-bottom: 48px; }

  .content button#play-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px; }

  .imgdet {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }

  .imgdet img {
    width: 100%;
    max-height: 300px;
    -o-object-fit: contain;
       object-fit: contain; }

  .det_cat {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 48px; }

  .txtdet p {
    margin-top: 0; }

  .archive .cont_hero.row .txtdet h1 {
    margin: 0px 0 10px;
    text-align: center;
    width: 100%; }

  .search .archive .cont_hero.row h1 {
    margin-bottom: 24px;
    margin-top: 0; }

  .search h2 {
    text-align: center; }

  .search .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .cont_card_article h3 {
    font-family: Roboto Slab;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 33px;
    color: black;
    margin: 0; } }
.page-template-archive-post .derartic.archive {
  margin-bottom: 0; }

b,
strong {
  font-weight: 700 !important; }

p,
a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; }

a {
  color: black; }

h1,
h2,
h3 {
  font-family: "Roboto Slab", serif;
  font-weight: 500; }

a.btn-primary {
  padding: 24px 90px;
  background: black;
  color: #fff;
  font-family: Roboto Slab;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none; }

a.btn-primary:visited {
  color: white; }

h1 {
  color: #000;
  font-family: Roboto Slab;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 32px 0; }

h2 {
  color: #000;
  font-family: Roboto Slab;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal; }

h3 {
  color: #000;
  text-align: center;
  font-family: "Roboto Slab";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  margin: 32px 10px 24px; }

p.grand {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; }

.cont {
  max-width: 1680px;
  margin: auto; }

.row {
  max-width: 1700px;
  padding: 0 15px; }

main#primary {
  max-width: 1700px;
  margin: auto;
  padding: 0 20px; }

.breadcrumbs,
.breadcrumbs a {
  color: #000;
  font-family: "Roboto Slab";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  margin: 50px 0 34px; }

/* Header */
.site-branding {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.gauche {
  margin-left: auto; }

#searchform input#searchsubmit {
  position: absolute;
  right: 0 !important;
  border: none;
  background-image: url("/wp-content/themes/musique_militaire/img/search.svg") !important;
  margin: 16px;
  background-color: transparent !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

input.inlineSearch {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

form#searchform {
  position: relative !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }

nav#site-navigation {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

#searchform input.inlineSearch {
  padding: 16px;
  padding-right: 46px !important; }

.gauche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.burger {
  margin-left: 26px;
  position: relative; }

nav#burger-navigation {
  position: fixed; }

header#masthead {
  padding: 126px 20px 52px;
  background: black;
  border-bottom: 4px solid #aa8e29; }

input.inlineSearch {
  width: 472px;
  padding: 29px 24px;
  font-size: 20px;
  color: black; }

.site-branding {
  margin-bottom: 52px; }

ul#primary-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-family: Roboto Slab;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin: 52px 0 0; }

ul#primary-menu a {
  color: #fff; }

ul#primary-menu a:hover {
  color: #d1b965; }

nav#burger-navigation {
  background: black;
  color: white;
  right: 0;
  top: 0;
  height: 100vh;
  width: 500px;
  padding: 30px;
  z-index: 3;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 1s;
  transition: 1s;
  max-width: 100%; }

.iconefermburg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 50px 20px 40px; }

nav#burger-navigation li a {
  color: white !important;
  padding: 10px 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; }

nav#burger-navigation li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

nav#burger-navigation ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

nav#burger-navigation ul.sub-menu {
  display: none;
  position: relative;
  z-index: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  float: unset;
  padding-left: 20px; }

nav#burger-navigation ul.sub-menu li a {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  padding: 0; }

.site-branding {
  max-width: 1700px;
  margin: auto; }

nav#site-navigation {
  max-width: 1700px;
  margin: auto; }

.menu-item-has-children > a > p.dev {
  display: block; }

.menu-item-has-children.ouvert > a > p.dev {
  display: none; }

.ouvert > a > p.moins {
  display: block; }

nav#burger-navigation.menuouvert {
  display: block !important;
  -webkit-transform: translateX(0px);
          transform: translateX(0px); }

p.dev,
p.moins {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
  padding: 10px 20px 0;
  cursor: pointer;
  margin: 0; }

nav#burger-navigation li {
  position: relative; }

.ouvert ul.sub-menu {
  display: contents !important; }

/* footer */
footer#colophon {
  background: black;
  padding: 80px 0; }

.site-info {
  max-width: 1700px;
  margin: auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.foot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
  padding: 0 10px; }

.foot p a {
  color: white;
  font-size: 32px;
  text-decoration: none; }

.foot li a {
  color: white;
  text-decoration: none;
  list-style: none; }

.foot li {
  list-style: none; }

.foot ul {
  margin: 0;
  padding: 0; }

.copyright {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: right;
  margin-top: 160px;
  color: white; }

.mobile {
  display: none; }

.desktop {
  display: block; }

.popular-posts::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; }

.main-navigation li {
  padding: 10px;
  text-align: center; }

#searchform input.inlineSearch {
  margin-left: 10px; }

img.custom-logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 550px;
  width: 100% !important; }

nav#burger-navigation li.menu-item-has-children {
  position: relative; }

p.dev, p.moins {
  height: 100%;
  line-height: 48px; }

nav#burger-navigation ul.sub-menu li a {
  width: 100%; }

.custom-logo-link {
  line-height: 0;
  display: inline-block; }

@media (max-width: 960px) {
  .mobile {
    display: block; }

  .desktop {
    display: none !important; }

  .hautmob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 22px; }

  .mobile a.custom-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .hautmob .mobile {
    margin-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

  .iconefermburg {
    padding: 0 0 0 20px;
    width: 45px; }

  a.custom-logo-link {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    margin: 0; }

  input.inlineSearch {
    width: 100%; }

  form#searchform {
    width: 100% !important;
    margin-bottom: 22px; }

  .main-navigation ul:not(.sub-menu) {
    display: block !important; }

  header#masthead {
    padding-top: 20px;
    padding-bottom: 10px; }

  header#masthead {
    padding-top: 20px;
    padding-bottom: 10px; }

  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 24px; }

  .breadcrumbs,
  .breadcrumbs a {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }

  h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 24px 0; }

  .contenu {
    display: block;
    margin-top: 50px; }

  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; }

  .site-info {
    display: block;
    text-align: center; }

  footer#colophon {
    padding: 40px; }

  p.grand {
    margin: 48px 0 24px; }

  ul#menu-footer li {
    margin: 24px 0 24px; }

  .foot p a,
  ul#menu-footer a {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; }

  .foot li a {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; }

  ul#menu-footer {
    margin-top: 48px; }

  h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: normal; }

  .site-branding img {
    width: 250px; }

  a.btn-primary {
    padding: 30px 50px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; } }

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