        /* ============= HOME =========== */
.home,
.clavier,
.souris,
.pack,
.ergonomie,
.sante{
    background: #eeeeee;
}
.home p,
.home h1,
.home h2,
.clavier p,
.clavier h3,
.souris p,
.souris h3,
.pack p,
.pack h3,
.ergonomie p,
.ergonomie h2,
.ergonomie h3,
.sante h2,
.sante h3,
.sante p{
    font-family: 'Poppins', sans-serif;
}
.home p,
.clavier p
.souris p,
.pack p,
.ergonomie p,
.sante p{
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}
.home h1{
    font-size: 30px;
    color: #dc143c;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 45px;
}
.ergonomie h2,
.home h2,
.sante h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
    color: #000;
}
.home h1 span,
.produitSpec p span,
.home h2 span,
.gammeTitle p span,
.ergoRight .ergoTxt p span,
.decouvrezTxt p span,
.produitSpec h2 span{
    display: block;
}
.home .img-head-home{
    position: relative;
    width: 700px;
    overflow: hidden;
    height: 700px;
}
.home .img-head-home img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.home .txt-head-home p{
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
}
.home .txt-head-home{
    padding: 0 0 0 50px;
}
.home .txt-head-home h2{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #212121;
    line-height: 1.2;
    margin: 0;
}
.home .txt-head-home h2 span{
    font-size: 43px;
    font-weight: normal;

}
.home header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header{
    background: #dedee1;
}
.ergonomie header{
    background: #eeeff3;
}
header .img-responsive,
.produitImg .img-responsive,
.ergoRight .ergoPicto .img-responsive,
.blocImg .img-responsive{
    margin: auto;
}
.introHome{
    margin: 60px 0 25px;
}
.blockProduit,
.blockGamme,
.blockErgo,
.key{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}
.produit{
    margin-top: 20px;
    margin-bottom: 40px;
    background: #fff;
    padding: 0;
    box-shadow: 1px 1px 10px 1px #c6c6c6;
}
.produitTitle{
    background: #dc143c;
    padding: 20px 0;
}
.produitTitle p,
.gamme p{
    margin-bottom: 0;
    font-size: 25px;
    text-align: center;
    color: #fff;
}
.produitTitle p{
    font-weight: lighter;
    text-transform: uppercase;
}
.produitImg{
    margin: 20px 0;
}
.produitSpec{
    height: 120px;
}

.produitSpec p:last-child {
    margin-top: 20px;
}
font.gblSale {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
font.gblSaleTax {
    position: relative;
}
span#GLOBAL\.TAXEXCLUDED {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: -20px;
    font-size: 20px;
}
font.TextNOB,
font.gblSaleTaxInc {
    display: none;
}
a.cta {
    border: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    background:#dc143c;
    cursor: pointer;
    padding: 5px 25px;
    font-weight: 600;
    text-decoration: none;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 30px;
    margin: 10px auto 20px;
    display: table;
}

a.cta:hover {
    background: #bc072b;
    border: none;
}
.blockGamme {
    padding: 0;
}
.gamme {
    width: 384px;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 1px 1px 10px 1px #c6c6c6;
}
.gamme p{
    font-weight: bold;
}
.gammeTitle {
    background: #dc143c;
    padding: 20px 0;
}
.gammeImg {
    padding: 0;
}
.gammeImg .img-responsive,
.ergoLeft .ergoImg .img-responsive{
    width: 100%;
}
.gammePrix {
    position: absolute;
    bottom: 0;
}
.ergo{
    box-shadow: 1px 1px 10px 1px #c6c6c6;
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}
.ergoLeft,
.ergoImg {
    padding: 0;
}
.ergoLeft .ergoTxt {
    position: absolute;
    top: 30px;
    left: 20px;
}
.ergoLeft .ergoTxt p:nth-child(1) {
    font-size: 25px;
    font-weight: lighter;
}
.ergoLeft .ergoTxt p:nth-child(1) em {
    color: #dc143c;
    font-weight: bold;
    font-style: normal;
}
.ergoLeft .ergoTxt p:nth-child(2),
.ergoLeft .ergoTxt p:nth-child(3) {
    font-size: 20px;
}
.ergoLeft .ergoTxt p:nth-child(2) em {
    color: #dc143c;
    font-style: normal;
}
.ergoRight {
    background: #fff;
}
.ergoRight .ergoLogo .img-responsive {
    margin: 10px auto;
}
.ergoRight .ergoTxt p {
    color: #005483;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.ergo a.cta {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* ============= CLAVIER / SOURIS / PACK =========== */
.clavierTitle,
.sourisTitle,
.packTitle {
    margin-top: 60px;
    margin-bottom: 20px;
}
.clavier h3,
.souris h3,
.pack h3,
.ergonomie h3{
    font-size: 25px;
    font-weight: bold;
    color: #000;
}
.bloc {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 30px 10px;
    box-shadow: 1px 1px 10px 1px #c6c6c6;
}
.forme {
    clip-path: polygon(0 0, 25% 0, 100% 100%, 0% 100%);
    background: #dc143c;
    position: absolute;
    width: 390px;
    z-index: 0;
    height: 235px;
    left: 0;
}
.blocSpec h3 {
    margin-bottom: 9px;
}
.bloc .produitPrix {
    align-self: flex-end;
    margin-bottom: 20px;
}
.produitPrix .price br{
    display: none;
}
.bloc a.cta {
    margin: auto;
}
.decouvrez {
    background: #dc143c;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 60px;
}
.decouvrezImg {
    padding: 0;
}
.decouvrezTxt p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.decouvrez a.cta {
    position: absolute;
    right: 50px;
    border: 1px solid #fff;
}
.decouvrez a.cta:hover{
    background: #fff;
    color: #dc143c;
}
.souris .bloc {
    padding: 0;
}

.pack .forme {
    height: 235px;
}

.ergonomie h2{
    margin-bottom: 20px;
}
.ergonomie .produitSpec {
    height: 70px;
}
.ergonomie .forme{
    height: 247px;
}

.sante header{
    background: #091636;
}
.key {
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
.sante h2{
    margin-bottom: 10px;
    font-size: 25px;
}
.sante .bloc{
    padding: 0;
}
.sante .forme{
    height: 253px;
}
.sante .produitLogo .img-responsive {
    position: relative;
    top: -60px;
    left: 120px;
}
.sante .decouvrez {
    padding: 60px 20px;
}
.sante .decouvrezTxt .img-responsive {
    float: right;
    top: -40px;
    position: relative;
}
/* -- mobileDevice --*/
.mobileDevice .home h1{
    font-size: 25px;
}
.mobileDevice .home h1 span{
    display: inline;
}
.mobileDevice .produit{
    margin-bottom: 20px;
}
.mobileDevice .produitSpec {
    height: auto;
}
.mobileDevice .ergoLeft .ergoTxt {
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 47%);
    padding: 20px;
}
.mobileDevice .ergoRight .ergoPicto .img-responsive {
    margin-bottom: 30px;
}
.mobileDevice .ergoRight a.cta {
    position: initial;
    top: 0;
    left: 0;
    transform: none;
}
.mobileDevice .forme {
    clip-path: polygon(0 0, 50% 0, 0 75%, 0 75%);
    top: 0;
}
.mobileDevice .blocSpec {
    margin-top: 50px;
}
.mobileDevice .bloc .produitPrix {
    position: relative;
    top: 0;
}
.mobileDevice .bloc a.cta {
    margin: 0 auto 30px;
}
.mobileDevice .decouvrezTxt p {
    text-align: center;
    margin-top: 20px;
}
.mobileDevice .decouvrez a.cta {
    position: initial;
    margin: 30px auto 20px;
}
.mobileDevice .key{
    flex-direction: column-reverse;
}
.mobileDevice .keyImg .img-responsive {
    margin: 20px auto 0;
}
.mobileDevice .sante .produitLogo .img-responsive {
    position: absolute;
    top: -159px;
    left: 217px;
}
.mobileDevice .sante .decouvrez {
    padding: 10px;
}
.mobileDevice .decouvrezImg .img-responsive:first-child {
    margin: 20px auto;
}
/* -- tabletDevice --*/
.tabletDevice .home h1 span{
    display: inline;
}
.tabletDevice .produitSpec {
    height: 150px;
}
.tabletDevice .gamme{
    width: 230px;
}
.tabletDevice .gamme p{
    font-size: 20px;
}
.tabletDevice .ergoLeft .ergoTxt{
    position: initial;
}
.tabletDevice .ergo a.cta {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
}
.tabletDevice .ergoRight .ergoLogo {
    margin-top: 60px;
}
.tabletDevice .ergoRight a.cta {
    top: 55px;
}

.tabletDevice .forme {
    width: 285px;
    height: 183px;
}
.tabletDevice .clavier h3 {
    font-size: 19px;
}
.tabletDevice .bloc .produitPrix {
    top: 10px;
}
.tabletDevice .decouvrezTxt p {
    font-size: 20px;
}
.tabletDevice .decouvrez a.cta {
    right: 10px;
    top: 40px;
}
.tabletDevice .souris .forme {
    width: 285px;
    height: 235px;
}
.tabletDevice .ergonomie .produitSpec {
    height: 95px;
}
.tabletDevice .ergonomie .forme {
    width: 285px;
    height: 219px;
}


.tabletDevice .sante .forme {
    height: 253px;
}
.tabletDevice .sante .produitLogo .img-responsive {
    left: 95px;
    top: -40px;
}
.tabletDevice .sante .decouvrez a.cta {
    top: 70px;
}

.tabletDevice .home .img-head-home{
    width: 400px;
    height: 390px;
}
.tabletDevice .home .txt-head-home h2{
    font-size: 40px;
}
.tabletDevice .home .txt-head-home h2 span{
    font-size: 35px;
}
.mobileDevice .home header{
    flex-direction: column-reverse;
    gap: 20px;
    padding: 0 0 20px;
}
.mobileDevice .home .img-head-home{
    width: 100%;
    height: 330px;
}
.mobileDevice .home .txt-head-home p{
    text-align: center;
}
.mobileDevice .home .txt-head-home h2{
    font-size: 30px;
    text-align: center;
}
.mobileDevice .home .txt-head-home h2 span{
    font-size: 25px;
}