:root {
  --green: #377771;
  --marron: #5e503f;
  --header-marron: #332f29;
  --grey: #707070;
  --grey-2: #8c8c8c;
  --gold: #d28600;
  --border-accordion: #f2e6d0;
  --bg-accordion: #fffcf8;
}

* {
  box-sizing: border-box;
}


body {
  font-family: "Urbanist", Sans-serif !important;
  margin: 0;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Urbanist", Sans-serif !important;
}
a:hover {
  opacity: 0.75;
}

img, svg, video, canvas, audio, iframe, embed, object{
  object-fit: contain;
}

.container {
  width: 100%;
  /* max-width: 1360px !important; */
  max-width: 1320px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-title {
  font-family: "Urbanist", Sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--header-marron);
  position: relative;
}

.heading-title-border::before,
.heading-title-border::after {
  position: absolute;
  height: 1px;
  bottom: -28px;
  content: "";
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.heading-title.heading-title-border {
  margin-bottom: 48px;
}

.heading-title::before {
  background: rgba(153, 153, 153, 0.8);
  left: 0;
  width: 58px;
  z-index: 1;
}

.heading-title::after {
  background: rgba(80%, 80%, 80%, 0.3);
  left: 62px;
  right: 30%;
  z-index: 0;
}

.heading-description {
  font-family: "Urbanist", Sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
}

.post-title {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 22px;
  margin-bottom: 18px;
  margin-top: 0;
  color: var(--marron);
  font-weight: 700;
}

.post-title::before,
.post-title::after {
  position: absolute;
  height: 1px;
  bottom: 0;
  content: "";
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.post-title::before {
  background: rgba(153, 153, 153, 0.8);
  left: 0;
  width: 58px;
  z-index: 1;
}

.post-title::after {
  background: rgba(80%, 80%, 80%, 0.3);
  left: 62px;
  right: 30%;
  z-index: 0;
}

.post-title > a {
  text-decoration: none;
  color: inherit;
  font-size: 24px;
}

.meta {
  font-family: "Urbanist", Sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--grey);
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-top: 0;
}

.post-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.parc-details .post-description p{
  margin-bottom: 5px;
}
.post-location,
.post-date {
  display: flex;
  align-items: center;
}
.post-location > svg,
.post-date > svg {
  margin-right: 5px;
}

.post-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Urbanist", Sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  background-color: var(--green);
  border-radius: 22px;
  color: #ffffff;
  letter-spacing: 2px;
  width: fit-content;
  padding: 10px;
  min-width: 201px;
}
.post-link:hover{
  text-decoration: none;
}
.post-link.btn-link {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.min-w-auto {
  min-width: auto;
}

.btn-jaune-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.btn-jaune {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Urbanist", Sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  background-color: #f0b500;
  border-radius: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  width: 100%;
  padding: 10px;
}

.hover-opacity-75:hover {
  opacity: 0.75;
}

.mt-\[56px\] {
  margin-top: 56px !important;
}

.mt-\[156px\] {
  margin-top: 156px !important;
}

.mb-\[156px\] {
  margin-bottom: 156px !important;
}

.mt-\[128px\] {
  margin-top: 128px !important;
}

.mb-\[75px\] {
  margin-bottom: 75px !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.align-items-center{
  align-items: center;
}
.items-wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-wrapper table {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  /* Pour éviter les bordures doubles */
}

.table-wrapper table th,
.table-wrapper table td {
  padding: 20px 10px;
}

.table-wrapper table th {
  font-family: "Urbanist", Sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0;
  color: var(--grey);
}

.table-wrapper table tr {
  border-bottom: 1px solid #e0e0e0;
}

.table-wrapper table tbody td {
  font-family: "Urbanist", Sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  color: #8c8c8c;
}

.font-light {
  font-weight: lighter !important;
}

.font-bolder {
  font-weight: 900 !important;
}

.publication-item,
.conserve-bio-item {
  max-width: 396px;
  padding-left: 5px;
  padding-right: 5px;
}

.publication-item > .img-wrapper,
.conserve-bio-item > .img-wrapper {
  margin-bottom: 36px;
}

.conserve-bio-item > .img-wrapper img {
  width: 100%;
}

.publication-item {
  flex: 1 0 50%;
}

.text-green {
  color: var(--green) !important;
}

.text-grey {
  color: var(--grey) !important;
}

.text-\[\#8C8C8C\] {
  color: #8c8c8c !important;
}

.text-\[\#332F29\] {
  color: var(--header-marron) !important;
}

.text-gold {
  color: var(--gold) !important;
}

.text-\[32px\] {
  font-size: 32px !important;
}

.text-\[64px\] {
  font-size: 64px !important;
}

.hidden {
  display: none !important;
}

.list-style-none {
  list-style-type: none;
}

.w-\[40px\] {
  width: 40px !important;
}

.h-\[40px\] {
  height: 40px !important;
}

.max-w-\[864px\] {
  max-width: 864px !important;
}

.max-w-\[634px\] {
  max-width: 634px !important;
}

.max-w-\[336px\] {
  max-width: 336px !important;
}

.max-w-\[151px\] {
  max-width: 151px !important;
}

.max-w-\[896px\] {
  max-width: 896px !important;
}

.max-h-\[357px\] {
  max-height: 357px !important;
}

.max-h-\[101px\] {
  max-height: 101px !important;
}

.max-h-\[224px\] {
  max-height: 224px !important;
}

.w-fit {
  width: fit-content !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.object-contain {
  object-fit: contain;
}

.iframe-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 357px;
}

textarea,
.border-\[#F2F4F3\] {
  border-color: #f2f4f3 !important;
}

.border-\[#E3EAF0\] {
  border-color: #e3eaf0 !important;
}

.bg-\[#D28600\] {
  background-color: #d28600;
}

.align-items-stretch {
  align-items: stretch;
}

/*****************************
*************Tabs*************
*****************************/
.tabs-wrapper {
  border-bottom: 1px solid #e3eaf0;
}

.tab {
  border-left: 1px solid #e3eaf0;
  border-right: 1px solid #e3eaf0;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--header-marron);
  margin: 0;
}

.tab:hover,
.tab.active {
  background-color: #d28600;
  border-color: #d28600;
  color: #ffffff;
  cursor: pointer;
}

.tab-content > p {
  margin-bottom: 40px;
}

.historique {
  border-left: 8px solid #f0f3f6;
  position: relative;
}

.historique::before {
  display: inline-block;
  content: "";
  position: relative;
  width: 100%;
  height: 157px;
  border-bottom: 1px solid #f0f3f6;
}

.historique::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 74px;
  height: 74px;
  background: url(../images/clock.svg) 0 0 transparent no-repeat;
  background-size: cover;
  margin: auto;
  top: 115px;
  left: -43px;
}

.historique-content {
  padding-top: 24px;
  padding-bottom: 120px;
}

.historique-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--header-marron);
  padding-left: 56px;
  padding-right: 56px;
}

.historique .text-wrapper {
  flex: 1;
  max-width: 1019px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #707070;
}

.parc-photos-wrapper {
  overflow: hidden;
}

.parc-photos-wrapper > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.parc-photos-wrapper .three-col {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.parc-photos-wrapper .three-col > div {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.dev-com-wrapper,
.parc-items {
  max-width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}

.dev-com-wrapper .item,
.parc-items .item {
  width: 100%;
  max-width: 427px;
  padding-left: 10px;
  padding-right: 10px;
}

.parc-items .item .post-title {
  margin-bottom: 32px;
  padding-bottom: 0;
}

.parc-items .item > .img-wrapper {
  margin-bottom: 20px;
}
.dev-com-wrapper .item .post-title::before,
.dev-com-wrapper.item .post-title::after,
.parc-items .item .post-title::before,
.parc-items .item .post-title::after {
  display: none;
}

.parc-items .item .post-title > a {
  font-size: 20px;
}

.text-\[\#707070\] {
  color: #707070 !important;
}

.voir-galerie {
  padding-left: 25px;
  padding-right: 25px;
}

.parc-accordion .accordion-item {
  border-color: #e3eaf0;
  background-color: transparent;
}

.parc-accordion .accordion-title {
  text-transform: uppercase;
  color: var(--header-marron) !important;
}

.parc-accordion .accordion-title::before {
  background: url(../images/arrow-up-noir.png) center center no-repeat transparent;
}

.dev-com-wrapper .item {
  position: relative;
}
.dev-com-wrapper .item .ligne {
  height: 40px;

  border-top: 1px solid var(--header-marron);
  width: 100%;
  display: block;
}

.dev-com-wrapper .item .post-title {
  color: var(--green);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  padding-bottom: 16px;
  margin-bottom: 0;
}

.dev-com-wrapper .item .post-description {
  color: var(--header-marron);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.principales-initiatives {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 40px;
  color: var(--grey);
}

.partenaire-parc .logo-wrapper {
  padding-right: 53px;
  flex: 0 0 253px;
}
.partenaire-parc .logo-wrapper img {
  width: 200px;
  object-fit: contain;
}
.partenaire-parc .text-wrapper p {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--header-marron);
}

.partenaire-parc .text-wrapper p:last-child {
  margin-bottom: 0;
}

.map-wrapper {
  align-items: stretch;
}
.info-map {
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 280px;
  padding: 60px;
  background-color: #ffffff;
  color: var(--grey);
}
.info-map-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.info-map-title {
  color: #f39911;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 8px;
}
.map-description {
  padding: 40px 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background-color: #f2f4f3;
  color: var(--header-marron);
}
.map-description a {
  color: var(--green);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.map-contact {
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.visitez-nous {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid var(#f2f4f3);
}

.title-visitez-nous {
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #5e503f;
  margin-top: 20px;
  margin-bottom: 20px;
}
.description-visitez-nous {
  font-size: 20px;
  color: #545454;
  margin-bottom: 22px;
}
.item-visitez-nous {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.item-visitez-nous .item {
  flex: 1;
  margin: 0;
  padding: 10px 14px;
  max-width: 33.3%;
}
.listing-visitez-nous > .item {
  position: relative;
}
.listing-visitez-nous > .item::after {
  display: inline-block;
  content: "";
  height: 70%;
  width: 1px;
  border-left: 1px solid #f2f4f3;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.listing-visitez-nous > .item:nth-child(3n)::after {
  display: none;
}

.listing-visitez-nous .text-item ul {
  padding-left: 10px;
  margin-bottom: 15px;
  list-style-type: disc;
  list-style-position: inside;
}

.item-visitez-nous .item > div {
  padding-left: 14px;
  padding-right: 14px;
  max-width: 296px;
  margin: auto;
}
.item-visitez-nous .title-item {
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 20px;
  margin-bottom: 50px;
}
.item-visitez-nous .text-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}
.item-visitez-nous .text-item p {
  margin-bottom: 15px;
}

.item-visitez-nous .text-item ul li {
  margin-bottom: 10px;
}
.info-visitez-nous .item {
  padding: 32px 16px;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.title-info-visitez-nous {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--gold);
  margin-bottom: 28px;
}
.text-info-visitez-nous {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #707070;
}
.text-info-visitez-nous p {
  margin-bottom: 15px;
}
.text-info-visitez-nous .post-link-wrapper {
  margin-top: 47px;
}
.text-info-visitez-nous .post-link {
  padding: 11px 24px;
  text-transform: initial;
  font-size: 12px;
  letter-spacing: 2px;
}

.les-circuits table th {
  text-transform: uppercase;
  color: var(--green);
}
.les-circuits table tbody td:first-child,
.les-circuits table tbody td:before {
  text-transform: uppercase;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: -26px;
  margin-right: -26px;
}
.title-testimonial {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.testimonials .star-wrapper {
  margin-bottom: 8px;
}
.testimonials > .item {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #332f29;
  max-width: 344px;
  padding-left: 26px;
  padding-right: 26px;
}

.w-\[36px\] {
  width: 36px !important;
}
.h-\[36px\] {
  height: 36px !important;
}
.w-\[40px\] {
  width: 40px !important;
}
.h-\[40px\] {
  height: 40px !important;
}

.testimonials .user {
  margin-top: 16px;
  color: #8c8c8c;
}
.testimonials-wrapper .btn-wrapper {
  margin-top: 41px;
}
.testimonials-wrapper .btn-wrapper a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 2px;
  display: flex;
  width: fit-content;
}
.mt-\[48px\] {
  margin-top: 48px;
}

.opinions-form {
  color: #8c8c8c;
  max-width: 624px;
}

.opinions-form .form legend {
  color: #332f29;
  margin-bottom: 4px;
}

.opinions-form .form [type="text"],
.opinions-form .form [type="email"],
.opinions-form .form [type="url"],
.opinions-form .form [type="password"],
.opinions-form .form [type="number"],
.opinions-form .form [type="date"],
.opinions-form .form [type="datetime-local"],
.opinions-form .form [type="month"],
.opinions-form .form [type="search"],
.opinions-form .form [type="tel"],
.opinions-form .form [type="time"],
.opinions-form .form [type="week"],
.opinions-form .form [multiple],
.opinions-form .form textarea,
.opinions-form .form select {
  color: #8c8c8c;
  font-style: normal;
}

.opinions-form .form ::placeholder {
  color: #8c8c8c;
  opacity: 1; /* Firefox */
}

.opinions-form .form ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #8c8c8c;
}
.opinions-form .form .btn-wrapper {
  justify-content: space-between;
  align-items: center;
}
.opinions-form .form .submit {
  border-radius: 30px;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--green);
  border: 1px solid var(--green);
  background-color: #ffffff;
}
.opinions-form .form .submit:hover {
  background-color: var(--green);
  color: #ffffff;
  cursor: pointer;
}



.star-wrapper {
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float: right;
  width: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  height: 1.5rem;
  position: relative;
}
.rate:not(:checked) > label:before {
  content: '★';
  /* content: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idy00IGgtNCBtcy0xIHRleHQtZ3JheS0zMDAgZGFyazp0ZXh0LWdyYXktNTAwIiBhcmlhLWhpZGRlbj0idHJ1ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSJjdXJyZW50Q29sb3IiIHZpZXdCb3g9IjAgMCAyMiAyMCI+CiAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMjAuOTI0IDcuNjI1YTEuNTIzIDEuNTIzIDAgMCAwLTEuMjM4LTEuMDQ0bC01LjA1MS0uNzM0LTIuMjU5LTQuNTc3YTEuNTM0IDEuNTM0IDAgMCAwLTIuNzUyIDBMNy4zNjUgNS44NDdsLTUuMDUxLjczNEExLjUzNSAxLjUzNSAwIDAgMCAxLjQ2MyA5LjJsMy42NTYgMy41NjMtLjg2MyA1LjAzMWExLjUzMiAxLjUzMiAwIDAgMCAyLjIyNiAxLjYxNkwxMSAxNy4wMzNsNC41MTggMi4zNzVhMS41MzQgMS41MzQgMCAwIDAgMi4yMjYtMS42MTdsLS44NjMtNS4wM0wyMC41MzcgOS4yYTEuNTIzIDEuNTIzIDAgMCAwIC4zODctMS41NzVaIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9zdmc+"); */
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.rate > input:checked ~ label {
  color: var(--gold);    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: var(--gold);  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
/*****************************
**********Accordion**********
*****************************/
.accordion-item {
  padding: 30px 28px;
  border: 1px solid var(--border-accordion);
  background-color: var(--bg-accordion);
}

.accordion-item:last-child {
  border-top: 0;
}

.accordion-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
  padding-left: 32px;
  margin-bottom: 32px;
}

input[type="checkbox"]:checked + label .accordion-title {
  margin-bottom: 0;
}

.accordion-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/arrow-up.png") center center no-repeat transparent;
  transition: all 0.3s;
}

input[type="checkbox"]:checked + label .accordion-title::before {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.accordion-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--header-marron);
  overflow: hidden;
  height: auto;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked + label + .accordion-description {
  max-height: 0;
  height: 0;
  transition: all 0.3s ease;
  /* Animation de la hauteur */
}

.accordion-description ul,
.accordion-description ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

.documents-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}

.document {
  display: flex;
  flex-direction: column;
  margin: 20px;
  border: 1px solid #e3eaf0;
  border-radius: 1px;
  color: #545454;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  min-width: 272px;
  max-width: 500px;
}

.document a {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.document > a > svg {
  margin-bottom: 12px;
}

/********************************
*********Success stories*********
********************************/
.success-stories {
  max-width: 1006px;
}

.profil-wrapper {
  display: flex;
  align-items: center;
}

.profil-image {
  flex-shrink: 0;
}

.profil-image img {
  width: 40px;
  height: 40px;
}

.comment-wrapper button {
  text-transform: none;
  font-size: 16px;
  padding: 20px 4px;
  letter-spacing: 0;
  border-radius: 27px;
  background-color: var(--green);
  color: #ffffff;
  margin-left: auto;
}

/*********************************
*******Offre emploi details*******
*********************************/
.p-8 {
  padding: 2rem !important;
}
.flex-1\/2 {
  flex: 1 0 50%;
}
.details-emploi li span {
  color: var(--gold);
  font-size: 14px;
}
.details-emploi li span:first-child {
  color: var(--grey);
  font-weight: 700;
  min-width: 136px;
  margin-right: 20px;
}

.description-poste {
  font-size: 14px;
  color: var(--header-marron);
}
.description-poste-item {
  background-color: #ffffff;
  border: 1px solid #e3eaf0;
}
.description-poste-item:nth-child(2n) {
  border-left: 0;
}

.title-description-poste {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 28px;
  font-weight: 800;
  font-size: 12px;
}
.description-poste svg {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/*********************************
*****Offre emploi formulaire******
*********************************/
.message {
  width: fit-content;
  padding: 20px 35px;
  background-color: #f2f4f3;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0;
  border-left: 1px solid #a8a8a8;
  margin-bottom: 32px;
}
.form {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000000;
}
.form legend {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0;
  color: #5e503f;
  margin-bottom: 36px;
  font-style: normal;
}

.flex-1\/3 {
  flex: 1 0 33.3%;
}
.form .ligne {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form .ligne > div {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.form input[type="file"] {
  margin-top: 8px;
  display: none;
}
.form input[type="text"],
.form input[type="search"],
.form input[type="password"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="number"],
.form input[type="date"],
.form select,
.form textarea {
  background-color: #ffffff;
  border: 1px solid #e3eaf0;
  margin-top: 8px;
  padding: 14px 10px;
}
.form input[type="radio"] {
  display: none;
}
.form .radio-wrapper {
  position: relative;
  padding-left: 25px;
  margin-right: 40px;
}
.form .radio-wrapper label {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  font-style: normal;
}
.form input[type="radio"] + span::after,
.form input[type="radio"] + span::before {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
}
.form input[type="radio"] + span::before {
  width: 13.33px;
  height: 13.33px;
  border: 1px solid #e3eaf0;
  left: 0;
}

.form input[type="radio"] + span::after {
  width: 5.33px;
  height: 5.33px;
  left: 4px;
  top: 4px;
}
.form input[type="radio"]:checked + span::after {
  background-color: #000000;
}

span.required {
  color: #bb0050;
}

.form table td,
.form table th {
  padding: 9px;
}
.form table th {
  font-weight: 400;
  font-style: italic;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #545454;
}
.form table .radio-wrapper {
  padding: 0;
  margin: 0;
}
.form table input[type="radio"] + span::after,
.form table input[type="radio"] + span::before {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.form .file-wrapper {
  background-color: #ffffff;
  border: 1px solid #e3eaf0;
  margin-top: 8px;
  padding: 14px 10px;
}
.form .fileName {
  font-size: 16px;
  font-style: normal;
  color: #545454;
}

.form [type="submit"] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Urbanist", Sans-serif;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 14.4px;
  background-color: var(--green);
  border-radius: 27px;
  color: #ffffff;
  letter-spacing: 2px;
  width: fit-content;
  padding: 20px 10px;
  min-width: 108px;
}
.form-indication {
  margin-top: 12px;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #d28600;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.breadcrumb li a{
  white-space: nowrap;
}
.breadcrumb li, .breadcrumb li a{
  color: #fff;
}
.breadcrumb li::after {
  content: "→";
  margin-left: 8px;
  color: #d28600;
}

.breadcrumb li:last-child::after {
  content: "";
}

#header {
  transition: transform 0.3s ease;
}

#header.hidden {
  transform: translateY(-100%);
}

.tabs-fixed {
  position: fixed;
  right: 0;
  top: 0%;
  width: 100%;
  margin-top: 0;
  z-index: 999;
  background-color: #fff;
} 

.main_breadcrumbs span:after {
  color: #d28600 !important;
}

section.partenaire-parc a {
    color: #110cf1;
}

.allow-style ul {
  list-style: disc;
}

.allow-style ol {
  list-style: decimal;
}