

/**** Corp de page ****/

.corp-de-page {
    margin-top: 105px;
    width: 100%;
    height: auto;
}

/**** Accueil ****/

/*#categorie{
    background: url("https://www.tracamatrix.com/images/fond/wave.svg" ) no-repeat bottom;
}*/

.banner-acc {
    width: 100%;
    height: auto;
}

.banner-img img {
    width: 100%;
    height: auto;
}

.banner-img {
    width: 100%;
    height: auto;
    min-height: 500px;
}

.absolute2 {
    display: flex;
    position: absolute;
    margin: 2%;
    text-align: left;
    width: 96%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-end;
    filter: opacity(1);
    z-index: 999;
    flex-direction: column;
    color: rgb(56, 56, 58);
    margin-top: 4%;
}

.absolute2 h1 {
    animation: 2.5s opacity 1;
    font-size: 50px;
    margin: 0;
    margin-left: 5%;
}

.absolute2 .button2 {
    max-width: 50%;
    width: 50%;
    margin-top: 4%;
    margin-left: 5%;
}

.absolute2 .button2 a {
    font-weight: bold;
    background: #0087cb;
    max-width: 100%;
    width: 100%;
    padding: 15px 80px 15px 80px;
    border-radius: 40px;
    text-align: center;
}

.absolute2 .button2 a:hover {
    background: #38383af0;
}

.banner-text {
    color: rgb(56, 56, 58);
    position: absolute;
    top: 20%;
    left: 8%;
    width: 50%;
    max-width: 660px;
}

.banner-text h1 {
    animation: 2.5s opacity 1;
    font-size: 50px;
}

.banner-text .button2 {
    max-width: 50%;
    width: 50%;
    margin-top: 15%;
}

.absolute2 .button2 a {
    color: rgb(0 0 0);
    font-weight: bold;
    background: none;
    border: 2px solid #0087cb;
    background: white;
    max-width: 100%;
    width: 100%;
    padding: 15px 80px 15px 80px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 62%);
}

.absolute2 .button2 a:hover {
    background: #38383af0;
    color: white;
}

#cat-1:hover {
    background: url('https://www.tracamatrix.com/public/images/categorie/1/2.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-1 {
    background: url('https://www.tracamatrix.com/public/images/categorie/1/soudure.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-2:hover {
    background: url('https://www.tracamatrix.com/public/images/categorie/2/2.webp') no-repeat no-repeat -50px;
    background-size: 120%;
    transition: ease-in-out 400ms;
}

#cat-2 {
    background: url('https://www.tracamatrix.com/public/images/categorie/2/ldm.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-3:hover {
    background: url('https://www.tracamatrix.com/public/images/categorie/3/2.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-3 {
    background: url('https://www.tracamatrix.com/public/images/categorie/3/ldd.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-4 {
    background: url('https://www.tracamatrix.com/public/images/categorie/4/1.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-5 {
    background: url('https://www.tracamatrix.com/public/images/categorie/5/1.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-8:hover {
    background: url('https://www.tracamatrix.com/public/images/categorie/8/2.webp') no-repeat no-repeat 0;
    background-size: 150%;
    transition: ease-in-out 400ms;
}

#cat-8 {
    background: url('https://www.tracamatrix.com/public/images/categorie/8/1.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

#cat-9:hover {
    background: url('https://www.tracamatrix.com/public/images/categorie/9/2.webp') no-repeat no-repeat 0;
    background-size: 100%;
    transition: ease-in-out 400ms;
}

#cat-9 {
    background: url('https://www.tracamatrix.com/public/images/categorie/9/1.webp') no-repeat no-repeat -71px;
    background-size: 130%;
    transition: ease-in-out 400ms;
}

/**** Catégorie ****/

.lescategories {
    width: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-top: 2%;
    flex-direction: column;
    flex-wrap: wrap;
    border-top: #0087cb 1px solid;
}

.bouton-cat {
    margin-top: 0;
    padding: 1%;
    border-radius: 40px;
    font-weight: bold;
    transition: 600ms;
    text-decoration: underline;
}

.lescategories hr {
    border-color: #2196f3;
    width: 90%;
}

/*.h2{
    text-align: left;
    float: left;
    width: 100%;
    margin-top: 2%;
}*/

.liste-categorie {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 0;
}

.une-categorie {
    transition: 600ms;
    background: #0087cb;
    padding: 0;
    border-radius: 15px;
    width: 15%;
    min-width: 300px;
    margin-right: 0;
    min-height: 220px;
    color: black;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.62);
}

.titre-cat-acc {
    background: #00000066;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 10px;
    margin: 0;
    color: white;
    transition: 600ms;
    font-size: 21px;
}

.ex-image .relative .absolute {
    display: flex;
    position: absolute;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 200px;
    align-items: flex-end;
    justify-content: center;
    filter: opacity(1);
    z-index: 999;
}

.ex-image-p {
    max-width: 330px;
    width: 330px;
    min-width: 330px;
    min-height: 200px;
    max-height: 200px;
    height: 200px;
    margin: 0;
    display: flex;
    border-radius: 15px;
    box-shadow: 0 0 4px 1px #00000054;
    align-items: center;
    justify-content: center;
    color: black;
}

.flex-cat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.admin-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #1c1c1c;
    color: white;
    margin-top: 2%;
    padding-bottom: 2%;
}

/*.souscat-menu .flex-cat{
    max-height: 200px;
}*/

.lacat-acc:hover .titre-cat-acc {
    transition: 600ms;
    /*border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;*/
}

.lacat-acc {
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 2%;
}

.submenu-produit h3 a {
    color: black;
    padding: 10%;
}

a:hover {
    transition: 600ms;
    color: #0087cb;
}

.submenu-produit p {
    color: black;
    margin: 0;
    margin-left: 4%;
    margin-top: 3%;
}

.submenu-produit {
    display: none;
    position: relative;
}

.lacat-acc:hover .submenu-produit {
    position: absolute;
    animation: produitdelacat 0.6s 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 300px;
    min-width: 300px;
    margin: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 0.5%;
    padding-bottom: 1%;
    box-shadow: 6px 6px 10px 0 rgb(1 3 4 / 24%);
    z-index: 20;
}

.sous-cat-acc {
    padding-left: 5%;
}

.cat-acc {
    margin-top: 2%;
}

.sous-cat-marque img:hover{
    box-shadow: 0 0 4px 1px #0087cb;
    transition: 600ms;
}

.sous-cat-marque img{
    max-width: 165px;
    width: 165px;
    min-width: 165px;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
    box-shadow: 0px 0px 4px 1px #00000054;
    border-radius: 15px;
    transition: 600ms;
}

.sous-cat-marque {
    /* max-width: 100%; */
    /* min-width: 100%; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 1000ms;
}

.flex-ex-marque {
    display: flex;
    /* max-width: 330px; */
    /* width: 31%; */
    /* min-width: 330px; */
    margin: 1% 1% 1% 1%;
    flex-direction: column;
    text-align: center;
}
/**** Pourquoi tmx ****/

.laccueil {
    /*background-color: #fff;*/
    width: 100%;
    /*display: flex;*/
    height: auto;
    padding-top: 3%;
    text-align: center;
    padding-bottom: 3%;
    margin-top: 4%;
}

.mt0 {
    margin-top: 0;
}

.mt6 {
    margin-top: 6%;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.laccueil h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    color: white;
}

.articleemplacement {
    padding: 2%;
    font-weight: bold;
}

.categorieemplacement {
    font-weight: bold;
    margin-top: 0;
}

.laccueil-p {
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-22 {
    font-size: 22px;
}

.laccueil h2 {
    margin-top: 0;
    font-size: 26px;
    line-height: 32px;
}

.ligne1acc {
    display: flex;
    width: 100%;
    height: auto;
    place-content: center;
    flex-flow: row;
    flex-wrap: wrap;
}

.divligne1acc {
    display: flex;
    margin-top: 1%;
    max-width: 15%;
    width: 20%;
    min-width: 280px;
    margin-right: 2%;
    margin-left: 2%;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 15px;
    background: #292a2c;
    box-shadow: 6px 6px 10px 0 rgba(1, 3, 4, 0.35);
    /* background: #ffffff; */
    color: white;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.divligne2acc {
    margin-top: 1%;
    max-width: 15%;
    width: 14%;
    min-width: 230px;
    margin-right: 1%;
    margin-left: 1%;
    padding-left: 1%;
    padding-right: 1%;
    border-radius: 15px;
    /* background: #ffffff; */
    color: black;
    display: flex;
    align-items: center;
}

.divligne2acc h1 {
    font-size: 25px;
}

.titreaccl1 {
    border-bottom: 1px solid #0087cb;
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: bold;
}

.roundimgacc {
    width: 200px;
    height: 200px;
    max-height: 200px;
    border-radius: 146px;
    margin-top: 5%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.divligne1acc b {
    color: #0087cb;
}

.roundimgacc {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.roundimgacc img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
}

.roundimgacc:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

/**** aide ****/

.support {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #1c1d1e;
    margin-top: 50px;
    padding-bottom: 80px;
}

.support-contenue.pb1 {
    background: #292a2c;
    box-shadow: 0 3px 10px 3px rgb(1 3 4 / 35%);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
}

/*.support {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #1c1d1e;
}*/
.support-contenue {
    color: white;
    min-width: 200px;
    background: #292a2c;
    box-shadow: 0 3px 10px 3px rgb(1 3 4 / 35%);
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.support-contenue.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 40px;
}

.support-bouton {
    padding: 18px;
    margin-top: 0;
    /* background: #0087cb; */
    border-radius: 40px;
    transition: 600ms;
    border: 3px solid #0087cb;
    box-shadow: 0 3px 10px 3px rgb(1 3 4 / 35%);
}

.support-bouton:hover {
    background: #38383a;
}

.reference-1 p {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.reference-1 img {
    margin: 1%;
    padding: 1%;
}

.reference-2 img {
    margin: 1%;
    padding: 1%;
}

.reference-2 span {
    margin-left: 2%;
    text-decoration: underline;
    text-decoration-color: #0087cb;
}

.reference-1 span {
    margin-left: 2%;
    text-decoration: underline;
    text-decoration-color: #0087cb;
}

.reference-2 p {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/**** Best Produit ****/

.acc-produit {
    padding: 3%;
    width: 94%;
    height: auto;
    margin-top: 3%;
}

.acc-produit h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}

.prod-acc-desc h1:hover {
    color: #0087cb;
    transition: 600ms;
}

.prod-acc-desc .prod-acc-desc-p:hover {
    color: #0087cb;
    transition: 600ms;
}

.flex-acc-produit {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin-top: 4%;
    flex-direction: row;
    flex-wrap: wrap;
}

.leproduit-best {
    padding: 1%;
    width: 14%;
    margin: 1%;
    border-radius: 15px;
    min-width: 300px;
    background: #fff;
    box-shadow: 6px 6px 10px 0 rgb(1 3 4 / 13%);
    transition: 600ms;
}

.leproduit-best:hover {
    box-shadow: 6px 6px 10px 0 #0087cb6e;
    transition: 600ms;
}

.prod-acc-desc h1 {
    margin-top: 4%;
    margin-bottom: 4%;
    color: #1c1d1e;
    transition: 600ms;
}

.prod-acc-desc-p {
    margin-top: 4%;
    margin-bottom: 4%;
    color: #1c1d1e;
    transition: 600ms;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.prod-acc-desc p {
    margin-top: 0;
}

.img-prod-acc {
    width: 100%;
    height: 200px;
    padding-bottom: 2%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

output#list {
    transition: 600ms;
}

output#list:hover {
    transform: scale(1.1);
    transition: 600ms;
}

.img-prod-acc img {
    min-width: 180px;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    transition: 600ms;
    transform: scale(1);
    width: auto;
}

.img-prod-acc:hover img {
    transform: scale(1.1);
    transition: 600ms;
}

.menuportable {
    display: none;
}

/**** Nos Ref ****/

.nosref {
    width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    padding-top: 4%;
    padding-bottom: 5%;
}

.nosref h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-align: center;
}

/**** slider ****/

.home {
    height: 125px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home .slide img {
    width: 100%;
    max-width: 1400px;
    min-width: 250px;
    border-radius: 15px;
    height: auto;
    max-height: 125px;
}

.home .slide {
    left: 0;
    top: 0;
    height: auto;
    z-index: 1;
    padding: 0px;
    border-radius: 15px;
    margin: 1%;
    animation: slide 2s ease;
    box-shadow: 0 3px 10px 3px rgba(1, 3, 4, 0.35);
    display: none;
}

.home .slide.active {
    display: flex;
}



.container {
    max-width: 1170px;
    margin: auto;

}

.home .container {
    flex-grow: 1;
}

.home .caption {
    width: 50%;
}

.home .caption h1 {
    font-size: 42px;
    color: #000000;
    margin: 0;

}

.home .slide.active .caption h1 {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1s;
}

.home .caption p {
    font-size: 18px;
    margin: 15px 0 30px;
    color: #222222;
}

.home .slide.active .caption p {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.2s;
}

.home .caption a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #000000;
    text-decoration: none;
    color: #ffffff;
}

.home .slide.active .caption a {
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.4s;
}

.home .controls .prev,
.home .controls .next {
    position: absolute;
    z-index: 2;
    top: 50%;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    color: #ffffff;
    background-color: #FF5722;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all .5s ease;
}

.home .controls .prev:hover,
.home .controls .next:hover {
    background-color: #000000;
}

.home .controls .prev {
    left: 0;
}

.home .controls .next {
    right: 0;
}

.home .indicator {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    transform: translateX(-50%);
}

.home .indicator div {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: #FF5722;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
}

.home .indicator div.active {
    background-color: #000;
}

/**** footer ****/

.remonter:hover {
    background: url(https://www.tracamatrix.com/images/icons/fleche-b.svg) center;
    background-color: #292a2c;
    background-repeat: no-repeat;
    background-size: 73%;
    background-position-x: 10px;
}

.remonter{
    transition-duration: 400ms;
    background: url(https://www.tracamatrix.com/images/icons/fleche.svg) center;
    position: fixed;
    float: right;
    bottom: 20px;
    right: 20px;
    z-index: 9997;
    text-align: end;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%;
    display: flex;
    background-color: #fff;
    background-repeat: no-repeat;
    /* background-position: 0.25rem 0.25rem; */
    cursor: pointer;
    margin-left: 0.5rem;
    transform: rotate(270deg);
    align-items: center;
    justify-content: center;
    background-size: 73%;
    border: none;
}

.footer {
    background: #d2d2d2;
    width: 100%;
    min-height: 80px;
    box-shadow: 0 -2px 20px 0 rgba(1, 3, 4, 0.35);
}

.footer-top-flex {
    display: flex;
    place-content: center;
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
    flex-flow: row;
    flex-wrap: wrap;
}

.sep-footer {
    border-bottom: 1px solid #6e6e6e;
}

.contenue-footer {
    width: 20%;
    margin-right: 5%;
    padding: 1%;
    min-width: 120px;
}

.titre-footer {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 24px;
    font-weight: bold;
    color: rgb(56, 56, 58);
    text-align: center;
    text-decoration: underline;
}

.contenue-footer p {
    text-align: center;
}

.contenue-footer a {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 0;
    color: #2b2b2b;
    text-decoration: none;
    transition: 600ms;
    text-align: center;
}

.contenue-footer a:hover {
    font-size: 16px;
    letter-spacing: 1px;
    color: #0087cb;
    transition: 600ms;
}

.footer-bottom {
    display: flex;
    width: 80%;
    padding: 2% 10% 2% 10%;
    place-content: center;
    text-align: center;
    place-items: center;
}

.margin-right-facebook {
    margin-right: 1%;
}

.footer-contenu-bottom {
    display: flex;
    align-items: center;
    min-width: 5%;
    margin-right: 2%;
}

.footer-contenu-bottom a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2b2b2b;
    text-decoration: none;
    transition: 600ms;
    text-align: center;
}

.footer-contenu-bottom span {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2b2b2b;
    text-decoration: none;
    transition: 600ms;
    text-align: center;
}

.footer-contenu-bottom p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #2b2b2b;
    text-decoration: none;
    transition: 600ms;
    text-align: center;
}

.footer-contenu-bottom a:hover {
    font-size: 16px;
    letter-spacing: 1px;
    color: #0087cb;
    transition: 600ms;
}

.footer-contenu-bottom i {
    padding: 10px;
    width: 25px;
}

.menuportable {
    display: none;
}

/**** Categorie ****/

.lacategorie {
    width: 96%;
    padding: 2%;
}

.lactaegorie-tritre a {
    color: black;
    transition: 600ms;
}

.lactaegorie-tritre h3 {
    margin: 0;
}

.lactaegorie-tritre a:hover {
    color: #0087cb;
}

.descriptioncat {
    width: auto;
    padding: 1.2%;
    border-radius: 15px;
    box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.35);
    background: #1c1d1e;
    color: white;
}

.descriptioncat p {
    margin: 0;
    color: white;
}

.produitsparcategorie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    /* margin-left: 10%; */
    max-width: 90%;
}

.center-catproduit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 2%;
}

.center-souscat {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

.nbProduits {
    margin-left: 5%;
}

.leproduit-cat {
    padding: 1%;
    width: 14%;
    margin: 1%;
    border-radius: 15px;
    min-width: 300px;
    background: #fff;
    box-shadow: 6px 6px 10px 0 rgb(1 3 4 / 24%);
    transition: 600ms;
}

.leproduit-cat:hover {
    transition: 600ms;
    box-shadow: 6px 6px 10px 0 #0087cb85;
}

.divLeLaser {
    text-align: center;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.divLeLaser img {
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 310px;
    min-width: 100px;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    margin: 1%;
}

.divLeLaser-tpc {
    text-align: center;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.divLeLaser-tpc img {
    width: 100%;
    height: auto;
    max-width: 150px;
    max-height: 150px;
    min-width: 100px;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    padding: 1%;
    margin: 0 1% 1% 0;
    background: #fff;
}

.divLeLaser-pc {
    text-align: center;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.divLeLaser-pc img {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 300px;
    min-width: 100px;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    padding: 1%;
    margin: 0 1% 0 1%;
    background: #fff;
}

.divLeLaser-sc {
    text-align: center;
    max-width: 100%;
    height: auto;
}

.divLeLaser-sc img {
    width: 100%;
    height: auto;
    max-width: 960px;
    max-height: 374px;
    min-width: 100px;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    padding: 1%;
    background: #fff;
}

.divLeLaser-pl {
    text-align: center;
    max-width: 100%;
    height: auto;
}

.divflexlaser {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.divflexlaser ul {
    width: 30%;
}

.divLeLaser-pl-img {
    width: 56%;
    height: auto;
    max-width: 618px;
    max-height: 542px;
    min-width: 100px;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    background: #fff;
}

.divLeLaser-pl-img1 {
    width: 80%;
    height: auto;
    max-width: 870px;
    max-height: 540px;
    min-width: 100px;
    box-shadow: 0 0 4px 1px #00000054;
    border-radius: 15px;
    background: #fff;
}


.mention a span:hover {
    transition: 600ms;
    color: #0087cb;
}

/**** Erreur 404 ****/

.section-erreur404{
    width: 100%;
}

.text-erreur404{
    display: flex;
    /* border: black; */
    background: white;
    width: 50%;
    align-items: center;
    justify-content: center;
    border-radius: 15PX;
    box-shadow: 0 0 5px 0 rgb(1 3 4 / 35%);
    flex-direction: column;
    padding: 20px;
}

.img-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenue-404{
    position: relative;
}

.img-erreur404 {
    width: 50%;
    height: auto;
}

.fond-erreur404{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    /*min-width: 1435px;*/
}

.fond-erreur404 img{
    width: 100%;
}

.erreur-relative{
    position: absolute;
    width: 100%;
    top: 0;
    left: -2%;
    display: flex;
    height: 600px;
    margin: 0;
    text-align: center;
    right: 0;
    align-items: center;
    justify-content: center;
}

/**** Article ****/

.video-article {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #00000054;
}

.bouton-devis {
    height: auto;
    padding-top: 3%;
    margin-top: 3%;
    margin-bottom: 6%;
}

.larticle {
    width: 100%;
}

.btndevis{
    margin-top: 0%;
    background: #0087cb;
    padding: 2%;
    font-size: 18px;
    color: white;
    font-weight: normal;
    border-radius: 40px;
    border: 0 solid #000;
    box-shadow: 0 0 6px 1px #00000059;
    transition: 600ms;
}

.btndevis:hover {
    transition: 600ms;
    color: #0087cb;
    background: #38383a;
}

.larticle-tritre a {
    color: black;
    transition: 600ms;
}

.larticle-tritre h3 {
    margin: 0;
    padding: 2%;
}

.larticle-tritre a:hover {
    color: #0087cb;
}

.article-contenue {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 4%;
}

.article-haut {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.article-bas {
    margin-top: 4%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #1c1d1e;
    padding: 2% 0 4% 0;
}

.image-contenue {
    width: 34%;
    min-width: 400px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.image-article {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 420px;
    max-height: 450px;
    border-radius: 15px;
    /*box-shadow: 0px 0px 4px 1px #00000054;
    box-shadow: 10px 10px 9px #c5c5c5, -10px -10px 9px #ffffff;*/
    min-width: 420px;
    max-width: 440px;
}

.article-slides-img:hover img {
    transition: 600ms;
    filter: opacity(0.5);
    transform: scale(1.05);
}

.boutonautre {
    display: flex;
    margin-top: 10%;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #00000054;
    border: 0px;
    padding: 2%;
    transition: 600ms;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.boutonautre:hover {
    transition: 600ms;
    cursor: pointer;
    /*box-shadow: 6px 6px 12px #0087cb, -6px -6px 12px #ffffff;*/
        transform: scale(1.1);
}

.boutonautre:active {
    transition: 600ms;
    /*box-shadow: 6px 6px 12px #0087cb, -6px -6px 12px #ffffff;*/
        transform: scale(1.1);
}

.boutonautre:focus {
    transition: 600ms;
    /*box-shadow: 6px 6px 12px #0087cb, -6px -6px 12px #ffffff;*/
        transform: scale(1.1);
}

.image-article img {
    max-width: 400px;
    height: auto;
    width: auto;
    min-width: 200px;
    max-height: 400px;
    mix-blend-mode: darken;
    transition: 600ms;
}

.w3-center {
    max-width: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-admin{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.w3-center button img {
    width: auto;
    mix-blend-mode: darken;
    max-width: 100px;
    max-height: 100px;
    height: auto;
}

.w3-center button {
    max-width: 120px;
    max-height: 120px;
    min-width: 120px;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.image-article img:hover {
    transform: scale(1.02);
    transition: 600ms;
}

.articledescription {
    width: 45%;
    margin-left: 5%;
}

.souscat-menu {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: center;
}

.souscat-lien {
    margin-left: 1%;
    margin-right: 1%;
    font-size: 25px;
    margin-top: 1%;
    margin-bottom: 1%;
}

.titre-souscat {
    font-size: 27px;
    padding-top: 40px;
    font-weight: bold;
    color: rgb(56, 56, 58);
}

.fiche-caracteristique {
    padding: 1%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 30%;
    min-width: 450px;
}

.titre-carac h1 {
    color: white;
    font-weight: 100;
    text-align: center;
}

.article-description h3 {
    color: white;
}

.tableau-cracteristique p {
    margin: 0;
}

.tableau-cracteristique {
    width: 100%;
}

.tableau-cracteristique td {
    padding: 1%;
    min-width: 176px;
}

.liste-des-caracteristique {
    margin-top: 10%;
}

.article-description {
    width: 47%;
    margin-left: 5%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.article-description p {
    color: white;
    text-align: justify;
}

.tableau-cracteristique hr {
    border: none;
    height: 1px;
    background: white;
}

.larticle-tritre {
    /*background: #00000012;*/
}

.voir-plus {
    display: none;
}

.lesexemples {
    padding-top: 1%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.ex-image {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: 1000ms;
}

.ex-image:hover img {
    transition: 600ms;
    filter: opacity(0.5);
    box-shadow: 0px 0px 4px 1px #0087cb;
}

.jsanim {
    opacity: 0;
}

.ex-image img {
    max-width: 342px;
    width: 342px;
    min-width: 342px;
    min-height: 200px;
    max-height: 200px;
    height: 200px;
    box-shadow: 6px 6px 10px 0 rgb(1 3 4 / 24%);
    border-radius: 15px;
    transition: 600ms;
}

.ex-image .divex {
    max-width: 330px;
    width: 330px;
    min-width: 330px;
    min-height: 200px;
    max-height: 200px;
    height: 200px;
    box-shadow: 0px 0px 4px 1px #00000054;
    border-radius: 15px;
    transition: 600ms;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-ex {
    display: flex;
    max-width: 342px;
    width: 31%;
    min-width: 342px;
    margin: 1% 2% 4% 2%;
    flex-direction: column;
    text-align: center;
}

.lexemple-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
}

.lien-image {
    width: 100%;
    transition: 600ms;
}

.relative {
    position: relative;
}

.voir-plus{
    transition: 600ms;
}

.lien-image:hover .voir-plus {
    display: flex;
    position: absolute;
    width: 400px;
    align-items: center;
    justify-content: center;
    transition: 600ms;
}

.a-acc2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: 600ms;
}

.a-acc2:hover .voir-plus {
    display: flex;
    position: absolute;
    margin: 0px;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    right: 50%;
    height: 220px;
    align-items: center;
    justify-content: center;
    filter: opacity(1);
    z-index: 999;
    transition: 600ms;
    animation: opcity 600ms 1;
    background: #fff;
    border-radius: 15px;
}

.lacat-acc:hover .voir-plus {
    display: flex;
    position: absolute;
    margin: 0px;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    right: 50%;
    height: 300px;
    align-items: center;
    justify-content: center;
    filter: opacity(1);
    z-index: 999;
    transition: 600ms;
}

/**** devis ****/

.ledevis {
    width: 100%;
}

.ledevis-tritre a {
    color: black;
    transition: 600ms;
}

.ledevis-tritre h3 {
    margin: 0;
    padding: 2%;
}

.ledevis-tritre a:hover {
    color: #0087cb;
}

.devis-block {
    width: 96%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 3%;
}

.devis-info {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 330px;
    background: #1c1d1e;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #00000054;
    margin-bottom: 4%;
    color: white;
    min-width: 330px;
    align-content: center;
    padding: 0 0 2% 0;
}

.devis-adresse {
    display: flex;
    flex-direction: row;
}

.devis-contacte {
    display: flex;
    flex-direction: row;
}

.devis-contacte p {
    margin: 0;
}

.devis-adresse p {
    margin: 0;
}

.devis-i {
    color: #0087cb;
    float: left;
    width: 11%;
}

.ledevis-formulaire {
    width: 50%;
    margin-left: 4%;
    box-shadow: 0px 0px 4px 1px #00000054;
    min-width: 700px;
    margin-bottom: 2%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.d-titreformulaire {
    text-align: center;
}

.d-titreformulaire h1 {
    margin: 5%;
}

.devis-article {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.devis-miniature {
    width: 30%;
    max-height: 250px;
    padding: 2% 0 4% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.devis-miniature img {
    width: auto;
    transition: 600ms;
    max-height: 250px;
    height: auto;
}

.devis-miniature img:hover {
    transform: scale(1.1);
    transition: 600ms;
}

.d-article-titre {
    width: 60%;
    margin: 4% 0 4% 0;
}

.devis-formulaire {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 4%;
}

.devis-formulaire form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.devis-formulaire td {
    min-width: 200px;
}

.loginsubmit:hover {
    background: #2b2b2b;
    color: #0087cb;
    transition: 600ms;
    cursor: pointer;
}

.loginsubmit {
    padding: 15px;
    min-width: 60px;
    font-size: 20px;
    font-weight: bold;
    /* margin-top: 12%; */
    /* display: table-cell; */
    display: block;
    border: 0px solid #0087cb;
    color: #fff;
    border-radius: 40px;
    transition: 600ms;
    text-decoration: none;
    text-align: center;
    background: #0087cb;
    float: right;
}

/**** oModal ****/

.oModal {
    position: fixed;
    z-index: 9999;
    text-align: center;
    top: 25%;
    height: 460px;
    right: 0;
    left: 28%;
    padding: 0 1% 0 1%;
    /* padding-bottom: 2%; */
    width: 40%;
    bottom: 0;
    color: black;
    opacity: 0;
    background-color: white;
    border: black 0px solid;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    box-shadow: 0px 0px 4px 1px #00000054;
    pointer-events: none;
    border-radius: 15px;
}

.oModal:target {
    opacity: 1;
    pointer-events: auto;
}

.oModal a {
    color: black;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
}

.oModal table a {
    color: white;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 20px;
}

.basoModal {
    margin-top: 20px;
    float: right;
}

.oModal:target > div {
    height: 100%;
    margin: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.oModal > div {
    max-width: 100%;
    position: relative;
    margin: 0;
    /* padding: 8px 8px 8px 8px; */
    border-radius: 5px;
    /* background: #00141a; */
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.oModal > div header, .oModal > div footer {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
}

.oModal .footer {
    border: none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
}

.oModal .section {
    height: 800px;
}

.hautoModal {
    margin-bottom: 20px;
    float: right;
}

.oModal > div h2 {
    color: black;
    margin: 0;
}

.oModal > a {
    float: right;
}

.oModal > div section, .oModal > div > header, .oModal > div > footer {
    padding: 0px;
}

/*************/

.oModal2 {
    position: fixed;
    z-index: 9999;
    text-align: center;
    top: 100px;
    height: auto;
    right: 0;
    left: 0;
    padding: 0;
    /* padding-bottom: 2%; */
    width: 100%;
    bottom: 0;
    color: black;
    opacity: 0;
    background: #000000b8;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.omodal2div {
    width: 100%;
    max-height: 100%;
    height: 70%;
    background-color: white;
    border: black 0px solid;
    box-shadow: 0px 0px 4px 1px #00000054;
    border-radius: 15px;
    max-width: 1000px;
    padding: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oModal2:target {
    opacity: 1;
    pointer-events: auto;
    animation: 1 divmenub 0.4s;
}

.oModal2 a {
    color: black;
    font-family: 'Montserrat Alternates', sans-serif;
    font-size: 40px;
}

.oModal2 img {
    max-height: 600px;
    width: auto;
    min-height: 450px;
    border-radius: 15px;
    transition: 600ms;
    max-width: 100%;
    height: auto;
}

.oModal2 img:hover {
    transform: scale(1.2);
    transition: 600ms;
}

.qualiopi{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.qali-img{
    background: white;
    border-radius: 15px;
    box-shadow: 6px 6px 10px 0 rgba(1, 3, 4, 0.35);
}

.oModal2:target > div {
    height: auto;
    margin: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.oModal2 > div {
    position: relative;
    margin: 0;
    padding: 1%;
    border-radius: 15px;
    /* background: #00141a; */
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.oModal2 > div section, .oModal2 > div > header, .oModal2 > div > footer {
    padding: 0px;
}

.omodal2div a .margin-padding-0{
    background: #ff0000db;
    box-shadow: rgb(255 0 0 / 65%) 0 0 8px 0;
    color: white;
    border-radius: 100px;
    height: 40px;
    width: 39px;
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
}

/**** Mention ****/

.mention {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 4%;
}

.mention p {
    margin-top: 0;
    margin-left: 3%;
}

.mention h2 {
    margin-top: 3%;
    margin-bottom: 1%;
}

.mention h3 {
    margin-top: 3%;
    margin-bottom: 1%;
}

/**** Societe ****/

.maps {
    display: flex;
    align-items: center;
    width: 20%;
    min-width: 275px;
}

.societe-haut {
    display: flex;
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-left: 5%;
    margin-bottom: 2%;
}

.image-soiete {
    width: 100%;
    float: left;
    padding-bottom: 3%;
    border-bottom: 1px solid #c2c2c2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-soiete img {
    width: 80%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #00000054;
}

.maps iframe {
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #00000054;
}

.societe-description {
    margin-top: 1%;
    text-align: justify;
    margin-left: 3%;
    margin-right: 3%;
}

.societe-plus {
    text-align: justify;
}

.societe-gauche {
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.societe-entete {
    width: 20%;
    margin-left: 5%;
    margin-top: 2%;
}

.societe-plus h3 {
    padding: 1%;
    margin-top: 3%;
}

.societe-plus p {
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 0;
}

.societe-milieu {
    background: #1c1d1e;
    color: white;
    width: 100%;
    padding: 2% 0 4% 0;
}

.societe-sr {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.sr-info {
    width: 96%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.sr-contact {
    width: 40%;
    text-align: center;
}

.sr-contact .devis-adresse {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sr-contact .devis-contacte {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sr-date {
    width: 40%;
    text-align: center;
}

.sr-video {
    width: 60%;
    margin-left: 20%;
}

.connexion {
    display: flex;
    width: 100%;
    /* margin-left: 8%; */
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.select-none {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #0087cb;
    text-decoration: line-through;
}

.gammeproduits {
    background: url(https://www.tracamatrix.com/images/autres/large.webp) no-repeat 0px #fff;
    background-size: 100%;
}

.conseil {
    background: url(https://www.tracamatrix.com/images/autres/aide.webp) no-repeat 0px #fff;
    background-size: 100%;
}

.stock {
    background: url(https://www.tracamatrix.com/images/autres/stock2.webp) no-repeat 0px #e1e9fb;
    background-size: 100%;
}

.flex-comprendre{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.margin2pourcent{
    margin:2%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-height: 750px) {
    .submenu-co li {
        margin: 0;
    }
}

@media (max-width: 1860px) {
    .header-nav > ul > li > .a {
        /* float: right; */
        transition: 600ms;
        font-size: 17px;
    }
}

@media (max-width: 1560px) {
    .header-nav > ul > li > .a {
        /* float: right; */
        transition: 600ms;
        font-size: 17px;
    }
}

@media (max-width: 1330px) {
    .header-nav > ul > li > .a {
        /* float: right; */
        transition: 600ms;
        font-size: 14px!important;
    }
}

.label-input{
    position: relative;
}

.label-input span {
    position: absolute;
    right: 0;
    top: 50%;

    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: .8rem;
    color: #F5F8FF;
    background: rgb(0 0 0 / 77%);
    border-radius: 5px;
}

.span-input{
    transition: 600ms;
    background: rgb(255 0 0 / 84%)!important;
    box-shadow: rgb(255 0 0 / 65%) 0 0 8px 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: .8rem;
    color: #F5F8FF;
    border-radius: 40px!important;
    justify-content: center;
}

.span-input:hover{
    background: rgb(0 0 0 / 84%);
    box-shadow: rgb(0 0 0 / 65%) 0 0 8px 0;
    transform: translateY(-50%) scale(1.05);
}

.add{
    transition: 600ms;
    background: rgb(0 161 4 / 84%)!important;
    box-shadow: rgb(40 175 43 / 65%) 0 0 8px 0;
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    color: #F5F8FF;
    border-radius: 40px!important;
    justify-content: center;
    font-weight: bold;
    margin-left: 15px;
    flex-direction: row;
}

.add:hover {
    transition: 600ms;
    transform: scale(1.08);
}

.flex-row-wrap-center{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 203px;
}

.flex-row-wrap-center-auto{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
}

.mt-10px{
    margin-top: 10px!important;
}

.mr-10px{
    margin-right: 10px!important;
}

a:hover .add{
    transition: 600ms;
    transform: scale(1.08);
}

.articledescription iframe{
    border-radius: 15px;
    box-shadow: 0 0 4px 1px #00000054;
    width: 100%;
    height: 500px;
}

label span{
    cursor: pointer!important;
}

label span:hover{
    cursor: pointer!important;
}

label p{
    cursor: pointer!important;
}

label p:hover{
    cursor: pointer!important;
}

.flex-colum-center-wrap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    justify-content: center;
}

.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;
}

.titre-de{
    color: rgb(255 255 255);
    text-shadow: 0 0 5px #000;
}