*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
    --main-color: #CA1837;
    --secondary-color: #44596A;
    --txt-color: #373737;
}

html {
  color: #000000;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-box-sizing:border-box;
  box-sizing:border-box;
	font-size: 62.5%; /* R?-?quilibrage du Rem face au Pixel pour des calculs simples / 1.0rem = 10px */
  font-weight: 200;
  font-family: 'Open sans', sans-serif;
}

body {
  background-color: #FFFFFF;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 1.1vw, 1.8rem);
  line-height: 1.4;
}

::-moz-selection {
  background: var(--main-color);
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: var(--main-color);
  color: #FFF;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}
input[type="email"]::placeholder {
  padding: 0 8px;
}


ul {
  padding-left: 20px;
}

main li {
  list-style-type: square;
}
li::marker {
  color: #284995;
}
/* ==========================================================================
   Normalize
   ========================================================================== */
h1, h2, h3, h4 {
  text-transform: uppercase;
  color: var(--txt-color);
  z-index: 1;
}
a {
	text-decoration:none;
	transition: all 0.2s ease;
}
p {

}
span {
  color: var(--main-color);
}

ul {
    padding-left: 20px;
}
main li {
    list-style-type: square;
}
li::marker {
    color: #284995;
}

img {
	max-width: 100%;
}
.btn {
    color: white;
    padding: 8px 32px;
    text-transform: uppercase;
    font-weight: 500;
}
.btn-primary {
    background: var(--main-color);
    border: 4px solid var(--main-color);
}
.btn-primary:hover {
  background: transparent;
  color: var(--main-color);
}
.btn-secondary {
    background: var(--secondary-color);
    border: 4px solid var(--secondary-color);
}
.btn-secondary:hover {
  background: transparent;
  color: var(--secondary-color);
}
a.btn.btn-tertiary-pink {
  color: var(--main-color);
  padding: 0;
  position: relative;
}

a.btn.btn-tertiary-blue {
  color: var(--secondary-color);
  padding: 0;
  border-bottom: 2px solid;
}

main {
  display: block;
}
.container {
  padding: 20px 40px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 12px;
  outline: none;
  border: 2px solid #284995;
  height: 42px;
  min-width: 200px;
}

.pagination {
  display: flex;
  justify-content: space-evenly;
  width: 124px;
  margin: 0 auto;
  padding-top: 32px;
  align-items: center;
}
.pagination a {
  width: 16px;
  height: 16px;
  background-color: var(--txt-color);
  position: relative;
  display: block;
  border-radius: 100px;
}
.pagination a.arrow {
  background: none;
  height: 20px;
  display: flex;
  align-items: center;
}
.pagination span {
  font-weight: 600;
}
.pagination a.active{
  background-color: var(--main-color);
}
/* fil d'ariane */

.breadcrumb__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  margin: 0px;
  background-color: #EDEDED;
  border-radius: 4px;
  padding: 16px 40px; 
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.breadcrumb__item + .breadcrumb__item {
  padding-left: 10px;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: '>';
  padding-right: 10px;
  color: var(--main-color);
  line-height: 1;
  font-weight: 600;
}
.breadcrumb__item a {
	color:var(--txt-color);
}
.breadcrumb__item a:hover{
	color: var(--main-color);
}

.breadcrumb__item > a {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

.breadcrumb__item > a:hover {
  opacity: 0.6;
}
/*-------------- HEADER--------------*/
/*-------------- HEADER */
.bandeau-rs {
  background: var(--txt-color);
  padding: 4px 40px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

header.layout {
  width: 100%;
  position: relative;
}

#topbar {
  width: 100%;
  position: relative;
  max-width: 1920px;
  height: 88px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid var(--main-color);
}

#branding {
  text-align: right;
  width: 20%;
  min-width: 196px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
#branding a {
  display: block;
  margin: 12px;
  text-align: center;
}
div#branding img {
  width: 100%;
}

#menusbar {
    background-color:#ffffff;
    width: calc(100% - 60px);
    display: flex;
    flex-direction:column;
}

#raccourcisbar {
  width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
}
#raccourcisbar a {
    display:flex;
    text-decoration:none;
    margin:4px 8px;    
}
#raccourcisbar a img {
    width:40px;
    height:40px;
    
}
#raccourcisbar a span {
    display:block;
    color:#FFF;
    font-size: 1.4rem;
    margin:3px 6px;
}
#raccourcisbar a#trigger-call {
    display:none;
}

.menubar {
  position: relative;
  display: flex;
  width:100%;
  height:100%;
}
.menubar-fond {
    display: flex;
    align-items:center;
    height:100%;
    width:100%;
    padding-right: 40px;
}

#raccourcisbar #action-menu-resp {
  display: none;
}

.main-nav__list:first-child {
  justify-content: space-evenly;
}
.main-nav__list:last-child {
  justify-content: flex-end;
  gap: 24px;
}

.sidebar {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 60px;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(30px);
  padding-top: 110px;
  transition: all 0.2s ease;
}
.sidebar ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.sidebar ul li {
  margin: 10px 0;
}
.sidebar ul li a, .sidebar ul li button {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  padding: 0;
  justify-content: center;
  transition: all 0.2s ease;
}
.sidebar .tooltip {
  position: absolute;
  left: -10px;
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  color: #FFF;
  background-color: rgba(49, 49, 48, 0.9);
  border-radius: 4px;
  padding: 5px 8px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-80%);
  transition: all 0.2s ease;
}
.sidebar.js-scrolled {
  padding-top: 0;
}
.sidebar ul li a:hover, .sidebar ul li button:hover {
  transform: scale(1.1);
}
.sidebar ul li a:hover .tooltip, .sidebar ul li button:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-100%);
}

@media (max-width: 1025px) {
  
.nav-open .sidebar {
  display: flex;
}
.sidebar {
  display: none;
  position: absolute;
  top: unset;
  right: 0;
  bottom: 0;
  flex-direction: row;
  width: 100%;
  height: 50px;
  padding-top: 0;
  background-color: #FCE4D9;
}
main {
  padding-right: 0px;
}
}

@media (max-width: 1025px) {
    #menusbar {
        width:100%;
    }    
    #topbar {
        width:100%;
        
        flex-direction:column-reverse;
    }
    
    #branding {
        text-align:center;
    }
    
    #raccourcisbar {
      width: 100%;
      padding-right: 0px;
      position: absolute;
      top: 30%;
      left: 88%;
        
    }
    #raccourcisbar a span {
        display:none;
    }
    a.main-lvl1-nav__link img {
      display: none;
  }
    
}

/* menu principal */
.main-nav {
    z-index:999;
}
.main-nav a {
    text-decoration:none;
    font-weight: 500;
}
a.main-lvl1-nav__link img {
  width: 16px;
  margin-bottom: 6px;
}
li.main-lvl1-nav__item:last-of-type .main-lvl2-nav__list {
  width: auto;
}

@media (min-width: 1025px) {
  .main-nav {
    display: flex;
    justify-content: space-between;
    width:100%;
  }

  /*-------------- MENU > LVL 1 */

  .main-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
    width:100%;
  }

  .main-lvl1-nav__item {
    position: relative;
  }

  .main-lvl1-nav__link {
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 2rem;
    font-size: clamp(1.8rem, 1.2vw, 2rem);
    white-space: nowrap;
    
  }

  .main-lvl1-nav__link:hover {
    color: var(--yellow-secondary);
  }

  /*-------------- MENU > LVL 2 */

  .main-lvl1-nav__item:hover .main-lvl2-nav__list {
    opacity: 1;
    visibility: visible;
    padding-top: 25px;
    border-bottom: 4px solid var(--main-color);
  }  

  .main-lvl2-nav__list {
    opacity: 0;
    visibility: hidden;  
    transition: all 0.2s ease;
    flex: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    left: 0;
    border-bottom: 4px solid var(--yellow-secondary);
    list-style: none;
    padding: 0;
    margin: 0 auto 0 auto;
    width: 260px;
  }
  
  .main-lvl2-nav__item {
   background-color: #FFF;
   padding:5px;
   
  }

  .main-lvl2-nav__list::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 8px;
    margin: auto;

  }

  .main-lvl2-nav__link {
    display: block;
    font-size: 1.8rem;
    font-size: clamp(1.4rem, 1.1vw, 1.8rem);
    color: #000000;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 4px;
    letter-spacing: -0.5px;
  }

  .main-lvl2-nav__link:hover {
    color: var(--green-primary);
    background-color: hsl(225, 3%, 90%);
  }
  
  .mm-spn.mm-spn--navbar:after {
    font-weight:400;
    color: #254B6C;
  }
}
@media (max-width: 1025px) {

	#raccourcisbar #action-menu-resp {
		display: block;
	}

}

@media (max-width: 801px) {
    #raccourcisbar a img {
        width: 34px;
        height: 34px;
    }
    
    #acces-rapides {
        padding: 15px 0 0 0;
    }    
    #acces-rapides .container {
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        background-image:none;
    }
    .acces-rapide {
        display:flex;
        align-items:flex-start;
        margin-bottom:15px;
        width:46%;
    }
    .acces-rapide img {
        width:100%;
    }
    
    #raccourcisbar a#trigger-call {
        display:flex;
    }
}

@media (max-width: 515px) {
    #menusbar {
        top:0;
        left:0;
        background:none;
        z-index:1001;
    }
    #raccourcisbar {         
      left: 84%;
    }
    #raccourcisbar a#trigger-accessibility {
        display:none;
    }
}

@media (max-width: 480px) {
    .acces-rapide {
        width:100%;
    }
}

@media (max-width: 370px) {
    #acces-rapides {
        padding: 15px 0 0 0;
    }    
    #acces-rapides .container {
        display:block;
    }
}

/*-----------SLIDER------------*/
.header-bandeau {
    background-color:#FAFAFA;
    width:100%;
    height: calc(72vh - 132px);
    position:relative;
}
.header-bandeau-interne {
  height: calc(50vh - 132px);
}
.header-bandeau .lSSlideOuter,
.header-bandeau .lSSlideWrapper {
  width: 100%;
  height: 100%;
}

.header-bandeau .js-slider-fade {
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
}

/* bandeau principal */
.header-bandeau .js-slider-fade {
  width: 100%!important;
  height: 100%!important;
  padding-bottom: 0!important;
}

.js-slider-fade {
  background-color: #333333;
}

.js-slider-fade picture {
  display: block;
  width: 100%;
  height: 100%;
}

.js-slider-fade picture img {
  width: 100%;
}

@supports (object-fit: cover) {
  .js-slider-fade picture img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}

.header-bandeau-slogan {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7752100840336135) 81%, rgba(255,255,255,0) 100%);
    backdrop-filter: blur(40px);
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 33%;
    height: 100%;
    z-index: 20;
    display: flex;
    align-items: center;
}

@media (max-width: 780px) {
  .header-bandeau-slogan {
    background: linear-gradient(90deg, rgb(255 255 255 / 61%) 0%, rgb(255 255 255 / 0%) 81%, rgba(255,255,255,0) 100%);
    backdrop-filter: blur(5px);
    width: 100%;
  }
}
/*--------------------------------PAGE ACCUEIL-----------------------*/
/*----------ATOUTS--------------*/
#atouts {background: #F2F2F2;}
#atouts .container {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 16px;
}
.atout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.atout-txt h3, .atout-txt p {
  margin: 8px 0;
}

/*----------------------------------*/
.col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:20px;
}
.col-2 .gauche, .col-2 .droite {
    width: 50%;
}
@media (max-width: 780px) {
    .col-2 {
      flex-wrap: wrap;
  }
  .col-2 .gauche, .col-2 .droite {
      width: 100%;
  }
}
/*---------CAROUSSEL------------*/
.caroussel-img {
    display: flex;
    justify-content: space-between;
}
.caroussel-img {
  gap: 16px;
}

/*---------GALERIE------------*/
.galerie {
  background-color: var(--secondary-color);
  z-index: 1;
  position: relative;
}
.galerie h2 {
  color: white;
}
.galerie .col-2 {
  gap: 16px;
}
.galerie .col-2 .gauche, .galerie .col-2 .droite {
  display: flex;
  gap: 16px;
  justify-content: space-evenly;
}
.galerie .gauche div, .galerie .droite div {
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.galerie .gauche img, .galerie .droite img {
  width: 50%;
  object-fit: cover;
  max-width: 483px;
}
.galerie .gauche div img, .galerie .droite div img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-width: 409px;
}

@media (max-width: 780px) {
  .galerie .col-2 .gauche, .galerie .col-2 .droite {
    flex-direction: column;
  }
  .galerie .gauche div, .galerie .droite div {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .galerie .gauche div img, .galerie .droite div img {
    max-height: 100%;
    height: 234px;
    max-width: 316px;
  }
  .galerie .gauche img, .galerie .droite img {
    max-width: 700px;
    width: 100%;
}
}
@media (max-width: 760px) {
  .galerie .gauche div img, .galerie .droite div img {
    max-height: 100%;
    height: 351px;
    max-width: 680px;
  }
}



/*-----------AGENDA-------------*/
.agenda {
  background-color: #F2F2F2;
  position: relative;
}
.titre-btn a.btn.btn-tertiary-pink {
  border-bottom: 2px solid;
}
.agenda::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 0;
  width: 140px;
  rotate: 360deg;
  height: 144px;
  background-repeat: no-repeat;
  background-image: url('../images/rond-1-4-bg-rouge.png');
}
.titre-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.events {
  display: flex;
  gap: 16px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.img-date {
  position: relative;
}
.img-date img {
  width: 100%;
}

.event-img {
    width: 100%;
    height: 350px;
    background-color:#111;
    background-repeat: no-repeat;
    background-image: url('../images/logo-white.svg');  
    background-position:center;  
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.event {
  border-bottom: 4px solid var(--secondary-color);
  width: calc(100% / 3 - 11px);
  
}
.event:hover .date {
    background-color:rgba(255,255,255,0.95);  
}

.event .titre {
  text-align: center;
}
.event:hover h3 {
  color: var(--secondary-color);
}
.event .date {
  position: absolute;
  bottom: 0%;
  right: 0%;
  background: #ffffffc7;
  width: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 20px;
  transition:0.5s ease-in all;
}
.jour {
  font-size: 40px;
}

@media (max-width: 1800px) {
  .event .date {
    width:100%;
  }

}

@media (max-width: 1000px) {
  .event {
    width: calc(100% / 2 - 11px);
  }


}
@media (max-width: 640px) {
  .event {
    width: 100%;
  }
  .jour {
   font-size: 32px;
  }  
}

/*-------------QUOTE----------------*/
.txt-auteur span {
  color: var(--main-color);
}
.txt-auteur {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.quote .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.txt-auteur {
  font-size: 20px;
}
p.txt-quote {
  font-size: 24px;
}
.quote img {
  width: 100px;
}
@media (max-width: 780px) {
  .quote img {
    width: 50px;
  }
}

/*-------------ACTUALITES-----------*/
.actualites {
  background-color: #F2F2F2;
}
.actus {
  display: flex;
  /*gap: 16px;*/
  flex-wrap: wrap;
}

#actus-liste {
    gap: 16px;
}
.actu {
  width: calc(100% / 3 - 11px);
}
.img-categorie img {
  width: 100%;
}
.img-categorie {
  position: relative;
}

.actu-img {
    width: 100%;
    height: 350px;
    background-color:#111;
    background-repeat: no-repeat;
    background-image: url('../images/logo-white.svg');  
    background-position:center;  
}

.actu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.categorie-actu {
  position: absolute;
  top: 4%;
  right: 4%;
  background: #ca1837de;
  color: white;
  padding: 4px 16px;
}
.info-acrticle {
  background: white;
  padding: 24px;
  border-bottom: 4px solid #CA1837;
  height: 280px;
}
.desc-actu {
  margin-bottom: 24px;
}
.actu a.btn.btn-tertiary-pink:after {
  position: absolute;
  content: "";
  right: -14px;
  top: 3px;
  width: 12px;
  height: 17px;
  background: url('../images/icones/arrow-right-pink.svg');
}

.lSPager {
    margin:20px auto!important;
}

@media (max-width: 780px) {
  .actu {
    width: calc(100% / 2 - 11px);
  }
}
@media (max-width: 560px) {
  .actu {
    width: 100%;
  }
}



/*----------NEWSLETTER--------*/
.newsletter {
  background-image: url('../images/newsletter-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletter .container {
  padding: 32px 40px;
}
.newsletter .btn {
  background: #252525;
  height: 38px;
}
.newsletter h2 {
  color: white;
}
.newsletter .col-2 {
  align-items: end;
}
.newsletter input {
  margin: 0px;
  border: 2px solid #252525;
  height: 38px;
  min-width: 200px;
}
.newsletter .email {
  display: inline-flex;
}
.newsletter .rs {
  justify-content: end;
  display: flex;
  gap: 24px;
}
.newsletter .rs a img {
  width: 40px;
}

@media (max-width: 780px) {
  .newsletter .rs {
    justify-content: start;
    margin-top: 24px;
  }
}


/*----------------- FOOTER------------- */
footer {
  background-color: var(--txt-color);
  padding-top:32px;
}
footer li::marker {
  color: transparent;
}
#footer-content .container {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  border-bottom: 2px solid white;
  margin: 0 40px;
}
.footer-partenaires {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
}
.footer-col {
    margin: 0 10px;
}

.footer-title {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, 1.1vw, 2.0rem);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.footer-col p {
  color: #FFF;
  line-height: 1.7;
  font-size: 20px;
  font-weight: bold;
}
.footer-col ul {
  padding: 0px;
  margin: 0px;
}
.footer-col li {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
.footer-col li a {
  color: white;
    line-height: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
#footer-col-logo {
    text-align:center;
}

#logo-footer {
    width:172px;
    height:auto;
    margin:auto;
}
#footer-bas .container {
    display:flex;
    justify-content: center;
    font-size:12px;
    padding:6px; 

}

#footer-bas .container a {
    color:#FFF;
    text-decoration:none;
}
#footer-bas .container a:hover {
    color:#FFF;
    text-decoration:underline;
}
@media (max-width: 1025px) {
    #footer-content .container {
        flex-wrap:wrap;
    }

    .footer-col {
        width:40%;
        margin-bottom:20px;
    }

}


@media (max-width: 560px) {
    .footer-col {
        width:100%;
        margin:0;
        margin-bottom:20px;
    }
    .footer-col .rs-list {
        justify-content:center;
    }
    #footer-bas .container {
        display:block;
        text-align:center;
    }    
    #footer-bas .container a {
        display:block;
    }
}


/*--------------------------------PAGE INTERIEUR-----------------------*/
/*------------COLLECTIONS-----------*/
.container.sticky-collections {
  position: relative;
}
.container.sticky-collections::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 0%;
  width: 140px;
  height: 280px;
  background-repeat: no-repeat;
  background-image: url('../images/rond-bg-bleu.png');
}
.container.sticky-collections::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 64%;
  right: 0%;
  width: 140px;
  height: 280px;
  background-repeat: no-repeat;
  background-image: url('../images/rond-bg-rouge.png');
}
.sticky-collections .col-2 {
  align-items: unset;
  z-index: 1;
  position: relative;
}
.sticky-collections .gauche{
  width: 24%;
  margin-right: 24px;
}
.sticky-collections .droite{
  width: 76%;
}
.collections {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.collection img {
  width: 100%;
}
.collection {
  width: calc(100% / 2 - 11px);
}
.collection-intro {
  padding: 32px 40px 0;
}
@media (max-width: 780px) {
  .collection {
    width: 100%;
  }
  .container.sticky-collections {
    padding-top: 0px;
}
  .sticky {
    width: 100% !important;
    text-align: center;
  }
  .sticky ul {
    display: flex;
    gap: 8px;
    justify-content: center;
  }
  .sticky-collections .gauche, .sticky-collections .droite {
    width: 100%;
    margin-right: 0px;
  }
}

.sticky {
  background: #EDEDED;
  padding: 24px 24px 16px 24px;
  width: 264px;
  max-width: 100%;
  position: sticky;
  top: 32px;
  border: 4px solid var(--secondary-color);
}
.sticky ul {
  padding: 0px;
}
.sticky li {
  list-style-type: none;
  padding-bottom: 8px;
}
.sticky li a {
  color: var(--txt-color);
  font-weight: 500;
}
.sticky li a:hover {
  color: var(--main-color);
}


/*--------------------------------PAGE INTERIEUR FICHE-----------------------*/
.collection-fiche .droite {
  padding-left: 32px;
}

.info-contact {
  background: #ededed;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.recommandation {
  background: #ededed;
}
.recommandation .collections {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
.recommandation .collection {
  width: calc(100% / 3 - 11px);
}
.info-contact a, .info-contact p {
  font-weight: 500;
}
.info-contact a {
  color: var(--txt-color);
}
p.date {
  margin: 0;
}
.container.desc-fiche {
  padding: 0px 40px 32px;
}
.desc-fiche .col-1 {
  border-top: 2px solid var(--main-color);
}
@media (max-width: 900px) {
  .recommandation .collection {
    width: calc(100% / 2 - 11px);
  }
}
@media (max-width: 780px) {
  .recommandation .collection {
    width: calc(100% / 1 - 11px);
  }
  .collection-fiche .droite {
    padding-left: 0px;
  }
}

/*--------------------------------PAGE ACTUALITES-----------------------*/
.container.actu-titre {
  background: var(--main-color);
  padding: 16px 40px;
}
.container.actu-titre h1{
  color: white;
}
.parametre {
  padding-bottom: 32px;
}
.parametre select {
  margin: 0px 24px 0 0;
  border:2px solid var(--main-color);
}
.pagination-pages {
  display: flex;
  gap: 8px;
  align-items: center;
}

@media (max-width: 560px) {
  .parametre select {
    width: 100%;
    margin: 0;
  }
  .parametre {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
}


/*--------------------------------PAGE ARTICLE-----------------------*/
.col-2-article {
  align-items: flex-start;
  gap:40px;
}
.col-2-article .gauche {
  width: 70%;
}
.col-2-article .droite {
  width: 30%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.redaction {
  background: #ededed;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 24px;
  margin: 24px 0;
}
.article .categorie-actu {
  position: unset;
  color: var(--main-color);
  background: no-repeat;
  padding: 0;
}
.article .date-actu {
  
}

.article .intro {
    font-weight:500;
}

.date-categorie {
    display:flex;
    justify-content:space-between;
    margin:20px 0;
}

.droite .actu {
  width: 100%;
}
p.article-txt {
  text-align: justify;
}
.img-article {
  width: 100%;
}

.img-article img {
  width: 100%;
  max-width:100%;
}

p.nom-redaction {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
}
 .partage {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  gap: 8px;
  justify-content:space-between;
  background-color:#eee;
  padding:4px 16px;
}

@media (max-width: 780px) {
  .col-2-article .droite {
    border-top: 2px solid var(--main-color);
    padding-top: 32px;
  }
  .col-2-article .gauche, .col-2-article .droite {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
}

/*--------------------------------PAGE AGENDA-----------------------*/
.agenda-titre {
  background: var(--secondary-color);
  padding: 16px 40px;
}
.agenda-titre h1 {
  color: white;
}
.Agenda .pagination span {
  color: var(--secondary-color);
}
/*--------------------------------PAGE AGENDA EVENT-----------------------*/
.info-agenda {
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap: 24px;
  background: #ededed;
  margin: 24px 0;
  font-weight: 600;
  color: var(--secondary-color);
  align-items: center;
}
.info-agenda-item {
  width:calc(33% - 34px);
  background-repeat:no-repeat;
  background-position:10px center;
  padding-left:50px;
  background-size:30px;
  height:30px;
  margin:10px 5px;
  display: flex;
  align-items:center;  
}

.info-agenda-item[data-info=lieu] {
    background-image:url('../images/icones/map-agenda.svg');
}
.info-agenda-item[data-info=horaires] {
    background-image:url('../images/icones/clock-agenda.svg');
}

.info-agenda-item[data-info=tarif] {
    background-image:url('../images/icones/currency-euro.svg');
}

.info-agenda-item[data-info=contact] {
    background-image:url('../images/icones/contact.svg');
}
.info-agenda-item[data-info=tel] {
    background-image:url('../images/icones/phone.svg');
}
.info-agenda-item[data-info=email] {
    background-image:url('../images/icones/mail.svg');
}
.info-agenda-item[data-info=site] {
    background-image:url('../images/icones/site.svg');
}

@media (max-width: 780px) {
  .info-agenda { 
    gap:5px;
  }
  .info-agenda-item {
    width:100%;
    margin:5px 0;
  }
}

.droite .event {
  width: 100%;
}
.col-2-agenda {
  align-items: flex-start;
}
.col-2-agenda .gauche {
  width: 70%;
  margin-right: 40px;
}
.col-2-agenda .droite {
  width: 30%;
  margin-top: 58px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.partage {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 780px) {
  .col-2-agenda .droite {
    border-top: 2px solid var(--secondary-color);
    padding-top: 32px;
  }
  .col-2-agenda .gauche, .col-2-agenda .droite {
    width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
}

.ratio-box {
	position: relative;
    display: block;
	width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.ratio-box > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    object-fit: cover;
    object-position: center;
}

.ratio-box > iframe,
.ratio-box > img {
    width: 100%;
    height: 100%;
}

.ratio-16-9 {
    padding-bottom: 56.25%;
}

.ratio-3-2 {
    padding-bottom: 66.66%
}

.ratio-4-3 {
    padding-bottom: 75%;
}
