/* ----------------- HOMEPAGE ----------------- */
.accueil {
  overflow-x: hidden;
}

.accueil .main-container>.row>.container:nth-child(1) {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .accueil .views-element-container.form-group {
    display: none!important;
  }
}

/* ----------------- Main Actu ----------------- */
.secMainActu {
  background-color: var(--primary);
  position: relative;
  display: inline-block;
  padding-top: 16px;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .secMainActu {
    background-color: #F0E8DE;
    padding-top: 0;
    margin-bottom: 110px;
    margin-top: 30px;
    margin-left: inherit;
    margin-right: inherit;
  }
}

@media only screen and (max-width: 768px) {
  .secMainActu {
    margin-bottom: 150px;
  }
}

.secMainActu .secMainActu-txt:hover .linkArrowNew {
  text-decoration: underline;
}

.secMainActu a:focus .linkArrowNew {
  outline: 2px solid #333;
}

@media only screen and (max-width: 768px) {
  .secMainActu .field--items > .field--item {
    display: flex;
    flex-direction: column-reverse;
  }
}

.secMainActu .field--label {
  display: none;
}

.secMainActu .secMainActu-illustration {
  width: 210px;
  z-index: 9;
  position: absolute;
  left: -25%;
  bottom: -15%;
}

@media only screen and (min-width: 1400px) {
  .secMainActu .secMainActu-illustration {
    left: -210px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .secMainActu .secMainActu-illustration {
    bottom: -18%;
    left: -20%;
    width: 136px;
  }
}

@media only screen and (max-width: 992px) {
  .secMainActu .secMainActu-illustration {
    width: 155px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secMainActu .secMainActu-illustration {
    bottom: -155px;
    left: -63px !important;
  }
}

@media only screen and (min-width: 540px) and (max-width: 768px) {
  .secMainActu .secMainActu-illustration {
    bottom: -190px;
    left: -63px !important;
  }
}

@media only screen and (max-width: 540px) {
  .secMainActu .secMainActu-illustration {
    bottom: -190px;
    left: -63px !important;
  }
}

.secMainActu div {
  z-index: 9;
}

@media only screen and (min-width: 992px) {
  .secMainActu::before {
    content: " ";
    display: block!important;
    left: -100%;
    width: 400%;
    position: absolute;
    background: var(--primary);
    z-index: 1;
    height: 100%;
  }
}

.secMainActu h3 {
  color: #FFF;
  text-align: left;
  margin: 0;
  word-break: keep-all;
  font-family: 'Mattone';
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

@media only screen and (max-width: 992px) {
  .secMainActu h3 {
    color: #333;
  }
}

@media only screen and (max-width: 768px) {
  .secMainActu h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

.secMainActu span {
  color: var(--primary);
  background-color: #FFF;
  font-family: 'Mattone';
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 992px) {
  .secMainActu span {
    color: #FFF;
    font-size: 11px;
    background-color: var(--primary);
  }
}

.secMainActu .secMainActu-desc {
  color: #FFF;
  font-family: 'Luciole-regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 148%;
  margin: 0;
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .secMainActu .secMainActu-desc {
    color: #333;
  }
}

@media only screen and (max-width: 768px) {
  .secMainActu .secMainActu-desc {
    font-size: 14px;
    line-height: 20.72px;
  }
}

.secMainActu .linkArrowNew {
  color: #FFF;
}

@media only screen and (max-width: 992px) {
  .secMainActu .linkArrowNew {
    color: var(--primary);
    width: fit-content;
  }

  .secMainActu .linkArrowNew svg path {
    fill: var(--primary);
  }
}

.secMainActu .linkArrowNew svg {
  margin-left: 10px;
}

.secMainActu .secMainActu-txt {
  display: inline-grid;
  row-gap: 20px;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secMainActu .secMainActu-txt {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .secMainActu .secMainActu-txt {
    row-gap: 15px;
    padding-right: 8.33333333%;
  }
}

.secMainActu .secMainActu-pic {
  overflow: hidden;
  padding: 0 20px 20px 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: right;
}

@media only screen and (min-width: 992px) {
  .secMainActu .secMainActu-pic {
    height: 260px;
  }
}

@media only screen and (max-width: 992px) {
  .secMainActu .secMainActu-pic {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 405.40px;
  }
}

@media only screen and (max-width: 768px) {
  .secMainActu .secMainActu-pic {
    padding: 0;
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .secMainActu .secMainActu-pic .field--name-field-image-large {
    width: inherit;
    min-height: 259.57px;
    min-width: 461px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secMainActu .secMainActu-pic .field--name-field-image-large {
    padding-right: 0;
    width: 100%;
    height: 405.40px;
  }
}

@media only screen and (max-width: 768px) {
  .secMainActu .secMainActu-pic .field--name-field-image-large {
    width: 100%;
    height: auto;
  }
}

.secMainActu .secMainActu-pic img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  border-radius: 50px 0 0 0;
}

@media only screen and (min-width: 992px) {
  .secMainActu .secMainActu-pic img {
    min-height: 259.57px;
    width: 461px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secMainActu .secMainActu-pic img {
    min-height: 405.40px;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .secMainActu .secMainActu-pic img {
    width: 100%;
    min-height: auto;
  }
}

/* ----------------- Section mobile-packNewsNew ----------------- */
@media only screen and (max-width: 992px){
  .mobile-packNewsNew {
    padding: 0;
  }
}

/* ----------------- Section articles ----------------- */
.secArtNew {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .secArtNew {
    margin-top: 60px!important;
  }
}

@media only screen and (max-width: 992px) {
  .secArtNew {
    background-color: #FFF!important;
    border-top-right-radius: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .secArtNew {
    margin-top: 5px!important;
  }
}

.secArtNew .secArtNew-carousel .carousel-inner .item {
  min-height: fit-content;
}

@media only screen and (max-width: 992px) {
  .secArtNew .secArtNew-carousel .carousel-inner .item {
    padding: 0;
    z-index: 99;
  }
}

.secArtNew .secArtNew-carousel .secArtNew-art {
  position: relative;
  padding-bottom: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 992px) {
  .secArtNew .secArtNew-carousel .secArtNew-art {
    padding: 30px;
  }
}

.secArtNew .secArtNew-carousel .secArtNew-art::after {
  background-color: rgb(51 51 51 / 15%);
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .secArtNew .secArtNew-carousel .secArtNew-art::after {
    width: calc(100% - 60px);
  }
}

.secArtNew .secArtNew-carousel .secArtNew-tag {
  color:var(--primary);
  font-size: 11px;
  font-family: 'Luciole-regular';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.secArtNew .secArtNew-carousel h3 {
  color: #333;
  font-family: 'Mattone';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 5px;
  margin-bottom: 10px;
  min-height: 100px;
}

@media only screen and (max-width: 992px) {
  .secArtNew .secArtNew-carousel h3 {
    min-height: inherit;
    font-size: 20px;
  }
}

.secArtNew .secArtNew-carousel .secArtNew-desc {
  color: #333;
  margin-bottom: 15px;
  min-height: 100px;
  font-family: 'Luciole-regular';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%;
}

@media only screen and (max-width: 992px) {
  .secArtNew .secArtNew-carousel .secArtNew-desc {
    font-size: 14px;
  }
}

.secArtNew .secArtNew-carousel .linkArrowNew {
  color: var(--primary);
}

.secArtNew .secArtNew-carousel .secArtNew-art:hover .linkArrowNew {
  text-decoration: underline;
}

.secArtNew .secArtNew-carousel .linkArrowNew p {
  font-family: 'Mattone' !important;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.secArtNew .secArtNew-carousel .linkArrowNew svg {
  margin-left: 10px;
}

/* ----------------- Section articles ----------------- */
.secTalkNew {
  display: block!important;
  padding-top: 140px;
}

@media only screen and (max-width: 992px) {
  .secTalkNew {
    background-color: #FFF!important;
    padding: 80px 0 30px 0;
  }
}

.secTalkNew .secTalkNew-head {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-head {
    background-color: #FFF!important;
  }
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-head .h2Title {
    padding-bottom: 20px;
  }
}

.secTalkNew .secTalkNew-head .h2Title .boldTitle {
  padding-left: 10px;
}

.secTalkNew .secTalkNew-head img {
  position: absolute;
  right: calc(50% + 185px);
  top: -50px;
  width: 210px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .secTalkNew .secTalkNew-head img {
    right: calc(50% + 160px);
    top: -10px;
    width: 170px;
  }
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-head img {
    top: -65px;
    right: calc(50% + 235px);
    width: 140px;
  }
}

@media only screen and (max-width: 768px) {
  .secTalkNew .secTalkNew-head img {
    right: calc(75% + -48px);
    width: 125px;
    top: -72px;
  }
}

.secTalkNew .secTalkNew-carousel {
  background-color: #FFF;
}

@media only screen and (min-width: 992px) {
  .secTalkNew .secTalkNew-carousel .item:nth-child(1) .secTalkNew-art,
  .secTalkNew .secTalkNew-carousel .item:nth-child(3) .secTalkNew-art {
    margin-top: 50px;
  }
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-pic {
  overflow: hidden;
  height: 144.98px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-pic {
    height: 388.51px;
    border-radius: 0 0 0 50px!important;
  }
}

@media only screen and (max-width: 768px) {
  .secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-pic {
    height: auto;
    border-radius: 0 0 0 50px!important;
  }
}


.secTalkNew .secTalkNew-carousel .item:nth-child(1) .secTalkNew-art .secTalkNew-pic {
  border-radius: 0 0 0 50px;
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-pic {
  border-radius: 0 50px 0 0;
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-txt {
  padding: 0 20px;
  text-align: left;
  display: inline-grid;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-txt {
    padding: 0 15px;
    margin-bottom: 25px;
  }
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .tagNew {
  color: #FFF;
  background-color: var(--primary);
  margin-top: 20px;
  font-size: 10px;
  font-family: 'Mattone';
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  order: 1;
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .tagNew .actu-tags {
  font-size: 10px;
  font-family: 'Mattone';
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: normal;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-carousel .secTalkNew-art .tagNew {
    margin-top: 10px;
  }

  .secTalkNew .secTalkNew-carousel .secTalkNew-art .tagNew .actu-tags {
    font-size: 12px;
  }

}


.secTalkNew .secTalkNew-carousel .secTalkNew-art h3 {
  color: #333;
  margin-bottom: 10px;
  margin-top: 12px;
  text-align: left;
  font-family: 'Mattone';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  order: 2;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-carousel .secTalkNew-art h3 {
    margin-top: 10px;
    font-size: 20px;
  }
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .linkArrowNew {
  color: var(--primary);
  order: 4;
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art:hover .linkArrowNew {
  text-decoration: underline;
}


.secTalkNew .secTalkNew-carousel .secTalkNew-art .linkArrowNew p {
  font-family: 'Mattone' !important;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .linkArrowNew svg {
  margin-left: 10px;
}

.secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-desc {
  color: #333;
  margin-bottom: 15px;
  text-align: left;
  font-family: 'Luciole-regular';
  font-size: 13px;
  font-weight: 400;
  line-height: 139%;
  order: 3;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-carousel .secTalkNew-art .secTalkNew-desc {
    margin-top: 10px;
    font-size: 14px;
  }
}

.secTalkNew .secTalkNew-ctaActuAll {
  text-align: center;
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-ctaActuAll {
    background-color: #FFF!important;
  }
}

.secTalkNew .secTalkNew-ctaActuAll a {
  display: inline-flex;
  padding: 15px 20px;
  border: 1px solid var(--primary);
  background: var(--primary);
  align-items: center;
  border-radius: 100px;
  transition: all 0.2s;
  justify-content: center;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-ctaActuAll a {
    font-size: 12px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 576px) {
  .secTalkNew .secTalkNew-ctaActuAll a {
    width: calc(100% - 60px);
  }
}

.secTalkNew .secTalkNew-ctaActuAll a:hover {
  border: 1px solid var(--primary);
  background-color: #FFF;
  color: var(--primary);
  transition: all 0.2s;
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-ctaActuAll svg:nth-child(1) {
    width: 23px;
  }
}

.secTalkNew .secTalkNew-ctaActuAll a:hover svg path {
  fill: var(--primary);
}

.secTalkNew .secTalkNew-ctaActuAll a p {
  padding-left: 10px;
  padding-right: 20px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  font-family: 'Mattone'!important;
}

.secTalkNew .secTalkNew-ctaActuAll a:hover p {
  color: var(--primary);
}

@media only screen and (max-width: 992px) {
  .secTalkNew .secTalkNew-ctaActuAll a p {
    padding-right: 10px;
  }
}

/* ----------------- Section Timeline ----------------- */
@media only screen and (min-width: 992px) {
  .mobile-packNewsNew {
    padding-right: 0px;
    margin-left: 12px;
  }
}

.secTimelineNew {
  z-index: 10;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .secTimelineNew {
    margin-left: -12px;
    padding-left: 40px;
  }

  .secTimelineNew::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    background: white;
    width: calc(100% + 35px);
    left: 20px;
    top: 16px;
    border-radius: 0px 50px 0px 0px;
  }
}

@media only screen and (min-width: 1300px) {
  .secTimelineNew::before {
    width: calc(100% + 60px);
  }
}

@media only screen and (max-width: 992px) {
  .secTimelineNew {
    position: relative;
  }
}

@media only screen and (max-width: 768px) {
  .secTimelineNew {
    background-color: #FFF;
  }
}

@media only screen and (max-width: 768px) {
  .secTimelineNew::before {
    content: "";
    display: block;
    position: absolute;
    top: -67px;
    width: 100%;
    height: 250px;
    left: 0;
    z-index: 99;
    background-image: url('/themes/custom/lyonfr_edito/images/back-mobile-onglet.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 426px) {
  .secTimelineNew::before {
    top: -83px!important;
  }
}

.secTimelineNew .row {
  padding-top: 40px;
  padding-left: 15px;
}

@media only screen and (max-width: 992px) {
  .secTimelineNew .row {
    background-color: #ffffff00;
    z-index: 99;
    position: relative;
  }

  .secTimelineNew .row .form-group {
    margin-bottom: 40px;
  }
}

.secTimelineNew .row .form-group .view-home-brief {
  position: relative;
}

.secTimelineNew .secTimelineNew-partie {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .secTimelineNew .secTimelineNew-partie {
    width: calc(100% + 20px);
  }
}

@media only screen and (min-width: 1300px) {
  .secTimelineNew .secTimelineNew-partie {
    min-width: calc(100% + 70px);
  }
}

@media only screen and (min-width: 1220px) and (max-width: 1300px) {
  .secTimelineNew-partie {
    min-width: calc(100% + 40px);
  }
}

@media only screen and (min-width: 1150px) and (max-width: 1200px) {
  .secTimelineNew .secTimelineNew-partie {
    min-width: calc(100% + 70px);
  }
}

.secTimelineNew .secTimelineNew-partie .secTimelineNew-date {
  border-radius: 100px;
  border: 1px solid var(--primary);
  background-color: #FFF;
  padding: 5px 20px;
  color: var(--primary);
  text-align: center;
  font-family: 'Mattone'!important;
  font-size: 14px;
  font-weight: 400;
  display: block;
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
  margin-left: -20px;
}

.secTimelineNew .secTimelineNew-partie .secTimelineNew-line {
  border-left: 1px solid #307261;
  padding-left: 20px;
  margin-top: 10px;
  display: grid;
  grid-gap: 10px
}

.secTimelineNew .secTimelineNew-partie .secTimelineNew-line:nth-child(1) {
  padding-bottom: 10px;
}

.secTimelineNew-partie + .secTimelineNew-partie {
  margin-top: 20px;
}


.secTimelineNew .secTimelineNew-link {
  color: var(--primary);
  font-family: 'Mattone'!important;
  font-size: 12px;
  font-weight: 400;
  display: inline-grid;
  margin-top: 30px;
  order: 4;
  float: right;
  width: 100%;
  text-align: end;
}

@media only screen and (max-width: 992px) {
  .secTimelineNew .secTimelineNew-link {
    margin-top: 5px;
  }
}

.secTimelineNew .secTimelineNew-link:hover {
  text-decoration: underline;
}

.secTimelineNew .secTimelineNew-bulle {
  background-color: #F0E8DE;
  border-radius: 0 20px 20px 20px;
  text-align: left;
  display: flow-root;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secTimelineNew .secTimelineNew-bulle {
    background-color: #FFF!important;
  }
}

.secTimelineNew .secTimelineNew-bullePic {
  display: flex;
  flex-direction: column;
  column-gap: 15px;
}

.secTimelineNew .secTimelineNew-bulle .secTimelineNew-content{
  padding: 15px;
}

.secTimelineNew .secTimelineNew-bulle .secTimelineNew-content-no-image {
  padding-bottom: 15px;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .secTimelineNew .secTimelineNew-bullePic {
    display: grid;
    row-gap: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .secTimelineNew .secTimelineNew-bullePic {
    column-gap: 10px;
  }
}

.secTimelineNew .secTimelineNew-bulle h3 strong,
.secTimelineNew .secTimelineNew-bulle h3 {
  font-size: 16px;
  margin-top: 0;
  display: block;
  width: 100%;
}

.secTimelineNew .secTimelineNew-bulle b,
.secTimelineNew .secTimelineNew-bulle strong,
.secTimelineNew .secTimelineNew-bulle strong h3 {
  font-family: 'Luciole-regular';
  word-break: break-word;
  font-weight: 600;
  order: 2;
  width: 100%;
}

.secTimelineNew .secTimelineNew-bulle p {
  margin: 0;
  color: #333;
  word-break: break-word;
  font-family: 'Luciole-regular';
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  order: 3;
}

.secTimelineNew .secTimelineNew-bulle .secTimelineNew-pic {
  border-radius: 0 20px 0 0;
  min-width: 65px;
  max-width: 100%;
  overflow: hidden;
  height: 152.87px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secTimelineNew .secTimelineNew-bulle .secTimelineNew-pic {
    height: 385.13px;
  }
}

@media only screen and (max-width: 768px) {
  .secTimelineNew .secTimelineNew-bulle .secTimelineNew-pic {
    height: auto;
  }
}


.secTimelineNew .secTimelineNew-bulle .secTimelineNew-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.secTimelineNew .secTimelineNew-bulle .secTimelineNew-desc {
  text-align: left;
  word-break: break-all;
  display: flex;
  flex-flow: wrap;
}

@media only screen and (max-width: 992px) {
  .secTimelineNew .secTimelineNew-bulle .secTimelineNew-desc {
    flex-direction: column;
  }
}

.secTimelineNew .secTimelineNew-bulle .secTimelineNew-desc .tagNew {
  color: #FFF;
  order: 1;
  background-color: var(--primary);
  margin-bottom: 10px;
  margin-left: -3px;
  font-size: 10px;
  font-weight: 400;
  height: 20px;
  font-family: 'Mattone';
}

.secTimelineNew .secTimelineNew-ctaBrevesAll {
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background: var(--primary);
  align-items: center;
  border-radius: 100px;
  color: #FFF;
  display: flex;
  font-family: 'Mattone'!important;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s;
  margin-top: 30px;
  margin-left: 20px;
  width: max-content;
}

@media only screen and (max-width: 992px) {
  .secTimelineNew .secTimelineNew-ctaBrevesAll {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-left: 0;
    font-size: 12px;
    margin-top: 40px;
    column-gap: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .secTimelineNew .secTimelineNew-ctaBrevesAll svg {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .secTimelineNew .secTimelineNew-ctaBrevesAll svg {
    transform: rotate(90deg);

  }
}


.secTimelineNew .secTimelineNew-ctaBrevesAll:hover {
  border: 1px solid var(--primary);
  background-color: #FFF;
  color: var(--primary);
  transition: all 0.2s;
  text-decoration: underline;
}

.secTimelineNew .secTimelineNew-ctaBrevesAll:hover svg path {
  fill: var(--primary);
}

/* ----------------- Section Accès rapides ----------------- */
.secAccesNew {
  background-color: #F0E8DE;
}

@media only screen and (min-width: 992px) {
  .secAccesNew {
    margin-top: 50px!important;
    padding-top: 70px;
  }
}

@media only screen and (max-width: 992px) {
  .secAccesNew {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.secAccesNew .secAccesNew-title .h2Title {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-title .h2Title {
    padding-bottom: 20px;
  }
}

.secAccesNew .secAccesNew-title .h2Title .boldTitle {
  padding-left: 130px;
}

@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-title .h2Title .boldTitle {
    margin-top: -15px;
    display: block;
    padding-left: 105px;
  }
}

.secAccesNew .secAccesNew-structure {
  column-gap: 20px;
  display: inline-flex;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-structure {
    column-count: 2;
    display: block;
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .secAccesNew .secAccesNew-structure-firstLine {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-structure-firstLine {
    padding-left: 0;
    padding-right: 0;
  }
}

.secAccesNew .secAccesNew-structure-lastLine {
  margin-bottom: 110px;
}

@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-structure-lastLine {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0!important;
  }
}

.secAccesNew .secAccesNew-structure .secAccesNew-rub {
  background-color: #FFF;
  text-align: center;
  padding: 25px 0;
  display: block;
}

.secAccesNew .secAccesNew-structure .secAccesNew-rub:focus,
.secAccesNew .secAccesNew-structure .secAccesNew-rub:hover,
.secAccesNew .secAccesNew-structure .secAccesNew-rub .quickaccess:hover {
  text-decoration: underline;
  color: var(--primary)!important;
}

@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-structure .secAccesNew-rub {
    margin-bottom: 15px;
  }

  .secAccesNew .secAccesNew-structure .secAccesNew-rub:nth-child(1),
  .secAccesNew .secAccesNew-structure .secAccesNew-rub:nth-child(2) {
    border-radius: 40px 0 0 0!important;
  }

  .secAccesNew .secAccesNew-structure .secAccesNew-rub:nth-child(3),
  .secAccesNew .secAccesNew-structure .secAccesNew-rub:nth-child(4) {
    border-radius: 0 0 0 40px!important;
  }
}

.secAccesNew .secAccesNew-structure .secAccesNew-rub img {
  width: 70px;
  height: 70px;
}

.secAccesNew .secAccesNew-structure .secAccesNew-rub .quickaccess {
  margin: 0;
  margin-top: 5px;
  color: #333;
  font-family: 'Mattone'!important;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.5px;
  transition: all 0.2s;
}

.secAccesNew .secAccesNew-structure .secAccesNew-rub:hover h3 {
  color: var(--primary);
}


@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-structure .secAccesNew-rub .quickaccess {
    font-size: 16px;
  }
}

.secAccesNew .secAccesNew-structure .secAccesNew-rub .quickaccess:hover {
  color: #333;
  transition: all 0.2s;
}

.secAccesNew .secAccesNew-structure-firstLine a:nth-child(0n+1){
  border-radius: 50px 0 0 0;
}

.secAccesNew .secAccesNew-structure-firstLine a:nth-child(0n+2){
  border-radius: 0 0 0 50px;
}

.secAccesNew .secAccesNew-structure-firstLine a:nth-child(0n+3){
  border-radius: 50px 50px 0 0;
}

.secAccesNew .secAccesNew-structure-firstLine a:nth-child(0n+4){
  border-radius: 0 0 50px 0;
}

.secAccesNew .secAccesNew-structure-lastLine a:nth-child(0n+1){
  border-radius: 0 50px 0 0;
}

.secAccesNew .secAccesNew-structure-lastLine a:nth-child(0n+2){
  border-radius: 0 0 50px 50px;
}

.secAccesNew .secAccesNew-structure-lastLine a:nth-child(0n+3){
  border-radius: 0 0 50px 0;
}

.secAccesNew .secAccesNew-structure-lastLine a:nth-child(0n+4){
  border-radius: 50px 0 0 0;
}

.secAccesNew .secAccesNew-structure-lastLine a:nth-child(0n+4){
  border-radius: 50px 0 0 0;
}

@media only screen and (max-width: 992px) {
  .secAccesNew .secAccesNew-structure-lastLine a:nth-child(2),
  .secAccesNew .secAccesNew-structure-lastLine a:nth-child(4) {
    margin-bottom: 0;
  }
}


.secAccesNew .secAccesNew-structure .secAccesNew-rub img{
  display: inline;
}

/* ----------------- Section rendez-vous ----------------- */
.secRDVNew {
  background-color: #F0E8DE;
  padding-bottom: 110px;
}

@media only screen and (max-width: 992px) {
  .secRDVNew {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .secRDVNew .container {
    padding: 0 4.33333333%;
  }
}

/* Header */
.secRDVNew .secRDVNew-title {
  position: relative;
}

.secRDVNew .secRDVNew-title img {
  position: absolute;
  left: -6%;
  top: -58%;
  z-index: 1;
  width: 241px;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-title img {
    display: none;
  }
}

.secRDVNew .secRDVNew-title .h2Title {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-title .h2Title {
    text-align: left;
    width: fit-content;
    margin: auto;
    padding-bottom: 20px;
    margin-top: 30px;
  }
}

.secRDVNew .secRDVNew-title .h2Title .boldTitle {
  padding-left: 150px;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-title .h2Title .boldTitle {
    margin-top: -15px;
    display: block;
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .secRDVNew .secRDVNew-carousel .item {
    min-height: inherit;
  }
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-carousel .carousel-indicators {
    padding-left: 0!important;
  }

  .secRDVNew .secRDVNew-carousel .carousel-indicators .active {
    margin-top: -2px !important;
  }
}

.secRDVNew .secRDVNew-art {
  background-color: #FFF;
  margin-bottom: 25px;
  overflow: hidden;
}

.secRDVNew .secRDVNew-art .stretched-link::after {
  top: -370px;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-art .stretched-link::after {
    top: -430px;
  }
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-art {
    margin-bottom: 0;
  }

  .secRDVNew-mainArt {
    padding-left: 0;
    padding-right: 0;
  }
}

.secRDVNew .secRDVNew-mainArt .secRDVNew-art {
  border-radius: 0 0 80px 0;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art {
    border-radius: 0 50px 0 50px;
    width: 100%;
  }
}

.secRDVNew .secRDVNew-mainArt .secRDVNew-art:hover h3,
.secRDVNew .secRDVNew-littleArt .secRDVNew-art:hover h3 {
  text-decoration: underline;
}


@media only screen and (min-width: 992px) {
  .secRDVNew .secRDVNew-littleArt .secRDVNew-art:nth-child(1) {
    border-radius: 50px 0 50px 0!important;
  }

  .secRDVNew .secRDVNew-littleArt .secRDVNew-art:nth-child(2) {
    border-radius: 0 50px 0 50px!important;
  }
}

.secRDVNew .item:last-child .secRDVNew-art {
  margin-bottom: 0!important;
}

.secRDVNew .secRDVNew-littleArt .secRDVNew-art {
  border-radius: 0 0 0 50px;
}

.secRDVNew .secRDVNew-art .secRDVNew-artPic {
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artPic {
    height: 367.39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artPic {
    height: 422.20px;
    margin-bottom: -20px;
    border-radius: 0 50px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artPic {
    margin-bottom: -20px;
    border-radius: 0 50px 0 0;
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artPic img {
    min-height: 367.39px;
    max-height: 367.39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artPic img {
    min-height: 422.20px;
    max-height: 422.20px;
  }
}

@media only screen and (max-width: 768px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artPic img {
    min-height: auto;
    max-height: none;
  }
}

@media only screen and (min-width: 992px) {
  .secRDVNew .secRDVNew-littleArt .secRDVNew-art .secRDVNew-artPic {
    height: 257.60px;
  }
}

@media only screen and (min-width: 992px) {
  .secRDVNew .secRDVNew-littleArt .secRDVNew-art .secRDVNew-artPic img {
    min-height: 257.60px;
    max-height: 257.60px;
  }
}

@media only screen and (min-width: 992px) {
  .secRDVNew .secRDVNew-littleArt .secRDVNew-art:nth-child(1) .secRDVNew-artPic {
    border-top-left-radius: 50px!important;
  }

  .secRDVNew .secRDVNew-littleArt .secRDVNew-art:nth-child(2) .secRDVNew-artPic {
    border-top-right-radius: 50px!important;
  }
}

.secRDVNew .secRDVNew-art .secRDVNew-artPic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt {
  position: relative;
  display: flex;
  flex-direction: column;
}

.secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artTxt {
  padding: 30px 70px;
  border-radius: 0 0 80px 0;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-mainArt .secRDVNew-art .secRDVNew-artTxt {
    margin-top: 20px;
    padding: 20px 40px 40px 40px;
  }
}

.secRDVNew .secRDVNew-littleArt .secRDVNew-art .secRDVNew-artTxt {
  padding: 30px 50px;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artDate-contain {
  text-align: center;
  border-radius: 100px;
  background-color: #FFF;
  display: inline-flex;
  position: absolute;
  top: calc(0% - 23px);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
  z-index: 900;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artDate-contain .secRDVNew-artDate-svg {
  background: #E6134D;
  padding: 10px;
  border-radius: 24px 0 0 24px;
  display: inline-flex;
  height: 46px;
  align-items: center;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artDate-contain .secRDVNew-artDate {
  padding: 0 10px 0 8px;
  height: 46px;
  color: #696D89;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-wrap: nowrap;
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
  align-content: center;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artDate-contain .secRDVNew-artDate time {
  padding: 0;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artDate-contain .secRDVNew-artDate time:last-child {
  padding-right: 0!important;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artInfos {
  margin-top: 15px;
  display: flex;
  place-items: center;
  justify-content: center;
  column-gap: 10px;
  order: 1;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artInfos .tagNew {
  color: #FFF;
  background-color: #E6134D;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artInfos .tagNew {
    font-size: 12px;
  }
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt .secRDVNew-artInfos .secRDVNew-artInfos-lieu {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #696D89;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  font-family: "Luciole-Regular", sans-serif;
}

.secRDVNew-artInfos .secRDVNew-artInfos-lieu .field--name-field-lieu p {
  margin-bottom: 0;
}

.secRDVNew .secRDVNew-art .secRDVNew-artTxt h3 {
  a, a:hover {
    color: inherit;
  }

  text-align: center;
  font-family: 'Mattone'!important;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 8px;
  line-height: 25px;
  order: 2;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-art .secRDVNew-artTxt h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.secRDVNew .secRDVNew-artInfos-desc {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.46px;
  margin-bottom: 0;
  order: 3;
}

.secRDVNew .secRDVNew-ctaActuAll {
  text-align: center;
  margin-top: 40px;
}

.secRDVNew .secRDVNew-ctaActuAll a {
  display: inline-flex;
  padding: 15px 20px;
  border: 1px solid #E6134D;
  background: #E6134D;
  align-items: center;
  border-radius: 100px;
  transition: all 0.2s;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-ctaActuAll a {
    padding: 10px 20px;
  }
}

.secRDVNew .secRDVNew-ctaActuAll a:hover {
  border: 1px solid #E6134D;
  background-color: #FFF;
  color: #E6134D;
  transition: all 0.2s;
  text-decoration: underline;
}

.secRDVNew .secRDVNew-ctaActuAll a:hover svg path {
  fill: #E6134D;
}

.secRDVNew .secRDVNew-ctaActuAll a p {
  padding-left: 10px;
  padding-right: 20px;
  margin: 0;
  color: #FFF;
  font-family: 'Mattone'!important;
  font-size: 14px;
  font-weight: 400;
}

.secRDVNew .secRDVNew-ctaActuAll a:hover p {
  color: #E6134D;
}

@media only screen and (max-width: 992px) {
  .secRDVNew .secRDVNew-ctaActuAll svg:nth-child(1) {
    width: 18px;
  }
}

/* ----------------- Section focus ----------------- */
.secFocusNew {
  background: #F0E8DE;
  padding-bottom: 70px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .secFocusNew {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secFocusNew::before {
    width: calc(90% - 85px);
  }
}

@media only screen and (max-width: 768px) {
  .secFocusNew::before {
    width: 90%;
  }
}

.secFocusNew .secFocusNew-title {
  padding-top: 110px;
  position: relative;
  border-top: 1px solid rgb(51 51 51 / 20%);
}

@media only screen and (max-width: 992px) {
  .secFocusNew .secFocusNew-title {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.secFocusNew .secFocusNew-title .h2Title {
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .secFocusNew .secFocusNew-title .h2Title {
    padding-bottom: 20px;
  }
}

.secFocusNew .secFocusNew-carousel {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .secFocusNew .secFocusNew-carousel .carousel-arrows {
    margin-bottom: 21px;
    width: 28px;
    height: 28px;
    top: calc(100% - 52px) !important;
  }
}

@media only screen and (max-width: 992px) {
  .secFocusNew .secFocusNew-carousel .carousel-indicators {
    background-color: #FFF;
    margin-top: -1px;
    padding-bottom: 30px;
  }

  .secFocusNew .carousel.slide .carousel-indicators .active {
    top: 1px;
    left: 0;
  }

  .secFocusNew .secFocusNew-carousel .carousel-inner .item {
    padding-left: 0;
    padding-right: 0;
  }

  .secFocusNew .carousel.slide .carousel-indicators li.active button[aria-disabled="true"] {
    display: none;
  }
}

.secFocusNew .secFocusNew-pic {
  overflow: hidden;
  border-radius: 50px 50px 0 0;
  display: grid;
  align-content: center;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .secFocusNew .secFocusNew-pic {
    height: 202.69px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secFocusNew .secFocusNew-pic {
    height: 422.29px;
  }
}

@media only screen and (max-width: 768px) {
  .secFocusNew .secFocusNew-pic {
    height: auto;
  }
}

.secFocusNew .secFocusNew-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: center;
  min-height: 203px;
}

@media only screen and (min-width: 992px) {
  min-height: 202.69px;
  max-height: 202.69px;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .secFocusNew .secFocusNew-pic img {
    min-height: 422.29px;
    max-height: 422.29px;
  }
}

@media only screen and (max-width: 768px) {
  .secFocusNew .secFocusNew-pic img {
    min-height: auto;
    max-height: 414.97px;
  }
}

.secFocusNew .secFocusNew-txt {
  background-color: #FFF;
  padding: 30px 50px;
  min-height: 300px;
  text-align: left;
  display: inline-grid;
}

@media only screen and (max-width: 1200px) {
  .secFocusNew .secFocusNew-txt {
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 992px) {
  .secFocusNew .secFocusNew-txt {
    min-height: inherit;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .carousel-display-block.carousel-inner>.item {
    display: block;
  }
}

.secFocusNew .secFocusNew-txt h3 {
  color: #333;
  font-family: 'Mattone'!important;
  font-size: 18px;
  font-weight: 400;
  line-height: 19.5px;
  margin: 20px 0 15px 0;
  order: 2;
}

.secFocusNew .secFocusNew-txt .field--name-field-main-category .actu-tags,
.secFocusNew .secFocusNew-txt .tagNew {
  color: #FFF;
  background-color: #E6134D;
  margin: auto;
  font-size: 12px;
  font-weight: 400;
}

.secFocusNew .secFocusNew-txt .tagNew {
  order: 1;
}

.secFocusNew .secFocusNew-txt > div:nth-child(3)  {
  display: ruby;
}

.secFocusNew .secFocusNew-txt .field--name-field-main-category .actu-tags {
  font-size: 11px;
  line-height: 1;
  height: auto;
  font-weight: 700;
  border-radius: 50px;
  padding: 2px 8px;
  width: fit-content;
  display: flex;
}

.secFocusNew .secFocusNew-txt .tagNew .category-event {
  marign-bottom: 0;
}

.secFocusNew .secFocusNew-txt .secFocusNew-desc {
  margin-bottom: 30px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.46px;
  order: 3;
}

@media only screen and (max-width: 992px) {
  .secFocusNew .secFocusNew-txt .secFocusNew-desc {
    margin-bottom: 20px;
  }
}

.secFocusNew .secFocusNew-txt .linkArrowNew {
  color: var(--primary);
  order: 4;
}

.secFocusNew .linkArrowNew svg {
  margin-left: 10px;
}


/* ----------------- A feuilleter ----------------- */
.secDocNew {
  padding-bottom: 130px;
  background-color: #F0E8DE;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .secDocNew {
    padding-top: 30px;
    padding-bottom: 70px!important;
  }
}

@media only screen and (min-width: 992px) {
  .secDocNew > .container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}

@media only screen and (max-width: 992px) {
  .secDocNew .carousel-inner {
    background-color: #FFF;
    padding-bottom: 40px;
  }

  .secDocNew .carousel-indicators {
    background-color: #FFF;
    padding-bottom: 30px!important;
    border-radius: 0 0 40px 40px;
    margin-top: 0 !important;
  }

  .secDocNew .carousel.slide .carousel-indicators .active {
    top: 1px;
    left: 0;
  }
}

.secDocNew .secDocNew-illustration {
  position: absolute;
  width: 230px;
  left: -70px;
  bottom: -50px;
  z-index: 15;
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-illustration {
    left: -55px;
    bottom: 65px;
    width: 175px;
  }
}

@media only screen and (max-width: 768px) {
  .secDocNew .secDocNew-illustration {
    left: -100px;
  }
}

.secDocNew .container {
  padding: 0 30px;
}

@media only screen and (max-width: 992px) {
  .secDocNew .container .secDocNew-title {
    padding: 0;
  }

  .secDocNew .container .secDocNew-title .h2Title {
    background: #FFF;
    border-radius: 40px 40px 0 0;
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.secDocNew .container .secDocNew-documents {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .secDocNew .container .secDocNew-documents {
    background-color: #FFF;
    padding: 60px 40px;
    border-radius: 50px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .secDocNew .container .secDocNew-documents {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 992px) {
  .secDocNew .container .secDocNew-documents nav {
    display: none;
  }
}

.secDocNew .secDocNew-title .h2Title {
  text-align: center;
  padding-top: 70px;
  z-index: 1;
  position: relative;
}

.secDocNew .secDocNew-carousel {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .secDocNew .secDocNew-carousel {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-carousel .carousel-arrows {
    margin-bottom: 25px;
  }
}


.secDocNew .secDocNew-carousel .item {
  min-height: inherit;
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-carousel .item {
    width: 100%;
  }
}

.secDocNew .secDocNew-bloc {
  display: flex;
  column-gap: 15px;
}

@media only screen and (max-width: 1200px) {
  .secDocNew .secDocNew-bloc {
    display: grid;
    justify-items: center;
  }
}

.secDocNew .secDocNew-bloc .secDocNew-pic {
  overflow: hidden;
  height: 100px;
  border-radius: 10px;
  width: 71px;
  flex-shrink: 0;
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-bloc .secDocNew-pic {
    height: auto;
    margin-bottom: 20px;
    width: 121px;
  }
}

.secDocNew .secDocNew-bloc .secDocNew-pic img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 100px;
  max-height: 100px;
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-bloc .secDocNew-pic img {
    max-height: none;
  }

  .secDocNew .secDocNew-bloc .secDocNew-txt {
    display: grid;
    place-items: center;
    max-height: 170.61px;
    min-height: 170.61px;
  }
}

.secDocNew .secDocNew-bloc .secDocNew-txt h3 {
  color: #333;
  font-family: 'Mattone'!important;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-top: 5px;
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-bloc .secDocNew-txt h3 {
    text-align: center;
    font-size: 14px;
  }
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-poids {
  color: #696D89;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.46px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-poids {
    margin-bottom: 20px;
    text-align: center;
  }
}


.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen,
.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaDownload {
  border-radius: 100px;
  padding: 10px 20px;
  font-family: 'Mattone'!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: all 0.2s;
  width: fit-content;
  min-width: 185px;
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen:hover,
.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaDownload:hover {
  text-decoration: underline;
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
  margin-bottom: 10px;
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen p {
  font-family: 'Mattone'!important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen:hover {
  background-color: var(--primary);
  transition: all 0.2s;
  color: #fff;
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen:hover svg path {
  fill: #fff;
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen svg:first-child {
  margin-right: 10px;
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaOpen svg:last-child,
.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaDownload svg {
  margin-left: 20px;
}


.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaDownload {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaDownload:hover {
  background-color: #FFF;
  transition: all 0.2s;
  color: var(--primary);
}

.secDocNew .secDocNew-bloc .secDocNew-txt .secDocNew-ctaDownload:hover svg path {
  fill: var(--primary);
}

.secDocNew .secDocNew-ctaBlocAll {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.secDocNew .secDocNew-ctaBlocAll a {
  display: inline-flex;
  padding: 15px 20px;
  border: 1px solid #E6134D;
  background: #E6134D;
  align-items: center;
  border-radius: 100px;
  transition: all 0.2s;
}

@media only screen and (max-width: 992px) {
  .secDocNew .secDocNew-ctaBlocAll a {
    padding: 10px 20px;
    font-size: 12px;
  }
}

.secDocNew .secDocNew-ctaBlocAll a:hover {
  border: 1px solid #E6134D;
  background-color: #FFF;
  color: #E6134D;
  transition: all 0.2s;
  text-decoration: underline;
}

.secDocNew .secDocNew-ctaBlocAll a:hover svg path {
  fill: #E6134D;
}

.secDocNew .secDocNew-ctaBlocAll a p {
  padding-left: 10px;
  padding-right: 20px;
  margin: 0;
  color: #FFF;
  font-family: 'Mattone'!important;
  font-size: 14px;
  font-weight: 400;
  text-wrap: nowrap;
  width: fit-content;
}

.secDocNew .secDocNew-ctaBlocAll a:hover p {
  color: #E6134D;
}

/* ----------------- Section Newsletter ----------------- */
.secReaNew {
  padding-top: 90px;
  background-color: #FFF!important;
  background-image: url('/themes/custom/lyonfr_edito/images/radius-back.svg');
  background-repeat: no-repeat;
  background-size: 190px 190px;
  background-position: 100% -1px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .secReaNew {
    padding-top: 0;
    background-size: 100px 100px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 992px) {
  .secReaNew::before {
    content: "";
    height: 60px;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
    display: block;
    background: #f0e8de;
    top: -60px;
  }
}

.secReaNew .container {
  padding: 0 8.33333333%;
}

.accueil .main-container .secReaNew.row .container {
  padding: 0 8.33333333%;
}

.secReaNew .container .row {
  background-color: #FFF!important;
}

.secReaNew .secReaNew-logo {
  text-align: center;
  background-color: #FFF;
}

.secReaNew .secReaNew-logo .field--name-field-logo-footer-image .field--item{
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .secReaNew .secReaNew-logo img {
    width: 260px;
  }
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-logo img {
    width: 160px;
  }
}

.secReaNew .secReaNew-news {
  margin-top: 50px;
}

.secReaNew .secReaNew-news .secReaNew-news-structure {
  background: #f1e9e080;
  border-radius: 50px;
  padding: 30px 60px;
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-news .secReaNew-news-structure {
    padding: 20px 30px;
  }
}

.secReaNew .secReaNew-news .secReaNew-news-desc {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-news .secReaNew-news-desc {
    column-gap: 10px;
  }
}

.secReaNew .secReaNew-news .secReaNew-news-desc img {
  width: 76px;
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-news .secReaNew-news-desc img {
    width: 50px;
    height: fit-content;
    min-width: 50px;
  }
}

.secReaNew .secReaNew-news .secReaNew-news-desc .secReaNew-news-txt {
  text-align: left;
}

.secReaNew .secReaNew-news .secReaNew-news-desc h2 {
  color: #0C292F;
  margin-bottom: 5px;
  font-family: 'Mattone';
  font-size: 16px;
  font-weight: 400;
  text-transform: inherit;
  line-height: 18.5px;
}

.secReaNew .secReaNew-news .secReaNew-news-desc p {
  color: #333;
  font-family: 'Luciole-regular';
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.secReaNew .secReaNew-news .secReaNew-news-links {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  align-items: center;
  margin-top: 5px;
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-news .secReaNew-news-links {
    display: grid;
    row-gap: 15px;
    margin-top: 10px;
  }
}

.secReaNew .secReaNew-news .secReaNew-news-links .secReaNew-ctaSub {
  display: inline-flex;
  padding: 10px 20px;
  border: 1px solid var(--primary);
  background: var(--primary);
  align-items: center;
  border-radius: 100px;
  color: #FFF;
  font-family: 'Mattone'!important;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s;
}

.secReaNew .secReaNew-news .secReaNew-news-links .secReaNew-ctaSub svg {
  margin-left: 10px;
}

.secReaNew .secReaNew-news .secReaNew-news-links .secReaNew-ctaSub:hover {
  border: 1px solid var(--primary);
  background-color: #FFF;
  color: var(--primary);
  transition: all 0.2s;
  text-decoration: underline;
}

.secReaNew .secReaNew-news .secReaNew-news-links .secReaNew-ctaSub:hover svg path {
  fill: var(--primary);
}

.secReaNew .secReaNew-news .secReaNew-news-links .secReaNew-linkOther {
  color: #0C292F;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-decoration-line: underline;
  transition: all 0.2s;
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-news .secReaNew-news-links .secReaNew-linkOther {
    text-align: center;
  }
}

.secReaNew .secReaNew-news .secReaNew-news-links .secReaNew-linkOther:hover {
  color: var(--primary);
  transition: all 0.2s;
  text-decoration: none;
}

/*  Section Accessibilite/Ecoresponsabilite  */
.secReaNew .secReaNew-engagements {
  border-radius: 50px;
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-engagements {
    row-gap: 15px;
    display: grid;
    margin-top: 0;
  }
}

.secReaNew .secReaNew-engagements .col {
  background: #f1e9e080;
  border-radius: 50px;
  text-align: center;
  padding: 30px 60px;
}

@media only screen and (max-width: 992px) {
  .secReaNew .secReaNew-engagements .col {
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 992px) {
  .secReaNew .secReaNew-engagements .col:nth-child(2) {
    margin-left: 15px;
  }

  .secReaNew .secReaNew-engagements .col:nth-child(1) {
    margin-right: 15px;
  }
}

.secReaNew .secReaNew-engagements .col h2 {
  color: #333;
  font-family: 'Mattone'!important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 14px;
}

.secReaNew .secReaNew-engagements .col p {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.72px;
  margin-bottom: 0px;
}

.secReaNew .secReaNew-engagements .field--name-field-commitment-title .field--item {
  font-family: 'Mattone'!important;
  color: #0C292F;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.secReaNew .secReaNew-engagements .field--item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  color: #0C292F;
  text-align: center;
  font-family: 'Luciole-regular';
  font-size: 14px;
  font-weight: 400;
  line-height: 148%;
}

.secReaNew .secReaNew-engagements .col img {
  height: 110px;
}

.secReaNew .secReaNew-engagements .col .secReaNew-ctaSub {
  display: inline-flex;
  padding: 10px 20px;
  border: 1px solid #E6134D;
  background: #E6134D;
  align-items: center;
  border-radius: 100px;
  color: #FFF;
  font-family: 'Mattone'!important;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.2s;
}

.secReaNew .secReaNew-engagements .col .secReaNew-ctaSub:hover {
  border: 1px solid #E6134D;
  background-color: #FFF;
  color: #E6134D;
  transition: all 0.2s;
  text-decoration: underline;
}

/* ----------------- Homepage mobile tabs ----------------- */
@media only screen and (max-width: 992px) {
  #mobileTabs.nav-tabs {
    background: #f0e8de;
    border-bottom: none!important;
    display: flex;
    place-content: center;
    padding: 50px 15px 0 15px;
    border-radius: 20px 20px 0 0;
    width: 100%;
    position: relative;
    z-index: 97;
  }

  #mobileTabs.nav-tabs a:focus {
    background: #f0e8de;
  }

  #mobileTabs.nav-tabs li {
    width: calc(100% / 3);
    text-align: center;
    border-bottom: 1px solid #3333331a!important;
    z-index: 999;
  }

  #mobileTabs.nav-tabs a {
    color: #333!important;
    font-family: 'Mattone';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.2s;
    text-align: center;
    height: 100%;
  }

  #mobileTabs.nav-tabs a:hover,
  #mobileTabs.nav-tabs .active a {
    color: var(--primary)!important;
    transition: all 0.2s;
    background: #f0e8de00;
  }

  #mobileTabs.nav-tabs a::after {
    background-color: var(--primary)!important;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-tab {
    display: none;
  }

  .mobile-tab.active {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tagNew-Container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 20px;
}

.tagNew-Container .tagNew {
  height: 20px;
  padding: 0 8px;
}

div.tagNew-Date {
  font-family: 'Luciole-regular';
  font-size: 10px;
  font-weight: 400;
  border-radius: 50px;
  padding: 0 8px;
  color: #FFF;
  background-color: var(--primary);
  border: 1px solid #FFF;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.tagNew-Place-Container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 5px;
  margin: 10px 0 0 0;
}

.tagNew-Place-Container svg {
  fill: #FFF;
}

.tagNew-Place-Container .event-places a, .tagNew-Place-Container span.tagNew-Place {
  font-family: 'Luciole-regular';
  font-size: 11px;
  font-weight: 400;
  color: #FFF;
  background-color: var(--primary);
  line-height: 13px;
}

.tagNew-Place-Container > a {
  display: flex;
  justify-content: center;
}

.tagNew-Place-Container .event-places {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  div.tagNew-Date {
    background-color: #f0E8DE;
    color: #2F7084;
    border: 1px solid #2F7084;
  }
  .tagNew-Place-Container .event-places a, .tagNew-Place-Container span.tagNew-Place {
    background-color: #f0E8DE;
    color: #2F7084;
  }
  .tagNew-Place-Container svg {
    fill: #2F7084;
  }
}
