
.body-lp {background: #000;}
.bg_lp { background-color: #000; background-image: url("https://www.bridgestone-agriculture.net/hubfs/Extranet/LandingPages/VX-R_fond-login_Journees-Clients.jpg"); background-position: center; background-repeat: no-repeat; }
.hero_lp {text-transform: uppercase; color: #fff; font-size: 64px; letter-spacing: 6px; line-height: 1.5;}

.header-red:before {
  --nav-height = 80px;
  content: "";
  position: absolute;
    left: -38px;
    top: 0;
    width: 535px;
    height: 0;
    border-bottom: 80px solid #e30613;
    border-left: 26.66px solid transparent;
    -webkit-animation: fadein .5s ease-in-out forwards;
    animation: fadein .5s ease-in-out forwards;
}
.dash:before {background-color: unset !important; color: #E30613; content: '\002F\0020';}

.btn-primary {
 position: relative;
 display: block;
 width: 100%;
 margin: 0;
 padding: 1rem 2rem;
 color: #fff;
 background-color: transparent;
 border: none;
 font-size: 1.2rem;
 text-transform: uppercase;
 letter-spacing: 0.1rem;
 text-align: center;
 line-height: 1.4;
 outline: none;
 cursor: pointer;
 -webkit-transition: color 250ms ease-in-out;
 transition: color 250ms ease-in-out;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.btn-primary:before {
 background-color: #ED1C24;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 width: 100%;
 top: 0;
 -webkit-transition: -webkit-transform 250ms ease-in-out;
 transition: -webkit-transform 250ms ease-in-out;
 transition: transform 250ms ease-in-out;
 transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
@media all and (min-width: 768px) {
 .btn-primary, .btn-secondary {
	 display: inline-block;
	 width: auto;
}
}
.btn-primary span {
 display: inline-block;
 position: relative;
 z-index: 3;
}
.btn-primary svg {
 position: relative;
 z-index: 4;
 display: inline-block;
 max-height: 2rem;
 max-width: 2rem;
 vertical-align: -0.5rem;
 fill: #fff;
 -webkit-transition: fill 250ms;
 transition: fill 250ms;
}
.btn-primary:hover:before {
 -webkit-transform: skew(-15deg);
 transform: skew(-15deg);
}
.btn-secondary {
  border: 1px solid #364650;
  color: #364650;
  padding: 8px 20px 8px 20px;
  width: 100%;
}
.btn-secondary:hover {
  border-color: #5f6b73;
  -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
  color: #5f6b73;
}

.bs-button {
  color: #fff;
  font-family: BridgestoneType-Bold,Noto Sans Bold,Arial;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 20px 8px 20px;
  display: inline-block;
  overflow: hidden;
  background-color: #ed1c24;
  border: 1px solid #ed1c24;
  -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
  /*-webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;*/
}
.bs-button span { display: inline-block; /*transition: transform .0s linear;*/ }
.bs-button:hover {
  color: #ff0000;
  background-color: #ffffff;
  border: 1px solid #ff0000;
    /*-webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;*/
}
.bs-button:hover span { display: inline-block; /*transform: skew(15deg);*/ }
.bs-button-arrow:after {
  content: "\002192";
   display: inline-block;
  margin-left: 5px;
  /*-webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s,-webkit-transform .7s;*/
}
.bs-button:hover span .bs-button-arrow:after {
   display: inline-block;
  /*-webkit-animation-name:moveRight;
  animation-name:moveRight;
  -webkit-animation-duration:1s;animation-duration:1s;
  -webkit-animation-iteration-count:infinite;
  animation-iteration-count:infinite*/
}

.cmp-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    margin: 0 auto;
    padding: 10px 24px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    color: #fff;
    background-color: #fff;
}
.cmp-button:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    -webkit-box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
    z-index: 0;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}
.button--sec-full .cmp-button, .button--sec .cmp-button {
    border: 1px solid #364650;
    color: #364650;
}
.cmp-button:hover:after {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}
.button--sec-full .cmp-button:active, .button--sec-full .cmp-button:hover, .button--sec .cmp-button:active, .button--sec .cmp-button:hover {
	 border-color: #5f6b73;
	 -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
	 box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
	 color: #5f6b73;
}
.cmp-button__text {
  /*background-color: #fff;*/
}
.cmp-button__icon {
  margin-left: 0.66667rem;
  box-sizing: inherit;
}
[class*=" icon-"], [class^=icon-] {
    display: inline-block;
    vertical-align: middle;
}
.cmp-button__icon i {
    font-size: 1.33333rem;
}
.icon-arrow_forward:before {
    content: "\002192";
}
.cmp-button:hover .anim-mv-right {
	 -webkit-animation-name: moveRight;
	 animation-name: moveRight;
	 -webkit-animation-duration: 1s;
	 animation-duration: 1s;
	 -webkit-animation-iteration-count: infinite;
	 animation-iteration-count: infinite;
}
.button[class*=-full] .cmp-button {
    width: 100%;
}
.button--prim-bg-full .cmp-button, .button--prim-bg .cmp-button {
    background-color: transparent!important;
    background-color: #ed1c24;
    color: #fff;
}
.button--prim-bg-full .cmp-button:after, .button--prim-bg .cmp-button:after {
	 content: "";
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: #ed1c24;
	 border: 1px solid #ed1c24;
	 -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
	 box-shadow: 0 3px 4px 0 rgba(0,0,0,0.2);
	 z-index: 0;
	 -webkit-transition: -webkit-transform .5s ease;
	 transition: -webkit-transform .5s ease;
	 transition: transform .5s ease;
	 transition: transform .5s ease, -webkit-transform .5s ease;
}
.button--prim-bg-full .cmp-button>*, .button--prim-bg .cmp-button>* {
    z-index: 1;
}
.button--prim-bg-full .cmp-button:hover:after, .button--prim-bg .cmp-button:hover:after {
	 -webkit-transform: skew(-15deg);
	 transform: skew(-15deg);
	 -webkit-transition: -webkit-transform .5s ease;
	 transition: -webkit-transform .5s ease;
	 transition: transform .5s ease;
	 transition: transform .5s ease, -webkit-transform .5s ease;
}
.bs-accordion__item-icon {
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s,-webkit-transform .7s;
    margin-left: 5px;
}

/* TABLE */
.article .testimonial tbody tr td, .article .testimonial thead th { border: 1px solid #000; padding: 4px; }
.article .testimonial thead th { background-color: red; color: #fff; font-weight: 700; }

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

/*
.hidden {
    display: none;
    visibility: hidden;
}
 */

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}