html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, button, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html {
    height: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    color: var(--dark-grey);	
    /* min-height: 850px; */
}
::-webkit-scrollbar { 
    display: none; /* Chrome Safari */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    margin:0;
    font-family: neo-sans, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    scrollbar-width: none;  /* Firefox */
    /* transition: all .5s ease-out */
}

*:focus {
    outline: none;
}

a{
    font-family: neo-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

a, a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

body{
    /* height:768px; */
    height:100vh;
    width: 100Vw;
    min-height: 100vh;
    /* width: 1024px; */
    /* background:black; */
}

main {
    height: 100%;
    min-height: 850px;
}

.mainA1,
.mainA2,
.mainA3,
#maTelecommande {
    /* min-height: 100%; */
    min-height: 570px;
    /* min-height: 939px; */
}
.mainA1,
.mainA2,
.mainA3 {
    padding-bottom: 0;
}

header{
    /* min-height: 8.7vh; */
    min-height: 85px;
    display: grid;
    position: relative;
    background: grey;
    grid-template-columns: repeat(10, 1fr)
}   

#header-container {
grid-column: 1/11;
/* border: yellow solid 1px; */
background: var(--bleu-main);
padding: 0 33px;
align-items: center;
position: relative;
justify-content: space-between;
}

.premiere-partie {
    /* border:white solid 1px; */
    align-items: center;
    height: 100%;
    /* width: 50%; */
}

.devise {
    position: relative;
    /* left: 4.6875vw; */
    left: 6vw;
    /* font-size: 1.2vw; */
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1.14px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
} 

.hotline-boutons {
    position: relative;
    left: 8.5vw;
    background : #FFFFFF 0% 0% no-repeat padding-box;
    align-items: center;
    justify-content: center;
    /* font-size: 1.1vw; */
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1.14px;
    letter-spacing: 1.14px;
    height: 40%;
    /* width: 16.14vw; */
    width: 300px;
    border-radius: 3px;
    color : var(--bleu-main);
    padding: 2px;
}

.hotline:visited,
.hotline:active,
.hotline:link,
.hotline:focus {
    text-decoration: none;
    color: var(--bleu-main);
}



/* Réseaux sociaux */
.network-btn-parent {
    position: relative;
    left: 9vw;
    border : white solid 1px;
    border-radius: 3px;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
    height: 33px;
    /* height: 3.51vh; */
    width: 33px;
    /* width: 1.96vw; */
    overflow: hidden;
    transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
}

.network-btn-blue {
    display: none;
}
.network-btn-parent img {
    width: 35px;
    height: 25px;
}

.network-icons-holder {
    display: none;
}
            
.network-btn-parent:hover .network-btn {
    display: none;
}
.network-btn-parent:hover .network-icons-holder {
    /* display: block; */
    display: flex;
    justify-content: center;
}

.network-btn-blue {
    width: 35px !important;
    height: 20px !important;
}
.network-btn-parent:hover .network-btn-blue {
    display: block;
}
.network-btn-parent:hover {
    background: white;
    width: 150px;
    /* transform: translateX(5%); */
}
        
.deuxieme-partie {
/* border: white solid 1px; */
height: 100%;
width: 20%;
justify-content: space-between;
align-items: center;
}
.prenom-nom {
    display: flex;
    flex-direction: column;
    text-align:left;
    justify-content: space-evenly;
    height: 50%;
    grid-column: 9;
    /* margin-right: 30px; */
    /* margin-right: 1.56vw; */
    letter-spacing: 0.66px;
    text-transform: uppercase;
    font: normal normal normal 0.625vw/15px Neo Sans W1G;
    color: white;
    white-space: nowrap;
}
        
.raison-sociale {
    /* margin-left: 3px !important; */
    color: #6986A1;
}

main{
    background: white;
    /* min-height: 840px; */
    height: calc(100vh - 85px);
    position: relative;
    display: grid;
    grid-template-columns: minmax(385px, 1fr) repeat(9, 1fr);
    grid-template-rows: repeat(2, 85px) repeat(8, 1fr); 
}

.mainA1,
.mainA2,
.mainA3 {
    width: 100%;
}

/* TELECOMMANDE / BARRE LATERALE */
.barrelaterale{
    position: sticky;
    top: 0;
    height: 100%;
    background: var(--light-grey);
    justify-content: space-between;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -ms-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;
}


.telecommande {
    /* background-color: aquamarine; */
    margin-top: -30px;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-template-rows: 200px min-content 42px; 
    gap: 0px 0px; 
    grid-template-areas: 
        "non-collapsible non-collapsible"
        "telecommande-collapse telecommande-collapse"
        "btn-rch-catalogue btn-rch-catalogue"; 
    grid-area: telecommande; 
}

.non-collapsible {
    grid-area: non-collapsible;
}

.telecommande-collapse {
    grid-area: telecommande-collapse;
}

.btn-rch-catalogue {
    grid-area: btn-rch-catalogue;
}

.telecommande-collapse select {
    cursor: pointer;
}

    .non-collapsible {
        /* border: #006CDD solid 1px; */
        /* height: 25%; */
        /* height: 22vh; */
        height: 200px;
        min-height: 200px;
    }

    .telecommande-collapse {
        /* Permet aux elements de s'afficher plus tard lors du déploiement de la télécommande */
        
        -webkit-transition: all 0.1s .1s ease;
        -moz-transition: all 0.1s .1s ease;
        -ms-transition: all 0.1s .1s ease;
        -o-transition: all 0.1s .1s ease;
        transition: all 0.1s .1s ease;
        opacity: 1;
        margin-top: 15px;
        /* height: 480px; */
        overflow: auto;
        /* height: 100px; */
    }

    .telecommande-collapse.content {
        opacity: 0;
        /* height: 0; */
    }

    /* PREMIER BLOC DE LA TELECOMMANDE */

    /* BLOC NON COLLAPSE */
    .entete {
        height: 50%;
    }

    /* Espace entre le titre et l'image */
    .titre-entete {
        justify-content: space-between;
    }

        .img-settings {
            /* width: 8%; */
            /* background: url("/SVG/settings.svg") no-repeat center; */
            height: 30px;
            width: 30px;
            -webkit-transition: background-image 0.3s ease;
            -moz-transition: background-image 0.3s ease;
            -ms-transition: background-image 0.3s ease;
            -o-transition: background-image 0.3s ease;
            transition: background-image 0.3s ease;
        }

        svg {
            width: 30px;
        }

        .img-settings:hover {
            /* background: url("/SVG/settings_transform.svg") no-repeat center; */
        }

        .entete .titre-telecommande {
            color: var(--bleu-main);
            text-align: left;
            letter-spacing: 1.48px;
            font-size: 28px;
            /* font-size: 1.38Vw; */
            text-transform: uppercase;
            cursor: pointer;
        }
    .entete p {
        text-align: center;
        letter-spacing: 0.52px;
        color: #6F6F6E;
        /* font-size: 0.625vw; */
        font-size: 12px;
        white-space: nowrap;
    }

    /* DEUXIEME BLOC TELECOMMANDE */
    .recherche-fournisseur-plaque {
        /* border: #006CDD solid 1px; */
        
        /* height: 50%; */
        min-height: 105px;
        align-items: center;
        justify-content: space-evenly;
    }

    /* input recherche */
    .recherche-fournisseur {
        /* font-size: 0.625vw; */
        font-size: 14px !important;
        border-radius: 18px !important;
        letter-spacing: 0.88px;
        color: var(--dark-grey);
        text-align: center;
        /* margin: 1.8vh 0!important; */
    }
    
    .recherche-vin {
        /* font-size: 0.625vw; */
        font-size: 14px !important;
        border-radius: 18px !important;
        letter-spacing: 0.88px;
        color: var(--dark-grey);
        text-align: center;
        /* margin: 1.8vh 0!important; */
    }
        .recherche-fournisseur::placeholder {
            color : var(--dark-grey);
            opacity: 0.5;
            line-height: normal !important;
        }
        
        .recherche-vin::placeholder {
            color : var(--dark-grey);
            opacity: 0.5;
            line-height: normal !important;
        }

    /* Section de la plaque composée de 3 elements */
    .plaque-immatriculation {
        width: 100%;
        justify-content: center;
        /* margin-bottom: 20px; */
        /* margin-bottom: 2.06vh; */
    }

    /* input de recherche de plaque  */
    .recherche-plaque {
        font-size: 15px;
        /* font-size: 0.78vw; */
        width: 80%;
        height: 36px;
        /* line-height: normal !important; */
        text-transform: uppercase;
        /* height: 3.7vh; */
        letter-spacing: 1.09px;
        /* padding: 0 40px; */
        text-align: center;
        border: none;
    }

    .recherche-plaque::placeholder {
        text-transform: initial;
        opacity: 0.5;
        color: var(--dark-grey);
        text-align : center;
    }

    input::-webkit-input-placeholder {
        line-height: normal !important;
    }

    input::placeholder {
        line-height: normal !important;
    }

    /* Drapeau européen */
    .cote-gauche {
        width: 11%;
        height: 36px;
        /* height: 3.7vh; */
        background : #006CDD;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        align-items: center;
    }

    .cote-gauche img {
        margin-top: 2px;
        width: 40%;
        height: 60%;
    }

    .cote-gauche p {
        height: 40%;
        color : var(--white);
        /* font-size: 8px; */
        font-size: 0.416vw;
    }

    /* Coté droit bleu plaque */
    .cote-droit {
        width: 9%;
        height: 36px;
        /* height: 3.7vh; */
        background : #006CDD;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    /* TROISIEME BLOC */
    /* CHOIX DU TYPE DE VEHICULE */



    .choix-type-vehicule {
        width: 100%;
        /* height: 12vh !important; */
        height: 116px!important;
        justify-content: center !important;
    }
        .label-choix-vehicule {
            color: var(--bleu-main);
            /* font-size: 0.625vw; */
            font-size: 12px;
            height: 20%;
            /* margin: 10px 0; */
        }

        .choix-type-vehicule ul {
            height: 80%;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            font-size: 8px;
            /* font-size: 0.416vw; */
            text-align: center;
            text-transform: uppercase;
            letter-spacing: var(--unnamed-character-spacing-0);
        }

            .choix-type-vehicule li a {
                border-radius: 5px;
            }

            .choix-auto-item {
                border-radius: 5px;
                background: white;
                height: 80%;
                width: 18%;
                min-height: 70px;
            }

.choix-auto-item {
    border-radius: 5px;
    background: white;
    height: 80%;
    width: 18%;
    min-height: 70px;
}

    .choix-auto-item button {
        background: white;
        border-radius: 5px;
        border: none;
        padding: 0;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 100%;
        outline: none;
        position: relative;
        transition: background-color 160ms ease, box-shadow 160ms ease, transform 80ms ease;
    }

        /* Accessibilité focus clavier */
        .choix-auto-item button:focus-visible {
            outline: 2px solid var(--orange-main);
            outline-offset: 2px;
        }

.img-container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 5%;
    width: 5%;
    top: 12%;
    padding: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

    .img-container.pl {
        background-image: url('/resources/auto1.svg');
    }

    .img-container.car_bus {
        background-image: url('/resources/auto4.svg');
    }

    .img-container.vul {
        background-image: url('/resources/auto5.svg');
    }

    .img-container.axles {
        background-image: url('/resources/auto-axles.svg');
    }

    .img-container.vl {
        background-image: url('/resources/auto6.svg');
    }

.text-container {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    letter-spacing: 1px;
    background: var(--medium-grey);
    justify-content: center;
    align-items: center;
    height: 25%;
    width: 100%;
    color: var(--bleu-main);
    position: absolute;
    bottom: 0;
    transition: background-color 160ms ease, color 160ms ease;
}

/* ------------------------------
   ÉTAT ACTIF (btn-vehicule-active)
   ------------------------------ */

/* Fond du bouton actif */
.choix-auto-item button.btn-vehicule-active {
    background-color: var(--orange-main);
}

    /* Bandeau texte actif */
    .choix-auto-item button.btn-vehicule-active .text-container {
        background-color: #d14002;
        color: white;
    }

    /* Icône blanche selon le type */
    .choix-auto-item button.btn-vehicule-active .img-container.pl {
        background-image: url('/resources/auto1-white.svg');
    }

    .choix-auto-item button.btn-vehicule-active .img-container.car_bus {
        background-image: url('/resources/auto4-white.svg');
    }

    .choix-auto-item button.btn-vehicule-active .img-container.vul {
        background-image: url('/resources/auto5-white.svg');
    }

    .choix-auto-item button.btn-vehicule-active .img-container.axles {
        background-image: url('/resources/auto-axles-white.svg');
    }

    .choix-auto-item button.btn-vehicule-active .img-container.vl {
        background-image: url('/resources/auto6-white.svg');
    } 


/* QUATRIEME BLOC */
.recherche-pieces-par-vehicule {
    /* height: 30%; */
    border-bottom: var(--medium-grey) solid 1px;
}

    /* CINQUIEME BLOC */
    /* *** */

    /* SIXIEME BLOC */
    .select-pays {
        justify-content: space-between;
    }
    #pays {
        width: 25%;
    }

    #constructeur {
        width: 70%;
    }

    /* SEPTIEME BLOC */
    .historique-recherche {
        /* height: 18vh !important; */
        height: 175px;
        justify-content:left!important;
        position: relative;
    }
    .table-historique-recherche {
        overflow-y: auto;
        margin-bottom: 10px;
    }
    .table-historique-recherche table {
        width: 100%;
        /* margin: 0 auto; */
    }

    .historique-recherche tr {
        justify-content: space-between;
        width: 100%;
        flex-wrap: wrap;
    }
    .historique-recherche td {
        width: 45%;
        margin : 3px 0;
    }
    .historique-recherche td a {
        color: var(--dark-grey);
        /* font-size: .625vw; */
        font-size: 12px;
    }

    /* bouton "+ de resultats" */
    .btn-historique-recherche {
        /* border: springgreen solid 1px; */
        /* height: 2.37vh; */
        /* height: 20%; */
        width: 30%;
        /* width: 5.47vw; */
        font-size: 10px;
        /* font-size: 0.625vw; */
        text-align: center;
        background: var(--white) 0% 0% no-repeat padding-box;
        border-radius: 18px;
        color: var(--bleu-main);
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .telecommande-footer-btn {
        cursor: pointer;
        margin: 0 0 -33px;
        border-top:var(--medium-grey) solid 1px;
        /* border-bottom:var(--medium-grey) solid 1px; */
        width: auto;
        /* height: 3.41vh; */
        height: 33px;
        justify-content: center;
        align-items: center;
        /* margin-top: 5vh; */
        /* margin-top: 50px; */
    }

    .arrow-telecommande {
        width: 1vw;
        /* height: .45vh; */
        /* height: 4.36px; */
        height: .45vw;
        background: url("/SVG/arrow-up-telecommande.svg") no-repeat center;
        
    }

    .matrix {
        transform: matrix(-1, 0, 0, -1, 0, 0);
    }

.telecommandeMobile {
    /* display: grid; */
    grid-column: 1/11;
    grid-row: 2/3;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%,
    rgba(228,228,228,1) 100%);
    height: 100%;
    width: 100%;
}

    .telecommandeMobile-content {
        /* background: rgb(158, 158, 158); */
        /* grid-row: 3/4; */
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        height: 100%;
    }


    #maTelecommande {
        /* border: #006CDD solid 1px; */
        background: url("/SVG/bg-camion.svg") no-repeat;
        background-attachment: fixed;
        background-position-y: 100%;
        /* width: 100%; */
        height: 100%;
        /* margin-right: -10px; */
        min-height: 655px;
        min-width: 385px;
        grid-row: 1/11;
        grid-column: 1/2;
    }
.flex-column {
    display: flex;
    flex-direction: column;
}

.bloc-header {
    /* border: olivedrab solid 1px; */
    position: relative;
    align-items: center;
    justify-content: space-between;
    /* min-height: 2.2vh; */
    min-height: 21px;
    /* margin : 5px 0; */
    margin : 10px 0;
    width: 99%;
}

.bloc-header label {   
    /* cursor: pointer; */
    /* margin: 1vh 0; */
    /* margin: 10px 0; */
    color: var(--bleu-main);
    width: 85%;
    /* font-size: 0.625vw; */
    font-size: 12px;
}

/* SELECT DE LA TELECOMMANDE */
.bloc-recherche {
    height: 107px;
    /* height: 11vh; */
    /* height: 10.36vh; */
    /* height: 50%; */
    /* border: red solid 1px; */
    border-bottom:  var(--medium-grey) solid 1px;
    justify-content: space-evenly;
}

.bloc-header:last-child {
    border: none;
}

.btn-rch-catalogue {
    background: var(--orange-main);
    /* height: 3.7vh; */
    min-height: 36px;
    font-weight: 600;
    /* margin-top: 2vh; */
    /* margin-top: 19.38px; */
    margin-top: 35px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    /* font-size: 0.73vw; */
    font-size: 14px;
    cursor: pointer;
}


.btn-rch-catalogue:hover {
    color: white;
}

.bar {
    /* margin : 4px 0; */
    background: white;
    width: 100%;
    height: 36px;
    /* height: 3.7vh; */
    /* height: 40%; */
    font-size: 12px;
    /* font-size: 0.625vw; */
    border: none;
    border-radius: 3px;
    padding: 0 10px;
    color : var(--bleu-main);
    text-transform: initial;
    margin: 3px 0;
}


.bar::placeholder {
    color: var(--dark-grey);
    text-align: center; 
}

.recherche-essieux::placeholder {
    text-align: left;
    color: var(--bleu-main);
}

.recherche-essieux {
    display: none;
}

.recherche-fournisseur {
    background: url("/SVG/glass-grey.svg") no-repeat;
    background-size: 15px;
    background-position-y: 50%;
    background-position-x: 10px;
    background-color: white;
}


.btn-disconnect {
    /* border:rgb(170, 66, 66) solid 1px; */
    justify-content: center;
    align-items: center;
    /* font-size: 0.78vw; */
    font-size: 15px;
    letter-spacing: 0.15px;
    line-height: 18px;
    letter-spacing: var(--unnamed-character-spacing-0-15);
    color: var(--white);
    /* width: 9.32vw; */
    width: 179px;
    /* height: 3.2vh; */
    height: 40%;
    /* margin-right: 0.52vw; */
}

.btn-basic {
    background: linear-gradient(to right, white 50%, transparent 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    border-radius: 3px;
    border:white solid 1px;
    color: white;
    line-height: normal;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all ease-out 0.4s;
    -moz-transition: all ease-out 0.4s;
    -ms-transition: all ease-out 0.4s;
    -o-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.btn-basic:hover {
    background-position: left bottom;
    color: var(--bleu-main);
}

.bouton-collapse{
    width: 15px;
    height: 15px;
    /* border: rgb(139, 139, 218) 1px solid; */
    cursor: pointer;
    position: relative;
    border: var(--bleu-main) 1px solid;
    border-radius: 3px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
  }

  .bouton-collapse::after {
      position: absolute;
      top: 5%;
      content: "+";
      color: var(--bleu-main);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      height: 100%;
      width: 100%;
  }

    .bouton-collapse.clicked {
      border-radius: 50%;
      margin: 0;
      /* position:absolute; */
      transform: rotate(45deg);
      transform-origin:center;
    }

.content {
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -ms-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
    height: 0;
    overflow: hidden;
}

.recherche-pieces-par-vehicule.content.active {
    height: 130px;
}
.recherche-pieces-par-marque-produit.content.active {
    height: 130px;
}
.historique-recherche.content.active {
    height: 170px;
}

.content.active {
    height: 90px;
}

select:disabled {
    color: var(--dark-grey);
    background-color: var(--medium-grey);
}

.menu2{
    border-bottom: var(--medium-grey) solid 1px;
    grid-row: 1/2; 
    /* min-height : 8.7vh;  */
    min-height : 85px; 
    width: 100%;
    background: white;
    grid-column: 2/11;
    display: grid;
    grid-template-columns: 1.3fr repeat(5, 1fr) 1.4fr 1.4fr;
}     

    .burger-content {
        width: 100%;
    }

    .menu2 .burger-effect {
        display: none;
    }
    .menu2 .burger-content .nav-link {
        position: relative;
        border-right: var(--medium-grey) solid 1px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--bleu-main);
        font-size:1.1rem;
        letter-spacing: 0.2px;    
        text-transform: uppercase;
        text-align: center;
        width: 22.5%;
        padding: 0;
    }

        .logo-navbar {
            /* height: 28px; */
            /* height: 2.88vh; */
            /* width: 33px; */
            /* width: 1.72vw; */
            /* width: 20%; */
            /* margin-right: 10px; */
            height: 30px;
            margin-right: 0.52vw;
            width: 30px;    
            /* -webkit-transition: background 0.1s ease;
            -moz-transition: background 0.1s ease;
            -o-transition: background 0.1s ease;
            -ms-transition: background 0.1s ease;
            transition: background 0.1s ease; */
        }
            img.logo-navbar.pneus {
                position: absolute;
                left: 22%;
                height: 50%;
                /* height: 100%; */
                width: 4vw;
                margin-right: 0;
            }

            .nav-link-text {
                /* width: 30%; */
                z-index: 1;
            }




    .burger-content .nav-link:hover {
        /* height: 22px; */
        /* width: 32px; */
        color : var(--orange-main);
    }

    #accueil .logo-navbar {
        background: url("/SVG/accueil.svg") no-repeat center;
    }
    #accueil:hover .logo-navbar{
        background: url("/SVG/accueil-transform-2.svg") no-repeat center;
    }

    #webmarchand .logo-navbar {
        height: 27px;
        width: 27px;
        background: url("/SVG/webmarchand.svg") no-repeat center;
    }
    #webmarchand:hover .logo-navbar {
        background: url("/SVG/webmarchand-transform.svg") no-repeat center;
    }

    #goodies .logo-navbar {
        background: url("/SVG/goodies.svg") no-repeat center;
    }
    #goodies:hover .logo-navbar {
        background: url("/SVG/goodies3.svg") no-repeat center;
    }

    #adherent .logo-navbar {
        height: 27px;
        width: 27px;
        background: url("/SVG/adherent.svg") no-repeat center;
    }

    #adherent:hover .logo-navbar {
        background: url("/SVG/adherent-orange.svg") no-repeat center;
    }
    #pneus .logo-navbar {
        height: 27px;
        width: 27px;
        background: url("/SVG/pneuicon.svg") no-repeat center;
    }
    #pneus:hover .logo-navbar {
        background: url("/SVG/pneuicon_orange.svg") no-repeat center;
    }



footer {
    /* height: 250px; */
    width: 100%;
    /* margin-top: 10px; */
    box-shadow: 0px -1px 10px var(--medium-grey);
    border-top-right-radius: 10px;
}
    .footer-top-side {
        border-bottom: var(--bleu-main) solid 1px;
        align-items: center;
        height: 65%;
    }
    .footer-top-side .logo {
        background: url("/resources/logo-tvi.png") no-repeat;
        height: 80px;
        /* width: 50px; */
        width: 80px;
    }

    .footer-top-side-content {
        height: 80%;
        width: 95%;
        justify-content: space-around;
        align-items: center;
    }

        .footer-top-side-content 
        .info-siege {
            justify-content: space-evenly;
            /* border: #6986A1 solid 1px; */
            height: 100%;
            width: 30%;
            color: var(--bleu-main);
        }

            .siege-tvi{
                text-transform: uppercase;
                line-height: 25px;
                font-size: 2vw;
            }

            .adresse-tvi{
                line-height: 25px;
                font-size: 1.6vw;
            }

        .footer-hotline {
            height: 100%;
            width: 30%;
            justify-content: space-evenly;
            align-items: center;
            color: var(--bleu-main);
        }
            .contact-hotline {
                width: 100%;
                height: 30%;
                /* font-size: 2vw; */
                /* justify-content: space-between; */
            }
                .logo-contact-hotline {
                    background: url("/SVG/icon-telephone.svg") no-repeat center;
                    height: 25px;
                    width: 25px;
                    /* margin-right: 10px; */
                }

                .contact-hotline p {
                    justify-content: center;
                    align-items: center;
                    width: -webkit-fill-available;
                    font-size: 1.6vw;
                }
            
            .reseaux-footer {
                height: 70%;
                align-items: center;
            }
                .reseaux-footer p {
                    width: 50%;
                    line-height: 20px;
                    font-size: 1.6vw;
                }
                .reseaux-footer img {
                    margin: 0 5px;
                    height: 25px;
                    width: 25px;
                    cursor: pointer;
                }
        .footer-nav-links {
            height: 100%;
            width: 20%;
        }
            .footer-nav-links a {
                display: flex;
                align-items: center;
                height: 30%;
                color: var(--bleu-main);
                text-transform: uppercase;
                font-size: 1.8vw;
            }

    .footer-bottom-side {
        align-items: center;
        justify-content: space-between;
        /* border: #23282c dotted 1px; */
        width: 100%;
        height: 35%;
        color: var(--bleu-main);
    }

        .footer-bottom-side a {
            color: var(--bleu-main);
            font-size: 1.5vw;
        }

        .footer-TecAlliance {
            align-items: center;
            width: 30%;
            height: 100%;
            font-size: 1.5vw;
        }
            .footer-TecAlliance p {
                width: 50%;
            }

            .logo-TecAlliance-container {
                position: relative;
                width: 100px;
                height:80%;
                display:flex;
                justify-content:center;
                align-items:center;
                overflow:hidden
            }

            .logo-TecAlliance {
                width: 100%;
                object-fit: contain;
                /* height: 100%; */
                /* background: url("/SVG/pub2-autre.svg") no-repeat center; */
            }


            .droitsAuteur {
                font-size: 1.5vw;
                justify-content: space-evenly;
                width: 5%;
            }
.mainA1{
    grid-column:2/5; 
    grid-row:2/11;
    /* background:green; */
    position : relative;
    /* width: 29.95vw; */
}


.mainA2{
    grid-column:5/8; 
    grid-row:2/11;
    /* background:orange; */
    position : relative;
    border-right: var(--medium-grey) solid 1px;
    border-left: var(--medium-grey) solid 1px;
    /* width: 30.15vw; */
    /* left: 10%; */
}
.mainA3{
    grid-column:8/11; 
    grid-row:2/11;
    /* background:yellow; */
    position : relative;
    /* width: 17.86vw; */
}
.padddesktop{
    padding: 33px;
}
.burger{
    display:none;
    position: relative;
    height:50px;
    width: 50px
}
.burger:after{
    content: "";
    background: url("/img/menubg.svg");
    height: 70px;width: 220px;
    display: block;
    background-repeat: no-repeat;
}
.menu2 .nav-link:last-child {
    /* border: none!important; */
}
.menu2 .burger-content .nav-link {
    /* border-right: white 1px solid; */
    height: 32px;
    position: relative;
    /* top: 30%; */ 
    height: 100%;
}

.emplacement-pub {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    width: 100%;
    background-color: #FFFFFF;
    /* box-shadow: 0 0 5px #00000030; */
    height: 109px;
    min-height: 15%;

    /* background: url("/SVG/pub1.svg") no-repeat center / cover; */
}

.pub-wrapper {
    position: relative;
    width: 100%;
    /* height: 109px; */
    display: flex;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
}
    .img-pub-wrapper {
        width: 50%;
        /* height: 100%; */
        flex: 1;
        background: url("/SVG/pub1.svg") no-repeat center / cover;
        background-size: 250%;
        background-position: 5%;
    }

    .texte-pub-wrapper {
        background-color: var(--bleu-main);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px;
        width: 50%;
    }
        .titre-pub {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            /* font-size: 20px; */
            font-size: 1.042vw;
            color: white;
            text-transform: uppercase;
            letter-spacing: 1px;
            text-align: left;
            line-height: 25px;
        }

        .pub-wrapper a {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }


.pub-mainA1 {
    background: url("/SVG/pub1.svg") no-repeat center / cover;
    /* object-fit: contain; */
    /* width: 100%; */
}
.pub-mainA2 {
    /* background: url("/SVG/pub2.svg") no-repeat center / 100%; */
}

/* COOKIES */

.cookies-container {
    position: fixed;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    bottom: 0%;
    color: white;
    height: 40px;
    padding: 0 33px;
    background-color: var(--orange-main);
    z-index: 5;
}

.policy-accept {
    height: 70%;
    width: 150px;
    border-radius: 5px;
    background-color: var(--bleu-main);
    text-transform: uppercase;
}

/******************/

/* GENERAL CLASSES */
.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.tablet-content,
.mobile-content {
    display: none;
}

.telecommandeMobile {
    display: none;
}

.burger-menu-tablette,
.burger-menu-mobile {
    display: none;
}

.fs-12 {
    font-size: 0.625vw;
    color: var(--bleu-main);
    text-decoration: none;
}

/* bouton X bootstrap pour la recherche textuelle par famille */
.material-icons-custom {cursor: pointer!important;}


@media screen and (max-width:1570px){ 
    body, main {
        min-height: auto;
    }
    .deuxieme-partie {
        /* width:max-content; */
        width: 300px;
    }

    .prenom-nom p {
        font-size: 11px;
    }
    
    .entete {
        height: 75px;
    }
    .entete p {
        display: none;
    }

    .titre-entete .titre-telecommande {
        display: flex;
    }

    .non-collapsible {
        height: 180px;
        min-height: 150px;
    }

    .telecommande-collapse.content {
        height: 0;
    }
    .telecommande-collapse {
        margin-top: 0;
        /* height: 350px; */
        /* height:min-content; */
    }

    .bloc-header {
        margin: 5px 0;
    }

        .bloc-header label {
            /* font-size: 10px;    */
        }

    .choix-type-vehicule {
        height: 103px !important;
    }
    .choix-type-vehicule ul {
        height: 70%;
    }
    .content.active {
        height: 85px;
    }

    .recherche-pieces-par-vehicule.content.active {
        height: 120px;
    }

    .historique-recherche.content.active {
        height: 120px;
    }

    .bloc-recherche {
        justify-content: start;
    }

    .entete {
        justify-content: center;
    }
    .bar {
        height: 30px;
    }

    .telecommande-footer-btn {
        margin-top: 30px;
    }

    .pub-wrapper {
        height: 90px;
    }

}

 /*1er breakpoint --- TELECOMMANDE ET HEADER RESTE FIXE > BLOCS VERT JAUNE ORANGE SCROLL*/       
        
@media screen and (max-width:1440px){

    body{
        width: auto;
    }

    .barrelaterale {
        height: 100vh;
        /* height: calc(100vh - 85px); */
    }
    main {
        background: white;
        position: relative;
        display: grid;
        grid-template-columns: 385px repeat(13, 1fr);
        grid-template-rows: 85px 1fr 1fr 1fr 1fr;
        min-height: auto;
    }

    .mainA3 {
        /* grid-column: 10/15;
        grid-row: 2/4; */

        grid-column: 9/15;
        grid-row: 2/4;
        width: 33vw;
        /* background: yellow; */
    }

    .mainA2{
        /* grid-column: 5/15;
        grid-row: 4/6; */
        grid-column: 2/4;
        grid-row: 4/6;
        /* background: orange; */
        height: auto;
        width: 70vw;
        display: block;
        /* z-index: 999; */
    }

    .mainA1 {
        grid-column: 2/8;
        width: 38vw;
        grid-row: 2/4;
        /* background: green; */
    }

    .menu2 {
        grid-row: 1/2;
        width: 100%;
        grid-column: 2/15;
        grid-template-columns: 1fr 1fr 1fr;
        border-right: none;
    } 

    /* TELECOMMANDE */
    /* .barrelaterale { */
    #maTelecommande {
        grid-row: 1/6;
        grid-column: 1/2;
        /* grid-column: 1/5; */
        /* background: black; */
    }

        .telecommande {
            top: 0;
            /* justify-content: space-evenly; */
            height: auto;
            position: sticky;
        }

        .telecommande-collapse.content {
            height: 0;
        }
        .telecommande-collapse {
            margin-top: 10px;
            height: auto;
        }

        .non-collapsible {
            height: 200px;
            /* height: 50%; */
        }

        .entete {
            height: 107px;
            justify-content: space-evenly;
        }

        .entete p {
            display: flex;
        }
        .entete p,
        .bloc-recherche label,
        .bloc-header label,
        .label-choix-vehicule,
        .historique-recherche td a {
            /* font-size: .825vw; */
            font-size: 12px;
        }

        .btn-historique-recherche {
            /* font-size: .7vw; */
            font-size: 10px;
        }

        .choix-type-vehicule {
            height: 116px !important;
        }

        .choix-type-vehicule ul {
            height: 80%;
        }
        .choix-type-vehicule li a {
            font-size: .6vw;
        }

        .bloc-header {
            margin: 10px 0;
        }

        .recherche-pieces-par-vehicule.content.active {
            height: 150px;
        }

        .content.active {
            justify-content: space-evenly;
            height: 120px;
        }

        .bar {
            /* font-size: .8vw; */
            height: 36px;
        }

        .historique-recherche.content.active {
            height: 170px;
        }

    .menu2 .burger-content .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1em;
        letter-spacing: 0.5px;
        text-align: center;
        width: 25%;
    }

    .pub-wrapper {
        height: 109px;
    }
}
        
 /*2eme breakpoint --- TELECOMMANDE ET HEADER RESTE FIXE > BLOCS VERT JAUNE ORANGE SCROLL */  
        
@media screen and (max-width:1280px){


    #goodies span {
        width: 50%;
    }

    .deuxieme-partie {
        /* width: 22%; */
    }
    .mainA1 {
        grid-column: 5/15;grid-row: 2/3;
        /* background: green; */
    }    
    .mainA3 {
        grid-column: 5/15;grid-row: 3/4;
        /* background: yellow; */
    }               
            
}
@media screen and (max-width:1100px){
    .logo-navbar { display: none;}
}

            
 /*3eme breakpoint voir en fonction des devices */          
        
@media screen and (max-width:1024px){



    .desktop-content,
    .scroll-to-top_button {
        display: none;
    }

    .tablet-content {
        display: flex;
    }

    #maTelecommande {
        /* display: none; */
        position: absolute;
        top: 0;
        z-index: 2;
        height: 100%;
        width: 100%;
        grid-row: 2/7 !important;
        grid-column: 1/11 !important;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;;
        -o-transition: all 0.3s ease-in;
        transition:  all 0.3s ease-in;
    }


    
    main {
        overflow-x: clip;
    }
    .mainA1{grid-column:1/11; grid-row:2/3;
        /* background:green;  */
        height:500px}
    .mainA2{grid-column:1/11; grid-row:3/6;
        /* background:orange;  */
        height:500px;
        display:block;}
    .mainA3{grid-column:1/11; grid-row:4/7;
        /* background:yellow;  */
        height:500px} 
        
    #header-container {
        background: white;
    }

        .premiere-partie {
            width: 70%;
        }


        .hotline-boutons,
        .network-btn-parent {
            border: var(--bleu-main) solid 2px;
            left: 0;
        }
    
        .deuxieme-partie {
            width: auto;
        }
        .hotline-boutons {
            font-size: 2vw;
            width: 50%;
            /* width: 240px; */
            margin-right: 15px;
        }
        .prenom-nom {
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-size: 2vw;
            /* line-height: 1vh; */
            height: 100%;
        }


        .prenom-nom,
        .raison-sociale {
            color: var(--bleu-main);
        }
    .menu2{
        justify-content: space-between;
        background: var(--bleu-main);
        grid-row: 1/2;
        width: 100%;
        grid-column: 1/11;
        padding: 0 33px;
        border-bottom-right-radius : 10px;
    }

        .header-tablet {
            width: 60%;
            /* justify-content: space-around; */
            align-items: center;
            position: relative;
        }
            /* .header-tablet a{
                width: 40px;
                height: 40px;
            } */
            
        .header-logo, 
        .header-tablet a {
            width: 65px;
            top: 0;
        }

        .devise {
            font-size: 2.3vw;
            height: 100%;
            left: 5.8vw;
            width: auto;
            align-items: center;
        }


    .barrelaterale{
        grid-row: 1/6;
        grid-column: 1/3;
        /* background:black; */
        display: none
    }     

        /* TELECOMMANDE MOBILE */
        .telecommandeMobile {
            display: flex;
            z-index: 1;
        }
        
        .img-telecommandeMobile {
            align-items: center;
            justify-content: center;
            width: 8%;
            height: 100%;
        }
        .img-settings {
            width: 60%;
            height: 60%;
        }
        
        .btn-rch-catalogue {
            margin-top: 0;
            width: 15%;
        }
            
            .recherche-fournisseur {
                width: 55%;
                /* font-size: 1.9vw; */
                    font-size: 12px;
                    
                    box-shadow: 0px 2px 5px var(--medium-grey);
            }
    .recherche-vin {
        width: 55%;
        /* font-size: 1.9vw; */
        font-size: 12px;
        box-shadow: 0px 2px 5px var(--medium-grey);
    }
        .recherche-fournisseur::placeholder,
        .recherche-vin::placeholder,
        .recherche-plaque,
        .btn-rch-catalogue {
            /* font-size: 1.3vw; */
            font-size: 12px;
        }

                .recherche-fournisseur-plaque {
                    width: 60%;
                    height: 100%;
                    justify-content: space-evenly;
                    min-height: auto;
                }

                .telecommandeMobile-content .recherche-fournisseur-plaque {
                    justify-content: space-between;
                }
        
            .plaque-immatriculation {
                width: 40%;
            }

                .plaque-immatriculation 
                .cote-gauche {
                    width: 18%;
                    font-size: 1.3vw;
                }
                    .plaque-immatriculation 
                    .cote-gauche img{
                        width: 50%;
                    }
                    .plaque-immatriculation 
                    .cote-gauche p{
                        font-size: 1.3vw;
                    }

                .plaque-immatriculation 
                .recherche-plaque {
                    box-shadow: 0px 2px 5px var(--medium-grey);
                    font-size: 1.9vw;
                }
                    .plaque-immatriculation 
                    .recherche-plaque::placeholder {
                        /* font-size: 1.5vw; */
                        font-size: 12px;
                    }
                .plaque-immatriculation 
                .cote-droit {
                    width: 12%;
                }


    #maTelecommande.active {
        /* display: flex; */
        z-index: 3;
        grid-row: 2/7;
        grid-column: 1/11;
        background-position: center;
        background-size: cover;
        opacity: 1;
        height: 100%;
        width: 100%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);

    }

        .barrelaterale {
            display: flex;
            width: 385px;
            min-width: 385px;
            /* height: 100%; */
        }
        #maTelecommande .img-settings {
            width: 9%;
            height: 100%
        }
        #maTelecommande .recherche-fournisseur-plaque {
            width: 100%;
        }
        #maTelecommande  .recherche-fournisseur {
            width: 100%;
        }
        #maTelecommande  .recherche-vin {
            width: 100%;
        }

        #maTelecommande  .plaque-immatriculation {
            width: 100%;
        }

        .telecommande-footer-btn {
            display: none;
        }
        #maTelecommande .btn-rch-catalogue {
            width: 100%;
        }           
    main {
        background: linear-gradient(0deg, rgba(255,255,255,1) 86%, rgba(149,149,149,1) 100%);
       
        height: auto;
        position: relative;
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        grid-template-rows: 85px repeat(3, 1fr);
    } 

    .menu2 .burger-effect {
        display: block;
        position: absolute;
        top: 85px;
        background: var(--light-grey);
        width: 45%;
        height: 100%;
        z-index: 4;
        margin-left: -33px;
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition:  all 0.3s ease;
    }

    .menu2 .burger-content {
        flex-direction: column !important;
        position: fixed;
        top: 85px;
        /* position: absolute; */
        margin: 0 -33px;
        z-index: 4;
        background-color: white;
        height: 100vh;
        min-height: 500px;
        width: 65%;
        align-items: flex-end;
        /* display: none; */
        transform: translateX(200%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition:  all 0.3s ease;
    }

    
    .menu2 .burger-content.click {
        position: absolute;
        transform: translateX(60%);
    }

    .menu2 .burger-effect.click  {
        transform: translateX(0%);
    }

    .menu2 .burger-content .nav-link{
        /* display:none!important */
        /* position: absolute; */
        height: 100px;
        /* left: 30%; */
        background: white;
        border: none;
        width: 90%;
        border-top: var(--medium-grey) solid 1px;
        justify-content: flex-start;
        /* z-index: 2; */
    }
    .menu2 .burger-content .nav-link:first-child{
        border: none;
    }

    .logo-navbar {
        display: block;
    }


    
    /* BOUTON BURGER SMARTPHONE */
    .burger-menu-mobile,
    .burger-menu-tablette {
        display: flex;
        /* align-items:flex-start; */
        justify-content: space-evenly;
        width: 27px;
        height: 27px;
        /* border: var(--bleu-main) solid 2px; */
        border: white solid 2px;
        border-radius: 4px;
        overflow: hidden;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition:  all 0.2s ease;
        cursor: pointer;
        position: relative;
        top: 33%;
      }
      .burger-menu-mobile.click,
      .burger-menu-tablette.click {
        width: 63px;
      }
      


        .titre-burger-menu {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0;
          text-transform: uppercase;
          width: 0;
          opacity: 0;
          -webkit-transition: all 0.1s ease;
          -moz-transition: all 0.1s ease;
          -ms-transition: all 0.1s ease;
          -o-transition: all 0.1s ease;
          transition:  all 0.1s ease;
          font-size: 12px;
          /* color: var(--bleu-main); */
          color: white;
          font-weight: 400;
        }
        .titre-burger-menu.click {
          text-transform: uppercase;
          width: 50%;
          opacity: 1;
        }

        .burger-barres {
          display: flex;
          width: 100%;
          height: 100%;
          flex-direction: column;
          align-items: center;
          justify-content: space-evenly;
          padding: 0 3px;
        }

      .burger-barres.click {
        padding: 0;
        margin: 0;
        width: 15%;
      }
          .barre {
            height: 1px;
            width: 90%;
            /* border: var(--bleu-main) solid 1px; */
            border: white solid 1px;
            background-color: white;
          }

    /* ******************* */
    .logo-navbar,
    #pneus .logo-navbar,
    #webmarchand .logo-navbar {
        height: 30px;
        width: 15%;
        /* margin-left: 50px; */
    }
        .nav-link-text {
            width: 60%!important;
            text-align: start;
        }

    .btn-disconnect.tablet-content {
        position: absolute;
        border-top: var(--medium-grey) 1px solid;
        border-bottom: var(--medium-grey) 1px solid;
        height: 15%;
        width: 100%;
        top: 65%;
    }
    .btn-disconnect.tablet-content button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 170px;
        border: var(--medium-grey) solid 1px;
        border-radius: 35px;
        background: white;
        color: var(--medium-grey);
        font-size: 17px;
        font-weight: 300;
        text-transform: uppercase;
        text-align: center;
    }
    .btn-disconnect.tablet-content button::before {
        position: relative;
        display: inline-block;
        background: url("/SVG/switch_button.svg") no-repeat center;
        width: 20px;
        height: 20px;
        content: "";
        /* height: 30px; */
        left: -5px;
        /* top: 1px; */
    }

    body {
        height: 100vh;
        width: 100%;
        /* background: black; */
    }
    .burger{
        display: block;
        /* display: none; */
        position: relative;
        grid-column: 8/9;
        height: 85px;
        width: 85px;
        /* right: 33px; */
    }
    .burger:after {
        content: "";
        background: url("/img/menubg.svg") 100%;
        width: 100%;
        background-repeat: no-repeat;
        position: relative;
        height: 100%;
        display: block;
    }

    .cookies-container {
        height: 70px;
        line-height: 25px;
    }

}
@media screen and (max-width:560px){


    body {
        font-size: 16px;
    }

    input[type="text"] {
        font-size: inherit;
      }

    .padddesktop {
        padding: 33px 25px;
    }
    #maTelecommande {
        position: fixed;
        top: 165px;
    }

    #maTelecommande.active {
        display: block;
        z-index: 2;
        top: 0;
        /* position: sticky; */
        position: fixed;
        top: 167px;
        grid-row: 2/5;
        grid-column: 1/1;
        height : 100%;
        min-width: initial;
    }

    .telecommande {
        position: relative;
        grid-template-areas:
        "telecommande-collapse telecommande-collapse"
        "telecommande-collapse telecommande-collapse"
        "btn-rch-catalogue btn-rch-catalogue";
    }

    .telecommande-collapse {
        height: auto;
        margin: 0;
    }
    /* ************************ */
    .non-collapsible {
        display: none;
    }
    #arrow-tel {
        display: none;
    }
    .telecommande .btn-rch-catalogue,
    .barrelaterale{
        display: flex;
        width: auto;
        min-width: initial;
    }


    .telecommande .btn-rch-catalogue {
        margin-top: 50px;
        width: 100%;
        font-size: 14px;
    }

    .recherche-pieces-par-vehicule.content.active {
        height: 135px;
    }

    .bloc-header {
        margin: 7px 0;
    }

    #maTelecommande .btn-rch-catalogue {
        margin: 20px 0;
    }
    
    #header-container,
    .menu2,
    .btn-rch-catalogue,
    .tablet-content {
        display: none;
    }

    .img-telecommandeMobile {
        width: 10%;
    }

    #header-mobile {
        background: white;
        display: flex;
        grid-column: 1/11;
        padding: 0 33px 0 25px;
        align-items: center;
        justify-content: space-between;        
        /* position: sticky; */
        position: fixed;
        top: 0;
        width: 100%;
        height: 85px;
        /* height: 8.7vh; */
        z-index: 3;
        box-shadow: 0px 3px 15px var(--medium-grey)
        /* width: 100%; */
    }

    .telecommandeMobile {
        grid-row: 1/2;
        background: var(--light-grey);    
        /* position: sticky; */
        /* top: 0; */
        position: fixed;
        top: 85px;
        height: 85px;
        width: 100%;
        z-index: 2;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
        .telecommandeMobile-content {
            position: relative;
        }

            .img-telecommandeMobile {
                /* position: absolute; */
                /* left: 15%; */
                justify-self: flex-start;
                height: 45%;
                border-radius: 5px;
                background-color: white;
            }

            .recherche-fournisseur-plaque {
                /* position: absolute; */
                /* left: 28%; */
                flex-direction: row-reverse !important;
                width: 80%;
                justify-content: space-evenly;
            }

                .plaque-immatriculation .cote-gauche {
                    width: 75%;
                    border-radius: 3px;
                    margin-right: 3px;
                }
                    .plaque-immatriculation .cote-gauche img {
                        height: 55%;
                    }
                .plaque-immatriculation {
                    -webkit-transition: width 0.2s ease;
                    -moz-transition: width 0.2s ease;
                    -ms-transition: width 0.2s ease;
                    -o-transition: width 0.2s ease;
                    transition: width 0.2s ease;
                    width: 20%;
                    margin-left: 10px;
                }
                .plaque-immatriculation .cote-droit {
                    width: 0%;
                    display: none;
                }

                .plaque-immatriculation .cote-gauche p {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 2vw;
                }
                .recherche-fournisseur { 
                    width: 75%;
                    font-size: 4vw;
                }

                .recherche-vin {
                    width: 75%;
                    font-size: 4vw;
                }


                    .recherche-plaque {
                        font-size: 12px !important;
                        border-radius: 3px;
                        border: #006CDD solid 2px;
                        opacity: 0;
                        width: 0;
                    }
                    .telecommandeMobile .recherche-plaque::placeholder {
                        font-size: 15px !important;
                    }

                    .recherche-fournisseur::placeholder {
                        color: var(--medium-grey);
                        text-align: center;
                        font-size: 3vw;
                    }
                    .recherche-vin::placeholder {
                        color: var(--medium-grey);
                        text-align: center;
                        font-size: 3vw;
                    }
            .premiere-partie-mobile {
                width: 50%;
                height: 100%;
                align-items: center;
            }
                .premiere-partie-mobile a {
                    width: 35px;
                }
                .premiere-partie-mobile img {
                    width: 35px;
                    height: 35px;
                }
                .premiere-partie-mobile .devise {
                    justify-content: center;
                    color: var(--bleu-main);
                }
                    .premiere-partie-mobile .devise p {
                        text-transform: initial;
                        margin: 3px 0;
                        width: 100%;
                        text-align: left;
                        font-size: 3.5vw;
                        line-height: 14px;
                    }

        .burger-mobile {
            /* display: none; */
            width: 50px;
            height: 50px;

            background: url("/img/menubg-bleu.svg") no-repeat center;
        }

    .menu2 {
        display: flex;
        position: absolute;
        grid-area: 1/1/2/2;
        top: 85px;
    }
    .menu2 .burger-content {
        width: 100%;
        height: 100vh;
        position: fixed;
        /* top: -85px; */
        /* top: 0; */
        z-index: 3;
    }
    .menu2 .burger-effect {
        display: none;
    }

    .menu2 .burger-content .nav-link {
        width: 100%;
    }

    .menu2 .burger-content .nav-link:first-child {
        border-top: var(--medium-grey) solid 1px;
    }

    .logo-navbar, 
    #pneus .logo-navbar,
    #webmarchand .logo-navbar {
        width: 20% ;
    }
    
    .nav-link-text {
        font-size: 20px;
    }

    .menu2 .burger-content.click {
        transform: translateX(0%);
        top: 85px;
        position: fixed;
    }

    .menu2 .burger-content .btn-disconnect {
        display: flex;
    }

        .burger-menu-mobile {
            border: var(--bleu-main) solid 2px;
            top: 0;
        }

        .titre-burger-menu {
            color: var(--bleu-main);
        }
        .barre {
            border: var(--bleu-main) 1px solid;
            background-color: var(--bleu-main);
        }

    .btn-disconnect.tablet-content {
        height: 10%;
        border-bottom: none;
    }

    .btn-disconnect.tablet-content button {
        border: none;
    }
    .mainA1 {
        grid-row: 2/5;
    }

    .mainA1,
    .mainA2 {
        background: white;
    }

    .dots-holder {
        display: none;
    }

    .cookies-container {
        font-size: 10px;
        line-height: 15px;
    }
        .policy-accept {
            height: 50%;
        }
    footer {
        border-radius: 5px;
    }

    footer.tablet-content {
        display: flex;
        position: relative;
        height: 100%;
    }
        .footer-top-side {
            position: relative;
            height: 80%;
        }
            .footer-top-side .logo {
                position: absolute;
                top: 0;
                width: 50px;
            }

            .footer-top-side-content {
                position: absolute;
                top: 0;
                flex-direction: column;
                width: 100%;
                height: 85%;
            }   
                
                .footer-top-side .info-siege {
                    height: 30%;
                    position: absolute;
                    width: 50%;
                    top: 0;
                    left: 20%;
                    justify-content: flex-start;
                }
                    .siege-tvi {
                        font-size: 3.5vw;
                    }

                    .adresse-tvi {
                        font-size: 2.5vw;
                        line-height:normal;
                    }
                .footer-hotline,
                .footer-nav-links {
                    position: absolute;
                    width: 100%;
                    height: 30%;
                }

                .footer-hotline {
                    top: 50%;
                    height: 35%;
                    flex-direction: row!important;
                    justify-content: space-between;
                    border-top: var(--bleu-main) 1px solid;
                    border-bottom: var(--bleu-main) 1px solid;
                }
                    .contact-hotline {
                        width: 30%;
                        height: 100%;
                        align-items: center;
                        justify-content: space-between;
                    }
                        .contact-hotline p {
                            font-weight: 400;
                            font-size: 3vw;
                            width: 70%;
                        }

                    .reseaux-footer {
                        width: 60%;
                    }
                        .reseaux-footer p {
                            line-height: 12px;
                            font-size: 2.5vw;
                        }

                .footer-nav-links {
                    top: 85%;
                    justify-content: space-around;
                    flex-direction: row !important;
                }
                    .footer-nav-links a {
                        display: flex;
                        justify-content: center;
                        height: 100%;
                        flex-direction: row;
                        font-size: 3vw;
                    }


        .footer-bottom-side {
            position: absolute;
            top: 70%;
            width: 100%;
            left: 0;
            height: 25%;
            justify-content: space-around;
            background: var(--bleu-main);
            font-size: 2.5vw;

        }
            .footer-bottom-side .footer-TecAlliance {
                display: none;
            }

            .footer-bottom-side a,
            .droitsAuteur  {
                color: white;
                font-size: 2.5vw;
            }

            .scroll-to-top_button {
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 5%;
                left: 90%;
                width: 30px;
                height: 30px;
                border: var(--bleu-main) solid 2px;
                border-radius: 50%;
                cursor: pointer;
            }
                .triangle_button {
                    width: 0; 
                    height: 0; 
                    background-color: white;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    
                    border-bottom: 5px solid black;
                }
                

                .scroll-to-top_button img {
                    transform: rotate(180deg);
                }
}           
@media screen and (min-width:2024px){

    main {
        height: 91.3vh;
        /* height: auto; */
        min-height: 1080px;
        grid-template-columns: minmax(385px, 1.2fr) repeat(8, 1fr);
        grid-template-rows : repeat(10, 1fr);
    }
    header {
        /* height: 8.7vh; */
        /* height: 10%; */
        /* min-height: 130px; */
        height: auto;
    }

    .premiere-partie {
        display: grid;
        grid-template-columns: 0.3fr 0.8fr repeat(2, 1fr);
        grid-template-rows: 1fr;
        gap: 0 0.8vw;
        width: 50vw;
    }
        .hotline-boutons,
        .network-btn-parent,
        .btn-disconnect {
            border-radius: 0.2604167vw;
        }
        .header-logo {
            position: relative;
            /* height: 9vh; */
            width: 3vw;
            height: 4vw;
            /* width: 3.5vw; */
            top: 1.5vh;
            margin: auto;
            grid-area: 1 / 1 / 2 / 2;
        }

        .devise {
            grid-area: 1 / 2 / 1 / 3;
            left: 0;
            font-size: calc(1rem + 0.35vw);
        }

        .hotline-boutons {
            grid-area: 1 / 3 / 1 /4;
            left: 0;
            width: auto;
            padding: 0 .5vw;
            font-size: calc(1rem + 0.35vw);
        }

        .network-btn-parent {
            height: 40%;
            width: 1.8vw;
            grid-area: 1 / 4 / 1 / 5;
            left: 0;
        
        }

            .network-btn-parent img {
                /* height: 2.5vh;
                width: 2.28vw; */
                height: 1.28vw;
                width: 1.28vw;
            }

            .network-btn-blue {
                height: 2.2vh !important;
                width: 2.1vw !important;
            }
            .network-btn-parent:hover {
                /* width: 9.8vw; */
                width: 8vw;
            }

        .deuxieme-partie {
            justify-content: space-around;
        }
    .prenom-nom > p {
        font-size: 12px;
    }

        .mainA1 div,
        .mainA2 div {
            border-radius: 0.2604166vw;
        }
        /* TELECOMMANDE */
        #maTelecommande {
            background-size: contain;
        }

        .telecommande {
            grid-template-rows: min-content min-content 3.7vh;
        }

        /* PARTIE NON PLIABLE  */
        .non-collapsible {
            height: auto;
            /* height: 20%; */
            /* min-height: 340px; */
        }

            /* PARTIE DU TITRE */
            .entete {
                height: 50%;
                min-height: 7vh;
            }
                .titre-entete {
                    height: 60%;
                    align-items: center;
                }
                    .titre-telecommande {
                        display: flex;
                        align-items: center;
                        font-size: calc(1rem + 0.63vw) !important;
                        /* font-size: calc(1rem + (3 - 1) * ((100vw - 560px) / (7680 - 560)))!important; */
                        
                        /* font-size: calc(0.55vw + 0.4vh + 1vmin) !important; */
                    }

                    .img-settings {
                        height: auto;
                        width: 9%;
                    }

                .entete p {
                    height: 30%;
                    font-size: calc(0.4rem + 0.29vw);
                }

            /* PARTIE RECHERCHE PAR PLAQUE */
            .recherche-fournisseur-plaque {
                height: 50%;
                min-height: 7.5vh;
                display: grid;
                gap: 10px 0;
                margin-top: 10px;
                width: 100%;
                grid-template-columns: repeat(2, 1fr);
                grid-template-rows: repeat(2, 0.5fr);
            }

    .recherche-fournisseur,
    .recherche-vin,
    .plaque-immatriculation {
        /* min-height: 3vh; */
        /* height: 30%; */
        min-height: 38px;
        height: calc(1rem + 1vw);
        font-size: calc(1rem + 0.62vw);
        min-height: 38px !important;
        /* height: 3vh; */
    }

                .recherche-fournisseur {
                    grid-area: 1 / 1 / 1 /3;
                }

                .plaque-immatriculation {
                    grid-area: 2 / 1 / 2 /3;
                }

                .recherche-vin {
                    grid-area: 3 / 1 / 3 /3;
                }

                 .cote-gauche, 
                 .recherche-plaque,
                 .cote-droit{
                    height: 100%;
                }

                .cote-gauche {
                    border-bottom-left-radius: 10%;
                    border-top-left-radius: 10%;
                }
                .cote-droit {
                    border-top-right-radius: 10%;
                    border-bottom-right-radius: 10%;
                }
                .recherche-fournisseur {
                    border-radius: 45px !important;
                    background-size: 5%;
                }

                .recherche-vin {
                    border-radius: 45px !important;
                    background-size: 5%;
                }

                .recherche-fournisseur,
                .recherche-vin,
                .recherche-plaque {
                    font-size: 0.7vw;
                }


        /* PARTIE PLIABLE */
        .telecommande-collapse {
            /* height: 45%; */
            /* height: 60%; */
        }  

            /* CHOIX VEHICULE */
            .choix-type-vehicule {
                height: 20%!important;
                min-height: 10vh;
                /* min-height: 180px; */
            }

            .choix-type-vehicule ul {
                font-size: 0.45vw;
            }
            
            .choix-auto-item,
            .choix-auto-item button {
                border-radius: 10%;
            }

            .choix-auto-item {min-height: 80px;}

            .text-container {
                border-bottom-left-radius: 12%;
                border-bottom-right-radius: 12%;
            }
        
            /* HISTORIQUE RECHERCHE */
            .btn-historique-recherche {
                font-size: 0.52vw;
            }

                .historique-recherche td {
                    margin: .31vh 0;
                }
                .historique-recherche td a {
                    font-size: 0.6vw;
                }

        .img-container {
            height: 50%;
            /* width: 80%; */
            width: 50%;
        }

        /* BOUTON RECHERCHE */
        .btn-rch-catalogue {
            font-size: .625vw;
            /* min-height: 3.7vh; */
            height: 3.3vh;
            border-radius: 0.2604166vw;
        }

        .telecommande-footer-btn {
            margin : 0 0 -1.718vw;
        }
        .bloc-header label,
        .label-choix-vehicule {
            font-size: calc(0.2rem + 0.45vw);
        }

        .bloc-header {
            /* min-height: 2.5vh; */
            /* height: 2.5vh;
            min-height: 30px; */
        }

        .bouton-collapse {
            height: 0.78vw;
            width: 0.78vw;
            font-size: 0.8vw;
            border: var(--bleu-main) solid 0.052vw;
            border-radius: 0.156vw;
            border-width: 2px;
        }

        .content.active {
            height: 10vh;
        }
        .recherche-pieces-par-vehicule.content.active {
            height: 12vh;
            /* min-height: 250px; */
            min-height: 140px;
        }

        .historique-recherche.content.active {
            height: 13vh;
        }

        .padddesktop {
            /* padding: 3.4vh 1.718vw; */
            padding: 1.718vw;
        }

        
        .barrelaterale {
            padding: 9%;
        }

        .bar {
            /* min-height: 3vh; */
            /* height: 3vh; */
            height: calc(1rem + 1vw);
            /* min-height: 50px; */
            font-size: 0.625vw !important;
            border-radius: 0.2vw;
            /* padding: 0 0.2vw; */
        }
        /* NAVBAR */
        .menu2 {
            /* height: 8.7vh; */
            height: auto;
            min-height: 100px;
        }

            .menu2 .burger-content .nav-link {
                font-size: 0.78125vw;   
            }

            .logo-navbar {
                height: 1.6vw;
                width: 1.6vw;
            }

            #webmarchand .logo-navbar,
            #pneus .logo-navbar {
                height: 1.45vw;
                width: 1.45vw;
            }

}
@media screen and (min-width:2350px){
    .devise,
    .hotline-boutons {
        font-size: calc(1rem + 0.35vw);
    }

    .titre-telecommande {
        font-size: calc(1rem + 0.7vw) !important;

    }
    .entete p {
        font-size: calc(0.4rem + 0.35vw);
    }
}
@media screen and (min-width:2550px){
    .devise,
    .hotline-boutons {
        font-size: calc(1rem + 0.5vw);
    }
    .titre-telecommande {
        font-size: calc(1rem + 0.75vw) !important;
    }
    .entete p {
        font-size: calc(0.4rem + 0.4vw);
    }
}
@media screen and (min-width:2750px){
    .devise,
    .hotline-boutons {
        font-size: calc(1rem + 0.6vw);
    }
    .titre-telecommande {
        font-size: calc(1rem + 0.8vw) !important;
    }
}
@media screen and (min-width:3000px){
    .devise,
    .hotline-boutons {
        font-size: calc(1rem + 0.6vw);
    }
    .titre-telecommande {
        font-size: calc(1rem + 0.85vw) !important;
        /* font-size: 1.35vw!important; */
    }
    .entete p {
        font-size: calc(0.4rem + 0.42vw);
    }
}
.landscape-mode {
    display: none;
}
@media screen and (min-width :320px) and (max-width : 1024px) and (max-height:900px) and (min-aspect-ratio: 13/9) { 
             main, header, footer {
        display: none !important;
    }
    body {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--bleu-main);
    }
    .landscape-mode {
        display: block;
        position: relative;
    }
        .landscape-mode p {
            font-size: 17px;
            color: var(--orange-main);
            text-transform: uppercase;
        }
}

#recherche-identification-label,
.recherche-par-identification-vehicule {
    display: none;
}

@media (max-width: 560px) {
    #recherche-identification-label,
    .recherche-par-identification-vehicule {
        display: flex; /* ou flex, grid, selon ton besoin */
    }
}

/* @media screen and (min-width: 320px) and (max-width: 1024px) and (orientation: landscape) { */
/* @media screen and (min-aspect-ratio: 13/9) { */
    /* html {
      transform: rotate(-90deg);
      transform-origin: left top;
      width: 100vh;
      height: 100vw;
      overflow-x: hidden;
      position: absolute;
      top: 100%;
      left: 0;
    } */
    /* body {
        width: 100vh;
        height: 100vw;
        transform: rotate(90deg);
      } */
  /* } */

