/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  text-align:center;
}
 .article + [data-readmore-toggle], .article[data-readmore]{display: block; width: 100%;}.article[data-readmore]{transition: height 75ms;overflow: hidden;}
/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: max-content;
  background-color: #99db12;
  background-color: #99db12;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Montserrat';
}
.hustle-ui .hustle-info.hustle-info--compact .hustle-layout .hustle-content .hustle-group-title .hustle-title
{
	font:400 24px/32px Montserrat !important;
}

.hustle-ui .hustle-info .hustle-group-content p,
.hustle-ui .hustle-info .hustle-group-content u li,
.hustle-ui .hustle-info .hustle-group-content, .hustle-ui .hustle-info .hustle-group-content :not([class*=forminator-])
{
	font-family: 'Montserrat' !important;	
}
/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: -50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: 39px;
  margin-bottom: -12px;
  border-top-color: #99db12;
  border-top-color: #99db12;
}
/* Horizontally align top/bottom tooltips */
/*[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}*/
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-17px);
  -moz-transform:    translateY(-17px);
  transform:         translateY(-17px); 
}

.ddi-social-icons smedia [data-tooltip]:after {
    width: 105px;
}
/*
a.sicon.tw[data-tooltip]:after{
    margin-left: -50px;
}
a.sicon.li[data-tooltip]:after{
    margin-left: -53px;
}
a.sicon.fb[data-tooltip]:after{
    margin-left: -54px;
}
a.sicon.in[data-tooltip]:after{
    margin-left: -56px;
}
a.sicon.nl[data-tooltip]:after{
    margin-left: -54px;
}
.tooltip-top:hover:after{
	
	}
*/
/**
 * Tooltip Styles
 */

.main-header-bar .ddi-header-right
{
    position: absolute;
    right: 24px;
    top: 50px;
    z-index: 100;
	line-height:3;
}
.ddi-header-right .ast-search-menu-icon .search-form,
.single-sidebar .widget_search .search-form
{
    border: 1px solid #484848;
    border-radius: 27px;
}
.ddi-header-right .ast-search-menu-icon .search-field,
.single-sidebar .widget_search .search-field
{
    padding-bottom: 0;
    padding-top: 0;
    line-height: 24px;
    background: none;
    border: none;
}
.single-sidebar .widget_search .search-form:after
{
    color: #484848;
}
.ddi-header-right .astra-search-icon:before
{
    color:#99db12;
}
.single-sidebar .widget_search .search-form:after
{
    left: 9px;
    right: auto;
    font-size: 20px;
}
.single-sidebar .widget-title
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
}
.single-sidebar aside
{
    color: #99db12;
    margin-bottom: 30px;
}
.single-sidebar  aside.widget.widget_search,
.single-sidebar aside.widget.widget_meta
{
    border-bottom:none
}
.single .subpagetitle.subpagemaintitle span
{
    background-color:#99db12;
}
.single ul li
{
    font-size: 16px;
}
.single h4
{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sidebar-social-icons ul
{
    margin: 0;
    padding: 0;
}
li.page-item-8669 a,
li.page-item-9578 a,
li.page-item-9507 a,
li.page-item-14 a
{
	display:none;
}
li.page-item-8669 ul.children,
li.page-item-9578 ul.children,
li.page-item-9507 ul.children,
li.page-item-14 ul.children
{
	display:block;
}
.sidebar-social-icons ul li
{
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.epkb-doc-search-container
{
    display: none;
}
.sidebar-social-icons
{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: -5px;
    margin: 0;
}
.catlabel
{
    position: absolute;
    z-index: 1;
    background: #ff5c26;
    color: #fff;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 26px;
}
.single h3
{
    font-weight: bold;
    font-size: 19px;
}
.single h2
{
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: bold;
}
.ddi-header-right .ast-inline-search.ast-search-menu-icon .search-submit,
.single-sidebar .widget_search .search-form .search-submit
{
    left: 9px;
}
.site-header .ddi-header-right .ast-inline-search.ast-search-menu-icon .search-form
{
    padding-left: 20px;
    border: 1px solid #99db12;
}
.ast-inline-search.ast-search-menu-icon .search-field:focus
{
    outline: none;
}
::-webkit-input-placeholder {
    color:transparent;
 }
 :-moz-placeholder { /* Firefox 18- */
    color:transparent; 
 }
 ::-moz-placeholder {  /* Firefox 19+ */
    color:transparent; 
 }
 :-ms-input-placeholder {  
    color:transparent;
 }
 #masthead .main-header-bar .ast-container
 {
     padding-left: 0;
     padding-right: 0;
 }
 .ast-main-header-bar-alignment
 {
     height: 83px;
     background-image: url(../images/menubg.png);
     background-repeat:no-repeat;
     position: absolute;
     width: 100%;
     background-position: top;
     background-size: cover;
     transition: height 0.5s ease-out;
	  }
 .margin10
 {
     /* margin-left: -10px;
     margin-right: -10px; */
 }
 .margin15
 {
    /* margin-left: -15px;
    margin-right: -15px; */
 }
 .margin20
 {
    /* margin-left: -15px;
    margin-right: -15px; */
 }
 .ast-main-header-bar-alignment:after,
 .ast-main-header-bar-alignment.open:before
 {
    content:"";
    background-image: url(../images/menuopen.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 19px;
    width: 36px;
    left: 7px;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
 }
 .page-child .ast-main-header-bar-alignment,
 .page-parent .ast-main-header-bar-alignment,
 .single-projets-et-tutos .ast-main-header-bar-alignment
 {
    background-image: url(../images/subpagemenu.png);
    height: 64px;
    transition: height 0.7s ease-out;
    cursor: pointer;
    background-position:center;
 }
 .page-child .main-header-bar .open .main-header-bar-navigation, 
 .page-parent .main-header-bar .open .main-header-bar-navigation,
 .single-projets-et-tutos .main-header-bar .open .main-header-bar-navigation
 {
    opacity: 1;
    visibility: visible;
 }
 .elementor-text-editor a,
 .elementor-widget-theme-post-content a
 {
     font-weight: bold;
 }
 .elementor-text-editor a:hover,
 .elementor-widget-theme-post-content a:hover
 {
     color:#99db12;
 }
 .page-child .ast-main-header-bar-alignment.open, 
 .page-parent .ast-main-header-bar-alignment.open,
 .single-projets-et-tutos .ast-main-header-bar-alignment.open
 {
    background-image: url(../images/menubg.png);
    height: 81px;
    background-position:center;
    transition: height 0.7s ease-out;
 }
 .page-child .main-header-bar .main-header-bar-navigation,
 .page-parent .main-header-bar .main-header-bar-navigation,
 .single-projets-et-tutos .main-header-bar .main-header-bar-navigation
 {
     opacity: 0;
     visibility: hidden;
 }
 /**************/
 .page-child .ast-main-header-bar-alignment,
 .page-parent .ast-main-header-bar-alignment,
 .single-projets-et-tutos .ast-main-header-bar-alignment
 {
    background-image: url(../images/subpagemenu.png);
    height: 64px;
    transition: height 0.7s ease-out;
    cursor: pointer;
    background-position:center;
 }
 .page-child .main-header-bar .open .main-header-bar-navigation, 
 .page-parent .main-header-bar .open .main-header-bar-navigation,
 .single-projets-et-tutos .main-header-bar .open .main-header-bar-navigation
 {
    opacity: 1;
    visibility: visible;
 }
 .elementor-text-editor a,
 .elementor-widget-theme-post-content a
 {
     font-weight: bold;
 }
 .elementor-text-editor a:hover,
 .elementor-widget-theme-post-content a:hover
 {
     color:#99db12;
 }
 .page-child .ast-main-header-bar-alignment.open, 
 .page-parent .ast-main-header-bar-alignment.open,
 .single-projets-et-tutos .ast-main-header-bar-alignment.open
 {
    background-image: url(../images/menubg.png);
    height: 81px;
    background-position:center;
    transition: height 0.7s ease-out;
 }
 .page-child .main-header-bar .main-header-bar-navigation,
 .page-parent .main-header-bar .main-header-bar-navigation,
 .single-projets-et-tutos .main-header-bar .main-header-bar-navigation
 {
     opacity: 0;
     visibility: hidden;
 }
 
 /***************/
 
 .page-child .ast-main-header-bar-alignment:after,
 .page-parent .ast-main-header-bar-alignment:after,
 .single-projets-et-tutos .ast-main-header-bar-alignment:after
 {
    display: none;
 }
.page-child .footer-adv-overlay,
.page-parent .footer-adv-overlay
{
    padding-top: 0;
    padding-bottom: 0;
}
.featured-img:before
{
    height: 500px;
	background-position: center!important;
    position: absolute;
    top: 0;
    content:"";
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
 .ast-main-header-bar-alignment ul.main-header-menu li a,
 .ast-main-header-bar-alignment ul.main-header-menu li a:hover
 {
    color:#fff !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 14px;
    outline: none;
	}
 .main-header-menu .menu-item
 {
    display: block;
 }
 .ast-main-header-bar-alignment ul.main-header-menu li a
 {
    padding-left: 33px;
    padding-right: 33px;
 }
 .header-title h2.elementor-heading-title span
 {
    background-color: #99db12;
    color:#fff;
    font-size: 42px;
    padding-left: 13px;
    padding-right: 13px;
 }
 .header-title h2.elementor-heading-title
 {
     font-weight: 500;
     transform: rotate(-5deg);
     line-height: 58px;
 }
 .eventblocks h2.elementor-heading-title
 {
    letter-spacing: -0.26px;
 }
 .eventblocks .elementor-text-editor p
 {
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 17px;
 }
 .eventblocktitle
 {
     margin-bottom: 3px !important;
 }
 .descartes-development p
 {
     margin-bottom: 20px;
 }
.actualities-list h2
{
    color: #000000;
    font-family: Montserrat;
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    margin-top: 40px;
}
.actualities-list .actualities-content
{
    color: #000000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.front-actualities {
    column-count: 3;
    column-gap: 40px;
    display: flex;
}
.actualities-list
{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.actualities-img span
{
    background-color: #90d212;
    color:#fff;
    position: absolute;
    bottom: -13px;
    z-index: 1;
    left: 30px;
    font-size: 21px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 36px;
    text-transform: uppercase;
}
.pf-content
{
    line-height: 24px;
}
.actualities-img
{
    position: relative;
}
.actualities-title-content
{
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}
.read-more-actu
{
    padding-top: 30px;
}
.read-more-actu a,
.read-more-actu
{
    color: #99db12;
    font-size:16px;
    font-weight: bold;
}
.actualities-title-content h2 span
{
    display: inline-block;
    color: #99db12;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}
.agenda-border
{
    border:3px solid #e5e5e5;
}
.agenda-title h2 span
{
    background-color: #90d212;
    color: #fff;
    position: absolute;
    bottom: 86px;
    z-index: 1;
    left: 30px;
    font-size: 23px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 36px;
}
.agenda-title h2
{
    transform: rotate(-5deg);
	position:relative;
	z-index:111;
}
.nos-startups-slider .elementor-swiper-button-next .eicon-chevron-right:before
{
    content:"";
    background-image: url(../images/next-arrow-green.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 39px;
    height: 55px;
}
.nos-startups-slider .elementor-swiper-button-prev .eicon-chevron-left:before
{
    content:"";
    background-image: url(../images/prev-arrow-green.svg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 39px;
    height: 55px;
}
.nos-startups-slider .elementor-swiper-button-next
{
    right: -20px;
    top: 167px;
}
.nos-startups-slider .elementor-swiper-button-prev
{
    left: -20px;
    top: 167px;
}
.nos-startup-slider img.swiper-slide-image
{
    max-width: 77%;
}
.nos-startups-title h2 span
{
    background-color: #1c809d;
    color: #fff;
    position: absolute;
    top: -27px;
    z-index: 1;
    left: 30px;
    font-size: 23px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 32px;
}
.nos-startups-title h2
{
    transform: rotate(-4deg);
}
.wonderplugin3dcarousel-prev
{
    background-image: url(../images/prev-arrow-green.svg) !important;
    height: 55px !important;
    left: -50px !important;
    top: 152px !important;
}
.wonderplugin3dcarousel-next
{
    background-image: url(../images/next-arrow-green.svg) !important;
    height: 55px !important;
    right: -50px !important;
    top: 152px !important;
}
.iledefrance-icon .elementor-container
{
	margin-left:0;
}
.proposer-un-project
{
	text-align:center;
}
.acfef-form
{
	text-align:left;
}
#wonderplugin3dcarousel-1 .wonderplugin3dcarousel-nav
{
    bottom: -12px;
    left: 0;
    right: 0;
    position: absolute !important;
    padding: 0 !important;
}
.wonderplugin3dcarousel-text
{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding-top: 25px;
}
.wonderplugin3dcarousel-bullet
{
    background-image: url(../images/bullet-21-21.png) !important;
    height: 20px !important;
}
#wonderplugin3dcarousel-1 .wonderplugin3dcarousel-description
{
    font-size: 15px !important;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	padding:0 !important;
}
.nos-startups-title.fablab h2 span
{
    background-color: #ff5c26;
    top: -49px;
}
.count-year
{
    height: 36px;
    background-color: #eeeeee;
    margin-top: 14px;
}
.count-year .elementor-heading-title
{
    line-height: 36px;
}
.count-year.third
{
   position:absolute;
   bottom:0;
}
.eventcounter:after
{
    content:"&";
    font-family: 'Montserrat',sans-serif;
    font-size: 41px;
    font-weight: 200;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.activities-btn
{
    position: absolute;
    z-index: 1;
    bottom: -26px;
}
.agenda-title.nos-membres h2 span
{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 214px;
    bottom: 71px;
}
ul.ddi-social-icons li
{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: -30px; /*-30px*/
}
.main-header-bar
{
    border:none;
}
.ast-footer-overlay
{
    padding-top: 0;
}
ul.ddi-social-icons
{
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
	margin-right: 10px;
    margin-left: 10px;
	display:inline-block;
}
.ast-footer-widget-1-area .widget_text.widget.widget_custom_html{
	margin-bottom: 0;
    position: relative;
    top: -15px;
	}
ul.ddi-social-icons.smedia{
	position:relative;
	}
ul.ddi-social-icons.smedia:before{
    content: "";
    width: 2px;
    height: 43px;
   /* background-image: url(../images/linepipe.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -13px;
    top: -10px;
	}	
footer hr
{
    background-color: #fff;
    width: 55%;
}
footer .custom-html-widget
{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
footer .custom-html-widget a
{
    color:#fff;
}
.thirdmenu
{
    padding-right: 50px;
}
.fourthmenu
{
    padding-left: 50px;
}
#site-navigation:after
{
    content:"";
    position: absolute;
    background-image: url(../images/menu_between.png);
    background-repeat: no-repeat;
}
.nos-startups-slider img.swiper-slide-image
{
    padding: 115px 50px 115px 50px;
    height: 317px;
}
.nos-startups-slider .elementor-image-carousel-caption
{
    background-color:#fff;
    padding: 41px;
    min-height: 248px;
}
#nos-startups .elementor-column-wrap {
    padding: 0px;
    border: 3px solid #e5e5e5;
}
.home #nos-startups .elementor-column-wrap {
    padding: 0px;
    border: 0px solid #e5e5e5;
}
.nos-startups-slider,
.subpagetitle.nosmentor
{
    margin-bottom: 0 !important;
}
.agenda-title.otherpages h2 span
{
    position: static;
}
.activities-btn.retrouvez
{
    bottom: 5px;
    z-index: 1;
}
.activities-btn.en-savoir-plus
{
    bottom: -17px;
}
.sidebarcenter .elementor-widget-container
{
    text-align: center;
}
.sidebar_menu ul
{
    margin: 0;
    padding: 0;
}
.sidebar_menu ul li
{
    list-style: none;
}
.sidebar_menu ul li a
{
    color: #ffffff;
    font-size: 14px;
   }
.page-item-14.current_page_item a,.page-item-8669.current_page_item a,.page-item-9507.current_page_item a,.page-item-9578.current_page_item a { font-weight:normal; }
.site-footer
{
    z-index: 100;
    position: relative;
}
.sidebar_menu
{
    margin: 0;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-top: 10px;
    height: 232px;
}
.sidebar_menu:before
{
    content:"";
    background-color: #fff;
    height: 1px;
    position: absolute;
    width: 61%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.sidebar_menu:after
{
    content:"";
    background-color: #fff;
    height: 1px;
    position: absolute;
    width: 61%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.page-id-20 .sidebar_menu,
.page-id-304 .sidebar_menu,
.page-id-6933 .sidebar_menu,
.page-id-579 .sidebar_menu,
.page-id-583 .sidebar_menu,
.page-id-587 .sidebar_menu,
.page-id-4475 .sidebar_menu,
.page-id-9472 .sidebar_menu,
.parent-pageid-9472 .sidebar_menu
{
	height:298px;
	}
.page-id-20 .sidebar_menu:after,
.page-id-304 .sidebar_menu:after,
.page-id-6933 .sidebar_menu:after,
.page-id-579 .sidebar_menu:after,
.page-id-583 .sidebar_menu:after,
.page-id-587 .sidebar_menu:after,
.page-id-4475 .sidebar_menu:after,
.page-id-8669 .sidebar_menu:after,
.page-id-9472 .sidebar_menu:after
{
	display:none;
}
.parent-pageid-14 .la-cite-descartes.sidebar_menu,
.parent-pageid-5323 .la-cite-descartes.sidebar_menu,
.parent-pageid-5345 .la-cite-descartes.sidebar_menu,
.page-id-14 .la-cite-descartes.sidebar_menu,
.page-id-9507 .la-cite-descartes.sidebar_menu,
.parent-pageid-9507 .la-cite-descartes.sidebar_menu,
.page-id-9553 .la-cite-descartes.sidebar_menu,
.parent-pageid-9553 .la-cite-descartes.sidebar_menu,
.page-id-9528 .la-cite-descartes.sidebar_menu,
.parent-pageid-9528 .la-cite-descartes.sidebar_menu 
{
    height: 338px;
}
.page-id-8669 .la-cite-descartes.sidebar_menu,
.parent-pageid-8669 .la-cite-descartes.sidebar_menu,
.page-id-9578 .la-cite-descartes.sidebar_menu,
.parent-pageid-9578 .la-cite-descartes.sidebar_menu
{
	height:306px;
}
/*.page-id-14 .sidebar_menu,
.page-id-5319 .sidebar_menu,
.page-id-5321 .sidebar_menu,
.page-id-5323 .sidebar_menu,
.page-id-5338 .sidebar_menu,
.page-id-5341 .sidebar_menu,
.page-id-5343 .sidebar_menu,
.page-id-5354 .sidebar_menu,
.page-id-5345 .sidebar_menu,
.page-id-5347 .sidebar_menu,
.page-id-5350 .sidebar_menu,
.page-id-5352 .sidebar_menu,
.page-id-5340 .sidebar_menu
{
	height:338px;
	}*/
/*.page-id-14 .sidebar_menu:after,
.page-id-5319 .sidebar_menu:after,
.page-id-5321 .sidebar_menu:after,
.page-id-5323 .sidebar_menu:after,
.page-id-5338 .sidebar_menu:after,
.page-id-5341 .sidebar_menu:after,
.page-id-5343 .sidebar_menu:after,
.page-id-5354 .sidebar_menu:after,
.page-id-5345 .sidebar_menu:after,
.page-id-5347 .sidebar_menu:after,
.page-id-5350 .sidebar_menu:after,
.page-id-5352 .sidebar_menu:after,
.page-id-5340 .sidebar_menu:after*/
.parent-pageid-14 .la-cite-descartes.sidebar_menu:after,
.parent-pageid-9507 .la-cite-descartes.sidebar_menu:after,
.parent-pageid-5323 .la-cite-descartes.sidebar_menu:after,
.parent-pageid-5345 .la-cite-descartes.sidebar_menu:after,
.page-id-14 .la-cite-descartes.sidebar_menu:after,
.page-id-9507 .la-cite-descartes.sidebar_menu:after,
.page-id-9578 .la-cite-descartes.sidebar_menu:after,
.parent-pageid-9578 .la-cite-descartes.sidebar_menu:after,
.page-id-9553 .la-cite-descartes.sidebar_menu:after,
.parent-pageid-9553 .la-cite-descartes.sidebar_menu:after,
.page-id-9528 .la-cite-descartes.sidebar_menu:after,
.parent-pageid-9528 .la-cite-descartes.sidebar_menu:after
{
	display:none;
}
.subpagetitle h2 span
{
    color: #fff;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    left: 30px;
    font-size: 23px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 36px;
}
.allmachines
{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 20px 20px;
}
.subpagetitle h2
{
    transform: rotate(-5deg);
}
.eubic-logo-bg
{
    height: 225px;
    background-color: #ececec;
}
.qui-sommes-nous p
{
    margin-bottom: 10px;
}
.qui-sommes-nous p a
{
    color: #99db12;
}
.subpagetitle.center h2 span
{
    position: static;
}
.circle-number div.elementor-heading-title
{
    border: 1px solid #1c8096;
    border-radius: 100%;
    padding: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 auto;
    line-height: 18px;
    background-color: #fff;
    color: #1c8096;
    font-weight: bold;
}
.processus-candidature .elementor-row:before
{
    background-color: #1c8096;
    height: 1px;
    content: "";
    width: 88%;
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.nos-projets .eae-pop-btn-type-image .elementor-widget-container
{
    padding: 0 !important;
}
.nos-projets .machineimage
{
    width: 100%;
    height: 260px;
}
.nos-projets h3
{
    font-size: 14px;
    padding: 15px;
    margin: 0;
    height: 133px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.tutoslist h2
{
    position: relative;
    text-align: center;
}
.nos-projets .subpagetitle.newsagendatitle h2 span
{
    bottom: 72px;
}
.tutoslist h2 div.apparendre
{
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    background-color: #90D212;
    width: 173px;
    margin: 0 auto;
    border-radius: 20px;
    line-height: 33px;
    font-size: 18px;
    font-weight: bold;
}
.tutoslist h2 span
{
    line-height: 20px;
    margin-top: 20px;
    text-align: center;
	text-transform:inherit;
}
.nos-projets .eae-pop-btn-type-image .elementor-widget-container
{
    height: 100%;
}
.candidature_text
{
    /*display: none;*/
}
.candidature_block:hover .candidature_text
{
    display: block;
}
.newsandagenda .elementor-row
{
    border:3px solid #eeeeee;
}
.newsandagenda .actualities-title-content
{
    padding-left: 0;
    padding-right: 0;
}
.newsandagenda .actualities-list h2
{
   /* margin-top: 15px;*/
}
.subpagetitle.newsagendatitle
{
    margin-bottom: 0 !important;
}
.subpagetitle.newsagendatitle h2 span
{
    bottom: 41px;
    left: 0;
}
.sidelinedots ul
{
    margin: 0;
    padding: 0;
    padding-left: 22px;
    position: relative;
}
.sidelinedots ul li
{
    list-style: none;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
}
.sidelinedots ul li:before
{
    background-image: url(../images/sidedots.svg);
    background-repeat: no-repeat;
    position: absolute;
    content:"";
    width: 9px;
    height: 9px;
    left: -24px;
    top: 7px;
}
li.removelines:before
{
    background-image:none !important;
}
.sidelinedots.removeline ul:before
{
    background:none;
}
.sidelinedots ul:before
{
    content:"";
    background-color:#1c8096;
    width: 1px;
    height: 93%;
    position: absolute;
    left: 1px;
    top: 6%;
}
.notrefablabblock
{
    position: relative;
}
.printfriendly{display:none !important;}
a.readmore
{
    font-weight: bold;
    margin-bottom: 15px;
}
.hidethis
{
    display: none;
}
.sidelinedots.type2 ul:before
{
    height: 89%;
}
.sidelinedots ul li a
{
    color: #99db12;
}
.mentorstitle span
{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mentorstitle
{
    position: absolute;
    bottom: 22px;
    margin-bottom: 0 !important;
}
.mentors-linkedin
{
    position: absolute;
    bottom: -27px;
    z-index: 1;
}
.mentors-linkedin.team {
    bottom: -17px;
}
.qui-sommes-nous h3
{
    color:#000;
}
.ullidots ul li:before
{
    content: "\2022";
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
    color: #484848;
}
.ullidots ul li,.widget_recent_entries ul ul li
{
    list-style: none;
    line-height: 24px;
}
.widget_recent_entries ul li
{
    line-height: 24px;
    margin-bottom: 15px;
}
.ullidots ul
{
    margin: 0;
    margin-left: 17px;
    margin-bottom: 15px;
}
.initiative-grandes-ecoles
{
    background-color: #ebebeb;
    padding-top: 20px;
    padding-bottom: 20px;
}
.frenchtechseed
{
    background-color: #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ullidots ul li a
{
    color: #99db12;
}
.candidature_text.visible {
    display: block;
}
.evenments .elementor-column.elementor-col-33{
	vertical-align:top;
	padding: 0 20px;
	}
.page-id-538 .footer-adv .footer-adv-overlay,
.page-id-559 .footer-adv .footer-adv-overlay{
	    background-color: #fff;
}
.mobile-search-header
{
	display:none;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}
.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a,a:visited,a:focus,a:active
{
	outline:none;
}
.fablabprocessusimg{
	   background: #EEE;
	   padding: 45px;
       padding-bottom: 60px;
	}
.subpagetitle h3.elementor-heading-title.elementor-size-default {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    transform: rotate(-5deg);
    bottom: 17px;
}	
.subpagetitle h3 span,.machinetitle .posttitle span,.modaltitle span
{
    background-color: #ff5c26;
	padding-left: 13px;
    padding-right: 13px;
    line-height: 18px;
    font-size: 23px;
	color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline;
    padding-bottom: 5px;
    padding-top: 3px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}	
.acf-button.button,
.acf-button.button:hover,
.tml-button
{
    background-color: #ff5c26;
}

.elementor-column-wrap.elementor-element-populated.yith-wcqv-button:hover .machinetitle .posttitle span, .elementor-column-wrap.elementor-element-populated.yith-wcqv-button:hover .modaltitle span {
    background-color: #e5e5e5;
    color: #ff5c26;
}
.buttonhome {
    margin-top: 20px;
    margin-bottom: 20px;
	display:inline-block;
}
.buttonhome a {
    padding: 5px 15px;
    color: #fff;
    background-color: #ff5c26;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
}
.buttonhome a:hover{
	background-color: #e5e5e5;
    color: #ff5c26;
	}
.header-title h2.elementor-heading-title span
{
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
}
.subpagetitle h2 span
{
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-bottom: 1px;
    padding-top: 1px;
}
.eae-modal-content p {
    margin-bottom: 5px;
}
.eae-modal-content .elementor-column {
    display: inline-block;
    vertical-align: top;
}
.footer-adv .footer-adv-overlay
{
    display: none;
}
.nav-links
{
    display: block;
}
.home .footer-adv .footer-adv-overlay
{
    display: block;
}
.eae-modal-content{
	     padding: 0px; 
		 background: #fff;
		 padding-right: 20px;
	}
.eae-modal-content .elementor-column.elementor-col-70.elementor-inner-column{
    height: 350px;
}
.eae-modal-content .elementor-column{
	padding:20px;
	}
.eae-modal-content .elementor-column.elementor-col-30.elementor-inner-column {
   background-color: #eeeeee;
    text-align: center;
    height: 350px;
    vertical-align: middle;
    padding-top: 40px;
	width:30%;
}	
.eae-modal-content .elementor-column.elementor-col-70.elementor-inner-column {
	width:69%;
	padding-right:0px;
}
.widget_search .search-field, .widget_search .search-field:focus{padding: 0 0 0 32px; outline:none; }
.eae-modal-content .boxcontent{
	height: 280px;
    overflow-y: scroll;
    margin-top: 30px;
    padding-bottom: 30px;
	}
.eae-modal-content .boxcontent::-webkit-scrollbar {
	width: 22px!important;
	overflow-y: scroll;
	background-color: #eee;
	height: 250px;
}
.eae-modal-content .boxcontent::-webkit-scrollbar-thumb:vertical {
	width: 22px!important;
	background-color: #484848;
	outline: 1px solid #484848;
	overflow-y: scroll;
	height: 250px;
}
.eae-popup-content{
    margin-bottom: 25px;
	}
.mfp-content{
	background:transparent !important;
	}
.eae-popup-content 	.eae-modal-title.mfp-title {
    display: none;
}
.eae-popup.eae-close-btn-in .eae-close {
    color: #99db12;
    right: 28px;
}
.eae-close:active {
    top: 10px;
}
i.eae-close.fas.fa-times:before {
    color: #484848;
    font-size: 31px;
    font-weight: 600;
}
.modaltitle{
	position: absolute;
    left: 0;
    right: 0;
    transform: rotate(-5deg);
    bottom: 0px;
	}
.modaltitle span{
		background-color: #ff5c26;
		font-style: normal;
		letter-spacing: normal;
		line-height: normal;
		text-transform: uppercase;
		color: #ffffff;
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: bold;
		font-style: normal;
		padding-left: 10px;
	    padding-right: 10px;
	}	
.subpagetitle.secondnd{
	margin-left: -25px;
	}	
.eae-pop-btn-type-image .elementor-widget-container {
    vertical-align: top;
    height: 310px;
    background: #e5e5e5;
    padding: 12% !important;
}	
.allmachines .elementor-col-33{
	display:inline-block;
	width:100% !important;
    vertical-align: top;
    margin-bottom: 40px;
    border: 1px solid #eee;
}
.machinetitle {
    display: block;
    width: 100%;
    text-align: center;
	position: static;
    bottom: 103px;
    z-index:11;
    margin-top: -43px;
}
.machinetitle.formations_et_atelie {
    bottom: -22px;
}
.machinetitle .posttitle {
    /*display: inline-block;
    transform: rotate(-5deg);
    padding-left: 5px;
    padding-right: 5px;*/
	display: inline-block;
    transform: rotate(-5deg);
    padding-left: 5px;
    padding-right: 5px;
    line-height: 22px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 111;
    font-family: 'Montserrat';
}	
.photocredit{
    text-align: center;
	display: block;
    width: 100%;
    margin-top: -100px;
    z-index: 1;
	} 	
.photocredit h4{
	color: #808080;
    font-family: "Montserrat", Sans-serif;
    font-size: 8px;
    font-weight: bold;
	}
.machinesubtitle h4{
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align:center;
    padding-left: 10px;
    padding-right: 10px;
}
.machinesubtitle span
{
    padding-left: 35px;
    padding-right: 13px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
}
.elementor-element.elementor-element-ba59a08.eae-pop-btn-type-image.eae-pop-btn-align-center.elementor-widget.elementor-widget-wts-modal-popup {
    /* border: 1px solid #eee;
    border-bottom: 0; */
}	
.machinesubtitle {
    /* border: 1px solid #eee;
    border-top: 0; */
	width: 100%;
}	
.photocredit{
	/* border: 1px solid #eee;
    border-bottom: 0;
    border-top: 0; */
}	
.allmachines.allformations .elementor-col-33
{
    border:none;
}
.machineimage{
	display: block;
    width: 207px;
    height: 171px;
    background-repeat: no-repeat!important;
    background-size: contain !important;
    background-position: center!important;
	background-blend-mode: darken;
	transition: all .5s;
}
.machineimage:hover{
	    transform: scale(1.2);
	}
.allmachines .elementor-column.elementor-col-33:hover .machineimage{
	transform: scale(1.2);
	}	
.nos-projets .machineimage
{
    background-size:cover !important;
}	
.machineimage.popimage{
	display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
	}	
.eae-popup.mfp-bg{
    background: #8b8b8b !important;
    opacity: 0.7 !important;
	}	
.eae-popup .mfp-inline-holder .mfp-content {
    width: 70% !important;
}	
.allmachines .elementor-column.elementor-col-33 .elementor-widget-wrap{
	cursor:pointer;
	}
.boxcontent p,.boxcontent ul li{
	color: #000000;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.33px;
	line-height: normal;
	}
p{
    font-size:16px !important;
    line-height: 24px !important;
	}	
.testimodialname span{ font-weight:bold;}	
.testimonialblock .elementor-text-editor.elementor-clearfix p{
	margin-bottom:0px;
	}
.elementor-custom-embed-play i{
	font-size:60px !important;
	}
.nosincubes .elementor-widget-portfolio .elementor-portfolio-item__overlay{
	background-color:rgba(28, 128, 150, 0.7)!important; 
	}	
.nosincubes .elementor-widget-portfolio .elementor-portfolio-item__overlay .elementor-portfolio-item__title{
	color: #fff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0.33px;
	}
.nosincubes .elementor-widget-portfolio .elementor-portfolio-item__overlay .elementor-portfolio-item__description p{
	color: #fff;
	font-family: Montserrat;
	font-size: 13px !important;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.33px;
    line-height: 15px !important;
	font-weight: 500;
	}	
.nosincubes article.elementor-portfolio-item {
   	display: inline-block;
    height: 250px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    background-size: 80%!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-blend-mode: darken;
}	
li.elementor-portfolio__filter.elementor-active {
    background: #99db12!important;
    color: #fff!important;
}
element.style {
}
.nos-startups-title.home {
    position: absolute;
    z-index: 11;
}
.incublogo {
    height: 382px;
    background: #E5E5E5;
	padding-top:50px;
}
.imglogo {
   width: 100%;
	height: 190px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	text-align: center;
	position: absolute;
	left: 50%;
	margin: 0 auto;
	background-blend-mode: darken;
	top: 50%;
	transform: translate(-50%,-50%);
}
.elementor ul li.elementor-portfolio__filter {
    list-style-type: none;
    border: 1px solid #99db12;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    background: transparent;
    color: #99db12;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
#nosincludessliderhome .owl-nav {
    position: absolute;
        top: 156px;
    width: 100%;
}	
#nosincludessliderhome .owl-nav .owl-prev{
	float:left;
 	overflow: hidden;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: block;
    box-sizing: border-box;   
    background-image: url(../images/prev-arrow-green.svg) !important;
    height: 55px !important;
    left: -20px !important;
    top: 4px !important;
	background-repeat:no-repeat;
	position:relative;
}
#nosincludessliderhome .owl-nav .owl-prev span,#nosincludessliderhome .owl-nav .owl-next span{ display:none;}
#nosincludessliderhome .owl-nav .owl-next {
    float: right;
	position:relative;
	background-image: url(../images/next-arrow-green.svg) !important;
    height: 55px !important;
    right: -20px !important;
    top: 4px !important;
	display: block;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    width: 48px;
    height: 48px;
	background-repeat:no-repeat;
}
.inclubdescription{ 
	margin-top:00px; 
	display:inline-block; 
	padding:40px;
	    border: 3px solid #e5e5e5;
    width: 100%;
    height: 298px;
}
.inclubdescription p {
    display: inline;
	text-align: left;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
}
.nosincubes .elementor-portfolio.elementor-grid.elementor-posts-container{
		margin-top:30px;
	} 
.linkicon a{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
	background: #99db12 url(../images/website.png);
    background-repeat: no-repeat;
	background-size: 60%;
    background-position: center;
    border-radius: 50%;
}
.allmachines.projets .elementor-widget-wrap.widthauto {
    width: auto;
}
.formationswrapper .elementor-column.elementor-col-33 .eae-pop-btn-type-image .elementor-widget-container{
	    height: auto;
	}
.page-id-745 .allmachines.projets .elementor-widget-wrap.widthauto,
.page-id-9462 .allmachines.projets .elementor-widget-wrap.widthauto{ width:100%;}	
.formationswrapper .elementor-column.elementor-col-33 .eae-pop-btn-type-image .elementor-widget-container .machineimage{
	    width: 150px;
    	height: 150px;
	}
.machineimage.popimage.formation {
    height: 150px;
    width: 150px;
}
.elementor-column.elementor-col-30.elementor-inner-column.fabox {
    padding-top: 85px;
}	
.fablabulli ul li{
	/*color:#ff5c26;*/
	}
.ullidots.dotsizebig ul li:before {
    font-size: 20px;
}
.ullidots.dotsizebig ul li{
	    line-height: 25px;
	}
li.listnone {
    height: 27px;
}
.ullidots.dotsizebig ul li.listnone:before {
	   display:none;
}	
.adhesionprice .subpagetitle.center {
    bottom: -30px;
    z-index: 1;
}
.adhesionprice .subpagetitle.center.tn {
    bottom: -31px;
}
.adhesionprice .subpagetitle.center.te {
    bottom: -33px;
}
.adhesionprice .elementor-column-wrap.elementor-element-populated {
    padding-top: 50px!important;
}
.ullidots.dotsizebig.bgwhite{
    background: #fff;
    border: 1px solid #eee;
    height: 117px;
	}
.subpagetitle.subpagemaintitle h2 span
{
    left: -7px;
}
.ast-main-header-bar-alignment.open
{
	position: relative;
}	
.page-id-15496 .ast-main-header-bar-alignment,
.page-id-15587 .ast-main-header-bar-alignment
{
	position: relative !important;
	margin-bottom: 50px;
}	
.home .ast-main-header-bar-alignment:hover,
.page-id-3194 .ast-main-header-bar-alignment:hover,
.page-id-24 .ast-main-header-bar-alignment:hover,
.page-id-16 .ast-main-header-bar-alignment:hover,
.page-id-559 .ast-main-header-bar-alignment:hover,
.page-id-22 .ast-main-header-bar-alignment:hover,
.page-id-538 .ast-main-header-bar-alignment:hover,
.single.single-actualite .ast-main-header-bar-alignment:hover,
.single.single-agenda .ast-main-header-bar-alignment:hover
{
	position:absolute !important;
}	
.contentright{ padding-bottom:50px;}
efd5b8c.newsandagenda.nos-projets.border.elementor-widget.elementor-widget-shortcode {
    border: 2px solid red;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.missiontag .agenda-title h2 span{
	    bottom: 54px;
	}
.ast-nav-menu .current-menu-item a span{
	font-weight:900;
	}
.machinetitle.formations_et_atelie{ border:0 none;}
.ullidots.green ul li:before{
    color: #99DB12;
}
.gridtype .elementor-row
{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    flex-wrap: nowrap;
}
.widget_recent_entries ul li a{ font-weight:bold; color:#484848; }
.single-sidebar .widget-title{
    font-size: 20px;
    color:#fff;
	}
.teamtabs .eael-tabs-nav {
    width: 250px;
    margin: 0 auto;
}
.membrelogo .elementor-widget-container .elementor-image{
   padding: 0 10px 0 10px;
    background-color: #E5E5E5;
    height: 250px;
    display: table-cell;
    vertical-align: middle;
	width:300px;
    text-align: center;
    margin: 0 auto;
}
.membrelogo.financer .elementor-widget-container .elementor-image{
	height: 180px;
    display: block;
    padding-top: 70px;
	}
.membrelogotitle .elementor-widget-container {
    height: 80px;
    display: table;
    vertical-align: middle;
    width: 100%;
	padding-left: 15px;
    padding-right: 15px;
}
.membrelogotitle .elementor-widget-container h4{
    display: table-cell;
    vertical-align: middle;
}
.marginbottomzero{ margin-bottom:0px !important; }
.titlegreenbox{ z-index:111;}
.titlegreenbox h3{
	}
.titlegreenbox h3 {
    transform: rotate(-5deg);
}	
.titlegreenbox h3 span {
    background-color: #90d212;
    color: #fff;
    position: absolute;
    bottom: -35px;
    z-index: 1;
    font-size: 23px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 36px;
	left: 00%;
    right: 0;
    width: max-content;
    margin: 0 auto;
}	
.candidature_text p{
        word-wrap: initial;
        font-size: 14px !important;
        transform: rotate(-5deg);
        font-weight: 400;
        line-height: 20px !important;
}
.candidature_text p strong{
    text-transform: uppercase;
}
.allformations .machinesubtitle    	
{
    border:0 none;
}
.allformations .machinetitle
{
    position: static;
    margin-top: -32px;
}
.allformations .machinetitle h3
{
    margin-bottom: 7px;
}
.allformations .machinesubtitle h4
{
    color:#ff5c26;
    transform: rotate(-5deg);
    padding-left: 0;
    padding-right: 0;
    font-weight: bold;
}
.projectgallaryimages{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    gap: 25px 25px;
}
.projetgallery .e-gallery-item .e-gallery-image{
	height:278px;
	width:278px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	}	
.projimage{ width:100%;}
.search-form input.search-field {
    padding-left: 32px;
}
.shareprint{
    position: absolute;
    right: 0;
    top: -17px;
    z-index: 11;
	}
.shareprint .sicon {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.shareprint .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    width: 38px;
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 111;
	padding-top:15px;
}
.nomargin { margin-bottom:0 !important; }
span.at-icon-wrapper {
    background: #99db12!important;
}	
#pf-core #pf-ft
{
    display: none !important;
}
.shareprint .sicon.shareicon:hover > .addthis_toolbox{ display:block !important;}
.reportbutton a {
    padding: 10px 30px;
    margin-right: 15px;
    color: #fff;
    background: #99DB12;
    border-radius: 50px;
    font-size: 25px;
}
h3.elementor-heading-title.elementor-size-default.sidebarh3link {
    line-height: 20px;
	margin-bottom: 0;
}
.sidebarh3link a{
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 21px;
    text-transform: uppercase;
	}
.notreincubatorhome .elementor-widget-wrap {
    margin-top: -2px;
    padding-right: 0px;
    margin-left: -2px;
    width: 100%;
}	
#epkb-main-page-container.epkb-basic-template .eckb-article-title,
#epkb-main-page-container.epkb-css-full-reset a,
#epkb-main-page-container.epkb-basic-template .eckb-article-title span
{
    color:#99DB12 !important;
    font-weight: bold;
}
#epkb-main-page-container.epkb-css-full-reset a:hover,
#epkb-main-page-container.epkb-basic-template .article_underline_effect span:hover
{
    text-decoration: none !important;
}
.eckb-article-content-header__article-meta
{
    display: none;
}
ul.tml-links
{
    margin: 0;
    padding: 0;
}
ul.tml-links li
{
    list-style: none;
}
ul.tml-links li a{
    font-weight: bold;
}
.tml .tml-action-confirmaction .success, .tml .tml-error, .tml .tml-message, .tml .tml-success
{
    border-left: 4px solid #99DB12;
}
/* Dynamic color */
.epkb-cat-icon,
.ep_font_icon_arrow_carrot_right
{
    color:#ff5c26 !important;
}
/* Dynamic color */
#servicios_select{ display:none;}
.formfilter #servicios_select{ display:block;}
.wonderplugin3dcarousel-text{
	left: 0;
	right: 0;
	z-index: 1;
	padding-top: 25px;
	height: 247px;
	display:none;
	}
.formfilter {
    display: inline-block;
    position: absolute;
    top: -55px;
    right: -45px;
    z-index: 1111;
}	
.formfilter.agenda {
    right: -35px;
    top: -60px;
}
.formfilter #servicios_select,
.formfilter #servicios_select:focus {
    display: block;
    background: #90d212;
    color: #fff;
    border: 0px solid #90d212;
    font-weight: bold;
    cursor: pointer;
    outline: none;
	-webkit-appearance: none;
  -moz-appearance: none;
    background-image: url(../images/downarrowwhite.png);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 13px;
    background-size: 23px;
    padding-right: 40px;
}	
label[for="acf-field_5fd33b71a136e"]
{
    display:none !important;
}
.place-name {
    text-transform: uppercase;
}
.hpmembresgallery .elementor-image-gallery .gallery {    display: flex;
    flex-flow: row wrap;
    align-items: self-end;
    justify-content: space-between;}
.hpmembresgallery .elementor-image-gallery .gallery-item {
    max-width: max-content;
    width: 16%;
    height: 175px;
    display: flex;
    align-items: center;
}
.hpmembresgallery .elementor-image-gallery .gallery-item:nth-child(3) img,
.backgroundblend img
 {
    filter: brightness( 133% ) contrast( 80% ) saturate( 110% ) blur( 0px ) hue-rotate( 0deg );
}
.reportbutton a{
	color:#fff !important;
	} 
.col-md-30
{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-top: 7%;
    padding-right: 35px;
}
.col-md-70
{
    display: inline-block;
    width: 70%;
    vertical-align: top;
}
.eckb-navigation-button a{
	color: #99db12 !important;
	}	
ul.acf-checkbox-list li:nth-child(2)
{
	display:none;
}
.acf-field-taxonomy
{
	display:none;
}
.sidebarmenu, .sidebarmenu:after
{
	background-color:#90D212;
}
.subpagetitle.subpagemaintitle h2 span,
.subpagetitle.center h2 span
{
	background-color:#90D212;
}
.la-cite-descartes ul
{
	width:62%;
	text-align:left;
	margin: 0 auto;
	padding: 0;
}
.la-cite-descartes ul li ul.children
{
	margin-left:0;
	width: 100%;
}
.la-cite-descartes ul li
{
	list-style:none;
	line-height: 30px;
}
.la-cite-descartes ul li a
{
	color:#fff;
}
.page_item.page-item-5323 ul.children li,
.page_item.page-item-5345 ul.children li
{
	line-height:17px;
}
.page_item.page-item-5323 ul.children li a,
.page_item.page-item-5345 ul.children li a,
.page_item.page-item-9528 ul.children li a,
.page_item.page-item-9553 ul.children li a
{
	color: #599e39;
	font-size:13px;
	font-weight: 500;
}
.la-cite-descartes.sidebar_menu
{
	/*height: 292px;*/
	height: 358px;
}
.page_item.page-item-5323 ul.children li.current_page_item a,
.page_item.page-item-5345 ul.children li.current_page_item a,
.page_item.page-item-9528 ul.children li.current_page_item a,
.page_item.page-item-9553 ul.children li.current_page_item a
{
	font-weight:bold;
}
.acf-field textarea,.acf-field input[type="text"] {
    resize: vertical;
    background: #fff;
}

.page_item.page-item-14 ul.children li a,
.page_item.page-item-8669 ul.children li a,
.page_item.page-item-9507 ul.children li a,
.page_item.page-item-9578 ul.children li a
{
	display:block;
	line-height:25px;
}
.sidebar_menu ul.page-list { 
	width: 65%;
	margin: 0 auto;
	text-align: left;  
}
textarea#acf-acfef_47753ab_content {
    height: 87px;
}
.sidelinedots.greendots ul li:before { background-image: url(../images/greendots.png); }
/*.acf-field-textarea.acf-field-acfef-47753ab-content,
.acf-field-textarea.acf-field-5fd9dc27affd0,
.acf-field-textarea.acf-field-5fdb4e80c28f3 {
    display: block!important;
    width: 50%!important;
}*/
.green.fiec p { margin-bottom:0; }
.current_page_item > a{ font-weight:bold;}
.elementor-editor-active .ast-main-header-bar-alignment,.elementor-editor-active .ast-main-header-bar-alignment:hover{
	position:relative !important;
}
body #acfef-message
{
    position: fixed;
    top: 50%;
    width: 30%;
    z-index: 100;
    left: 50%;
    transform: translate(-50%,-50%);
}
body .acf-notice.-success
{
    background: #99db12;
    text-align: center;
    border: none;
}	
body #acfef-message .acf-notice .acf-notice-dismiss
{
    top: 5px !important;
    right: 6px;
}
.shareprint .sicon img{ width:47px; height:47px;}
#cookie-law-info-bar a
{
    margin-left: 10px;
    font-weight: bold;
}
#cookie-law-info-bar a:hover
{
    color:#99db12;
}
.retour-link a
{
    font-weight: normal;
}
.ullimorelevel ul ul
{
    margin-left: 18px;
}
.jet-popup--front-mode.nlbox.jet-popup--show-state .jet-popup__container {
    width: 35%;
}
.mc4wp-form-fields input:placeholder{ opacity:1px;}
.mc4wp-form-fields input::-webkit-input-placeholder { /* Edge */
  color: #000;
  opacity:1px;
}
.mc4wp-form-fields input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  opacity:1px;
}
.mc4wp-form-fields input::placeholder {
  color: #000;
  opacity:1px;
}
.mc4wp-form-fields .elementor-column.elementor-col-50{
		width:48%; 
		display:inline-block;
	    margin-bottom: 20px;
		vertical-align:text-bottom;
	}
.elementor-column.elementor-col-50.elementor-top-column.left {
    margin-left: 0;
    margin-right:10px;
}
.mc4wp-form {
    margin-top: 10px;
}
.elementor-column.elementor-col-50.elementor-top-column.right {
    float: right;
}
.mc4wp-form-fields .elementor-column.elementor-col-100{
	    margin-bottom: 20px;
	}	
.mc4wp-form-fields input.text{ width:100%;}	
.newslettersubmit {
    background: #90d212 !important;
	width: auto !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.newsletteropen{cursor:pointer;}
.elementor-column.elementor-col-100.elementor-top-column.audience {
    display: block;
}
.nlbox .jet-popup__close-button {
    background-color: #90d212 !important;
}
/**************/
input[type="checkbox"],input[type="radio"] {
    display: inline-block !important;
    background: #e9eef2;
    color: #555;
    clear: none;
    cursor: pointer;
    line-height: 0;
    height: 1.2em;
    margin: -3px 4px 0 0;
    outline: 0;
    padding: 0;
    -webkit-border-radius: .2em;
    border-radius: .2em;
    text-align: center;
    vertical-align: middle;
    width: 1.4em;
    min-width: 1.4em;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    height: 20px !important;
    width: 20px !important;
    border: 0;
    background: transparent url('../images/checked-checkbox-xxl-unchecked.png') no-repeat !important;
    background-size: 90% !important;
    vertical-align: middle;
	box-sizing: border-box;
}
input[type="checkbox"]:checked {
    background: transparent url('../images/checked-checkbox-xxl.png') no-repeat !important;
    background-size: 90% !important;
    vertical-align: middle;
    border: 0;
    height: 20px !important;
    width: 20px !important;
}
.ep_font_icon_arrow_carrot_right:before
{
    content: "»";
    font-size: 18px;
    position: absolute;
    top: -5px;
}
#eckb-article-page-container-v2 .eckb-breadcrumb .eckb-breadcrumb-nav li
{
    position: relative;
    padding-right: 16px;
}
#breadcrumbs a,
#breadcrumbs span
{
    color: #ff5c26 !important;
}
/*.parent-pageid-14 .elementor-col-33 .elementor-widget-heading h2.elementor-heading-title,
.parent-pageid-5323 .elementor-col-33 .elementor-widget-heading h2.elementor-heading-title,
.parent-pageid-5345 .elementor-col-33 .elementor-widget-heading h2.elementor-heading-title,
.page-id-14 .elementor-col-33 .elementor-widget-heading h2.elementor-heading-title {
        text-transform: capitalize !important;
}*/
.tutosdescription h4
{
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.33px;
}
.tutosdescription
{
	color: #000000;
}
.ast-404-search .search-field{
	color: #666 !important;
    padding: .75em !important;
    height: auto;
    border-width: 1px;
    border-style: solid !important;
    border-color: #eaeaea !important;
    border-radius: 2px!important;
    background: #eceeef !important;
    box-shadow: none !important;
    box-sizing: border-box!important;
    transition: all .2s linear!important;
	} 
.ast-404-search .widget.widget_search .search-submit {
    background-color: #818a91!important;
    font-size: 16px!important;
    color: #fff!important;
    border-radius: 0!important;
	text-indent: -9999px;
	 height: 43px;
}	
.ast-404-search .widget_search .search-form:after{
    right: 11px;
    color: #fff!important;
    z-index: 111111;
  }
.projectgallaryimages.showcenter
{
	grid-template-columns: 32% 32%;
    justify-content: center;
}
.processus-candidature.greencolor .elementor-row:before
{
	background-color: #99db12;
}
.processus-candidature.greencolor .circle-number div.elementor-heading-title
{
	border: 1px solid #99db12;
	color: #99db12;
}
.tabletitle
{
	border-bottom: 2px solid #D7D7D7;
    height: 150px;
    vertical-align: middle;
    padding: 13px;
	margin-bottom: 0 !important;
}
.tabletitle h2
{
	display: table-cell;
    vertical-align: middle;
    height: 120px;
}
.opacityzero img { opacity:0 }
.tarinormal
{
 height:329px;
}
.membrelogotitle.border {
    /* border: 1px solid red; */
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}	
.membrelogo {
   border: 1px solid #e5e5e5;
    border-bottom: 0;
}
/*.elementor-portfolio__filters li:nth-child(3) {
    display: none;
}*/
.spu-content h2
{
	font-size: 19px;
    font-weight: bold;
	font-family: "Montserrat", Sans-serif;
	margin-bottom:15px !important;
	margin-top:15px !important;
}
.machinetools .toolslabel{
	color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.33px;
	} 
.releasetext  h3{
	color: #FF5C26;
    font-family: "Montserrat", Sans-serif;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0.39px;
    text-align: center;
	}	
/*New 3032021 */	
.single-product .ast-main-header-bar-alignment,
.page-id-7883 .ast-main-header-bar-alignment,
.page-id-7882 .ast-main-header-bar-alignment
{
	    position: relative;
	}
.wc-bookings-booking-cost {
    display: none !important;
}	
.formationswrapper .elementor-column.elementor-col-33 .eae-pop-btn-type-image .elementor-widget-container .machineimage{
	margin:0 auto;
	}
.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox {
    line-height: 1;
    font-weight: 600;
}	
.wc-bookings-booking-form
{
	width: 50%;
	display:inline-block;
}
.woocommerce div.product form.cart .button
{
	float: none;
	display: inline-block;
	height: 42px;
	line-height: 23px;
	vertical-align: bottom;
	margin-bottom: 15px;
	margin-left: 20px;
    padding: 10px 20px!important;
}
.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form)
{
 display:block;
}
.yith-quick-view.yith-modal.open.slide-in .yith-wcqv-main
{
	padding: 30px;
	padding-right: 0;
}
.woocommerce button.button.alt.disabled,
 .woocommerce button.button.alt:hover,
 .woocommerce a.button,
 .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button,
 .woocommerce a.button,.woocommerce a.button.alt,
 .woocommerce .button.alt
{
	font-family: "Montserrat", Sans-serif;
	font-size: 20px;
	text-transform:uppercase;
	color:#fff;
	font-weight: bold;
	background-color: #8CCE12 !important;
	border-radius: 90px 90px 90px 90px!important;
	padding: 10px 20px 10px 20px;
}
.alg_checkout_files_upload_button,.alg_checkout_files_upload_button:hover{
	font-family: "Montserrat", Sans-serif;
	font-size: 18px;
	text-transform:uppercase;
	color:#fff;
	font-weight: 600 !important;
	background-color: #8CCE12 !important;
	border-radius: 90px 90px 90px 90px !important;
	padding: 10px 20px 10px 20px!important;
	}
.woocommerce a.button:hover,.woocommerce a.button.alt:hover,.alg_checkout_files_upload_button:hover{
	background-color: #8CCE12;
	border-color: #8CCE12;
	}
#alg_checkout_files_upload_form_1 label{
	font-style:italic;
	}	
.checkout.woocommerce-checkout {
    padding: 30px 30px 100px 30px;
}
#checkout-checkbox_field {
    margin-bottom: 30px;
}	
.boxcontent h1.product_title.entry-title {
    display: none;
}
.yith-quick-view.yith-modal.open.slide-in .yith-wcqv-main {
    padding: 00px;
    padding-right: 0;
}
.popupclose {
    position: absolute;
    top: 10px;
    right: 40px;
}
.yith-quick-view-close:hover,.yith-quick-view-close{
	opacity:0 !important;
	}
.yith-wcqv-head {
    position: absolute !important;
    top: 8px !important;
    right: 30px !important;
    z-index: 10 !important;
    text-indent: -9999px !important;
}	
.yith-quick-view.yith-modal .yith-quick-view-overlay{
	    background: #8b8b8b !important;
	    opacity: 0.7 !important;
	}
.yith-quick-view.yith-modal .yith-wcqv-main{
	-webkit-box-shadow:none !important;
    box-shadow: none !important;
	}	
.eae-modal-content .boxcontent{
	height: 400px;
    overflow-y: scroll;
    margin-top: 30px;
    padding-bottom: 30px;
	margin-bottom: 30px;
	}	
.machineimage.popimage{
	    display: block;
    width: 250px;
    height: 250px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    vertical-align: middle;
    top: 25%;
	}	
.eae-modal-content .elementor-column.elementor-col-30.elementor-inner-column {
  background-color: #eeeeee;
    text-align: center;
    height: 550px;
    vertical-align: middle;
    padding-top: 40px;
    width: 30%;
}	
.viewbutton{
	    padding-top: 35px;
	}	
.related.products .allmachines {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    gap: 20px 20px;
}
.related.products .allmachines .eae-pop-btn-type-image .elementor-widget-container .machineimage {
    display: block;
    width: 207px;
    height: 171px;
    background-repeat: no-repeat!important;
    background-size: contain !important;
    background-position: center!important;
    background-blend-mode: darken;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}
.related.products h2{
	font-family: 'Montserrat', sans-serif;
    text-transform: inherit;
	font-size: 2rem !important;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 30px;
	}

.woocommerce-notices-wrapper{
	display:none;	
	}
.woocommerce-cart .ast-article-single,.woocommerce-checkout .ast-article-single,.woocommerce-page  .ast-article-single{
    padding-top: 50px;
	padding-bottom:100px;
}
.product.type-product.ast-article-single{
	padding-top: 0px !important;
	}
.woocommerce-page .ast-main-header-bar-alignment,
.woocommerce-cart .ast-main-header-bar-alignment,
.woocommerce-checkout .ast-main-header-bar-alignment{
	position:relative !important;
	}
.ullidots.dotsizebig.bgwhite{
    background: #fff;
    border: 1px solid #eee;
    height: 165px;
    margin-bottom: 0;
	}
.btn_adherer {
    position: absolute;
    bottom: -18px;
    border: 0px solid;
    background: #ff5c26;
    border-radius: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 170px!important;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.btn_adherer h3{color:#fff;font-size: 18px;}
.pricepopupbox {
    display: inline-block;
    margin-left: 20px;
    font-weight: bold;
	float: right;
    margin-top: 7px;
}
.price span.acfprice{ margin-right: 20px;}
.pricepopupbox span.acfprice{ margin-right: 10px;font-size: 14px;}
.boxcontent .pf-content .price{ display:none;}
.wc-bookings-booking-form {
    width: 100% !important;
    border: 0!important ;
}
.wc-bookings-booking-form fieldset,
.form-field.form-field-wide {
    width: 50% !important;
}
p.price {
    display: inline-block;
    margin-left: 20px!important;
    margin-bottom: 22px!important;
}
.eae-modal-content .viewbutton{
	padding-top: 0px;
	float: left;
	margin-top: 0;
	}
.woocommerce-terms-and-conditions-checkbox-text a,.woocommerce-terms-and-conditions-checkbox-text{
	font-family: 'Montserrat',sans-serif;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 24px;
	} 
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    margin-bottom: 20px !important;
    display: block;
    display: inline-block !important;
}		
.logout {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
}
.wc-bookings-date-picker .ui-datepicker td.ui-datepicker-today .ui-state-default.ui-state-highlight
{
	background-color: red !important;
	opacity: 0.35 !important;
}
#check_assistance_field {
    margin-bottom: 25px;
}
.yith-wcqv-wrapper .eae-popup-content #my-new-field{ display:none !important;}

#totalduration::-webkit-input-placeholder { /* Edge */
	  color: #1d1d1b;
	  opacity:1;
	}
	
	#totalduration:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: #1d1d1b;
	  opacity:1;
	}
	
	#totalduration::placeholder {
	  color: #1d1d1b;
	  opacity:1;
	}
	#totalduration:placeholder {
	  color: #1d1d1b;
	  opacity:1;
	}	
#totalduration {
    width: 240px;
}	
.woocommerce td.product-name dl.variation {
    font-size: 13px !important;
}
.woocommerce-cart-form td.product-name .variation dd{
	margin-bottom:0px !important;
	}	
.woocommerce-cart-form td.product-name .variation dd p{ font-size:13px !important;line-height: 26px !important;}	
#checkout-checkbox_field .checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox {
		    color: #99db12;
}
.wc-bookings-date-picker-timezone-block{ display:none;}
	
.woocommerce-message-bar a.btnreserve{
	padding: 5px 20px;
	background: #ff5c26;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	border-radius: 50px;
	font-weight: bold;
	margin-right: 10px;
	}	
.btnreserveation,btnreserveation:hover{
	padding: 5px 20px;
	background: #8CCE12;
	color: #fff!important;
	margin-top: 10px;
	display: inline-block;
	border-radius: 50px;
	font-weight: bold;
	margin-right: 10px;
}
.language-switcher ul
{
	padding:0;
	margin:0;
	list-style: none;
	line-height: 1;
	text-align: right;
}
.language-switcher ul li
{
	display:inline-block;
	list-style:none;
}
.language-switcher ul li a
{
	text-transform:uppercase;
	color: #a9a9a9;
	font-size: 16px;
}
.language-switcher .lang-item-first:after
{
	content:"/";
	color:#a9a9a9;
}
.language-switcher .lang-item-first a
{
	margin-right:4px;
}
.language-switcher ul li.current-lang a
{
	color:#99db12;
	font-weight:bold;
	font-size: 16px;
}
.main-header-bar-navigation .lang-item.lang-item-24,
.main-header-bar-navigation .lang-item.lang-item-32
{
	display:none;
}
p.form-field.form-field-wide.wc_booking_field_.wc_bookings_field_resource {
    display: none;
}
.hpmembresgallery .elementor-image-gallery .gallery-item img{
	max-width:95%;
}
.page-id-15496 .filters
{
	display:none;
}
.page-id-15496 .woocommerce h2
{
	display:none;
}
.page-id-15496 .woocommerce
{
	padding-bottom:100px;
}
.fc-event .fc-content
{
	font-weight:600 !important;
}
.fc .fc-axis, .fc button, .fc-day-grid-event .fc-content, .fc-list-item-marker, .fc-list-item-time, .fc-time-grid-event .fc-time, .fc-time-grid-event.fc-short .fc-content{
	    white-space: break-spaces !important;
	}
tr:first-child>td>.fc-day-grid-event {
    padding: 5px !important;
}
p.hustle-nsa-link a {
    font-weight: bold !important;
}
button.single_add_to_cart_button.button.alt.disabled {
    color: #fff !important;
}
a:where(:not(.wp-element-button))
{
text-decoration:none !important;
}
img.hide {
    display: none;
}