/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
  text-align:center;
}
.contact-section h2,
.contact-section .join-options,
.contact-section .contact-intro,
.footer-adv-layout-1
{
    display: none;
}
.la-cite-descartes.sidebar_menu .page-item-14 a
{
    display: none;
}
.social-links a {
    color: var(--blanc);
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}
.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.social-links a:hover {
    color: var(--vert-ddi);
    background: rgba(255, 255, 255, 0.2);
}
.elementor-inner-section[data-settings*='"sticky":"top"'] {
    position: sticky !important;
    top: 140px;
}
.ast-small-footer
{
    border: none;
}
.copyrights
{
    font-size: 13px;
    font-weight: 500;
}
.ast-footer-overlay
{
    padding-bottom: 20px;
}
.contact-section
{
    padding-bottom: 40px;
}

/* 3-column row for Genre + First + Last name */
.woocommerce-checkout #billing_genre_field,
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field {
    width: 32.3% !important;
    float: left;
    margin-right: 1% !important;
}
.woocommerce form.checkout_coupon .button
{
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 0;
    background: var(--vert-ddi) !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-checkout #billing_genre_field #billing_genre
{
    padding: 0.7em 0.8em !important;
}

.woocommerce-checkout .form-row-last {
    margin-right: 0;
}

.yith-quick-view-content .attentes-specifiques-field
{
    display: none;
}

 .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
 */
/* A01 to A09 */
.fc-event[title*="A01"],
.fc-event[title*="A02"],
.fc-event[title*="A03"],
.fc-event[title*="A04"],
.fc-event[title*="A05"],
.fc-event[title*="A06"],
.fc-event[title*="A07"],
.fc-event[title*="A08"],
.fc-event[title*="A09"],

/* A10 to A99 */
.fc-event[title*="A1"],
.fc-event[title*="A2"],
.fc-event[title*="A3"],
.fc-event[title*="A4"],
.fc-event[title*="A5"],
.fc-event[title*="A6"],
.fc-event[title*="A7"],
.fc-event[title*="A8"],
.fc-event[title*="A9"],

/* A100 */
.fc-event[title*="A100"] {
    background-color: #FF5C26 !important;
    border-color: #FF5C26 !important;
    color: #fff !important;
}

.fc-event {
    background-color: #1C809D !important;
    border-color: #1C809D !important;
    color: #fff !important;
}
.formation_legend,
.atelier_legend
{
    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}
.formation_legend:before
{
    background-color: #1C809D;
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 2px;
}
.atelier_legend:before
{
    content: "";
    background-color: #FF5C26;
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    top: 2px;
}
.calender_legend
{
    margin-bottom: 80px !important;
    margin: 0 auto;
    text-align: center;
}


.main-header-bar .ddi-header-right
{
    position: absolute;
    right: 24px;
    top: 50px;
    z-index: 100;
	line-height:3;
}
.ast-search-menu-icon .astra-search-icon{
	display:inline-block !important;
	}
.language-switcher {
    margin-top: 15px;
}	
.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;
	padding-left: 0 !important;
}
.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;
	margin-left:1px;
}
.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
{
    right: 9px;
	width:25px;
}
.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,
 .single-annuaire .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,
 .single-annuaire .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,
 .single-annuaire .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,
 .single-annuaire .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,
 .single-annuaire .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,
 .single-annuaire .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,
 .single-annuaire .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,
 .single-annuaire .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,
 .single-annuaire .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.blue h2.elementor-heading-title span
 {
	 background-color: #00008B;
 }
 .page .has-post-thumbnail .post-thumb img
 {
	 display:none;
 }
 .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;
    padding-top: 30px;
	}
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; left:0px;
}
.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;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600 !important;
    display: block;
    padding: 3px 0;
    line-height: 1.3;
    opacity: 0.9;
    transition: opacity 0.3s;
}
.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: 15px;
    margin-top: 10px;
    /*height: 232px;*/
}
.sidebar_menu:before
{
    content:"";
    background-color: rgba(255,255,255,0.3);
    height: 1px;
    position: absolute;
    width: 61%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.contact-sidebar {
    margin: 15px 0;
    padding: 15px 0;
    text-align: center;
    position: relative;
}
.contact-icons-row {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: -45px;
    position: relative;
    z-index: 10;
}
.contact-icon-circle {
    width: 42px;
    height: 42px;
    background: var(--blanc);
    border: 2px solid var(--blanc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vert-ddi);
    transition: all 0.3s;
}
.contact-icon-circle:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}
.newsletter-sidebar {
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-top: 20px;
}
.newsletter-sidebar h3 {
    font-size: 11px;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.fablabsection-title-wrapper
{
    transform: rotate(-5deg);
    margin-bottom: 35px;
    text-align: center;
}
.fablabsection-title-wrapper h2 {
    background-color: #ff5c26;
    color: var(--blanc) !important;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px;
    text-transform: uppercase;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.newsletter-form input {
    padding: 8px;
    border: none;
    border-radius: 0;
    font-size: 12px;
}
.newsletter-form button {
    padding: 8px;
    background: rgba(0, 0, 0, 0.25);
    color: var(--blanc);
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    transition: background 0.3s ease;
}
.sidebar_menu:after
{
    content:"";
    background-color: rgba(255,255,255,0.3);
    height: 1px;
    position: absolute;
    width: 61%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -19px;
}


.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; */
}
.la-cite-descartes.sidebar_menu:before
{
    display: none;
}
/*.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*/

.subpagetitle h2 span
{
    color: #fff;
    position: absolute;
    bottom: 25px;
    z-index: 1;
    left: 30px;
    font-size: 32px;
    font-weight: bold;
    padding-left: 13px;
    padding-right: 13px;
    line-height: 36px;
}
.news-title-wrapper {
    transform: rotate(-5deg);
    margin-bottom: 35px;
    text-align: center;
}
.news-title-wrapper h2 {
    background-color: var(--vert-ddi);
    color: var(--blanc);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px;
    text-transform: uppercase;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.btn-primary,
.btn-secondary
{
    border-radius: 0;
}
.fablab .btn-primary:hover
{
    background-color: #fff;
    color: #ff5c26 !important;
    box-shadow: none;
}
.fablab .btn-secondary:hover
{
    background-color: #ff5c26;
    color: #fff;
    box-shadow: none;
}
.fablab .btn-secondary
{
    background-color: #fff;
    color: #ff5c26;
    border-color: #ff5c26;
}

.incub .btn-primary:hover
{
    background-color: #fff;
    color: #1c8096 !important;
    box-shadow: none;
}
.incub .btn-secondary:hover
{
    background-color: #1c8096;
    color: #fff;
    box-shadow: none;
}
.incub .btn-secondary
{
    background-color: #fff;
    color: #1c8096;
    border-color: #1c8096;
}
.incub .news-title-wrapper h2,
.incub .news-date-badge
{
    background-color:#1c8096;
}
.incub .news-category
{
    color: #1c8096;
}
.incub .subpagetitle h2 span
{
    font-size: 26px;
}
.incub .elementor-widget-accordion .elementor-accordion-item a:hover {
    color: #1c8096;
}
.incub .btn-primary
 {
    background: #1c8096;
    color: var(--blanc) !important;
    border: 2px solid #1c8096;
}

.fablab .elementor-widget-accordion .elementor-accordion-item a:hover {
    color: #ff5c26;
}
.fablab .news-title-wrapper h2,
.fablab .news-date-badge,
.fablab .btn-primary
{
     background-color: #ff5c26;
     border-color: #ff5c26;
}
.chiffres_cles .elementor-counter-title
{
    text-align: center;
}
.contentpart ul li
{
    font-size: 16px;
   margin-bottom: 6px;
}
.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 : 8px 16px;
}
#histoirein .column-item p
{
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #484848;
}
.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;
	    padding-top: 60px;
}
.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: 20px!important;
	overflow-y: scroll;
	background-color: #eee;
	height: 200px;
}
.eae-modal-content .boxcontent::-webkit-scrollbar-thumb:vertical {
	width: 20px!important;
	background-color: #8CCE12;
	outline: 1px solid #8CCE12;
	overflow-y: scroll;
	height: 200px;
}

.eae-modal-content .boxcontent::-webkit-scrollbar {
  width: 20px;
  border:0px !important;
  background: #e5e5e5;
  border:0px !important;
  border-radius: 10px;
}

/* Track */
.eae-modal-content .boxcontent::-webkit-scrollbar-track {
  box-shadow: none !important;
  border-radius: 10px;
  border:0px !important;
  border-color:#8CCE12 !important;
 
}

/* Handle */
.eae-modal-content .boxcontent::-webkit-scrollbar-thumb {
  background: #8CCE12 !important;
  border-color:#8CCE12 !important;
  border-radius: 10px;
  border:0px !important;
   box-shadow: none !important;
}
.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;
	padding-bottom: 10px;
	line-height: 19px;
}
.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;
	width: 300px;
    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;
}
.nosincubes .organization article.elementor-portfolio-item
{
	margin-right: 40px;
    margin-left: 40px;
}
.allincubes.organization .elementor-portfolio.elementor-grid.elementor-posts-container
{
	margin-top: 50px;		
}

li.elementor-portfolio__filter.elementor-active,
li.elementor-portfolio__filter.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;
	    margin-bottom: 10px;
}
#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;
		margin: 0 auto;
	text-align: center;
	grid-column-gap: 50px;
}
.organisation-filter
{
	text-align: center;
}
.mygrid
{
	align-content: center;
}
.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;
}
.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;
}	

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 .sicon img{ width:47px; height:47px; display:inline-block;}
.sicon.shareicon .sharethis-inline-share-buttons{display:inline-block !important; opacity:0!important;transition: opacity 0.3s ease;   }
.sicon.shareicon:hover .sharethis-inline-share-buttons{opacity:1!important;  }

.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:#99db12;
}
.subpagetitle.subpagemaintitle span:first-child,
.subpagetitle.center h2 span
{
	background-color:#90D212;
	padding:8px 16px;
}

 .subpagetitle span:first-child{
	display: inline-block;
    transform: rotate(-10deg);
	font-size: 32px !important;
	 }
.la-cite-descartes ul
{
	width:90%;
	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;
}

.stats-section {
    padding: 80px 0;
    background: var(--blanc);
    text-align: center;
}
.stats-section h2 {
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--noir);
    font-weight: bold;
}
.stats-section .section-intro {
    font-size: 16px;
    color: var(--gris-fonce);
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--vert-ddi);
    margin-bottom: 10px;
    line-height: 1;
}
.stat-label {
    font-size: 14px;
    color: var(--gris-fonce);
    line-height: 1.4;
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-items: center;
}
.stat-item {
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pillars-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;   
    font-weight: bold;
    color: var(--noir);
}
.stats-conclusion {
    font-size: 16px;
    color: var(--gris-fonce);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.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:1.3;
}
.sidebar_menu ul.page-list { 
	width: 90%;
	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;
}

#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: 0;
   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;
	    pointer-events: all !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: 16px;
	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-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: 350px;*/
    overflow-y: scroll;
    margin-top: 30px;
    padding-bottom: 30px;
	margin-bottom: 30px;
	padding-right:20px;
	}	
.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: 650px;
    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: 65%;
    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;
	width:100%;
}
.price span.acfprice{ margin-right: 20px;}
.pricepopupbox span.acfprice{ margin-right: 5px;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;
}

#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;
}

.labelnew {
    position: absolute;
    top: 0;
    right: 0;
}
/*.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 98px; height: 98px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #ff5c26;
  background: linear-gradient(#ff5c26 0%, #ff5c26 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 30px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ff5c26;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff5c26;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ff5c26;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ff5c26;
}*/

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index:1;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 195px;
  padding: 0px 0;
  background-color: #ff5c26;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
 
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon {
  top: -0px;
  right: -0px;
}
.ribbon::before,
.ribbon::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon::before {
  top: 0;
  left: 0;
}
.ribbon::after {
  bottom: 0;
  right: 0;
}
.ribbon span {
  left: 0px;
  top: 40px;
  transform: rotate(45deg);
}
.annuairedescription{
	color: #3a3a3a;
    font-family: Montserrat;
    font-size: 13px !important;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.33px;
    line-height: 15px !important;
    font-weight: 500;
}

#projectdetailload {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    position: fixed;
}
.project-detail-popup {
    background-color: rgba(0, 0, 0, 0.85);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000');
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 15;
}
.project-detail-right {
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    padding: 10px 25px 0;
    border-right: 1px solid #969696;
	padding-bottom:15px;
	padding-right:0;
}
.annuaire_left,
.annuaire_right
{
	display:inline-block;
	width: 55%;
  	vertical-align: top;
}
.annuaire_left,
.annuaire_right
{
	margin-top:15px;
}
.annuaire_address p
{
	margin-bottom:0;
}
.address-block,
.kontact-block
{
	margin-top:20px;
}
.annuaire_desc p
{
	margin-bottom:0;
}
.annuaire_right
{
	margin-left:20px;
	width:37%;
}
.mCSB_container.mCS_y_hidden
{
	padding-right:25px;
}
.mCSB_container.mCS_y_hidden .close
{
	right: 25px;
}
.close {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #90D212;
  padding: 1px 5px 5px 5px;
  cursor: pointer;
  height:30px;
}
.kontact-block,
.address-block
{
	position:relative;
	padding-left:20px;
}
.kontact-block:before,
.address-block:before
{
	content:"";
	background-color:#99db12;
	height:100%;
	width:4px;
	position:absolute;
	left:0;
	top:0;
	
}
.annuaire_title h2
{
	font-size: 24px;
}
.kontact-block h3
{
	font-size:16px;
}
.annuaire-title-desc
{
	padding: 15px;
}
.annuaire-title-desc h3
{
	font-size:16px;
	font-weight:bold;
	color:#3a3a3a;
	margin-bottom:0;
}
.annuaire-title-desc .annuairedescription
{
	margin-top: 15px;
}
.nosincubes article.elementor-portfolio-item.annuaire-main-article
{
	height:300px;
	background-color:rgb(229, 229, 229) !important;
}
.annuaire-bg-img
{
	    background-repeat: no-repeat;
    background-size: contain;
    height: 116px;
    width: 200px;
    background-position: center;
    margin: 0 auto;
}
.annuaire-bg-main
{
	background-color:#fff;;
	padding-top: 20px;
    padding-bottom: 20px;
}
.logo_img_url {
    text-align: right;
}

ul.elementor-portfolio__filters.tagfilters {
   /* display: none;*/
	text-align: center;
}
li.elementor-portfolio__filter.filters {
    display: inline-block;
}
li.elementor-portfolio__filter.filters {
    border: 1px solid #25266e !important;
    color: #25266e !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
}

li.elementor-portfolio__filter.filters.elementor-active{
	background: #25266e !important;
    font-size: 12px;
    padding: 5px 10px !important;
	color:#fff !important;
	}

li.elementor-portfolio__filter.filters.show{
    display: inline-block;
}

tbody.fc-body:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff url('../images/spinning-dots.svg');
	background-size:25%;
	background-repeat:no-repeat;
	background-position:center;
    z-index: 11;
	
}
tbody.fc-body.removeloading:before {
    content: "";
    display:none;
	
}
.btn_adherer .elementor-widget-container {
    z-index: 111111;
    position: relative;
}
.categoryicon {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.categoryicon .elementor-portfolio__filter {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
.elementor-portfolio__filter.wufilter.all{
	width: auto;
	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;
    margin-bottom: 10px;
}
.contact .row.grid2 {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 15px;
}

.contact input {
  margin-top: 0.5rem;
}

.contact input::placeholder,.contact textarea::placeholder {
  font-weight: normal;
  opacity: 1;
  color: #000;
}

.bookcontactlabel {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
input.wpcf7-form-control.wpcf7-submit {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: #8CCE12 !important;
    border-radius: 90px !important;
    height: 42px;
    line-height: 23px;
    padding: 10px 20px !important;
    pointer-events: all !important;
}
textarea{ resize:none;}
.elementor-portfolio__filter.wufilter.all.elementor-active {
    background: #99db12;
    color: #fff;
}
.categoryicon .elementor-portfolio__filter img {
    width: 150px;
}
.categoryicon img.themimage_hover {
    display: none;
}
.categoryicon .elementor-portfolio__filter:hover img.themimage {
    display: none;
}
.categoryicon .elementor-portfolio__filter:hover img.themimage_hover{
    display: inline-block;
	}
.elementor-portfolio__filter.elementor-active > img.themimage {
    display: none;
	}
.elementor-portfolio__filter.elementor-active > img.themimage_hover{
    display: inline-block;
	}
.elementor-portfolio__filter.catid463:hover,.elementor-portfolio__filter.catid463.elementor-active,
.elementor-portfolio__filter.catid467:hover,.elementor-portfolio__filter.catid467.elementor-active{
	background: #ea6031;
	border-radius: 100%;
}
.elementor-portfolio__filter.catid469:hover,.elementor-portfolio__filter.catid469.elementor-active,
.elementor-portfolio__filter.catid471:hover,.elementor-portfolio__filter.catid471.elementor-active{
	background: #1c84a6;
	border-radius: 100%;
}
.elementor-portfolio__filter.catid475:hover,.elementor-portfolio__filter.catid475.elementor-active,
.elementor-portfolio__filter.catid473:hover,.elementor-portfolio__filter.catid473.elementor-active{
	background: #9ac224;
	border-radius: 100%;
}
.gridcolumn2popbox {
    display: block;
    width: 100%;
	z-index: 1;
    position: relative;
}
.gridcolumn2popbox .col12 {
    width: 100%;
	margin-bottom: 20px;    
}
.gridcolumn2popbox .col3 {
    display: inline-block;
    width: 40%;
	vertical-align:top;   
}
.gridcolumn2popbox .col9 {
    display: inline-block;
    width: 59%;  
	vertical-align:top;    
}

.gridcolumn2popbox span.acfprice {
    font-weight: bold;
    font-size: 13px;
	width: 32%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
span.ast-icon.icon-search.icon-search {
    display: none;
}
#ppom-price-container,.ppom-input-assistance .form-control-label {
  display: none !important;
}
p#check_assistance_field {
    display: none;
}
.woocommerce-error {
  border-top-color: #ff5c26;
  padding-left: 65px;
}
.woocommerce-error::before {
  top: 25px;
  left: 10px;
  font-size: 40px;
  color: #ff5c26;
}
.woocommerce-error .btnreserve {
  color: #ff5c26;
}
a.btnreserve.connect {
    margin-left: 10px;
    position: relative;
}
a.btnreserve.connect:before {
    content: "|";
    position: absolute;
    left: -9px;
    top: -3px;
}
.eae-popup-content .form-row.ppom-rendering-fields.align-items-center.ppom-section-collapse{
	display: none;
}

.yith-quick-view-close {
    background: url(../images/close-button.svg) no-repeat center!important;
    cursor: pointer;
    box-shadow: none;
    display: block;
    width: 40px!important;
    height: 40px!important;
    text-indent: -99999px;
    -webkit-filter: none!important;
    filter: none!important;
    opacity: 1 !important;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;
    background-size: 100%!important;
	position: absolute;
	right: -15px;
	top: 5px;
}

.product-price {
  position: relative;
}
.assistanceprice {
  position: absolute;
  bottom: 10px;
}
.mc-email::placeholder {
  color: #000;
  opacity: 1;
}
.mc-ajax-form .formfields{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mc-message {
    text-align: center;
    color: #fff;
}
.newsletter-form button:hover {
    background: rgba(0, 0, 0, 0.4);
}

.elementor-element h2.widgettitle,.eckb-article-widget-sidebar-body__widget h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
button.show-password-input {
    position: relative;
   background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M12 5C5 5 1 12 1 12s4 7 11 7 11-7 11-7-4-7-11-7zm0 11a4 4 0 1 1 0-8 4 4 0 0 1 0 8z'/%3E%3C/svg%3E") center no-repeat ;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
}

button.show-password-input.display-password{
	 position: relative;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M2 3.27L3.28 2 21 19.72 19.73 21l-3.09-3.09C15.32 18.6 13.69 19 12 19 5 19 1 12 1 12c1.25-2.19 3.02-4.2 5.17-5.64L2 3.27zM12 7a5 5 0 0 1 5 5c0 .61-.11 1.19-.3 1.74L14.26 11.3A2.5 2.5 0 0 0 12 9.5L9.56 7.06C10.11 6.89 10.74 7 12 7z'/%3E%3C/svg%3E");
 ;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
	}
.newsgridimage{
	width:100%;
	height:236px;
	background-size:100% !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	}	
.single-actualite .featured-img:before{
	background-size:100% !important;
	}	
.promo-card {
    position: relative;
    top: 50px !important;
}
.ribbon-promo{ top:40px !important;}	

/*custom tooltip*/

/* Wrapper */
.price-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Info icon */
.info-icon {
      width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fd5f2d;
    color: #fd5f2d;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    line-height: 16px;
}

/* Tooltip bubble */
.infotooltip {
  position: absolute;
  bottom: -18px;
  left: 40px;
  width: 300px;
  background: #fff;
  padding: 15px;
  font-weight:normal;
  border: 3px solid #fd5f2d;
  border-radius: 15px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);

  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 20;
}

/* Show on hover */
.info-icon:hover + .infotooltip {
  opacity: 1;
  visibility: visible;
}

/* Bottom-left bubble arrow */
.infotooltip::before {
    content: "";
    position: absolute;
    bottom: 21px;
    left: -15px;
    width: 25px;
    height: 36px;
    background: #fff;
    border-left: 3px solid #fd5f2d;
    border-bottom: 3px solid #fd5f2d;
    transform: rotate(33deg);
    border-bottom-left-radius: 4px;
}
.bookmachineprice{ font-weight:bold;}

/**
 * News & Events Grid Shortcode Styles
 * Extracted from styles.css (Cité Descartes Refonte)
 * 
 * Classes: .news-section, .news-title-wrapper, .news-grid, .news-item,
 * .news-image, .news-date-badge, .news-content, .news-category,
 * .news-title, .news-excerpt, .btn-container, .btn-primary, .btn-secondary
 */

/* ============================================
   CSS Variables
   ============================================ */
:root {
  --vert-ddi: #99db12;
  --vert-ddi-dark: #7bc00a;
  --bleu-incubateur: #1c809d;
  --orange-fablab: #ff5c26;
  --gris-fonce: #484848;
  --gris-clair: #e8e8e8;
  --gris-tres-clair: #f5f5f5;
  --blanc: #ffffff;
  --noir: #000000;
}

/* ============================================
   News Section Wrapper
   ============================================ */
.news-section {
  padding: 35px 50px;
  background: var(--blanc);
}

/* ============================================
   Title Wrapper (Rotated Label Style)
   ============================================ */
.news-title-wrapper {
  transform: rotate(-5deg);
  margin-bottom: 35px;
  text-align: center;
}

.news-title-wrapper h2 {
  background-color: var(--vert-ddi);
  color: var(--blanc);
  font-size: 20px;
  font-weight: 700;
  padding: 6px 14px;
  text-transform: uppercase;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/* ============================================
   Grid Layout
   ============================================ */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ============================================
   News Item Cards
   ============================================ */
.news-item {
  background: var(--blanc);
  border: 2px solid var(--gris-clair);
  overflow: visible;
  transition: transform 0.3s;
  position: relative;
  z-index: 1;
}

.news-item:hover {
  transform: translateY(-3px);
}

/* ============================================
   Image Container
   ============================================ */
.news-image {
  position: relative;
  aspect-ratio: 400 / 250;
  overflow: visible;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   Date Badge (Bottom-Left Position)
   ============================================ */
.news-date-badge {
  position: absolute;
  bottom: -10px;
  left: 20px;
  background-color: var(--vert-ddi);
  color: var(--blanc);
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  z-index: 100;
  text-transform: uppercase;
}

/* ============================================
   Content Area
   ============================================ */
.news-content {
  padding: 25px 20px 20px;
  background: var(--blanc);
}

.news-category {
  color: var(--vert-ddi);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.news-title,.news-title a {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--noir);
  line-height: 1.3;
}

.news-excerpt {
  font-size: 14px;
  color: var(--gris-fonce);
  line-height: 1.4;
}

/* ============================================
   Button Container
   ============================================ */
.btn-container {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* ============================================
   Button Base Styles
   ============================================ */
.btn-primary,
.btn-secondary {
  min-width: 250px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
  box-sizing: border-box;
  line-height: 1.2;
}

/* ============================================
   Primary Button
   ============================================ */
.btn-primary {
  background: var(--vert-ddi);
  color: var(--blanc) !important;
  border: 2px solid var(--vert-ddi);
}

.btn-primary:hover {
  background: var(--blanc);
  color: var(--vert-ddi) !important;
}

/* ============================================
   Secondary Button
   ============================================ */
.btn-secondary {
  background: transparent;
  color: var(--vert-ddi);
  border: 2px solid var(--vert-ddi);
}

.btn-secondary:hover {
  background: var(--vert-ddi);
  color: var(--blanc);
}

/* ============================================
   Responsive Design
   ============================================ */
@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  
  .btn-container {
    flex-direction: column;
    align-items: center;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 300px;
  }
}
.elementor-widget-accordion .elementor-accordion-item
{
    position: relative;
}
.elementor-widget-accordion .elementor-accordion-item a
{
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.elementor-widget-accordion .elementor-accordion-item a:hover
{
    color: #99db12;
}
.cta-large a {
    display: inline-block;
    background: var(--vert-ddi) !important;
    color: var(--blanc) !important;
    padding: 18px 35px !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
    transition: all 0.3s;
    border-radius: 0;
}
.fablab .cta-large a
{
    background: #ff5c26 !important;
}
.fablab .cta-large a:hover
{
    background: #e54d1a !important;
}
.incub .cta-large a
{
    background: #1c8096 !important;
}
.incub .cta-large a:hover
{
    background: #166a82 !important;
}

.conclusion-section p
{
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
}
.sticky-menu {
    position: sticky;
    top: 130px;
    background: transparent;
    padding: 10px 0;
    border-radius: 0;
    text-align: left;
}
.sticky-menu h3 {
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 8px;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
}
.fablab .contact-icon-circle {
    background: white;
    color: #ff5c26;
    transition: all 0.3s ease;
}
.fablab .contact-icon-circle {
    width: 42px;
    height: 42px;
    background: var(--blanc);
    border: 2px solid var(--blanc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff5c26;
    transition: all 0.3s;
}
.fablab .contact-icon-circle:hover {
    background: #ff5c26;
    color: white;
}


.incub .contact-icon-circle {
    background: white;
    color: #1c8096;
    transition: all 0.3s ease;
}
.incub .contact-icon-circle {
    width: 42px;
    height: 42px;
    background: var(--blanc);
    border: 2px solid var(--blanc);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c8096;
    transition: all 0.3s;
}
.incub .contact-icon-circle:hover {
    background: #1c8096;
    color: white;
}

.fablabbtn-container {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.fablabbtn-container a {
    min-width: 250px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s;
    box-sizing: border-box;
    line-height: 1.2;
    background: #ff5c26 !important;
    color: var(--blanc) !important;
    border: 2px solid #ff5c26 !important;
}
.incubbtn-container a
{
    min-width: 250px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s;
    box-sizing: border-box;
    line-height: 1.2;
    background: #1c8096 !important;
    color: var(--blanc) !important;
    border: 2px solid #1c8096 !important;
}
.incubbtn-container a:hover
{
     color: #1c8096 !important;
    background: #ffffff !important;
    border-color: #1c8096 !important;
}
.fablabbtn-container a:hover
{
    color: #ff5c26 !important;
    background: #ffffff !important;
    border-color: #ff5c26 !important;
}
.sticky-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sticky-menu li {
    margin-bottom: 4px;
}
.sticky-menu a {
    color: var(--blanc);
    text-decoration: none;
    font-size: 13px;
    opacity: 0.95;
    display: block;
    padding: 3px 0 3px 6px;
    line-height: 1.3;
    border-left: 2px solid transparent;
    transition: all 0.3s;
    font-weight: 500;
}
.sticky-menu a:hover {
    border-left-color: var(--blanc);
    padding-left: 10px;
}
.cta-large a:hover {
    background: var(--vert-ddi-dark) !important;
    transform: translateY(-2px);
}
.elementor-widget-accordion .elementor-accordion-item:after
{
    content: "";
    border-bottom: 1px solid var(--gris-clair);
    transition: background-color 0.3s;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #ccc;
    width: 93%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.elementor-widget-accordion .elementor-accordion-item p
{
    margin:0 !important;
    padding-bottom: 20px;
}

.shareicon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Hidden by default */
.custom-share-buttons {
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show on hover */
.shareicon:hover .custom-share-buttons {
    opacity: 1;
    visibility: visible;
}

.share-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.share-btn:hover {
    transform: scale(1.1);
	color: #fff;
}

.facebook {
    background: var(--vert-ddi);
}

.twitter {
    background: var(--vert-ddi);
}

.linkedin {
    background: var(--vert-ddi);
}
.contact-section{ padding-bottom:20px !important;}