@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');
@import url(custom_styles.css);

/* import des styles personnalisés sélectionnables dans éditeur JCE */

/********************************
* BOUTONS                       *
********************************/

.btn {
    padding: 10px 20px;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: var(--bs-body-font-family);
    border-radius: 5px;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
}

.btnMenu{
	padding: 10px 20px;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: var(--bs-body-font-family);
    border-radius: 5px;
	padding: 2px 10px !important;
	height: 44px;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
    cursor: pointer;
    border: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s !important;
}

.lvl1 {
    background-color: #01C89D;
    color: white;
}

.lvl1:hover {
    background-color: #019a7f;
    box-shadow: 0 4px 12px rgba(1, 200, 157, 0.3);
}

.lvl1:focus{
    outline: 3px solid #161626;
    outline-offset: 2px;
}

.lvl2 {
    background-color: #8ED6A8 !important;
    color: #161626 !important;
}

.lvl2:hover {
    background-color: #75c894 !important;
	box-shadow: 0 4px 12px rgba(142, 214, 168, 0.3);

}
.lvl2:focus{
    outline: 3px solid #161626;
    outline-offset: 2px;
}
.lvl3 {
    background-color: #FFE1AF !important;
    color: #161626 !important;
	border: 2px solid #E48C8A;
}

.lvl3:hover {
    background-color: #ffd699 !important;
    border-color: #d47470;
	box-shadow: 0 4px 12px rgba(228, 140, 138, 0.2);

}
.lvl3:focus{
    outline: 3px solid #161626;
    outline-offset: 2px;
}

.lvl4 {
    background-color: transparent;
    color: #01C89D;
    border: 2px solid #01C89D;
}

.lvl4:hover {
   background-color: rgba(1, 200, 157, 0.1);
   border-color: #019a7f;
}

.lvl4:focus{
    outline: 3px solid #161626;
    outline-offset: 2px;
}

.lvlFooter{
	background-color: transparent;
	color: #fff !important;
	border: none;
	text-decoration: underline;
}

.lvlFooter:hover{
	background-color: transparent;
	color: #C2BFB2 !important;
	border: none;
}

.lvlFooter:focus{
	background-color: transparent;
	color: #000 !important;
	border: none;
}

/* :root {
    /* Changer les couleurs ici et ça s'adaptera automatiquement à tous les boutons*/
  /*  --color-primary: #F2E6A7; 
    --color-secondary: #f5f5f5;
	--color-tertiary: #735A45;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-border: #eaeaea;
 }

  .btn1, .btn2, .btn3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75em 1.5em !important;
		/*height: 3em;*/
  /*  font-size: 1rem;
    line-height: 1;
    color: var(--color-black) !important;
    background-color: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, transform 0.1s !important;
  }

  .btn1:hover {
    background-color: color-mix(in srgb, var(--color-primary) 80%, black) !important;
  }

	.btn1:hover, 
	.btn2:hover,
	.btn3:hover{
		text-decoration: none !important;
	}
  
  .btn1:focus,
	.btn2:focus,
	.btn3:focus {
    outline: 1px solid var(--color-primary) !important;
    outline-offset: 2px;
  }
  
  .btn1:active,
	.btn2:active,
	.btn3:active {
    transform: scale(0.97) !important;
  }
  
  .btn2 {
    background-color: var(--color-secondary) !important;
    color: var(--color-black) !important;
    border-color: var(--color-border) !important;
  }
  
  .btn2:hover {
    background-color: #e0e0e0 !important;
  }
  
  .btn3 {
    background-color: transparent !important;
    color: var(--color-tertiary) !important;
    border-color: var(--color-tertiary) !important;
  }
  
  .btn3:hover {
    background-color: color-mix(in srgb, var(--color-tertiary) 10%, transparent) !important;
  }
 */

.btnBlanc {
  background-color: white;
  color: #735A45 !important;
  border-radius: 10px;
  padding: 6px 15px;
  border: 2px solid #735A45;
  font-weight: 600;
}

.btnBlanc:hover {
  background-color: #BFB895 ;
  color: white !important;
}

/* bouton scroll up -> le mettre à gauche */
.sp-scroll-up {
  left: 30px;
  right: 0 !important;
}

/********************************
* STYLES                        *
********************************/
/* __liens__ */
a,
.article-list .article .article-header h1 a,
.article-list .article .article-header h2 a {
  font-weight: 600;
  -webkit-transition: unset !important;
  transition: unset !important;
  color: #00AB86;
  border-bottom: 2px solid transparent !important;
  transition: all 0.3s ease !important;
}

a:hover,
a:focus,
.article-list .article .article-header h1 a:hover,
.article-list .article .article-header h2 a:hover {
  color: #E48C8A;
  text-decoration: underline !important;
}

a:has(*):hover {
    color: inherit !important;
    text-decoration: none !important;
}

h1,
h2,
h3,
.contact h3 * {
  color: #450F0D;
  text-transform: uppercase;
  font-weight: 600 !important;
  text-align: center;
}

h1 {
  text-align: center;
  /*margin-top: -4rem;*/
  margin-bottom: 2rem;
  font-size: 20pt !important;
}

h2 {
  font-size: 17pt;
}

h3 {
  font-size: 16pt;
}

h4 {
  font-size: 14pt;
}

hr {
  height: 1px;
  margin: -0.5em 0;
  padding: 0;
  color: #3A3A3A;
  background-color: #3A3A3A;
  border: 0;
  margin-top: 3px;
  margin-bottom: 3px;
}

h1.TitleCourse {
  font-size: 31pt !important;
  margin: 10px 0px;
}

/* __tableau__ */
table tr td a img {
  margin: auto;
  text-align: center;
}

table:not(.tableau) td h3 {
  margin: 0 !important;
}

table:not(.tableau) tbody {
  border-spacing: 30px !important;
}

table:not(.tableau) td,
table:not(.tableau) th {
  padding: unset !important;
  vertical-align: top !important;
}

/* __corps__ */
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: unset;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 18px;
  }
}

/********************************
* ZONE TEMPLATE                 *
********************************/
#sp-bottom-gris-2 {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

/********************************
* MENU                          *
********************************/
#sp-menu-principal {
  background-color: #00C79C  !important;
}
#sp-footer-infomaniak {
  background-color: #8DD4A5  !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:active {
  color: #00C79C;
}

#sp-menu {
  height: 100px;
}

section#sp-menu-principal .row {
  height: 100px;
}

.sp-megamenu-parent>li.sp-menu-item.current-item.active>a {
  color: #FFFFFF !important;
  font-weight: 700;
}

li.sp-menu-item.sp-has-child.active .sp-menu-separator {
  color: #FFFFFF !important;
  font-weight: 700;
}

.sp-megamenu-parent .sp-menu-item.sp-has-child.active .sp-dropdown-inner .sp-dropdown-items .sp-menu-item.current-item.active a {
  font-weight: 700;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a {
  color: black !important;
}

.sp-module ul>li>a::before {
  display: none;
}

.sp-megamenu-parent>.sp-menu-separator>a,
.sp-megamenu-parent>li>span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item,
.sp-megamenu-parent>.sp-menu-item>a {
  color: #161626;
  font-size: 15px !important;
  font-weight: 700;
}

.sp-megamenu-parent>.sp-menu-item>a:hover {
  color: black !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: unset;
  border: 1px solid black;
  width: max-content;
}

/* Pour les couleurs de fonds  et de texte des menus */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover>a,
.sp-menu-item.sp-has-child .sp-dropdown.sp-dropdown-main.sp-menu-right .sp-menu-item.sp-has-child .sp-menu-separator {
  color: #E48C8A !important;
}

ul.sp-megamenu-parent{
	top: 0px !important;
}

/* __logo sponsors principaux__ */
.logo_Menu a {
  display: inline-flex;
  margin: 12px;
}

.logo_Menu a img {
  width: 85px;
  margin-top: -7px;
}

.logo_Menu_Mobile {
  display: grid;
  justify-items: center;
  margin: 30px 0px;
}

.logo_Menu img {
  margin: auto;
  display: block;
  top: 10px;
}

.logo_Menu_Mobile a {
  display: inline-flex;
  margin: 17px;
  align-items: center;
  width: 114px;
  justify-content: center;
  align-content: center;
}

.logo_Menu_Sponsor img {
  width: 115px;
  margin: 0px 15px;
}

.logo_Menu_Sponsor {
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -56px;
}

.fondBlancMenu img {
  height: 80px;
  position: relative;
}

div#sp-logomenu {
  width: 162px;
}

.logo_Menu img {
  margin: auto;
  display: block;
  top: 10px;
  width: 113px;
  margin-top: 10px;
}

/* tablette et grand écran */
@media only screen and (min-width: 1199px) and (max-width: 1320px) {
  #sp-menu {
    width: 36% !important;
  }
}

@media only screen and (max-width: 575px) {
  section#sp-menu-principal .row {
    height: 100px;
    display: flex;
    justify-content: space-between;
  }

  body.ltr #offcanvas-toggler.offcanvas-toggler-right {
    float: none !important;
    margin-left: 0px !important;
  }
}

@media only screen and (min-width: 1343px) and (max-width: 1576px) {
  .logo_Menu_Sponsor img {
    width: 102px;
    margin: 0px 7px;
  }

  .logo_Menu_Sponsor {
    width: 100%;
    margin: auto;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1342px) {
  .logo_Menu_Sponsor a {
    margin: 6px 18px;
  }

  .logo_Menu_Sponsor {
    top: -61px;
  }

  div#sp-sponsormenu {
    width: 28%;
  }
}

@media only screen and (min-width: 1342px) and (max-width: 1400px) {
  ul.sp-megamenu-parent.menu-animation-fade-down.d-none.d-lg-block {
    width: 108%;
  }

  div#sp-menu {
    width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .logo_Menu_Sponsor img {
    width: 94px;
    margin-top: 6px
  }

  .logo_Menu_Sponsor a {
    margin: -6px;
  }
}

/* __menu desktop__ */
#sp-menu-principal {
  width: 100%;
  position: fixed;
  z-index: 999;
  height: 5rem;
}

#sp-menu>.sp-column {
  height: 72px;
}

@media only screen and (min-width: 1400px) {
  .container {
    width: 1133px;
  }
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #735A45 !important;
}

/* __menu offcanvas__ */
.offcanvas-menu .offcanvas-inner ul.menu>li a,
.offcanvas-menu .offcanvas-inner ul.menu>li span,
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: white !important;
  font-weight: 600;
  opacity: 1;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a {
  font-size: 18px;
  font-weight: 600;
}

.offcanvas-menu .offcanvas-inner ul.menu>li>ul li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li a:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.offcanvas-menu .offcanvas-inner ul.menu>li span:hover,
.li.active.menu-deeper.menu-parent a,
.offcanvas-menu .offcanvas-inner ul.menu>li span+.menu-toggler {
  color: #735A45 !important;
}

.active.menu-divider.menu-deeper.menu-parent>.menu-separator,
.active.menu-divider.menu-deeper.menu-parent .menu-child .active.menu-deeper.menu-parent>a,
.menu-separator,
.active.menu-divider.menu-deeper.menu-parent .menu-child .active.menu-deeper.menu-parent>.menu-toggler:after {
  color: #735A45 !important;
}

#offcanvas-toggler>i {
  color: #000000 !important;
}

#offcanvas-toggler {
  margin-top: 16px;
}

.offcanvas-menu {
  background-color: black !important;
}

#offcanvas-toggler {
  line-height: 100px;
}

#offcanvas-toggler {
  position: relative;
}

/* taille de la croix pour fermer le menu mobile */
.close-offcanvas {
  border: none !important;
  font-size: 2em !important;
  color: white !important;
  background-color: #ffffff;
  padding: 6px;
}

/* __fil d'ariane__ */
#sp-fil-ariane {
  background-color: #8DD4A5;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 99;
  font-size: 14px;
}

.breadcrumb {
  margin-right: 70px;
  background-color: #8DD4A5;
  float: right;
  color: #450F0D;
}

.breadcrumb span, .pathway{
  color: #450F0D;
}

.float-start {
  font-weight: 600;
}

.d-flex {
  display: block !important;
}

/* tablette */
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .sp-megamenu-parent {
    display: none;
  }

  .visible-xs {
    display: inline-block !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1341px) {
  #sp-menu {
    width: 40%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #sp-menu {
    padding: 20px;
  }

  #offcanvas-toggler {
    display: none !important;
    margin-top: -10px;
  }
}

@media screen and (min-width: 990px) and (max-width: 1999px) {
  div#sp-logomenu {
    width: 164px;
  }
}

/* desktop */
@media only screen and (min-width: 1200px) {
  ul.sp-megamenu-parent.menu-animation-fade-down.d-none.d-lg-block {
    display: block !important;
    top: 11px;
  }

  #offcanvas-toggler {
    display: none !important;
  }
}

@media only screen and (max-width: 1341px) {
  ul.sp-megamenu-parent.menu-animation-fade-down.d-none.d-lg-block {
    display: none !important;
  }

  #offcanvas-toggler {
    display: flex !important;
    justify-content: center;
  }
}

/* mobile*/
@media only screen and (max-width: 516px) {
  .logo_Menu img {
    margin: -7px 0px;
    position: relative;
    top: -20px;
  }

  #offcanvas-toggler {
    margin: 0px !important;
    float: right !important;
    position: relative;
    left: 75px;
    right: 0
  }

  #sp-menu-principal {
    display: inline-flex;
    padding: 20px;
    width: 100%;
  }

  .breadcrumb {
    margin-right: 70px;
  }
}

@media screen and (min-width: 766px) {
  div#sp-logomenu {
    width: 164px;
  }

  .logo_Menu a img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 307px) {
  .logo_Menu img {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .itemid-102 #sp-calltoactionaccueil {
    margin-top: 0px;
  }
}

/********************************
* BACKGROUND ARTISTE            *
********************************/
/* PAGE infos utiles */
/*.itemid-122 #sp-main-body,
.itemid-112,
.itemid-113,
.itemid-114,
.itemid-115,
.itemid-116,
.itemid-117,
.itemid-118,
.itemid-119,
.itemid-120 {
  background-image: url(../../../images/artistes/fichtre-2024/fichtre-background-gris.webp);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}*/

 /*#sp-accueil-info {
  background-image: url("../../../images/header/fichtre-date-fond-banner.webp");
  background-size: cover;
  background-position: 95% 32%;
  background-repeat: no-repeat;
  padding-top: 168px !important;
}*/

#sp-calltoaction-top h1,
#sp-calltoaction-top h2,
#sp-calltoaction-top h3 {

  color: #ffffff !important;
  font-size: 18pt;
  font-weight: 500;
}

#sp-calltoaction-top {
  background-color: #735A45;
}

#sp-calltoaction-bottom {
  background-color: #E48C8A;
}

@media only screen and (max-width: 626px) {
  #sp-accueil-info {
    background-position: 83% 32%;
  }
}

/************************************
* MODULE Accueil                    *
************************************/

.img-inline {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.img-inline a img {
  border-radius: 6px;
}

.img-inline a.btnJaune {
  margin: 0 !important;
}

.img-inline a {
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .img-inline img {
    width: 46%;
    margin: auto;
  }
}

/************************************
* CALL TO ACTION                    *
************************************/
.callToAction {
  display: flex;
  align-items: center;
}

#sp-calltoactionentrainement {
  background-size: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f5a065;
  /*margin-top: 126px;*/
  padding: 160px 11px 27px 11px !important;
}

/************************************
* ARTICLES en vedette et catégories *
************************************/
.article-list .article {
  border: none !important;
}

/***************************
* FORMULAIRE CONTACT       *
***************************/
/*créer une section de couleur pour le chatbot */
.itemid-146 #sp-top-blanc {
  background-color: #F2EFDF;
}

/* chatbot */
.dl-cb.dl-cb-inline {
  background-color: white !important;

}

.dl-iframe{
  border-radius: 15px;	
}

.page-header {
  display: none;
}

/* titres du formulaire */
.contact h3 {
  font-size: 26px !important;
  text-align: center;
}

.form-label {
  margin-bottom: 0.9rem !important;
  font-weight: 700;
}

/* champs du formulaire */
.contact input[type="text"],
.contact input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.contact textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* message champs obligatoires */
label#jform_spacer-lbl {
  color: #ff404d;
  font-weight: 500;
}

/* bouton envoyer */
.controls {
  text-align: center;
}

button[type="submit"].btn-primary {
  background-color: #BFB895  !important;
  color: white;
  padding: 7px 20px;
  font-size: 14pt;
  text-transform: uppercase;
  border: none;
}

/* supprimer l'espace qui se rajoute en dessous du footer */
.control-group.field-spacer {
  display: none;
}

@media screen and (max-width: 600px) {
  #mod-custom220 h1 {
    display: none;
  }
}

/* formulaire de contact full size pour tablette et mobile */
@media screen and (max-width: 762px) {
  .contact-form {
    width: 100%;
    margin: auto;
  }

  .contact textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 230px;
  }

  .contact input[type="text"],
  .contact input[type="email"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

/********************************
* ARTICLE Développement durable *
********************************/
@media screen and (min-width: 368px) {
  .imgAligner {
    margin-left: 10px;
    align-items: center;
  }

  .aligner {
    float: left !important;
    margin-top: 30px;
  }

  .sp-menu-item>.article-header h1 {
    font-size: 20pt !important;
  }
}

/******************************
* ARTICLES Toutes les Course  *
******************************/
/* cette course fait partie de */
.sponsorCourse span {
  margin: 15px 30px 0px 30px;
}

/* dates */
.dateCourse {
  font-size: 24pt !important;
  text-align: center !important;
}

/* cards encadrés post-it*/
.parcours {
  justify-content: space-between;
  display: flex;
}

.cardParcours {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 50px 30px 20px;
  margin: 50px 5px 5px 5px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
  text-align: left;
  background-color: white;
}

.cardParcours i {
  margin-top: 20px;
}

.postitParcours {
  background-color: #E48C8A;
  color: #fff !important;
  position: absolute;
  padding: 15px;
  font-weight: 600;
  top: -15px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 14pt;
}

.cardParcours p {
  z-index: 11;
  position: relative;
}

.imgCoursePerso {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
}

.imgCoursePicto {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28%;
  z-index: 9;
}

.imgCoursePictoBig {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15%;
  z-index: 9;
}

/* MODULE infos importantes */
.row.infosImportantesCourses {
  background-color: white;
  padding: 30px 25px;
  margin: 30px 0px;
}

.cardParcours-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cardParcours-cell img {
  float: right;
  /* Positionner l'image à droite */
  margin-left: 10px;
  /* Ajouter un espace entre l'image et les paragraphes */
}

.row.imgLigneDossard {
  margin: auto;
  padding: 10px;
}

img.imgDossard {
  margin: 10px auto;
  text-align: center;
}

/* Version mobile */
@media (max-width: 500px) {
  .cardParcours {
    padding: 50px 15px;
    width: 97%;
  }

  .row.infosImportantesCourses {
    padding: 30px 5px;
  }

  .row.imgLigneDossard {
    display: block;
  }
}

.article-list {
  margin-top: 3rem;
}

/*.courses-container {
  margin-bottom: 20px;
}
.course {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 100%;
  margin: 20px;
  overflow: hidden;
}
.course-preview h3 {
  color: white;
  text-align: center !important;
  font-size: 16pt;
}
.course-preview {
  background-color: #ff404d;
  color: #fff;
  padding: 20px;
  width: 300px;
  text-align: center;
}
.course-preview i {
  margin-left: 10px;
}
.course-info {
  padding: 30px;
  position: relative;
  width: 100%;
}
.course-info h4 span {
  color: #ff404d !important;
  font-size: 14pt !important;
}
.fa.fa-money, .fa.fa-hourglass-3, .fa.fa-gift, .fa.fa-info-circle, .fa-check-square-o.check, .fa-child.child {
  font-size: 28pt !important;
  color: white !important;
  margin-top: 10px auto;
  padding: 10px;
}
.course-preview .fa {
  margin: auto;
}

/* mobile */
@media (max-width: 500px) {

  /*.course {
    display: table-cell;
    vertical-align: middle;
  }
  .course-preview {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .course-preview i {
    margin-left: 10px;
  }
  .course-preview h3 {
    color: white;
    font-size: 16pt;
  }*/
  img.imgDossard {
    max-width: 50%;
    float: left;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
  }
}

/************************************
* MODULE nos partenaires apéro run  *
************************************/
.titleAperoRun {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
  text-align: left;
  color: #fff;
  font-size: 26pt;
  width: 100%;
  text-align: center;
}

.avs.mod_allvideoshareplayer.player h3 {
  display: none !important;
}

.partenairesAperoRun img {
  width: 125px;
}

.partenairesAperoRun {
  width: 100%;
  margin: 20px;
}

.partenairesAperoRun .col {
  margin: 20px;
  float: left;
}

.video-container-apero {
  position: relative;
  padding-bottom: 31.25%;
  /* Ratio d'aspect 16:9 pour les vidéos */
  height: 0;
  overflow: hidden;
}

.video-container-apero video {
  object-fit: cover;
  filter: brightness(0.6) invert(0);
}

.apero-run-collaborateurs {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  flex-wrap: wrap;
}

.apero-logo-collaborateurs {
  width: 214px;
  margin: 30px;
}

.video-container {
  position: relative;
  padding-bottom: 450px;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

/* mobile et tablette */
@media screen and (max-width: 642px) {
  .titleAperoRun {
    font-size: 18pt;
  }
}

@media screen and (max-width: 800px) {
  .video-container-apero {
    padding-bottom: 354px;
  }
}

/* desktop */
@media screen and (min-width: 1000px) {
  .partenairesAperoRun {
    display: flex;
    justify-content: center;
  }

  .video-container-apero {
    position: relative;
    padding-bottom: 500px;
    height: 0;
    overflow: hidden;
  }
}

/**********************************
* PAGE Garderie                   *
**********************************/
/*#sp-main-body {
   background-image: url(../../../images/artistes/fichtre-2024/fichtre-banner-garderie.webp);
	background-repeat: repeat-x;
	background-position: bottom;
	background-size: 252px; 
}

.itemid-137 #sp-main-body {
   background-image: url(../../../images/artistes/fichtre-2024/fichtre-banner-garderie.webp);
    background-size: 252px;
    background-position: bottom;
    background-repeat: repeat-x; 
}

.itemid-137 #sp-bottom-blanc-2:not(.col-lg-12) {
    background-image: url(../../../images/artistes/fichtre-2024/fichtre-banner-garderie-miroir.webp);
    background-size: 250px;
    background-position: top;
    background-repeat: repeat-x; 


}
*/
.itemid-137 #sp-bottom-blanc-2 .col-lg-12 {
  background-color: unset;
}

/*.imgPlanGarderie {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 200px;
  margin: auto;
}
.fa.fa-tasks.tasks, .fa.fa-user-secret.secret, .fa.fa-heartbeat.heartbeat, .fa.fa-clock-o.clock, .fa.fa-map-marker.marker, .fa.fa-pencil.pencil, .fa.fa-exclamation-triangle, .fa.fa-group, .fa.fa-user-plus {
  font-size: 40pt !important;
  color: black !important;
  margin-top: 30px;
}
.fa-map-marker.marker {
  font-size: 20pt !important;
}
.lienAccesSite {
  color: black !important;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  padding: 30px;
  width: 203px;
  text-align: center;
  margin: 10px;
  background-color: white;
}
.lienAccesSite i {
  color: #ff404d;
  margin-bottom: 20px;
  font-size: 30pt;
}
.imgPalnSiteAcces {
  width: 600px;
  height: 500px;
}
.centerPlan {
  text-align: center;
}
.planGarderie {
  display: inline-flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}*/
.rowReglement {
  text-align: center;
  justify-content: center;
}

.cardReglement {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 30px;
  margin: 50px 5px 5px 5px;
  display: inline-block;
  vertical-align: middle;
  float: none;
  position: relative;
}

.cardReglement i {
  margin-top: 20px;
}

.postit {
  background-color: #DF8586;
  color: #fff !important;
  position: absolute;
  padding: 15px;
  font-weight: 600;
  top: -15px;
  left: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  font-size: 14pt;
}

/* mobile 
@media screen and (max-width: 500px) {
  .cardReportage {
    width: 33%;
    float: left;
  }
  .planSite {
    display: block;
  }
  .planpdf {
    display: none;
  }
}*/
/************************************
* PAGE Transport                    *
************************************/
.rowTransport {
  margin: auto;
  text-align: center;
  justify-content: center;
  margin-bottom: 65px;
}

.rowTransport .col {
  margin: 12px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.txtTransport {
  font-weight: 900;
  color: #735A45;
}

.transport {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  padding: 30px;
  display: inline-block;
  width: 223px;
  color: #735A45;
}

.transport i {
  margin-bottom: 10px;
}

.transport:hover {
  box-shadow: rgba(0, 0, 0) 0px 3px 8px;
}

.fa.fa-car.car,
.fa.fa-ship.ship,
.fa.fa-bus.bus {
  font-size: 50pt !important;
}

/* co-voiturage */
.imgCovoiturage {
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*******************************
* PAGE Club et Partenaire      *
*******************************/
.rowClubPartenaire a {
  margin: auto;
}

.rowClubPartenaire .col-md-3 {
  margin: 35px;
}

.clubPartenaire {
  text-align: center !important;
}

/*******************************
* ARTICLE Prix FVJC            *
*******************************/
.category-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.category {
  display: inline-flex;
  margin: 20px;
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.category i {
  font-size: 48px;
  color: #735A45;
  margin-bottom: 10px;
}

.category span {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-left: 20px;
  color: #735A45;
}

.icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
  width: 200px;
}

.fa.fa-female,
.fa.fa-male {
  font-size: 40pt !important;
}

.fa.fa-paperclip {
  transform: rotate(225deg) !important;
  font-size: 40pt !important;
  position: relative;
  margin-bottom: 20px;
}

.rowCategoriePrix {
  text-align: center;
  display: flex;
  justify-content: center;
}

.rowCategoriePrix .col-md-4 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: center;
  padding: 30px;
  margin: 10px;
  width: 150px;
  float: left;
}

.rowCategoriePrix .col-md-4 p {
  margin-top: 10px;
}

/* mobile */
@media only screen and (max-width: 768px) {
  .column {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .rowCategoriePrix {
    text-align: center;
    display: block;
    justify-content: center;
  }
}

/*****************************
*  FOOTER                    *
*****************************/
#sp-footer,
section#sp-chat-bot-pop-up {
  background-color: #01C89D !important;
}

.footer-info a {
  text-decoration: underline;
}


/* Marges sur les icones (contact, newsletter, etc.) */
#sp-bottom1,
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
  margin-top: 40px;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input {
  margin-bottom: 7px;
  margin-right: -51px;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-content {
  margin-top: 13px;
  float: left;
  display: inline-flex !important;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-submit input {
  background-color: white !important;
  color: black !important;
  border: none;
  font-weight: normal;
  height: auto;
  padding: 7px;
  height: 40px !important;
}

/* réseaux sociaux */
#mod_networks {
  margin: 0 auto;
  width: max-content;
}

#sp-footer-network {
  padding: 30px 30px 10px 30px !important;
  height: 100px;
}

/* infomaniak */
#sp-footer-infomaniak img {
  float: right;
  margin-top: -16px;
}

#infomaniak_sponsor {
  margin: 20px;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input input {
  width: 80% !important;
}

/* infomaniak newsletter */
.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-content {
  margin-top: 13px;
  text-align: center;
  display: table-caption;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input {
  display: inline-block;
  width: 281px;
  margin-bottom: 27px !important;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 label {
  display: block;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 input {
  height: 35px;
  color: #999999;
  border: 1px solid #E9E9E9;
  border: none;
  padding-left: 7px;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input.inf-error label,
.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input.inf-error span.inf-message {
  color: #cc0033;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input.inf-error input {
  border: 1px solid #cc0033;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input input {
  width: 100%;
  height: 40px;
  color: black !important;
  font-size: 20px;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-input.inf-error span.inf-message {
  display: block;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-submit {
  text-align: right;
  display: inline-block;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-submit input {
  color: #735A45 !important;
  width: 45px;
  cursor: pointer;
  font-weight: 700 !important;
  position: relative;
  border-radius: 5px;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 .inf-submit input.disabled {
  opacity: 0.4;
}

.inf-btn {
  color: rgb(85, 85, 85);
  border: medium none;
  font-weight: normal;
  height: auto;
  padding: 7px;
  display: inline-block;
  background-color: white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
  border-radius: 2px;
  line-height: 1em;
}

.inf-rgpd {
  margin: 25px 0px 15px 0px;
  color: #555555;
}

.inf-main_86ee781072256cc909e4d0ec7cdcf8d8 input[type="text"] {
  padding-left: 15px;
}

.footer-info {
  display: grid;
  grid-template-columns: 207px 280px 1fr 176px;
  grid-column-gap: 20px;
}

.media-social .media-picto i {
  font-size: 20pt;
  background-color: #ffffff;
  /*padding: 7px;
  -webkit-clip-path: polygon(0% 52%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);*/
  text-align: center;
  color: #01C89D;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  align-content: center;
  transition: background-color 0.3s, color 0.3s, transform 0.1s;
}

.media-picto {
  display: inline-flex;
}

.media-picto i {
  margin: 0px 2px;
}

.media-social {
  height: 100px;
  bottom: 0;
  position: relative;
  top: 115px;
  float: left;
  text-align: end;
}

.media-picto i:hover {
  color: white;
  background-color: #E48C8A ;
}

#sp-footer-informations {
  padding: 40px;
}

/* .col.footer a:hover {
  color: white !important;
} */

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo_Footer_Sponsor {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 20px auto;
  }

  .logo_Footer_Sponsor a img {
    width: 145px;
  }
}

@media screen and (max-width: 500px) {
  .cardReportage {
    width: 33%;
    float: left;
  }

  #sp-footer-informations {
    padding: 20px 20px;
  }
}

@media only screen and (min-width: 992px) {
  #sp-position7 {
    padding-left: 130px;
  }

}

@media only screen and (max-width: 767px) {
  .footer-info {
    display: block;
  }

  .media-social {
    height: 100px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  #sp-footer-informations {
    background-color: #BFB895 ;
    padding-top: 40px;
  }

  .row.footer-informations {
    display: inline-block;
  }

  .col.footer {
    margin-bottom: 53px;
  }

  #sp-footer-network {
    margin-top: -51px
  }
}

@media only screen and (min-width: 800px) and (max-width: 700px) {
  .col.footer {
    margin: 30px;
  }

}

/***************************
* ARTICLE école des prix   *
***************************/
#sp-raccourcis {
  margin-top: -71px;
}

img#dataregImg {
  margin: auto;
}

/************************************
* ARTICLES Dévéloppement durable    *
************************************/
.volet {
  margin: 30px auto;
}

.volet i {
  font-size: 27pt;
  margin: 14px auto;
  color: #735A45;
  text-align: center !important;
}

.volet span {
  font-size: 13pt;
  text-align: center;
  text-transform: uppercase;
}

.volet span a {
  text-transform: none;
}

.volet .evidence {
  text-align: center !important;
  width: 100%;
  display: block;
  margin: 20px auto;
}

.img-developpement-durable {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/***************************
* ARTICLES Volontaires     *
***************************/
.row.rowClubPartenaire {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.banniere-20km img {
  object-fit: cover;
  filter: brightness(0.6) invert(0);
  height: 313px;
}

/************************************
* ARTICLES Courir pour le plaisir   *
************************************/
.lstInfoCourirPlaisir {
  list-style-type: none;
}

ul.lstInfoCourirPlaisir li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  padding: 0 10px 0 0;
}

/************************************
* ARTICLES Inscription et liste     *
************************************/
.col-md-12.btnInfoInscription {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.col-md-12.btnInfoInscription .triangle-border {
  width: 100%;
}

/***************************
* COOKIES                  *
***************************/
.jb-cookie-decline {
  display: none !important;
}

#sp-cookie-footer {
  text-align: center;
}

/***************************
* MODULE Erreur 404        *
***************************/
body.itemid-248 #sp-main-body {
  display: none;
}

.desktop-erreur-404,
.mobile-erreur-404 {
  position: relative;
  top: 16px;
}

/* adapter les panneaux sur la page d'erreur 404 */
.panneau-accueil img {
  position: absolute;
  width: 15%;
  top: 37%;
  left: 46%;
}

.panneau-parcours img {
  position: absolute;
  width: 15%;
  top: 45%;
  left: 62%;
}

.panneau-info img {
  position: absolute;
  width: 15%;
  top: 54%;
  left: 47%;
}

/* animation des panneaux quand on survole */
.panneau-accueil img:hover,
.panneau-parcours img:hover,
.panneau-info img:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}

/* desktop */
@media only screen and (min-width: 551px) and (max-width: 767px) {
  .panneau-accueil img {
    position: absolute;
    width: 18%;
    top: 26%;
    left: 43%;
  }

  .panneau-parcours img {
    position: absolute;
    width: 15%;
    top: 31%;
    left: 62%;
  }

  .panneau-info img {
    position: absolute;
    width: 15%;
    top: 35%;
    left: 47%;
  }
}

/* mobiles  */
@media only screen and (max-width: 550px) {
  .panneau-accueil img {
    position: absolute;
    width: 30%;
    top: 36%;
    left: 35%;
  }

  .panneau-parcours img {
    position: absolute;
    width: 30%;
    top: 40%;
    left: 65%;
  }

  .panneau-info img {
    position: absolute;
    width: 30%;
    top: 44%;
    left: 36%;
  }
}

/*****************************
* ARTICLES EN VEDETTE        *
*****************************/
.article-list {
    padding: 20px 0;
}
.article {
    padding: 30px; 
    background-color: #ffffff; 
    border: none; 
    border-radius: 40px; 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); 
    margin-bottom: 30px; 
    overflow: hidden; 
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    max-height: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.article:hover {
    transform: translateY(-8px); 
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); 
}
.article-intro-image {
    overflow: hidden; 
    border-radius: 12px; 
    margin-bottom: 20px;
    flex-shrink: 0;
}
.article-intro-image img {
    width: 100%; 
    height: 200px;
    object-fit: cover; 
    transition: transform 0.5s ease;
}
.article a:hover .article-intro-image img {
    transform: scale(1.05);
}
.article-body {
    padding: 0; 
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.article-body h2 {
    font-size: 2rem; 
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #1a2332;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
}
.article-body h2 a {
    text-decoration: none; 
    color: #1a2332; 
    transition: color 0.2s;
}
.article-body h2 a:hover {
    color: #007bff; 
}
.article-date {
    display: inline-block;
    background-color: #1a2332;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 15px;
    flex-shrink: 0;
}
.article-introtext {
    flex-grow: 1;
    overflow: hidden;
}
.article-introtext p {
    text-align: left;
    text-justify: inter-word;
    hyphens: auto;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article .readmore {
    display: inline-block;
    background-color: #ef4444;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: auto;
    flex-shrink: 0;
}
.article .readmore:hover {
    background-color: #dc2626;
    transform: translateY(-2px);
    color: #ffffff;
}
.article-list .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}










/*---*/

.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
	grid-auto-flow: dense;
}

.article-background {
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: white;
    position: relative;
    height: 350px;
	border-radius: 6px;
	display: flex;
	align-items: flex-end;
}

.article-background::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
    border-radius: 6px;
}

.article-content {
    position: relative;
    z-index: 2;
	color: #fff;
}

.article-content p{
	margin: 0;
}

.article-content h2 {
	color: #fff;
	text-align: start;
	text-transform: none;
}

.article-content span{
	margin-top: 15px;
}
.article-content .introtext {
    font-size: 0.95em;
}

.article-link {
    grid-column: span 1;
}

.article-link.double-col {
    grid-column: span 2;
}


.article-link.triple-col {
    grid-column: span 3;
}


@media (max-width: 768px) {
	.articles-background {
	height: auto;
		aspect-ratio: 1/1;
	}
	
    .articles-grid {
        grid-template-columns: 1fr;
    }
	
	.article-link.double-col {
    grid-column: span 1;
}
	
	.article-link.triple-col {
    grid-column: span 1;
}
	
}

@media 
  (min-device-width: 768px) 
  and (max-device-width: 1199px) {
	  
	  .articles-grid {
          grid-template-columns: repeat(2, 1fr);
    }

	  .article-link.double-col{
		  grid-column: span 1;
	  }
	  
	  .article-link.triple-col{
		  grid-column: span 2;
	  }
	  
}



/*****************************
* ARTICLES venir aux 20km    *
*****************************/
/* cacher le main body parce qu'il est vide */
.itemid-128 #sp-main-body {
  margin: -45px !important;
}

/* box des images pour venir aux 20km */
.boxVenir20km {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  float: left;
}

.boxVenir20km:hover .border {
  transform: scale(0.94);
  transition-duration: 140ms;
}

.boxVenir20km:hover .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-duration: 140ms;
}

.boxVenir20km:hover .image-wrap {
  transform: scale(1.2);
  /*opacity: 1;*/
  transition-duration: 140ms;
}

.border,
.text,
.image {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.image-wrap {
  position: absolute;
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
  transform: scale(1.1);
  transition: 280ms ease-out;
  pointer-events: none;
  filter: brightness(0.6) invert(0);
}

.border {
  left: -30px;
  top: -30px;
  border: 30px solid #222;
  box-sizing: content-box;
  transition: 360ms ease-in-out;
}

.text {
  display: flex;
  align-items: center;
  justify-content: center;
  /*opacity: 0;*/
  transform: translate3d(0, -4%, 0);
  transition: 280ms ease-out;
  text-align: center;
  font-weight: 600;
  font-size: 22pt;
}

.lienVenir20km {
  color: white;
}

.image {
  background-size: cover;
}

/* box sizing*/
.boxVenir20km {
  width: 100%;
  height: 100vw;
  float: left;
}

@media (min-width: 500px) {
  .boxVenir20km {
    width: 50%;
    height: 50vw;
  }
}

@media (min-width: 800px) {
  .boxVenir20km {
    width: 33.333333%;
    height: 22vw;
  }
}

@media (min-width: 1200px) {
  .boxVenir20km {
    width: 33.33%;
    height: 20vw;
  }
}

/* image backgrounds */
.image-0 {
  background: url("../../../images/miniatures/venir_20km/voiture.webp");
  background-size: cover;
}

.image-1 {
  background: url("../../../images/miniatures/venir_20km/bateau.webp");
  background-size: cover;
}

.image-2 {
  background: url("../../../images/miniatures/venir_20km/co-voiturage.webp");
  background-size: cover;
}

.image-3 {
  background: url("../../../images/miniatures/venir_20km/bus.webp");
  background-size: cover;
}

.image-4 {
  background: url("../../../images/miniatures/venir_20km/plan-situation.webp");
  background-size: cover;
}

.image-5 {
  background: url("../../../images/miniatures/venir_20km/perturbation-trafic.webp");
  background-size: cover;
}

/*****************************
* ANCRE Newsletter           *
*****************************/

.zoom-section {
  transition: transform 0.5s ease;
}

.zoom-in {
  animation: zoomIn 2s forwards;
}

.zoom-out {
  animation: zoomOut 0.5s forwards;
}

@keyframes zoomIn {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

/*======================================================
				Video background accueil
=======================================================*/

.video-background {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}

.accueil-background {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url('/images/banners/banner-accueil-2025.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  z-index: 0; 
}


.accueil-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


.titleDate {
  position: relative;
  color: white;
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .video-background video {
   min-width: 100vw;
   min-height: 30vh;
  }
  .video-background{
   height: 500px; /* 500px en mode banner */
	}
  .accueil-background{
   height: 500px; /* 500px en mode banner */
	}
}

#sp-menu-top{
	background-color: #735A45;
	position: relative;
	width: 100%;
	z-index: 98;
	padding-top: 125px !important;
}

#mod-custom220{
	margin-top: 40px !important;
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

/*==========================
	Catégorie Artiste
==========================*/

.row.row-1.catArtistescols-2 .article a {
  clip-path: none !important;
  -moz-clip-path: none !important;
  -webkit-clip-path: none !important;
  background: none;
  aspect-ratio: 7/11;
  height: 100%;
}

.row.row-1.catArtistescols-2 .article img {
  clip-path: none !important;
  -moz-clip-path: none !important;
  -webkit-clip-path: none !important;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.row.row-1.catArtistescols-2 .article img:hover {
	transform: scale(1.1);
}

@media only screen and (min-width: 1100px) {
  .row.row-1.catArtistescols-2 .article {
  	width: 80%;
  	margin: 0 auto;
}
}


/* Rendre le module  stats invisible */
.stats-code {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

::selection {
  background-color: #E48C8A;
  color: white;          
} background-size: cover;
}

.accueil-background {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url('/images/banners/banner-accueil-2025.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  z-index: 0; 
}


.accueil-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


.titleDate {
  position: relative;
  color: white;
  z-index: 2 !important;
}

@media (max-width: 768px) {
  .video-background video {
   min-width: 100vw;
   min-height: 30vh;
  }
  .video-background{
   height: 500px; /* 500px en mode banner */
	}
  .accueil-background{
   height: 500px; /* 500px en mode banner */
	}
}

#sp-menu-top{
	background-color: #735A45;
	position: relative;
	width: 100%;
	z-index: 98;
	padding-top: 125px !important;
}

#mod-custom220{
	margin-top: 40px !important;
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

/*==========================
	Catégorie Artiste
==========================*/

.row.row-1.catArtistescols-2 .article a {
  clip-path: none !important;
  -moz-clip-path: none !important;
  -webkit-clip-path: none !important;
  background: none;
  aspect-ratio: 7/11;
  height: 100%;
}

.row.row-1.catArtistescols-2 .article img {
  clip-path: none !important;
  -moz-clip-path: none !important;
  -webkit-clip-path: none !important;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.row.row-1.catArtistescols-2 .article img:hover {
	transform: scale(1.1);
}

@media only screen and (min-width: 1100px) {
  .row.row-1.catArtistescols-2 .article {
  	width: 80%;
  	margin: 0 auto;
}
}


/* Rendre le module  stats invisible */
.stats-code {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

::selection {
  background-color: #E48C8A;
  color: white;          
}

/*=============================
    ENCADRE / STYLE TEXTE
=============================*/
.encadre {
	background-color: #F2F2F2;
	padding: 1.5rem 1rem 0.5rem 1rem;
	border-radius: 10px;
}