@font-face {
    font-family: 'OCR-X-Regular';
    src:url(./font/ocr-x-regular-webfont.woff2) format(Woff2),
        url(./font/ocr-x-regular-webfont.woff) format(woff)
}

@font-face {
    font-family: 'OCR-X-Medium';
    src:url(./font/ocr-x-medium-webfont.woff2) format(Woff2),
        url(./font/ocr-x-medium-webfont.woff) format(woff)
}

@font-face {
    font-family: 'ReplicaReg';
    src: url(./font/reprg___-webfont.woff2) format(Woff2),
        url(./font/reprg___-webfont.woff) format(woff)
}


.test {
    height: 400px;
}

/* ------------------------------------------------------------------ Format PC */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: 'OCR-X-Regular', monospace;
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 20px;
}

a:link,
a:visited {
    color: black;
    text-decoration: none;
}

a:hover {
    color: red;
}

a:active {
    color: red;
}

.espacement {
    height: 50px;
}

h1 {
    font-family: 'OCR-X-Regular', monospace;
    font-weight: normal;
    font-size: 22px;
    margin-left: 40px;
}

h2 {
    font-family: 'OCR-X-Regular', monospace;
    font-weight: normal;
    font-size: 3vw;
    margin: 40px 0 0 40px;
}

h3 {
    font-family: 'OCR-X-Regular', monospace;
    font-weight: normal;
    font-size: 11vw;
    margin: -20px 0 0 30px;
}

p {
    font-family: 'ReplicaReg', Helvetica, sans-serif;
    font-size: 22px;
    margin: 0;
}

.TiretAngleLong {
    height: 1.5vw;
}

ul {
    list-style: none;
}

/*------------------------------------------------------------------ |  Navigation */
nav {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 40px;
    z-index: 998;
}

nav div {
    margin-top: 2px;
}

nav img {
    height: 30px;
}

nav {
    background-color: white;
    position: fixed;
    height: 33px;
    padding-top: 3px;
    top: 0px;
}

.HoverBlack:link,
.HoverBlack:visited {
    box-shadow: inset 0 0 0 0 black;
    color: black;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    text-decoration: none;
}

.HoverBlack:hover {
    color: #fff;
    box-shadow: inset 250px 0 0 0 black;
    ;
}

.HoverBlack:hover img {
    filter: invert(1);
}

/* ------------------------------------------------------------------ | Liste Roche */
/* ------------------------------------------------------------------ | | Back a  div */
.ListeRoches {
    display: flex;
    width: calc(100vw - 80px);
    margin-left: 40px;
    flex-wrap: wrap;

}

.ListeRoches div {
    width: calc(100% / 15);
    margin: 0;
}

.ListeRoches div img {
    width: calc(92vw / 15);
    height: calc(92vw / 15);
    margin: 0 2px;

}

.ListeRoches div p {
    font-size: 20px;
    margin: 2px;
}

#ListeRoches h1 {
    margin-top: 15vh;
}




/* ------------------------------------------------------------ Page de chargement*/
.Logo {
    height: 25px;
    margin-top: 5px;
}

#loading #LoadingInfo {
    padding-left: 40px;
    position: fixed;

}

#loading h1 {
    margin: 40px 0 0 0;
    font-size: 33px;
    color: black;
}

#animation {
    height: 50px;
    align-self: left;
    width: 243px;
}

#loading #container {
    display: flex;
    background-color: black;
    width: 100vw;
    height: 100vh;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
}

.square {
    width: 2vw;
    height: 2vw;
    background-color: white;
    visibility: hidden;
    transition: all 1s ease-in;
    z-index: 1;
}

#LoadingInfo {
    position: fixed;
    z-index: 10;
    align-self: center;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– page detail Roche*/
.leftSide {
    padding: 35px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 45px);
    width: calc(44.5vw - 40px);
    position: fixed;
}



.POCRX {
    margin: 0 0 0 39px;
    font-size: 2.3vw;
    font-family: 'OCR-X-Regular', monospace;
}

.rightSide .Trait {
    height: calc(42.4vw - 20px);
    margin: 0;
    width: 4vw;
    background-image: url(./Image/trait.png);
    background-repeat: no-repeat;
    background-size: 7%;
    background-position: top left;
}

.rightSide .PhotoInfo {
    margin: 0;
    position: static;
}

.rightSide .POCRX {
    margin: 0 10px 0 0px;
}

.Detailcontenu {
    display: flex;
    flex-direction: row;
}

.rightSide img {
    width: 46.5vw;
    height: auto;
    transition: all 0.3s ease;
}

.rightSide {
    margin-top: 8vw;
    align-self: right;
    position: absolute;
    right: 40px;
}

@media (min-width : 1800px) {
    .rightSide {
        margin-top: 4.5vw;
    }

}

.rightSide div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

.rightSide .TiretAngleLong {
    height: 1.5vw;
    width: auto;
}

.rightSide div div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.rightSide ul li {
    display: inline;
    padding-right: calc(calc(46.6vw - calc(171px * 6)) / 12);
    padding-left: calc(calc(46.6vw - 1026px) / 120);
}


.rightSide ul li a {
    width: 12vw;

}

.rightSide ul {
    padding: 0;
    justify-content: space-between;
    width: 46.7vw;
}

.NavDetailRoche .POCRX {
    padding-bottom: 25px;
}

.rightSide div .Grain {
    position: absolute;
    height: 6vw;
    margin: 0 6vw 0 -6.4vw;
}

.rightSide div .Grain div {
    margin: 0 6vw 0 0;
}

.Grain img {
    width: 6vw;
    border: dashed black 2px;

}

.Grain p {
    font-family: 'OCR-X-Regular';
    font-size: 1.15vw;
    margin-top: 6px;
}

.rightSide div .DCouleur {
    position: absolute;
    height: 6vw;
    margin: 0 3vw 0 -3.4vw;
}

.rightSide div .DCouleur div {
    margin: 0 3vw 0 0;
}

.DCouleur img {
    width: 3vw;
    border: dashed black 2px;

}

.DCouleur p {
    font-family: 'OCR-X-Regular';
    font-size: 1.15vw;
    margin-top: 6px;
}

.footer {
    background-color: black;
    position: relative;
    left: 7.3vw;
}

.footer a {
    color: white;
    margin: 7px 0 10px 15px;
}

.footer a:hover {
    color: red;
}   
/* ––––––––––––––––––––––––––––––––––––––––––––––––––– Expéditions –*/
.leftSideExpe {
    padding: 35px 0 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(94vh - 45px);
    width: calc(44.5vw - 40px);
}

.rightSideExpe img {
    width: 46.5vw;
    height: auto;
}

.rightSideExpe {
    margin-top: 130px;
    padding-bottom: 10px;
    align-self: right;
    position: absolute;
    right: 40px;
}

.rightSideExpe div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 10px;
}

.rightSideExpe div div {
    flex-direction: row;
}

.rightSideExpe div div div {
    flex-direction: column;
}

.rightSideExpe div div div:nth-of-type(2) {
    align-items: flex-end;
}

.rightSideExpe p {
    margin: 0px;
    font-family: 'OCR-X-Regular';
}

#CallToAction {
    font-size: 30px;
    margin: 0 49.3vw;
    align-self: center;
    font-family: 'OCR-X-Regular', monospace;
}

.ZoneTexte {
    width: 50vw;
}

.ZoneTexte .TxtLeft p {
    width: 40vw;
    padding: 25px;
}

.TxtLeft {
    background-image: url("./Image/BordureText.png");
    margin-left: 39px;
    background-position: top left;
    background-size: calc(45vw - 40px);
    background-repeat: no-repeat;
}

.ZoneTexte div {
    display: flex;
    margin-bottom: 45px;
}

.ZoneTexte div .POCRX {
    font-size: 20px;
    margin-left: 19vw;
    width: 30vw;
}

.CartePhoto {
    width: calc(100vw - 80px);
    height: 750px;
    margin: 40px;
    background-image: url('./Image/CartePhoto.png');
    position: top left;
    background-size: 5%;
    background-repeat: repeat;
    position: relative;
}

.CartePhoto div {
    background-color: black;
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}



.CartePhoto div img {
    position: absolute;
    width: 1vw;
    opacity: 0;
    transition: all 0.2s;
    z-index: 100;
}

.CartePhoto div:hover img {
    display: block;
    width: 50vw;
    opacity: 1;
}

.PhotoETG { transform: translate(-87%, -87%);}
.PhotoETR {transform: translate(0%, -45%); }
.PhotoEBG {transform: translate(-87%, 0%);}
.PhotoECD { transform: translate(0, -42%);}
.PhotoECG { transform: translate(-87%, -45%);}
.PhotoEBD {transform: translate(0%, 0%);}


#E001 #EPhotoA {
    top: 10%;
    left: 15%;
}

#E001 #EPhotoB {
    top: 20%;
    left: 20%;
}

#E001 #EPhotoC {
    top: 35%;
    left: 22%;
}

#E001 #EPhotoD {
    top: 70%;
    left: 80%;
}

#E002 #EPhotoA {
    top: 10%;
    left: 80%;
}

#E002 #EPhotoB {
    top: 18%;
    left: 50%;
}

#E002 #EPhotoC {
    top: 33%;
    left: 25%;
}

#E002 #EPhotoD {
    top: 40%;
    left: 18%;
}
#E003 #EPhotoA {
    top: 10%;
    left: 80%;
}

#E003 #EPhotoB {
    top: 43%;
    left: 18%;
}

#E003 #EPhotoC {
    top: 41%;
    left: 25%;
}

#E003 #EPhotoD {
    top: 18%;
    left: 50%;
}

#E004 #EPhotoA {
    top: 18%;
    left: 40%;
}

#E004 #EPhotoB {
    top: 87%;
    left: 93%;
}

#E004 #EPhotoC {
    top: 57%;
    left: 70%;
}

#E004 #EPhotoD {
    top: 7%;
    left: 4%;
}
#E004 #EPhotoE {
    top: 60%;
    left: 60%;
}

#E005 #EPhotoA {
    top: 70%;
    left: 92%;
}

#E005 #EPhotoB {
    
}

#E005 #EPhotoC {
    top: 45%;
    left: 49%;
}

#E005 #EPhotoD {
    top: 9%;
    left: 5%;
}
#E005 #EPhotoE {
    top: 30%;
    left: 52%;
}

#E005 #EPhotoF {
    top: 33%;
    left: 45%;
}
#E005 #EPhotoG {
    top: 87%;
    left: 74%;
}

#E007 #EPhotoA {
    top: 53%;
    left: 47%;
}

#E007 #EPhotoB {
    top: 50%;
    left: 40%;
}

#E007 #EPhotoC {
    top: 46%;
    left: 33%;
}

#E007 #EPhotoD {
    top: 7%;
    left: 4%;
}
#E007 #EPhotoE {
    
    top: 87%;
    left: 93%;
}

#E011 #EPhotoA {
    top: 87%;
    left: 93%;
}

#E011 #EPhotoB {
    top: 60%;
    left: 60%;
}

#E011 #EPhotoC {
    top: 2%;
    left: 5%;
}

#E011 #EPhotoD {
    top: 48%;
    left: 21%;
}
#E011 #EPhotoF {
    top: 58%;
    left: 15%;
}


#E013 #EPhotoA {
    top: 20%;
    left: 20%;
}

#E013 #EPhotoB {
    top: 26%;
    left: 14%;
}

#E013 #EPhotoC {
    top: 40%;
    left: 13%;
}

#E013 #EPhotoD {
    top: 35%;
    left: 22%;
}
#E013 #EPhotoE {
    top: 70%;
    left: 13%;
}
#E013 #EPhotoF {
    top: 50%;
    left: 23%;
}
#E013 #EPhotoG {
    top: 55%;
    left: 13%;
}
#E013 #EPhotoH {
    top: 65%;
    left: 23%;
}
#E013 #EPhotoI {
    top: 87%;
    left: 93%;
}


.NavDetailExpe ul {
    display: flex;
    width: calc(100vw - 120px);
    margin: 0 60px;
    justify-content: start;
    flex-wrap: wrap;
    gap: 1px 10vw;
    padding: 0;
}


.footerExpe {
    background-color: black;
    position: sticky;
    left: 93.5vw;
    width: 6.5vw;
    top: 91vh;
    height: 30px;
    z-index: 800;
}
.footerExpe a {
    color: white;
    margin: 7px 0 12px 13px;
}

.CartePhoto #EPhotoD:hover img {
    height: 60vh;
    width: 60vh;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Acceuil*/


#ZoneInfo {
    display: flex;
    justify-content: space-between;
    width: calc(100vw - 80px);
    padding: 0 40px;
    margin-bottom: 15.5vh;
    margin-top: 60px;
}

#ZoneInfo>div {
    display: flex;
    width: calc(50vw - 50px);
    justify-content: space-between;
}

#ZoneInfo div div:nth-of-type(3) {
    width: 36vw;
}

#ZoneInfo div div:nth-of-type(2) {
    width: 1vw;
    height: 100%;
    background-image: url(./Image/trait.png);
    background-repeat: no-repeat;
    background-size: 18.2%;
    background-position: 30% 0%;
}
#ZoneInfo div div:nth-of-type(1) {
    width: 12vw;
}

#ZoneInfo div div:nth-of-type(1) p {
    font-family: 'OCR-X-Medium';
}
.Preview img {
    height:fit-content;
    width: 36vw;
    object-fit: cover;
}

#ImageRoche img {
    height: 31.3vw;
    object-position: 0 ;
}

.preListe {
    display: flex;
    margin-top: 6vh;
}

.preListe div div {
    display: flex;
    justify-content: space-between;
}

.preListe>div {
    width: calc(50vw );
    background-image: url(./Image/trait.png);
    background-repeat: no-repeat;
    
}

.preListe .POCRX {
    font-size: 26px;
    margin-left: 25px;
}

.preListe>div:nth-of-type(1) {
    padding-left: 40px;
    background-position: top 32px left 40px;
    background-size: 0.384%;
}

.preListe>div:nth-of-type(2)  {
    padding-left: 10px;
    padding-right: 40px;
    background-position: top 32px left 10px;
    background-size: 0.38%;
}


.Liste ul {
    
    margin: 0;
}

.Liste a {
    font-size: 25px;
}

.Liste ul li {
    margin-bottom: 10px;
}

.Liste .ListeAActif {
    background-color: black;
    color: white;
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Liste expé */
.CarteListeEx {
    position: relative;
    margin: 0 0px;
    width: calc(100vw - 40px);
    height: calc(67vw - 40px);
    background-image: url(./Image/CarteSuisse.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.PositionExpe {
    background-color: red;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

.PositionExpe a {
    font-size: 19px;
    color: white;
}

.PositionExpe a:hover {
    filter: invert(1);
}

#PE1 {
    top: 24%;
    left: 26.8%;
}
#PE2 {
    top: 16%;
    left: 27%;
}
#PE3 {
    top: 66.8%;
    left: 34.7%;
}
#PE4 {
    top: 63.4%;
    left: 41.5%;
}
#PE5 {
    top: 69.8%;
    left: 28.9%;
}

#PE6 {
    top: 40.7%;
    left: 36.5%;
}

#PE7 {
    top: 64.3%;
    left: 39.8%;
}
#PE8 {
    top: 64.8%;
    left: 35.8%;
}
#PE9 {
    top: 72.5%;
    left: 28%;
}
#PE10 {
    top: 68.5%;
    left: 44.7%;
}
#PE11 {
    top: 67.8%;
    left: 27.7%;
}
#PE12 {
    top: 67.5%;
    left: 31.8%;
}
#PE13 {
    top: 71.5%;
    left: 36.8%;
}
#PE14 {
    top: 28.5%;
    left: 26.6%;
}

/* ------------------------------------------------------------------ Format Ipad */
@media (min-width: 500px) and (max-width: 1200px) {
    body {
        color: black;
        font-size: 18px;
    }

    /* | Navigation */

    nav img {
        height: 26px;
    }

    nav {
        height: 28px;
    }


    /* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Ipad Liste Roche */

    .ListeRoches {
        display: flex;
        width: calc(100vw);
        height: calc(14 * calc(100vw / 7));
        margin-left: 40px;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: #ddd;

    }

    .ListeRoches div {
        height: calc(92vw / 7);
        width: calc(calc(100vw - 200px) / 7);
        margin: 0;

        padding: 0px 0;
    }

    .ListeRoches div img {
        width: calc(calc(92vw / 7) - 10px);
        height: calc(calc(92vw / 7) - 10px);

    }

    .ListeRoches div p {
        font-size: 20px;
        margin: 2px;
    }



}


/*------------------------------------------------------------------ Format Telephone */

.topnav {
    visibility: hidden;
    display: none;
}

@media (min-width: 100px) and (max-width: 499px) {


    body {
        color: black;
        font-size: 18px;
        overflow-x: hidden;
    }



    nav {
        display: none;
    }


    .topnav {
        overflow: hidden;
        background-color: white;
        position: fixed;
        visibility: visible;
        width: 100vw;
        display: block;
        top: 0;
        z-index: 998;
    }

    .topnav #myLinks {
        display: none;
        padding-bottom: 3px;
    }

    .topnav a {
        padding: 2px 11px;
        text-decoration: none;
        font-size: 1.2em;
        display: block;
    }

    .topnav a:active {
        background-color: white;
    }

    .topnav a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    .active {
        background-color: white;
        color: black;
    }

    .topnav img {
        height: 25px;
        margin-top: 4px;
    }

    h1 {
        margin-left: 2px;
    }

    h3 {
        font-size: 27vw;
        margin: 0 0 0 7px;
    }

    h2 {
        font-size: 6vw;
        margin: 0 0 0 11px;
    }

    .POCRX {
        margin: 0 0 0 11px;
        font-size: 6vw;
        font-family: 'OCR-X-Regular', monospace;
    }

    /* ---------------------------------------------------- Liste Roche */
    .ListeRoches {
        display: flex;
        width: calc(100vw);
        height: calc(240vw);
        flex-wrap: wrap;
        flex-direction: column;
        margin-left: 2px;
        margin-top: -50px;
    }

    .ListeRoches div {
        height: calc(92vw / 7);

        margin: 5px 0;
        padding: 0px 0;
    }

    .ListeRoches div img {
        width: AUTO;
        height: 95%;

    }

    .ListeRoches div p {
        font-size: 15px;
        margin: 2px;
    }

    .ListeRoches .RangeListeRoche {
        margin-top: calc(calc(92vw / 7) - 10px);
        height: 17px;
    }

    .ListeRoches h1 {
        margin-top: 0;
    }

    #ListeRoches h1 {
        margin-top: 10px;
    }

    
    /* ––––––––––––––––––––––––––––––––––––––––––––––––––– Expéditions –*/
    .Detailcontenu {
        flex-direction: column;
        flex-wrap: nowrap;
        display: block;
        padding-top: 35px;
    }

    .leftSideExpe {
        padding: 10px 0 10px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 25vh;
        width: 100%;
        width: calc(100vw - 8px);
        position: static;
    }

    .rightSideExpe {
        position: static;
        padding: 0;
        margin: 0 11px;
        width: calc(100vw - 22px);
    }

    .ZoneTexte div {
        flex-direction: column;
        width: 100vw;
        margin-bottom: 35px;
    }

    .ZoneTexte .TxtLeft p{
        width: 85vw;
        padding: 11px;
        font-size: 14px;
    }

    .ZoneTexte .TxtLeft {
        margin-left: 11px;
        background-size: 90vw;
        margin-bottom: 0;
    }

    .ZoneTexte div .POCRX{
        display: none;
    }

    .rightSideExpe img {
        width: calc(100vw - 22px);
    }

    .rightSideExpe div {
        margin: 6vh 0 0 0 ;
       
    }

    .footerExpe {
        width: 25vw;
        height: 6vw;
        
        position:sticky!important;
    }
    .footerExpe a {
        margin-left: 4px;
        margin-bottom: 0px;
    }

    .CartePhoto {
        width: calc(100vw - 22px);
        margin: 11px;
        background-size: 10%;
    }

    .CartePhoto div {
        height: 60px;
        width: 60px;
    }
    .CartePhoto div:hover img {
        width: 80vw;
    }

    .NavDetailExpe {
        margin-top: 20px;
        background-color: #ddd;
        margin-bottom: 85px;
      
    }

    .NavDetailExpe ul {
        gap: 10px 14.2vw;
        margin: 24px;
        width: calc(100vw - 48px);
        justify-content: start;
    }


    .PhotoETG {
        transform: translate(-87%, -87%);
    }
    
    .PhotoECD {
        transform: translate(-10%, -42%);
    }

    .PhotoEBD {
        transform: translate(-10%, 0);
    }

    /* –––––––––––––––––––––––––––––––––––––––––––––––––––– Detail Roche */
    .Detailcontenu .leftSide {
        height: 60vw;
        width: 100vw;
        position: static;
    }

    .rightSide {
        margin: 0;
        position: static;
        padding: 0 12px;
        width: calc(100vw - 24px);
    }

    .rightSide img {
        width: 75vw;
    }

    .rightSide .TiretAngleLong {
        height: 4vw;
    }

    .rightSide .Grain img {
        width: 14vw;
        margin: 0 9vw 0 -9vw;
    }
    .rightSide .DCouleur img {
        width: 6vw;
        margin: 0 4vw 0 -4vw;
    }

    .rightSide .Trait {
        background-size: 17%;
        height: 61vw;
    }
    .rightSide ul {
        width: 73vw;
        margin-top: 0px;
    }

    .NavDetailRoche {
        margin-top: 0px;
    }

    .footer {
        left:20.3vw;
    }

    .rightSide ul li {
        display: inline;
        padding-right: 3.6vw;
    }
    /* ––––––––––––––––––––––––––––––– Acceuil */
    #ZoneInfo {
        flex-direction: column;
        padding: 0 11px;
        width: calc(100vw - 22px);
        margin-bottom: 0;
    }
    #ZoneInfo div {
        width: 100%;
        margin-bottom: 7px;
    }
    #ZoneInfo p {
        font-size: 15px;
    }

    #ZoneInfo div div:nth-of-type(1) {
        width: 110px;
        
    }

    #ZoneInfo div div:nth-of-type(2) {
        height: auto;
        background-size: 50%;

    }

    #ZoneInfo div div:nth-of-type(3) {
        width: 65vw;
    }

    .preListe {
        flex-direction: column;
        width: 100vw;
        margin-top: 20px;
    }

    .preListe> div:nth-of-type(1) { 
        padding: 0 11px;
        width: calc(100vw - 22px);
        background-size: 0.48%;
        background-position: top -13% left 1%;
    }

    .Preview img {
        width: 77vw;
    }

    .Liste ul li a{
        font-size: 17px;
    }

    .Liste ul li { 
        margin-bottom: 3px;
    }

    #PreviewRoche .POCRX {
        margin-left: 0;
    }
    .Liste ul { 
        padding-left: 0;
    }

    #NomRoche {
        font-size: 17px;
    }

    #ImageRoche img {
        height: 70vw;
    }

    #InfoPreviewRoche a {
        font-size: 17px;
    }

    #InfoPreviewRoche h1 {
        margin: 0;
        font-size: 17px;
    }

    .preListe>div:nth-of-type(2) {
        padding: 0 11px;
        width: calc(100vw - 22px);
        background-size: 0.48%;
        background-position: top -13% left 1%;
    }
    #InfoPreviewExpe h1 {
        margin: 0;
        font-size: 17px;
    }

    #InfoPreviewExpe a {
        font-size: 17px;
    }
    #PreviewExpe .POCRX {
        margin-left: 0;
    }

    #PreviewExpe {
        margin: 5vh 0 ;
    }

    #ListeExpeHtml {
        overflow-x: scroll;
    }

    .CarteListeEx {
        width: calc(301vw - 10px);
        height: calc(201vw - 10px);
        left: -85px;
        border-radius: 47%;
        margin-top: 6vh;
        overflow-x: scroll;
    }

    .PositionExpe {
        width: 24px;
        height: 24px;
    }

    .PositionExpe a {
        font-size: 15px;
    }
}