/*
 Theme Name:   Voltager Child
 Template:     voltager
*/

/*****************************************************************************************************************
***************************************************** SOCIAL *****************************************************
/*****************************************************************************************************************/
#social {
  position: fixed;
  right: 0;
  top: 50vh;
  z-index: 2;
}

#social div>ul>li {
  display: block;
  box-shadow: 0 135px 100px -100px #e7632c inset;
  background-color: #f09537;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 58px;
  height: 50px;
  border-radius: 50% 0 0 50%;
  margin: 0 0 15px 0;
  position: relative;
}

#social div>ul>li:hover {
  box-shadow: 0 200px 100px -100px #212325 inset;
  background-color: #212325;
}

#social div>ul>li>a {
  text-align: center;
}

#social div>ul>li>a:before {
  color: #fff;
  font-size: 30px;
  height: 50px;
  left: 0;
  line-height: 50px;
}

#site-navigation.stuckMenu {
  background-color: transparent;
}

/*****************************************************************************************************************
********************************************* MENU SOCIAL MULTISITES *********************************************
/*****************************************************************************************************************/
#social div>ul>li.menu-item-has-children {
  width: auto;
  border-radius: 30px 0 0 30px;
  padding: 0 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #212325;
  box-shadow: none;
}

#social div>ul>li.menu-item-has-children::before {
  content: '\f1ab';
  font-family: FontAwesome;
  color: #fff;
  display: inline-block;
  background: none;
  font-size: 28px;
  position: relative;
  line-height: 50px;
  height: 50px;
  width: 25px;
  margin: 0 5px;
  top: 0;
  float: left;
}

#social div>ul>li.menu-item-has-children>a {
  float: left;
}

#social div>ul>li.menu-item-has-children a {
  display: inline;
  margin: 0 10px;
  line-height: 50px;
  height: 50px;
  width: 20px;
}

#social div>ul>li.menu-item-has-children ul.sub-menu {
  display: inline-block;
  margin: 0;
}

#social div>ul>li.menu-item-has-children ul.sub-menu li {
  margin: 0;
}

#social div>ul>li.menu-item-has-children ul.sub-menu li>a {}


/*****************************************************************************************************************
***************************************************** HEADER *****************************************************
/*****************************************************************************************************************/
@media (min-width:768px) and (max-width:1199px) {
  header+div {
    margin-top: 190px
  }
}

header.site-header.minimal>.header-container {
  padding: 0;
}

header.site-header.minimal #header_nav>.site-branding>.site-logo>.site-logo__link {
  display: block;
  line-height: 0;
}

header.site-header.minimal #header_nav>.site-branding>.site-logo>.site-logo__link img {
  height: 100%;
  width: auto;
  margin: 15px 0;
  min-height: 82px;
  max-height: 82px;
}

header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li>a {
  padding: 30px 15px;
}

header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li[id^="menu-item-"].current_page_item>a::before,
header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li[id^="menu-item-"].menu-item-has-children.menu-hover>a::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #f09336 transparent transparent transparent;
  z-index: 1000;
  left: 0;
  margin: 0 auto;
  right: 0;
}

@media (min-width: 1200px) {

  header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li[id^="menu-item-"].menu-item>a:after,
  header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li.menu-item.super-guacamole__menu>a:after {
    height: calc(100% + 27px);
    top: -14px;
  }

  header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li[id^="menu-item-"].current_page_item>a::before,
  header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li[id^="menu-item-"].menu-item-has-children.menu-hover>a::before {
    bottom: -23px;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu {
    top: calc(100% + 13px);
  }
}

@media (min-width: 768px) {
  header.site-header.minimal {
    position: fixed;
    width: 100%;
    z-index: 2;
  }

  header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li[id^="menu-item-"].menu-item>a:after,
  header.site-header.minimal #header_nav>.header_caption .main-navigation>ul.menu:not(.active)>li.menu-item.super-guacamole__menu>a:after {
    background: #e7632c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e7632c 0%, #f09537 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e7632c 0%, #f09537 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e7632c 0%, #f09537 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7632c', endColorstr='#f09537', GradientType=0);
    /* IE6-9 */
    margin: 0;
  }

  header.site-header.minimal #header_nav>.header_caption>.header__search {
    top: 25%;
    margin-top: 0;
  }

  /*************************************************** SOUS-MENU ***************************************************/
  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>a {
    color: #fff;
    position: relative;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu {
    margin-top: 0;
    display: flex;
    background: #fff;
    left: auto;
    right: 0;
    min-width: 500px;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu li {
    border: 1px solid #f4f4f4;
    padding-right: 15px;
    padding-left: 15px;
    flex-grow: 1;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu li span+a,
  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu>li>a {
    color: #3b414b;
    font-weight: 100;
    width: 100%;
    padding: 0;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu>li>a strong {
    font-weight: 500;
    color: #f09537;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu li>ul {
    visibility: visible;
    opacity: 1;
    position: inherit;
    top: auto;
    left: auto;
    background: transparent;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu li>ul>li {
    border: none;
  }

  header.site-header.minimal #header_nav>.header_caption>#site-navigation>#main-menu>li.menu-item>.sub-menu li>ul li>a {
    padding: 0;
    width: auto;
  }
}

@media (max-width: 767px) {
  header.site-header.minimal>.header-container {
    padding: 15px 0;
  }

  .header_caption.open form[role=search].search-form {
    width: calc(100% + 140px);
    right: 70px;
    margin-bottom: -5px;
  }

  .header_caption form[role=search].search-form {
    width: 0;
    right: 30px;
  }

  header.site-header.minimal #bloc_header #header_nav>.header_caption .header__search .search-form__toggle {
    right: 0;
    margin: 0 15px 0 0;
  }

  header.site-header.minimal #bloc_header #header_nav>.header_caption>#site-navigation {
    align-self: center;
  }

  header.site-header.minimal #bloc_header #header_nav>.header_caption>.main-navigation.toggled {
    width: 100%;
    position: fixed;
    height: 100%;
    display: block;
  }

  header.site-header.minimal #bloc_header #header_nav>.header_caption>.main-navigation.toggled>button.menu-toggle {
    right: 30px;
    position: absolute;
    z-index: 11;
    color: #e7642c;
  }

  header.site-header.minimal #bloc_header #header_nav>.header_caption>.main-navigation.toggled>.menu.active {
    height: 100vh;
    margin: 0;
    overflow: scroll;
  }

  header.site-header.minimal #bloc_header #header_nav>.header_caption>.main-navigation.toggled+.header__search {
    display: none;
  }
}

/*****************************************************************************************************************
***************************************************** FOOTER *****************************************************
/*****************************************************************************************************************/
#menu_footer_right {
  margin-top: -5px;
}

#menu_footer_right li {
  font-size: 20px;
  color: #fff;
  padding: 0;
  margin-top: 0;
  text-transform: uppercase;
}

#menu_footer_right li::before {
  width: 25px;
  height: 4px;
  border-radius: 0;
  bottom: -15px;
  top: auto;
}

#menu_footer_right li:last-child::before {
  content: none;
}

#menu_footer_right li:not(:last-child) {
  margin-bottom: 25px;
}

#menu_footer_right li:last-child {
  margin-bottom: 0;
}

#menu_footer_right li a {
  color: #fff;
}

#menu_footer_right li a i {
  color: #e7642c;
}

#footer-area aside {
  padding: 50px 1em;
  margin: 0;
}

#footer_site_nav {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer_site_nav .footer-container {
  border: 1px solid #000;
}

#footer_site_nav .footer-container .footer-copyright {
  color: #fff;
  font-weight: normal;
  position: relative;
  flex: 1;
  align-self: center;
}

#footer_site_nav .footer-container .footer-copyright:after {
  content: '';
  position: absolute;
  background-color: #e7642c;
  width: 61px;
  height: 4px;
  bottom: -30px;
  left: 0;
}

#footer_site_nav .footer-container nav.footer-menu {
  flex: 4;
  margin: 0;
}

#footer_site_nav .footer-container nav.footer-menu ul {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

#footer_site_nav .footer-container nav.footer-menu ul li {
  margin: 0;
}

#footer_site_nav .footer-container nav.footer-menu ul li a {
  position: relative;
}

#footer_site_nav .footer-container nav.footer-menu ul li a::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  content: '';
  z-index: 1;
}

#footer_site_nav .footer-container nav.footer-menu ul li a[title="Decoup+"]::before {
  background-image: url('img/DECOUP.png');
}

#footer_site_nav .footer-container nav.footer-menu ul li a[title="Roll concept"]::before {
  background-image: url('img/ROLL_CONCEPT.png');
}

#footer_site_nav .footer-container nav.footer-menu ul li a[title="Calemard"]::before {
  background-image: url('img/CALEMARD.png');
}

#footer_site_nav .footer-container nav.footer-menu ul li a[title="Calemard 4.0"]::before {
  background-image: url('img/Calemard-4.png');
}

#footer_site_nav .footer-container nav.footer-menu ul li a[title~="SPOOLEX"],
#footer_site_nav .footer-container nav.footer-menu ul li a[title~="SPOOLEX"]::before {
  width: 300px;
  height: 110px;
  top: 3px;
}

#footer_site_nav .footer-container nav.footer-menu ul li a[title~="SPOOLEX"]::before {
  background-image: url('img/logo-spoolex-2019.png');
}

#footer_site_nav .footer-container nav.footer-menu ul li a::after {
  content: '';
  position: absolute;
  left: 0;
}

@media (min-width: 1000px) {
  #footer_site_nav .footer-container .footer-copyright {
    font-size: 30px;
    margin-bottom: 50px;
  }

  #footer_site_nav .footer-container nav.footer-menu ul li a,
  #footer_site_nav .footer-container nav.footer-menu ul li a::before {
    height: 125px;
    width: 90px;
  }

  #footer_site_nav .footer-container nav.footer-menu ul li a::after {
    height: 90px;
    width: 90px;
    box-shadow: 15px 39px 64px rgba(0, 0, 0, 0.5);
    top: 0px;
  }
}

@media (max-width: 999px) {
  #footer_site_nav .footer-container .footer-copyright {
    font-size: 25px;
    margin-bottom: 40px;
  }

  #footer_site_nav .footer-container nav.footer-menu ul li a,
  #footer_site_nav .footer-container nav.footer-menu ul li a::before {
    height: 105px;
    width: 70px;
  }

  #footer_site_nav .footer-container nav.footer-menu ul li a::after {
    height: 104px;
    width: 83px;
    box-shadow: 5px 38px 36px rgba(0, 0, 0, 0.5);
    top: -28px;
  }
}

@media (min-width: 768px) {
  #footer_site_nav .footer-container nav.footer-menu ul {
    margin: 65px 0;
  }
}

@media (max-width: 768px) {
  #footer_site_nav+.footer-area-wrap {
    padding: 0;
  }

  #footer_site_nav+.footer-area-wrap>.container>section>aside:first-child {
    padding-bottom: 0;
  }

  #footer_site_nav+.footer-area-wrap>.container>section>aside,
  #footer_site_nav+.footer-area-wrap>.container>section>aside p {
    text-align: center !important;
  }

  #menu_footer_right li::before {
    left: calc(50% - 12.5px);
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  #footer_site_nav .footer-container nav.footer-menu ul {
    margin: 30px 0 0 0;
  }

  #footer_site_nav .footer-container nav.footer-menu ul li {
    flex: 1 1 50%;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 30px;
  }
}

@media (min-width: 601px) {
  #footer_site_nav .footer-container {
    display: flex;
  }
}

@media (max-width: 600px) {
  #footer_site_nav .footer-container nav.footer-menu ul {
    margin: 30px 0 0 0;
  }

  #footer_site_nav .footer-container nav.footer-menu ul li {
    margin: 30px 0;
  }
}

/*****************************************************************************************************************
***************************************************** CUSTOM *****************************************************
/*****************************************************************************************************************/
h2 {
  position: relative;
  margin-bottom: 50px;
  font-weight: normal !important;
}

h2::after {
  content: '';
  position: absolute;
  background-color: #212325;
  width: 61px;
  height: 4px;
  bottom: -23px;
  left: 0;
}

.invert h2::after {
  background-color: #e7642c;
}

.tm_pb_text_align_center h2::after,
h2[style*="text-align: center;"]::after {
  left: calc(50% - 30px);
}

.styleSimple h2::after,
h2.styleSimple::after {
  content: none;
}

#tm_builder_outer_content .tm_pb_slider>.tm_pb_slides>.tm_pb_slide>.tm_pb_container>.tm_pb_slide_description>.tm_pb_button.tm_pb_more_button.button_spoolex:last-child,
#tm_builder_outer_content .tm_pb_section .tm_pb_cta.tm_pb_module:not(.styleSimple)>.tm_pb_promo_description+.button_spoolex,
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form>.tm_contact_bottom_container>button.tm_pb_contact_submit.button_spoolex,
.project-media.listing_product>figure.featured-image+h3+a.more-button {
  border: none;
  color: #fff;
  box-shadow: 0 135px 100px -100px #e7632c inset;
  background-color: #f09537;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#tm_builder_outer_content .tm_pb_slider>.tm_pb_slides>.tm_pb_slide>.tm_pb_container>.tm_pb_slide_description>.tm_pb_button.tm_pb_more_button.button_spoolex:last-child:hover,
#tm_builder_outer_content .tm_pb_section .tm_pb_cta.tm_pb_module:not(.styleSimple)>.tm_pb_promo_description+.button_spoolex:hover,
.tm_pb_builder #tm_builder_outer_content .tm_pb_contact_form>.tm_contact_bottom_container>button.tm_pb_contact_submit.button_spoolex:hover,
.project-media.listing_product>figure.featured-image+h3+a.more-button:hover {
  box-shadow: 0 200px 100px -100px #212325 inset;
  background-color: #212325;
  color: #fff;
}

#main article>header+.entry-content>.tm_builder_outer_content>.tm_builder_inner_content>.tm_pb_section>.container>.tm_pb_row>.tm_pb_column>.tm_pb_text ul>li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f105';
  color: #e7642c;
  height: 100%;
  background: none;
  line-height: 7px;
  font-size: 22px;
}

/*****************************************************************************************************************
****************************************************** HOME ******************************************************
/*****************************************************************************************************************/
.tm_pb_slides h2::after {
  content: none;
}

#tm_builder_outer_content .tm_pb_slider .tm-pb-controllers {
  bottom: 15px !important;
}

/****************************************************************************************************************
**************************************************** CONTACT ****************************************************
/****************************************************************************************************************/
.tm_pb_builder #tm_builder_outer_content form.tm_pb_contact_form>.row>div>label.tm_pb_contact_form_label {
  color: #e7642c;
  text-transform: uppercase;
}

.tm_pb_builder #tm_builder_outer_content .tm_contact_bottom_container>.tm_pb_contact_right {
  margin-right: 15px;
}

/*****************************************************************************************************************
************************************************ OFFRE - Calemard ************************************************
/*****************************************************************************************************************/
#calemardPage {
  margin: 50px 0;
}

#calemardPage>.tm_pb_column_1_4 {
  margin-top: -100px;
}

#calemardPage>.tm_pb_column_1_4>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex,
#calemardPage>.tm_pb_column_1_2>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex {
  margin: 0 0 20px 0;
  font-size: 24px;
  text-align: left;
  line-height: 30px;
  min-height: 120px;
  min-width: 315px;
  padding: 30px 15px 30px 75px !important;
  color: #000000;
  background: #e6e6e6;
  text-transform: uppercase;
  border: none;
}

#calemardPage>.tm_pb_column_1_4:nth-child(2)>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex,
#calemardPage>.tm_pb_column_1_2:nth-child(2)>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex {
  border-radius: 50px 0 0 50px;
}

#calemardPage>.tm_pb_column_1_4:last-child>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex,
#calemardPage>.tm_pb_column_1_2:last-child>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex {
  border-radius: 0 50px 50px 0;
}

#calemardPage>.tm_pb_column_1_4>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex::after,
#calemardPage>.tm_pb_column_1_2>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex::after {
  background: -webkit-linear-gradient(left top, #e7632c, #f09537);
  background: linear-gradient(left top, #e7632c, #f09537);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: rotate(-45deg);
  font-size: 68px !important;
  top: 40px;
  left: 12px;
  opacity: 1;
  display: inline-block;
  content: attr(data-icon);
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
}

/*****************************************************************************************************************
**************************************************** PRODUITS ****************************************************
/*****************************************************************************************************************/
.single-projects .cherry-projects-single-post>.container_product {
  padding-top: 45px;
}

.single-projects .cherry-projects-single-post>.container_product>.content_img>.img_product {
  vertical-align: top;
}

.single-projects .cherry-projects-single-post>.container_product>.content_img>.img_product,
.single-projects .cherry-projects-single-post>.container_product>.content_img>.content_product {
  width: calc(50% - 60px);
  display: inline-block;
}

.single-projects .cherry-projects-single-post>.container_product>.content_img>.img_product {
  margin-right: 115px;
}

.single-projects .cherry-projects-single-post>.container_product>.content_img>.img_product>.cherry-projects-slider__instance>.slider-pro {
  background: transparent;
}

.single-projects .cherry-projects-single-post>.container_product>.content_img>.img_product>.cherry-projects-slider__instance>.slider-pro>.sp-thumbnails-container.sp-bottom-thumbnails {
  bottom: initial;
  padding: 0;
}

.single-projects .cherry-projects-single-post>.container_product>.content_img>.img_product>.cherry-projects-slider__instance>.slider-pro>.sp-slides-container {
  border: 1px solid #e6e6e6;
  margin: -1px;
}

.img_product>.cherry-projects-slider__instance>.slider-pro>.sp-thumbnails-container+.sp-full-screen-button {
  top: 20px;
  right: 20px;
}

.img_product>.cherry-projects-slider__instance>.slider-pro>.sp-slides-container>.sp-mask>.projects-slider__items>.projects-slider__item>.sp-image-container {
  position: relative;
}

img.blockImg {
  margin-top: auto !important;
  margin-bottom: auto;
  top: 50%;
  bottom: 50%;
  position: absolute;
}

.content_product h2 {
  margin-top: -15px;
}

.docLiens {
  color: #e7642c;
  display: block;
}

.docLiens:hover {
  color: #212325;
}

.docLiens::before {
  content: ">> ";
}

.buttonDocContact {
  color: #fff;
  box-shadow: 0 135px 100px -100px #e7632c inset;
  background-color: #f09537;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 75px;
  padding: 0 60px;
  display: inline-block;
  margin: 15px auto 0 auto;
  text-transform: uppercase;
  font-size: 18px;
}

.buttonDocContact:hover {
  box-shadow: 0 200px 100px -100px #212325 inset;
  background-color: #212325;
  color: #fff;
}

.infos_product {
  padding: 100px 0 60px 0;
}

.toggleContent {
  display: none;
  font-size: 16px;
}

.toggleContent p {
  margin-bottom: 1em;
}

.toggleContent.info_plus_product ul {
  margin-left: 25px;
}

.toggleContent.video_product {
  padding: 15px 30px 0 30px;
}

.toggleTitle {
  color: #e7642c;
  font-size: 24px;
  display: block;
  position: relative;
  padding-left: 20px;
}

.toggleTitle::before {
  content: '\f105';
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.toggleTitle.open::before {
  transform: rotate(90deg);
}

/*****************************************************************************************************************
************************************************* PRODUCTS LISTE *************************************************
/*****************************************************************************************************************/
.project-media.listing_product {
  text-align: center;
  margin-bottom: 55px;
}

.project-media.listing_product figure::after {
  content: none;
}

.project-media.listing_product figure+h3 {
  text-align: center;
}

.project-media.listing_product figure+h3>a {
  color: #212325;
  font-size: 24px;
  line-height: 24px;
}

.project-media.listing_product>figure.featured-image+h3+a.more-button {
  border: none !important;
}

.projects-filters-list-wrapper {
  padding: 0;
  width: 100%;
}

#sous-cat-product .projects-filters-list-wrapper ul.projects-filters-list.filter-category {
  display: grid;
  grid: 30px 30px / auto-flow auto;
  grid-column-gap: 30px;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category {
  display: grid;
  grid: 30px 30px 30px / auto-flow auto;
  grid-column-gap: 30px;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug] {
  margin: 0 !important;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug=""] {
  grid-column: 1 / 7;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug*="refente"] {
  order: 2;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug*="special"] {
  order: 3;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug*="trancannage"] {
  order: 4;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug="refente"],
.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug="special"],
.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug="trancannage"] {
  order: 1;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug].active span {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  background: #e7632c;
  background: -moz-linear-gradient(top, #e7632c 0%, #f09537 100%);
  background: -webkit-linear-gradient(top, #e7632c 0%, #f09537 100%);
  background: linear-gradient(to bottom, #e7632c 0%, #f09537 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7632c', endColorstr='#f09537', GradientType=0);
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug] span {
  color: #3b414b;
  transition: all 0.3s;
  padding: 0 15px;
}

.projects-filters-list-wrapper ul.projects-filters-list.filter-category li[data-slug]:hover span {
  font-weight: 500;
}

/*****************************************************************************************************************
*********************************************** ARTICLES SUR HOME ************************************************
/*****************************************************************************************************************/
.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing {
  padding: 0 !important;
}

.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column {
  padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column::before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  bottom: 0;

  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column .tm-posts_item {
  min-height: min-content;
  height: calc(100vw/4);
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  padding: 10px;
}

.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column .tm-posts_item .tm-posts_item_content {
  position: relative;
}

.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column .tm-posts_item .tm-posts_item_content h5 a {
  font-size: 30px;
  text-transform: uppercase;
}

.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column .tm-posts_item .tm-posts_item_content .tm-posts_item_meta,
.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column .tm-posts_item .tm-posts_item_content .tm-posts_item_meta p,
.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column .tm-posts_item .tm-posts_item_content .tm-posts_item_meta a time {
  font-size: 18px !important;
  color: #fff;
}

.home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column .tm-posts_item .tm-posts_item_content .tm-posts_item_meta p {
  margin-bottom: 0;
}


.home.tm_pb_builder #tm_builder_outer_content .tm_pb_bg_layout_light>.tm_pb_promo_description+.tm_pb_promo_button.tm_pb_button.button_spoolex {
  padding: 15px !important;
  width: 100%;
  margin-bottom: 15px;
}

/*************************************************************************************************
***********************************************   ************************************************
/*************************************************************************************************/
div#pictos-petit .tm_pb_blurb {
  width: calc(100%/4);
  display: inline-block;
  vertical-align: top;
}

.tm_pb_cta.invert a.tm_pb_promo_button.tm_pb_button {
  background: transparent !important;
  border: 2px solid #b4b4b4 !important;
  color: #8b8b8b !important;
  box-shadow: none !important;
}

.tm_pb_cta.invert a.tm_pb_promo_button.tm_pb_button:hover {
  background: #b4b4b4 !important;
  color: #fff !important;
}

#calemardPage.secondCol-MgUp100 .tm_pb_column_1_2.tm_pb_column_2 {
  margin-top: -100px;
}

#calemardPage .tm_pb_column_1_2.tm_pb_column_2 .tm_pb_button_module_wrapper {
  max-width: 49%;
}

@media (max-width:1280px) {
  .tm_pb_column_1_2#pictos-petit .tm_pb_blurb {
    width: calc(100%/2);
  }
}

@media (max-width: 767px) {

  .site-header.minimal .main-navigation .menu-toggle,
  .site-header.minimal .search-form__toggle:before,
  .site-header.minimal .search-form__toggle:after {
    color: #b3b9be !important;
  }
}

@media (max-width: 767px) and (min-width: 601px) {
  #footer_site_nav .footer-container nav.footer-menu ul li {
    flex: 1 1 auto;
  }

  #footer_site_nav .footer-container nav.footer-menu ul li:first-child {
    width: 100%;
  }
}

@media (max-width:760px) {

  .page .entry-content .menu-footer-secondaire ul>li::before,
  ul>li:before {
    display: none;
  }
}

@media (max-width:545px) {
  #calemardPage.secondCol-MgUp100 .tm_pb_column_1_2.tm_pb_column_2 {
    margin-top: 0px;
  }

  #calemardPage>.tm_pb_column_1_4 {
    margin-top: 0px;
  }

  #calemardPage>.tm_pb_column_1_4:nth-child(2)>.tm_pb_button_module_wrapper.tm_pb_module>.button_spoolex {
    border-radius: 0 50px 50px 0;
  }

  #tm_builder_outer_content h2 {
    font-size: 32px;
    margin-top: 35px;
  }

  #tm_builder_outer_content .img-bigpicto-container .tm_pb_module img {
    max-width: 70%;
    margin: 35px auto;
  }

  .img-bigpicto-container .container:nth-child(2n) .row {
    flex-direction: column-reverse;

  }

  .main-navigation .menu>li>.sub-menu-toggle {
    top: 15px;
  }

  .home .tm-posts_listing .col-sm-12 {
    width: 100%;
  }

  .home.tm_pb_builder #tm_builder_outer_content .tm-posts_listing>.tm-posts_layout-3 .tm_pb_column {
    padding: 35px 15px;
  }
}

@media (max-width: 999px) {

  #footer_site_nav .footer-container nav.footer-menu ul li a,
  #footer_site_nav .footer-container nav.footer-menu ul li a::before {
    width: 70px;
    background-size: contain;
  }
}

/* @media (min-width: 990px) {
  .header-container_wrap.container {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .header-container_wrap.container {
    max-width: 95%;
  }
} */

.wpml-ls-statics-footer {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 100;
}

.wpml-ls-statics-footer li {
  list-style-type: none;
}

.wpml-ls-statics-footer li a {
  background-color: transparent
}

.wpml-ls-statics-footer li:before {
  display: none;
}

.wpml-ls-statics-footer .wpml-ls-current-language>a {
  background-color: transparent;
  border: 1px solid #e7632c7a;
}

.header_caption {
  padding-right: 50px;
}

.wpml-ls-statics-footer a:hover,
.wpml-ls-statics-footer a:focus,
.wpml-ls-statics-footer .wpml-ls-current-language:hover>a,
.wpml-ls-statics-footer .wpml-ls-current-language>a:focus {
  background: #ef9136;
}

.site {
  hyphens: initial;
  -ms-hyphens: none;
}

.single-post .entry-content {
  width: 100%;
}


/*************************************************************************************************
*********************************************** POPIN COVID ************************************************
/*************************************************************************************************/

.home .popin-covid {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  background-color: #fff;
  text-align: center;
  z-index: 999;
  opacity: 0.8;
  border-radius: 15px;
  transition: 500ms;
}

@media screen and (max-width: 999px) {
  .home .popin-covid {
    padding: 30px 30px 10px;
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .home .popin-covid {
    top: 5%;
    left: 5%;
    font-size: 14px;
    padding: 30px 12px 10px;
    transform: none;
  }
}

/* @media screen and (max-height: 500px) {
  .home .popin-covid {
    top: 5%;
    left: 5%;
    font-size: 14px;
    padding: 30px 12px 10px;
    transform: none;
  }
} */

.home .bg-grey {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(34, 32, 32);
  opacity: 0.7;
  z-index: 998;
  visibility: visible;
  transition: 500ms;
}

.popin-covid .title {
  font-weight: 500;
  margin: 10px 0 20px;
  color: #e7632c;
  font-size: 20px;
  line-height: 22px;
}

@media screen and (max-width: 500px) {
  .popin-covid .title {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 15px;
  }
}

.popin-covid .subtitle {
  margin: 15px 0 30px;
  font-weight: 500;
}

.popin-covid p {
  margin: 0;
}

@media screen and (max-width: 500px) {
  .popin-covid p {
    line-height: 18px;
  }
}

.btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1000;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.home.stop-covid .bg-grey,
.home.stop-covid .popin-covid {
  opacity: 0;
  visibility: hidden;
}