@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat'), url("https://www.tracamatrix.com/font/Montserrat-Light.ttf") format("ttf");
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw9aXpsog.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw2aXpsog.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw3aXpsog.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Hw5aXo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    scroll-behavior: smooth;
}

body {
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    background-color: #fafafa;
    position: absolute;
    top: 0;
    zoom: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 19px;
}

/*.corp-de-page{
    animation: divmenub 0.4s 1;
}*/

input, textarea{
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bolder;
}

.submenu-recherche {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: fixed;
    z-index: 9998;
    background: #fff;
    top: 105px;
    animation: opacity .40s;
    height: 100%;
}

.submenu-recherche .recherche-titre {
    font-size: 27px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration: #0087cb;
    font-weight: bold;
    padding-bottom: 30px;
    width: 100%;
}

.submenu-recherche .leresultat {
    width: 100%;
}

.leresultat {
    overflow-y: scroll;
    background: #1c1c1c;
    min-height: 805px;
}

.leproduit-best {
    padding: 1%;
    width: 14%;
    margin: 1%;
    border-radius: 15px;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(1 3 4 / 35%);
    transition: 600ms;
}
/**** Menu ****/

.hover-menu:hover {
    color: #0087cb;
    transition: 600ms;
}

.hover-menu {
    transition: 600ms;
}

.div-menu-nav {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.input-recherche {
    color: #7a7a7a;
    background: #38383a url(https://www.tracamatrix.com/images/icons/search-solid.svg) no-repeat 14px center;
    background-size: 20px;
    background-position-y: 8px;
    border: 1px solid #686868;
    border-radius: 100px;
    padding: 0.5rem 1rem;
    padding-left: 50px;
    font-size: 16px;
    transition: 600ms;
    width: 100%;
}

.leresultat {
    overflow-y: scroll;
    background: #1c1c1c;
    min-height: 805px;
}

.input-recherche:hover, .input-recherche:focus {
    border: 1px solid #2196f3;
    background: #1c1d1e url(https://www.tracamatrix.com/images/icons/search-solid.svg) no-repeat 14px center;
    background-size: 20px;
    background-position-y: 8px;
    color: white;
    transition: 1000ms;
    /*width: 40%;*/
}

.input-recherche:focus-visible {
    border: 1px solid #2196f3;
    background: #1c1d1e url(https://www.tracamatrix.com/images/icons/search-solid.svg) no-repeat 14px center;
    background-size: 20px;
    background-position-y: 8px;
    color: white;
    transition: 600ms;
    outline: 0 solid #2196f3;
}

.test2 {
    display: none;
}

.t-box-o {
    display: none;
}

.submenu-recherche {
    display: none;
}

.submenu-recherche {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: fixed;
    z-index: 9998;
    background: #fff;
    top: 105px;
    animation: opacity .40s;
    height: 100%;
}

.submenu-recherche .leresultat {
    width: 100%;
}

.submenu-recherche .recherche-titre {
    font-size: 27px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration: #0087cb;
    font-weight: bold;
    padding-bottom: 30px;
    width: 100%;
}

#result-recherche {
    background: #1c1c1c;
    /*overflow-y: scroll;*/
    max-height: 83%;
    box-shadow: #1c1c1c 1px 1px 6px;
}

.t-box-o:checked ~ .submenu-recherche {
    height: 104vh;
    display: block;
    position: absolute;
    list-style-type: none;
    animation: opacity .40s;
    top: 100%;
    padding: 0;
    z-index: 1000;
    left: 0;
    margin: 0;
    background-color: #fff;
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    text-align: left;
}

.t-box-o:checked ~ .submenu-recherche .recherche-titre {
    font-size: 27px;
    text-align: center;
    text-decoration-line: underline;
    text-decoration: #0087cb;
    font-weight: bold;
    padding-bottom: 30px;
}

.header-top {
    display: flex;
    flex-flow: row;
    width: 100%;
    min-height: 50px;
    padding-top: 6px;
    max-height: 50px;
    align-items: center;
    /*z-index: 9999;*/
    background: #38383a;
    /* box-shadow: black 0 -5px 10px 1px; */
    justify-content: center;
}

.header-logo {
    width: 10%;
    height: 50px;
    min-width: 10%;
    PADDING-left: 2%;
    display: flex;
    align-items: center;
}

.header-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-navigation {
    width: 100%;
    min-width: 78%;
    height: 54px;
    text-align: right;
    background: #38383a;
}

.header-img {
    max-height: 76px;
    width: 96px;
    height: auto;
    max-width: 139px;
}

/**** Menu-Nav ****/

.header-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: nowrap;
}

.header-nav .navul {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #38383a;
}

.header-nav .a {
    display: inline-block;
    text-decoration: none;
    color: white;
    /*font-weight: bold;*/
    transition: 600ms;
    font-family: 'Montserrat', sans-serif !important;
}

.header-nav .a:hover {
    color: #0087cb;
    transition: 600ms;
}

.svg-menu {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 10%;*/
    /* height: auto; */
    min-width: 40%;
}

.header-nav > ul > li > span:hover {
    cursor: pointer;
}

.header-nav > ul > li {
    height: 100%;
}

.header-nav > ul > li > .a {
    /* float: right; */
    padding: 0 10px;
    transition: 600ms;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif !important;
    text-align: center;
}

.header-nav > ul > li:hover .a {
    /*float: right;*/
    color: #0087cb;
    transition: 600ms;
}

.header-nav > ul > li > label {
    float: right;
    position: relative;
    /* padding: 30px 4px; */
    transition: 400ms;
    top: 28px;
}

.submenu-co {
    display: flex;
    position: absolute;
    list-style-type: none;
    width: 30%;
    top: 100%;
    padding: 0;
    z-index: -1;
    margin: 0;
    right: -500px;
    background: #38383a;
    opacity: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 600ms;
    max-width: 500px;
}

nav li:hover .submenu-co {
    right: 0;
    opacity: .97;
    transition: 600ms;
}

.submenu-co li {
    margin: 20px;
}

.submenu li {
    width: 28%;
    max-width: 394px;
    padding: 8px 15px 8px 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    border-right: 1px solid #8d8d8d;
    transition: 600ms;
    font-size: 16px;
}

.submenu li:hover a{
    color: #0087cb;
    cursor: pointer;
}

.submenu li a {
    color: #0087cb;
    text-decoration: none;
    transition: 600ms;
}

.submenu li a span {
    width: 100%;
}

.submenu li a .ligne {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}

.submenu li a .bold {
    margin: 0;
    width: 3%;
    display: flex;
    justify-content: flex-end;
}

.submenu {
    display: flex;
    position: absolute;
    list-style-type: none;
    width: 100%;
    top: -775px;
    right: 0;
    padding: 0;
    z-index: -1;
    margin: 0;
    background: #fff;
    opacity: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    align-items: stretch;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
    transition: .8s;
    font-family: 'Montserrat', sans-serif !important;
}

.relative .notif {
    position: fixed;
    margin: -12px 17px;
    transition: 600ms;
}
.notif {
    width: 15px;
    height: 15px;
    padding: 4px;
    border-radius: 100px;
    display: flex;
    background: linear-gradient(60deg,#ff3a36,#e90500);
    color: white;
    justify-content: center;
    margin-left: 8px;
    align-items: center;
    font-size: 14px;
    box-shadow: 0 0 20px 0 rgb(255 10 10 / 20%), 0 0 10px -5px rgb(255 101 89);
    transition: 600ms;
}

.relative{
    position: relative;
}

.compte {
    background: url(https://www.tracamatrix.com/images/icons/compte.svg) no-repeat;
    height: 25px;
    width: 25px;
    min-width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
}

.panier {
    background: url(https://www.tracamatrix.com/images/icons/cart.svg) no-repeat;
    height: 25px;
    width: 34px;
    min-width: 34px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

nav li:hover .submenu {
    top: 100%;
    opacity: 1;
    transition: .6s;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    min-height: 300px;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    box-shadow: 0px 0px 20px 0px #000c;
}

.submenu li a {
    padding: 5px 9px 5px 0;
    color: black;
    font-weight: 900;
    text-align: left;
    float: left;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fa-search-icon {
    background: url("https://www.tracamatrix.com/images/icons/search-solid.svg") no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
}

.fa-search-icon:hover, .fa-search-icon:active {
    background: url("https://www.tracamatrix.com/images/icons/search-solid-blue.svg") no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: #0087cb;
    display: block;
    cursor: pointer;
}

.ligne {
    text-decoration: underline;
    text-decoration-color: #0087cb;
    margin: -1% 0 2% 0;
}

.menuprincipal {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    background: #222222;
    box-shadow: black 0 -5px 10px 1px;
    z-index: 99999;
}

.p-l-5px {
    padding: 0px 0px 0px 5px;
}

.sub-droite {
    display: none;
    left: 0;
    opacity: 0;
    transition: 400ms;
}

.submenu li:hover .sub-droite {
    position: absolute;
    height: 97%;
    top: 0;
    left: 450px;
    width: 68%;
    transition: 400ms;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 17px 0;
    align-content: space-around;
    color: white;
    justify-content: flex-start;
    opacity: 1;
}

.submenu li:hover .sub-droite li{
    border: none;
}

.sub-droite li a{
    text-align: left;
    justify-content: flex-start;
    color: black!important;
    transition: 400ms;
}

.sub-droite li{
    min-width: 380px;
}

.sub-droite li a:hover{
    color: #0087cb!important;
    transition: 400ms;
}

.bold {
    font-weight: bold;
}

.menu-img{
    position: absolute;
    bottom: 36px;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/**** partie boutique ****/

.submenu-co {
    display: flex;
    top: -1300px;
    background: white;
    border-radius: 0 0 15px 15px;
    width: 30%;
    min-height: 30%;
    position: fixed;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 7px 8px 0 #00000061;
    padding: 0;
    z-index: -1;
    transition: 600ms;
    opacity: 0;
    right: 0;
    height: 94%;
    min-width: 430px;
    max-width: 700px;
    justify-content: flex-start;
}

#compte:checked ~ .submenu-co {
    top: 108px;
    transition: 600ms;
    opacity: 1;
}

#compte:checked ~ .compte {
    background: url(https://www.tracamatrix.com/images/icons/times-solid.svg) no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
}

#compte:checked ~ .compte:hover {
    background: url(https://www.tracamatrix.com/images/icons/times-solid-blue.svg) no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    cursor: pointer;
}

#compte-p:checked ~ .submenu-co {
    top: 80px;
    transition: 600ms;
    opacity: 1;
}

#compte-p:checked ~ .compte {
    background: url(https://www.tracamatrix.com/images/icons/times-solid.svg) no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    margin: 0 10px 0 10px;
}

#compte-p:checked ~ .compte:hover {
    background: url(https://www.tracamatrix.com/images/icons/times-solid-blue.svg) no-repeat;
    height: 25px;
    width: 25px;
    transition: 400ms;
    color: white;
    display: block;
    cursor: pointer;
}

.submenu-co a{
    color: black;
    transition: 600ms;
}

.submenu-co a:hover{
    color: #0087cb;
    transition: 600ms;
}

.bouton-co{
    margin-top: 2%;
    /* background: #0087cb; */
    padding: 2%;
    font-weight: normal;
    border-radius: 40px;
    box-shadow: 0 0 7px 0px #00000024;
    border: 3px solid #0087cb;
    transition: 400ms;
    min-width: 200px;
    font-size: 17px;
    background: #ffffff00;
}

.bouton-co:hover {
    transition: 400ms;
    background: #0087cb;
    color: white!important;
    cursor: pointer;
}