@import url("templates/shaper_helixultimate/css/custom_style.css");
/***********************
* STYLES VÉLOSANNE     *
*                      *
/* fontawsome */
i {
  color: #3b8731;
}
/* titres */
h1 {
  font-size: 20pt;
  margin: 0px 0px 33px 0px;
}
h2 {
  font-size: 18pt;
}
h3 {
  font-size: 15pt;
}
h4 {
    font-size: 15pt;
	margin: 30px auto;
}
h5 {
    font-size: 13pt;
    color: #3b8731;
    font-weight: 600;
	margin: 20px auto;
}
p{
	font-size: 15px;
}
/* liens */
a {
  color: #5AAF4F !important;
  text-decoration: underline;
}
a:hover {
  color: #417F38 !important;
  text-decoration: underline;
}
a:visited {
  color: #1B3A16;
  text-decoration: none;
}
.all_programmes{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: center;
}
/***********************
* MENU                 *
***********************/
#sp-menu {
    font-weight: 600;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
	font-weight: 600;
}
/* couleur du menu-séparateur et du menu quand sous-menu clicked */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent .sp-menu-item.sp-has-child:has(.sp-dropdown li.sp-menu-item.current-item.active) {
  color: #f7d21c !important;
  font-weight: 600;
}
.sp-megamenu-parent .sp-menu-item.sp-has-child.active .sp-dropdown .sp-menu-item.current-item.active a {
  color: black !important;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item>a{
	width: 100% !important;
}
ul.sp-megamenu-parent.menu-animation-pulse.d-none.d-lg-block {
  right: 32px;
}
/* couleur du lien fil d'ariane */
.pathway span {
  color: #5AAF4F !important;
}
/* fixer le menu et le fil d'ariane */
#sp-menu-principal {
  position: fixed;
  width: 100%;
  z-index: 3;
}
#sp-fil-ariane {
  position: fixed;
  width: 100%;
  top: 58px;
  z-index: 2;
}
.breadcrumb {
    background-color: #d9edba !important;
    float: right;
}
#sp-mobile-fil-ariane {
    background-color: #d9edba;
    position: fixed;
    width: 100%;
    top: 58px;
    z-index: 2;
    height: 60px;
}
@media screen and (max-width: 481px) {
  .breadcrumb {
    padding: 3px 0px;
    justify-content: flex-end;
  }
}
/* couleur du burger : mobile */
.burger-icon > span, .offcanvas-active .burger-icon > span, #modal-menu-toggler.active .burger-icon > span {
  background-color: #f7d21c;
}
.offcanvas-menu .offcanvas-inner ul.menu > li.active .menu-separator, .offcanvas-menu .offcanvas-inner ul.menu > li.active .menu-separator .menu-toggler::after {
  color: #f7d21c !important;
  font-weight: 600;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: black !important;
}
/* réseaux sociaux */
div#sp-menu-social {
  text-align: center;
}
div#sp-menu-social i.fa:hover {
  color: #ffed00 !important;
}
div#sp-menu-social i {
  position: relative;
  top: -16px;
}
/* MENU DESKTOP */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #f7d21c !important;
}
/* couleurs des liens */
.sp-megamenu-parent > li > a {
  color: black !important;
}
.sp-megamenu-parent > li > a:hover {
  color: #f7d21c !important;
}
/* couleurs des sous-menu déroulant */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item a {
  color: white !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
  background-color: #f7d21c !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover a {
  color: black !important;
}
/* MENU MOBILE */
nav.sp-megamenu-wrapper.d-flex {
  float: right;
  right: 32px;
  position: relative;
}
/* couleurs liens */
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: black !important;
  text-decoration: none;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, .offcanvas-menu .offcanvas-inner ul.menu > li span:hover {
  color: #f7d21c !important;
  text-decoration: none;
}
/* change la couleur de l'icone > menu séparateur */
span.menu-separator:hover .menu-toggler:after {
  color: #f7d21c !important;
  text-decoration: none;
}
span.menu-separator {
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner ul.menu li.current.active a {
  color: #ffffff !important;
}
/* sous-menu zone click */
.menu-parent .menu-child li a {
  width: 100% !important;
  cursor: pointer;
  font-size: 13pt !important;
  display: block;
}
/***********************
* FIL D'ARIANE         *
***********************/
.breadcrumb {
  background-color: #CBE0AC;
  float: right;
}
#sp-fil-ariane {
  height: 52px;
}
/***********************
* BANNER               *
***********************/
#sp-banners{
	padding-top: 55px !important;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    max-width: 50%;
  }

  .text-overlay h2 {
    margin-top: 0;
  }

  .text-overlay button {
    margin-top: 10px;
  }
/***********************
* BODY                 *
***********************/
#sp-main-body {
    padding: 128px 0;
}
/* accueil */
@media only screen and (max-width: 838px) {
	.itemid-117 .body-wrapper .body-innerwrapper #sp-main-body{
		padding: 18px 0!important;
	}
}

/* section */
#sp-call-to-action  {
  text-align: center !important;
  font-weight: 700 !important;
}
h3.sp-module-title {
  text-align: center !important;
  font-weight: 700 !important;
}
.article-header h1, .subheading-category {
  text-align: center !important;
  font-size: 30pt !important;
}
.blog h2 {
  text-align: center !important;
}
/***********************
* ARTICLES EN VEDETTE  *
***********************/
.article-intro-image.float-left {
  position: relative;
	width: 200px;
	margin: auto !important;
	margin-bottom: 25px !important;
}
.article-intro-image.float-left::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("images/miniatures/masque_vedette.png"); 
  background-size: cover; 
  position: absolute;
  z-index: 1; 
}
.article-intro-image.float-left img {
  width: 190px;
  height: 200px;
  position: relative;
  z-index: 0;
  margin: auto;
  background-size: cover;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}
.article-list .article .article-intro-image{
	border: none;
}
.article-header {
    text-align: center;
}
.readmore a:hover{
	color: #5aaf4f !important;
}
/***********************
* INSCRIPTION          *
***********************/
.itemid-118 span a i:hover {
  color: #3B8731 !important;
}
/***********************
* PARCOURS             *
***********************/
.itemid-119 .article-intro-image.float-left::before{
	background-image: none;
}
/***********************
* CONTAINER            *
***********************/
@media only screen and (min-width: 1400px) {
  .container {
    width: 1133px;
  }
}
/**************************
* FORMULAIRE & NEWSLETTER *
**************************/
/* longueur des champs et centrer les textes */
.com-contact.contact .com-contact.contact H3 {
  text-align: center;
}
.com-contact.contact .contact-form {
  width: 60%;
  margin: auto;
}
.com-contact.contact .page-header, .com-contact.contact h3 {
  text-align: center;
}
.com-contact.contact .contact-info .d-flex, .contact-position.d-flex.mb-3 {
  display: flex !important;
  justify-content: center;
}
/* bouton envoyer */
button.btn.btn-primary.validate, .btn.btn-primary, button.btn.btn-primary.validate:focus, .btn.btn-primary:focus {
  background-color: #5AAF4F;
  color: white !important;
  font-weight: bold;
  border: none;
  padding: 9px 25px;
  transition: color 0.2s ease-in-out;
  border-radius: 8px;
  font-size: 12pt;
  margin: 10px;
  box-shadow: 2px 2px 2px #877d7d;
  text-decoration: none;
  margin: auto;
}
button.btn.btn-primary.validate:hover, .btn.btn-primary:hover {
  color: #f7d21c !important;
}
.controls {
  text-align: center;
}
ul li {
  list-style: none;
}
/***********************
* FOOTER               *
***********************/
@media only screen and (min-width: 769px) {
  /*div#sp-footer-logos #mod_partners {
    margin: -66px auto;
  }*/
  .itemid-117 #sp-main-body {
    padding: 36px 0;
  }
}
/************************
* COMMUNIQUES DE PRESSE *
************************/
/* carré qui entoure les blogs d'une catégorie */
.article-list .article {
  border-color: none;
  height: 95%;
  margin: 20px auto;
  padding: 20px;
	border:none;
}
/***********************
* COOKIES              *
***********************/
.jb-cookie {
  box-shadow: 0 0 40px #5AAF4F !important;
}
.jb-cookie-bg.black {
  background-color: #CBE0AC !important;
}
.jb-cookie.bottom.blue .jb-cookie-bg.black {
  border-top: none !important;
}
.jb-cookie.black {
  color: #3B8731 !important;
}
p.logo-menu {
  position: absolute;
  width: 196px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  p.logo-menu {
    position: absolute;
    width: 144px;
    top: 6px;
    left: 24px;
  }
}
div#sp-menu-inscription p {
  float: right;
  margin: 16px;
  position: relative;
}
/* MENU LOGO */
p.logo-menu {
  position: absolute;
  width: 196px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  p.logo-menu {
    position: absolute;
    width: 144px;
    top: 6px;
    left: 24px;
  }
}
div#sp-menu-inscription p {
  float: right;
  margin: 0px;
}
a.page_media{
	text-decoration: none !important;
}
a.page_media:hover{
	color: #1B3A16;
}
/************************
* CALL TO ACTION        *
************************/
#sp-call-to-action .container {
    position: relative;
    z-index: 1;
}
#sp-call-to-action h3{
	color: #3b8731 !important;
}

#sp-call-to-action {
    background-color: #f2f2f2;
    padding: 50px 0;
    position: relative;
    background-color: #f2f2f2;
    background-image: url("images/banners/velosanne_velo.jpg");
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
#sp-call-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
    backface-visibility: hidden;
    background: linear-gradient(-9deg, rgba(255, 242, 166, 0), rgba(255, 242, 166, 0.8));
}
/************************
* ROUES LIBRES          *
************************/
.itemid-122 #sp-main-body{
	padding-bottom: 0 !important;
}
.box-img-pro-velo.text-left.thumb {
    display: flex;
}
.pro-velo-image.float-left {
    margin: 0px 24px;
	flex: 1 0 290px;
}

@media screen and (max-width: 743px) {
	.box-img-pro-velo.text-left.thumb {
    	display: block;
		
	}
	.pro-velo-image.float-left{
		margin: 20px auto;
    	width: 300px;
	}
}
@media screen and (max-width: 400px) {
	.pro-velo-image.float-left{
		margin: 20px auto;
    	width: 100%;
	}
}
/***********************
* PROGRAMME            *
***********************/
.horaires {
    padding: 20px;
    border-left: 1px solid #3b8731;
    margin-left: 10px;
}
.jour {
    font-size: 22pt;
    color: #3b8731;
}
.heures {
    color: #3b8731;
    font-weight: 600;
    font-size: 14pt;
	font-family: "Open Sans", sans-serif;
}
.programme_image {
    width: 300px;
	margin: 15px 0;
	
}
/***********************
* VIDEO                *
***********************/
@media (max-width: 426px) {
            video {
                width: 100%;
                height: auto;
            }
        }
/***********************
* CONCERTS             *
***********************/
.col-md-3.concerts .card {
    margin: auto;
}
/***********************
* INSCRIPTION          *
***********************/

.bouton-silentparty a {
    background-color: white !important;
    border: 1px solid #5AAF4F !important;
    box-shadow: 2px 2px 2px #5AAF4F !important;
    color: #5AAF4F !important;
    font-weight: bold;
    transition: color 0.2s ease-in-out;
    border-radius: 8px !important;
    font-size: 12pt;
    margin: 10px auto !important;
    text-decoration: none;
	line-height: 26px !important;
    display: table;
	padding: 9px 25px !important;
}
/***********************
* BLOG                 *
***********************/
.article-list row{
	justify-content: center;
}


/* boutons */
#settingsBtn, #refuseBtn {
   color: gray;
   background-color: white;
   border: 2px solid;
   padding: 10px 20px;
   float: right;
   font-size: 12pt;
	text-transform: uppercase;
	
}
#settingsBtn:hover, #refuseBtn:hover {
   background-color: grey;
   color: white;
}
 #acceptBtn{
   color: white;
   background-color: grey;
   border: 2px solid;
   padding: 10px 20px;
   float: right;
   font-size: 12pt;
	 text-transform: uppercase;
}
#acceptBtn:hover{
   background-color: white;
   color: grey;
}
/* fenetre modale */
body {
    font-family: Arial, sans-serif;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
	pointer-events: none; 
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.button-container {
    margin-top: 20px;
}
button {
    padding: 5px 10px;
    margin: 5px 10px;
    cursor: pointer;
}

/* bouton gérer le consetement */
.fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
	right: auto;
    padding: 5px 14px;
    background-color: #ededed;
    border-radius: 0px 10px 0px 0px;
    border-top: 1px solid black;
    border-right: 1px solid black;
}
p.manage-consent-text {
    text-align: center;
	font-weight: 600;
}

/* faq cookies */
.cookies-faq {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cookies-faq-item {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookies-faq-item:last-child {
  border-bottom: none;
}
.cookies-faq-question {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  patting-top: 3px;
}
.cookies-faq-answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.cookies-faq-answer.active {
    border-bottom: 1px solid #e0e0e0;
    height: 100%;
    text-align: left;
    padding: 12px;
}
.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  margin: 0px 17px;
}
.icon-container i.active {
  transform: rotate(90deg);
}

/* checkbox slider */
.switch {
  position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 11px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
span.slider.round.fonctionnel {
    background-color: #CCCCCC;
}
input:checked + .slider {
  background-color: var(--template-text-dark);
}
input:focus + .slider {
  box-shadow: 0 0 1px var(--template-text-dark);
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.icones-faq {
    width: 100px;
    display: inline-flex;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/* version mobile */
@media screen and (max-width: 556px){
	.button-container{
		display: contents;
	}
}
@media screen and (max-width: 748px){
	.modal-content{
		width: 92%;
	}
}#mod_partners .flex-item .image-container .imgTitle {
    color: #3b8731 !important;
    font-size: 13pt !important;
    text-align: center !important;
}
.title-partners {
	font-weight:700;
	}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
	#mod_partners .row {
    margin-bottom: 7rem;
	
	}
	
	#mod_partners img {
	max-height: 182px;
	max-width: 182px;
	height: auto;
	}
	.flex-container {
	display: flex;
	/* When there is more columns than defined, they go to the next line */
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
	
	/*#mod_partners > .flex-container:not(:nth-last-child(2)):not(:nth-last-child(1)) {
	margin-bottom: 5rem;
	}*/
	.itemid-123 img.img-responsive.center-block.BikeWorld {
    max-width: 357px !important;
}
	.flex-item {
	/* styling box */
	height: 14rem;
	
	/* styling text */
	color: white;
	font-family: Helvetica, arial;
	font-weight: bold;
	font-size: 2em;
	text-align: center;
	
	
	display: flex;
	/* center block child horizontally */
	justify-content: center;
	/* center block child vertically */
	align-items: center;
	
	}
	
	
	/* Extra Small Devices, Phones */ 
	@media only screen and (max-width : 768px) {
	
	.flex-container {
    flex-direction: column;
	}
	.flex-item {
	height: 100%;
	width: 100% !important;
	}
	}
	/* columns width */
	.col2 .flex-item  {
	width: 50%;
	}
	.col3 .flex-item  {
	width: 33.33%;
	}
	.col4 .flex-item  {
	width: 25%;
	}
	.col5 .flex-item  {
	width: 20%;
	}
	.col6 .flex-item  {
	width: 16.66%;
	}
	
/* Reset default margin */
ul {
  margin: 0;
  padding: 0;
}
/*------------------------------------------------------*
| BANNIERE DEFILANTE                                    |
*-------------------------------------------------------*/
#carouselBannersAccueil {
  position: relative;
  display: inline-block;
  width: 100%;
}
.carousel-inner {
  position: relative;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M4.5 0l-1.5 1.5 1.5 1.5-1.5 1.5 1.5 1.5 3-3-3-3z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M3.5 0l-3 3 3 3 1.5-1.5-1.5-1.5 1.5-1.5z'/%3E%3C/svg%3E");
}

/* version tabelette */
@media (max-width: 870px) {
	.carousel-control-next-icon, .carousel-control-prev-icon {
		display: none;
	}
	
}
/* version mobile */
@media (max-width: 500px) {}