@charset "UTF-8";

/*
 * Surcharge du thème Act21 pour site isagri.fr
 *
 * ISAGRI | sdegliame 03-2020
 */

.debug-rouge * {
  outline: 1px solid rgba(255, 0, 0, 0.5);
}

.debug-noire * {
  outline: 1px solid rgba(0, 0, 0, 0.5);
}

.debug * {
  outline: 1px solid rgba(0,255, 255, 0.60);
}

/* ==========================================================================
   Customization variables
   ========================================================================== */

:root {
  --theme_color: #8db119;
  --dark_color: #4C575C;
  --light_color: #D2D2D2;
  --it_color: #fc6a2a;
  --text_color: #383d47;
  --heading_color: var(--dark_color);
  --media_md: 1139px;
  --media_sm: 767px;
  --media_xs: 479px;
}

.w-50 {
  width: 100%;
}

@media all and (min-width: 767px) {
  .w-50 {
    width: 49.9%;
  }
}

.dark-content {
  color: var(--text_color) !important;
}

.bg-white {
  background: #fff !important;
}

.bg-light {
  background: var(--light_color) !important;
}

.txt-color-2 {
  color: var(--it_color) !important;
}

/* typo */

.h4-like {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 0.4em;
}

.h4-like,
.h4-like a {
  color: var(--text_color);
}

/* end typo */




.button.meteus {
  background-color: #4ca2be;
}

.button.meteus:hover {
  background-color: #5bc2e4;
}


.button.color-black.empty {
  background-color: transparent !important;
  border-color: #000 !important;
  color: #000 !important;
}

.button.color-black.empty:hover {
  background: #000 !important;
  color: #fff !important;
}

.button.color-white.empty {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.button.color-white.empty:hover {
  background: #fff !important;
  color: #000 !important;
}

.cta-block {
  display: block;
  font-size: 1.1em;
}

.content-section-isagri {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.flex__child > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-flow: row wrap;
}

.flex__child .flex__item {
  float: none !important;
}

.flex--h {
  display: flex;
  flex-flow: column wrap;
}

.page__enjeux .flex--h {
  flex-flow: row nowrap;
}

.flex--h > img {
  display: block;
  max-width: 100%;
}

.flex--v {
  display: flex;
  flex-flow: column wrap;
}

@media all and (min-width: 767px) {
  .flex--h {
    flex-flow: row nowrap;
  }
}


#cross-selling .flex__child > .row-fluid-wrapper > .row-fluid {
  flex-flow: row wrap;
  align-items: center;
}

.flex__child .cs--card {
  width: 45%;
  margin: 0 0 1rem 0;
}

.flex__child .cs--card:nth-child(odd) {
  margin-right: 1rem;
}


@media all and (min-width: 767px) {
  #cross-selling .flex__child > .row-fluid-wrapper > .row-fluid {
    flex-flow: row nowrap;
  }

  #cross-selling .flex__child .cs--card {
    width: 25%;
    margin: 0 1rem 0 0;
  }
}


/*
@media all and (min-width: var(--media_sm)) {
  .flex__child > .row-fluid-wrapper > .row-fluid {
    flex-flow: row nowrap;
  }
}
*/

.fz-15 {
  font-size: 1.5em
}

.fz-2 {
  font-size: 2em;
}

.page__autre [id^="hero"]

.page__autre [id^="hero"] {
  margin-top: 4em;
  height: 363px;
  /* text-shadow: 0.25em 0.25em 0.5em rgba(0,0,0,0.85); */
  background-position-x: 70%;
}

.page__autre [id^="hero"] .hero-format,
.page__produit-logiciel #hero .hero-format {
  width: 97%;
}

/*
.page__autre [id^="hero"] .hero-format {
    margin-top: -15%;
}
*/

.hero-format h1 {
  font-size: 2em;
}

#hero .mobile--blanc,
#hero .mobile--blanc-xs  {
  padding: 0.05rem 1em;
  background: rgba(0,0,0,0.50);
}

#hero .mobile--noir,
#hero .mobile--noir-xs {
  padding: 0.05rem 1rem;
  background: rgba(255,255,255,0.75);
}

#hero .mobile--blanc h1,
#hero .mobile--blanc p,
#hero .mobile--blanc-xs h1,
#hero .mobile--blanc-xs p {
  color: #fff !important;
}

#hero .mobile--noir h1,
#hero .mobile--noir p,
#hero .mobile--noir-xs h1,
#hero .mobile--noir-xs p{
  color: #000 !important;
  text-shadow: none !important;
}

@media all and (min-width: 30em) {
  #hero .mobile--noir-xs,
  #hero .mobile--blanc-xs {
    background: none;
  }
}


@media all and (min-width: 80em) {
  #hero .mobile--noir,
  #hero .mobile--blanc {
    background: none;
  }
}

.page__autre [id^="hero"] .hero-format h1 {
  font-size: 2.4em;
  padding: 1rem 2rem;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(5px);
  /* test SD 20221003 */
}

@media all and (min-width: 768px) {
  .page__autre [id^="hero"] .hero-format {
    text-shadow: none;
  }

  .page__autre [id^="hero"] .hero-format,
  .page__produit-logiciel #hero .hero-format {
    width: 90%;
  }

  /*
  .page__autre [id^="hero"] .hero-format {
    margin-top: -10%;
  }
  */

  .page__autre [id^="hero"] .hero-format h1 {
    font-size: 1.75em;
  }
}

@media all and (min-width: 1024px) {
  .page__autre [id^="hero"] .hero-format,
  .page__produit-logiciel #hero .hero-format {
    width: 75%;
  }
  .page__autre [id^="hero"] .hero-format h1 {
    font-size: 3em;
  }
}

@media all and (min-width: 1280px) {
  .page__autre [id^="hero"] .hero-format,
  .page__produit-logiciel #hero .hero-format {
    width: 50%;
  }

  .page__autre [id^="hero"] .hero-format h1 {
    font-size: 3.2em;
  }
}

.page__home-page #hero {
  background-position: 55%; /* décallage version mobile */
}

.page__produit-logiciel #hero {
  position: relative;
  background-color: transparent;
  margin-top: 4.5em;
  height: 350px;
  background-position-x: 80%;
}

.page__enjeux .hero-content-wrapper,
.page__produit-logiciel .hero-content-wrapper {
  background: rgba(255,255,255,0.50);
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-top: -70px;
}

.page__gamme-materiel #hero,
.page__produit-materiel #hero {
  position: relative;
  background-color: transparent;
  background-size: contain;
  height: 450px;
  overflow: hidden;
}

.page__gamme-materiel .hero-format h1,
.page__produit-materiel .hero-format h1,
[class^="page__produit-"] .hero-format p {
   z-index: 10;
   /*text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;*/
}

.page__produit-logiciel .hero-format h1 span {
  font-size: clamp(2.5rem, 2.05rem + 1.5vw, 3.4rem);
  line-height: 1.1;
  display: block;
}

.page__enjeux .hero-format h1,
[class^="page__produit-"] .hero-format h1 {
  font-size: clamp(2.5rem, 2.05rem + 1.5vw, 3.4rem);
  letter-spacing: 0.005em;
  line-height: 1em;
  text-shadow: 0 0 0.5em rgba(255,255,255,1);
  width: 100%;
}

.page__enjeux .hero-format h1,
.page__enjeux .hero-format p,
.page__produit-logiciel .hero-format h1,
.page__produit-logiciel .hero-format p {
  color: #333;
  text-align: left;
}

.page__gamme-materiel #hero .hero-format,
.page__produit-materiel #hero .hero-format {
  margin-left: -2em;
  background: rgba(255,255,255,0.75);
  padding: 0.5em 1em;
  transform: translateY(20em);
}

.page__gamme-materiel #hero .hero-format {
  transform: translateY(12.2em);
}


.page__gamme-materiel .hero-format h1,
.page__produit-materiel .hero-format h1,
.page__produit-materiel .hero-format p {
  color: #333;
  text-align: left;
}

.page__gamme-materiel .hero-format h1,
.page__produit-materiel .hero-format h1 {
  letter-spacing: 0.005em;
  line-height: 1em;
}

.page__enjeux .hero-format p,
[class^="page__produit-"] .hero-format p {
  margin-bottom: 0.35em;
  line-height: 1.05;
}


.page__enjeux .flex--h > * {
  width: 50% !important;
}


@media all and (max-width: 767px) {
  .page__enjeux .hero-format h1,
    [class^="page__produit-"] .hero-format h1 {
    font-size: 1.65rem;
  }
}

/* ************************
 * Version non mobile
 **************************/

@media all and (min-width: 767px) {
  #hero {
    margin-top: 5.5em;
    background-position: 33%;
  }

  .page__enjeux .hero-content-wrapper,
  .page__produit-logiciel .hero-content-wrapper {
    background: transparent;
    padding: 0;
    margin-top: 0;
  }

  .page__home-page #hero {
    background-position: 55%; /* décallage version mobile */
    height: 620px;
  }

  .page__enjeux #hero  {
    height: 293px;
    margin-top: 5.4em;
  }

  .page__enjeux #hero .hero-format {
    width: 50%;
  }

  .page__enjeux #hero .hero-format p {
    width: 75%;
    line-height: 1.25;
  }

  .page__gamme-materiel #hero,
  .page__produit-materiel #hero {
    height: 293px;
    margin-top: 6.5em;
    background-position: 0;
  }

  .page__produit-materiel:not(.promize) #hero::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 513px;
    width: 154px;
    background: url('https://blog.isagri.fr/hubfs/ISAGRI/site_isagri_fr/headers/taches-it.png') no-repeat;
    z-index: -1;
  }

  .page__produit-materiel.promize #hero {
    background-size: cover;
  }

  .page__gamme-materiel #hero .hero-format,
  .page__produit-materiel #hero .hero-format {
    width: 50%;
    margin-left: 52%;
    background: rgba(255,255,255,0.70);
    padding: 1em;
    transform: translateY(0);
  }

  .page__enjeux #hero {
    background-position: 33%;
  }

  .page__autre [id^="hero"],
  .page__produit-logiciel #hero {
    background-position: right;
    height: 293px;
  }

  .page__autre [id^="hero"] {
    height: 466px;
    margin-top: 5em;
  }

  .page__enjeux .hero-format h1,
  [class^="page__produit-"] .hero-format h1 {
    font-size: 1.95rem;
    width: 75%;
  }

/*   .page__enjeux .hero-format p,
  [class^="page__produit-"] .hero-format p {
    text-shadow: none;
  } */
}

@media all and (min-width: 1024px) {
  .page__gamme-materiel #hero,
  .page__produit-materiel #hero {
    height: 363px;
    margin-top: 6.5em;
  }

  .page__autre [id^="hero"],
  .page__produit-logiciel #hero {
    height: 363px;
    margin-top: 6.5em;
  }

  .page__enjeux #hero {
    height: 363px;
    margin-top: 5.4em;
  }

  #hero {
    background-position: left;
  }
}

@media all and (min-width: 1280px) {
  .page__gamme-materiel #hero,
  .page__produit-materiel #hero {
    height: 513px;
    margin-top: 7.5em;
  }

  .page__autre [id^="hero"],
  .page__produit-logiciel #hero {
    height: 575px;
    margin-top: 7em;
  }

  .page__enjeux #hero,
  .page__autre #hero-513 {
    height: 513px;
    margin-top: 6.5em;
  }

  .page__gamme-materiel #hero .hero-format {
    width: 45%;
    transform: translateY(6em);
  }

  .page__produit-materiel #hero .hero-format {
    width: 90%;
    transform: translateY(6em);
  }

  .page__gamme-materiel #hero .hero-format h1,
  .page__produit-materiel #hero .hero-format h1 {
    font-size: 3rem;
  }
}

#hero-513.bg-img-defined {
  background-size: contain;
  background-position: right;
}

/*
*******************************

        HP isagri.fr

*******************************
*/

.page__home-page .hero-format h1 {
  font-size: 1.25rem;
}

@media all and (min-width: 767px) {
  .page__home-page .hero-format h1 {
    font-size: 2.25rem;
  }
}

.hp__module {

}

.hp__module1 {

}

.hp__module2 {
  background: var(--dark_color);
  color: #fff;
}

.hp__module2 .module__solution {
  position: relative;
  background: #fff;
  padding: 0.95em 0.95em 3em 0.95em;
  color: var(--text_color);
}

.hp__module2 .module__solution .hp__cta-wrapper > .row-number-2 {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}

.hp__module2 .module__solution p {
  color: var(--theme_color);
  margin-bottom: 3em;
}

.hp__module2 .module__solution h2,
.hp__module2 .module__solution h3,
.hp__module2 .module__solution h4 {
  position: relative;
  height: 2.5em;
  line-height: 1.2;
}

.hp__module2 .module__solution h2::after,
.hp__module2 .module__solution h3::after,
.hp__module2 .module__solution h4::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -0.65em;
  width: 80%;
  height: 2px;
  margin-left: calc(100% - 90%);
  background-color: var(--text_color);
}

.hp__module3 {

}

.hp__module4 {
  background: #efefef;
}

.module__hp-blog .hs_cos_wrapper_type_rss_listing > h3 {
  text-align: center;
  font-size: 2.2rem;
}

.hp__chiffres {
  color:#8c8c8c;
  font-size: 1.1em;
  line-height: 1;
}

.hp__chiffres .hp__chiffre {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.7;
  color: var(--theme_color);
}

@media all and (min-width: 767px) {
  .hp__chiffres {
    font-size: 1.2em;
  }
}

.hp__cta-wrapper .button {
  line-height: 1em;
}


.hp__marches > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

@media all and (max-width: 30em) {
  .hp__marches .hs-image-widget {
    width:6em;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.5em;
  }
}

/* ******* Flux RSS du blog ******* */

.module__hp-blog .hs-rss-module {
  display: flex;
  flex-flow: column wrap;
}

.module__hp-blog .hs-rss-module .hs-rss-item {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1em;
  border: 1px solid #bbb;
  border-radius: 6px;
}

.module__hp-blog .hs-rss-module .hs-rss-item-text {
  order: 2;
  width: 100%;
  float: none;
  padding: 0.25em 0.80em;
}

.module__hp-blog .hs-rss-module .hs-rss-title {
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
}

.module__hp-blog .hs-rss-module .hs-rss-description a {
  margin: 0;
  position: absolute;
  bottom: 6px;
  left: calc(67% - 93px);
}

.module__hp-blog .hs-rss-module .hs-rss-item-image-wrapper {
  position: relative;
  order: 1;
  width: 100%;
}

.module__hp-blog .hs-rss-module .hs-rss-item-image-wrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.module__hp-blog .hs-rss-module .hs-rss-item-image-wrapper img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
}

/*
@media (max-width: 479px)
  .module__hp-blog .hs-rss-module .hs-rss-item-image-wrapper {
    margin: 0 auto 0;
  }
}
*/

@media all and (min-width: 767px) {
  .module__hp-blog .hs-rss-module {
    flex-flow: row nowrap;
    justify-content: space-between;
  }
  .module__hp-blog .hs-rss-module .hs-rss-item {
    width: calc(100% / 3 - 20px);
  }
  .module__hp-blog .hs-rss-module .hs-rss-description a {
    left: calc(63% - 93px);
  }
}


/*
*******************************

        Header site isagri.fr

*******************************
*/

.isagri-header-site .control-button.search.fss-open-btn {
  margin-right: 2em;
}

.isagri-header-site .tel--mobile {
  position: absolute;
  right: 4.7em;
  top: 1.1em;
}

.isagri-header-site .tel--mobile a {
  font-size: 1.3em;
  color: var(--dark_color);
}

.isagri-header-site .tel--mobile a:hover {
  color: var(--theme_color);
}

.header__top a.header__top-link {
    margin-left: 1.5em;
    font-size: 0.9rem;
    font-weight: 400;
    color: #888;
    line-height: 0.8rem;
}

.header__top a.header__top-link:hover {
    color: ;
}

.header__top a.header__top-link:last-child {
    margin-right: 0;
}

.header__top-mobile {
  list-style-type: none;
  padding-left: 0;
  line-height: 2.5em;
  margin-bottom: 0;
  margin-left: -1.6em;
}

.header__top-mobile .header__top-mobile__item {
  margin-left:0;
  padding-left:0;
}

.header__top-mobile .header__top-mobile__item::before {
  content:"" !important;
}

.isagri-header-site .isagri-header-site-logo {
  width: 180px;
  margin-top: -1rem;
}

@media all and (max-width: var(--media_sm)) {
  .isagri-header-site .control-button .fa-lg {
    font-size: 24px;
    color: #666;
  }
}

.content-section.isagri__produit {
  padding: 35px 0;
}

.isagri__produit h2 {
  margin-bottom: 0.1em;
}

@media all and (min-width: 767px) {
  .content-section.content-section-hero {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .isagri-header-site .isagri-header-site-logo {
    width: auto;
  }

  .isagri-header-site .control-button.search.fss-open-btn {
    margin-right: 0;
  }

  .isagri-header-site .tel--mobile {
    display: none;
  }
}

/*
 *========================
 *
 * Formulaire & footer
 *
 *========================
*/

.footer__site a:hover {
  text-decoration: underline;
}

.liste--footer ul,
ul.liste--footer {
  list-style-type: none;
  padding-left: 0;
}

.liste--footer li::before {
  display: none !important;
}

@media all and (max-width: 767px) {
  .image__formulaire-bdp img {
    max-width: 50% !important;
  }
}

/*
 *=========================
 *
 * pages produits matériel
 *
 *=========================
*/

.table-caracteristiques {
  border: none;
  font-size: 14px;
}
.table-caracteristiques tr {
  border-bottom: 1px solid #dbdbdb;
}
.table-caracteristiques tr td {
  padding: 0.7em 1em;
}
.table-caracteristiques tr > td:first-child {
  font-weight: bold;
  line-height: 1.3;
  min-height: 2.5em;
  padding-left: 0;
  width: 29.99%;
}
.table-caracteristiques tr > td:nth-child(2) {
  width: 69.99%;
  vertical-align: top;
}

.page__produit-materiel .bg-dark,
.page__gamme-materiel .bg-dark{
  background-color: #222 !important;
}

/*
.page__gamme .btn-sp {
  display: none;
}
*/

.page__produit-materiel .card-box {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
}

.page__produit-materiel .card-box-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__produit-materiel .card-box-image img {
  margin: 0 auto;
  width: initial !important;
}

.page__produit-materiel .card-box-image::after {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background-color: var(--theme_color);
}

.page__produit-materiel .card-box-header {
  background-color: #fff;
  border-bottom: none;
  padding: 0.5em 1em;
  color: #333;
}

.page__produit-materiel .card-box-header h4 {
  color: var(--text_color);
  line-height: 1.25;
  text-align: center;
}

.page__produit-materiel .card-box-content {
  padding: 1.1em;
}

#materiel-crossseling .dark-content p {
  color: var(--text_color) !important;
}

#materiel-crossseling .dark-content h5 {
  color: var(--text_color) !important;
}

.page__produit-materiel .button[href="#formulaire-bdp"] {
  background-color: var(--it_color);
}

.page__produit-materiel div.nbomfp-content > div > figure > figcaption {
  opacity: 0;
}

/*
 *========================
 *
 * surcharge du menu
 *
 *========================
*/

#menu--v .hs-menu-depth-2 {
    padding-left: 2em;
}

#menu--v .hs-item-has-children > a {
  cursor: default;
  line-height: 1.175em;
}


.hs-menu-item a {
  position: relative;
}

.hs-menu-item .badge {
  
  height: auto;
  background: var(--theme_color);
  border-radius: 3px;
  line-height: 1.3;
  padding: 0.25em 0.6em;
  font-size: 0.75em;
  color: #fff;
}

#menu--v .hs-item-has-children > a:hover {
  color: var(--text_color)
}

#menu--v .menu--bdl {
  border-left: 1px solid #bbb;
  padding-left: 1em;
}


/* =========================
 * Surcharge menu mobile
 * =========================
*/
#isagri-slide-menu .control-button .fa-2x {
  font-size: 2.2em;
}

#isagri-slide-menu .hs-menu-depth-2 a {
  padding: 0.55rem 1.25rem 0.55rem 2.5rem;
}



/* ===================================
 * Surcharge formulaire bas de page
 * ===================================
*/

#formulaire-bdp .hs-error-msg,
#formulaire-bdp .hs-form-required {
  color:red;
}


.container-960 {
  max-width: 960px;
  margin: 0 auto;
}

@media all and (min-width: 767px) {
    .container-960 .flex-col:nth-child(even) .col-image {
        justify-content: flex-end;
    }

    .container-960 .flex-col:nth-child(even) .col-image {
        justify-content: flex-start;
    }
}


.submitted-message {
  color: #fff;
  background: var(--theme_color);
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
}

.slider-container {
    width: 80%;
    margin: 0 auto;
}

.noel2021 {
  display:none !important;
}

/* Modification du reCaptcha
*/

.hs_email_pro2 {
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* badge animé */

.badge {
  position: relative;
  display: inline-block;
  font-size: 0.70rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  z-index:1;
}

.badge-rotate {
  transform: rotate(-8deg);
}

.badge-isagri {
  color: #fff;
  background-color: var(--theme_color);
}

.anim {
  animation: pulse 1.75s infinite;
}

@keyframes pulse {
  from {
    box-shadow: 0 0 0 0px rgb(141 177 25 /85%);
  }
  to {
    box-shadow: 0 0 0 15px rgba(0 0 0 /0);
  }
}

abbr[title] {
  cursor: help;
}

.tabs-isagri