/* 
Theme Name:		 Web Romandie
Theme URI:		 http://web-romandie.ch
Description:	 web romandie theme
Author:			 Web romandie
Author URI:		 http://web-romandie.ch
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 wp-bootstrap-starter-child
*/
/*--------------------------------------------------------------
0.0 IMPORT
--------------------------------------------------------------*/
/*@import url("assets/css/ifage.css"); /* added by MS */
/*--------------------------------------------------------------
0.1 GENERAL
--------------------------------------------------------------*/ :root {
  --ifa-violet: #a10d74; /*#a22183*/
  --ifa-grey: #adafb2;
  --ifa-grey-light: #f7f7f7; /*f8f7f7*/
  --ifa-lan: #96bc33;
  --ifa-lan-light: #c3d885;
  --ifa-man: #1687a0;
  --ifa-man-light: #98b9c7;
  --ifa-tic: #e95e26;
  --ifa-tic-light: #f8ac86;
  --ifa-ind: #9f5d25;
  --ifa-ind-light: #c09879;
  --ifa-for: var(--ifa-violet);
  --ifa-for-light: var(--ifa-grey);
}
.ifa-bg-light {
  background-color: var(--ifa-grey-light);
}
::after {
  box-sizing: content-box;
}
body, html {
  overflow-x: hidden;
  font-size: 15px;
}
body, html, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu h1, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu h2, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu h3, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu h4, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu h5, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu h6 {
  font-family: Arial, Helvetica, sans-serif !important;
}
h1 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
h1:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 80px;
  bottom: -10px;
  left: 0;
}
h1:after {
  content: url(assets/img/exclamation_violet.svg);
  position: absolute;
  left: -49px;
  top: -5px;
  width: 50px;
  height: 50px;
}
h2 {
  color: #a41984;
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
h2:after {
  background: var(--ifa-violet);
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: var(--ifa-violet);
}
a:focus {
  outline: 0;
}
.toggler {
  cursor: pointer;
}
/*
#content .woocommerce-breadcrumb a, #breadcrumbs a, #content .classifcation a, #content .price a, #content .contact_content a, #content .nav a, #content h2 a, #content h1 a, #content h3 a, #content h4 a, #content h5 a, #content a h1, #content a h2, #content a h3, #content a h4, #content a h5, #content a.btn, #content .zonedenews a, #content .subcat a {
  text-decoration: none;
}
*/
#content {
  margin-top: -180px;
}
#content .price a {
  font-size: 1.2em;
  margin: 10px 0px;
}
#content .layout_block h3 {
  margin: 0px !important;
}
#content .layout_block h3 a {
  font-size: 0.8em !important;
}
#content .card h5 {
  margin-top: 0px !important;
}
#content .card-body {
  padding: 20px 20px 40px 20px !important;
}
/*
.page-template-default #content, .post-template-default #content, .blog #content, .error404 #content, .tax-batiments #content, .archive #content, .single-product #content {
  margin-top: -180px;
}
*/
.error404 #content {
  margin-bottom: 50px;
}
/*
.page-template-default #content .bg_grey_generale h2, .not-home h2 {
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  color: #a41984;
  font-weight: 500;
}
*/
.page-template-default #content .bg_grey_generale h3, .not-home h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.page-template-default #content .bg_grey_generale h4, .not-home h4 {
  font-size: 1.1rem;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.page-template-default #content .bg_grey_generale h5, .not-home h5 {
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 00px;
  position: relative;
  font-weight: bold;
}
.date_auteur {
  font-size: 0.8em;
  color: #5C5C5C;
  margin-bottom: 20px;
  display: table;
}
/*
.page-template-default #content .bg_grey_generale h2:after, .not-home h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #a41984;
  width: 50px;
  height: 2px;
}
*/
.center {
  text-align: center;
}
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-xs-5ths, .col-md-5ths, .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
@media (max-width: 1200px) {
  .vce-row--col-gap-30#el-42ea1507 > .vce-row-content > .vce-col--md-66-66p {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  #el-8853e40e [data-vce-do-apply*="all"][data-vce-do-apply*="el-8853e40e"], #el-8853e40e [data-vce-do-apply*="padding"][data-vce-do-apply*="el-8853e40e"], #el-8853e40e[data-vce-do-apply*="all"][data-vce-do-apply*="el-8853e40e"], #el-8853e40e[data-vce-do-apply*="padding"][data-vce-do-apply*="el-8853e40e"] {
    padding-top: 33px !important;
  }
  .filtre {
    width: 100%;
  }
}
@media (max-width: 992px) and (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .home article {
    margin-bottom: 20px;
  }
  .home #content {
    margin-top: 0;
  }
  .col {
    width: 100% !important;
    flex-basis: 100%;
  }
  .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    width: 100%;
    float: none;
  }
}
@media (max-width: 992px) {
  .col-md-5ths {
    width: 100%;
    float: none;
  }
}
@media (min-width: 993px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*--------------------------------------------------------------
0.2 HEADER
--------------------------------------------------------------*/
header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
}
/*.home header {
		background-position:  right center !important; 
		background-repeat: no-repeat !important;
		background-size: contain !important;
		min-height: 700px;
		margin-bottom:100px;
	}*/

.home header h1:before{
  display: none;
}
.home header h1:after{
  display: none;
}
.home header h2:before{
  display: none;
}
.home header h2:after{
  display: none;
}
#page-sub-header {
  background: none !important;
  text-align: right;
}
#page-sub-header .col-md-6 {
  justify-content: center;
  align-self: center;
  margin-top: -30px;
}
#page-sub-header .col-md-6 h2 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
#page-sub-header .col-md-6 h2:after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  background: #fff;
  width: 100px;
  height: 2px;
}
#page-sub-header .col-md-6 h2 span.bigspan {
  font-size: 35px;
}
#page-sub-header .col-md-6 h2 span.smallspan {
  font-size: 15px;
}
#page-sub-header .contentbanner {
  margin-top: 50px;
  position: absolute;
  right: -110px;
  bottom: -200px;
}
/*IE11*/
_:-ms-fullscreen, :root #page-sub-header .contentbanner {
  position: relative;
  bottom: 0px;
  margin-top: 20px;
}
#page-sub-header .row {
  min-height: 600px;
  margin-right: 50px;
}
.aws-container .aws-search-form {}
@media (min-width: 768px) {
  .aws-container {
    width: 50%;
    margin: auto;
  }
}
.aws-container .aws-search-form input::placeholder {
  font-size: 1rem;
  text-align: center;
}
.aws-container .aws-search-form .aws-form-btn {
  background: transparent;
  border: 0;
}
.aws-container .aws-search-form .aws-form-btn:hover {
  background: transparent;
}
.search_inside .aws-container .aws-search-form .aws-form-btn {
  background: #a22183;
  border-width: 1px !important;
  border-left: 0;
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  -moz-box-shadow: 0 0 3px #ccc !important;
  -webkit-box-shadow: 0 0 3px #ccc !important;
  box-shadow: 0 0 3px #ccc !important;
}
.search_inside .aws-container .aws-search-form .aws-form-btn:hover {
  background: #d09fc5;
}
.aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}
.aws-container .aws-search-form .aws-search-field {
  border-width: 1px !important;
  border-right: 0;
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
#wp-megamenu-primary {
  z-index: 99 !important;
}
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (max-width: 1000px) {
  .not-home header#masthead {
    height: 350px !important;
  }
}
@media (max-width: 768px) {
  .home #wp-megamenu-primary {
    margin-top: 85px !important;
  }
  #menu-main-menu {
    display: none
  }
  #page-sub-header .contentbanner {
    position: relative;
    bottom: -100px;
  }
  #page-sub-header .row {
    min-height: 100%;
  }
  #page-sub-header .contentbanner .col-sm-4 {
    display: none;
  }
  #page-sub-header .col-md-6 h2 {
    font-size: 19px;
  }
  #page-sub-header .col-md-6 h2 span.bigspan {
    font-size: 26px;
  }
  #page-sub-header .col-md-6 {
    padding-right: 0;
  }
}
/*  LOGO
	--------------------------------------------------------------*/
.navbar-brand {
  float: left;
  margin-top: 80px;
  z-index: 999;
  position: relative;
  width: 200px;
}
.navbar-expand .navbar-brand img {
  width: 200px;
}
/*  BANNER
	--------------------------------------------------------------*/
.banner_content {
  position: absolute;
  top: 50%;
  left: 20%;
}
.banner_content h2 {
  font-weight: 600;
  font-size: 40px;
  text-align: right;
  text-transform: uppercase;
}
.banner_content span.violetbanner {
  color: #a10d74;
  font-size: 50px;
}
.banner_content span.smalltextbanner {
  font-size: 30px;
}
/*  MENU
	--------------------------------------------------------------*/
li#wp-megamenu-item-62329 .product-categories li {
  float: left;
  min-width: 150px;
  padding: 0px 10px;
  overflow: hidden;
  width: 216px;
}
.wp-megamenu-sub-menu {
  background-color: #fff;
}
.wp-megamenu > li > ul.wp-megamenu-sub-menu li > a {
  word-wrap: initial;
  word-break: initial;
}
li#wp-megamenu-item-62329 .cat-item-4312 > a {
  line-height: 1 !important;
}
.wc_ps_container.wc_ps_sidebar_container .wc_ps_search_keyword {
  border-bottom: 1px solid #fff !important;
}
#menu-main-menu .aws-container .aws-search-field, #menu-main-menu .aws-container .aws-search-field:focus, #menu-main-menu-en .aws-container .aws-search-field, #menu-main-menu-en .aws-container .aws-search-field:focus {
  background: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: #fff;
}
#menu-main-menu .aws-container .aws-search-form, #menu-main-menu-en .aws-container .aws-search-form {
  height: 35px;
}
#menu-main-menu .aws-container .aws-search-form .aws-search-btn_icon, #menu-main-menu-en .aws-container .aws-search-form .aws-search-btn_icon {
  width: 35px;
}
/*non classé et non publié*/
li#wp-megamenu-item-62329 .cat-item-15, li#wp-megamenu-item-62329 .cat-item-5863 {
  display: none;
}
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
  font-size: 13px;
}
li#wp-megamenu-item-62329 .cat-item.cat-parent > a, li#wp-megamenu-item-62329 .cat-item-1383 > a, li#wp-megamenu-item-62329 .cat-item-15 > a, li#wp-megamenu-item-62329 .cat-item-4312 > a {
  font-weight: bold !important;
  position: relative;
}
li#wp-megamenu-item-62329 .cat-item.cat-parent > a, li#wp-megamenu-item-62329 .cat-item-1383 > a, li#wp-megamenu-item-62329 .cat-item-15 > a, li#wp-megamenu-item-62329 .cat-item-4312 > a {
  font-weight: bold !important;
  position: relative;
  padding-bottom: 20px;
}
li#wp-megamenu-item-62329 li.cat-item.cat-parent > a, li#wp-megamenu-item-62329 li.cat-item-1383 > a, li#wp-megamenu-item-62329 li.cat-item-15 > a, li#wp-megamenu-item-62329 li.cat-item-4312 > a {
  font-weight: bold;
  position: relative;
  min-height: 44px;
  margin-bottom: 20px;
}
li#wp-megamenu-item-62329 li.cat-item.cat-parent > a:before, li#wp-megamenu-item-62329 li.cat-item-1383 > a:before, li#wp-megamenu-item-62329 li.cat-item-15 > a:before, li#wp-megamenu-item-62329 li.cat-item-4312 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  background: #000;
  height: 1px;
  margin-top: 20px;
}
.nav-link {
  padding: .2rem 5px;
}
#topmenu {
  width: 100%;
}
#topmenu li a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}
#main-nav, #menu-main-menu, #menu-main-menu-en, .archive #wp-megamenu-primary {
  margin-top: 126px;
}
.home .sub_title {
  background: #a10d74;
  color: #fff;
  position: relative;
  padding: 5px 10px 5px 15px;
}
.home .sub_title .vce, .home .sub_title .vce p {
  margin-bottom: 0;
}
li.wpml-ls-current-language .dropdown-item a {
  color: #000;
}
#wp-megamenu-primary {
  margin-top: -31px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
  padding: 15px 6px;
}
#main-nav li {
  display: inline-block;
  list-style: none;
}
#main-nav li a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a {
  color: #fff;
  text-transform: inherit;
}
#main-nav li a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li.current-menu-ancestor > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li.active > a, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.current-menu-ancestor > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.active > a, li.current-menu-item a, #menu-top-menu li a:hover, #menu-top-menu-en li a:hover, .aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon {
  color: #a22183 !important;
  text-decoration: none;
}
.home .query-next4articles .query-field-post_excerpt {
  color: #000;
  padding: 0;
}
/*.home #main-nav li,
	.home .wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
		display: block !important;
	}*/
/*.home #wp-megamenu-primary {
		padding:0;
	}

	.home #main-nav li a,
	.home .wp-megamenu-wrap .wpmm-nav-wrap > ul > li a {
		color:#000 !important;
		text-transform: uppercase;
	}*/
.dropdown-menu {
  border-radius: 0;
  background: #fff;
  border: none;
  width: 11rem;
  word-wrap: break-word;
}
.dropdown-menu li {}
.dropdown-menu a {
  color: #adafb2;
  font-size: 13px;
  text-transform: initial !important;
  white-space: initial;
}
.dropdown-menu a:hover {
  color: #a22183;
  background: none;
}
.navbar-light .navbar-toggler {
  border: none;
  position: absolute;
  right: 0;
}
.product-template-default .navbar-expand-xl, .page-template-default .navbar-expand-xl, .blog .navbar-expand-xl, .post-template-default .navbar-expand-xl {
  text-align: right;
}
.nav_inside {
  padding-top: 10px;
}
#topmenu li a {
  color: #fff;
}
#topmenu .dropdown-menu a {
  color: #000;
}
#menu-top-menu, #menu-top-menu-en {
  width: 100%;
  text-align: right;
  display: inline-block;
}
#menu-top-menu li, #menu-top-menu li a, #menu-top-menu-en li, #menu-top-menu-en li a {
  display: inline-block;
}
#menu-top-menu li.current-menu-item a, #menu-top-menu-en li.current-menu-item a {
  font-weight: bold;
}
.product-template-default #main-nav, .page-template-default #main-nav, .blog #main-nav, .post-template-default #main-nav {
  margin-top: 48px;
}
.product-template-default .navbar-brand, .page-template-default .navbar-brand, .blog .navbar-brand, .post-template-default .navbar-brand {
  margin-top: 46px;
}
.single_variation_wrap .woocommerce-variation {
  display: none !important;
}
#content .single_variation_wrap .percent {
  right: 15px;
  top: -3px;
}
#content .single_variation_wrap .percent a {
  margin-left: 2px;
  line-height: 12px;
}
.single_variation_wrap .regular_price {
  display: table;
  font-size: 0.8em;
  text-decoration: line-through;
}
.single_variation_wrap .special_price {
  display: table;
}
.blog .current_page_item a, .post-template-default .current_page_parent a {
  color: #a22183 !important;
}
#wp-megamenu-primary {
  background: transparent !important;
}
.wpmm_brand_logo_wrap {
  display: none;
}
.wp-megamenu-sub-menu .wpmm-item-title {
  display: none;
}
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
  line-height: inherit;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
  float: none !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link a {
  color: #fff !important;
}
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link {
    float: none !important;
  }
}
@media (max-width: 1000px) {
  .wpmm_mobile_menu_btn, .wpmm_mobile_menu_btn:hover {
    background-color: transparent;
  }
}
/*--------------------------------------------------------------
0.3 PAGES
--------------------------------------------------------------*/
/*  HOME
	--------------------------------------------------------------*/

/**
 * Secteurs blocks on homepage - 6 blocks responsive layout
 */
.ifage-secteur-blocks {
  display: grid;
  gap: 16px;
  margin: 24px 0;
  justify-content: center;
  /* Mobile: 2 columns, 3 rows */
  grid-template-columns: repeat(2, 1fr);
  max-width: 100%;
  padding: 0 12px;
}

.ifage-secteur-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px 20px 20px;
  border-radius: 14px;
  text-decoration: none;
  min-height: 120px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  box-sizing: border-box;
}

/* Tablet: 3 columns, 2 rows */
@media (min-width: 481px) and (max-width: 768px) {
  .ifage-secteur-blocks {
    grid-template-columns: repeat(3, 1fr);
    max-width: 800px;
    margin: 24px auto;
    gap: 20px;
  }
  
  .ifage-secteur-block {
    min-height: 140px;
  }
}

/* Desktop: Complex layout for centering last 2 blocks */
@media (min-width: 769px) {
  .ifage-secteur-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 24px auto;
    padding: 0;
  }
  
  .ifage-secteur-block {
    width: 280px;
    flex-shrink: 0;
    min-height: 140px;
    padding: 28px 24px 24px;
  }
  
  /* Target the last 2 blocks to center them */
  .ifage-secteur-block:nth-child(5),
  .ifage-secteur-block:nth-child(6) {
    margin: 0 10px; /* Add some spacing between the centered blocks */
  }
  
  /* Alternative: Use CSS subgrid approach */
  /* If you want perfect centering, wrap the container: */
  .ifage-secteur-blocks::after {
    content: '';
    flex-basis: 100%;
    height: 0;
  }
  
  /* Force last row to center by making it a flex container */
  .ifage-secteur-blocks {
    align-content: flex-start;
  }
}

/* Large desktop: 3 columns, 2 rows */
@media (min-width: 1200px) {
  .ifage-secteur-blocks {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    max-width: 900px;
    gap: 24px;
  }
  
  .ifage-secteur-block {
    width: auto;
    min-height: 160px;
  }

  .row-secteurs-et-demarches .ifage-secteur-blocks{
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    max-width: 900px;
    gap: 24px;
}
  .row-secteurs-et-demarches .ifage-secteur-block {
    width: auto;
    min-height:120px;
  }

}

/* Mobile portrait: 2 columns, 3 rows */
@media (max-width: 480px) and (orientation: portrait) {
  .ifage-secteur-blocks {
    gap: 12px;
    padding: 0 8px;
  }
  
  .ifage-secteur-block {
    padding: 16px 12px 12px;
    min-height: 100px;
  }
}

/* Hover effects */
.ifage-secteur-block:hover,
.ifage-secteur-block:focus {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  text-decoration: none;
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* Label styles */
.ifage-secteur-block__label {
  margin: 0;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-wrap: break-word;
  hyphens: auto;
  /* Animation properties */
  opacity: 0;
  transform: translateX(-30px);
  animation: slideInLabel 0.6s ease-out forwards;
}


.row-secteurs-et-demarches h3.ifage-secteur-block__label{
  font-weight:normal;
  margin:0;
  hyphens: none;
   word-break: normal;
  overflow-wrap: normal
}

/* Keyframe animation for sliding in */
@keyframes slideInLabel {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Mobile text adjustments */
@media (max-width: 480px) {
  .ifage-secteur-block__label {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
  }
}

/* Tablet text adjustments */
@media (min-width: 481px) and (max-width: 768px) {
  .ifage-secteur-block__label {
    font-size: 1rem;
  }
}

/* Logo styles */
.ifage-secteur-block__logo {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  height: 50%;
  width: 6rem;
  object-fit: contain;
}

/* Mobile logo adjustments */
@media (max-width: 480px) {
  .ifage-secteur-block__logo {
    width: 3.5rem;
    height: 40%;
    left: -0.8rem;
  }
}

/* Tablet logo adjustments */
@media (min-width: 481px) and (max-width: 768px) {
  .ifage-secteur-block__logo {
    width: 5rem;
    height: 45%;
    left: -1.2rem;
  }
}





.home #content {
  margin-top: 60px;
}
figure.border_brun:before {
  content: "";
  height: 20px;
  width: 100%;
  background: #a05d26;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
figure.border_brun:after {
  content: "\f275";
  background: url(assets/img/bg-braun.svg);
}
figure.border_orange:before {
  content: "";
  height: 20px;
  width: 100%;
  background: #e95e26;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
figure.border_orange:after {
  content: "\f26c";
  background: url(assets/img/bg-orange.svg);
}
.border_violet {
  border-top: 20px solid #a10d74;
  position: relative;
}
figure.border_violet:before {
  content: "";
  height: 20px;
  width: 100%;
  background: #a10d74;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
figure.border_violet:after {
  content: "\f19d";
  background: url(assets/img/bg-violet.svg);
}
figure.border_vert:before {
  content: "";
  height: 20px;
  width: 100%;
  background: #95c11f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
figure.border_vert:after {
  content: "\f1ab";
  background: url(assets/img/bg-vert.svg);
}
figure.border_bleu:before {
  content: "";
  height: 20px;
  width: 100%;
  background: #1687a0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
figure.border_bleu:after {
  content: "\f0ae";
  background: url(assets/img/bg-bleu.svg);
}
figure.border_gris:before {
  content: "";
  height: 20px;
  width: 100%;
  background: #282d31;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
figure.border_gris:after {
  content: "\f64f";
  background: url(assets/img/bg-gris.svg);
}
figure.langue-icon {
  position: relative;
}
figure.border_brun:after, figure.border_orange:after, figure.border_violet:after, figure.border_vert:after, figure.border_bleu:after, figure.border_gris:after {
  font-family: 'Font Awesome\ 5 Free';
  position: absolute;
  top: 5px;
  right: 10px;
  width: 100px;
  height: 100px;
  z-index: 9;
  background-repeat: no-repeat;
  background-size: 100px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
}
/*IE11*/
_:-ms-fullscreen, :root figure.border_brun:after, _:-ms-fullscreen, :root figure.border_orange:after, _:-ms-fullscreen, :root figure.border_violet:after, _:-ms-fullscreen, :root figure.border_vert:after, _:-ms-fullscreen, :root figure.border_bleu:after, _:-ms-fullscreen, :root figure.border_gris:after {
  top: -35px;
  padding-top: 40px;
}
.icon-svg svg {
  width: 20px;
  margin-right: 15px;
}
figure.langue-icon::after {
  content: "\f19d";
}
figure.management-icon::after {
  content: "\f0ae";
}
figure.team-icon::after {
  content: "\f0c0";
}
figure.industrie-icon::after {
  content: "\f275";
}
figure.technologie-icon::after {
  content: "\f26c";
}
figure.smart-academy-icon::after {
  content: "\f085";
}
figure.vce-tall-hoverbox--custom-size .vce-tall-hoverbox-inner {
  margin-top: 10px;
}
/*  PARTIE NEWS
	--------------------------------------------------------------*/
#sectionarticle .vce-element--has-background.vce-row--col-gap-0.vce-row-content--top {
  left: -71px !important;
  border-top: 20px solid #a10d74;
  position: relative;
}
#sectionarticle .vce-element--has-background.vce-row--col-gap-0.vce-row-content--top:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  background: #fff;
  top: -20px;
  left: 0px;
  border-left: 25px solid #adafb2;
}
.vce-row.vce-element--has-background {
  padding-top: 0 !important;
}
#sectionarticle .vce-row-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.first-article {
  position: relative;
  background: #f8f8f8;
  padding: 50px 100px 50px 100px;
  border-top: 20px solid #a30075;
}
.first-article .vce-text-block:nth-child(2) {
  padding: 40px 0 0 0;
}
.news_home {
  position: relative;
}
.news_home:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 40px;
  left: -10px;
  top: 0;
  /* border-right: 20px solid #fff; */
  box-shadow: -16px 0px 0px 0px #f8f8f8;
}
.extra_article {
  left: 45px !important;
}
.onearticle img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}
.onearticle iframe {
  width: 100% !important;
  height: 250px !important;
}
.onearticle img {
  border-radius: 0;
}
.onearticle h2 {
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0px;
}
.onearticle h2 a {
  color: #282d31 !important;
}
.onearticle h2 a:hover {
  text-decoration: none;
}
.onearticle h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 22px;
  background: #a30075;
  width: 30px;
  height: 2px;
}
.onearticle p {
  color: #282d31;
  padding: 0 20px;
}
.query-next4articles {
  padding: 80px;
  margin-right: 200px;
}
.query-next4articles img {
  width: 100%;
  border-radius: 0;
}
.query-next4articles .col-article {
  width: 25%;
  float: left;
  padding: 30px;
}
/*.news.row{
		    width: calc(90% - 140px );
		    margin-top:30px;
	}*/
.row.news {
  padding: 20px 100px;
}
.news.col-md-3 h3 {
  margin-top: 30px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.news.col-md-3 img {
  width: 100%;
  height: auto;
}
.news.col-md-3 h3:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #a10d74;
  width: 30px;
  height: 2px;
}
.query-next4articles .query-field-post_content, .query-next4articles .query-field-link {
  color: #000;
}
.query-next4articles .query-field-link {
  text-decoration: none !important;
}
/*.lien_actualite {
		    margin-right: 310px;
	}
*/
.lien_actualite i {
  color: #a10d74;
  margin-right: 10px;
}
.lien_actualite a {
  text-decoration: none !important;
  color: #a10d74;
}
.title_article {
  background-image: url('assets/img/bg_title_actualite.png');
  background-repeat: no-repeat;
  height: 104px;
  width: 230px;
  position: absolute;
  right: -81px;
  top: -66px;
  padding: 17px 15px;
}
.title_article h2 {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
/*article {

		margin-bottom:100px;

	}*/
#post-70 {
  background: #f8f7f7;
  padding: 30px;
}
.parent-pageid-111 .entry-header {
  background: #8ec549;
  color: #fff;
  margin: -30px;
  padding: 8px 20px 1px;
  margin-bottom: 50px;
}
.parent-pageid-111 .entry-header h1 {
  font-size: 15px;
  text-transform: uppercase;
}
.page-template-default h1, .error404 h1, .tax-batiments h1, h1 {
  color: #fff;
}
@media (max-width: 768px) {
  .onearticle h2 {
    margin-top: 30px;
  }
  .news .col-sm-3 {
    margin-bottom: 30px;
  }
  .first-article, .row.news {
    padding: 10px !important;
  }
  .title_article {
    right: -1px;
    top: -11px;
  }
  .product_cat_actualites .card {
    margin-bottom: 30px !important;
  }
}
/*  Page archive
	--------------------------------------------------------------*/
.archive .breadcrumbs {
  color: #fff;
  text-transform: uppercase;
  margin-top: 17px;
  font-size: 13px;
}
.archive .header_categoy {
  margin-top: 30px;
  margin-bottom:30px;
  background: #f8f7f7;
}
.archive .header_categoy .term-description, .archive .dataTables_wrapper {
  padding: 50px;
}
.archive .sub_title_category {
  background: #a10d74;
  color: #fff;
  position: relative;
  padding: 5px 10px 9px 15px;
}
.archive .sub_title_category:after {
  font-family: 'Font Awesome\ 5 Free';
  position: absolute;
  top: 27px;
  right: 10px;
  width: 100px;
  height: 100px;
  z-index: 9;
  background-size: 100px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  /*content: "\f1ab";*/
  content: "\f002";
  background: url(assets/img/bg-violet.svg);
  background-repeat: no-repeat;
}
_:-ms-fullscreen, :root .archive .sub_title_category:after {
  top: -20px;
  padding-top: 45px;
}
.archive .woocommerce-result-count, .archive .woocommerce-ordering, .archive .woocommerce-notices-wrapper {
  display: none !important;
}
.archive .products .name {
  font-weight: bold;
}
.archive .table.wc-product-table tbody td:hover {
  background: #8eb410;
}
.archive .woocommerce-pagination {
  margin: 20px 0;
}
.archive .nav-tabs {
  margin-top: 50px;
  border-bottom: 0;
  position: relative;
}
.archive .nav-tabs li {
  padding: 7px 20px;
  background: #d19ec6;
}
.archive .nav-tabs li a {
  color: #000;
}
.archive .nav-tabs li.active a, .archive .nav-tabs li a:hover {
  color: #fff;
  text-decoration: none
}
.archive .nav-tabs li.active, .archive .nav-tabs li:hover {
  background: #a41984;
}
.archive .link_pdf {
  list-style: none;
  display: inline-block;
  padding: 5px 10px;
  margin-top: 20px;
}
.wpmm-sticky.wpmm-sticky-wrap {
  position: relative !important;
  top: 0 !important;
}
@media (max-width: 1200px) {
  .archive h1.page-title {
    margin-left: 39px;
  }
}
@media (max-width: 768px) {
  .archive .subcat a {}
}
/*  Page standard
	--------------------------------------------------------------*/
.page-template-default #wp-megamenu-primary {
  margin-top: -31px;
}
.page-template-default .wpcf7 label {
  width: 100%;
}
/* PARTIE NEWS SUR LES PAGES STANDARD */
.newsStandardPage {
  border-left: 2px solid #a00c73;
  padding: 0px 30px 10px 30px;
  text-align: center;
  margin-bottom: 50px;
}
.newsStandardPage h3 {
  background: none !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold !important;
  margin-top: 0 !important;
  text-align: center;
  color: #000 !important;
  padding: 0 !important;
}
.newsStandardPage iframe {
  margin-bottom: 0px;
}
.newsStandardPage .more {
  display: flex;
}
.newsStandardPage .more a {
  padding: 8px;
  background: #a00c73;
  color: #fff !important;
}
.newsStandardPage .more a:hover {
  opacity: 0.9;
}
/*  PARTIE PAIMENTS
	--------------------------------------------------------------*/
.woocommerce .cart-collaterals .cart_totals:after, .woocommerce-page .cart-collaterals .cart_totals:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
}
.cross-sells .row {
  margin-right: 0;
  margin-left: 0;
}
form.cart .quantity, form.cart .single_add_to_cart_button {
  /*display: none*/ /*commented MS 05/24 */
}
.woocommerce-cart .entry-content {
  background: #f8f7f7;
  padding: 20px;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce-cart .woocommerce-Price-amount {
  text-shadow: none;
}
.woocommerce-cart .product-name a, .woocommerce-cart .cart-collaterals .shipping-calculator-button, ins {
  color: #a22183 !important;
  text-decoration: none !important;
}
.wc-proceed-to-checkout a, .woocommerce a.remove {
  text-decoration: none !important;
}
.woocommerce a.button {
  border-radius: 0;
}
.woocommerce-cart .product-thumbnail {
  display: none;
}
.woocommerce-cart .woocommerce-Price-amount {
  font-size: 1rem;
}
.woocommerce-cart table.shop_table {
  border-radius: 0;
}
.woocommerce-cart table.cart td.actions .input-text, .woocommerce-cart #content table.cart td.actions .input-text, .woocommerce-cart table.cart td.actions .input-text {
  width: 150px;
}
.woocommerce-cart button.button {
  padding: 10px 1em;
  border-radius: 0;
}
.woocommerce-cart a.remove:hover {
  background: none;
  color: #a22183 !important;
}
.woocommerce-cart button.button:hover {
  background-color: #a22183;
  color: #fff;
}
.woocommerce-cart a.button.alt {
  border-radius: 0;
}
.woocommerce-cart a.button.alt {
  background-color: #a22183;
}
.woocommerce-cart a.button.alt:hover {
  opacity: 0.9;
  background-color: #a22183;
}
/*  PARTIE CHECKOUT
	--------------------------------------------------------------*/
.woocommerce-checkout .entry-content {
  background-color: #f8f7f7;
}
/*.woocommerce-checkout  form .attendee_details .form-row label {
			display: none;
		}*/
.woocommerce-checkout .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
}
.woocommerce-checkout .woocommerce form .form-row label {
  width: 100%;
}
.woocommerce-checkout .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-checkout .checkout .col-12, .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review, .woocommerce-checkout .woocommerce-order-details, .woocommerce-checkout .woocommerce-customer-details {
  padding: 0 50px;
}
.woocommerce-checkout .form-control {
  border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  height: 35px;
  border: 1px solid #ced4da;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce-checkout .select2-selection:after {
  top: 0;
}
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #a22183;
}
.woocommerce-checkout h3#ship-to-different-address span {
  font-size: 1.2rem;
}
.woocommerce-checkout h3#ship-to-different-address {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-Price-amount {
  text-shadow: none;
  font-size: 1rem;
}
.woocommerce-checkout .woocommerce table.shop_table {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-checkout #payment {
  background: #f8f7f7;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce button.button.alt {
  background-color: #a22183;
}
.woocommerce-checkout .woocommerce button.button.alt:hover {
  opacity: 0.9;
  background-color: #a22183;
}
.woocommerce-checkout .woocommerce button.button {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-notice {
  background: #f8f8f8;
  padding: 20px;
}
.woocommerce-checkout ul.order_details {
  margin-top: 30px;
  padding: 0 50px;
}
.woocommerce-checkout .woocommerce-customer-details .col-1, .woocommerce-checkout .woocommerce-customer-details .col-2 {
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout .woocommerce h2 {
  font-size: 1.5rem;
}
.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  border-radius: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
  background: #f8f8f8;
  padding: 20px;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  max-width: 80px;
  display: none;
}
.product_cat_commande h3 {
  background: #a22183;
  color: #fff;
  padding: 20px;
}
.product_cat_commande #order_review_heading, .product_cat_commande .woocommerce-additional-fields h3 {
  background: none;
  padding: 0px;
  color: #000;
}
.product_cat_commande #order_review_heading {
  padding: 0 50px;
}
/*  PARTIE COMPTE
	--------------------------------------------------------------*/
.woocommerce-account .entry-content {
  background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
  padding: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-right: 1px solid #c7c7c7;
  background: #f8f8f8;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  margin-bottom: 10px;
  padding: 5px;
}
.woocommerce-account .woocommerce-Price-amount {
  text-shadow: none;
  font-size: 12px;
}
.woocommerce-account .woocommerce table.shop_table {
  border: 0;
}
.woocommerce-account .woocommerce a.button, .woocommerce a.button, .woocommerce-account .btn {
  border-radius: 0 !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
  color: #000;
}
.woocommerce-account .addresses .title h3 {
  font-size: 1.2rem;
}
.woocommerce-account .woocommerce-Address {
  background-color: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce form .form-row label, .woocommerce-account .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.woocommerce-account .select2-container .select2-selection--single {
  height: 34px;
  border: 1px solid #ced4da;
}
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.woocommerce-account .select2-selection:after {
  top: 0;
}
.woocommerce-account .select2-container--default .select2-results__option--highlighted[aria-selected], .woocommerce-account .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #a22183;
}
.woocommerce-account .form-control, .woocommerce-account .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.woocommerce-account .woocommerce button.button {
  background: #a22183;
  color: #fff;
  border: 0;
  border-radius: 0;
  padding: 10px;
}
.woocommerce-account .woocommerce button.button:hover {
  opacity: 0.9;
}
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (max-width: 768px) {}
/*  WOOCOMERCE
	--------------------------------------------------------------*/
.woocommerce-info {
  border-top-color: #a22183;
}
.woocommerce-info::before {
  color: #a22183;
}
/*
.woo_wr h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
}
.woo_wr h1:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 80px;
  bottom: -10px;
  left: 0;
}
*/
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (max-width: 768px) {
  .woo_wr h1, .archive .breadcrumbs {
    margin-left: 50px;
  }
}
.product-template-default .woo_wr .tab-pane, .containerform {
  background: #f8f7f7;
  padding: 50px;
  margin-bottom: 50px;
}
#listing_course_on_detail_course .containerform {
  padding: 5px;
}
#listing_course_on_detail_course .categoryProduct .status {
  flex-basis: 17px
}
#listing_course_on_detail_course .categoryProduct .name {
  flex-basis: 200px
}
.woo_wr .zonedenews {
  padding: 0px 30px 10px 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
  top: 10%;
  min-height: 400px;
}
.woocommerce .woo_wr .zonedenews {
  color: inherit;
  text-align: left;
}
.single-product .woo_wr .zonedenews {
  min-height: auto !important;
}
.product-template-default .zonedenews a {
  color: #fff;
}
.product-template-default .zonedenews {
  padding: 30px;
}
.woocommerce-message {
  margin: 0px 0 2em;
}
.home .zonedenews a h3 {
  color: #212529 !important;
  margin-top: 30px;
  min-height: 43px;
}
.home .zonedenews > div {
  padding-bottom: 30px;
}
.woo_wr .zonedenews h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 0px;
  text-align: left;
}
.zonedenews, .zonedenews h3 {
  text-align: left;
}
.home .zonedenews .more a, .product_cat_centre-examens .more a {
  padding-left: 0 !important;
}
/*.woo_wr .zonedenews .slick-current {
		top: 60px !important;
	}
*/
/*	.woo_wr .zonedenews .slick-next,
	.woo_wr .zonedenews .slick-prev {
		top:auto;
		bottom:0;
		border:none;
	}

	.woo_wr .zonedenews .slick-next {
		right:14px;
	}

	.woo_wr .zonedenews .slick-prev {
		right: 40px;
	}

	.product-template-default .zonedenews .slick-next {
		right:0;
	}

	.product-template-default .zonedenews .slick-prev {
		right:26px;
	}

	.woo_wr .zonedenews .more {

		position: absolute;
		bottom: -37px;
    	right: -30px;
		padding:10px 15px;
		

	}

	.woo_wr .zonedenews .more a{
		color:#fff;
	}
*/
.descriptif h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}
.descriptif h4:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.nav-tabs li {
  padding: 10px 20px;
}
.nav-tabs li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.nav-tabs li a.active {
  color: #fff;
}
.nav-tabs li.disable {
  background: #f8f7f7 !important;
  cursor: default;
  display: none;
}
.nav-tabs li.disable a {
  color: #e2e0e0 !important;
  cursor: default;
}
.container_leftsingleproduct, .woocommerce div.product form.cart {
  width: 30%;
  float: left;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 30%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 67%;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  color: #a22183;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #212529;
}
/*
.variations, .woocommerce-variation-add-to-cart {
  display: none;
}*/
.variation- a.button, .variation- ins {
  background: #a22183;
  color: #fff !important;
}
.variation dt {
  display: none !important;
}
.variation- a {
  text-decoration: none !important;
}
.variation- ins {
  display: inline-block;
}
.variation-:hover ins {
  background: #dfdcde;
}
.product-template-default .price a.btn {
  background: #fff;
  color: #000;
  padding: 9px;
  text-transform: uppercase;
  /*height:100%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  box-shadow: 1px 1px 3px 0px #333;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
  border-radius: 0px;
}
.product-template-default .price a.btn:hover {
  color: #fff;
  text-decoration: none;
}
.product-template-default p.price {
  color: #fff;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #fff;
  margin-bottom: 0;
  padding-right: 0px;
  padding-top: 15px;
}
.woocommerce-Price-amount {
  display: block;
  /*text-shadow: 1px 1px 2px #333;*/
  text-shadow: none;
}
.colleftproduct .woocommerce-Price-amount {
  font-size: 20px;
  color: #fff;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1 !important;
}
.price {
  padding: 8px;
  font-size: 12px;
}
.classifcation, .classifcation a {
  padding: 4px;
  color: #fff;
  font-size: 12px;
}
.sectionDate {
  padding: 20px;
}
.sectionDate .variation {
  padding: 5px;
}
.sectionDate .variation:hover {
  background: #f8f7f7;
}
.classifcation .row {
  margin: 7px 0;
}
.referennce {
  color: #000;
}
.subventions_content {
  background: #fff;
}
/*	.product-template-default .slick-slide {
		z-index: 98 !important;
	}*/
.variation {
  /*margin-bottom: 20px;*/
}
.variation .date {
  font-weight: 600;
  min-width: 145px;
}
.variation .price {
  min-width: 108px;
}
.variation .date, .variation .price, .variation .icone {
  display: inline-block;
  background: none !important;
  font-size: 15px;
}
.variation .icone {
  color: #fff;
  padding: 0 3px;
  cursor: pointer;
}
/*.batiment,.jours,.heure {
		font-size:12px;
	
	}*/
.jours, .heure {
  display: inline-block;
}
.batiment span, .jours span, .heure span {
  font-weight: 600;
}
/*  BLOG
	--------------------------------------------------------------*/
.blog img, .blog iframe, iframe {
  /*width:100%;*/
  max-width: 100%;
}
.product_cat_presse-et-medias iframe {
  height: 192px;
}
@media (max-width: 1199px) {
  .product_cat_presse-et-medias iframe {
    height: 155px !important;
  }
}
@media (max-width: 940px) {
  .product_cat_presse-et-medias iframe {
    height: 125px !important;
  }
}
/*
	.blog .post-thumbnail {
		width: 10%;
		float:left;
		margin-right:50px;
	}

	.blog .post-thumbnail img{
		width: 100%;
		height:auto;
	}

	.blog article h2 {

		font-size:20px;
		text-transform: uppercase;
		font-weight: 700;
	}*/
.blog .bg_grey_generale article a:hover, .post-template-default article a:hover {
  color: #000;
  text-decoration: none;
}
.blog .entry-meta, .post-template-default .entry-meta {
  font-size: 13px;
  margin-bottom: 5px;
}
.blog #main {
  margin-top: 50px;
}
.blog article {
  margin-bottom: 30px;
}
.navigation {
  margin-top: 30px;
}
.post-template-default .nav-previous a, .post-template-default .nav-next a {
  color: #fff;
  text-decoration: none !important;
  position: relative;
  padding: 0 20px;
  /*display: inline-block;*/
  margin-right: 10px;
  background: #a22183;
  float: left;
}
.navigation:after {
  content: "";
  display: table;
  clear: both;
}
.nav-next {
  position: absolute;
  right: 0;
}
.post-template-default .nav-previous a {
  padding: 10px 20px 10px 40px;
}
.post-template-default .nav-next a {
  padding: 10px 40px 10px 20px;
}
.post-template-default .nav-previous a:hover, .post-template-default .nav-next a:hover {
  background: #adafb2;
  text-decoration: none;
}
.post-template-default .nav-previous a:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 20px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.post-template-default .nav-next a:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 20px;
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.post-template-default .nav-previous a:hover, .post-template-default .nav-next a:hover {
  text-decoration: none;
}
.woocommerce div.product .product_title {
  margin-left: 38px;
}
.summary:after {
  content: '';
  display: block;
  clear: both;
}
/*  CMS
	--------------------------------------------------------------*/
.bg_grey_generale {
  background: #f8f7f7 !important;
  padding: 20px !important;
}
.bg_grey_generale.block h3 {
  background: #a22183;
  font-size: 14px;
  text-transform: uppercase;
  padding: 20px;
  margin-bottom: 0;
  margin-top: 16px;
  color: #fff;
}
.bg_grey_generale.block h3 a {
  color: #fff;
}
.bg_grey_generale.block .col-lg-4 div {
  background: #fff;
  padding: 20px;
  color: #000;
  min-height: 244px;
}
.bg_grey_generale.block .btn .fas {
  font-size: 12px;
}
.bg_grey_generale.block .col-lg-4 div + p {
  background: #fff;
}
.bg_grey_generale.block .col-lg-4 div + p a {
  background: transparent;
  border-radius: 0;
  color: #a22183;
  border: 0;
  font-size: 15px;
  /*width: 94%;*/
}
.bg_grey_generale.block .types_certifications_liste .col-lg-4 {
  margin-top: 15px;
}
.header_ifage_sans_bulle {
  border-top: 30px solid #a00c73;
}
.header_ifage, .header_ifage_sans_bulle, .bg_grey_generale.header_diplome, .bg_grey_generale.header_presse, .bg_grey_generale.header_langues {
  border-top: 30px solid #a00c73;
  position: relative;
  padding: 50px 30px;
  background: #fff;
}
.header_ifage:after, .bg_grey_generale.header_diplome:after, .bg_grey_generale.header_presse:after, .bg_grey_generale.header_langues:after {
  font-family: 'Font Awesome\ 5 Free';
  position: absolute;
  top: -4px;
  right: 10px;
  width: 100px;
  height: 100px;
  z-index: 9;
  background-size: 100px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  background: url(assets/img/bg-violet.svg);
  background-repeat: no-repeat;
}
_:-ms-fullscreen, :root .header_ifage:after, _:-ms-fullscreen, :root.bg_grey_generale.header_diplome:after, _:-ms-fullscreen, :root.bg_grey_generale.header_presse:after, _:-ms-fullscreen, :root.bg_grey_generale.header_langues:after {
  top: -60px;
  padding-top: 45px;
}
.bg_grey_generale.header_diplome:after {
  content: "\f19d";
}
.header_ifage:after {
  content: "\f12a";
  /*content:url('assets/img/ifage_logoexclamation.svg');*/
}
.header_ifage #offres {
  /*
		margin-left:-17px;
		margin-right:-17px;
        */
}
#offres.col-md-12 {
  margin-top: 70px
}
.bg_grey_generale.header_langues:after {
  content: "\f1ab";
}
.bg_grey_generale.header_presse:after {
  content: "\f27a";
}
/*
	.bg_grey_generale h2 a {

		color:#fff;

	}

	.bg_grey_generale  h2 a:hover {

		text-decoration: none;

	}
*/
@media (max-width: 768px) {
  .bg_grey_generale {
    padding: 50px 20px !important;
  }
}
/*Popup builder overrides*/
#pum-928367.pum-overlay {
  z-index: 0 !important
}
.pum.pum-overlay.pum-theme-ifage-popup-as-content {
  position: relative !important;
}
.pum-theme-ifage-popup-as-content .pum-container.popmake {
  position: inherit !important;
  margin-left: 0px !important;
  left: 0px !important;
  top: 0 !important;
  z-index: 0 !important;
}
.pum-theme-ifage-popup-as-content .pum-container.popmake .pum-close.popmake-close {
  display: none !important;
}
/*--------------------------------------------------------------
0.4 FOOTER
--------------------------------------------------------------*/
footer {
  margin-top: 100px;
}
.site-footer {
  background-color: #fff;
  padding: 0;
}
.site-footer .widget_content {
  background-color: #f8f8f8;
  /*padding:20px;*/
}
.widget .widget-title, .widget .widgettitle {
  color: #adafb2;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  margin-left: 10px;
}
.widget {
  margin: 20px 0;
}
.footer-widgets {
  border-bottom: none;
  padding-bottom: 3em;
  padding-top: 3em;
}
.footer-widgets .block {
  border-right: 2px solid #adafb2;
}
.footer-widgets img {
  width: 80%;
  height: auto;
}
.footer-widgets .block:last-child {
  border: none;
}
.footer-widgets img {
  -webkit-filter: grayscale(100%); /* Pour les navigateurs Chrome, Safari, Opera */
  filter: grayscale(100%); /* Firefox */
}
.footer-widgets img:hover {
  -webkit-filter: grayscale(0%); /* Pour les navigateurs Chrome, Safari, Opera */
  filter: grayscale(0%); /* Firefox */
}
#text-11 .row {
  align-items: center;
}
#text-11 .row > div {
  background: #fff;
  text-align: center;
}
#text-11 .row > div {
  border: 5px #f8f8f8 solid;
}
/* CREDIT
	--------------------------------------------------------------*/
.credit_content {
  background-color: #282d31;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.credit_content ul {
  margin: 0;
  padding: 0;
}
.credit_content li {
  list-style: none;
}
.credit_content a, .credit_content p {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 300;
}
.credit_content a:hover {
  color: #a22183 !important;
}
.credit_content h2 {
  color: #a41984;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}
.credit_content h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #a41984;
  width: 50px;
  height: 2px;
}
/* SOCIAL
	--------------------------------------------------------------*/
.adressesocial {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
.sociaux a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin-right: 5px;
}
.sociaux a:hover {
  background: #fff;
  color: #a22183 !important;
}
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (max-width: 768px) {
  footer {
    margin-top: 20px;
  }
  .site-footer .col-sm-3 {
    margin-top: 0px;
  }
  .footer-widgets img {
    /*padding: 10px 50px;*/
    text-align: center;
    width: 100%;
  }
  .adressesocial {
    padding: 20px;
    margin-top: 10px;
  }
  .textwidget ul {
    margin-bottom: 15px;
  }
}
/*--------------------------------------------------------------
0.5 ELEMENTS + HELPER
--------------------------------------------------------------*/
.mb-20 {
  margin-bottom: 20px;
}
.mb-50 {
  margin-bottom: 50px;
}
.more, .layout_block .btn {
  text-align: left;
  margin-top: 1rem;
  margin-right: 63px;
  margin-bottom: 1rem;
  position: relative;
  bottom: 0px;
  left: 0px;
  display: flex;
  background: none;
  border: none;
  padding: 0px;
}
#content .more a:hover, .lien_actualite p:hover a, .lien_actualite p:hover i {
  color: #000;
}
.page-template-default #content .batiments_liste .more {
  padding-left: 30px;
}
#content .more a {
  padding: 8px 27px 8px 8px;
}
#content .more a, .layout_block .btn {
  color: #a22183;
  text-decoration: none;
  font-weight: bold;
}
.more a:after, .layout_block .btn:after {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f054';
  font-size: 15px;
  position: absolute;
  right: auto;
  margin-left: 10px;
}
.layout_block .btn:hover {
  background: none;
  color: #a22183;
}
.col-sm-12.filtreavance {
  text-align: center;
  margin-top: 25px;
  cursor: pointer;
  clear: both;
  height: 32px;
}
.advancefilter {
  display: none !important;
}
.visiblefilter {
  display: flex !important;
}
.select2-dropdown {
  width: 280px !important;
}
.filtreavance .deletefilter {
  background: #adafb2;
  padding: 10px;
  display: none;
}
.filtreavance .more {
  background: #a41984 !important;
  padding: 10px !important;
  color: #fff;
  display: inline-block !important;
}
.filtreavance .deletefilter:hover {
  background: #d19ec6;
  cursor: pointer;
}
.filtreavance .more:hover {
  background: #d19ec6 !important;
  color: #000;
  cursor: pointer;
}
.intro_page_standard {
  margin: 30px 0;
}
article .entry-header .entry-title, .tax-batiments h1, h1 {
  text-transform: uppercase;
  font-size: 2rem;
  position: relative;
  margin-bottom: 20px;
}
article .entry-header .entry-title::before, .tax-batiments h1::before, h1:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 2px;
  width: 80px;
  bottom: -10px;
  left: 0;
}
/*
article .entry-header .entry-title::after, .tax-batiments h1::after, h1:after {
  content: url(assets/img/exclamation_violet.svg);
  position: absolute;
  left: -49px;
  top: -5px;
  width: 50px;
  height: 50px;
}
*/
#content .vce-classic-tabs-tab {
  margin: 0 0px 0 0 !important;
  border: 0 !important;
}
#content .vce-classic-tabs-tab a, .vce-classic-tabs .vce-classic-tabs-panel-title {
  background: #d19ec6 !important;
  border: 0;
  text-decoration: none !important;
}
#content .vce-classic-tabs-tab[data-vcv-active="true"] a, #content .vce-classic-tabs-tab a:hover, .vce-classic-tabs .vce-classic-tabs-panel-title:hover, .vce-classic-tabs [data-vcv-active="true"] .vce-classic-tabs-panel-title {
  background: #a41984 !important;
  color: #fff !important;
  text-decoration: none !important;
}
#content .vce-classic-tabs-tab-title {
  padding: 5px 20px !important;
  text-transform: uppercase;
  font-size: 14px;
}
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (max-width: 1199px) {
  header .container {
    max-width: 100%;
  }
}
@media (max-width: 1074px) {
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a {
    padding: 15px 4px;
  }
  .navbar-brand {
    width: 150px;
  }
  .navbar-expand .navbar-brand img {
    width: 150px;
    margin-top: 27px;
  }
}
@media (max-width: 1057px) {
  .navbar-brand {
    width: 145px;
  }
  .navbar-expand .navbar-brand img {
    width: 145px;
    margin-top: 27px;
  }
}
@media (max-width: 1000px) {
  article .entry-header .entry-title, .tax-batiments h1, h1 {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  article .entry-header .entry-title, .tax-batiments h1, h1 {
    font-size: 1.5rem !important;
    margin-bottom: 50px;
  }
  .navbar-expand .navbar-brand img {
    margin-top: 0px;
  }
}
@media (min-width: 1000px) {
  .navbar-expand {
    background: none !important;
  }
}
/*  FLEX HELPER
	--------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-1 {
  flex: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.space-between {
  justify-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.flex-align-center {
  align-items: center
}
.flex-align-baseline {
  align-items: baseline
}
.flex-align-stretch {
  align-items: stretch
}
.flex-align-start {
  align-items: flex-start
}
.flex-end {
  align-items: flex-end
}
.flex-1 {
  flex: 1
}
.flex-self-start {
  align-self: flex-start;
}
.flex-self-end {
  align-self: flex-end;
}
.flex-self-center {
  align-self: center;
}
/*
	 * 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893
	 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}
.flex-grow {
  flex: 1 0 auto;
}
.flex-none {
  flex: none;
}
.flex-first {
  order: -1;
}
.flex-second {
  order: 2;
}
.flex-last {
  order: 99999;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
/*  BTN
	--------------------------------------------------------------*/
.btn-primary {
  color: #fff;
  background-color: #a22183;
  border-color: #a22183;
}
.btn-primary:hover {
  opacity: 0.9;
  color: #fff;
  background-color: #a22183;
  border-color: #a22183;
}
.vce-button--style-basic {
  text-decoration: none !important;
}
/*  search form
	--------------------------------------------------------------*/
.wc_ps_container .wc_ps_nav_submit, .wc_ps_sidebar_container .wc_ps_nav_field {
  background: transparent !important;
  border: none !important;
}
.wc_ps_sidebar_container {
  border-radius: 0 !important;
}
.wpmm-search-form input {
  border: 0;
  font-size: 14px;
  padding: 4px 1px;
  margin-top: 0px;
  border-radius: 3px;
  transform: translateY(-50%);
  margin-right: 3px;
  min-width: 151px;
  width: auto;
}
.wpmm-search {
  padding: 3px 0px !important;
  text-transform: capitalize !important;
  border-bottom: 1px solid #fff;
}
.wpmm-search a {
  text-decoration: capitalize !important;
}
.wpmm-search:hover {
  border-bottom: 0px solid #fff;
  text-decoration: none;
}
.wpmm-search i {
  margin-left: 8px
}
/*  clearfix
	--------------------------------------------------------------*/
.clearfix {
  clear: both;
}
/*  breadcrumb
	--------------------------------------------------------------*/
.woocommerce .woocommerce-breadcrumb {
  margin-top: 20px;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a, #breadcrumbs, #breadcrumbs a, #breadcrumbs strong {
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}
/*.containerform {
		margin-top:50px;
	}*/
/* CATEGORY PRODUCT 
	--------------------------------------------------------------*/
.categoryProduct {
  background: #c3d885;
  font-size: 13px;
  position: relative;
}
.categoryProduct:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%;
  width: 5px;
  background: #96bc33;
  border-bottom: 2px solid #f8f7f7;
  border-top: 2px solid #f8f7f7;
}
.categoryProduct:hover, .categoryProduct.active {
  background: #96bc33;
}
.categoryProduct .col {
  border: 3px solid #f8f7f7;
  padding: 10px;
  cursor: pointer;
}
.title .col {
  padding: 10px 0px 10px 5px;
  /*flex-grow: 0;*/
}
#offres .title .col {
  flex-grow: 0;
}
.header_categoy .categorie_menu.containerform.row {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 0px 0px 0px;
}
.archive .header_categoy {
  background: #fff;
}
.subcat a {
  padding: 20px 10px;
  min-height: 70px;
  width: 100%;
  display: block;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: #adafb2;
}
.subcat a:hover {
  text-decoration: none;
}
.sectionDate .variation.active {
  padding-left: 15px !important;
  padding-bottom: 13px;
  background: #f8f7f7;
}
.sectionDate .variation.active .price {
  min-width: 90px;
}
#calendrier > div {
  display: none;
}
#calendrier > div.active {
  display: block;
}
.subventions_content a {
  margin-right: 0px 5px;
  position: relative;
}
/* violet - par defaut*/
.link_pdf {
  background: #a41984;
}
.link_pdf a {
  color: #fff;
}
.link_pdf:hover {
  background: #d19ec6;
}
.link_pdf a:hover {
  color: #000;
  text-decoration: none;
}
/*--------------------------------------------------------------
		brun - Industrie et batiment
	--------------------------------------------------------------*/
.product_cat_4342 h1.page-title {
  position: relative;
}
.product_cat_4342.not-home h2 {
  color: #9f5d25;
}
.product_cat_4342.not-home h2::after {
  background: #9f5d25;
}
.product_cat_4342 h1:after {
  content: url(assets/img/exclamation_brun.svg);
}
.product_cat_4342 .descriptif a:hover {
  color: #9f5d25;
}
.product_cat_4342 .sub_title_category, .product_cat_4342 .categoryProduct:hover, .product_cat_4342 .categoryProduct.active, .product_cat_4342 .categoryProduct:before, .product_cat_4342 .nav-tabs li.active, .product_cat_4342 .nav-tabs li:hover, .product_cat_4342 .woo_wr .zonedenews .slick-next, .product_cat_4342 .woo_wr .zonedenews .slick-prev, .c4342:hover {
  background: #9f5d25;
}
.c4342.categoryProduct:before {
  background: #9f5d25;
  border-bottom: 2px solid #f8f7f7;
  border-top: 2px solid #f8f7f7;
}
.product_cat_4342 .sub_title_category:after {
  content: "\f275";
  background: url(assets/img/bg-braun.svg);
  background-repeat: no-repeat;
}
.product_cat_4342 .categoryProduct, .product_cat_4342 .nav-tabs li, .product_cat_4342 .woo_wr .zonedenews .slick-next:hover, .product_cat_4342 .woo_wr .zonedenews .slick-prev:hover, .c4342 {
  background: #c09879;
}
.product_cat_4342 .woo_wr .zonedenews, .product_cat_4342 .sectionDate .variation.active {
  border-left: 2px solid #c09879;
}
.product_cat_4342 .woo_wr .zonedenews .slick-next, .product_cat_4342 .woo_wr .zonedenews .slick-prev {
  color: #fff;
}
.product_cat_4342 .nav-tabs li a:hover {
  text-decoration: none;
}
.product_cat_4342 .woocommerce-info {
  border-top-color: #c09879;
}
.product_cat_4342 .woocommerce-info::before {
  color: #c09879;
}
.product_cat_4342 .credit_content a:hover, .product_cat_4342 #main-nav li a:hover, .product_cat_4342 #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, .product_cat_4342 li.current-menu-item a, .product_cat_4342 #menu-top-menu li a:hover, .product_cat_4342 #menu-top-menu-en li a:hover, .product_cat_4342 .aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu .cat-item-4342 a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4342.current-cat > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4342:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4342 > a {
  color: #9f5d25 !important;
}
.product_cat_4342 .subcat a {
  border-top: 5px solid #9f5d25;
}
.product_cat_4342 .subcat a:hover {
  background: #9f5d25;
}
/* PAGE PRODUIT */
.out-of-stock {
  display: none;
}
.colleftproduct h1 {
  display: none
}
.product_cat_4342 .classifcation, .product-template-default.product_cat_4342 .zonedenews, .product_cat_4342 .price a:hover, .product_cat_4342 .colleftproduct h4 {
  background: #c09879;
}
.product_cat_4342 .price, .product_cat_4342 .contentleftproduct {
  background: #9f5d25;
}
.product_cat_4342 .variation .icone {
  background: #9f5d25 !important;
}
.product_cat_4342 .variation .icone:hover {
  background: #c09879 !important;
}
.product_cat_4342 .contact_content i, .product_cat_4342 .contact_content a:hover, .product_cat_4342 .batiment a {
  color: #9f5d25;
}
.product_cat_4342 .descriptif h4 {
  color: #9f5d25;
  position: relative;
}
.product_cat_4342 .descriptif h4:after {
  content: "";
  position: absolute;
  background: #9f5d25;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.product_cat_4342 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9f5d25;
}
/* PAGE PRODUIT */
.product_cat_4342 .more a {
  text-align: right;
  padding: 8px 27px 8px 8px;
  color: #fff !important;
}
.product_cat_4342 .link_pdf, .product_cat_4342 .filtreavance .more, .product_cat_4342 .more a {
  background: #9f5d25 !important;
}
.product_cat_4342 .link_pdf a, .product_cat_4342 .filtreavance .more a, .product_cat_4342 .more a {
  color: #fff;
}
.product_cat_4342 .link_pdf:hover, .product_cat_4342 .filtreavance .more:hover, .product_cat_4342 .more a:hover, .product_cat_4342 .filtreavance .deletefilter:hover {
  background: #c09879 !important;
}
.product_cat_4342 .link_pdf a:hover {
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
		orange - nouvelle technologie
	--------------------------------------------------------------*/
.product_cat_4341 h1.page-title {
  position: relative;
}
.product_cat_4341.not-home h2 {
  color: #e95e26;
}
.product_cat_4341 .descriptif a:hover {
  color: #e95e26;
}
.product_cat_4341.not-home h2::after {
  background: #e95e26;
}
.product_cat_4341 h1:after {
  content: url(assets/img/exclamation_orange.svg);
}
.product_cat_4341 .sub_title_category, .product_cat_4341 .categoryProduct:hover, .product_cat_4341 .categoryProduct.active, .product_cat_4341 .categoryProduct:before, .product_cat_4341 .nav-tabs li.active, .product_cat_4341 .nav-tabs li:hover, .product_cat_4341 .woo_wr .zonedenews .slick-next, .product_cat_4341 .woo_wr .zonedenews .slick-prev, .c4341:hover {
  background: #e95e26;
}
.c4341.categoryProduct:before {
  background: #e95e26;
  border-bottom: 2px solid #f8f7f7;
  border-top: 2px solid #f8f7f7;
}
.product_cat_4341 .sub_title_category:after {
  content: "\f26c";
  background: url(assets/img/bg-orange.svg);
  background-repeat: no-repeat;
}
.product_cat_4341 .categoryProduct, .product_cat_4341 .nav-tabs li, .product_cat_4341 .woo_wr .zonedenews .slick-next:hover, .product_cat_4341 .woo_wr .zonedenews .slick-prev:hover, .c4341 {
  background: #f8ac86;
}
.product_cat_4341 .woo_wr .zonedenews, .product_cat_4341 .sectionDate .variation.active {
  border-left: 2px solid #f8ac86;
}
.product_cat_4341 .woo_wr .zonedenews .slick-next, .product_cat_4341 .woo_wr .zonedenews .slick-prev {
  color: #fff;
}
.product_cat_4341 .nav-tabs li a:hover {
  text-decoration: none;
}
.product_cat_4341 .woocommerce-info {
  border-top-color: #f8ac86;
}
.product_cat_4341 .woocommerce-info::before {
  color: #f8ac86;
}
.product_cat_4341 .credit_content a:hover, .product_cat_4341 #main-nav li a:hover, .product_cat_4341 #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, .product_cat_4341 li.current-menu-item a, .product_cat_4341 #menu-top-menu li a:hover, .product_cat_4341 #menu-top-menu-en li a:hover, .product_cat_4341 .aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu .cat-item-4341 a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4341.current-cat > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4341:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4341 > a {
  color: #e95e26 !important;
}
.product_cat_4341 .subcat a {
  border-top: 5px solid #e95e26;
}
.product_cat_4341 .subcat a:hover {
  background: #e95e26;
}
/**
* PAGE PRODUIT 
*/
.product_cat_4341 .classifcation, .product-template-default.product_cat_4341 .zonedenews, .product_cat_4341 .price a:hover, .product_cat_4341 .colleftproduct h4 {
  background: #f8ac86;
}
.product_cat_4341 .price, .product_cat_4341 .contentleftproduct {
  background: #e95e26;
}
.product_cat_4341 .variation .icone {
  background: #e95e26 !important;
}
.product_cat_4341 .variation .icone:hover {
  background: #f8ac86 !important;
}
.product_cat_4341 .contact_content i, .product_cat_4341 .contact_content a:hover, .product_cat_4341 .batiment a {
  color: #e95e26;
}
.product_cat_4341 .descriptif h4 {
  color: #e95e26;
  position: relative;
}
.product_cat_4341 .descriptif h4:after {
  content: "";
  position: absolute;
  background: #e95e26;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.product_cat_4341 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #e95e26;
}
.product_cat_4341 .more a {
  text-align: right;
  padding: 8px;
}
.product_cat_4341 .link_pdf, .product_cat_4341 .filtreavance .more, .product_cat_4341 .more a {
  background: #e95e26 !important;
}
.product_cat_4341 .link_pdf a, .product_cat_4341 .filtreavance .more a, .product_cat_4341 .more a {
  color: #fff;
}
.product_cat_4341 .link_pdf:hover a, .product_cat_4341 .filtreavance .more:hover a, .product_cat_4341 .more:hover a {
  background: #f8ac86 !important;
}
.product_cat_4341 .link_pdf a:hover {
  color: #fff;
  text-decoration: none;
}
.product_cat_4341 .filtreavance .deletefilter:hover {
  background: #f8ac86 !important;
}
/*--------------------------------------------------------------
		violet - Formation de formateurs
	--------------------------------------------------------------*/
.product_cat_4312 h1:after {
  content: url(assets/img/exclamation_violet.svg);
}
.product_cat_4312 .sub_title_category, .product_cat_4312 .categoryProduct:hover, .product_cat_4312 .categoryProduct.active, .product_cat_4312 .categoryProduct:before, .product_cat_4312 .nav-tabs li.active, .product_cat_4312 .nav-tabs li:hover, .product_cat_4312 .woo_wr .zonedenews .slick-next, .product_cat_4312 .woo_wr .zonedenews .slick-prev, .c4312:hover {
  background: #a10d74;
}
.c4312.categoryProduct:before {
  background: #a10d74;
  border-bottom: 2px solid #f8f7f7;
  border-top: 2px solid #f8f7f7;
}
.product_cat_4312 .sub_title_category:after {
  content: "\f19d";
  background: url(assets/img/bg-violet.svg);
  background-repeat: no-repeat;
}
.product_cat_4312 .categoryProduct, .product_cat_4312 .nav-tabs li, .product_cat_4312 .woo_wr .zonedenews .slick-next:hover, .product_cat_4312 .woo_wr .zonedenews .slick-prev:hover, .c4312 {
  background: #adafb2;
}
.product_cat_4312 .woo_wr .zonedenews, .product_cat_4312 .sectionDate .variation.active {
  border-left: 2px solid #a10d74;
}
.product_cat_4312 .woo_wr .zonedenews .slick-next, .product_cat_4312 .woo_wr .zonedenews .slick-prev {
  color: #fff;
}
.product_cat_4312 .nav-tabs li a:hover {
  text-decoration: none;
}
.product_cat_4312 .woocommerce-info {
  border-top-color: #adafb2;
}
.product_cat_4312 .woocommerce-info::before {
  color: #adafb2;
}
.product_cat_4312 .credit_content a:hover, .product_cat_4312 #main-nav li a:hover, .product_cat_4312 #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, .product_cat_4312 li.current-menu-item a, .product_cat_4312 #menu-top-menu li a:hover, .product_cat_4312 #menu-top-menu-en li a:hover {
  color: #a10d74 !important;
}
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu .cat-item-4312 a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4312.current-cat > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4312:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4312 > a {
  color: #adafb2 !important;
}
/* PAGE PRODUIT */
.product_cat_4312 .classifcation, .product-template-default.product_cat_4312 .zonedenews, .product_cat_4312 .price a:hover, .product_cat_4312 .contentleftproduct {
  background: #a10d74;
}
.product_cat_4312 .price, .product_cat_4312 .colleftproduct h4 {
  background: #adafb2;
}
.product_cat_4312 .variation .icone {
  background: #adafb2 !important;
}
.product_cat_4312 .variation .icone:hover {
  background: #a10d74 !important;
}
.product_cat_4312 .contact_content i, .product_cat_4312 .contact_content a:hover, .product_cat_4312 .batiment a {
  color: #adafb2;
}
.product_cat_4312 .descriptif h4 {
  color: #adafb2;
  position: relative;
}
.product_cat_4312 .descriptif h4:after {
  content: "";
  position: absolute;
  background: #adafb2;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.product_cat_4312 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #a10d74;
}
.product_cat_4312 .link_pdf {
  background: #a10d74;
}
.product_cat_4312 .link_pdf a {
  color: #fff;
}
.product_cat_4312 .link_pdf:hover {
  background: #adafb2;
}
.product_cat_4312 .link_pdf a:hover {
  color: #fff;
  text-decoration: none;
}
/*--------------------------------------------------------------
		vert - langues
	--------------------------------------------------------------*/
.product_cat_4209 h1.page-title, .product_cat_4209 h1.product_title, .product_cat_10998 h1.page-title {
  position: relative;
}
.product_cat_4209.not-home h2, .product_cat_10998.not-home h2 {
  color: #96bc33;
}
.product_cat_10998 .descriptif a:hover {
  color: #96bc33;
}
.product_cat_4209.not-home h2::after, .product_cat_10998.not-home h2::after {
  background: #96bc33;
}
.product_cat_4209 h1:after, .product_cat_10998 h1:after {
  content: url(assets/img/exclamation_green.svg);
}
.product_cat_4209 .sub_title_category:after, .product_cat_10998 .sub_title_category:after {
  content: "\f1ab";
  background: url(assets/img/bg-vert.svg);
  background-repeat: no-repeat;
}
.product_cat_4209 .categoryProduct, .product_cat_4209 .nav-tabs li, .product_cat_4209 .woo_wr .zonedenews .slick-next:hover, .product_cat_4209 .woo_wr .zonedenews .slick-prev:hover, .c4209, .product_cat_10998 .categoryProduct, .product_cat_10998 .nav-tabs li, .product_cat_10998 .woo_wr .zonedenews .slick-next:hover, .product_cat_10998 .woo_wr .zonedenews .slick-prev:hover, .c10998 {
  background: #c3d885;
}
.product_cat_4209 .sub_title_category, .product_cat_4209 .categoryProduct:hover, .product_cat_4209 .categoryProduct.active, .product_cat_4209 .categoryProduct:before, .product_cat_4209 .nav-tabs li.active, .product_cat_4209 .categoryProduct.active, .product_cat_4209 .nav-tabs li:hover, .product_cat_4209 .woo_wr .zonedenews .slick-next, .product_cat_4209 .woo_wr .zonedenews .slick-prev, .c4209:hover, .product_cat_10998 .sub_title_category, .product_cat_10998 .categoryProduct:hover, .product_cat_10998 .categoryProduct.active, .product_cat_10998 .categoryProduct:before, .product_cat_10998 .nav-tabs li.active, .product_cat_10998 .categoryProduct.active, .product_cat_10998 .nav-tabs li:hover, .product_cat_10998 .woo_wr .zonedenews .slick-next, .product_cat_10998 .woo_wr .zonedenews .slick-prev, .c10998:hover {
  background: #96bc33;
  border: none;
}
.c4209.categoryProduct:before, .c4209.categoryProduct:before {
  background: #96bc33;
  border-bottom: 2px solid #f8f7f7;
  border-top: 2px solid #f8f7f7;
}
.product_cat_4209 .woo_wr .zonedenews, .product_cat_10998 .sectionDate .variation.active {
  border-left: 2px solid #96bc33;
}
.product_cat_4209 .woo_wr .zonedenews .slick-next, .product_cat_4209 .woo_wr .zonedenews .slick-prev, .product_cat_10998 .woo_wr .zonedenews .slick-next, .product_cat_10998 .woo_wr .zonedenews .slick-prev {
  color: #fff;
}
.product_cat_4209 .nav-tabs li a:hover, .product_cat_10998 .nav-tabs li a:hover {
  text-decoration: none;
}
.product_cat_4209 .woocommerce-info, .product_cat_10998 .woocommerce-info {
  border-top-color: #c3d885;
}
.product_cat_4209 .woocommerce-info::before, .product_cat_10998 .woocommerce-info::before {
  color: #c3d885;
}
.product_cat_4209 .credit_content a:hover, .product_cat_4209 #main-nav li a:hover, .product_cat_4209 #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, .product_cat_4209 li.current-menu-item a, .product_cat_4209 #menu-top-menu li a:hover, .product_cat_4209 #menu-top-menu-en li a:hover, .product_cat_4209 .aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon, .product_cat_10998 .credit_content a:hover, .product_cat_10998 #main-nav li a:hover, .product_cat_10998 #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, .product_cat_10998 li.current-menu-item a, .product_cat_10998 #menu-top-menu li a:hover, .product_cat_10998 #menu-top-menu-en li a:hover, .product_cat_10998 .aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu .cat-item-4209 a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4209.current-cat > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4209:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4209 > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu .cat-item-10998 a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-10998.current-cat > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-10998:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-10998 > a, .product_cat_4209 .wc_ps_sidebar_container .wc_ps_nav_submit .wc_ps_nav_submit_icon i, .product_cat_10998 .wc_ps_sidebar_container .wc_ps_nav_submit .wc_ps_nav_submit_icon i {
  color: #96bc33 !important;
}
.product_cat_4209 .subcat, .product_cat_10998 .subcat {
  position: relative;
}
.product_cat_4209 .subcat a, .product_cat_10998 .subcat a {
  background-color: #adafb2;
  border-top: 5px solid #95c11f;
}
.product_cat_4209 .subcat a:hover, .product_cat_10998 .subcat a:hover {
  background: #96bc33;
}
.testcategorie.row {
  padding: 0;
  margin-top: 50px;
}
.product_cat_4209 .wc_ps_sidebar_container.wp_ps_container_active, .product_cat_10998 .wc_ps_sidebar_container.wp_ps_container_active {
  border-color: #96bc33 !important;
}
/* PAGE PRODUIT */
.product_cat_4209 .classifcation, .product-template-default.product_cat_4209 .zonedenews, .product_cat_4209 .price a:hover, .product_cat_4209 .colleftproduct h4, .product_cat_10998 .classifcation, .product-template-default.product_cat_10998 .zonedenews, .product_cat_10998 .price a:hover, .product_cat_10998 .colleftproduct h4 {
  background: #c3d885;
}
.product_cat_4209 .price, .product_cat_4209 .variation .icone, .product_cat_10998 .price, .product_cat_10998 .variation .icone {
  background: #8eb410 !important;
}
.product_cat_4209 .contentleftproduct, .product_cat_10998 .contentleftproduct {
  background: #8eb410;
}
.product_cat_4209 .variation .icone:hover, .product_cat_10998 .variation .icone:hover {
  background: #c3d885 !important;
}
.product_cat_4209 .contact_content i, .product_cat_4209 .contact_content a:hover, .product_cat_4209 .batiment a, .product_cat_10998 .contact_content i, .product_cat_10998 .contact_content a:hover, .product_cat_10998 .batiment a {
  color: #8eb410;
}
.product_cat_4209 .descriptif h4, .product_cat_10998 .descriptif h4 {
  color: #8eb410;
  position: relative;
}
.product_cat_4209 .descriptif h4:after, .product_cat_10998 .descriptif h4:after {
  content: "";
  position: absolute;
  background: #8eb410;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.product_cat_4209 .select2-container--default .select2-results__option--highlighted[aria-selected], .product_cat_10998 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #8eb410;
}
.product_cat_4209 .more, .product_cat_10998 .more {
  text-align: right !important;
}
.product_cat_4209 .more a, .product_cat_10998 .more a {
  text-align: right;
  padding: 8px;
  display: inline-block;
}
.product_cat_4209 .link_pdf, .product_cat_4209 .filtreavance .more, .product_cat_4209 .more a, .product_cat_10998 .link_pdf, .product_cat_10998 .filtreavance .more, .product_cat_10998 .more a {
  background: #96bc33 !important;
}
.product_cat_4209 .link_pdf a, .product_cat_4209 .filtreavance .more a, .product_cat_4209 .more a, .product_cat_10998 .link_pdf a, .product_cat_10998 .filtreavance .more a, .product_cat_10998 .more a, .product_cat_4340 .link_pdf a, .product_cat_4340 .filtreavance .more a, .product_cat_4340 .more a, .product_cat_4341.link_pdf a, .product_cat_4341 .filtreavance .more a, .product_cat_4341 .more a {
  color: #fff !important;
  padding: 8px 27px 8px 8px;
}
.product_cat_4209 .link_pdf:hover, .product_cat_4209 .filtreavance .more:hover, .product_cat_4209 .more a:hover, .product_cat_10998 .link_pdf:hover, .product_cat_10998 .filtreavance .more:hover, .product_cat_10998 .more a:hover, .product_cat_4340 .link_pdf:hover, .product_cat_4340 .filtreavance .more:hover, .product_cat_4340 .more a:hover {
  background: #c3d885 !important;
}
.product_cat_4209 .link_pdf a:hover, .product_cat_10998 .link_pdf a:hover {
  color: #fff;
  text-decoration: none;
}
.product_cat_4209 .filtreavance .deletefilter:hover, .product_cat_10998 .filtreavance .deletefilter:hover {
  background: #c3d885 !important;
}
/* bleu - management et administration
	--------------------------------------------------------------*/
.product_cat_4340 h1.page-title {
  position: relative;
}
.product_cat_4340.not-home h2 {
  color: #1687a0;
}
.product_cat_4340 .descriptif a:hover {
  color: #1687a0;
}
.product_cat_4340.not-home h2::after {
  background: #1687a0;
}
.product_cat_4340 h1:after {
  content: url(assets/img/exclamation_blue.svg);
}
.product_cat_4340 .sub_title_category, .product_cat_4340 .categoryProduct:hover, .product_cat_4340 .categoryProduct.active, .product_cat_4340 .categoryProduct:before, .product_cat_4340 .nav-tabs li.active, .product_cat_4340 .nav-tabs li:hover, .product_cat_4340 .woo_wr .zonedenews .slick-next, .product_cat_4340 .woo_wr .zonedenews .slick-prev, .c4340:hover /*.,
		product_cat_4340 .sectionDate .variation.active,
		.product_cat_4340 .sectionDate .variation:hover*/ {
  background: #1687a0;
}
.c4340.categoryProduct:before {
  background: #1687a0;
  border-bottom: 2px solid #f8f7f7;
  border-top: 2px solid #f8f7f7;
}
.product_cat_4340 .sub_title_category:after {
  content: "\f0ae";
  background: url(assets/img/bg-bleu.svg);
  background-repeat: no-repeat;
}
.product_cat_4340 .categoryProduct, .product_cat_4340 .nav-tabs li, .product_cat_4340 .woo_wr .zonedenews .slick-next:hover, .product_cat_4340 .woo_wr .zonedenews .slick-prev:hover, .c4340 {
  background: #98b9c7;
}
.product_cat_4340 .woo_wr .zonedenews, .product_cat_4340 .sectionDate .variation.active {
  border-left: 2px solid #98b9c7;
}
.product_cat_4340 .woo_wr .zonedenews .slick-next, .product_cat_4340 .woo_wr .zonedenews .slick-prev {
  color: #fff;
}
.product_cat_4340 .nav-tabs li a:hover {
  text-decoration: none;
}
.product_cat_4340 .woocommerce-info {
  border-top-color: #98b9c7;
}
.product_cat_4340 .woocommerce-info .woocommerce-info::before /*,
		.product_cat_4340 .woocommerce-Price-amount*/ {
  color: #98b9c7;
}
.product_cat_4340 .credit_content a:hover, .product_cat_4340 #main-nav li a:hover, .product_cat_4340 #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a, /*.product_cat_4340 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, 
		.product_cat_4340 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.active>a, 
		.product_cat_4340 .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu > ul.wp-megamenu-sub-menu li a:hover, 
		.product_cat_4340 .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu ul.wp-megamenu-sub-menu li a:hover, 
		.product_cat_4340 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, 
		.product_cat_4340 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, 
		.product_cat_4340 #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a,*/ .product_cat_4340 li.current-menu-item a, .product_cat_4340 #menu-top-menu li a:hover, .product_cat_4340 #menu-top-menu-en li a:hover, .product_cat_4340 .aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon {
  color: #1687a0 !important;
}
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu .cat-item-4340 a:hover, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4340.current-cat > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4340:hover > a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.cat-item-4340 > a {
  color: #1687a0 !important;
}
.product_cat_4340 .subcat a {
  border-top: 5px solid #1687a0;
}
.product_cat_4340 .subcat a:hover {
  background: #1687a0;
}
/* PAGE PRODUIT */
.product_cat_4340 .classifcation, .product-template-default.product_cat_4340 .zonedenews, .product_cat_4340 .price a:hover, .product_cat_4340 .colleftproduct h4 {
  background: #98b9c7;
}
.product_cat_4340 .price, .product_cat_4340 .contentleftproduct {
  background: #1687a0;
}
.product_cat_4340 .variation .icone {
  background: #1687a0 !important;
}
.product_cat_4340 .variation .icone:hover {
  background: #98b9c7 !important;
}
.product_cat_4340 .contact_content i, .product_cat_4340 .contact_content a:hover, .product_cat_4340 .product_cat_4209 .batiment a {
  color: #1687a0;
}
.product_cat_4340 .descriptif h4 {
  color: #1687a0;
  position: relative;
}
.product_cat_4340 .descriptif h4:after {
  content: "";
  position: absolute;
  background: #1687a0;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
}
.product_cat_4340 .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #1687a0;
}
.product_cat_4340 .more a {
  text-align: right;
  /*padding:8px;*/
}
.product_cat_4340 .link_pdf, .product_cat_4340 .filtreavance .more, .product_cat_4340 .more a {
  background: #1687a0 !important;
}
.product_cat_4340 .link_pdf a, .product_cat_4340 .filtreavance .more a, .product_cat_4340 .more a {
  color: #fff;
}
.product_cat_4340 .link_pdf:hover, .product_cat_4340 .filtreavance .more:hover, .product_cat_4340 .more a:hover {
  background: #98b9c7 !important;
}
.product_cat_4340 .filtreavance .deletefilter:hover {
  background: #98b9c7;
}
.product_cat_4340 .link_pdf a:hover {
  color: #fff;
  text-decoration: none;
}
.caf_conditions_link {
  text-transform: lowercase;
  margin-top: 20px;
  clear: both;
  display: block;
}
.products .caf_conditions_link {
  padding: 0px;
  margin-top: 10px;
}
/* noire - Entreprises
	--------------------------------------------------------------*/
@media (max-width: 768px) {
  .woo_wr .zonedenews {
    border-left: none !important;
  }
}
.title {
  text-transform: uppercase;
  /*font-weight: 100;*/
  font-size: 12px;
}
.titleFilter {
  width: 100%;
  font-weight: 600;
  padding: 0 5px;
}
.search .col {}
.wpmm-search-input-wrap .search-wrap .form-control {
  border-radius: 0 !important
}
a.wpmm-search.search-close-icon {
  top: 38%;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-social-link.wpmm-social-link-search a {
  text-decoration: none;
  border-bottom: none;
}
.products .col.autre {
  align-content: flex-start;
}
.products .col.autre div {
  margin-right: 5px;
  color: #f2f2f2;
  display: none;
  /*display: block;*/
}
.products .col.autre div.active {
  color: #000;
  display: block;
}
.product-template-default a.button {
  background: #fff;
  border-radius: 0;
}
.products .col.time, .products .col.session {
  text-align: center;
}
.products .col.price2, .products .col.status {
  text-align: center;
}
.col.price2 .regular_price {
  text-decoration: line-through;
  width: 100%;
  display: block;
}
.products .col a {
  color: #000;
  text-decoration: underline;
}
#offres .title .col {
  border: 3px solid #f8f7f7;
  padding: 10px;
}
/*WRAMA sort catalog*/
#offres .title .col.sort {
  cursor: pointer;
}
.title .name {
  margin-left: 3px;
}
.title .name, .categoryProduct .name {
  flex-basis: 270px;
}
.categoryProduct .name {
  font-size: 14px;
  flex-grow: 0;
}
.title .financement {
  flex-basis: 140px;
}
.categoryProduct .financement {
  flex-basis: 60px; /* previously 50px */
}
.categoryProduct .status {
  flex-basis: 70px;
}
.woocommerce .products .header_orientation ul {
  padding-left: 20px;
}
.woocommerce .products .header_orientation ul li {
  list-style: disc;
}
.title .statu {
  flex-basis: 62px;
}
.products .col.status, .products .col.price2, .products .col.financement, .products .col.session, .products .col.time, .products .col.autre, .products .col.duree, .products .col.building, .products .col.sku {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products .col.price2, .products .col.financement {
  flex-direction: row; /* previously row */
}
.products .col.financement {
  text-transform: uppercase;
}
.products .col.financement {
  flex-wrap: wrap;
}
.products .col.financement a {
  float: left;
  padding: 2.5px;
  text-align: center;
}
.products .col.financement .caf_conditions_link {
  margin-top: 0
}
.fa-check {
  color: #3d7316;
}
.fa-stopwatch {
  color: #d3872e;
}
.fa-times {
  color: #c84c38;
}
#offres .legend {
  margin: 20px auto;
  text-align: center;
}
#offres .legend i {
  margin-left: 40px;
}
#offres .legend i:first-child {
  margin-left: 0px;
}
.products .name .status {
  background: #fff;
  /*border-radius: 50%;*/
  padding: 6px 3px;
  height: 25px;
  width: 25px;
  font-size: 12px;
  position: absolute;
  top: -14px;
  right: -5px;
  /*z-index: 100;*/
  text-align: center;
}
.products .col.status {
  flex-wrap: wrap;
  flex-basis: 70px;
}
.products .col.status a {
  border: 1px solid black;
  padding: 5px;
  text-decoration: none !important;
  margin: 5px 0px;
  border-radius: 10px;
  text-transform: uppercase;
}
.categoryProduct .price2, .categoryProduct .autre {
  flex-basis: 36px;
}
.categoryProduct.orientation_module .price2 {
  flex-basis: 26px;
}
.categoryProduct.orientation_module .autre {
  flex-basis: 246px;
  display: block;
}
.categoryProduct .duree {
  flex-basis: 45px;
}
.title .col.autre, .title .col.price2 {
  flex-basis: 108px;
}
.title .col.status {
  flex-basis: 145px;
}
.categoryProduct .time {
  flex-basis: 47px
}
.title .time {
  flex-basis: 135px;
}
.title .duree {
  flex-basis: 98px;
}
.categoryProduct .building, .title .building {
  flex-basis: 14px;
}
.title .session {
  flex-basis: 134px
}
.categoryProduct .session {
  flex-basis: 50px
}
.percent {
  background: #333;
  border-radius: 50%;
  padding: 6px 3px;
  height: 25px;
  width: 25px;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 100;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #333;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #333;
}
.tooltip-inner, .tooltip-main {
  background: #333;
  opacity: 1;
  padding: 10px;
}
.tooltip-inner h4 {
  font-size: 15px;
  padding-top: 0px;
  margin-top: 0px;
}
table.dataTable tbody th a, table.dataTable tbody td a {
  color: #000;
}
table.dataTable thead th, table.dataTable thead td {
  border: 0 !important;
  padding: 10px 18px 10px 0 !important;
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: lighter !important;
  font-size: 13px;
  text-transform: uppercase;
}
/*.woocommerce #respond input#submit.alt, 
	.woocommerce a.button.alt, 
	.woocommerce button.button.alt, 
	.woocommerce input.button.alt {

		background-color: #8eb410 !important;
		border-radius:0 !important;

	}*/
.search {
  margin-bottom: 50px;
}
.search label {
  width: 100%;
}
.search .multiselect-wrapper label {
  width: auto;
}
.search select {
  background: #fff;
  padding: 27px;
  border: none;
  height: 40px !important;
  width: 100%;
}
.search .datedebut input {
  border-radius: 4px;
  border: none;
  padding: 6px 9px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: none;
  border: none;
}
.select2-container {
  display: block;
  width: 100% !important;
  z-index: 2 !important;
}
.select2-selection {
  position: relative;
  cursor: pointer;
}
.select2-selection:after {
  content: "\f0dd";
  font-family: 'Font Awesome\ 5 Free';
  position: absolute;
  top: 1px;
  right: 10px;
  color: #000;
  z-index: 99;
  font-weight: 900;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
  font-weight: 500;
  margin-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  font-size: 13px;
  margin: 2px 5px 0px 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {}
.select2-selection__choice {
  margin: 10px 5px 0 0 !important;
}
.multiselect-wrapper {
  font-family: "arial";
  font-size: 15px;
  width: 100%;
}
.multiselect-input-div input {
  border: none;
  border-radius: 5px;
  width: 100% !important;
  margin: 0;
  padding: 9px;
}
.multiselect-wrapper .multiselect-list {
  border: 0;
  min-width: 96.5%;
}
.multiselect-wrapper ul li.active {
  background: none;
  color: #000;
}
.col-sm-12.filtre_avance {
  padding: 0 5px;
}
.multiselect-count {
  background-color: transparent;
}
.wc-product-table-controls .dataTables_length, .dataTables_info {
  display: none;
}
table.dataTable.no-footer {
  border: none !important;
}
.colleftproduct .subventions_content {
  background: #fff;
  padding: 20px;
}
.colleftproduct .contact_content {
  background: #f8f7f7;
  padding: 20px;
}
.colleftproduct .contact_content a {
  color: #000;
}
.colleftproduct .contact_content a:hover {
  text-decoration: none;
}
.colleftproduct .contact_content strong, .colleftproduct .subventions_content strong {
  margin-bottom: -5px;
  display: block;
}
.colleftproduct .contact_content i {
  margin-right: 5px;
  font-size: 17px;
}
.colleftproduct h4 {
  color: #000;
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 700;
}
/*.colleftproduct p {
		font-size:13px;
	}*/
.contentleftproduct {
  color: #fff;
  /*padding:10px;*/
  padding: 21px;
}
.contentleftproduct ul {
  padding-left: 10px;
}
.contentleftproduct a:hover {
  color: #000000;
}
.bgblue-light {
  background: #98b9c7;
}
.bgorange-light {
  background: #f8ac86;
}
.bgbraun-light {
  background: #c09879;
}
.bgpurple-light {
  background: #adafb2;
}
.slick-list {
  overflow: visible;
}
.slick-prev {
  right: 27px;
}
.slick-next {
  position: absolute;
  right: -2px;
}
.slick-next, .slick-prev {
  position: absolute;
  bottom: 15px;
  z-index: 999;
  padding: 8px 10px;
  border: none;
  background: #a00c73;
  color: #fff;
}
.slick-slide {
  height: auto !important;
}
.slick-slide figure {
  display: inline-block;
  text-align: center;
}
.content_news a {
  color: #000;
}
.content_news a:hover {
  text-decoration: none;
}
.home .news {
  margin-bottom: 30px;
}
/*.slick-current {
		left: 30px !important;
    	top: 30px !important;
		position: absolute !important;
	}

	.slick-track {
		    padding: 10px 30px 10px 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    position: relative;
    height: 80%;
    top: 10%;

	}*/
.clear {
  clear: both;
}
#offres .containerform {
  position: relative;
}
#offres .containerform ul.action {
  position: absolute;
  right: 34px;
  top: 31px;
}
#offres .containerform .search {
  margin-top: 102px;
}
.vce-single-image-inner {
  padding-bottom: 0 !important;
}
/*  RESPONSIVE
	--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .title .name {
    flex-basis: 270px;
  }
  .title .col.autre, .title .col.price2 {
    flex-basis: 76px;
  }
  .title .col.status {
    flex-basis: 118px;
  }
  .title .session {
    flex-basis: 96px;
  }
  .title .time {
    flex-basis: 97px;
  }
  .title .duree {
    flex-basis: 98px;
  }
}
@media (max-width: 1200px) {
  .search label {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  #offres .title {
    display: none;
  }
}
@media (max-width: 768px) {
  #offres .legend {
    display: none
  }
  .categoryProduct {
    font-size: 14px;
  }
  .nav-tabs li a {
    font-size: 12px;
  }
  #offres .title, #offres .status, .categoryProduct .status {
    /*display:none!important;*/
  }
  #offres .filtre {
    width: 100%;
    /*display: none;*/
    margin-left: 0px;
  }
  #offres .title {
    display: none;
  }
  #offres .row, .products .row {
    margin-bottom: 20px;
    z-index: 2;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .container_leftsingleproduct, .woocommerce div.product form.cart {
    width: 100%;
    clear: both;
  }
  /*.product-template-default .page-title,*/
  .woocommerce-breadcrumb {
    display: none;
  }
  .woo_wr h1, .tax-batiments h1 {
    margin-left: 41px;
    font-size: 1.3rem;
    margin-bottom: 50px;
  }
  .colleftproduct h1 {
    display: block;
  }
  .product-template-default .woo_wr .tab-pane, .containerform {
    padding: 20px;
    margin-bottom: 0px;
  }
  .descriptif h4 {
    margin-top: 10px;
  }
  .nav-tabs li {
    padding: 8px 8px;
  }
  .slick-next, .slick-prev {
    bottom: -30px;
  }
}
/*  RESERVATIONS
	--------------------------------------------------------------*/
.reservations .row {
  border-top: 1px solid #a22183;
  padding: 10px 0 10px 10px;
  margin-right: 0;
  margin-left: 0;
}
.reservations .row:nth-child(even) {
  background: #f8f7f7;
}
.reservations .titleCours {
  font-weight: bold;
}
.reservations .defCol {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999;
  top: 0;
  border-bottom: 1px solid #a22183;
  background: #a22183;
  color: #fff;
}
.reservations .defCol p {
  margin-bottom: 0;
}
.reservations .contCol {
  margin-top: 10px;
}
.stock.in-stock {
  display: none
}
.modal {
  z-index: 9999;
}
.percent a {
  color: #fff !important;
  text-decoration: none !important;
}
/* MODULE VISUAL COMPOSER */
.vce-tall-hoverbox--reverse-hover .vce-tall-hoverbox-wrapper .vce-tall-hoverbox-description, .vce-tall-hoverbox-wrapper:hover .vce-tall-hoverbox-description {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media (max-width: 768px) {
  .vce-tall-hoverbox-wrapper {
    padding-bottom: 37% !important;
  }
  .aws-container .aws-search-form .aws-form-btn {
    border: 1px solid #d8d8d8;
  }
  .aws-container .aws-search-form .aws-search-btn_icon {
    color: #333;
  }
  #el-8853e40e[data-vce-do-apply*=all][data-vce-do-apply*=el-8853e40e] {
    padding-top: 96px !important;
  }
  .layout_block .hide {
    display: none;
  }
}
@media (max-width: 940px) {
  #offres .containerform .search {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #offres .containerform .search .more {
    margin: 0px;
  }
  #offres .containerform ul.action {
    position: inherit;
    width: 100vw;
    text-align: center;
    margin: 0px;
    padding: 0px;
  }
  #offres .containerform ul.action a {
    padding: 5px
  }
}
/* billing */
/*
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields{display:none}
#billing_company_field{display: none;}
.woocommerce-additional-fields{display:none}
*/
.btn, .wp-block-button__link {
  background: #a22183;
  color: #fff;
  margin: 10px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  margin: 0px;
}
#content .wp-block-button__link {
  text-decoration: none;
}
.btn.active, .btn:hover, .wp-block-button__link:active, .wp-block-button__link:hover {
  background: #adafb2;
  color: #fff;
}
li#wp-megamenu-item-62329 .cat-item-10967 {
  display: none
}
/*réservation écran ifage*/
.product_cat_reservation-ifage {
  margin-top: 0px
}
.product_cat_reservation-ifage .entry-header {
  display: none
}
.product_cat_reservation-ifage #primary {
  padding: 0px
}
.product_cat_reservation-ifage td {
  padding: 5px;
}
/*.product_cat_reservation-ifage tr td:nth-child(2),
.product_cat_reservation-ifage tr th:nth-child(2){
	display:none;
}
*/
.search-results .nav-tabs {
  display: none
}
/*.search-results #offres{margin-top:-105px}
*/
/*pour règle un problème d'image qui n'apparaissait pas sur https://www5.ifage.ch/gouvernance/#el-feb8167a dans présidence*/
.vce-single-image-inner.vce-single-image--absolute .vce-single-image:not([data-dynamic-natural-size="true"]) {
  position: inherit !important
}
.search-results.archive .link_pdf {
  margin-top: 50px
}
.textInscription {
  color: #fff;
  text-align: justify;
  margin-top: 10px
}
.woocommerce img, .woocommerce-page img {
  width: 100%
}
.zonedenews iframe {
  width: 100% !important;
  margin-bottom: 20px !important;
}
.zonedenews img {
  margin-bottom: 20px;
  width: 100%
}
.home .zonedenews h3 {
  font-size: 1.2em
}
.containerform.row {
  margin: 0px;
  background: #fff;
}
.card {
  -ms-flex-direction: row !important; /*background: none;*/
}
.card .card-body {
  background: #fff
}
.row img {
  max-width: 100%
}
.chapeau {
  font-weight: bold
}
.info_presse {
  margin: 20px 0px;
  font-style: oblique
}
.media-image {
  margin-top: 40px;
}
.media-image > div {
  margin-bottom: 20px
}
#breadcrumbs a, #breadcrumbs {
  color: #fff
}
/*page actualité, batiments*/
.page-id-205435 .card, .page-id-47802 .card, .batiments_liste .card {
  padding: 0px;
  margin: 15px 15px;
  max-width: calc(33% - 30px) !important;
  min-width: calc(33% - 30px) !important;
}
.page-template-default #content .batiments_liste h3 {
  margin: 0px 0px 20px 0px !important
}
.page-template-default #content .batiments_liste i {
  float: left;
  margin-left: -20px;
  margin-top: 5px
}
.page-template-default #content .batiments_liste .block_icone {
  padding-left: 40px;
  padding-bottom: 80px
}
.page-template-default #content .batiments_liste .btn.btn-primary {
  padding-left: 30px
}
.card p.card-text {
  padding-bottom: 10px;
}
/* AJOUTE PAR IFAGE. METTEZ LES INSTRUCTIONS SELON VOTRE LOGIQUE, MERCI */
.vce-classic-tabs-tab {
  border: 0px !important;
}
.vce-classic-tabs-container::before, .vce-classic-tabs-container, .vce-classic-tabs-container::after {
  border: 0px !important;
}
.vce-classic-tabs-panels-container {
  border: 0px !important;
}
.vce-classic-tabs-panel-body {
  background-color: #f8f7f7; /* like .bg_grey_general */
}
.card {
  border: none;
  border-radius: 0;
  margin-bottom: 1em;
}
.card-header {
  background-color: #a70076;
  color: white;
  border: none;
  text-transform: uppercase;
}
.card-header:first-child {
  border-radius: 0;
}
.card-header h2, .card-header h3, .card-header h4, .card-header a {
  font-size: inherit;
  color: #ffffff !important;
  margin: 0 !important;
}
.card-footer {
  background-color: white;
  text-align: center;
  border-top: none;
}
.card-footer .picto { /* impossible to change color if svg picto is an image. */
  color: #fefefe;
  width: 60px;
  height: 60px;
}
.wp-megamenu-sub-menu span.wpmm_item_description {
  display: none
}
.layout_block .row {
  width: 100%;
}
.layout_block .content {
  padding: 30px 30px 80px 30px
}
.layout_block .card {
  margin-bottom: 30px;
}
.layout_block .hide {
  background: none;
}
.products .picto {
  width: 15px;
  height: 15px
}
.link_pdf a {
  text-decoration: none !important
}
.search .col-sm {
  max-width: 20%;
}
.search .categorie_menu .subcat {
  display: none
}
.woocommerce form.checkout_coupon {
  border: none;
}
.woocommerce form .form-row input.input-text {
  border: none;
  border-bottom: 1px solid #ced4da;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
}
.wpcf7-form [type="submit"] {
  margin: 10px 0 !important;
}
.wpcf7-form .form-control {
  border-radius: 0;
}
.post-template-default .bg_grey_generale {
  padding-top: 50px !important;
}
@media (min-height: 1200px) {
  .zonedenews iframe {
    height: 199px !important;
  }
}
@media (max-width: 1199px) {
  .zonedenews iframe {
    height: 166.875px !important;
  }
}
@media (max-width: 940px) {
  .zonedenews iframe {
    height: 150.125px !important;
  }
}
@media (max-width: 1000px) {
  #topmenu {
    display: none !important;
  }
  .wpmm_mobile_menu_btn, .wpmm_mobile_menu_btn:hover {
    background-color: transparent;
  }
  .wpmm_mobile_menu_btn:hover a {
    color: #333;
    text-decoration: none;
  }
  .page-template-default .navbar-brand {
    z-index: 20;
  }
  #main-nav li a, #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a {
    color: #000;
  }
  .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap, .wp-megamenu-wrap {
    position: inherit;
  }
  #menu-main-menu, #menu-main-menu-en {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100vh;
    overflow: auto;
    z-index: 9999999;
  }
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li.wpmm-hide-desktop {
    display: block;
  }
  .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li {
    width: 100% !important;
  }
  .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu li .children li {
    width: 50% !important;
    min-width: auto !important;
  }
  .wp-megamenu-wrap .product-categories > .cat-item {
    margin-bottom: 30px;
  }
  #wp-megamenu-item-408912 {
    position: fixed !important;
    display: table !important;
    bottom: 0px;
    left: 0px;
    background: #a00c73 !important;
    z-index: 999;
  }
  #wp-megamenu-item-408912 > a {
    display: none
  }
  #wp-megamenu-item-408912 a {
    padding: 0px !important;
  }
  #wp-megamenu-item-wpmm-search-icon {
    text-align: center;
    font-size: 3em;
  }
  #wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
    padding: 10px 0px;
  }
  #wp-megamenu-item-408957 {
    background: #a00c73;
    width: 50px !important;
    float: right !important;
    margin-right: -10px;
    margin-top: -10px;
  }
  #wp-megamenu-item-408957 span.wpmm-selected-icon {
    margin: 0px;
  }
  #wp-megamenu-item-408957 span.wpmm-selected-icon i {
    color: #fff;
    font-size: 2em !important;
  }
  #wp-megamenu-item-408912 .wp-megamenu-sub-menu {
    display: table !important;
    width: 100%;
    background: #a00c73 !important;
    padding: 10px;
  }
  #wp-megamenu-item-408912 .wp-megamenu-sub-menu li {
    float: left !important;
    width: 20% !important;
  }
  #wp-megamenu-item-408912 .fa {
    color: #fff;
    font-size: 2.5em !important;
  }
  #wp-megamenu-primary {
    margin-top: 0px !important;
    font-size: 1.3em;
    text-transform: uppercase;
  }
  .navbar-expand {
    position: fixed;
    z-index: 900;
    top: 0px;
    left: 0px;
    padding: 0 20px;
    width: 100vw;
  }
  .wpmm-nav-wrap.wpmm-main-wrap-primary {
    left: 0px;
  }
  .navbar-brand {
    width: 100px;
  }
  .navbar-expand .navbar-brand img {
    width: 100%;
  }
  .product-template-default .navbar-brand, .page-template-default .navbar-brand, .blog .navbar-brand, .post-template-default .navbar-brand {
    margin-top: 0px;
  }
  #wp-megamenu-primary.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap {
    height: auto;
  }
  #wp-megamenu-primary {
    /*margin-top:126px !important;*/
    z-index: 0;
  }
  .home #wp-megamenu-primary {
    margin-top: 0px !important;
  }
  #menu-main-menu, #menu-main-menu-en .archive #wp-megamenu-primary, .navbar-brand {
    margin-top: 0px;
  }
}
@media (max-width: 900px) {
  #page-sub-header .contentbanner {
    right: 0px;
    margin-top: 0px;
    padding-top: 40px;
  }
  .contentbanner .row {
    width: 100%;
  }
  .batiments_liste .card {
    padding: 0px;
    margin: 15px 15px;
    max-width: calc(100% - 30px) !important;
    min-width: calc(100% - 30px) !important;
  }
}
@media (max-width: 768px) {
  /*.woo_wr .zonedenews {
		display:none; 
	}*/
  .navbar-brand {
    z-index: 999999 !important;
    position: relative;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .page-id-47802 .card, .batiments_liste .card {
    padding: 0px;
    margin: auto;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  /*article .entry-header .entry-title, .tax-batiments h1,h1{left:40px;}*/
  .colleftproduct h1 {
    left: 0px;
  }
  #masthead {
    height: 325px !important
  }
  #page-sub-header .col-sm-6 h2 {
    fontsize: 1em;
  }
  #page-sub-header .col-sm-6 h2::after {
    display: none;
  }
  .ifage-icon {
    display: none;
  }
  #homeBox .vce-tall-hoverbox-wrapper {
    height: 130px;
  }
  #homeBox .vce-tall-hoverbox-description p span {
    font-size: 14px !important;
  }
  .vce-tall-hoverbox-inner {
    padding-top: 70px !important
  }
  .archive .header_categoy .term-description, .archive .dataTables_wrapper {
    padding: 30px;
    font-size: 1.2em;
  }
  .page-template-default #content .bg_grey_generale h3, .not-home h3 {
    margin-top: 0px;
  }
  .woo_wr .zonedenews {
    top: 0px;
  }
  .woo_wr .zonedenews {
    min-height: inherit;
    padding-bottom: 10px;
    margin-bottom: 0px
  }
  .categoryProduct {
    margin-top: 20px
  }
  .categoryProduct .status, .title .status, .products .col.price2, .products .col.financement, .categoryProduct .price2, .categoryProduct .autre, .categoryProduct .time, .categoryProduct .session, .categoryProduct .duree {
    /*flex-basis: min-content!important ne fonctionne pas sur safari*/
    flex-basis: 150px;
  }
  .archive .products .name {
    flex-basis: unset !important
  }
  #calendrier .row.title {
    display: none;
  }
  #calendrier .col {
    width: auto !important;
    flex-basis: auto !important
  }
  #calendrier .categoryProduct {
    margin-top: 5px;
  }
  .advancefilter {
    columns: 1
  }
  .advancefilter .col-sm {
    max-width: inherit;
  }
  .advancefilter > div {
    z-index: 0;
  }
  /*.zonedenews .slick-slide > div > div a:nth-child(2){display:none}*/
  .zonedenews .slick-slide > div > div .more {
    display: none
  }
  /*page actualité*/
  .page-id-205435 .card {
    padding: 0px;
    margin: auto;
    max-width: inherit !important;
  }
}
@media (max-width: 640px) {
  .vce-tall-hoverbox-inner {
    padding: 70px 17px 17px 17px !important;
  }
}
.tax-partner .logo_partner {
  width: 300px;
  max-width: 300px;
}
.tax-partner .woocommerce-info {
  display: none
}
.single-product .princeondemand {
  font-size: 1.2em;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
.single-product .containerform {
  padding: 0px
}
.single-product .products .col.name {
  flex-basis: 600px
}
.select2-results__option, .select2-selection__choice {
  text-transform: capitalize;
}
.single-post .bg_grey_generale {
  position: relative;
}
.single-post .info {
  position: relative;
  bottom: 0px;
  left: 15px;
  width: 100%;
  background: #a22183;
  padding: 10px;
  color: #fff;
}
.single-post .info .col- {
  border-right: 1px solid white;
}
.single-post #content .info .col- a {
  text-decoration: none;
}
.single-post .info .col-:last-child, .single-post .info .cat:last-child {
  border: none;
}
.navigation.post-navigation {
  display: none
}
.extrainfo {
  margin: 30px 0px;
}
.archive #primary {
  width: 100%
}
body .bg-light {
  background: #fff !important;
}
body .bg-light a {
  color: #000 !important;
}
/* NEWSLETTER MAILCHIMP */
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 600px;
  margin: auto;
}
#mc_embed_signup_scroll {
  padding: 20px;
}
#mc_embed_signup_scroll .indicates-required {
  margin: 30px 0 10px;
  color: #ccc;
}
#mc_embed_signup_scroll label {
  width: 100%;
}
#mc_embed_signup_scroll .input-group label {
  width: auto;
}
#mc_embed_signup_scroll p {
  margin-top: 30px;
}
#mc_embed_signup_scroll ul li {
  list-style: none;
}
#mc_embed_signup_scroll ul li input {
  margin-right: 10px;
}
#mc_embed_signup_scroll [type="submit"] {
  padding: 8px 10px 8px 10px;
  border: none;
  text-align: center;
  color: #fff;
}
#mc_embed_signup_scroll [type="submit"]:hover {
  background: #d19ec6 !important;
  color: #000;
}
.product_cat_panier .variation-Session {
  display: none;
}
.woocommerce table.shop_table td small {
  line-height: 0.9em !important;
}
.colleftproduct.mobile_second {
  clear: both;
}
.types_partenaire_liste .card-deck .card .content {
  padding: 30px;
}
.types_partenaire_liste .card-deck img {
  margin-bottom: 2rem;
}
/*problèem sur page centre d'examens sur les images en version . mobile*/
@media (max-width: 980px) {
  .types_partenaire_liste .card {
    flex: 100%;
  }
  .types_partenaire_liste .card-deck img {
    max-height: inherit !important;
    margin-bottom: 20px;
  }
}
select#sort { /*
    background: rgb(150, 188, 51)!important;
    width: 100px;
    margin: 0 auto;
    display: table;
    height: 50px !important;
    padding: 0px 5px 0px 5px;
    color: #fff;
    max-height: 45px;*/
}
/*IE11*/
_:-ms-fullscreen, :root .card-img-top {
  width: 100%;
  min-width: 100% !important
}
_:-ms-fullscreen, :root .card {
  -ms-flex-direction: column !important
}
/**
 * Démarches : Bannière
**/
.ifage-bg-primary {
  background-color: var(--ifa-violet);
}
.ifage-bg-secondary {
  background-color: var(--ifa-grey-light);
}
.ifage-bg-product_cat_4209, .ifage-bg-lang, .card.product_cat_4209 h3 {
  background-color: var(--ifa-lan) !important;
}
.card.product_cat_4340 h3 {
  background-color: var(--ifa-man) !important;
}
.card.product_cat_4341 h3 {
  background-color: var(--ifa-tic) !important;
}
.card.product_cat_4342 h3 {
  background-color: var(--ifa-ind) !important;
}
.card.product_cat_4312 h3 {
  background-color: var(--ifa-for) !important;
}
.demarches-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  margin-bottom: 1rem;
  width: 100%;
  justify-items: center;
}
@media (min-width: 600px) {
  .demarches-banner {
    grid-template-columns: repeat(4, 1fr);
    background-color: var(--ifa-grey-light);
    padding: 1rem;
  }
  /* demarches bloc in same row as bloc secteurs on homepage*/
.row-secteurs-et-demarches .demarches-banner{

  grid-template-columns: repeat(2, 1fr);
}
}


.demarches-banner .demarche-banner {
  margin: auto;
}
.demarches-banner .demarche-banner img {
  background-color: #a70076;
  height: auto;
}
/**
 * Démarches : page de taxonomie
*/
.demarches_liste .card-deck {
  gap: 1rem;
  margin-right: 0;
  margin-left: 0;
}
.demarches_liste .card-deck .card {
  flex-basis: 50%;
  /*max-width:300px;*/
  margin: auto;
  margin-top: 2rem;
}
.demarches_liste .card-deck .card h3 {
  padding-right: 100px;
}
.demarches_liste .card-deck .card h3 img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
}
.demarches_liste .card-deck .card .content {
  padding: 1rem
}
@media (min-width: 300px) {
  .demarches_liste .card-deck .card {
    flex-basis: 45%
  }
}
/**
 * Démarches : page de terme
*/
.demarches.card-deck {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1%;
}
.demarches.card-deck .card {
  margin: 1rem auto;
  flex: 0; /* item won't grow if alone on a row*/
}
@media (max-width: 699px) {
  .demarches.card-deck .card {
    flex-basis: 100%;
  }
}
@media (min-width: 700px) {
  .demarches.card-deck .card {
    flex-basis: 49%
  }
}
.demarches.card-deck .card h3 {
  margin-top: 0;
  padding-right: 52px;
  font-weight: bolder;
  /*border-top-left-radius: 25px;*/
}
.demarches.card-deck .card h3:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  border-radius: 25px 0 0 0;
  background-color: #fff;
  content: url(assets/img/exclamation_violet.svg);
}
.demarches.card-deck .card.product_cat_4209 h3:after {
  content: url(assets/img/exclamation_green.svg);
}
.demarches.card-deck .card.product_cat_4340 h3:after {
  content: url(assets/img/exclamation_blue.svg);
}
.demarches.card-deck .card.product_cat_4342 h3:after {
  content: url(assets/img/exclamation_brun.svg);
}
.demarches.card-deck .card.product_cat_4341 h3:after {
  content: url(assets/img/exclamation_orange.svg);
}
.demarches.card-deck .card .content {
  padding: 1rem;
}
@media (min-width: 700px) {
  .demarches.card-deck .card .content {
    max-height: 20rem;
    overflow-y: auto;
  }
  .demarches.card-deck .card .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
  }
  .demarches.card-deck .card .content > ul {
    flex-basis: 48%;
  }
}
.demarches.card-deck .card .content ul {
  padding-left: 1rem;
  padding-right: 2rem;
}
.demarches.card-deck .card .content > ul {
  break-inside: avoid;
}
.demarches.card-deck .card .content ul > li {
  /*list-style-type: none;*/
  list-style-type: square;
}
.demarches.card-deck .card .content ul > li > ul > li {
  /*list-style-type: none;*/
  list-style-type: circle;
}
.demarches.card-deck .card .subcat {
  display: inline-block;
  margin-right: .5rem;
}
.demarches.card-deck .card .subcat a {
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  min-height: 1rem;
}
.product_cat_4312 .subcat a {
  border-top: 5px solid var(--ifa-for);
  border-collapse: collapse;
}
.product_cat_4312 .subcat a:hover {
  background-color: var(--ifa-for);
}
