body {
    background: white;
    background-size: cover;
    margin: auto;
    overflow-x: hidden;
    display: inline-block;
}

h1 {
    margin-top: -1em;
    margin-bottom: -1.1em;
    font-size: 4em; 
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    padding-top: 1em;
    background: white;
    text-align: center;
}

h2 {
    font-size: 4vh;
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    padding-right: 10vh;
    padding-top: 5vh;
}

h3 {
    text-align: center;
}

.fixe {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;    
    background: white;
    z-index: 100;
}

.titre {
    padding-top: 0.1em;
    margin-top: -0.1em;
    color: black;
    display: inline;
    background-color: white;
    font-size: 5vh;
}

a {
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal; 
    text-decoration: none;
    font-variant-caps: small-caps;
}

.gridtitre {
        display: grid;
        height: 6.5vh;
        grid-template-rows: 0%;
        grid-template-columns: 15% 70% 15%;
}

.cust {
    width: 2vh !important;
    margin-top : 32% !important;
}

.grid {
    display: grid;
        grid-template-columns: auto auto auto;
        justify-items: center;
        justify-content: space-around;
        border-bottom: 1px black solid;
        border-top: 1px black solid;
        height: 3vh;
        align-items: center;
}

.box {
    font-size: large !important;
}

.list {
    color: black;
}

.list2{
    color: black;
    display: block;
    font-variant-caps: small-caps;
    display: none;
}

.page {
    position: relative;
    background: white;
    padding-top: 1vh;
    margin-top: -5vh;
}

.top {
    background: url(montagne.jpg);
    width: 100%;
    z-index: 0;
    position: fixed;
    margin-top: -3vh;
    height: 70vh;
}

.image {
            width: 100%;
        display: block;
        background-size: cover !important;
        position: relative;
        height: 342px;
        background-position: center top !important;
        margin-top: 250px;
}

.image2{
    width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: -3vh;
        background: url(baspageacc.jpg);
        height: 55vh;
        position: relative;
        z-index: 1;
        background-size: cover;
        background-attachment: fixed;
}

.presentation {
    background: black;
    text-align: center;
    position: relative;
    z-index: 2;
}

.pres {
    border-radius: 3vh;
        width: 90%;
        height: 55vh;
        object-fit: cover;
}

.presprod {
	width: 100%;
        height: 50vh;
        object-fit: cover;
    filter : saturation(0.5);
}

.propacc { 
    border-radius: 5vh;
    max-width: 100%;
    object-fit: cover;
}

.flexpara {
        padding-bottom: 3vh;
        text-align: justify;
        max-width: 100%;
}

.para {
    font-size: 2vh;
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    padding-top: 1em;
    color: white;
    font-variant-caps: all-small-caps;
    width: 80%;
    margin: auto;
}

.intro {
    font-size: 5vh;
        font-family: "REM", sans-serif;
        font-optical-sizing: auto;
        font-weight: 100;
        font-style: normal;
        padding-top: 5vh;
        color: white;
        font-variant-caps: all-small-caps;
        margin: 0;
        padding-bottom: 5vh;
}

.containair {
        max-width: 80%;
        margin: auto;
}

.containair2 {
        max-width: 80%;
        margin: auto;
}

.blabla {    
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;  
    text-align: justify;
    font-size: 2vh;
    font-variant-caps: small-caps;
}

.centre {
    text-align: center;
}

.element{
    background: url(montre.jpg);
        border-radius: 3vh;
        background-size: cover;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 55vh;
        text-align: right;
        max-width: 120vh;
        transition: all 0.3s;
}
.element:hover {
    background: url('montre floue.jpg');
    border-radius: 3vh;
    box-shadow: 1vh 1vh 3vh rgba(0, 0, 0, 0.5);
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 57vh;
    text-align: right;
    max-width: 122vh;
}

.elementbis{
    border-radius: 3vh;
        background-size: cover;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 55vh;
        text-align: left;
        max-width: 120vh;
        transition: all 0.3s;
}

.elementbis:hover {
    border-radius: 3vh;
    box-shadow: 1vh 1vh 3vh rgba(0, 0, 0, 0.5);
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 57vh;
    text-align: left;
    max-width: 122vh;
}

.element2{
    background: url(tel.jpg);
    border-radius: 3vh;
    background-size: cover;
    padding-left: 10vh;
    height: 55vh;
    max-width: 120vh;
    transition: all 0.3s;
    margin-top: 0;
}

.element2:hover {
    background: url('tel flou.jpg');
    border-radius: 3vh;
    box-shadow: 1vh 1vh 3vh rgba(0, 0, 0, 0.5);
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 57vh;
    text-align: left;
    max-width: 122vh;
}

.element3{
    background: url('pièces.jpg');
    border-radius: 3vh;
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 55vh;
    text-align: right;
    max-width: 120vh;
    transition: all 0.3s;
}
.element3:hover {
    background: url('pièces floues.jpg');
    border-radius: 3vh;
    box-shadow: 1vh 1vh 3vh rgba(0, 0, 0, 0.5);
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 57vh;
    text-align: right;
    max-width: 122vh;
}

.element4{
    background: url('reparation.jpg');
    border-radius: 3vh;
    background-size: cover;
    margin-top: 0px;
    color: white;
    padding-left: 10vh;
    height: 55vh;
    transition: all 0.3s;
}
.element4:hover {
    background: url('reparation flou.jpg');
    border-radius: 3vh;
    box-shadow: 1vh 1vh 3vh rgba(0, 0, 0, 0.5);
    background-size: cover;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 57vh;
    text-align: left;
    max-width: 122vh;
}

li{
    list-style: none;
}

.gridprop {
    display: flex;
    gap: 10vh;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100vh;
    margin: auto;
}

.prop {
    width: 100%;
        height: 70vh;
        object-fit: cover;
        transition: all 0.5s;
        border-top-left-radius: 20vh;
        border-top-right-radius: 20vh;
        border-bottom-left-radius: 15vh;
        border-bottom-right-radius: 10vh;
}

.prop1 {
    width: 100%;
        height: 70vh;
        object-fit: cover;
        transition: all 0.5s;
        border-bottom-left-radius: 20vh;
        border-bottom-right-radius: 20vh;
        border-top-left-radius: 15vh;
        border-top-right-radius: 10vh;
}

.prop:hover .propdesc {
    display: block;
}

.propfond{
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal; 
    text-decoration: none;
    font-variant-caps: small-caps;
    font-size: 4vh;
    color: white;
    position: relative;
    top: -64vh;
        text-align: center !important;
        left: 0 !important;
}
.propdesc{
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
    font-variant-caps: small-caps;
    font-size: 2vh;
    color: white;
    text-align: center;
    width: 80%;
    position: relative;
    margin: auto;
    top: -60vh;
    transition: all 0.5s;
}

.propfb {
    position: relative;
    width: 40vh;
    height: 40vh;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3vh;
    top: -44.4vh;
}

footer {
    font-size: 1.3vh;
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    background: white;
    border-top: 1px black solid;
    position: relative;
        z-index: 2;
}

.pied {
    margin-bottom: 2vh;
    font-size: 70%;
}
.pied2 {
    display: flex;
    margin-bottom: 2vh;
    align-items: center;
    font-variant-caps: small-caps;
}

.pied3 {
    display: flex;
    margin-bottom: 2vh;
    align-items: center;
    font-variant-caps: small-caps;
    justify-content: center;
    font-size: large;
}

.gridpied {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
    justify-items: center;
}

.reseau {
    width: 2vh;
}

.contact {
    margin-top: 3vh;
    margin-bottom: 2vh;
    text-align: center;
}

ul{
    margin-top: 0;
}

.logocontact{
    width: 2vh;
}

.fin {
    margin-left: 1vh;
    font-size: large;
}

.gridprod {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    column-gap: 1.5%;
    justify-content: center;
    align-items: start;
    justify-items: center;    
}

.gridprod2 {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 1.5%;
    justify-content: center;
    align-items: start;
    justify-items: center;  
    padding-bottom: 8vh;
}

.produits {
    height: 40vh;
    width: 30vh;
    border-radius: 5%;
    background-size: cover;
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 50;
}

.produits:hover + .nom{
   margin-top: 44vh;
   color: black;
}

.produits:hover {
    height: 42vh;
    width: 32vh;
    box-shadow: 1vh 1vh 3vh rgba(0, 0, 0, 0.5);
    margin-bottom: 4vh;
}

.produits1 {
    background: url(montre1.jpg);
    background-size: cover;
}

.produits1:hover {
    background: url(montre1dos.jpg);
    background-size: cover;
}

.produits2 {
    background: url(montre2.jpg);
    background-size: cover;
}

.produits2:hover {
    background: url(montre2dos.jpg);
    background-size: cover;
}

.produits3 {
    background: url(ecouteurs.jpg);
    background-size: cover;
}

.produits4 {
        background: url(casque.jpg);
        background-size: cover;
}

.produits5 {
    background: url(montre3.jpg);
    background-size: cover;
}

.produits5:hover {
    background: url(montre3face.jpg);
    background-size: cover;
}

.produits6 {
    background: url(montre4.jpg);
    background-size: cover;
}

.produits7 {
    background: url(montre5.jpg);
    background-size: cover;
}

.tel1 {
    background: url(ip13.jpg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel1:hover {
    background: url(ip13dos.jpg);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel2 {
    background: url(ip14.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel2:hover {
    background: url(ip14dos.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel3 {
    background: url(ip14pro.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel3:hover {
    background: url(ip14prodos.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel4 {
    background: url(ip15.png);
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel4:hover {
    background: url(ip15dos.png);
    background-size: 83%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel5 {
    background: url(ip15b.jpg);
    background-size: 127%;
    background-repeat: no-repeat;
    background-position: center;
}

.tel5:hover {
    background: url(ip15bdos.jpg);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
}

.categ {
    font-size: 5vh;
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    background: white;
    margin-left: 5vh;
    border-bottom: 1px black solid;
    margin-right: 5vh;
    font-variant-caps: small-caps;
    }

.nom {
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 2vh;
    text-align: center;
    color: black;
    margin-top: 20vh;
    color: transparent;
    transition: margin-top 0.3s ;
    position: absolute;
    z-index: 0;
}

.f{
    display: flex;
    justify-content: center;
}


.titrepied {
    color: black;
    display: flex;
    justify-content: center;
    background-color: white;
    font-size: 6vh;
}

.shop {
    padding: 10vh;
        padding-right: 10%;
        padding-left: 10%;
        position: relative;
        z-index: 2;
        background: white;
        max-width: 80%;
        margin: auto;
}

.marque {
    font-family: "REM", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-style: normal;
        font-size: 6vh;
        padding-bottom: 5vh;
        padding-top: 5vh;
        margin: 0;
        background-color: white;
        position: relative;
        z-index: 1;
        text-align: center;
}

.imgmark {
    background: white;
    position: relative;
    z-index: 1;
    padding-bottom: 3vh;
    padding-top: 3vh;
}

.ip {
	display : grid;
    margin-bottom: 5vh;
}

.listel {
        max-width: 90%;
        margin: auto;
}

.model {
	font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 4vh;
    transition: all 0.3s;
} 

.ctctn {
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 4vh;
    margin-bottom: 10vh;
    transition: all 0.3s;
    display: block;
    text-align: center;
    color: black;
}

.ctctn:hover {
    color: burlywood;
}

.model:hover {
    margin-bottom: 0;
}

.listmod {
	font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 3vh;
	color : black;
	position: relative;
	transition : all 0.3s;
}

.nomtel {
	position : relative;
	z-index : 1;
	background : white;
    text-align: center;
    margin-bottom: 2vh;
}

.model:hover .listmod {
	position: relative;
        top : 0;
}

.listmod:hover {
	color : burlywood;
}

.presentationprod {
        position: relative;
        background: white;
        margin-top: 0 !important;
}

.descprod {
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-size: 3vh;
    text-align: justify;
    color: black;
    font-variant-caps: all-small-caps;
    width: 80%;
    margin: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.mobile {
    grid-template-columns: 80% !important;
}

.pol {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    gap: 5%;
    justify-content: center;
    justify-items: center;
    padding: 3vh;
}

.sombre2 {
    filter: brightness(0.5);
}

.none {
    display: none !important;
}

.depla {
    position: relative;
    background: white;
}

.charger { 
    width: 100%;
    padding-bottom: 10vh;
    padding-top: 10vh;
}

.support {
    width: 100%;
    padding-bottom: 10vh;
    padding-top: 10vh;
}

.shopify {
    margin: 0 !important;
}

.shopify-buy-frame shopify-buy-frame--productSet {
    padding-bottom: 10vh;
}

.la23,.km10 {
    width: 100%;
    position: relative;
}