@import url("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: #f7d21c !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;
    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;
}


