body {
    background: white;
    background-size: cover;
    margin: auto;
    overflow-x: hidden;
}

h1 {
    margin-top: -1em;
    margin-bottom: -1.1em;
    font-size: 8vh; 
    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;
}

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;
    padding-bottom: revert-layer;
    color: black;
    display: inline;
    background-color: white;
      
}

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;
    grid-template-columns: 10% 15% 50% 17% 8%;
    justify-content: center;
    align-items: center;
}

.grid {
    display: grid;
    grid-template-columns: 200px 200px 200px;
    justify-items: center;
    justify-content: space-around;
    border-bottom: 1px black solid;
    border-top: 1px black solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box {
    font-size: 2vh;
    
}

.list {
    color: black;
}

.list2{
    color: black;
    display: block;
    font-variant-caps: small-caps;
}

.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: flex;
        justify-content: center;
    margin-bottom: -3vh;
}

.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;
        margin-top: 100vh;
}

.menuder {
    background-image: url(fondachat.jpg);
    transition: height 0.3s;
    height: 0;
    opacity: 0;
    position: relative;
}

.men:hover .menuder {
    height: 200vh;
    width: 200vh;
    opacity: 100%;
    padding-top : 5vh;
}

.listder {
    display: none;
}

.men:hover .listder {
    display: block;
}

.pres {
    border-radius: 3vh;
        width: 100vh;
        height: 55vh;
        object-fit: cover;
}

.presprod {
	width: 100%;
        height: 100vh;
        object-fit: cover;
    filter : saturation(0.5);
}

.flexpara {
    display: grid;
        gap: 10vh;
        grid-template-columns: 45vh 45vh;
        justify-content: center;
        padding-bottom: 3vh;
        text-align: justify;
}

.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;
}

.intro {
    font-size: 5vh;
    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;
}

.containair {
    display: grid;
        grid-template-columns: 65% 32%;
        gap: 5%;
        align-items: center;
        max-width: 80%;
        margin: auto;
}

.containair2 {
    display: grid;
        grid-template-columns: 32% 65%;
        gap: 5%;
        align-items: center;
        justify-content: end;
        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;
}

.propacc {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
    border-radius: 5vh;
}

.prop:hover .propacc{
    filter: blur(4px);
    scale: 1.05;
}

.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;
}

.prop:hover .propfond {
    top: -54vh;
}

.sombre:hover .sombre2 {
    filter: brightness(50%);
}

.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: -45vh;
        transition: all 0.5s;
        text-align: center;
}
.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;
    display: none;
    text-align: center;
    width: 80%;
    position: relative;
    margin: auto;
    top: -55vh;
    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;
}
.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;
}

.gridpied {
    display: grid;
    column-gap: 20vh;
    justify-content: center;
    grid-template-columns: auto auto auto;
}

.reseau {
    width: 4vh;
}

.contact {
    margin-top: 3vh;
    margin-bottom: 2vh;
    text-align: center;
}

ul{
    margin-top: 0;
}

.logocontact{
    width: 4vh;
}

.fin {
    margin-left: 1vh;
}

.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: 25vh;
    padding-left: 25vh;
        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
}

.listel {
	display: grid;
    grid-template-columns: auto auto auto auto;
	        position: relative;
        z-index: 0;
	justify-items : center;
    max-width: 70%;
    margin : auto;
}

.model {
	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;
} 

.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;
	top: -20vh;
	transition : all 0.3s;
}

.nomtel {
	position : relative;
	z-index : 1;
	background : white;
    text-align: center;
}

.model:hover .listmod {
	position: relative;
        top : 0;
}

.listmod:hover {
	color : burlywood;
}

.presentationprod {
	display: grid;
        gap: 3%;
        position: relative;
        background: white;
        align-items: center;
}

.descprod {
	font-family: "REM", sans-serif;
        font-optical-sizing: auto;
        font-weight: 200;
        font-size: 3vh;
        text-align: justify;
        color: black;
        margin: 0;
        font-variant-caps: all-small-caps;
}

.pol {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    justify-content: center;
    justify-items: center;
    padding: 3vh;
}

.la23 {
    width: 50%;
    position: absolute;
    transition: all 0.5s;
    height: 100vh;
    object-fit: cover;
}

.lakm:hover .la23{
    width: 60%;
    z-index: 1;
}

.lakm:hover .latext {
    margin-left: 10%;
}

.montres {
    position: relative; 
    background: white; 
    display: grid;
    grid-template-columns: 50% 50%;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.km10 {
    width: 50%;
    position: absolute;
    transition: all 0.5s;
    height: 100vh;
    object-fit: cover;
}

.lakm:hover .km10{
    width: 60%;
    z-index: 1;
    margin-left: -10%;
}

.lakm:hover .kmtext {
    margin-left: -10%;
}

table {
    border-collapse: collapse;
    position: relative;
    margin: auto;
    font-size: 3vh;
    font-family: "REM", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

td {
    border: 1px solid black;
    padding-left: 5vh;
    padding-right: 5vh;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.depla {
    height: 90vh;
    position: relative;
    background: white;
    display: grid;
    grid-template-columns: 50% 50%;
}

.charger {
    width: 50%;
    position: absolute;
    transition: all 0.8s;
    object-fit: cover;
    height: 90vh;
    z-index: 1;
    left: 0;
}

.deger:hover .charger {
    left: -100%;
    filter: opacity(10%);
}

.depor:hover .support {
    right: -100%;
    filter: opacity(10%);
}

.shopify {
    position: relative;
    padding-top: 5vh;
    z-index: 0;
    transition: all 0.5s;
    filter: opacity(0%);
    scale: 10%;
}

.deger:hover .shopify {
    filter: opacity(100%);
    scale: 100%;
}

.depor:hover .shopify {
    filter: opacity(100%);
    scale: 100%;
}

.support {
    width: 50%;
    position: absolute;
    transition: all 0.8s;
    right: 0;
    object-fit: cover;
    height: 90vh;
    z-index: 1;
}

.hov{
    filter: blur(0);
    scale : 1;
    transition : all 0.3s;
}

.hov:hover {
    filter: blur(4px);
    scale: 1.05;
}