/** custom.css */ 
.ic-top-buttons{
    padding-bottom:30px!important;
  
}
.ic-event-buttons{
    padding-top:20px!important;
  
}

.default_eventlist .iceventlist-feature-icon {
    float: none;
    display: none !important;;
    margin: 0 0.5px;
}

.ic-calendar-nav-month select {
	text-align: left!important;
	padding: .25rem;
	font-size: 1rem;
	border: none;
	color: currentColor;
	background: none;
}
/** accordeon*/
.accordion-button.collapsed{
    background-color: #eeeeee !important;
    color:#000000;
}
.accordion-button:not(.collapsed){
    background-color: #2f53a1 !important;
    color:#ffffff;
}
/** header*/
.sp-sign-in{
    padding-left: 15px!important;
    padding-right: 15px!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
   
}
#sp-main-body{
    z-index: 99!important;
}
.azerty{


}
#bn-menuheader{
    padding-top: 0px;
    z-index: 99 !important;
    min-height:40px;
}

#sp-header {
    margin-top:-40px;
	background: none !important; 
	box-shadow: none !important;
    z-index: 99 !important;
}
#sp-header.full-header {
    padding-left: 30px!important;
  
    padding-top: 0px;
}
#sp-header.header-sticky {
	margin-top: 0px !important;
}
#sp-menu.col-auto {
    margin-top: 40px !important;
	background: none!important;
}
#menu-right{
 background:none;
 margin-top: 60px !important;
 color:#ffffff;
}

#menu-right a, #offcanvas-toggler, .burger-icon , #offcanvas-toggler a{
color:#ffffff;
}
.burger-icon>span {
    background-color: #2f2863;
   }
/**
#sp-header {
  height: 80px;
  width: 100%;
  position: relative;
  z-index: 99;
  box-shadow: 0 ;
  animation: none;
}*/

.sp-megamenu-parent {
	margin-left: -40px!important;
	padding-right: 150px;
        margin-top: 0px;
	padding-top: 0px;
	clip-path: polygon(0 0, 94% 0, 87% 100%, 0% 100%);
}


.sppb-addon-articles .sppb-addon-article-layout-editorial-content img, .sppb-addon-articles .sppb-addon-article-layout-magazine-content img, .sppb-addon-articles .sppb-addon-article-layout-masonry-content img, .sppb-addon-articles .sppb-addon-article-layout-side-content img {
    width: 350px !important;
    height: 350px !important;
    object-fit: cover;
}
.sppb-addon-articles .sppb-addon-article-layout-editorial-content .sppb-article-info-wrap, .sppb-addon-articles .sppb-addon-article-layout-magazine-content .sppb-article-info-wrap, .sppb-addon-articles .sppb-addon-article-layout-masonry-content .sppb-article-info-wrap, .sppb-addon-articles .sppb-addon-article-layout-side-content .sppb-article-info-wrap {
    padding: 15px 0px 15px 0px !important;
}
.sppb-article-info-wrap {
    width: 350px;
}
#sp-logo.has-border  {
 display: none;
}

/*
 * BLOG Styles
*/
.sppb-readmore {
	color: #f4470b !important;
}
.sppb-article-info-wrap h3 a{
	color: #2f2863 !important;
	font-size: 1em !important;
	font-weight:semi-bold !important;
}


/*
 * CALENDAR STYLES
 */

/* General Calendar */

.iccalendar {
	display: block;
	margin: auto !important;
	padding: 3px !important;
	background-color: rgba(255,255,255,0) !important;
}
.iccalendar div {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	text-align: center;
}

/* General Table */
.iccalendar table {
	padding: 1% !important;
	margin: 0px !important;
	border:0px;
}
.iccalendar table th {
	font-size: 10px;
	font-weight: 500;
	padding: 0px !important;
	margin: 0px !important;
	text-align: center;
	border: 0px;
}
.iccalendar table tr {
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
}


/*
 * DAYS STYLES
 */

/* General */
.iccalendar table td {
	padding: 3px !important;
	margin: 0px !important;
	border: 0px;
}
.iccalendar table td div {
	text-align: center;
	font-size: 14px;
	border-radius: 3px;
	line-height: 40px;
	border: 2px solid #5aa4b1;
	width: auto !important;
}

/* Styles for days (today or else) */
.iccalendar table td div.style_Today {
	border: 3px solid #28aae1;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-shadow: none !important;
	box-shadow: none !important;
}
.iccalendar table td div.style_Day {
	border: 1px solid #5aa4b1;
}

/* In case of no event */
.iccalendar .no-event {
}
.iccalendar table td .icevent a .ic-bright {
    display: block;
    text-align: center;
    height: 100%;
    color: #ffffff !important;
    text-decoration: none;
}

/* In case of event */
.iccalendar table td .icevent a {
	display: block;
	text-align: center;
	height: 100%;
	color: #ffffff!important;
	text-decoration: none;
	z-index: 1000;
}
.iccalendar table td .icevent a:hover,
.iccalendar table td .icevent a:focus {
	border-radius: 3px;
	background: #5aa4b1;
	color:#ffffff;
}
.iccalendar table td .icevent a:hover .ic-bright,
.iccalendar table td .icevent a:focus .ic-bright {
	border-radius: 3px;
	color: #ffffff !important;
	background: #5aa4b1;
}
/* Navigator General */
.icnav {
	padding: 0px !important;
	margin: 0px !important;
	min-height: 50px;
}
/* Navigator Title (month and year) */
.icnav .titleic {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color:#2f2863;
	text-align: center;
	width: auto !important;
}

/* Arrows General */
.icnav .backicY,
.icnav .backic,
.icnav .nextic,
.icnav .nexticY {
	display: block;
	text-decoration: none;
	color: #2f2863;
	padding-top:10px;
}
.icnav .backicY
{
	padding-left: 20px;
}
.icnav .nexticY
{
	padding-right: 20px;
}
/*Event-List-Module*/
.default_eventlist .ic-date-div {
	height: 50px;
	width: 50px;
	color: #ffffff !important;
	text-align: center;
	padding-top: 15%;
	text-shadow: none;
}
.iceventlist-title a{
	color: #151515 !important;
	line-height: 18px !important;
	font-size: 16px !important;
	font-weight: 600;
	text-transform: uppercase !important;
}
.iceventlist-desc {
font-size:0.9em !important;
}
.default_eventlist .iceventlist-title
 {
	line-height: 18px !important;
	font-size: 16px !important;
	font-weight: normal;
}
/*iCagenda Search*/
.ic-filters-label{
	background: #3d61ad !important;
	color: #fff;
	font-size : 20px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: -1px 0 #3a5a9e, 0 1px #3a5a9e, 1px 0 #3a5a9e, 0 -1px #3a5a9e;
	text-transform: uppercase;
}
/* Search Filters - buttons */
.ic-button-more {
	background: #3d61ad !important;
}
.ic-filter-more-btn {
	background: #3d61ad !important;
	border: 1px solid #3d61ad !important;
	color: #fff;
	font-weight: bold;
	text-shadow: -1px 0 #3a5a9e, 0 1px #3a5a9e, 1px 0 #3a5a9e, 0 -1px #3a5a9e;
}
.ic-filter-more-btn:hover {
	background: #2653b2 !important;
	color: #fff;
	border: 1px solid #2653b2 !important;
	cursor: pointer;
}
.ic-filter-more-btn.ic-active {
	background: #3d61ad !important;
	color: #fff;
	text-shadow: -1px 0 #3a5a9e, 0 1px #3a5a9e, 1px 0 #3a5a9e, 0 -1px #3a5a9e;
	border: 1px solid #2653b2 !important;
}
.ic-filter-more-btn.ic-inactive {
	background: #3d61ad !important;
	color: #fff;
	border: 1px solid #3d61ad !important;
}

.ic-search-submit {
	font-size: 16px;
	color: #fff;
	background:#5aa3b0 !important;
	border: 1px solid #5aa3b0;
	font-weight: bold;
	text-shadow: -1px 0 #4f909c, 0 1px #4f909c, 1px 0 #4f909c, 0 -1px #4f909c;
}
.ic-filter-submit-btn {
	font-size: 16px;
	color: #fff;
	background:#5aa3b0 !important;
	border: 1px solid #5aa3b0;
	font-weight: bold;
	text-shadow: -1px 0 #4f909c, 0 1px #4f909c, 1px 0 #4f909c, 0 -1px #4f909c;
}
.ic-filter-submit-btn:hover {
	background: #6ac2d2;
	border: 1px solid #6ac2d2;
}
.ic-filter-reset-btn {
	font-size: 13px;
	color: #fff;
	background: #28a4dd;
	border: 1px solid #28a4dd;
	font-weight: bold;
	text-shadow: -1px 0 #118fc9, 0 1px #118fc9, 1px 0 #118fc9, 0 -1px #118fc9;
}
.ic-filter-reset-btn:hover {
	background: #3ab5ee;
	border: 1px solid #3ab5ee;
}

/* Events - details page */
#dropdownAddToCal {
	background-color: #28aae1 !important;
}

.alert-info {
	background-color: #3d61ad !important;
	color: #ffffff !important;
}
	#sp-bottom {
	background: none !important;
}
.ic-manager-toolbar > div > button {
	background-color: #28a4dd !important;
}

#filter_from_btn{
	background-color: #3d61ad !important;
}

.btn-primary{
	background-color: #3d61ad !important;
}
.ic-date{
	color: #ffffff !important;
}
.ic-content >div >h2 >a{
	Color: #151515 !important;
}


h1{
	font-family: gully !important;
}
h2{
	font-family: gully !important;
}
h3{
	font-family: "Gully CD" !important;
}	
h4{
	font-family: gully !important;
}
h5{
	font-family: gully !important;
}
h6{
	font-family: gully !important;
}

/** gully font */
@font-face {
    font-family: 'Gully';
    src:
        url('../fonts/Gully-Light.woff2') format('woff2'),
        url('../fonts/Gully-Light.woff') format('woff'),
        url('../fonts/Gully-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDBold.woff2') format('woff2'),
        url('../fonts/Gully-CDBold.woff') format('woff'),
        url('../fonts/Gully-CDBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDLight.woff2') format('woff2'),
        url('../fonts/Gully-CDLight.woff') format('woff'),
        url('../fonts/Gully-CDLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDLight_1.woff2') format('woff2'),
        url('../fonts/Gully-CDLight_1.woff') format('woff'),
        url('../fonts/Gully-CDLight_1.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDRegular.woff2') format('woff2'),
        url('../fonts/Gully-CDRegular.woff') format('woff'),
        url('../fonts/Gully-CDRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDSemiBold.woff2') format('woff2'),
        url('../fonts/Gully-CDSemiBold.woff') format('woff'),
        url('../fonts/Gully-CDSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDSemiBold_1.woff2') format('woff2'),
        url('../fonts/Gully-CDSemiBold_1.woff') format('woff'),
        url('../fonts/Gully-CDSemiBold_1.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDMedium.woff2') format('woff2'),
        url('../fonts/Gully-CDMedium.woff') format('woff'),
        url('../fonts/Gully-CDMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDRegular_1.woff2') format('woff2'),
        url('../fonts/Gully-CDRegular_1.woff') format('woff'),
        url('../fonts/Gully-CDRegular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src:
        url('../fonts/Gully-CDBold_1.woff2') format('woff2'),
        url('../fonts/Gully-CDBold_1.woff') format('woff'),
        url('../fonts/Gully-CDBold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gully CD';
    src: 
        url('../fonts/Gully-CDMedium_1.woff2') format('woff2'),
        url('../fonts/Gully-CDMedium_1.woff') format('woff'),
        url('../fonts/Gully-CDMedium_1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDBold.woff2') format('woff2'),
        url('../fonts/Gully-ECDBold.woff') format('woff'),
        url('../fonts/Gully-ECDBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDMedium.woff2') format('woff2'),
        url('../fonts/Gully-ECDMedium.woff') format('woff'),
        url('../fonts/Gully-ECDMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDLight.woff2') format('woff2'),
        url('../fonts/Gully-ECDLight.woff') format('woff'),
        url('../fonts/Gully-ECDLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDRegular.woff2') format('woff2'),
        url('../fonts/Gully-ECDRegular.woff') format('woff'),
        url('../fonts/Gully-ECDRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src:
        url('../fonts/Gully-ECDSemiBold.woff2') format('woff2'),
        url('../fonts/Gully-ECDSemiBold.woff') format('woff'),
        url('../fonts/Gully-ECDSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDBold_1.woff2') format('woff2'),
        url('../fonts/Gully-ECDBold_1.woff') format('woff'),
        url('../fonts/Gully-ECDBold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDSemiBold_1.woff2') format('woff2'),
        url('../fonts/Gully-ECDSemiBold_1.woff') format('woff'),
        url('../fonts/Gully-ECDSemiBold_1.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDLight_1.woff2') format('woff2'),
        url('../fonts/Gully-ECDLight_1.woff') format('woff'),
        url('../fonts/Gully-ECDLight_1.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDRegular_1.woff2') format('woff2'),
        url('../fonts/Gully-ECDRegular_1.woff') format('woff'),
        url('../fonts/Gully-ECDRegular_1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gully ECD';
    src: 
        url('../fonts/Gully-ECDMedium_1.woff2') format('woff2'),
        url('../fonts/Gully-ECDMedium_1.woff') format('woff'),
        url('../fonts/Gully-ECDMedium_1.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
#foo2, #foo2 a{
    color:#ffffff;
}

#sp-page-builder .sp-pagebuilder-page-edit{
  position:absolute;
  font-size:13px;
  line-height:1;
  top:50px !important;
  right:15px;
  color:#fff;
  display:block;
  margin:0;
  padding:8px 10px;
  text-decoration:none;
  font-style:normal;
  background:rgba(0,0,0,.5);
  border:1px solid rgba(255,255,255,.2);
  border-radius:3px;
  -webkit-transition:background-color .3s,color .3s,border-color .3s;
  transition:background-color .3s,color .3s,border-color .3s;
  z-index:9995
    
}
