:root {
  --primary-h: 210;
  --primary-s: 21%;
  --primary-l: 15%;

  --accent-h: 29;
  --accent-s: 84%;
  --accent-l: 55%;

  --text-h: 0;
  --text-s: 0%;
  --text-l: 24%;

  --background-h: 0;
  --background-s: 0%;
  --background-l: 100%;


  --background-2:hsla(192, 26%, 96%, 1);
  --title-color:hsla(0, 0%, 12%, 1);

  --primary-font: "Inter", sans-serif;
  --secondary-font: "Figtree", sans-serif;

  --h1-font-size: 3.813rem;
  --h2-font-size: 2.5rem;
  --h3-font-size: 2rem;
  --h4-font-size: 1.75rem;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-20);

  --border-radius: 1rem;
  --border-radius-card: .75rem;
  --button-border-radius: 3.75rem;
  --transition: 0.3s all ease-in-out;
}
/* ================================== GENERAL ================================== */
a[href="#"] {
  cursor: default;
}

main p a,main p u {
  color: var(--accent-color);
}

p {
  margin-block: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h1.h1-geoloc span,
[class*="title"] {
  font-family: var(--secondary-font);
  font-weight: 600;
  color: var(--title-color);
}
h1 span,
h1.h1-geoloc span {
  color: var(--accent-color);
  margin: .25rem 0 0;
  font-weight: 400;
}

a {
  transition: var(--transition);
}

.pos-relative {
  position: relative;
}

.paginationControl {
  text-align: center;
  margin: 60px auto 28px;
}

.sitemap-nav li {
  margin: 10px 0;
}
.nowrap {
  flex-wrap: nowrap;
}
.border-rad, .blocs img {
  border-radius: var(--border-radius);
}
@media screen and (min-width:993px) {
  h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
margin: 0;
}
}

/* ================================== BOUTONS ================================== */

[class*="btn"] a.btn,.btn.accent,input#field_3 {
  padding: 16px 24px;
  border-radius: var(--button-border-radius);
  line-height: 100%;
  font-weight: 600;
}
.btn svg {
  transition: var(--transition);
}
.btn.accent {
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: var(--primary-color);
}
.btn.accent:hover {
  background-color: white;
  color: var(--accent-color);
}
.btn.accent:hover svg path {
  stroke: var(--accent-color);
}
.btn.primary {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: white;
}
.btn.primary:hover {
  background-color: white;
  color: var(--primary-color);
}
.btn.primary:hover svg path {
  stroke: var(--primary-color);
}
.politique-de-confidentialite main .btn-contact {
  margin-top: 1rem;
}
#boutons {
  margin-top: 2rem;
}
#bloc-top #boutons {
  margin-top: 3rem;
}
@media screen and (max-width: 992px) {
  .fold .btn-contact, .fold .btn-rdv {
    margin-top: 1rem;
  }
  .fold #boutons {
    display: none;
  }
  .fold-top {
    margin-block: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  [class*="btn"] a.btn {
    width: 100%;
  }
  .btn:not(.fluid) {
    width: auto;
  }
  #boutons {
    margin-block: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #boutons .row {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    justify-content: stretch;
    width: 100%;
  }
  #boutons .row a.btn {
    width: 100%;
  }
}

/* ================================== SECTIONS ================================== */

@media screen and (min-width: 993px) {
  .index-page main .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1280px) {
  .index-page main .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

/* ================================== BRAND ================================== */

.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}

.brand a:hover {
  opacity: 0.75;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}
.brand .row .col {
  padding: 0 0.3125rem;
  font-family: var(--secondary-font);
  font-size: 1.25rem;
}
.brand .baseline {
  font-weight: 400;
}

/* ================================== CARDS ================================== */

.card {
  position: relative;
  display: block;
  transition: var(--transition);
}

.card:not(#encart-contact .card) a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 4;
}

.card a, #encart-contact a {
  text-decoration: none;
  display: block;
}

.card-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.card-image img,
.card * {
  transition: var(--transition);
}

.actualites-card:hover img, #encart-contact .card:hover img {
  transform: scale(1.1);
  transition: var(--transition);
}

/* ================================== DIVERS ================================== */

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before,
.divGenerateur label.optional {
  display: none;
}
.bg {
  background-color: var(--background-2);
}
@media screen and (max-width: 992px) {
  .blocs img,
  .page-interne .sc-content .ac-doubleColonne .ac-colonne img,
  #listing-autres-actus-categorie {
    display: block;
    max-width: 450px;
    max-height: 400px;
    margin: 30px auto;
    object-fit: cover;
    width: 100%;
  }
  .header-content .nav ul li a.selected {
    background: transparent;
  }
}

/* ================================== HEADER ================================== */

@media screen and (max-width: 992px) {
  .menu-mobile {
    height: 90px;
  }
  .menu-mobile .btn-menu {
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: 100%;
  }
  .menu-mobile .brand {
    margin-left: -11px;
  }
  .topbar-brand.col,
  .phone span.material-icons {
    margin: 0;
  }
  .menu-mobile .row {
    width: 100%;
    margin: 0;
    flex-wrap: nowrap;
  }
  .menu-mobile .brand.col {
    padding: 0;
  }
  .header-content .nav .dropdown,
  .header-content .nav .ssdropdown {
    top: 90px;
  }
  .header-content #nav-container {
    margin-top: 90px;
  }
  .header-content .nav#topbar-nav li:not(.opened) a,
  .header-content .nav#main-nav li:not(.opened) a {
    padding: 0.75rem;
  }
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    height: 90px;
  }
}
@media screen and (min-width: 993px) {
  .header-content a.tel {
    font-weight: 600;
  }
  .header-content #nav-container,
  .header-content .row {
    margin: 0;
    flex-wrap: nowrap;
  }
  .header-nav .col {
    padding: 0 0.25rem;
  }
  .main-header-content .nav ul li a.selected,
  .main-header-content .nav ul li:hover > a {
    color: white;
  }
 .top-bar .nav ul li a.selected,
 .top-bar .nav ul li:hover > a {
    color: var(--title-color);
  }
  .header-content .nav ul li.sous_menu ul.dropdown,
  .header-content .nav ul li.sous_menu ul.ssdropdown {
    color: var(--title-color);
  }
  .top-bar .container {
    padding-block: 1.5rem;
  }
  .main-header-content {
    background-color: var(--primary-color);
  }
  .main-header-content .container {
    padding-block: .8125rem;
    color: white;
  }
  .header-content .nav#main-nav ul {
    justify-content: center;
  }
  .header-content nav li:not(.sousLi) {
    margin: 0 8px;
  }
  .header-content .nav#main-nav > ul > li > a,
  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    padding: 4px;
  }
  .header-content nav ul.dropdown a {
    font-size: 10px;
  }

  .header-content .contact {
    display: none;
  }
  #footer-nav a {
    position: relative;
  }
  .header-content .nav#main-nav > ul > li > a::before,
  .header-content .nav#topbar-nav > ul > li > a::before,
  #footer-nav a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    height: 2px;
    width: 0;
    background-color: var(--accent-color);
    transition: var(--transition);
  }

  .header-content .nav#main-nav > ul > li > a.selected::before,
  .header-content .nav#main-nav > ul > li > a:hover::before,
  .header-content .nav#topbar-nav > ul > li > a.selected::before,
  .header-content .nav#topbar-nav > ul > li > a:hover::before,
  #footer-nav a:hover::before,
  #footer-nav a.selected::before {
    width: 100%;
    left: 0;
    right: 0;
  }

  .header-content .nav ul li.sous_menu ul.dropdown > li > a:hover,
  .header-content .nav ul li.sous_menu ul.dropdown > li > a.selected {
    color: var(--accent-color);
  }
  .header-content a {
    min-width: max-content;
  }

.top-bar .brand img {
    max-width: 165px;
}
}
@media screen and (min-width:1100px) {
  .header-content a {
    min-width: none;
  }

.top-bar .brand img {
    max-width: none;
} 
}

@media screen and (min-width: 1340px) {
  .header-content .col {
    padding: 0 0.75rem;
  }
  .header-content nav a {
    font-size: 1rem;
  }
  .header-content nav ul.dropdown a {
    font-size: 0.75rem;
  }
}

/* ================================== SLIDER ================================== */
.slider-slick {
  position: relative;
  z-index: 0;
  height: 70vh;
}
.slide-img {
  height: 100%;
  z-index: 0;
}
.slide-img::before {
  position: absolute;
  content: '';
  inset: 0;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.3);
  z-index: 1;
}

.slider-slick video {
  height: 100%;
  transform: scale(1) translate(0%, 0vh);
  width: 100vw;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.slide-img .container {
  z-index: 2;
  position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
height: 100%;
}
.slide-img .title-1 {
  color: white;
}
.slide-img #boutons .row {
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .slide-content {
    max-width: 90%;
  }
  .slider-slick {
    position: relative;
    z-index: 0;
    margin-top: 2%;
    height: 85vh;
}
}
@media screen and (min-width: 993px) {
  .title-1 {
    font-size: 3.6875rem;
  }
  .slide-img .title-1 {
    max-width: 70.9375rem;
    margin: 0 auto;
  }
  .slide-img p {
    max-width: 40.5rem;
    margin: .75rem auto 1.5rem;
    color: hsla(0, 0%, 96%, 1);
  }
}



/* ================================== BLOC 01/02 ================================== */

#bloc-01 .btn-contact {
  margin-top: 2rem;
}
#bloc-01 {
  padding-bottom: 0;
}
@media screen and (min-width:993px) {
  .index-page h1 {
    letter-spacing: -3px;
  }
  #bloc-01 h1 {
    max-width: 22rem;
  }
 #bloc-01 .row-bloc-1 {
   gap: 7rem;
   flex-wrap: nowrap;
 } 
}

/* ================================== POINTS FORT ================================== */

.pt-fort {
  padding: 3rem 2.8rem;
  text-align: center;
}
 .card-title, h1 span {
  font-size: 1.1rem;
}
.pt-fort .card-title {
  margin: 1.25rem auto 1rem;
}
@media screen and (min-width: 993px) {
  .card-title, h1 span,h1.h1-geoloc span {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .pt-fort::before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  height: 12.5rem;
  width: .0625rem;
  background-color: hsla(0, 0%, 82%, 1);
  right: -0.0625rem;
  }
  .pt-fort-end::before {
    display: none;
  }
}

/* ================================== ENCART PRESTATIONS ================================== */
#encart-prestations .bloc-top {
  max-width: 41.75rem;
  margin: 0 auto;
}
.bloc-top p {
  margin: 1.25rem auto 0;
}
.slick-prestations, .slick-avis {
  margin-top: 4rem;
}
.prestations-card {
  padding: 1.5rem;
  transition: var(--transition);
}
.prestations-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  background-color: transparent;
  border-bottom:8px solid var(--accent-color) ;
  transition: var(--transition);
  border-radius: var(--border-radius);
  opacity: 0;
}
.prestations-card:hover {
  border-color: transparent;
}
.prestations-card:hover::after {
 opacity: 1;
}
.prestations-card-title {
  margin-top: 1.25rem;
}
.prestations-card-text {
  color: hsla(0, 0%, 91%, 1);
  margin: .5rem 0 1.25rem;
}
.link {
  font-weight: 600;
}
@media screen and (min-width:993px) {
  .slick-prestations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 1.5rem;
  }
  .card-1 {
    grid-area: 1/1/2/2;
  }
  .card-2 {
    grid-area: 1/3/2/4;
  }
  .card-3 {
    grid-area: 2/1/3/2;
  }
  .card-4 {
    grid-area: 2/3/3/4;
  }
  .card-5 {
    grid-area: 1/2/3/3;
  }
}
/* ================================ ENCART AVIS ================================== */

.slick-avis .card-content .row {
  flex-wrap: nowrap;
}
.avis-card {
  padding: 1rem;
}
.avis-card .avis-card-text {
  padding-left: 4.75rem;
  height: 6.5rem;
  margin-top: 0.5rem;
}
.avis-name {
  font-weight: 700;
  color: var(--title-color);
}

.avis-date {
  margin-left: -1rem;
  font-size: .625rem;
  color: hsla(0, 0%, 27%, 1);
}
.encart-avis .row.s-middle.s-start {
  padding-top: 0.25rem;
}

/* ================================== BLOC 03 ================================== */

.blocs h2:nth-of-type(2) {
  margin:3rem 0 0;
}
#bloc-03 img {
  max-height: 45.25rem;
}

/* ================================== ENCART CONTACT ================================== */
.slick-contact {
  margin-top: 3rem;
}
.card-rdv, .btn-card a {
  padding: 1.5rem;
}
#encart-contact .row .title-2, .card-rdv .card-content * {
  color: white;
}
.card-rdv {
display: flex;
flex-direction: column;
gap:1.5rem;
}
#encart-contact .card a {
  z-index: 0;
}
#encart-contact .card a::after {
  position: absolute;
  content: '';
  inset: 0;
  border-radius: var(--border-radius);
  background: linear-gradient(180deg, rgba(30, 38, 46, 0.2) 0%, #1E262E 100%);
  transition: var(--transition);
  z-index: 1;
}
#encart-contact .card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 3;
  color: white;
  width: 100%;
  padding: 1rem;
}
#encart-contact .card:hover a::after {
  background: linear-gradient(180deg, rgba(30, 38, 46, 0.6) 0%, #1E262E 100%);
}
.arrow {
  transition: var(--transition);
  width: 4.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
}
#encart-contact .card:hover .arrow svg path {
  stroke: var(--accent-color);
}
.row-media {
  margin-top: 1.5rem;
}
#encart-contact .card:hover .arrow {
  background-color: transparent;
}
#encart-contact .btn-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: .75rem;
}

strong {
  font-weight: 600;
}

.btn-rdv-card  .card-title{
  font-weight: 400;
}
.btn-card a:hover {
  background-color: var(--primary-color);
}
.btn-card.btn-rdv-card a:hover {
  background-color: var(--accent-color);
}
.btn-card a:hover * {
  color: white;
}
.btn-card a:hover svg path {
  stroke: white;
}
.btn-card svg {
  min-width: 1.5rem;
}
.col-2 .card a {
  height: 100%;
}
#encart-contact img {
  height: 100%;
}
.page-interne #encart-contact::before {
  position: absolute;
  content: '';
  top: 0;
  left: -5000px;
  right: -5000px;
  bottom: 0;
  background-color: var(--background-2);
  z-index: -1;
}
@media screen and (min-width:993px) {
  .col-2 .card {
    height: 70%;
  }
  .row-media {
    height: 30%;
  }
  .card-rdv {
    gap: 9.6875rem;
    }
  .page-interne #encart-contact {
    padding-block: 7.5rem;
  }
  .page-interne #encart-contact .container {
    width: 100%;
  }
}
@media screen and (max-width:992px) {
  .col-2 {
    margin-top: 2rem;
  }
  .col-2 .card {
    max-height: 31.25rem;
  }
  .col-2 img {
    flex-direction: column;
    min-height: 400px;
    height: 100%;
    object-fit: cover;
}

.btn-card.btn-facebook-card {
    margin-top: 24px;
}

#encart-contact .card .card-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
}

/* ================================== BLOC 04/05/06 ================================== */

div#bloc-04 img {
  max-height: 43.75rem;
}
#bloc-06 img {
  max-height: 55.75rem;
}
.note {
  background-color: white;
  padding: 1.5rem;
  border-radius: var(--border-radius-card);
}

#bloc-04 .note {
position: absolute;
content: '';
bottom: 1.5rem;
left: 1.5rem;
right: 1.5rem;
}

@media screen and (min-width:993px) {
  div#bloc-06 h2:nth-of-type(1) {
    max-width: 80%;
}
  div#bloc-05 p:nth-last-of-type(1) {
    margin-bottom: 0;
}
}

/* ================================== ENCART ACTUALITES ================================== */

.slick-actualites {
  margin-top: 3.75rem;
}
.actualites-card {
  background-color: var(--primary-color);
  padding: 1.5rem;
  border-radius: var(--border-radius);
}
.actualites-card * {
  color: white;
}
.actualites-card-text {
  color: hsla(0, 0%, 96%, 1);
  margin: .5rem 0 1.5rem;
}
.actualites-card-image a::after {
  position: absolute;
  content: "";
  inset: 0;
  background: hsla(0, 0%, 0%, 0.3);
  transition: var(--transition);
  border-radius: var(--border-radius-card);
  opacity: 0;
}
.actualites-card-image,.actualites-card-image img {
  border-radius: var(--border-radius-card);
}
.actualites-card:hover .actualites-card-image a::after {
  opacity: 1;
}
.actualites-card-content {
  margin-top: 1.25rem;
}
@media screen and (max-width:992px) {
  #encart-actualites .encart-btn {
    margin-top: 1.25rem;
  }
}
/* ================================== ACTUALITES DETAIL  ================================== */

div#listing-autres-actus-categorie ul {
  text-align: center;
  padding-inline-start: 0;
}
div#listing-autres-actus-categorie span.title-4 {
  margin: 20px auto;
  display: block;
  text-align: center;
}
.actualites-detail .detail-actu-image {
  max-width: 50%;
}
div#listing-autres-actus-categorie li {
  margin-top: 0.5rem;
}
body.actualites-detail .listing-autres-actus-categorie {
  height: max-content;
  padding: 24px;
}
#listing-autres-actus-categorie ul li ul li {
  list-style: none !important;
}
#listing-autres-actus-categorie ul li a {
  text-decoration: none;
}
#listing-autres-actus-categorie ul li a:hover {
  text-decoration: underline;
}
.actualites-detail .detail-actu-reseaux-sociaux {
  align-items: flex-start;
}
.detail-actu-reseaux-sociaux > div {
  display: flex;
}
.detail-actu-contenu p {
  margin: 0;
}

/* ================================== FOOTER ================================== */

.label-footer {
  font-weight: 600;
}
footer .horaire {
  margin-block: 1rem;
}
#footer-nav {
  padding-block: 1.25rem;
}
#footer-nav .nav ul li.no-menu,
#footer-nav .nav ul li.contact {
  display: none;
}

footer .section {
  padding-top: 3rem;
}
a.lien-maps span {
  display: block;
}
a.lien-maps:hover {
  opacity: 0.7;
}
div#footer-nav ul.dropdown a:hover {
  text-decoration: underline;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: stretch;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  font-weight: normal;
  z-index: 1;
  background-color: #fff;
  border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu > a::after {
  position: absolute;
  right: 0.625rem;
  display: block;
  font-family: var(--icon-font);
  line-height: 0;
  content: "\e5c5";
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin: -0.125em 0 0 0.25em;
  text-decoration: none;
}
#footer-nav .nav > ul > li {
  margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
  position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
  display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown > li a {
  padding: 0.5rem;
  margin: 0;
  font-size: 13px;
  display: block;
  color: var(--text-color);
}
@media screen and (min-width: 993px) {
  #footer-nav .nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  footer #footer-nav .nav ul li.sous_menu ul.dropdown {
    bottom: 100%;
  }
  .footer-reseaux {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media screen and (max-width: 992px) {
  footer li {
    margin-block: 0.625rem;
  }
  .footer-brand {
    margin-bottom: 20px;
  }
  footer .section {
    text-align: center;
  }
  footer .reseaux-sociaux .row {
    justify-content: center;
  }
  #footer-nav nav ul {
    flex-direction: column;
  }
  span.lien-maps {
    align-items: center;
  }
}

/* ******************************************** PAGE INTERNE ****************************************** */
.hero-interne::before{
  position: absolute;
  content: "";
  width: 100vw;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  height: 100%;
  z-index: -1;
background-color: var(--background-2);
}

.hero-interne {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 350px;
  margin-bottom: 4rem;
}
.contact-page .section-interne {
  margin: 2.5rem 0 0;
  border-radius: var(--border-radius);
}
nav#fil_ariane, #fil_ariane,.fil-ariane {
  margin: 0 0 3em;
}
[class*="actualites-"] main > .section,.politique-de-confidentialite main > .section,.plan-site main > .section {
  padding-top: 0;
}
.page-interne div#container {
  padding-block: 0;
}
.page-interne .ac-doubleColonne .white {
  text-align: center;
  margin-block: 1.25rem;
  padding: 1.25rem;
  border-radius: var(--border-radius);
  border: 2px solid var(--primary-color);
}
.ac-1v1 .ac-colonne {
  border: 2px solid var(--accent-color);
  padding: 1rem;
  border-radius: var(--border-radius);
}
.page-interne .ac-doubleColonne img {
  border-radius: var(--border-radius);
}
.sc-content .ac-doubleColonne:not(.section-interne-1) .note {
  background-color: var(--background-2);
}
  .bloc-interne.ac-doubleColonne {
    align-items: center;
    position: relative;
    padding-block: 2.5rem;
  }

  .bloc-interne.ac-doubleColonne::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: -5000px;
    right: -5000px;
    background-color: var(--background-2);
    z-index: -1;
  }
.ac-doubleColonne [class*="btn-"] {
    margin-top: 1.5rem;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-1 .col-left  {
    position: relative;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-1 .col-left .note {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  .bloc-interne img {
    max-width: 28.3125rem;
  }

@media screen and (min-width: 993px) {
  .bloc-interne.ac-doubleColonne {
    padding-block: 5.875rem;
  }
  .page-interne h2 {
    font-size: 2.1875rem;
  }
  .bloc-interne section.ac-colonne.ac-colonne_1.ui-sortable {
    width: 70%;
}
.bloc-interne section.ac-colonne.ac-colonne_2.ui-sortable {
    width: 30%;
}
  .page-interne .sc-content .ac-doubleColonne.section-interne-1 .col-left .note {
    right: 7.75rem;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-1 .col-left {
padding-right: 100px;
  }
  .ac-doubleColonne.section-interne-1 img,.ac-doubleColonne.section-interne-2 img  {
    height: 100%;
    object-fit: cover;
  }
  .page-interne .sc-content .ac-doubleColonne.section-interne-2 .col-left {
    padding-right: 3.125rem;
      }
      .page-interne .sc-content .ac-doubleColonne.section-interne-2 .col-right {
        padding-left: 3.125rem;
          }
  .page-interne section:not(section.ac-doubleColonne, section.ac-doubleColonne section, #relance, .ac-include) p,section.ac-doubleColonne:not(section.ac-doubleColonne.ac-timeline) p:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #fil_ariane, nav#fil_ariane, .fil-ariane {
    font-size: 14px;
  }
}
@media screen and (max-width:992px) {
  .page-interne .sc-content .ac-doubleColonne.section-interne-1 img {
    min-height: 31.25rem;
  }
  .bloc-interne #boutons {
    display: none;
  }
  .page-interne h1 span {
    margin: 0;
  }
  section.ac-doubleColonne.ac-1v1 .ac-colonne {
    margin-top: 2rem;
}
}


.ville{
  text-align: center;
}