/***** BUTTONS *****/
/* BUTTONS : COLOR AND FONT*/
/* BUTTONS : SIZE*/
/* BEFORE OR AFTER BUTTON*/
/* NO TEXT BUTTON*/
/* BUTTON : GENERIC BUTTON - DO NOT USE */
/* Arrows Slider */
/* ICONS LIST */ /**
* font-family: 'Outfit', sans-serif;
* 400, 500, 600, 700  
*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

.par--type--s-liens.par--view-mode--fichiers-smalltransparent .s-liens__field-lien a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 24px;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  color: #7D714F;
}
.par--type--s-liens.par--view-mode--fichiers-smalltransparent .s-liens__field-lien a a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.par--type--s-liens.par--view-mode--fichiers-smalltransparent .s-liens__field-lien a:hover {
  color: #504626;
  border-color: #504626;
}
.par--type--s-liens.par--view-mode--fichiers-smalltransparent .s-liens__field-lien .file a::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7D714F;
  -webkit-mask-image: url("../../img/icones/download.svg");
          mask-image: url("../../img/icones/download.svg");
}

.par--type--s-liens.par--view-mode--fichiers-largetransparent .s-liens__field-lien a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 24px;
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
  color: #7D714F;
}
.par--type--s-liens.par--view-mode--fichiers-largetransparent .s-liens__field-lien a a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.par--type--s-liens.par--view-mode--fichiers-largetransparent .s-liens__field-lien a:hover {
  color: #504626;
  border-color: #504626;
}
.par--type--s-liens.par--view-mode--fichiers-largetransparent .s-liens__field-lien .file a::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7D714F;
  -webkit-mask-image: url("../../img/icones/download.svg");
          mask-image: url("../../img/icones/download.svg");
}

.par--type--s-liens.par--view-mode--fichiers-smallgold .s-liens__field-lien a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 24px;
  background-color: #7D714F;
  color: #FFFFFF;
}
.par--type--s-liens.par--view-mode--fichiers-smallgold .s-liens__field-lien a a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.par--type--s-liens.par--view-mode--fichiers-smallgold .s-liens__field-lien a:hover {
  background-color: #504626;
}
.par--type--s-liens.par--view-mode--fichiers-smallgold .s-liens__field-lien .file a::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7D714F;
  -webkit-mask-image: url("../../img/icones/download.svg");
          mask-image: url("../../img/icones/download.svg");
}

.par--type--s-liens.par--view-mode--fichiers-largegold .s-liens__field-lien a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 24px;
  background-color: #7D714F;
  color: #FFFFFF;
}
.par--type--s-liens.par--view-mode--fichiers-largegold .s-liens__field-lien a a {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.par--type--s-liens.par--view-mode--fichiers-largegold .s-liens__field-lien a:hover {
  background-color: #504626;
}
.par--type--s-liens.par--view-mode--fichiers-largegold .s-liens__field-lien .file a::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  display: block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #7D714F;
  -webkit-mask-image: url("../../img/icones/download.svg");
          mask-image: url("../../img/icones/download.svg");
}
/*# sourceMappingURL=paragraph--s-liens.css.map */
