body {
background:#121212;
/*linear-gradient(45deg, hsl(0, 0%, 39%) 0%,hsla(352, 96%, 45%, 0) 70%),
                linear-gradient(135deg, hsl(0, 0%, 67%) 10%,hsla(253, 95%, 42%, 0) 80%), 
                linear-gradient(225deg, hsl(0, 0%, 61%) 10%, hsla(179, 91%, 45%, 0) 80%), 
                linear-gradient(315deg, hsl(0, 0%, 23%) 100%, hsla(119, 96%, 49%, 0) 70%); 
  */
   margin : 0;
   font-family: Brutal,sans-serif;

   font-family: "Motiva Sans", sans-serif;
   letter-spacing: 0.03em;
  
   
}

.bodyContainer{
       display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-direction: column;
    width: 100vw;
   min-height: 1000px;
}
html { /* permet de cacher le scroll mais autoriser le mouvement */
  overflow:   scroll; 
}
::-webkit-scrollbar {
    width: 0px; /* scroll de droite */
    height: 0px; /* scroll du bas */
    background: transparent; /* make scrollbar transparent */
}



.sections {
   width: 100% !important; 
   max-width: 100% !important; 
   height: 100% !important; 
   max-height: 100% !important; 
}

.sections { 
  position: relative;

  /* BEGIN Parallax font */
  /* Le parallax permet de centrer le fond d'écran sur mobile*/
    /* Full height */
    height: 100%; 
  /*  background: #D9D9D9 url("https://terribilisstudio.fr/TsDocs/images/articles/NewCarousel/BackgroundCarousel.jpg") no-repeat; */

    /* Create the parallax scrolling effect 
    background-attachment: fixed;
    background-position: bottom; 
    background-repeat: no-repeat;
    background-size: cover;
  /* END Parallax font */

}

div#divMoreDescriptionSection img,
div#divMoreDescriptionSection p img,
div#divMoreDescriptionSection span p img,
div#divMoreDescriptionSection .sectionProducts2 span p img,
div#divMoreDescriptionSection .cat-decs-content.-expanded .sectionProducts2 span p img
 {
    border-radius: 5px !important;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
  /*background-color: #353535;  */
  /*position: fixed; /* Reste toujours à l'écran */
  /* border-bottom: 2px solid #6b0000; /* Couleur trait en dessous de la navBar */
  /*border-bottom: 5px solid black; /* Couleur trait en dessous de la navBar */
  width: 100%;
  z-index: 999999999; /* Permet de voir la scroll bar en 1er plan (sinon on l'a vois pas ) */
  background-color: #29333f;

}
ul.topnav li {
  float: left;

}

ul.topnav li a {
  transition: all 0.4s;
  font-size: 200%; /* Taille des icones (responsive) */
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;

}

ul.topnav li a:hover:not(.active) {

  background-color: #ab0000;
}

ul.topnav li a.active {
  background-color: #af4c4c;
}

ul.topnav li.right {
  float: right;
}


ul.topnav2 {
  height: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  overflow: hidden;
  /*background-color: #353535;  */
  /*position: fixed; /* Reste toujours à l'écran */
  /* border-bottom: 2px solid #6b0000; /* Couleur trait en dessous de la navBar */
  /*border-bottom: 5px solid black; /* Couleur trait en dessous de la navBar */
  width: 100%;
  z-index: 999999999; /* Permet de voir la scroll bar en 1er plan (sinon on l'a vois pas ) */
  background-color: #29333f;

}
ul.topnav2 li {
  float: left;

}

ul.topnav2 li a {
  transition: all 0.4s;
  display: block;
  color: #cccccc;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 .75em;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: small;
  height: 34px;
}


ul.topnav2 li span {
  transition: all 0.4s;
  display: block;
  color: #cccccc;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 .75em;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: small;
  height: auto;
  margin: 12px;
  transition: all 0.4s;
}

ul.topnav2 li p {
    height: 45px;
    width: 45px;
    top: -14px;
    display: flex;
    position: relative;
    padding-right: 5px;
    transition: all 0.4s;

}


ul.topnav2 li span:hover:not(.active) {

  color: #ffffff !important; 
}

ul.topnav2 li span.active {
  color: #ffffff !important; 
}




ul.topnav2 li a:hover:not(.active) {

  background: linear-gradient(to bottom,#29333f00 50%, #fef1000d 90%,#fef100 50%);
  color: #ffffff !important; 
}

ul.topnav2 li a.active {
  background: linear-gradient(to bottom,#29333f00 50%, #fef1000d 90%,#fef100 50%);
  color: #ffffff !important; 
}

ul.topnav2 li.right {
  float: right;
}

h2 {
  /*text-align: center;*/
 /* color: #2c3e50;*/
  font-size: 30px;
  font-weight: 300;
 /* padding: 50px 0 50px 0;*/
}

.heading {
  text-align: center;
}
.container {
  margin: auto;
  /*padding-top: 30px; /* éloigner les articles */
  z-index: 5;
}

.paddingTop{
  padding-top: 70px; /* éloigner les articles */

}
.boxContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  max-height: 100%;
  max-width: 800px; /* Permet de regler la taille maximal du contener avec l'article */
  display: block;



}

.descriptionScroll {
  padding: 10px 10px;
  background: #cccccc; /* radial-gradient(circle, rgba(215,215,215,1) 0%, rgba(189,189,189,1) 49%, rgba(215,215,215,1) 100%);*/
  height: 110px;
  overflow: auto;
  overflow-x: hidden; /* Hides overflow instead of displaying it */
  min-height: 186px;
  max-height: 1000px;
 }

.promoteArticle {
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  background-color: #e2db52;
  color: black;
  align-items: center;
  -webkit-box-align: center;
  flex-wrap: nowrap;
  flex-direction: row;
  display: inline-flex;
 }
.oldPriceArticle {
  text-decoration: line-through;
 }
.newPrice {
  color: rgb(245,245,245);
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  font-weight: bold;
  text-transform: uppercase;
 }     




/* width */
.descriptionScroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.descriptionScroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.descriptionScroll::-webkit-scrollbar-thumb {
  background: #424242bf;
  border-radius: 10px;

}

/* Handle on hover */
.descriptionScroll::-webkit-scrollbar-thumb:hover {
  background: #7d7d7dbf; 
}

.description {
  padding: 10px 10px;
  background: #cccccc; /* radial-gradient(circle, rgba(215,215,215,1) 0%, rgba(189,189,189,1) 49%, rgba(215,215,215,1) 100%);*/
  min-height: 186px;
  max-height: 186px;
}

h3 {
  font-weight: 300;
  font-size: 20px;
}
p {
  font-weight: 200;
}



a {
  color: #d8d800;
  transition: all 0.25s;
  cursor: pointer;
  z-index: 999999;

}

a span {
  color: rgb(245,245,245);
  transition: all 0.25s;
}


a:hover {
  color: #ffff00;
}


.linkUnderline {
  text-underline-position: under;
  color: #ffffff2e;
  transition: all 0.25s;
  cursor: pointer;
  z-index: 999;

  font-size: 14px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 10px;
  letter-spacing: 0.03em;
  padding-top: 2px;
  line-height: 26px;
  font-weight: normal;
  text-decoration: none;
  opacity: 0.9;

}


.linkUnderline:hover {
  text-decoration: none;
  color: #ffffffd9;
  opacity: 1;

}

.linkUnderline:hover span {
  transition: all 0.25s;
  margin-left: 10px;
}
   

  .dateArticles {
  float: left;
  font-size: 15px;
  /*
  position: absolute;
   pour mettre la date a droite 
  right:0;
  padding: 0px 20px;
  */
  }
  .TitleArticles {
  color: white;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .AuthorArticles {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-bottom: 1px;
  color: #bbbbbb;
  font-style: italic;
  font-size: 14px;
  }

@media(max-width: 769px) {
  .boxContainer {
    flex-wrap: wrap;
    padding: 0 0px; /* ici on peu changer l'étirement du container */
  }

  .carousel-cell {
  width: 66%;
  height: 353px;

}
}

/* Btn article */
.btnArticle button{
  
  background-color: #e2db52; 
  /*border: 2px solid black;*/
  color: #000000;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  position: relative;
  /*float: right;*/
  transition-duration: 0.4s;
  cursor: pointer;  
  font-weight: bold; 
  /*
  position: absolute;
  bottom: 0;
  right:0;
  margin-bottom: 20px;
  margin-right: 2%;

  */
}


.btnArticle button:hover {
  background-color: #fff200;
  color: black;
}

/* Btn product */
.btnOperationProduct{
  margin-left: 5%;
}

.btnOperationProduct button{
  
  background-color: #e2db52; 
  border: 2px solid black;
  color: #000000;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  position: relative;
  /*float: right;*/
  transition-duration: 0.4s;
  cursor: pointer;  
  font-weight: bold; 
  height: 75px;
  
}


.btnOperationProduct button:hover {
  background-color: #fff200;
  color: black;
}

.btnOperationProduct img{
  vertical-align: top;
}
 
    
 

.fa-angle-right{
  padding: 5px 10px;
  font-size:26px
}
/* fin Btn article */

/* FONT ANIMATION */


.quadrados {
    
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    z-index: -100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
     

}

.quadrados pi {
    position: absolute;
    list-style: none;
    display: block;
    background-color: #fef10094; /* rgb(74, 0, 0); */
    bottom: -100px;
    -webkit-animation: square 20s infinite;
    animation: square 20s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.quadrados pi:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 20%;
}
.quadrados pi:nth-child(2) {
    width: 60px;
    height: 60px;
    left: 40%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.quadrados pi:nth-child(3) {
    width: 10px;
    height: 10px;
    left: 60%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.quadrados pi:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 80%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
}

.quadrados pi:nth-child(5) {
    width: 50px;
    height: 50px;
    left: 50%;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1080px) rotate(630deg);
        transform: translateY(-1080px) rotate(630deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1080px) rotate(630deg);
        transform: translateY(-1080px) rotate(630deg);
    }
}

/* END FONT ANIMATION */


/* NOUVEAU CAROUSEL JS AJAX RESPONSIVE */


.carousel-cell img {
  width: 100%;
}

.carousel-cell {
  width: 600px;
  height: 550px;
  margin-right: 10px;
  border-radius: 5px;
  transition: all 0.25s;
  counter-increment: carousel-cell;
  z-index: 2;
  /*

    width: 100%; 
  height: max-content;
  display: flow-root;
  align-items: center;
  justify-content: center;
  z-index: 2;

  */
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}

@media (max-width: 600px) {
  .carousel-cell {
  width: 100%;
  height: 450px;
  margin-right: 10px;
  border-radius: 5px;
  transition: all 0.25s;
  counter-increment: carousel-cell;
  z-index: 2;

  }
}


/* END CAROUSEL */

/* CAROUSEL GAMES FEATURES */

.carousel-cell2 {
  /*width: 180px;*/
  width: fit-content;
  height: 243px;
  margin-right: 10px;
  border-radius: 5px;
  transition: all 0.25s;
  counter-increment: carousel-cell;
  z-index: 2;
}

/* cell number */
.carousel-cell2:before {
  display: block;
  text-align: center;

  line-height: 200px;
  font-size: 80px;
  color: white;
  z-index: 2;
}

.carousel-cell3 {
  /*width: 180px;*/
  width: fit-content;
  height: 310px;
  margin-right: 10px;
  border-radius: 5px;
  transition: all 0.25s;
  counter-increment: carousel-cell;
  z-index: 2;
}


select#selectionListLang {
  width: 100%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  max-width: 400px;
}


/* cell number */
.carousel-cell3:before {
  display: block;
  text-align: center;

  line-height: 200px;
  font-size: 80px;
  color: white;
  z-index: 2;
}

.carousel-cell3:hover {
    transform: scale(1.03);
    
    /*
    margin-right: 0px;
    z-index: 20; 
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(0,0,0,0.75);
    overflow: hidden;
    position: absolute;
    transition: opacity .5s ease, bottom 0s ease .5s;
    top: 0; right: 0; bottom: 100%; left: 0;
    */
}

.divTextArticles1{
  padding-bottom: 5px;
  padding-top: 5px;
}
.sectionCover{
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%; /* full width */
  /*background:  #5e5e5e;*/
  border: 0px solid black; /* Couleur trait en dessous de la navBar */
  /*border-bottom: 5px solid black; /* Couleur trait en dessous de la navBar */
  color: #cccccc;

}
.boxResize1{
    box-sizing: border-box;
  width: 80%;
  padding: 5px;
}

.sectionCover a{
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  
}



.TitleCoverSection{
width: 100%;
/*max-width: 200px; /* Permet de regler la taille maximal du contener avec l'article */
height: 100px;

z-index: 15; /* Permet de voir la scroll bar en 1er plan (sinon on l'a vois pas ) */
color: #cccccc;
text-align: center;
/*padding-left: 10px;*/
font-weight: 300;
}


.TitleLeftSection{
width: 100%;
/*max-width: 200px; /* Permet de regler la taille maximal du contener avec l'article */
height: 100px;
height: fit-content;
z-index: 15; /* Permet de voir la scroll bar en 1er plan (sinon on l'a vois pas ) */
color: #cccccc;
/*padding-left: 10px;*/
font-weight: 300;
}

.TitleLeftSection span{
    font-weight: bold;
    padding-left: 5px;
    font-size: 25px;
}


.TitleLeftSection h1{
    font-weight: bold;
    font-size: 40px;
}
.ListPlatform{
  display: flex;
  align-items: center;
  margin: 8px 0;
  font-size: .9rem;
}
.logoPlatformList{
  height: 50px; 
  width: 50px;
  vertical-align: middle;
  margin-right: 12px;
}
.divPlatformSection{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 56px;
  /*box-shadow: 14px 20px 5px #00000042;*/
    background-color: #324050b8;
    backdrop-filter: blur(15px);
    border-radius: 5px;
}
.carousel-cell-image2 {
  
display: block;
  width: 100%;
  max-width: 200px; /* Permet de regler la taille maximal du contener avec l'article */

  /* Pour le lazy load
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          */
}
.carousel-cell-imageUnder {
  
  display: block;
  width: 100%;
  max-width: 30px; /* Permet de regler la taille maximal du contener avec l'article */
  position: absolute;
  top: -15px;
  left: -15px;
 /* float: left;
  /* Pour le lazy load
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
          */
}

.TitleCoverSection a {
  font-size: 300%; /* Taille des icones (responsive) */
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  z-index: 15;
}
.TitleCoverSection img {
  width: 100%; /* Taille des icones (responsive) */
  max-width: 80px; /* Permet de regler la taille maximal du contener avec l'article */
  display: initial;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  z-index: 15;
}


.carousel-cell2:hover {
    transform: scale(1.03);
    
    /*
    margin-right: 0px;
    z-index: 20; 
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    background: rgba(0,0,0,0.75);
    overflow: hidden;
    position: absolute;
    transition: opacity .5s ease, bottom 0s ease .5s;
    top: 0; right: 0; bottom: 100%; left: 0;
    */
}
 
/* END CAROUSEL GAMES FEATURES */


/* CONTACT EMAIL */
.emailcontainer {
  /*
  padding-left: 5px;
  padding-right: 8px;
  margin: 0 auto;
  margin-left: 9.5%;
  width: fit-content;
  */
  width: 100%;
 /* margin-left: 5%;*/
}

.form-contact {
  width: 100%;
}

.form-contact-input {
  
    color: white;
    font-size: 15px;
    background-color: #d8d8d800;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
    height: 40px;
    text-indent: 5px;
    width: -webkit-fill-available;
}

textarea::placeholder, input::placeholder {
  color: #bbbbbb;
}


textarea {
  border-radius: 4px;
  padding-top: 5px;
  padding-left: 10px;
  min-width: -webkit-fill-available;
  background-color: #d8d8d800;
  color: white;
  border: 1px solid #cdcdcd;
  }


.form-contact-button {
  transition-duration: 0.4s;
  width: 150px;
  font-size: 18px;
  border-radius: 4px;
  color: #000000;
  height: 45px;
  cursor: pointer;
  /*margin-right: 10%;*/
  background: #e2db52;
  display: block;
  border: 2px solid black; /* Couleur trait en dessous de la navBar */
  font-weight: bold;
  

}

.form-contact-button:hover {
  background-color: #fff200;
}



/* END CONTACT EMAIL */


/* TERMS */

.terms{
    opacity: 0.5;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom:  20px;
    color:#cccccc;
    font-size: 15px;

}

.divTerms
{
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.divTerms a
{
    color: #FFF;
    text-decoration: none;
    font: 20px Raleway;
    margin: 0px 10px;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
}


/* Top and Bottom borders come in */
div.topBotomBordersIn a:before, div.topBotomBordersIn a:after
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #cccccc;
    content: "";
    opacity: 0;
    transition: all 0.3s;
}

div.topBotomBordersIn a:before
{
    top: 0px;
    transform: translateY(-10px);
}

div.topBotomBordersIn a:after
{
    bottom: 0px;
    transform: translateY(10px);
}

div.topBotomBordersIn a:hover:before, div.topBotomBordersIn a:hover:after
{
    opacity: 1;
    transform: translateY(0px);
}


.LinkContact{
  cursor: pointer;
  color: #d8d800;
  font-weight: bold;
}
/* END TERMS */


/* Social bar */

.SocialBar{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: auto;
  max-height: 100%;
 display: block;
}


.zoomImg {
  transition: all 0.25s;
}

.zoomImg:hover img {
  transition: all 0.25s;
  transform: scale(1.2);
}

.socialImg {
    display: inline-block;
    margin: 5px 30px;

}
.socialImg img {

    height: 50px; width: 50px;
    transition: all 0.25s;
}
.socialImg:hover img {
    transform: scale(1.05);
}
/* END Social bar */


/* SELECTOR */

.selection1{
   
  opacity:1;
  width:160px;
  padding:12px;
  color:#fbfbfb;
  text-shadow:#000 0px 1px 2px;
  background: #25303c;
  /*text-transform:uppercase;*/
  border:none; 
  outline:none;
  width: fit-content;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

.regionMenu{
  opacity: 1;
    visibility: visible;
    overflow: hidden;
    height: auto;
    padding: .5em 0;
    width: auto;
    position: absolute;
    right: -48px;
    left: auto;
    min-width: 180px;
    z-index: 4;
}

.selection1:hover{
  opacity:1;
  cursor:pointer;
}
/* END SELECTOR */


.YoutubeIframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.YoutubeDiv {
  position: relative;
  width: 100%;
  overflow: hidden;

  padding-top: 315px;
  max-width:  560px; 
}


.DivContent {
  position: relative;
  width: 100%;
  height: 100%;
}


.IdDescriptionProduct {
  padding: 10px 10px;
  background: #cccccc; /* radial-gradient(circle, rgba(215,215,215,1) 0%, rgba(189,189,189,1) 49%, rgba(215,215,215,1) 100%);*/
  min-height: 186px;
  max-height: 186px;
}

.DivTitleProduct {
  padding-left: 5%;
  padding-right: 5%;

}


.ClassTitleProduct {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.ConsultProduct {
  cursor: pointer;
  transition: all 0.4s;
  filter: brightness(0.9);
}

.ConsultProduct img{
  border-radius: 4px;
}

.ConsultProduct:hover {
  filter: brightness(1.1);
}


.ConsultExternal {
  cursor: pointer;
  transition: all 0.4s;
  filter: brightness(0.9);
}
.ConsultExternal:hover {
  filter: brightness(1.1);
}

.downloadButton {
  cursor: pointer;

}

.centerBox {
margin: 0 auto;
width: 100px;
}

.awesomeIcons {
  font-size: 60px;
  margin-left: -1px !important;
  margin-right: 5px;
  color: #e5e5e6;
  font-size: 30px;
  background: #850000;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-right: 15px;
  border-radius: 5px;
  max-width: 300px;
}

span.t_Button_label{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 600;
}


.simpleSection1{
    /*background-color: #4e4e4ee8;*/
    /*margin-left: 5%;
    margin-right: 5%;
    
    padding-bottom: 30px;
    padding-top: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    */
    background-blend-mode: screen;
}

.title3{
  font-size: 25px;
  /*margin-left: 5%;*/
  padding-top: 10px;
  margin-bottom: 10px;
  color: white;
}

.logoTitleSimple{
  height: 30px;
  width: 30px;
  margin-right: 10px;
  position: relative;
  vertical-align: bottom;
}

.sectionProducts1{
  z-index: 2;
  /*background: #4e4e4ee8;*/
  border: 0px solid black;
  color: #efefef;

}

.sectionProducts2{
  border: 0px solid black;
  color: #efefef;
}
.moreDescSection h1, .moreDescSection h2, .moreDescSection h3, .moreDescSection h4, .moreDescSection u, .moreDescSection strong{
  line-height: initial;
  font-size: inherit;
  margin-bottom: 20px;
  font-weight: normal;
  color: white;
}
.moreDescSection p, .moreDescSection li, .moreDescSection span{
  text-align: justify;
  color: rgba(245, 245, 245, 0.6);
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.sectionProducts1 a{
  cursor: pointer;
   text-decoration:none; 
}

.basicInfo{
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    padding-bottom: 20px;
    font-size: 18px;
}
.basicInfo2{
    text-align: justify;
    font-size: 16px;
    display: inline-flex;
    color: rgb(245, 245, 245);
    position: relative;
    padding-top: 0px;
}
.line1{
  position: relative;
  top: -10px;
  font-size: 10px;
  padding-top: 5px;
}
.line2{
  position: relative;
  top: -10px;
  font-size: 10px;
  color: #c7c10f;
  padding-top: 5px;

}

.fontBarNotFixed{
  background-color: #29333f;
  display: block;
  border:none;
  padding: 0;
  margin:0;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 10000;
}



ul.topNavDescription {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #29333f; /* Couleur NavBar */
  /*position: fixed; /* Reste toujours à l'écran */
  /* border-bottom: 2px solid #6b0000; /* Couleur trait en dessous de la navBar */
  /*border-bottom: 5px solid black; /* Couleur trait en dessous de la navBar */
  z-index: 999999; /* Permet de voir la scroll bar en 1er plan (sinon on l'a vois pas ) */
  width: fit-content;

}
ul.topNavDescription li {
  float: left;

}

ul.topNavDescription li a {
  transition: all 0.4s;
  display: block;
  color: #cccccc;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 .75em;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: small;
  height: 34px;
}


ul.topNavDescription li span {
  transition: all 0.4s;
  display: block;
  color: #cccccc;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 .75em;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: small;
  height: inherit;
  margin: 12px;
  transition: all 0.4s;
}

ul.topNavDescription li p {
    height: 45px;
    width: 45px;
    top: -14px;
    display: flex;
    position: relative;
    padding-right: 5px;
    transition: all 0.4s;

}


ul.topNavDescription li span:hover:not(.active) {

  color: #ffffff !important; 
}

ul.topNavDescription li span.active {
  color: #ffffff !important; 
}

ul.topNavDescription li p:hover:not(.active) {

  transform: rotate(-25deg);
}


ul.topNavDescription li a:hover:not(.active) {

  background: linear-gradient(to bottom,#29333f 50%, #fef1000d 90%,#fef100 10%);
  color: #ffffff !important; 
}

ul.topNavDescription li a.active {
  background: linear-gradient(to bottom,#29333f 50%, #fef1000d 90%,#fef100 10%);
}

ul.topNavDescription li.right {
  float: right;
}

/* TEXTE BRILLANT */

.text-shine {
  font-weight: bold;
  background: linear-gradient( 110deg, rgb(223 223 223), 45%, rgb(255 255 255), 55%, rgb(227 227 227) );
  background-size: 260% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 2.5s ease-out infinite alternate;
  width: fit-content;
}
    
@keyframes textShine {
  to {
      background-position: -200%;
  }
}


.text-shine2 {
  font-weight: bold;
  width: fit-content;
  background: linear-gradient(
      110deg,
      rgba(240, 210, 0, 1),
      45%,
      rgba(255, 255, 20, 1),
      55%,
      rgba(240, 210, 0, 1)

  );
  background-size: 260% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 2.5s ease-out infinite alternate;
}
    
@keyframes textShine2 {
  to {
      background-position: -200%;
  }
}



/* MIXAMO CONVERTER INTRO */
#containerIntro {
  color:#999;
  text-transform: uppercase;
  font-size:50px;
  font-weight:bold;
  position:fixed;
  width:100%;
  bottom:45%;
  position:sticky;
  padding-top: 300px;
}

#flip {
  height:70px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding:4px 12px;
  height:45px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 5s linear infinite;
}

#flip div div {
  background:#42c58a;
}
#flip div:first-child div {
  background:#4ec7f3;
}
#flip div:last-child div {
  background:#DC143C;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

/*deplacer gauche a droite */
/*
#imageAnim {
  animation-duration: 1s;
  animation-name: glissement;
  animation-iteration-count: 1;
}
*/

/*
@keyframes glissement {
  from {
    margin-left: -10%; 
    opacity: 0%;
  }

  to {
    margin-left: 0%;
    opacity: 100%;

  }
}
*/
/* Nodes */
.parent {
  width: 300px;
  height: 300px;
  /*border: 5px solid black;*/
  /*border-radius: 50%;*/
  position: relative;
  top: 100px;
  left: 0px;
  /*background-color: white;*/
}
#nodesCircles:hover{
  transform: scale(1.2);
}

#nodesCircles{
  text-align: -webkit-center;
  transition: all 0.25s;
  height: inherit;
  width: auto;
  width: min-content;
}

#nodesCircles span{
  text-align: -webkit-center;
  transition: all 0.25s;
  height: inherit;
  width: auto;
  font-weight: bolder;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}

#nodesCircles a{
  cursor: pointer;
  color: #d8d80000;
  z-index: 999999;
}

#nodesCircles img{
  transition: all 0.25s;
  height: -webkit-fill-available;
  width: auto;  
}
  
.child {
  width: 350px;
  height: 150px;
  /*border: 5px solid black;*/
  /*border-radius: 50%;*/
  position: relative;
}

.child-1 {
  top: -350px;
  left: 400px;
}

.child-1::before {
  content: '';
  display: block;
  border-top: 2px solid white;
  width: 65px;
  height: 100px;
  position: relative;
  left: -56px;
  transform: rotate(-30deg);
  top: 226px;
}

.child-2 {
  top: -250px;
  left: 400px;
}

.child-2::before {
    content: '';
    display: block;
    border-top: 2px solid white;
    width: 65px;
    height: 100px;
    position: relative;
    left: -106px;
    transform: rotate(30deg);
    top: 106px;
}

#DescriptionNode article{
  text-align: -webkit-center;
  transition: all 0.25s;
  height: inherit;
  width: auto;
  font-weight: bolder;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  position:absolute;
  font-family: monospace;
  font-weight: bold;
  transition: all 0.25s;
}

#DescriptionNode p{
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

#DescriptionNode h1{
  text-align: left;
}

#DescriptionNode h4{
  text-align: left;
  margin: 0px;
}


.child-3 {
  top: -750px;
  left: 880px;
}

/* btn launcher*/
.textBtn {
  margin: 5px;
  display: inline-block;
  font-size: 20px; 
  line-height: 20px; 
  text-align: center;
  vertical-align: super;
}

/* BEGIN Les bouttonFlat */


.buttonFlatRed{
  align-self: center;
  width: 100%;
  height: 50px;
  color: white;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #a31d1d;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  border: 0px;
  cursor: pointer;
  margin-bottom: 10px;
}

.buttonFlatRed:hover{
 filter: brightness(1.15);
}

.buttonFlatRed:active{
  transform: scale(1.025);
}

.buttonFlatTransparent{
  align-self: center;
  width: 100%;
  height: 50px;
  color: white;
  font-weight: bold;
  font-family: arial;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #e2db5200;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  border: 1px solid;
  margin-bottom: 10px;
}

.buttonFlatTransparent:hover{
 background: #a9a9a94a;
}

.buttonFlatTransparent:active{
  transform: scale(1.025);
}



.buttonFlat2{
  border: none;
  color: #850000;
  background-clip: padding-box;
  background-color: #e5e5e6;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 13%) inset;
  border-radius: 2px;
  text-shadow: none;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5px;
  height: 50px;
  opacity: 1;
  cursor: pointer;
}

.buttonFlat2:hover{
background-color: white;
}

.divBtnFlat2 {
width: 300px;
width: auto;
}


.buttonFlat {
  align-self: center;
  width: 100%;
  height: 50px;
  color: black;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #e2db52;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  border: 0px;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex; /* Utilisation de flexbox */
  align-items: center; /* Centre verticalement */
  justify-content: center; /* Centre horizontalement */
  /*font-size: 16px;*/
}

.buttonFlat:hover {
  filter: brightness(1.15);
}

.buttonFlat:active {
  transform: scale(1.025);
  transform-origin: center center;
}



/* END Les bouttonFlat */



.divLeft{
  padding-top: 30px;
  text-align: left;
  /*margin-right: 50px;*/
  /*max-width: 1050px;*/
  /*max-width: 70%;*/
}

.divRight{
  width: fit-content;
  max-width: 300px;
  padding-top: 0px;
  min-width: 300px;
  margin-left: 15px;
}

.divRight1{
  display: flex;
    flex-direction: column;
    width: 100%;
}

.divRight2{
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.divRight3{
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}

.divRight4{
  -webkit-transition: color 125ms ease-in-out;
  transition: color 125ms ease-in-out;
  color: rgba(245, 245, 245, 0.6);
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.2px;
}

.divRight5{
  text-align: right;
}

.divRight6Span{
    -webkit-transition: color 125ms ease-in-out;
    transition: color 125ms ease-in-out;
    color: rgb(245, 245, 245);
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
}





.divPrice{
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.spanPrice{
  transition: color 125ms ease-in-out;
  color: rgb(245, 245, 245);
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.2px;
}


.bubble1{
  display: flex;
  flex-flow: row wrap;
  margin: -5px -2.5px;
}

.bubble2{
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  margin: 5px 2.5px;
}

.bubble3{
  -webkit-transition: color 125ms ease-in-out;
  transition: color 125ms ease-in-out;
  color: rgb(245, 245, 245);
  font-size: 9px;
  /*line-height: 15px;*/
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.bubble4{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(245, 245, 245);
    padding: 5px 10px;
    position: relative;
    border-radius: 4px;
}

.divNewsUpdates{
    /*min-height: 500px;*/
    max-width: 1100px;
    display: initial;
}


ul.navBarNewsUpdates {
  list-style-type: none;
  overflow: hidden;
  /*background-color: #353535; */
  width: 100%;
  border-radius: 5px;
  background-color: #29333fad;
  backdrop-filter: blur(15px);
  transition: all 0.2s;

}
ul.navBarNewsUpdates li {
  float: left;

}

ul.navBarNewsUpdates li a {
  transition: all 0.4s;
  display: block;
  color: #cccccc;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 .75em;
  text-transform: uppercase;
  letter-spacing: .075em;
  font-size: small;
  height: 34px;
}

ul.navBarNewsUpdates li a:hover:not(.active) {

  background: linear-gradient(to bottom,#29333f00 50%, #fef1000d 90%,#fef100 50%);
  color: #ffffff !important; 
  transition: all 0.2s;
}

ul.navBarNewsUpdates li a.active {
  background: linear-gradient(to bottom,#29333f00 50%, #fef1000d 90%,#fef100 50%);
  transition: all 0.2s;
  color: #ffffff !important; 
}

ul.navBarNewsUpdates li.right {
  float: right;
}

.inputSubscribeRight {
  margin: 0%;
  width: 1000px;
  height: 28px;
  color: black;
  font-weight: bold;
  font-size: 12px;
  border: 0px;
  margin-right: 5px;
  border-radius: 5px;
  transition: all 0.1s ease-in-out;
}



.h3Yellow h3 {
  font-weight: bold;
  background: linear-gradient(
      110deg,
      rgba(240, 210, 0, 1),
      45%,
      rgba(255, 255, 20, 1),
      55%,
      rgba(240, 210, 0, 1)
  );
  background-size: 260% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textShine 2.5s ease-out infinite alternate;
}
    
@keyframes h3Yellow {
  to {
      background-position: -200%;
  }
}



/* CAROUSEL CSS */

.carousel-enabled {
  position: relative;
}

.carousel-enabled:focus { outline: none; }

.carousel-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  height: 310px;
}

.carousel-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  /*margin-left: 10%; /* ca permet de placer les carousel contre l'écran à gauche et de déplacer un peu le 1er cover*/
}

@media (max-width: 576px){
  .carousel-slider { margin-left: 0%;}
}

/* draggable */

.carousel-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel-enabled.is-draggable .carousel-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel-enabled.is-draggable .carousel-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- carousel-button ---- */

.carousel-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: 2px solid black;
  color: #4a0000;
  cursor: pointer;
}

.carousel-button:hover {
  background: white;
  cursor: pointer;
}

.carousel-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.carousel-button:active {
  opacity: 0.6;
}

.carousel-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.carousel-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.carousel-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 10%;
  /* vertically center */
  transform: translateY(-50%);
}

.carousel-prev-next-button.previous { left: 10px; }
.carousel-prev-next-button.next { right: 10px; }
/* right to left */
.carousel-rtl .carousel-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.carousel-rtl .carousel-prev-next-button.next {
  right: auto;
  left: 10px;
}

.carousel-prev-next-button .carousel-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.carousel-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.carousel-rtl .carousel-page-dots { direction: rtl; }

.carousel-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.carousel-page-dots .dot.is-selected {
  opacity: 1;
}

/* END CAROUSEL CSS */


/* BEGIN CROP */
.expand-button {
  
    cursor: pointer;
    display: block;
    width: 30%;
    text-align: center;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    font-size: 1rem;
    padding: 0.5rem;
    color: #189eff!important;
    
}
.expand-button:hover{
  background-color: #189eff;
  color: #ffffff!important
}
.cat-decs-content {
  position: relative;
  /*max-height: 500px;*/
  overflow: hidden;
  /*transition: max-height .3s ease;*/
  max-height: 100%;
}
.cat-decs-content.-expanded {
  max-height: 100%;
}
.cat-decs-content:not(.-expanded)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(rgba(255, 255, 255, 0), rgb(18 18 18));*/
  /*background: linear-gradient(rgba(255, 255, 255, 0), rgb(26 28 29));*/
  
  /*-webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 20%);*/
}
/* END CROP  */

/* begin img with arrow */ 
.imgTextAlign{
  height: 15px;
  margin-left: 3px;
  filter: contrast(2);
  
}
  
/* end img with arrow  */

/*rules*/

.rulesClass article{
  text-align: justify;
}
/*end rules*/


/* BEGIN CAROUSEL IMG + VIDEO */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.product-slider #carousel {
  margin: 0; 
}

.product-slider #thumbcarousel {
 margin: 12px 0 12px; 
}

.product-slider #thumbcarousel .item {
 text-align: center; 
}

.product-slider #thumbcarousel .item .thumb {
 width: 20%; 
 margin: 0 2%; 
 vertical-align: middle; 
 cursor: pointer; 
 max-width: 98px; 
 filter: brightness(0.8);
 transition: all 0.2s;
 border-radius: 3px;
 display: inline-flex;
 flex-direction: column;
}

.product-slider #thumbcarousel .item .thumb:hover {
  
  filter: brightness(1.3)!important; 

}

.product-slider #thumbcarousel .item .thumb:active {
  
  filter: brightness(1);

}

.product-slider .item img {
 width: 100%; 
 height: auto;
 border-radius: 3px;
}

.carousel-control:hover, .carousel-control:focus, .carousel-control:active { 
  filter: brightness(1.3);
}

.carousel-caption, .carousel-control .fa { 
  font: normal normal normal 30px/26px FontAwesome; 
  color: #999999;
}
.carousel-control { 
  height: 30px; 
  top: 23%; 
  text-align: center;
  font-size: 20px; 
  left: 0; 
  position: absolute; 
  top: 30%; 
  width: auto; 
  filter: brightness(1);
  color: white; 
}

.carousel-control.right, .carousel-control.left { 
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat-x;
}


.carousel-control.right {
    right: 0;
    left: auto;
}




/* END CAROUSEL IMG + VIDEO */



/* video youtube responsive */

.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
width: 100%;
background-color: #f000;border-radius: 5px;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}

/* end video responsive */

/*NAV BAR ADMIN */
.ulNavADmin{
  position: fixed;
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.liNavADmin{
  display: list-item;
  text-align: -webkit-match-parent;
}
/* END NAV BAR ADMIN */


/* Allnews 2022 */
.css-184g4o4 {
    margin-bottom: 30px;
}

@media (max-width: 576px){
.css-dhp6wv {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.css-dhp6wv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}




@media (max-width: 576px){
.css-6ucq37 {
    margin-bottom: 20px;
  }
}

.css-6ucq37 {
    width: 100%;
    padding: 0;
    position: relative;
}

.css-6ucq37>div {
    height: 100%;
}

.css-1ihg1pe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*height: 100%;*/
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
}

.css-lahk2e {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    /*padding-bottom: calc(9 / 16 * 100%);*/
}

.css-egwqxh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /*margin-top: 15px;*/
}


.css-1voe3gd {
    color: rgba(255, 255, 255, 0.50);
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 1.625;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.css-11t2q0c {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.css-151phr3 {
    color: #fff;
    margin-top: auto;
}

.css-151phr3 >span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.css-tvoj80 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;


}


.css-1pc95fw {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 1;
}

.css-lahk2e::after {
    content: '';
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.20));
    opacity: 0;
    z-index: 3;
}

.css-rgqwpc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  max-height: 39px;
  margin-bottom: 0px;
  overflow: hidden;
  font-weight: bold;
  -webkit-line-clamp: 2;
  padding-bottom: 5px;
}

.backgroundImageArticle
{
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  opacity: .4;
  filter: blur(10px);

}

.BoxNewLink{
  display: block;
  height: auto;
  margin-bottom: 8px;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 200px;
  background-image: radial-gradient(ellipse at top left, #20262d, #25282e);
  box-shadow: 2px 2px 10px rgba(0,0,0,.4);
  border-radius: 4px;
  opacity: 0.85;
  transition: all 0.2s;
}

.BoxNewLink:hover {
  opacity: 1;
  transition: all 0.2s;
}

.BoxNewLink:hover img {
  filter: blur(5px);
  transition: all 0.2s;
}




.css-1h3di0n {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: white;
}

.btnNews2022{
  background: none;
  border: 0px;
  color: white;
  padding: 5px 20px;
  float: left;
  padding: 0px;
}

.btnNews2022:hover {
  text-decoration: underline;
}

.css-16eqsdo {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    max-width: 100%;

}



.css-fstve7 {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
    padding-top: 20px;
    margin-top: 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-bottom: 20px;
}

.css-1se6xcg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.css-rfex0g {
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    display: flex;
    align-items: center;
    width: 41%;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}



.css-1yif7kz {
    position: relative;
    width: 100%;
    display: block;
}


.divListNewsV3{
  margin-left: 15px;
  width: 50%;
  z-index: 999;
  margin-top: 5px;
}
.divListMediaV3{
  width: 100%;
}

.newsMoreInfo
{
  height: 100%;
  position: absolute;
  padding: 10px;
  background: black;
  color: white;
  word-spacing: -0.1em;
  opacity: 0;
  width: 96%;
  
}


.newsMoreInfo:hover {
  opacity: .85;
  transition: all 0.2s;
}
.css-u421q6 {
    position: relative;
    padding-bottom: calc(9 / 16 * 100%);
}

.css-han5dv {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.css-han5dv img{
  border-radius: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;

}

.css-11h61hf {
    max-width: 100%;
    height: auto;
    display: block;
    transition: opacity 125ms ease-in-out 0s;
    opacity: 1;
}




.css-rfex0g::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20), rgba(255, 255, 255, 0.20));
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
}




.css-1t91kdm {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 12px;
    background: #222931;
}

.css-fsubw7 {
    color: rgba(255, 255, 255, 0.50);
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 1.625;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px;
}

.css-fsubw7 span {
    position: relative;
}

.css-1hmd3er {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    color: #fff;
    margin: 0px;
}

.css-jmlinb {
    color: #fff;
    margin-top: auto;
}

.css-vetbs0 {
    display: grid;
    height: initial;
}

.css-2itj6y {
    display: -webkit-box;
    line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.css-jmlinb .css-tvoj80 {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.20);*/
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.css-9u8vb7 {
    display: block;
    line-height: 0;
    width: 8px;
    height: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 125ms ease-in-out;
    transition: transform 125ms ease-in-out;
    margin-left: 5px;
}

 

.css-idfvfs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.css-1hpozc0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(245, 245, 245);
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 1px;

    

}

.css-w1atjl {
    width: 100%;
    height: 100%;
}

.css-lai20k {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1300px;
}

@media (max-width: 576px){
  .css-lai20k {
      width: 100%;
  }
}
.css-1n8met0 {
    padding-top: 0;
}

@media screen and (max-width: 760px) {
  .css-1n8met0  {
    padding: 30px;
 }
}
    /*margin-left: 8.5%;*/
/* fin Allnews 2022 */


/* 2022 bouton close */
.btnClose {
    float: right;
    font-size: 30px;
    cursor: pointer;
    background-color: #b5b500;
    font-weight: bold;
    font-family: cursive;
    border-radius: 5px;
    border: none;
  }
  .btnClose:hover{
    background-color: #ffff00;
  }

  .labelMargin5 p ,.labelMargin5 h1, .labelMargin5 h4, .labelMargin5 h3 {
    margin-bottom: 5px;
  }

/*Fin bouton close*/


/*debut  image avec du texte */
.imgWithText {
  position: relative;
  text-align: center;
  transition: all 0.4s;
  height: fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  
}

.imgWithText img{
  /*height: 170px;*/
  opacity: 100%;
  transition: all 0.4s;
  height: 170px;

}

.imgWithText span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0%;
  transition: all 0.4s;
  width: max-content;
  line-height: 25px;
  letter-spacing: -0.2px;
}

.imgWithText:hover span {
  opacity: 100%;
  transition: all 0.4s;
}
.imgWithText:hover img {
  opacity: 30%;
  transition: all 0.4s;
}

/*Fin image avec du texte */


    /* Arriere plan bleu flouté */
    .sectionBackground {
      margin-bottom: 50px;
      padding: 20px;
      box-shadow: 14px 20px 5px #00000042;
      /*margin-top: 1%;*/
      background-color: #222931;
      backdrop-filter: blur(2px);
      /*border-radius: 30px;*/
      border-radius: 4px;
    }

    .sectionBackground a{
      filter: brightness(0.85);
    }

    .sectionBackground a:hover{
      filter: brightness(1);
    }

    /* Lien jaune surbrille quand on selectionne*/
    .linkYellow2{
      text-decoration: none;
    }

    .linkNormal2{
      opacity: 50%;
    }

    .linkNormal2:hover{
      opacity: 100%;
    }

    .linkYellow2:hover span{
      color:yellow;
    }

    
    /* POPUP / MODALS */
    
    .divClassPopup {
      color: #ffffff;
      box-shadow: 14px 20px 5px #00000042;
      margin-top: 1%;
      background-color: #232f3ab8;
      /*backdrop-filter: blur(15px);*/
      border-radius: 15px;
      position: absolute;
      min-width: 100%;
      
    }

    .modalDialog {
      position: fixed;
      font-family: Arial, Helvetica, sans-serif;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0,0,0,0.8);
      z-index: 9999999999;
      opacity:0;
      -webkit-transition: opacity 400ms ease-in;
      -moz-transition: opacity 400ms ease-in;
      transition: opacity 400ms ease-in;
      pointer-events: none;
      overflow: scroll;
      
    }

    .modalDialog img{
      border-radius: 5px;
      max-width: 100%;
      width: 100%;
      height: auto;
      
    }

    div#boxsDiv {
      text-align: center;
  }

/* BTN DONS BEGIN */    
.btnDons{
  align-self: center;
  width: 100%;
  font-weight: bold;
  font-family: arial;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: #e2db5200;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  border: 1px solid;
  margin-bottom: 10px;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  position: relative;
  /*display: inline-block;*/
  background: linear-gradient(to right, #850000, #850000);
  border: none;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 4px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  transition: all 0.4s;
  outline: none;
  text-decoration: none; /* Annule le soulignement */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
}

.btnDons::before {

content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to right, #003db6, #e800c75e);
opacity: 0;
z-index: -1;
transition: all 0.4s;
outline: none;
text-decoration: none; /* Annule le soulignement */
}

.btnDons::before .disableBefore{
  display: none;
}

.btnDons b,
.btnDons a b {
  outline: none;
  text-decoration: none !important; /* Annule le soulignement */
  text-align: center;
  width: 100%;
}

.btnDons #idDons2 {
  display: none; /* Rend le contenu de idDons2 invisible au départ */
  text-align: center;
}

.btnDons #idDons1 {
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-shadow: none;
}

.btnDons:hover,
.btnDons:focus {
  /*background: linear-gradient(to right, #cbc54a, #a9a100);*/
  background: linear-gradient(to right, #850000, #850000);
  transition: all 0.4s;
  outline: none;
  justify-content: space-around !important;
  
}

/* Lorsque le bouton avec la classe 'btnDons' est en état hover, affiche le contenu de l'id 'idDons2' et cache le contenu de l'id 'idDons1' */
.btnDons:hover #idDons2 {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.btnDons:hover #idDons1 {
  display: none;
}

.btnDons img {
  transition: all 0.4s;
}
.dons-text{
  margin: 10px;
  text-align: center!important;
  text-shadow: none;
  font-size: 15px;
  font-weight: 500;
}
.btnDons:hover img,
.btnDons:focus img {
  transition: all 0.4s;
  display: block;
}

.btnDons:hover::before,
.btnDons:focus::before {
  opacity: 1;
  transition: all 0.4s;
}
/* FIN BTN DONS */

    .divVersionTitleProduct{
      font-style: italic;
      font-size: 13px;
      color: white;
      padding-bottom: 15px;
      margin-top: 1px;
    }

    .iTitleProduct{
      font-style: normal;
      font-weight: normal;
      color: white;
      font-family: Motiva Sans, Arial, Helvetica, sans-serif;
      font-size: 35px;
      line-height: 32px;
      text-overflow: ellipsis;
      text-transform: uppercase;
    }

    .modalDialog:target {
      opacity:1;
      pointer-events: auto;
    }
    
    .modalDialog > div {
      width: 50%;
      position: relative;
      margin: 10% auto;
      margin-top: 5%;
      padding: 0 0 13px 0;
      background-color: #324050b8;
      color: white;
      box-shadow: 14px 20px 5px rgba(0, 0, 0, 0.26); /* Ombre avec transparence */
      border-radius: 5px;
    }

    .close {
      line-height: 25px;
      position: absolute;
      right: -12px;
      text-align: center;
      top: -10px;
      width: 48px;
      text-decoration: none;
      font-weight: bold;
      color: black;
      
    }
    
    .close:hover div{
      background: #ffff00;
      color: black;
    }
    
    /* FIN POPUP */

    /* Tableau */
    .tableColumnCenter td{
      height: 30px;
      text-align: center;
    }
    /* FIN Tableau

    /* THEME MIXAMO*/
    .MonoSpaceTheme{
      
      line-height: 25px;
      letter-spacing: -0.2px;
      padding: 15px 15px 0px 15px;
    }
    .MonoSpaceTheme h1{
      
      font-weight: bolder;
      font-size: 20px;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      
      font-family: "Motiva Sans", Sans-serif;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      padding-top: 2px;
      margin-bottom: 1px;
      font-weight: normal;
    }

    .MonoSpaceTheme span,.MonoSpaceTheme i,.MonoSpaceTheme p,.MonoSpaceTheme b,.MonoSpaceTheme li{
      
      text-align: justify;
      font-family: inherit;
      /*font-family: monospace;*/
      word-break: break-word; /* Permet d'empêcher le texte de sortir de la div */
    }

/* Covers 2022*/


.bodyCover {
  display: flex;
    justify-content: flex-start;
    min-height: fit-content;
    background: none;
    flex-direction: column;
    align-items: stretch;
}



body .bodyCover div {
  width: 100% !important;
}

.l-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 30px;
  width: 100%;
  /*max-width: 1200px;*/ 
  
}


.b-game-card {
  position: relative;
  z-index: 1;
  width: 100%;
  /*padding-bottom: 400px;*/
  /*perspective: 1000px;*/
  padding-block-end: 100%;
  padding-block-start: 80%;
}

.b-game-card a{
  display: list-item;
}


.b-game-card__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: auto;
  overflow: visible;
  list-style: none;
  padding-left: 0;
}

.b-game-card__cover img{
  width: 100%;
  filter: brightness(0.85);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.8);
}

.b-game-card:hover .b-game-card__cover {
  /*transform: rotateX(7deg) translateY(-6px);*/
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  
}
.b-game-card:hover .b-game-card__cover::after {
  transform: translateY(0%);
}

@media screen and (max-width: 1700px) {
  .l-container {
    grid-template-columns: repeat(5, 1fr);
 }
}

@media screen and (max-width: 1000px) {
  .l-container {
    grid-template-columns: repeat(4, 1fr);
 }
}

@media screen and (max-width: 900px) {
  .l-container {
    grid-template-columns: repeat(3, 1fr);
 }
}



.b-game-card:hover img {
  filter: brightness(1.1);
}
.b-game-card::before {
  display: block;
  content: '';
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  /*
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px 12px rgba(0, 0, 0, 0.4);
  will-change: opacity;
  transform-origin: top center;
  transform: skewX(0.001deg);
  transition: transform 0.35s ease-in-out, opacity 0.5s ease-in-out;
  */
}
.b-game-card:hover::before {
  opacity: 0.6;
  transform: rotateX(7deg) translateY(-6px) scale(1.05);
}


/* Fin Covers 2022*/


.subsForm{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contribChildDiv{
  width: 30%;
}



/* MEDIA CAROUSEL V3*/
.miniaturesMedia{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 20%;
  max-width: 150px;
  height: fit-content;
}
.miniaturesMedia img{
  z-index:2;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 3px;
  margin-bottom: 5px;
}

.miniaturesMedia button{
  line-height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  filter: brightness(0.5);
  height: 20px;
  width: 100%;
  margin: 0;
  align-self: auto;
  padding-top: 4px;
}





.containerMedia {
  display: flex;
  width: 100%;
  position: sticky;
}

.column-1Media {
  flex-shrink: 0; /* shrinks to 0 to apply 70% width*/
  flex-basis: 80%; /* sets initial width to 70%*/
  padding-left: 0px;
}

.column-2Media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.boxMedia {
  padding: 10px;
  border-radius: 12px;
}

@media only screen and (max-width: 900px) {
  .containerMedia {
    flex-direction: column;
  }

  .boxMedia {
    margin: 0 0 1rem;
  }
}

.containerMedia button{
  line-height: 15px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  filter: brightness(0.5);
  height: 20px;
  width: 100%;
  margin: 0;
  align-self: auto;
  padding-top: 4px;
}

/* END MEDIA CAROUSEL V3*/



/*begin cross btn v2*/


.clodDiv {
  animation-name: apppartnereventspage_transitionIn_1dXPO;
  animation-duration: .32s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  transition: all .21s ease-out;
}

.closeBtn_35HbM {
  background: #afaf00;
  border: 1px solid #63636d;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  box-shadow: 0 3px 32px #000;
}

.clodDiv svg {
  transition: all .21s ease-out;
}

.SVGIcon_Button {
  fill: #fff;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 320px;
  max-height: 320px;
}
.closeBtn_35HbM svg line {
  stroke-width: 16px;
  stroke: black;
}



/* end cross btn v2*/

.titleNewsv3{
  font-family: "Motiva Sans", Sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: 0.03em;
  font-weight: normal;
  padding-top: 2px;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background-image: url(https://terribilisstudio.fr/TsDocs/images/logos/gradient_line.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-bottom: 1px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.labelInfoWarning{
  width: fit-content;
  color: yellow;
  margin: 0px;
  margin: 5px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-family: 'Motiva Sans', Sans-serif;
}

input:focus { 
  outline: none !important;
}
textarea:focus { 
  outline: none !important;
}

.eyeHidden{
  margin-left: -30px;
  cursor: pointer;
  font-style: normal;
  filter: saturate(0);
  opacity: 0.5;
}

.eyeHidden:hover{
  opacity: 1;
}
.divParamsAccount{
  padding-bottom: 10px;
}


.CombineMediaNews {
  display: flex; 
  flex-direction: row;
  /*justify-content: flex-end;*/
}

/* media v4 */
#containerMediaV4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow-x: hidden;
}

.itemMediaV4 {
  width: 80px;
  height: 80px;
  background-color: #ccc;
  margin: 0 10px;
  flex-shrink: 0;
}

.combinAllMedia{
  display: flex;
}

.tagBubble{
  color: white;
  background: #068734;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  font-size: 15px;
  margin-left: 10px;
  font-weight: bold;
  text-align: -webkit-center;
  margin-bottom: 5px;
}


/* fin media v4*/

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

.divBtnNews{
  display: flex;
  margin-top: 0px;
  margin-left: 0px;
  height:20px;
  padding: 3px;
  justify-content: flex-end;
  width: 90px;
}

.divContainerListNews{
  display: flex;
}

.divParentTagMedia{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
}


.tagVideoMedia{
  background: #9f0000;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 4px;
  margin-left: 6px;
  margin-bottom: 1px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  transition-duration: 0.4s;
  opacity: 0.7;
}

.divParentTagMedia:hover .tagVideoMedia {
  font-size: 20px;
  transition-duration: 0.4s;
  opacity: 1;
}

/* tag store*/
.divTagStores{
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.tagStores{
  border: 2px solid #3a3a3a;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    transition-duration: 0.4s;
    cursor: pointer;
    margin-bottom: 10px;
    vertical-align: bottom;
    color: white;
    font-size: 100%;
    min-width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    height: 15px;
    margin-right: 5px;
    font-size: 12px;
}
.tagStores:hover{
  background-color: #93bde321;
  border: 2px solid #898989;
  font-size: 15px;
}

.tagStores.is-active {
  border: 2px solid #ffffff;
  font-size: 15px;
  font-weight: bold;
}
/*end tag store*/


.marketFlex{ /* position des ecrans page produit */
  display: flex;
  justify-content: space-between;
}

.tox.tox-tinymce {
  height: 800px !important;
}

/* BEGIN CUSTOM DA */

.divDa img {
  border-radius: 4px;
  width: -webkit-fill-available;
}


.divDa img {
  border-radius: 4px;
  width: -webkit-fill-available;
  opacity: 0.9;
}


.divDa img:hover {
  opacity: 1;
}


/* END CUSTOM DA */ 

.imgMixamoTuto{
  border-radius: 5px !important;
}

/* Ecran mobile */
@media screen and (max-width: 760px) {

  .tagVideoMedia{
    font-size: 8px;
  }

  .divVersionTitleProduct{
    margin-top: 5px;
  }

  .divParentTagMedia:hover .tagVideoMedia {
    font-size: 13px;
    transition-duration: 0.4s;
    opacity: 1;
  }

  .marketFlex{ /* position des ecrans page produit */
    flex-direction: column;
  }
  
  .divPlatformSection {
    padding: 20px;
  }

  .CombineMediaNews {
    flex-direction: column;
  }

  .combinAllMedia{
    flex-direction: column;
  }

 .modalDialog > div {
  width: 80%;
  }

  .l-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .divRight {
    width: auto;
    max-width: 100%;
    padding-top: 0px;
    min-width: 300px;
    margin-left: 0px;
}


  .divPlatformSection {
    flex-direction: column;
  }
  
  .subsForm{
    flex-direction: column;
  }
  .MonoSpaceTheme span,.MonoSpaceTheme i,.MonoSpaceTheme p,.MonoSpaceTheme b,.MonoSpaceTheme li{
    text-align: left;
    font-family: inherit;
  }

  .css-fstve7 a{
    flex-direction: column;
    align-items: flex-start;
  }
  .css-jmlinb{
    margin-top: 5px;
  }

  .responsiveImgMedia{
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    margin-left: 5px!important;
    margin-right: 5px!important;
    width: 80%!important;
  }
  #boxMediaV2{
    flex-direction: row;
    height: 50px;
    align-items: center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 100%!important;
  }



  #boxMediaFull
  {
    padding-right: 0!important;
  }
    
  #btnUpMiniature img{
    transform: rotate(90deg)!important;
    margin: 0!important;
    padding: 0!important;
  }

  #btnDownMiniature img{
    transform: rotate(270deg)!important;
    margin: 0!important;
    padding: 0!important;
  }

  #btnDownMiniature {
    height: 100%;
  }

  #btnUpMiniature {
    height: 100%;
  }


  #containerMediaV4 a{
    min-width: 25%;
  }

  #btnActu1{
    height: 30px!important;
    width: 100%!important;
  }

  #btnActu2{
    height: 30px!important;
    width: 100%!important;
    margin: 5px!important;

  }

  #contribParentDiv{
    flex-direction: column;
  }

  .contribChildDiv{
    width: 100%;
  }

  .divListNewsV3{
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
    
  }

  .divBtnNews{
    display: flex;
    margin-top: 20px;
    justify-content: center;
    width: 100%;
    height: 10px;
    margin-bottom: 10px;
  }

  .divContainerListNews{
    flex-direction: column;
  }

  .fullCoverArticle{
    width: 100%;
  }

  .css-rfex0g{
    width: 100%;
  }

  .css-rgqwpc {
    padding-top: 5px;
  }

  .socialImg {
    display: contents;
  }

  .fullCoverArticle {
    flex-direction: column;
  }

  button#btnContribution,button#platformBtnDownload,button#platformBtnMore {
    max-width: initial !important;
    margin-right: 0px !important;
  }
  div#divImagePlatform{
    display: none;
  }

  h1#titleSectionPlateform, h3#titleChildSectionPlateform{
    text-align: center;
  }

  a#launcher {
      width: 100%;
  }

  h1#titleNewsletterSubs {
      text-align: center;
      line-height: 30px;
  }

  h3#titleChildNewsletterSubs {
      text-align: center;
      line-height: 30px;
      padding-top: 10px;
  }

  .css-rfex0g {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 4px;
  }
  .css-han5dv img {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
  }

  .divTerms a {
      font: caption;
  }

  div#divBtnSubscribeNewsletter1 {
    width: 100%;
  }

  .terms {
    margin-left: 0px;
}




}




/* Fin ecran mobile (important d'être à la fin du fichier*/




h2 {
  text-align: left;
  line-height: 35px;
}

.btnFlatYellow1{
  border: 2px solid #dac009;
  color: #f1d401;
  background: transparent;
  transition: all 0.4s;
  width: auto;
  padding-right: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

.awesomeIconsYellow{
  background: #dac009;
  color: #252f3b;
}

.btnFlatYellow1:hover{
  padding-right: 25px;
}

.btnFlatYellow1:hover {
  background-color: transparent;
}
