@charset "UTF-8";
@media (min-width: 1600px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1440px;
  }
}

/********************************/
/* RENAULT FONTS */
/********************************/
@font-face {
  font-family: "RN00145ThinItalic-W02";
  src: url("../fonts/RN00145ThinItalic-W02.woff") format("woff");
}

@font-face {
  font-family: "RN00145Roman-W02";
  src: url("../fonts/RN00145Roman-W02.woff") format("woff");
}

@font-face {
  font-family: "RN00145Bold-W02";
  src: url("../fonts/RN00145Bold-W02.woff") format("woff");
}

@font-face {
  font-family: "NouvelR-Light";
  src: url("../fonts/NouvelR-Light.woff") format("woff");
}

@font-face {
  font-family: "NouvelR-Bold";
  src: url("../fonts/NouvelR-Bold.woff") format("woff");
}

@font-face {
  font-family: "NouvelR-Regular";
  src: url("../fonts/NouvelR-Regular.woff") format("woff");
}

html {
  position: relative;
  font-size: 62.5%;
  text-size-adjust: 100%;
  height: 100%;
}

body {
  position: relative;
  font-family: "NouvelR-Regular";
  background-color: #000000;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.4;
  height: 100%;
}

.container {
  height: 100%;
}
#poseQuestion .modal-dialog-centered{
  margin:0 auto;
  }
#poseQuestion .close{
  top:-1rem;
  right:0;
  }
.loader-container{
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 9;
  height: 100%;
  top: 0;
  background: rgba(255,255,255, 0.6);
 }
 .loader-container img{
  margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
    margin-left: -50px;
    margin-top: -50px;
 }
@media screen and (max-width: 767px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a,
button {
  box-shadow: none !important;
  outline: none !important;
  transition: all 0.2s linear !important;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}


/* RVA-1289 - Link has to be highlighted in an article on 21-03-25 - janakiraman */
/* RVA-493 Article To highlight by janaki raman */
.chapo_link_to_underline a {
  color: #000000;
  text-decoration: underline;
}

.chapo_link_to_underline a:hover {
  font-style: italic;
  color: #ffce33;
}
/* RVA-1289 - Link has to be highlighted in an article - janakiraman */
strong {
  font-family: "NouvelR-Bold";
}

button {
  border: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.6rem;
  font-family: "NouvelR-Bold";
  padding: 0 3rem;
  position: relative;
}

.btn--bgWhite {
  color: #000000;
  border: 1px solid #000000;
}

.btn--bgWhite:hover {
  color: #ffffff;
  background-color: #000000;
}

.btn--bgWhite:active,
.btn--bgWhite.active {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}

.btn--plus {
  font-size: 1.4rem;
  padding-left: 5rem;
}

.btn--plus:before {
  content: "";
  background: url("../img/icons/icons/plus.svg") no-repeat center left;
  background-size: contain;
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}

.btn--bgBlack {
  color: white;
  background-color: #000000;
}

.btn--bgBlack:hover,
.btn--bgBlack.active {
  color: #000000;
  background-color: #ffce33;
}

.btn--bgOrange {
  color: #000000;
  background-color: #ffa869;
}

.btn--bgOrange:hover,
.btn--bgOrange.active {
  color: #ffa869;
  background-color: #000000;
}

.btn--add {
  border: 1px solid #BBBCBC;
}

.btn--add:hover {
  border-color: #000000;
}

.btn--seeall {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn--seeall:before {
  content: "";
  border-radius: 50%;
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn--seeall .icon--plus {
  position: absolute;
  top: 0.42rem;
  left: 50%;
  margin-left: -0.72rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn--seeall .icon--moin {
  position: absolute;
  top: 0.42rem;
  left: 50%;
  margin-left: -0.72rem;
  width: 1.5rem;
  height: 1.5rem;
  fill: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn--seeall:hover:before {
  background-color: #adb4c2;
}

.btn--seeall:hover .icon--plus {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btn--seeall:hover .icon--moin {
  fill: white;
}

.icon-switch {
  position: relative;
  width: 2.5rem;
  height: 1.5rem;
}

.icon-switch:after {
  position: absolute;
  left: 0;
  display: inline-flex;
  content: "";
  width: 2.5rem;
  height: 1.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
  background-color: #000000;
  border: 1px solid #ffffff;
}

.icon-switch:before {
  position: absolute;
  top: 2px;
  z-index: 2;
  display: inline-flex;
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

.icon-switch.left:before {
  left: 2px;
}

.icon-switch.right:before {
  right: 2px;
}

.icon {
  fill: #ffffff;
}

.icon--profil {
  width: 2.4rem;
  height: 2.8rem;
}

.icon--recherche {
  width: 2rem;
  height: 2rem;
}

.icon--notification {
  width: 2.08rem;
  height: 2rem;
  fill: transparent;
  stroke: white;
  stroke-width: 0.2rem;
}

.icon--langage {
  width: 1.84rem;
  height: 2rem;
}

.icon--favoris {
  width: 1.36rem;
  height: 2rem;
  fill: transparent;
  stroke: white;
  stroke-width: 0.2rem;
}

.icon--download {
  width: 1.1rem;
  height: 1.1rem;
  fill: #000000;
  /* Rva-49 Adjustments needed on download button in modal window */
  position: absolute;
  right: 0;
  top: 0;
}

.icon--linkVertical {
  width: 0.4rem;
  height: 1.4rem;
}

.icon--plus {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 1.5rem;
}

.icon--flecheR {
  width: 3.3rem;
  height: 2.9rem;
  fill: #000000;
}

.icon--poubelle {
  width: 1.9rem;
  height: 1.9rem;
  fill: #000000;
}

.icon--arrowRight {
  width: 4rem;
  height: 4rem;
  fill: #000000;
}

.icon--fileHtml {
  width: 4rem;
  height: 4rem;
  fill: #000000;
}

.icon--filePdf {
  width: 4rem;
  height: 4rem;
  fill: #000000;
}

.icon--fileMedia {
  width: 4rem;
  height: 4rem;
  fill: #000000;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.tags li {
  border-radius: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.25rem 1rem 0.5rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/*** Déclinaison des colors par BRANDS ***
***********************************************/
.brand__renault .btn--seeall:before {
  background-color: #ffce33;
}

.brand__renault .btn--seeall .icon--plus {
  fill: #000000;
}

.brand__renault .btn--seeall:hover {
  color: #ffce33;
}

.brand__renault .btn--seeall:hover:before {
  background-color: #000000;
}

.brand__renault .btn--seeall:hover .icon--plus {
  fill: #ffce33;
}

.brand__renault .main__header .navbar-collapse {
  background-color: #000000;
}

.brand__renault .nav__n1 {
  background-color: #000000;
}

.brand__renault .nav__n1 .nav--link {
  color: #ffffff;
}

.brand__renault .nav__n1 .nav--link:hover,
.brand__renault .nav__n1 .nav--link.active {
  color: #ffffff;
}

.brand__renault .nav__n3 .nav--link {
  color: #000000;
}

.brand__renault .nav__n3 .nav--link:before {
  background-color: #ffce33;
}

.brand__renault .nav__n3 .nav--link:hover,
.brand__renault .nav__n3 .nav--link.active {
  color: #000000;
}

.brand__renault .nav--link {
  color: #000000;
}

.brand__renault .nav--link:hover,
.brand__renault .nav--link.active {
  color: #000000;
}

.brand__renault .nav__acces--switch a:hover {
  color: #ffce33;
}

.brand__renault .nav__acces--switch.active a.active {
  color: #ffce33;
}

.brand__renault .nav__acces--switch.active .icon-switch:before {
  background-color: #ffce33;
}

.brand__renault .nav__acces .langues .select--pays .langues--title {
  color: #ffce33;
}

.brand__renault .sidenav {
  background-color: black;
}

.brand__renault .sidenav--link:hover,
.brand__renault .sidenav--link.active {
  background-color: #ffce33;
}

.brand__renault .tags li {
  background: #ffce33;
}

.brand__renault .tags li a {
  color: #000000;
}

.brand__renault .tags li:hover {
  cursor: pointer;
  background: #777F91;
}

.brand__renault .breadcrumb a:hover {
  color: #ffce33;
}

.brand__renault .accordion-button:hover {
  color: #ffce33;
}

.brand__renault .accordion-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffce33'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.brand__renault .card-title a:hover .icon--favoris,
.brand__renault .card-title a.active .icon--favoris {
  stroke: #ffce33;
}

.brand__renault .card-title a:hover .icon--download,
.brand__renault .card-title a.active .icon--download {
  stroke: #ffce33;
}

.brand__renault .add-fav:hover .icon--favoris,
.brand__renault .add-fav.active .icon--favoris {
  stroke: #ffce33;
}

.brand__dacia .btn--seeall:before {
  background-color: #646B52;
}

.brand__dacia .btn--seeall .icon--plus {
  fill: #ffffff;
}

.brand__dacia .btn--seeall:hover {
  color: #646B52;
}

.brand__dacia .btn--seeall:hover:before {
  background-color: #b9412d;
}

.brand__dacia .btn--seeall:hover .icon--plus {
  fill: #ffffff;
}

.brand__dacia .tags li {
  background: #646B52;
}

.brand__dacia .tags li a {
  color: #ffffff;
}

.brand__dacia .tags li:hover {
  background: #8c9575;
  cursor: pointer;
}

.brand__dacia .tags li:hover a {
  color: #000000;
}

.brand__dacia .main__header .navbar-collapse {
  background-color: #ffffff;
}

.brand__dacia .nav__n1 {
  background-color: #ffffff;
}

.brand__dacia .nav__n1 .nav--link {
  color: #000000;
}

.brand__dacia .nav__n1 .nav--link:hover,
.brand__dacia .nav__n1 .nav--link.active {
  color: #000000;
}

@media screen and (max-width: 991px) {
  .brand__dacia .nav__n1 .nav__brands {
    width: 100%;
  }
}

.brand__dacia .nav__n1 .nav__brands--logo {
  width: 15rem;
}

.brand__dacia .nav__n1 .nav__brands--title {
  color: #000000;
}

.brand__dacia .nav__n1 .mainBugger span {
  background-color: #000000;
}

.brand__dacia .nav__acces--switch .icon-switch:after {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.brand__dacia .nav__acces--switch .icon-switch:before {
  background-color: #000000;
}

.brand__dacia .nav__acces--switch a {
  color: #000000;
}

.brand__dacia .nav__acces--switch a:hover {
  color: #b9412d;
}

.brand__dacia .nav__acces--switch.active a.active {
  color: #b9412d;
}

.brand__dacia .nav__acces--switch.active .icon-switch:before {
  background-color: #b9412d;
}

.brand__dacia .nav__acces .divider {
  background-color: #000000;
}

.brand__dacia .nav__acces ul li a .icon {
  fill: #000000;
}

.brand__dacia .nav__acces ul li a:hover .icon,
.brand__dacia .nav__acces ul li a.active .icon {
  fill: #b9412d;
}

.brand__dacia .nav__acces ul li.favoris .icon,
.brand__dacia .nav__acces ul li.notifications .icon {
  fill: transparent;
  stroke: #000000;
}

.brand__dacia .nav__acces ul li.favoris a:hover .icon,
.brand__dacia .nav__acces ul li.favoris a.active .icon,
.brand__dacia .nav__acces ul li.notifications a:hover .icon,
.brand__dacia .nav__acces ul li.notifications a.active .icon {
  fill: transparent;
  stroke: #b9412d;
}

.brand__dacia .nav__acces ul li.notifications a.alert:before {
  background-color: #b9412d;
}

.brand__dacia .nav__acces ul li.notifications a:hover:before {
  background-color: #dc7f70;
}

.brand__dacia .nav__acces ul li.profil a.active .icon {
  fill: #b9412d;
  fill-rule: nonzero;
}

.brand__dacia .nav__acces a:hover .icon {
  fill: #b9412d;
}

.brand__dacia .nav__acces a:hover .icon--favoris,
.brand__dacia .nav__acces a:hover .icon--notification {
  fill: transparent !important;
  stroke: #b9412d !important;
}

.brand__dacia .nav__acces .langues .select--pays .langues--title {
  color: #b9412d;
}

.brand__dacia .nav__n3 .nav--link {
  color: #000000;
}

.brand__dacia .nav__n3 .nav--link:before {
  background-color: #b9412d;
}

.brand__dacia .nav__n3 .nav--link:hover,
.brand__dacia .nav__n3 .nav--link.active {
  color: #b9412d;
}

.brand__dacia .nav--link {
  color: #000000;
}

.brand__dacia .nav--link:hover,
.brand__dacia .nav--link.active {
  color: #000000;
}

.brand__dacia .sidenav {
  background-color: #646B52;
}

.brand__dacia .sidenav--link {
  color: #ffffff;
}

.brand__dacia .sidenav--link:hover,
.brand__dacia .sidenav--link.active {
  background-color: #000000;
  color: #ffffff;
}

.brand__dacia .breadcrumb a:hover {
  color: #b9412d;
}

.brand__dacia .accordion-button:hover {
  color: #b9412d;
}

.brand__dacia .accordion-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23b9412d'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.brand__dacia .card-title a:hover .icon--favoris,
.brand__dacia .card-title a.active .icon--favoris {
  stroke: #646B52;
}

.brand__dacia .card-title a:hover .icon--download,
.brand__dacia .card-title a.active .icon--download {
  stroke: #646B52;
}

.brand__dacia .add-fav:hover .icon--favoris,
.brand__dacia .add-fav.active .icon--favoris {
  stroke: #646B52;
}

.brand__alpine .btn--seeall:before {
  background-color: #D6D1C4;
}

.brand__alpine .btn--seeall .icon--plus {
  fill: #0C1D2C;
}

.brand__alpine .btn--seeall:hover {
  color: #0C1D2C;
}

.brand__alpine .btn--seeall:hover:before {
  background-color: #0C1D2C;
}

.brand__alpine .btn--seeall:hover .icon--plus {
  fill: #ffffff;
}

.brand__alpine .main__header .navbar-collapse {
  background-color: #0C1D2C;
}

.brand__alpine .nav__n1 {
  background-color: #0C1D2C;
}

@media screen and (max-width: 991px) {
  .brand__alpine .nav__n1 .nav__brands {
    width: 100%;
  }
}

.brand__alpine .nav__n1 .nav__brands--logo {
  width: 15rem;
}

.brand__alpine .nav__n1 .nav--link {
  color: #ffffff;
}

.brand__alpine .nav__n1 .nav--link:hover,
.brand__alpine .nav__n1 .nav--link.active {
  color: #ffffff;
}

.brand__alpine .nav__acces--switch a:hover {
  color: #D6D1C4;
}

.brand__alpine .nav__acces--switch.active a.active {
  color: #D6D1C4;
}

.brand__alpine .nav__acces--switch.active .icon-switch:before {
  background-color: #D6D1C4;
}

.brand__alpine .nav__acces ul li a:hover .icon,
.brand__alpine .nav__acces ul li a.active .icon {
  fill: #D6D1C4;
}

.brand__alpine .nav__acces ul li.favoris a:hover .icon,
.brand__alpine .nav__acces ul li.favoris a.active .icon,
.brand__alpine .nav__acces ul li.notifications a:hover .icon,
.brand__alpine .nav__acces ul li.notifications a.active .icon {
  fill: transparent;
  stroke: #D6D1C4;
}

.brand__alpine .nav__acces ul li.notifications a.alert:before {
  background-color: #D6D1C4;
}

.brand__alpine .nav__acces ul li.notifications a:hover:before {
  background-color: #c1baa6;
}

.brand__alpine .nav__acces ul li.profil a.active .icon {
  fill: #D6D1C4;
  fill-rule: nonzero;
}

.brand__alpine .nav__acces a:hover .icon {
  fill: #D6D1C4;
}

.brand__alpine .nav__acces a:hover .icon--favoris,
.brand__alpine .nav__acces a:hover .icon--notification {
  fill: transparent !important;
  stroke: #D6D1C4 !important;
}

.brand__alpine .nav__acces .langues .select--pays .langues--title {
  color: #D6D1C4;
}

.brand__alpine .nav__n3 .nav--link {
  color: #000000;
}

.brand__alpine .nav__n3 .nav--link:before {
  background-color: #D6D1C4;
}

.brand__alpine .nav__n3 .nav--link:hover,
.brand__alpine .nav__n3 .nav--link.active {
  color: #000000;
}

.brand__alpine .nav--link {
  color: #000000;
}

.brand__alpine .nav--link:hover,
.brand__alpine .nav--link.active {
  color: #000000;
}

.brand__alpine .sidenav {
  background-color: #0C1D2C;
}

.brand__alpine .sidenav--link:hover,
.brand__alpine .sidenav--link.active {
  background-color: #D6D1C4;
  color: #000000;
}

.brand__alpine .tags li {
  background: #0C1D2C;
}

.brand__alpine .tags li a {
  color: #ffffff;
}

.brand__alpine .tags li:hover {
  cursor: pointer;
  background: #D6D1C4;
}

.brand__alpine .tags li:hover a {
  color: #0C1D2C;
}

.brand__alpine .add-fav:hover .icon--favoris,
.brand__alpine .add-fav.active .icon--favoris {
  stroke: #D6D1C4;
}

.brand__alpine .breadcrumb a:hover {
  color: #D6D1C4;
}

.brand__alpine .accordion-button:hover {
  color: #00567f;
}

.brand__alpine .accordion-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300567f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.brand__alpine .card-title a:hover .icon--favoris,
.brand__alpine .card-title a.active .icon--favoris {
  stroke: #D6D1C4;
}

.brand__alpine .card-title a:hover .icon--download,
.brand__alpine .card-title a.active .icon--download {
  stroke: #D6D1C4;
}

.brand__mobilize .btn--seeall:before {
  background-color: #ef3d16;
}

.brand__mobilize .btn--seeall .icon--plus {
  fill: #ffffff;
}

.brand__mobilize .btn--seeall:hover {
  color: #978b7f;
}

.brand__mobilize .btn--seeall:hover:before {
  background-color: #978b7f;
}

.brand__mobilize .btn--seeall:hover .icon--plus {
  fill: #000000;
}

.brand__mobilize .main__header .navbar-collapse {
  background-color: #000000;
}

.brand__mobilize .nav__n1 {
  background-color: #000000;
}

.brand__mobilize .nav__n1 .nav--link {
  color: #ffffff;
}

.brand__mobilize .nav__n1 .nav--link:hover,
.brand__mobilize .nav__n1 .nav--link.active {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .brand__mobilize .nav__n1 .nav__brands {
    width: 100%;
  }
}

.brand__mobilize .nav__n1 .nav__brands--logo {
  width: 15rem;
}

.brand__mobilize .nav__n3 .nav--link {
  color: #000000;
}

.brand__mobilize .nav__n3 .nav--link:before {
  background-color: #ef3d16;
}

.brand__mobilize .nav__n3 .nav--link:hover,
.brand__mobilize .nav__n3 .nav--link.active {
  color: #000000;
}

.brand__mobilize .nav--link {
  color: #000000;
}

.brand__mobilize .nav--link:hover,
.brand__mobilize .nav--link.active {
  color: #000000;
}

.brand__mobilize .nav__acces--switch a:hover {
  color: #ef3d16;
}

.brand__mobilize .nav__acces--switch.active a.active {
  color: #ef3d16;
}

.brand__mobilize .nav__acces--switch.active .icon-switch:before {
  background-color: #ef3d16;
}

.brand__mobilize .nav__acces ul li a:hover .icon,
.brand__mobilize .nav__acces ul li a.active .icon {
  fill: #ef3d16;
}

.brand__mobilize .nav__acces ul li.favoris a:hover .icon,
.brand__mobilize .nav__acces ul li.favoris a.active .icon,
.brand__mobilize .nav__acces ul li.notifications a:hover .icon,
.brand__mobilize .nav__acces ul li.notifications a.active .icon {
  fill: transparent;
  stroke: #ef3d16;
}

.brand__mobilize .nav__acces ul li.notifications a.alert:before {
  background-color: #ef3d16;
}

.brand__mobilize .nav__acces ul li.notifications a:hover:before {
  background-color: #f26546;
}

.brand__mobilize .nav__acces ul li.profil a.active .icon {
  fill: #ef3d16;
  fill-rule: nonzero;
}

.brand__mobilize .nav__acces a:hover .icon {
  fill: #ef3d16;
}

.brand__mobilize .nav__acces a:hover .icon--favoris,
.brand__mobilize .nav__acces a:hover .icon--notification {
  fill: transparent !important;
  stroke: #ef3d16 !important;
}

.brand__mobilize .nav__acces .langues .select--pays .langues--title {
  color: #ef3d16;
}

.brand__mobilize .sidenav {
  background-color: #978b7f;
}

.brand__mobilize .sidenav--link:hover,
.brand__mobilize .sidenav--link.active {
  background-color: #ef3d16;
}

.brand__mobilize .tags li {
  background: #978b7f;
}

.brand__mobilize .tags li a {
  color: #000000;
}

.brand__mobilize .tags li:hover {
  cursor: pointer;
}

.brand__mobilize .tags li:hover a {
  color: #ffffff;
}

.brand__mobilize .breadcrumb a:hover {
  color: #ef3d16;
}

.brand__mobilize .accordion-button:hover {
  color: #ef3d16;
}

.brand__mobilize .accordion-button:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ef3d16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.brand__mobilize .card-title a:hover .icon--favoris,
.brand__mobilize .card-title a.active .icon--favoris {
  stroke: #ef3d16;
}

.brand__mobilize .card-title a:hover .icon--download,
.brand__mobilize .card-title a.active .icon--download {
  stroke: #ef3d16;
}

.brand__mobilize .add-fav:hover .icon--favoris,
.brand__mobilize .add-fav.active .icon--favoris {
  stroke: #ef3d16;
}

/***************  NAVS COMMUNS *****************
***********************************************/
.navbar {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    position: absolute;
    background-color: #ffffff;
    z-index: 200;
    top: 1.5rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    z-index: 2000;
    top: 5.8rem;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    flex-direction: column;
    overflow-y: auto;
    background-color: #000000;
  }

  .navbar-collapse .nav__n2 {
    display: flex;
  }
}

.nav__n1,
.nav__n2,
.nav__n3 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  height: 8rem;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {

  .nav__n1,
  .nav__n2,
  .nav__n3 {
    height: auto;
  }
}

.nav__n1 ul,
.nav__n2 ul,
.nav__n3 ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 991px) {

  .nav__n1 ul,
  .nav__n2 ul,
  .nav__n3 ul {
    display: none;
  }
}

.nav__brands,
.nav__acces {
  display: flex;
}

.nav__brands {
  display: flex;
}

.nav__brands .mainBugger {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav__brands {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nav__brands ul {
    padding-top: 3rem;
  }

  .nav__brands ul li {
    font-size: 1.4rem;
  }

  .nav__brands .mainBugger {
    display: flex;
    flex-direction: column;
    width: 3rem;
    cursor: pointer;
  }

  .nav__brands .mainBugger span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    margin: 2px 0;
    transition: 0.2s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }

  .nav__brands .mainBugger span:nth-of-type(1) {
    width: 50%;
  }

  .nav__brands .mainBugger span:nth-of-type(2) {
    width: 100%;
  }

  .nav__brands .mainBugger span:nth-of-type(3) {
    width: 75%;
  }

  .nav__brands .mainBugger input[type=checkbox] {
    display: none;
  }

  .nav__brands .mainBugger input[type=checkbox]:checked~span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(2px, 0px);
  }

  .nav__brands .mainBugger input[type=checkbox]:checked~span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }

  .nav__brands .mainBugger input[type=checkbox]:checked~span:nth-of-type(3) {
    transform-origin: bottom;
    width: 53%;
    transform: translate(13px, -4px) rotatez(45deg);
  }
}

.nav__brands--logo {
  margin-right: 1rem;
}

.nav__brands--logo.renault {
  width: 3rem;
}

@media screen and (max-width: 991px) {
  .nav__brands--logo.renault {
    width: 2rem;
  }
}

.nav__brands--title {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav__brands--title {
    font-family: "NouvelR-Regular";
    display: inline-flex;
    margin-bottom: 0;
  }
}

.nav__brands .nav--item {
  padding: 0 3rem 0 0;
}

@media screen and (min-width: 992px) {
  .nav__brands .nav--item {
    padding: 0 0 0 3rem;
  }
}

@media screen and (min-width: 1200px) {
  .nav__brands .nav--item {
    padding: 0 3rem;
  }
}

.nav__brands .nav--item a {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav__brands .nav--item a.active {
  font-weight: 600;
}

.nav__brands .nav--item a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  width: 0;
  height: 0.4rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav__brands .nav--item a:hover:before,
.nav__brands .nav--item a.active:before {
  width: 100%;
}

.nav__brands .nav--item.renault a:hover:before,
.nav__brands .nav--item.renault a.active:before {
  background-color: #ffce33;
}

.nav__brands .nav--item.dacia a:hover:before,
.nav__brands .nav--item.dacia a.active:before {
  background-color: #646B52;
}

.nav__brands .nav--item.alpine a:hover:before,
.nav__brands .nav--item.alpine a.active:before {
  background-color: #00567f;
}

.nav__brands .nav--item.mobilize a:hover:before,
.nav__brands .nav--item.mobilize a.active:before {
  background-color: #ef3d16;
}

@media screen and (max-width: 991px) {
  .nav__acces {
    display: none;
  }
}

.nav__acces .divider {
  width: 1px;
  height: 3.2rem;
  background-color: #ffffff;
  display: inline-flex;
}

@media screen and (min-width: 992px) {
  .nav__acces .divider {
    margin: 0 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .nav__acces .divider {
    margin: 0 1.2rem;
  }
}

.nav__acces ul li {
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .nav__acces ul li {
    margin: 0 0.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .nav__acces ul li {
    margin: 0 1.2rem;
  }
}

.nav__acces ul li.search .icon {
  width: 1.7rem;
}

.nav__acces ul li.favoris .icon {
  width: 1.3rem;
}

.nav__acces ul li.profil .icon {
  width: 1.3rem;
}

.nav__acces ul li.notifications .icon {
  width: 1.4rem;
}

.nav__acces ul li.langues .icon {
  width: 1.9rem;
}

.nav__acces ul li a:hover .icon,
.nav__acces ul li a.active .icon {
  fill: #ffce33;
}

.nav__acces ul li.favoris a:hover .icon,
.nav__acces ul li.favoris a.active .icon,
.nav__acces ul li.notifications a:hover .icon,
.nav__acces ul li.notifications a.active .icon {
  fill: #000000;
  stroke: #ffce33;
}

.nav__acces ul li.notifications a.alert {
  position: relative;
  margin-bottom: 0;
}

.nav__acces ul li.notifications a.alert:before {
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffce33;
  position: absolute;
  right: 0.8rem;
  top: 1.2rem;
  z-index: 20;
}

.nav__acces ul li.notifications a:hover:before {
  background-color: #ffc200;
}

.nav__acces--switch {
  display: flex;
  align-items: center;
  width: auto !important;
  margin-right: 0 !important;
  text-transform: none;
}

.nav__acces--switch a {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav__acces--switch a:hover {
  text-decoration: underline;
}

.nav__acces--switch .icon-switch {
  margin: 0 0.5rem;
}

.nav__n1 {
  position: relative;
  justify-content: space-between;
  color: #ffffff;
  padding: 1.5rem 3rem;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .nav__n1 {
    padding: 1.5rem 2rem;
    position: fixed;
    width: 100%;
    z-index: 200;
    height: 6rem;
    border-bottom: 2px solid #ffce33;
  }
}

.nav__n1 .sidebarIconToggle {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav__n1 .sidebarIconToggle {
    display: flex;
    flex-direction: column;
  }
}

.nav__n2 {
  width: 100%;
  background-color: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .nav__n2 {
    display: none;
  }
}

.nav__n2 .nav--item {
  height: 100%;
}

.nav__n2 .nav--link {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav__n2 .nav--link:hover,
.nav__n2 .nav--link.active {
  background-color: #ffffff;
}

.nav__n3 {
  background-color: #ffffff;
  width: 70%;
}

.nav__n3 .nav--item {
  padding: 1.5rem 0;
  margin-right: 2rem;
  line-height: 1;
  width: max-content;
}

@media screen and (min-width: 1400px) {
  .nav__n3 .nav--item {
    margin-right: 5rem;
  }
}

.nav__n3 .nav--item:last-child {
  margin: 0;
}

.nav__n3 .nav--link {
  position: relative;
  padding-bottom: 1rem;
}

.nav__n3 .nav--link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 0;
  height: 0.4rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav__n3 .nav--link:hover,
.nav__n3 .nav--link.active {
  background-color: #ffffff;
}

.nav__n3 .nav--link:hover:before,
.nav__n3 .nav--link.active:before {
  width: 100%;
}

.nav--link.active {
  font-family: "NouvelR-Bold";
}

.notifications .dropdown-menu {
  flex-direction: column;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  left: 0;
}

@media screen and (min-width: 992px) {
  .notifications .dropdown-menu {
    width: 60%;
    left: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .notifications .dropdown-menu {
    width: 50%;
    left: 50%;
  }
}

.notifications .dropdown-menu.show {
  display: flex;
  -webkit-box-shadow: 0 0 0.5rem #cccccc;
  -moz-box-shadow: 0 0 0.5rem #cccccc;
  box-shadow: 0 0 0.5rem #cccccc;
}

.notifications__list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem;
  width: 100%;
  text-transform: none;
  -webkit-box-shadow: inset 0px -0.5px 0px #000000;
  -moz-box-shadow: inset 0px -0.5px 0px #000000;
  box-shadow: inset 0px -0.5px 0px #000000;
}

.notifications__list:before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.notifications__list.renault .tag {
  color: #000000;
  background-color: #ffce33;
}

.notifications__list.renault.new:before {
  background-color: #ffce33;
}

.notifications__list.renault .notifications--link:hover {
  color: #ffce33;
}

.notifications__list.dacia .tag {
  color: #ffffff;
  background-color: #646B52;
}

.notifications__list.dacia.new:before {
  background-color: #646B52;
}

.notifications__list.dacia .notifications--link:hover {
  color: #646B52;
}

.notifications__list.alpine .tag {
  color: #ffffff;
  background-color: #0C1D2C;
}

.notifications__list.alpine.new:before {
  background-color: #0C1D2C;
}

.notifications__list.alpine .notifications--link:hover {
  color: #0C1D2C;
}

.notifications__list.mobilize .tag {
  color: #ffffff;
  background-color: #978b7f;
}

.notifications__list.mobilize.new:before {
  background-color: #978b7f;
}

.notifications__list.mobilize .notifications--link:hover {
  color: #978b7f;
}

.notifications--link {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

.notifications--link:hover {
  color: #ffce33;
}

.notifications__textGroup {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  margin-right: 1.5rem;
}

.notifications__textGroup p {
  margin-bottom: 0;
}

.notifications__textGroup .tag {
  font-family: "NouvelR-Regular";
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #646B52;
  padding: 0 1rem 0.2rem 1rem;
  margin-left: 0.75rem;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
}

.notifications--title {
  font-family: "NouvelR-Bold";
}

.notifications--decrit {
  font-family: "NouvelR-Regular";
}

.notifications--time {
  font-family: "NouvelR-Regular";
  font-size: 1.2rem;
  color: #777777;
  position: absolute;
  right: 3.5rem;
  top: 50%;
  margin-top: -1rem;
}

.notifications--logo {
  flex-shrink: 0;
  width: 3rem;
  object-fit: contain;
  margin-right: 1.5rem;
}

.notifications--poubelle {
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -1rem;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .notifications--poubelle {
    margin-top: -1.5rem;
  }
}

.notifications--poubelle .icon {
  width: 1.9rem !important;
  height: 1.9rem;
}

@keyframes cd-slide-in {
  0% {
    width: 0;
  }

  100% {
    width: 35rem;
  }
}

@keyframes cd-slide-out {
  0% {
    width: 35rem;
  }

  100% {
    width: 0;
  }
}

.mainsearch {
  position: absolute;
  top: 1.6rem;
  right: 46rem;
  height: auto;
  width: 0;
  opacity: 0;
  visibility: hidden;
  animation: cd-slide-out 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.mainsearch.is-visible {
  opacity: 1;
  visibility: visible;
  animation: cd-slide-in 0.3s;
}

.mainsearch .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
}

.mainsearch .close .icon--close {
  width: 1.5rem;
  height: 1.5rem;
  fill: #ffffff;
}

.mainsearch--link {
  position: absolute;
  z-index: 3;
  top: 1.2rem;
  right: 7.5rem;
  font-size: 1.4rem;
  text-transform: none;
  color: #BBBCBC;
  text-decoration: underline;
}

.mainsearch__formsimple {
  z-index: 2;
}

.mainsearch__formsimple .form--search {
  background-color: #ffffff;
  margin-right: 4rem;
}

.mainsearch__formsimple .form--search .btn {
  right: 5rem;
}

.mainsearch__formsimple.is-visible {
  width: 35rem;
  background-color: #000000;
}

.mainsearch__formsimple .close .icon--close {
  fill: #ffffff;
}

.mainsearch__formavance {
  background-color: #ffffff;
  z-index: 3;
  padding: 2rem;
  -webkit-box-shadow: 0 0 0.5rem #cccccc;
  -moz-box-shadow: 0 0 0.5rem #cccccc;
  box-shadow: 0 0 0.5rem #cccccc;
}

.mainsearch__formavance.is-visible {
  width: 50%;
}

.mainsearch__formavance .close .icon--close {
  fill: #000000;
}

.mainsearch__formavance .form--search {
  font-family: "NouvelR-Bold";
}

.mainsearch__formavance .form--search .btn-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mainsearch__formavance .form--search .btn-group .btn {
  position: relative;
  right: auto;
  justify-content: center;
  flex-basis: 49%;
  max-width: 49%;
}

.mainsearch__formavance .form-label {
  color: #000000;
  text-transform: uppercase;
}

.mainsearch__formavance .form__header .mainsearch--link {
  right: 4rem;
  font-family: "NouvelR-Regular";
}

.langues .select--pays img {
  width: 2.2rem;
}

.langues .select--pays .langues--title {
  color: #ffce33;
}

.langues .icon--langue {
  fill: white;
  width: 3.2rem !important;
  height: 3.2rem;
}

.langues-tech {
  position: relative;
}

.langues-tech .dropdown-menu {
  width: auto !important;
  top: 5.5rem !important;
  left: 0 !important;
}

.langues .dropdown-menu {
  flex-direction: column;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  right: 0;
  left: auto;
  width: 23%;
  -webkit-box-shadow: 0 0 0.5rem #cccccc;
  -moz-box-shadow: 0 0 0.5rem #cccccc;
  box-shadow: 0 0 0.5rem #cccccc;
}

.langues .dropdown-menu.show {
  display: flex;
}

.langues__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  width: 100%;
  text-transform: none;
  -webkit-box-shadow: inset 0px -0.5px 0px #e6e6ec;
  -moz-box-shadow: inset 0px -0.5px 0px #e6e6ec;
  box-shadow: inset 0px -0.5px 0px #e6e6ec;
}

.langues__list:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}

.langues__list a {
  color: #000000;
  width: 100%;
  padding: 1.5rem;
}

.langues__list a img {
  margin-right: 0.5rem;
}

.langues--title {
  font-size: 1.4rem;
  font-family: "NouvelR-Bold";
}

/***************  MAIN COMMUNS *****************
***********************************************/
.main__header {
  background-color: white;
}

@media screen and (max-width: 767px) {
  .main__header {
    max-width: 54rem !important;
  }
}

.main__wrapper {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: row;
}

.main__wrapper .row {
  width: 100%;
}

.main__contents {
  background-color: #f2f2f2;
  padding: 3rem;
}

.main__footer {
  background: white;
  border-top: 1px solid #777F91;
  font-size: 1.2rem;
  color: #888B8D;
  height: 6.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4rem;
}

.main__footer a {
  color: #888B8D;
}

.main__footer ul,
.main__footer p {
  margin: 0;
}

.main__footer ul {
  display: flex;
}

.main__footer ul li:after {
  content: "|";
  padding: 0 0.5rem;
}

.main__footer ul li:last-child:after {
  display: none;
}

/******* NAVS POUR MOBILE VERSION **************
***********************************************/
#m__nav-n2 .nav__acces,
#m__nav-n2_home .nav__acces {
  display: flex;
  background-color: #000000;
  align-items: flex-start;
  padding: 5rem 2rem;
  position: absolute;
  width: 100%;
}

#m__nav-n2 .nav__acces a,
#m__nav-n2_home .nav__acces a {
  color: #ffffff;
}

#m__nav-n2 .nav__acces--switch,
#m__nav-n2_home .nav__acces--switch {
  justify-content: center;
  width: 100% !important;
  font-family: "NouvelR-Regular";
  margin-top: 2rem;
}

#m__nav-n2 .nav__acces .icon,
#m__nav-n2_home .nav__acces .icon {
  margin-right: 2rem;
}

#m__nav-n2 .nav__acces ul,
#m__nav-n2_home .nav__acces ul {
  font-family: "NouvelR-Regular";
  line-height: 2.5;
}

#m__nav-n2 .nav__acces ul li,
#m__nav-n2_home .nav__acces ul li {
  display: flex;
  justify-content: flex-start;
  width: auto;
  height: auto;
}

@media screen and (max-width: 991px) {
  #m__nav-n2 .nav__brands,
  #m__nav-n2_home .nav__brands {
    border-bottom: 2px solid #ffce33;
    background-color: #000000;
  }

  #m__nav-n2 .nav__brands ul,
  #m__nav-n2_home .nav__brands ul {
    display: flex;
    padding: 2rem;
  }

  #m__nav-n2 .nav__brands ul li,
  #m__nav-n2_home .nav__brands ul li {
    font-size: 1.4rem;
    text-transform: uppercase;
  }

  #m__nav-n2 .nav__brands ul li a,
  #m__nav-n2_home .nav__brands ul li a {
    color: #ffffff;
  }
}

#m__nav-n2 .m__nav-n2--header,
#m__nav-n2_home .m__nav-n2--header {
  font-size: 1.8rem;
  font-family: "NouvelR-Bold";
  color: #ffffff;
  text-transform: uppercase;
  padding: 2rem;
  position: relative;
  display: flex;
  background-color: #000000;
}

#m__nav-n2 .m__nav-n2--header .icon,
#m__nav-n2_home .m__nav-n2--header .icon {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  fill: #ffffff;
}

#m__nav-n2 .m__nav-n2[aria-expanded=true]{
  position: absolute;
  top: 6.5rem;
  z-index: 4000;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

#m__nav-n2 .m__nav-n2[aria-expanded=true] .m__nav-n2--header {
  padding-left: 4rem;
}

#m__nav-n2 .m__nav-n2[aria-expanded=true] .icon {
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  left: 1.5rem;
  top: 3.3rem;
  margin-right: 1.5rem;
}

#m__nav-n2 .m__nav-n2 .accordion,
#m__nav-n2_home .m__nav-n2 .accordion {
  background-color: #ffffff;
  padding: 1.5rem 2rem;
  border: none;
}

#m__nav-n2 .m__nav-n2 .accordion-item,
#m__nav-n2_home .m__nav-n2 .accordion-item {
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#m__nav-n2 .m__nav-n2 .accordion-item:last-child,
#m__nav-n2_home .m__nav-n2 .accordion-item:last-child {
  border-bottom: 1px solid #f2f2f2;
}

#m__nav-n2 .m__nav-n2 .accordion-button,
#m__nav-n2_home .m__nav-n2 .accordion-button {
  font-size: 1.4rem;
  text-transform: uppercase;
  padding: 1.5rem 0;
}

#m__nav-n2 .m__nav-n2 .accordion-button:after,
#m__nav-n2_home .m__nav-n2 .accordion-button:after {
  width: 2.25rem;
  height: 2.25rem;
  background-size: 2.25rem;
}

#m__nav-n2 .m__nav-n2 .accordion-button span,
#m__nav-n2_home .m__nav-n2 .accordion-button span {
  position: relative;
}

#m__nav-n2 .m__nav-n2 .accordion-button span:before,
#m__nav-n2_home .m__nav-n2 .accordion-button span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  width: 0;
  height: 0.4rem;
  background-color: #ffce33;
  transition: all 0.2s ease-in-out;
}

#m__nav-n2 .m__nav-n2 .accordion-button:not(.collapsed),
#m__nav-n2_home .m__nav-n2 .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: transparent;
}

#m__nav-n2 .m__nav-n2 .accordion-button:not(.collapsed):after,
#m__nav-n2_home .m__nav-n2 .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#m__nav-n2 .m__nav-n2 .accordion-button:not(.collapsed) span,
#m__nav-n2_home .m__nav-n2 .accordion-button:not(.collapsed) span {
  position: relative;
}

#m__nav-n2 .m__nav-n2 .accordion-button:not(.collapsed) span:before,
#m__nav-n2_home .m__nav-n2 .accordion-button:not(.collapsed) span:before {
  width: 100%;
}

#m__nav-n2 .m__nav-n2 .accordion-body,
#m__nav-n2_home .m__nav-n2 .accordion-body {
  color: #ffffff;
}

.collapse__navAccesMobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 5000;
  background-color: #ffffff;
}
/* Mobile version */
/* Setting height so that all country flags are visible */
.collapse__navAccesMobile.show {
  display: flex;
  flex-direction: column;
  height: auto;
}

.collapse__navAccesMobile .close {
  width: 100%;
  text-align: right;
  padding: 2rem 2rem 0 0;
}

.collapse__navAccesMobile .close .icon--close {
  width: 1.4rem;
  height: 1.4rem;
  fill: #BBBCBC;
}

.collapse__navAccesMobile .mainsearch {
  position: relative;
  top: auto;
  right: auto;
  padding: 2rem;
  display: none;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
}

.collapse__navAccesMobile .mainsearch.is-visible {
  display: flex;
}

.collapse__navAccesMobile .mainsearch--link {
  position: relative;
  top: auto;
  right: auto;
  text-align: right;
  float: right;
  margin-bottom: 1.5rem;
}

.collapse__navAccesMobile .mainsearch__formsimple .form--search {
  position: relative;
  margin-right: 0;
}

.collapse__navAccesMobile .mainsearch__formsimple .form--search .btn {
  right: 1.5rem;
}

.collapse__navAccesMobile .mainsearch__formavance {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.collapse__navAccesMobile .mainsearch__formavance .form--search .col-12 {
  flex-direction: column;
  margin-top: 1.5rem;
}

.collapse__navAccesMobile .mainsearch__formavance .form--search .btn-group {
  flex-direction: column;
}

.collapse__navAccesMobile .mainsearch__formavance .form--search .btn-group .btn {
  justify-content: center;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}

.mobileVersion {
  display: none;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .mobileVersion {
    display: flex;
    flex-direction: column;
    font-size: 1.4rem;
    align-items: baseline;
    padding: 0 1rem 0 2rem;
    background-color: #ffffff;
  }

  .mobileVersion .mode-acces {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-top: 1px solid #e6e6ec;
    border-bottom: 1px solid #e6e6ec;
    margin-bottom: 1rem;
  }

  .mobileVersion .mode-acces ul {
    display: flex;
  }

  .mobileVersion .mode-acces ul li {
    padding: 1rem;
    border-left: 1px solid #e6e6ec;
  }

  .mobileVersion .mode-acces ul li a .icon {
    fill: black;
    width: 1.8rem;
    height: 1.8rem;
  }

  .mobileVersion .mode-acces ul li a .icon--a-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .mobileVersion .mode-acces ul li a:hover .icon {
    fill: #777F91;
  }

  .mobileVersion .sidemenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: #000000;
    transition: all 0.2s ease-out;
    display: flex;
    transform: translateX(-100%);
  }

  .mobileVersion .sidemenu .close {
    position: sticky;
    width: 10rem;
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
  }

  .mobileVersion .sidemenu .close .icon--close {
    width: 2rem;
    height: 2rem;
    fill: #ffffff;
  }

  .mobileVersion .sidemenu .navs {
    background-color: #ffffff;
    overflow-y: auto;
  }

  .mobileVersion .sidemenu .sidenav {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    max-width: 100%;
    padding: 2rem 0 3rem 0;
  }

  .mobileVersion .sidemenu .sidenav--title {
    font-family: "NouvelR-Bold";
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #000000;
    padding: 0 1.2em 1.5rem;
  }

  .mobileVersion .sidemenu .sidenav--item {
    font-family: "NouvelR-Regular";
    border-bottom: 0.2px solid #f2f2f2;
    text-align: left;
  }

  .mobileVersion .sidemenu .sidenav--link {
    color: #000000;
    padding: 1rem 2rem;
  }

  .mobileVersion .sidemenu.show {
    transform: translateX(0);
  }
}

.mobileVersion--btn {
  position: relative;
  display: flex;
  background-color: transparent;
  width: 9rem;
  align-items: center;
  justify-content: flex-end;
}

.mobileVersion--btn .sidebarbtn {
  display: flex;
  margin-left: 0.75rem;
}

.mobileVersion--btn .sidebarbtn--point {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000000;
  margin: 0 0.2rem;
}

.mobileVersion .title .active {
  position: relative;
}

.mobileVersion .title .active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  width: 100%;
  height: 0.1rem;
  background-color: #ffce33;
  transition: all 0.2s ease-in-out;
}

.main__gammes {
  margin: 0 auto;
  padding-top: 4rem;
  width: 90%;
}

@media screen and (min-width: 992px) {
  .main__gammes {
    max-width: 80rem;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .main__gammes {
    max-width: 96rem;
  }
}

.gammes__parent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {
  .gammes__parent {
    margin-bottom: 0rem;
  }
}

.gammes__parent .col {
  flex: 1 0 16rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 540px) {
  .gammes__parent .col {
    flex: 0 0 24rem;
  }
}

@media screen and (min-width: 768px) {
  .gammes__parent .col {
    flex: 1 0 15rem;
  }
}

@media screen and (min-width: 992px) {
  .gammes__parent .col {
    flex: 0 0 20rem;
  }
}

@media screen and (min-width: 1200px) {
  .gammes__parent .col {
    flex: 0 0 24rem;
  }
}

@media screen and (max-width: 991px) {
  .gammes__parent .col {
    margin-bottom: 2rem;
  }
}

.gammes__parent .col:nth-child(4n+2) .gammes__child {
  left: -107%;
}

@media screen and (min-width: 768px) {
  .gammes__parent .col:nth-child(4n+2) .gammes__child {
    left: -110%;
  }
}

@media screen and (min-width: 992px) {
  .gammes__parent .col:nth-child(4n+2) .gammes__child {
    left: -107%;
  }
}

.gammes__parent .col:nth-child(4n+3) .gammes__child {
  left: 0;
}

@media screen and (min-width: 768px) {
  .gammes__parent .col:nth-child(4n+3) .gammes__child {
    left: -221%;
  }
}

@media screen and (min-width: 992px) {
  .gammes__parent .col:nth-child(4n+3) .gammes__child {
    left: -216%;
  }
}

@media screen and (min-width: 1200px) {
  .gammes__parent .col:nth-child(4n+3) .gammes__child {
    left: -214%;
  }
}

.gammes__parent .col:nth-child(4n+4) .gammes__child {
  left: -107%;
}

@media screen and (min-width: 768px) {
  .gammes__parent .col:nth-child(4n+4) .gammes__child {
    left: -332%;
  }
}

@media screen and (min-width: 992px) {
  .gammes__parent .col:nth-child(4n+4) .gammes__child {
    left: -324%;
  }
}

@media screen and (min-width: 1200px) {
  .gammes__parent .col:nth-child(4n+4) .gammes__child {
    left: -320%;
  }
}

.gammes__parent .col .gammes__item[aria-expanded=true] {
  opacity: 1 !important;
}

.gammes__parent .col .gammes__item.opac {
  opacity: 0.3;
}

.gammes__child {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  width: calc(100vw - 20%);
}

@media screen and (min-width: 480px) {
  .gammes__child {
    width: calc(100vw - 30%);
  }
}

@media screen and (min-width: 540px) {
  .gammes__child {
    width: calc(100vw - 15%);
  }
}

@media screen and (min-width: 768px) {
  .gammes__child {
    width: calc(100vw - 85%);
  }
}

@media screen and (min-width: 800px) {
  .gammes__child {
    width: calc(100vw - 105%);
  }
}

@media screen and (min-width: 992px) {
  .gammes__child {
    width: calc(100vw - 110%);
  }
}

@media screen and (min-width: 1080px) {
  .gammes__child {
    width: calc(100vw - 145%);
  }
}

@media screen and (min-width: 1160px) {
  .gammes__child {
    width: calc(100vw - 190%);
  }
}

@media screen and (min-width: 1200px) {
  .gammes__child {
    width: calc(100vw - 103%);
  }
}

@media screen and (min-width: 1280px) {
  .gammes__child {
    width: calc(100vw - 138%);
  }
}

@media screen and (min-width: 1360px) {
  .gammes__child {
    width: calc(100vw - 169%);
  }
}

@media screen and (min-width: 1400px) {
  .gammes__child {
    width: calc(100vw - 210%);
  }
}

@media screen and (min-width: 1600px) {
  .gammes__child {
    width: calc(100vw - 317%);
  }
}

@media screen and (min-width: 1920px) {
  .gammes__child {
    width: calc(100vw - 423%);
  }
}

@media screen and (max-width: 767px) {
  .gammes__child {
    padding: 0;
  }
}

.gammes__child .gammes__item {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 10.8em;
}

@media screen and (min-width: 480px) {
  .gammes__child .gammes__item {
    max-width: 19rem;
  }
}

@media screen and (min-width: 540px) {
  .gammes__child .gammes__item {
    max-width: 22rem;
  }
}

@media screen and (min-width: 768px) {
  .gammes__child .gammes__item {
    max-width: 14rem;
  }
}

@media screen and (min-width: 992px) {
  .gammes__child .gammes__item {
    max-width: 18rem;
  }
}

@media screen and (min-width: 1200px) {
  .gammes__child .gammes__item {
    max-width: 22rem;
  }
}

.gammes__child .gammes__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gammes__item {
  max-width: 20rem;
  width: 100%;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1) !important;
  color: #000000;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  background-color: #ffffff;
  margin: 0 0.75rem 0 1.25rem;
}

@media screen and (min-width: 540px) {
  .gammes__item {
    max-width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .gammes__item {
    max-width: 14rem;
  }
}

@media screen and (min-width: 992px) {
  .gammes__item {
    max-width: 18rem;
  }
}

@media screen and (min-width: 1200px) {
  .gammes__item {
    max-width: 22rem;
  }
}

.gammes__item:hover {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2) !important;
}

.gammes__item:after {
  content: "";
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.5s ease;
  opacity: 0;
}

.gammes__item[aria-expanded=true] {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2) !important;
}

.gammes__item[aria-expanded=true]:after {
  width: 0;
  height: 0;
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-top: 3.2rem solid #ffce33;
  opacity: 1;
}

.gammes__item span {
  font-family: "NouvelR-Bold";
  text-transform: uppercase;
  line-height: 1;
}

.gammes__item img {
  height: 12.5rem;
  width: 100%;
  object-fit: contain;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .gammes__item img {
    object-fit: cover;
  }
}

.gammes__item img[src$=".svg"] {
  max-width: 100%;
  width: 10rem;
  object-fit: contain;
  height: 9rem;
  margin: 2rem 0;
}

.home .nav__n3 {
  display: flex;
  padding-left: 1rem;
  flex-wrap: wrap;
  height: auto;
}

.home .nav__n3 li {
  flex-wrap: nowrap;
  height: 8rem;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 992px) {
  .home .nav__n3 {
    max-width: 80rem;
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .home .nav__n3 {
    max-width: 96rem;
  }
}

@media screen and (max-width: 991px) {
  .home .nav__n3 {
    display: none;
  }
}

.home .main__wrapper {
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .home .main__header .navbar-collapse {
    top: 10.7rem;
  }
}

/* SIDE MENU POUR LES RUBS */
.sidenav {
  flex-basis: 18rem;
  max-width: 18rem;
  font-size: 1.4rem;
  font-family: "NouvelR-Bold";
}

@media screen and (max-width: 991px) {
  .sidenav {
    display: none;
  }
}

.sidenav ul {
  display: block;
}

.sidenav--item {
  display: block;
  border-bottom: 0.2px solid #f2f2f2;
  text-align: center;
}

.sidenav--link {
  display: block;
  padding: 1.5em;
  color: white;
}

.sidenav--link:hover,
.sidenav--link.active {
  cursor: pointer;
  color: #000000;
}

.sidenav--link:hover .icon,
.sidenav--link.active .icon {
  fill: #000000;
}

h1,
h2,
h3 {
  font-family: "NouvelR-Bold";
  letter-spacing: -0.02em;
}

/* Mobile Version */
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: flex;
  }
}
/* Mobile Version */ 

.breadcrumb-item {
  font-size: 1.2rem;
}

.breadcrumb-item a {
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.breadcrumb-item a:hover {
  color: #777F91;
}

.breadcrumb-item.active {
  color: #000000;
  font-family: "NouvelR-Bold";
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  padding-right: 1rem;
}

.rub__header {
  display: flex;
}

@media screen and (max-width: 991px) {
  .rub__header {
    flex-direction: column;
    align-items: center;
  }

  .rub__header .breadcrumb {
    display: none;
  }
}

.rub__header--titlezone {
  padding: 2rem 3rem 0;
}

.rub__header--titlezone .search--tags {
  margin-bottom: 0;
}

.rub__header--titlezone .search--tags .tags {
  margin-bottom: 0;
  margin-left: 2rem;
}

.rub__header--titlezone .search--tags .tags li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.rub__header--title {
  text-transform: uppercase;
  font-size: 4.8rem;
}

@media screen and (max-width: 991px) {
  .rub__header--title {
    font-size: 2.4rem;
    order: 1;
    margin-bottom: 2rem;
  }
}

.rub__header--thumbnail {
  flex-basis: 18rem;
  height: 12.8rem;
  padding-top: 2rem;
}

@media screen and (max-width: 991px) {
  .rub__header--thumbnail {
    flex-basis: 100%;
    order: 2;
  }
}

.rub__header--thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.rub__subnav {
  display: flex;
}

.rub__subnav .desktopVersion {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 2rem 0 0;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-left: 18rem;
}

.rub__subnav .desktopVersion .nav__n3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  padding: 0 0 0 3rem;
  height: auto;
}

.rub__subnav .desktopVersion .nav__n3 .nav--item {
  padding: 0;
  height: 8rem;
  position: relative;
}

.rub__subnav .desktopVersion .nav__n3 .nav--link {
  position: unset;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rub__subnav .desktopVersion .nav__n3 .nav--link::before {
  bottom: 0;
}

.rub__subnav .desktopVersion .nav__bloclist {
  display: flex;
  align-items: flex-start;
}

.rub__subnav .desktopVersion .nav__bloclist .nav--item {
  margin: 0 1rem;
  opacity: 0.3;
  height: 8rem;
  display: flex;
  align-items: center;
}

.rub__subnav .desktopVersion .nav__bloclist .nav--item:hover,
.rub__subnav .desktopVersion .nav__bloclist .nav--item.active {
  opacity: 1;
}

.rub__subnav .desktopVersion .form--search {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .rub__subnav .desktopVersion .form--search {
    justify-content: flex-start;
    padding-top: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .rub__subnav .desktopVersion .form--search {
    justify-content: center;
    padding-top: 0;
  }
}

.rub__subnav .desktopVersion .form--search .btn {
  right: 3rem;
}

@media screen and (min-width: 992px) {
  .rub__subnav .desktopVersion .form--search .btn {
    top: 2rem;
  }
}

@media screen and (min-width: 1200px) {
  .rub__subnav .desktopVersion .form--search .btn {
    top: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .rub__subnav .desktopVersion {
    display: none;
  }
}

.page .nav__n3 {
  display: none;
}

.page .main__wrapper {
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .page .main__wrapper {
    padding-top: 5.8rem;
  }
}

.page .main__wrapper.bg-white {
  background-color: #ffffff;
}

.page .main__wrapper.bg-white .main__contents {
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .page .main__wrapper.bg-white .main__contents {
    padding: 0 2rem;
  }
}

.page .main__contents--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 480px) {
  .page .main__contents--header {
    flex-direction: column;
  }
}

.page__headersimple .rub__header {
  height: 8rem;
}

@media screen and (max-width: 991px) {
  .page__headersimple .rub__header {
    align-items: flex-start;
    height: auto;
    padding-top: 2rem;
  }

  .page__headersimple .rub__header .btn {
    order: 2;
  }
}

@media screen and (max-width: 991px) {
  .page__headersimple .rub__header--title {
    order: 0;
  }
}

.page__headersimple .rub__header--titlezone {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .page__headersimple .rub__header--titlezone {
    padding: 0 2rem 2rem;
  }
}

.page__headersimple .rub__header--titlezone .search--tags {
  display: flex;
  width: 100%;
}

.page__headersimple .rub__header--thumbnail {
  display: none;
}

.page__headersimple .rub__subnav .desktopVersion {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .page #m__nav-n2 .main__header .navbar-collapse {
    top: 5.6rem;
  }
}

.article {
  background-color: white;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  margin: 3rem 0;
  padding: 5rem 4rem;
}

.article .tags {
  margin-bottom: 1rem;
}

/* RVA-510 Editorial section - aligning date and title = center altered ny Janaki raman 16-05-24 */
.article .date {
  display: block;
  color: #777f91;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.article h1 {
  font-size: 2.8rem;
  margin: 0 0 2rem;
  text-align: center;
}

.article-hero {
  width: 100%;
  /* RVA-294- Picture sizing not aligned between BO and FO in an article */
  /* max-height: 34rem; */
  height: auto;
  object-fit: cover;
}

.article-inner {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 5rem auto 8rem;
  width: 90%;
}

.article-inner .carousel-inner .carousel-item {
  height: 380px;
}

.article-inner .carousel-item img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  overflow: hidden;
}

.carousel-indicators button {
  width: 200px !important;
  height: 45px !important;
}

.carousel-indicators button img {
  object-fit: cover;
  object-position: center;
  height: 26px;
  overflow: hidden;
  width: 75px !important;
  margin: 0 auto;
}

.article-inner br {
  display: none;
}

@media screen and (min-width: 768px) {
  .article-inner {
    width: 85%;
  }
}

@media screen and (min-width: 1200px) {
  .article-inner {
    width: 70%;
  }
}

.article-inner h2 {
  font-size: 2.4rem;
  margin: 6rem 0 2rem;
}

@media screen and (max-width: 480px) {
  .article-inner h2 {
    margin: 3rem 0 2rem;
  }
}

.article-inner p,
.article-inner ul {
  margin-bottom: 2rem;
}

/* RVA-510 Editorial section - Bullet points points in an article
  altered ny Janaki raman 13-05-24  */
.article-inner ul li {
  /* padding-left: 3rem; */
  padding-left: 1.5rem;
  position: relative;
}

/* RVA-510 Editorial section - Bullet points points in an article
    altered ny Janaki raman 07-05-24  */
.article-bulletin ul a {
  color: #000000;
  text-decoration: underline;
}

.article-bulletin ul a:hover {
  font-style: italic;
  color: #ffce33;
}

.article-bulletin ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}

/* RVA-510 Editorial section - setting text weight on Preview tab
  altered ny Janaki raman 15-05-24  */
.article-inner p.chapo {
  font-weight: 600;
}

/* Old code */
/* .article-inner ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  } */

.article-inner .ratio {
  margin: 8rem 0;
}

@media screen and (max-width: 480px) {
  .article-inner .ratio {
    margin: 4rem 0;
  }
}

.article-documents {
  margin: 0 auto;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .article-documents {
    width: 85%;
  }
}

@media screen and (min-width: 1200px) {
  .article-documents {
    width: 70%;
  }
}

.article-documents h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.article-documents .row {
  width: auto;
}

.tech .nav-tabs {
  position: relative;
  padding: 0 3rem 0;
}

.tech .nav-tabs .form--search {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
}

.tech .tab-content {
  padding-top: 0;
}

.tech.page .main__wrapper .rub__header--titlezone {
  padding: 2rem 3rem;
}

.tech.page .main__wrapper .rub__header--thumbnail img {
  object-fit: contain;
}

.tech.page .main__contents .card-body {
  position: relative;
  padding-bottom: 4rem;
}

.tech.page .main__contents .card-body .center {
  display: block;
  text-align: center;
}

.tech.page .main__contents .card-body .center .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tech.page .main__contents .card-body .center:hover .icon {
  fill: #ffce33;
}

.tech.page .main__contents .card-title h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  height: auto;
}

.tech.page .main__contents .card-titlegroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

.tech.page .main__contents .card-titlegroup h3 {
  text-transform: uppercase;
  font-size: 1.6rem;
  height: auto;
}

.tech.page .main__contents .card-titlegroup p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

	/* RVA-868 Responsive window improvement for higher space of reading- continuation */
.modal .btn-close {
  width: 1rem;
  height: 0.1rem;
  position: absolute;
  background-size: contain;
  z-index: 200;
  opacity: 0.4;
}
	/*End of  RVA-868 Responsive window improvement for higher space of reading- continuation */

.modal .btn-close:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .modal .btn-close {
    right: 2.4rem !important;
    top: 8px !important;
    width: 0.2rem;
  }
}
	/*End of RVA-868 Responsive window Changes made */
.modal#modalArticle .btn-close {
  right: 66px;
  top: 50px;
}

/* RVA-1151- Wrong management for PDF uploaded if converted from a PPT source file By janakiraman */
button.btn-close.btn-article-sec {
  right: 34px !important;
  top: 14px !important;
  height: 3px;
}
/* Endof  RVA-1151- Wrong management for PDF uploaded if converted from a PPT source file  */


/* RVA-868 RVA-868 Responsive window improvement changes */
.modal#modalHtml .btn-close { 
  right: 31px !important;
  top: 13px !important;
}
/*End of  RVA-868 RVA-868 Responsive window improvement changes */

.modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  position: relative;
}

 /* RVA-868 Responsive window Changes made by janaki raman */
@media screen and (min-width: 768px) {
  .modal .modal-dialog {
    /* max-width: 72rem; 
    margin: 2rem auto;*/
    max-width: calc(100% - 1rem);
    margin: 1rem auto;
  }
  .modal#modalHtml .btn-close {
    right: 28px !important;
    top: 15px !important;
  }
}
@media screen and (min-width: 768px) {
  .modal-header .modal-title {
    font-size: 1rem;
  }
  .modal .btn-close {
    width: 1rem;
    height: 0.1rem;
    position: absolute;
    background-size: contain;
    z-index: 200;
    opacity: 0.4;
  }
}
@media screen and (min-width: 992px) {
  .modal .modal-dialog {
    /* max-width: 96rem; */
  max-width: calc(100% - 2rem);
  height: calc(100vh - 1rem);
  margin: 0.5rem;
  }
  .modal-header .modal-title {
    font-size: 1.2rem;
  }
  .modal .modal-content .add-tools .icon--download {
    display: inline-block;
    width: 2rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .modal .modal-dialog {
    max-width: calc(100% - 1rem);
    height: calc(100vh - 1rem);
  }
}
/* .modal-dialog.modal_xl{
  max-width: calc(100% - 1rem);
  height: calc(100vh - 1rem);
} */
/* RVA-142  E-learning display in modal window */

@media (min-width: 576px) {
  .modal-dialog {
      max-width: calc(100% - 1rem);
      margin: 0.5rem auto;
  }
} 


.modal .modal-content .add-tools {
  position: absolute;
}

.modal .modal-content .add-tools a {
  margin-right: 3rem;
}

/*  Rva-669 DOwnload button placement by Janakiraman on 30-07  */
/* @media screen and (min-width: 768px) {
  .modal .modal-content .add-tools a {
    margin-left: 1rem;
  }
} */
@media screen and (min-width: 768px) {
  .modal .modal-content .add-tools .icon--download {
    display: inline-block;
    width: 2.5rem;
    height: 1.5rem;
  }
  .icon--download {
    width: 1.1rem;
    height: 1.1rem;
    fill: #000000;
    position: absolute;
    right: 0;
    top: 3px;
  }
}
/*End of  RVA-868 Responsive window Changes made */

.modal .modal-content .add-tools a:hover .icon--favoris,
.modal .modal-content .add-tools a.active .icon--favoris {
  stroke: #ffce33;
}

.modal .modal-content .add-tools a:hover .icon--download,
.modal .modal-content .add-tools a.active .icon--download {
  fill: #ffce33;
}

.modal .modal-content .add-tools .icon--favoris {
  stroke: black;
}

	/*RVA-868 Responsive window improvement for higher space of reading- continuation */
.modal .modal-content .add-tools .icon--download {
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
}
	/*End of  RVA-868 Responsive window improvement for higher space of reading- continuation */


/* Rva-669 DOwnload button placement */

/*End of  RVA-868 RVA-868 Responsive window improvement changes */
.modal .modal-header {
  position: relative;
  padding: 5px 5px 5px 5px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 28px;

}
/*End of  RVA-868 RVA-868 Responsive window improvement changes */

@media screen and (max-width: 767px) {
  .modal .modal-header {
    padding: 5px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2000;
    max-width: 100%;
  }
}
/*End of  RVA-868 Responsive window Changes made */

.modal .modal-header .title_groupe {
  display: none;
}

@media screen and (max-width: 767px) {
  .modal .modal-header .title_groupe {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }

  .modal .modal-header .title_groupe .date {
    display: block;
    color: #777F91;
    font-size: 1.2rem;
    margin-bottom: 0;
  }

/* RVA-868 Responsive window Changes made by janaki raman */

/*   .modal .modal-header .title_groupe .add-tools {
    right: 0;
    top: 2rem;
  } */
/*End of  RVA-868 Responsive window Changes made */


  .modal .modal-header .title_groupe .add-tools a {
    margin-right: 0;
  }

/* RVA-868 Responsive window Changes made by janaki raman */
  .modal .modal-header .title_groupe .modal-title {
    font-size: 0.9rem;
    width: 80%;
    line-height: 1.2;
  }
}
/*End of  RVA-868 Responsive window Changes made */

.modal .modal-header .title_groupe.forOthersContenus {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}

/* Rva-669 DOwnload button placement by Janakiraman on 30-07 */
.modal .modal-header .title_groupe.forOthersContenus .add-tools {
  /* right: 0;
  top: 0; */
  /* top: -1px;
  left: 1rem;; */
  cursor: pointer;
}
/* Endof Rva-669 DOwnload button placement */

/* Rva-669 DOwnload button placement  */
.download_get{
  padding: 15px 15px;
  display: inline-block;
    margin-left: 0;
}
/* ENd of  */

.modal .modal-header .title_groupe.forOthersContenus .add-tools a {
  margin-right: 0;
}

/* RVA-868 Responsive window improvement for higher space of reading- continuation */
.modal .modal-body {
  /* padding: 1rem; */
  padding: 0 5px 5px 5px;  
}
/* End of RVA-868 Responsive window improvement for higher space of reading- continuation */

@media screen and (max-width: 767px) {
   .modal .modal-body {
    padding: 0 5px 5px 5px;
  }
  .modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    max-height: calc(100vh - 1rem);
    height: calc(100% - 0rem);
    margin: 6px;
  }
  .modal#modalHtml .btn-close {
    right: 31px !important;
    top: 9px !important;
  }
  .modal .modal-header .title_groupe .add-tools {
    left: 0;
    top: -2px;
  }
.modal .modal-content .add-tools .icon--download {
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
  }
} 
  /* .modal .modal-body .othercontenu {
  margin: 10px 0 0 0; 
}*/
/* End of RVA-868 Responsive window Changes made */
.modal .modal-body .article {
  box-shadow: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.modal .modal-body .article h1,
.modal .modal-body .article .date {
  text-align: center;
}

.modal .modal-body .article h1 {
  width: 70%;
  margin: auto;
}

.modal .modal-body .article .title_groupe {
  position: relative;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 767px) {
  .modal .modal-body .article .title_groupe {
    display: none;
  }
}

/* Rva-669 DOwnload button placement by Janakiraman on 30-07 */
.modal .modal-body .article .title_groupe .add-tools {
  /* right: 0; */
  top: 3rem;
   
  left: 7px;
}
/* Endof Rva-669 DOwnload button placement */
.modal .modal-body .article .article-hero {
  min-height: auto;
  margin-bottom: 2.5rem;
}

.modal .modal-body .article .article-inner {
  width: 90%;
  margin: 0 auto 5rem;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .modal .modal-body .article .article-inner {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}

.modal .modal-body .article .article-inner h2 {
  margin: 0 0 2.5rem 0;
}

.modal .modal-body .article .article-inner .chapo {
  font-weight: 600;
}

/* RVA-510 Editorial section - Bullet points points in an article   altered by Janaki raman 14-05-24  */
.modal .modal-body .article .article-inner ul li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 0;
  margin-bottom: 0;
}

.modal .modal-body .article .article-inner ul li:before {
  margin-left: 0;
  top: 12px;
  background-color: #000000;
}

.modal .modal-body .article .article-documents {
  width: 100%;
  padding: 1rem;
}

.modal .modal-body .article .article-documents .col {
  min-height: 36rem;
}

.modal .modal-body .article .article-documents .col .icon {
  height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .modal .modal-body .article .article-documents .col {
    min-height: auto;
  }

  .modal .modal-body .article .article-documents .col .img-fluid {
    width: 100%;
  }

  .modal .modal-body .article .article-documents .col .card-img {
    height: auto;
  }

  .modal .modal-body .article .article-documents .col .text-center {
    position: relative;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
  }
}

.modal .close {
  position: absolute;
  right: 2rem;
}

.modal .close .icon--close {
  width: 1.1rem;
  height: 1.1rem;
  fill: #000000;
}


/* RVA-868 Responsive window Changes made by janaki raman */
.modal_xl.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: calc(100vh - 1rem);
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*End of  RVA-868 Responsive window Changes made */

.modal-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: 0;
}


/*  RVA-868 RVA-868 Responsive window improvement changes  */
.modal-header .modal-title {
  position: relative;
  font-size: 1.3rem;
  color: #000000;
  margin-left: 4.7rem; 
}
#poseQuestion .modal-header .modal-title {
  margin-left:0; 
}
/*End of  RVA-868 RVA-868 Responsive window improvement changes */

/* RVA-510 Editorial section - Bullet points points in an article   altered by Janaki raman 14-05-24  */
.modal-body ul li {
  position: relative;
  margin-bottom: 1.5rem;
  /* padding-left: 1.5rem; */
  padding-left: 1rem;
}

.modal-body ul li::before {
  display: inline-block;
  content: "";
  margin-left: -1.5rem;
  margin-right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #978b7f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.modal-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top: 0;
}

.modal-title {
  font-family: "NouvelR-Bold";
}

.modal__faq .modal-dialog {
  max-width: 65.5rem;
}

.modal__faq .modal-header .close {
  top: 2rem;
}

.modal__faq .modal-title {
  text-transform: uppercase;
}

.modal__faq .modal-content {
  padding: 4rem;
}

.modal__faq .col-form-label {
  display: inline-flex;
  align-items: center;
}

.modal__faq .btn {
  margin-left: 1.5rem;
}

.modal__faq .btn--bgWhite,
.modal__faq .btn--bgBlack {
  width: 30%;
}

.modal__faq .message--sendOk {
  font-size: 1.4rem;
  font-family: "NouvelR-Regular";
}

.modal__addFavoris .modal-dialog {
  max-width: 38.5rem;
}

.modal__addFavoris .modal-content {
  padding: 2rem;
}

.modal__addFavoris .modal-header {
  justify-content: center;
  position: relative;
}

.modal__addFavoris .modal-header .back {
  position: absolute;
  left: 1rem;
}

.modal__addFavoris .modal-header .back .icon--flecheR {
  width: 1.5rem;
  height: 1.4rem;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.modal__addFavoris .modal-footer {
  margin-top: 2rem;
  justify-content: space-between;
}

.modal__addFavoris .btn--add {
  width: 100%;
}

.modal__addFavoris .btn--add .icon {
  fill: #000000;
}

.modal__addFavoris .btn--add .icon--plus {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 2rem;
}

.modal__addFavoris .btn--bgWhite,
.modal__addFavoris .btn--bgBlack {
  width: 47%;
}

.modal__addFavoris .form-group {
  margin-bottom: 0;
}

.modal__files .modal-dialog {
  max-width: 100%;
}

.modal__files .modal-dialog iframe {
  width: 100%;
}

.modal__files .modal-content {
  padding: 2rem;
}

.modal__files .modal-content .close {
  top: 4px;
  right: 11px;
}

.accordion-item {
  border: none;
  border-radius: 0;
  margin-bottom: 2.5rem;
}

.accordion-header {
  padding: 2rem 4rem;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .accordion-header {
    padding: 2rem 2.5rem;
  }
}

.accordion .date {
  font-family: "NouvelR-Regular";
  letter-spacing: 0;
  color: #777F91;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0.5rem;
}

.accordion-button {
  color: #000000;
  font-size: 1.6rem;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion-button:not(.collapsed) {
  background: white;
  color: #000000;
}

.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
}

.accordion-button[aria-expanded=false]:after {
  transform: rotate(0deg);
}

.accordion-button[aria-expanded=true]:after {
  transform: rotate(-180deg);
}

.accordion-button.text-normal {
  text-transform: none;
}

.accordion-body {
  padding: 0 2.5rem 2rem 4rem;
}

@media screen and (max-width: 767px) {
  .accordion-body {
    padding: 0 2.5rem 2rem 2.5rem;
  }
}

.accordion-body .row {
  margin-bottom: 4rem;
  width: auto;
}

.accordion-body .grid__img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.accordion-body .grid__img a {
  aspect-ratio: 1/1;
  flex-basis: calc(50% - 4px);
  min-width: calc(50% - 4px);
  margin: 0 2px 4px;
}

@media screen and (min-width: 768px) {
  .accordion-body .grid__img a {
    flex-basis: calc(33% - 4px);
    min-width: calc(33% - 4px);
  }
}

@media screen and (min-width: 992px) {
  .accordion-body .grid__img a {
    flex-basis: calc(25% - 4px);
    min-width: calc(25% - 4px);
  }
}

.accordion-body .grid__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.accordion-body .grid__wrapper {
  margin-bottom: 2rem;
}

.accordion-body .nav-tabs {
  margin-bottom: 2rem;
  justify-content: flex-end;
}

.accordion-body .nav-tabs .nav-item {
  margin-right: 0;
  height: auto;
}

@media screen and (max-width: 767px) {
  .accordion-body .nav-tabs .nav-item:before {
    display: none;
  }
}

.accordion-body .nav-tabs .nav-item .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}

.accordion-body .nav-tabs .nav-item .nav-link img {
  opacity: 0.3;
}

.accordion-body .nav-tabs .nav-item .nav-link.active img,
.accordion-body .nav-tabs .nav-item .nav-link:hover img {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .accordion-body .nav-tabs {
    flex-direction: row;
  }
}

.accordion-body .tab-content {
  padding-top: 0;
}

.accordion-body .col {
  min-height: 36rem;
}

@media screen and (max-width: 767px) {
  .accordion-body .col {
    min-height: auto;
  }

  .accordion-body .col .img-fluid {
    width: 100%;
  }

  .accordion-body .col .card-img {
    height: auto;
  }

  .accordion-body .col .text-center {
    position: relative;
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: auto;
  }
}

.card {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  height: 100%;
  position: relative;
}

/* Changes in consulter button */
.card .text-center {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  min-width: 100%;
  margin-left: -50%;
  max-width: 100%;
}

.card-body {
  padding: 2rem 1.5rem 2.5rem;
}

/* RVA-367 Wrong display of the "Consult" button */
.card-body p+p {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.2;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.card-body p.chapo {
  color: #777777;
  width: 88%;
  font-size: 1.2rem;
  line-height: 1.1;
  max-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.card-body .textplus {
  height: 16rem;
  line-height: 1.2;
  overflow: auto;
}

.card-title {
  position: relative;
  margin-bottom: 1rem;
  min-height: 5rem;
}

.card-title h3 {
  font-size: 1.4rem;
  padding-right: 1rem;
  text-overflow: ellipsis;
  line-height: 1.1;
  width: 88%;
}

.card-title .add-tools {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.card-title .date {
  color: #777F91;
  font-size: 1.2rem;
  margin-right: auto;
}

.card-title a {
  height: 2.4rem;
  width: 2.4rem;
  min-width: 2.4rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-title a .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-title a .icon--favoris {
  width: 1rem;
  height: 1.5rem;
  stroke: #000000;
}

.card-title a.moreinfo {
  text-align: right;
}

.card-title a .icon--moreinfo {
  width: 2.4rem;
  height: 2.4rem;
  fill: #333333;
}

/* DOcument code altered by janaki raman */
.card-img {
  border-radius: 0;
  /* height: 16rem; */
  height: auto;
  object-fit: cover;
}

/* RVA-367 Wrong display of the "Consult" button */
.article-documents .col .card-img {
  height: 20rem;
}

.accordion-item .col .card-img {
  border-radius: 0;
  height: 16rem;
  object-fit: cover;
}

#fiches_default.accordion-item .col .card-body, #fiches_all.accordion-item .col .card-body  {
  padding: 2rem 1.5rem 8.5rem 1.5rem;
}

.card-subtitle {
  font-family: "NouvelR-Bold";
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}

.card-text {
  font-family: "NouvelR-Bold";
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.card-text.d-flex {
  justify-content: space-between;
}

.card-text.d-flex img {
  flex-basis: 8rem;
  min-width: 8rem;
  height: 8rem;
  object-fit: cover;
  margin-right: 2rem;
}

.card .ratio {
  margin-bottom: 1.5rem;
}

.card .ratio+.card-text {
  font-family: "NouvelR-Regular";
}

.card .ratio iframe {
  width: 100%;
}

.card .btn {
  font-size: 1.4rem;
  margin-top: 2rem;

}

/* Consulter button  */
#fiches_all .card .btn {
  font-size: 1.4rem;
  margin-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  white-space: nowrap;
  display: inline-block;
  padding: 1rem 3rem;
}

#fiches_default .card .btn {
  font-size: 1.4rem;
  margin-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  white-space: nowrap;
  display: inline-block;
  padding: 1rem 3rem;
}

.card .lire-plus {
  border-bottom: 1px solid transparent;
  font-size: 1.2rem;
}

.card .lire-plus:hover {
  border-color: #000000;
}

.grid__wrapper {
  display: grid;
  grid-gap: 3.5rem;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  grid-auto-flow: dense;
}

@media screen and (max-width: 767px) {
  .grid__wrapper {
    display: flex;
    flex-direction: column;
  }
}

.grid__wrapper.auto {
  grid-auto-rows: auto;
}

.grid__wrapper.fixe {
  grid-auto-rows: 25rem;
}

.grid__wrapper>.grid {
  background-color: white;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.grid__wrapper h2 {
  font-size: 2.4rem;
  margin-bottom: 1.75rem;
}

.grid__wrapper h2 a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
}

.grid__wrapper h2 a:hover {
  border-bottom-color: #000000;
}

.grid__wide {
  grid-column: span 2;
  grid-row: span 2;
}

.grid__wide.focus {
  flex-shrink: 0;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .grid__wide.focus {
    flex-direction: column;
  }
}

.grid__wide.focus .grid__media {
  width: 45%;
  height: 100%;
  margin: 0 3rem 0 0;
}

@media screen and (max-width: 767px) {
  .grid__wide.focus .grid__media {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

.grid__wide.focus .grid__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .grid__wide.focus .grid__media img {
    max-width: 100%;
  }
}

.grid__wide.focus .grid__text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .grid__wide.focus .grid__text {
    width: 100%;
  }
}

.grid__wide .grid__media {
  height: 25rem;
}

.grid__tall {
  grid-row: span 2;
}

.grid__text {
  font-size: 1.4rem;
  height: 100%;
  padding-bottom: 2rem;
  position: relative;
}

.grid__text p {
  margin-bottom: 1.5rem;
}

.grid__text p:first-of-type {
  font-family: "NouvelR-Bold" !important;
}

.grid__text p:last-child {
  margin-bottom: 0;
}

.grid__text .grid__link {
  border-bottom: 1px solid #000000;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
}

.grid__text .grid__link:hover {
  border-bottom-color: transparent;
}

.grid__media {
  width: 100%;
  height: 21rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.grid__media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.grid__date {
  color: #777F91;
  font-size: 1.2rem;
  margin-right: 2rem;
}

.grid .add-fav {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.grid .add-fav .icon {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.grid .add-fav .icon--favoris {
  width: 1rem;
  height: 1.5rem;
  stroke: #000000;
}

.grid .tags {
  display: flex;
  margin-top: 0.75rem;
}

.grid__list {
  display: flex;
  flex-direction: column;
}

.grid__list .tags {
  display: inline-flex;
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.grid__list.grid__wrapper {
  grid-gap: 0;
}

.grid__list .grid {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  overflow: hidden;
  position: relative;
}

.grid__list .grid__media {
  display: none;
}

.grid__list .grid__text {
  width: 100% !important;
}

.grid__list .grid__text__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

.grid__list .grid__text h2 {
  margin-bottom: 1rem;
}

.grid__list .grid__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.75rem;
}

.grid__list .grid__text .overflow-ellipsis-string {
  text-overflow: ellipsis " [..]";
}

.grid__list .grid__link {
  position: absolute;
  right: 0;
  bottom: 0;
}

audio {
  width: 100%;
}

audio::-webkit-media-controls-panel {
  background-color: white;
}

.nav-tabs {
  border: none;
}

@media screen and (max-width: 767px) {
  .nav-tabs {
    flex-direction: column;
  }
}

.nav-tabs .nav-item {
  padding: 0;
  margin-right: 5rem;
  height: 8rem;
}

@media screen and (max-width: 767px) {
  .nav-tabs .nav-item {
    margin-right: 3rem;
  }

  .nav-tabs .nav-item:before {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    background-color: #cccccc;
    margin-right: 1rem;
  }
}

.nav-tabs .nav--link {
  background: none;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nav-tabs .nav--link {
    margin-bottom: 1.5rem;
  }
}

.nav-tabs .nav--link:before {
  content: "";
  background-color: #ffce33;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.4rem;
  transition: all 0.2s ease-in-out;
}

.nav-tabs .nav--link.active:before,
.nav-tabs .nav--link:hover:before {
  width: 100%;
}

.nav-tabs .nav--link.active {
  font-family: "NouvelR-Bold";
}

.tab-content {
  padding-top: 5rem;
}

.lg-outer .lg-thumb-outer {
  float: none !important;
  padding: 0 2rem;
}

.lg-outer .lg-inner {
  background-color: white !important;
  position: relative !important;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .lg-outer .lg-inner {
    margin: auto;
    max-width: 72rem !important;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .lg-outer .lg-inner {
    max-width: 80rem !important;
  }
}

@media (min-width: 1080px) {
  .lg-outer .lg-inner {
    margin: auto;
    max-width: 96rem !important;
  }
}

@media (min-width: 1200px) {
  .lg-outer .lg-inner {
    max-width: 108rem !important;
  }
}

@media (min-width: 1300px) {
  .lg-outer .lg-inner {
    max-width: 119.2rem !important;
  }
}

.lg-outer .lg-object {
  border: 2rem solid white !important;
}

.lg-components {
  width: 100% !important;
}

@media (min-width: 768px) {
  .lg-components {
    margin: auto;
    max-width: 72rem !important;
  }
}

@media (min-width: 992px) {
  .lg-components {
    max-width: 80rem !important;
  }
}

@media (min-width: 1080px) {
  .lg-components {
    max-width: 96rem !important;
  }
}

@media (min-width: 1200px) {
  .lg-components {
    max-width: 108rem !important;
  }
}

@media (min-width: 1300px) {
  .lg-components {
    max-width: 119.2rem !important;
  }
}

.lg-next:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='28' viewBox='0 0 19 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25.68C5.80622 22.0433 11.3712 18.035 16.66 13.68C11.3876 9.30375 5.82119 5.29434 0 1.67999L1.16 0C7.30304 3.96989 13.2314 8.26259 18.92 12.86V14.54C13.2315 19.1407 7.30316 23.4367 1.16 27.41L0 25.68Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 1.9rem;
  height: 2.8rem;
  display: flex;
  background-position: cover;
}

.lg-prev:after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='27' viewBox='0 0 19 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1.70414C13.1692 5.2864 7.58075 9.23481 2.26956 13.5246C7.56426 17.8354 13.1542 21.7849 19 25.3451L17.8351 27C11.6661 23.0895 5.7127 18.861 1.10744e-06 14.3323L1.25211e-06 12.6775C5.71258 8.14563 11.666 3.91387 17.8351 1.80551e-06L19 1.70414Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 1.9rem;
  height: 2.8rem;
  display: flex;
  background-position: cover;
}

.form {
  font-family: "NouvelR-Bold";
}

.form hr {
  margin-bottom: 4rem;
}

.form h2 {
  text-transform: uppercase;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}

.form h3 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  color: #ffa869;
}

.form .form--notification {
  font-size: 1.1rem;
  color: rgba(237, 19, 19, 0.75);
}

.form textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 4rem;
}

.form-group.horizontal {
  display: flex;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .form-group.horizontal {
    flex-direction: column;
  }
}

.form-group.horizontal .form-label,
.form-group.horizontal p {
  width: 20%;
  margin-right: 2rem;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {

  .form-group.horizontal .form-label,
  .form-group.horizontal p {
    width: 100%;
  }
}

.form-group.horizontal .form-group--inner {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .form-group.horizontal .form-group--inner {
    width: 100%;
  }
}

.form-label {
  text-transform: uppercase;
}

.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.form-check-label {
  font-size: 2.4rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.form-check-label small {
  font-size: 1.4rem;
  text-transform: none;
}

.form-check-label.brand {
  font-size: 1.6rem;
  flex-direction: row;
}

.form-check-label.brand .logo {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}

.form-check-input {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #000000;
  margin: 0 1.5rem 0 0;
}

.form-check-input[type=checkbox] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-check-input:checked {
  background-color: #000000;
  border: 1px solid #000000;
}

.form-check-input:focus {
  border: 1px solid #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form__check .favoris--list {
  display: none;
}

.form__check .favoris--list+label {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 1.5rem;
  color: #000000;
  text-transform: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__check .favoris--list:checked+label {
  background-color: #ffce33;
  border-color: #ffce33;
}

.form__profil {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto 3rem;
}

.form__profil .btn {
  margin: auto;
}

.form-control,
.form-select {
  border-color: #BBBCBC;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 4.8rem;
  font-size: 1.4rem;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #000000;
}

.form--search .form-control {
  width: 100%;
  font-size: 1.4rem;
  padding: 0.5rem 1.5rem;
}

.form--search .btn {
  position: absolute;
  right: 1.5rem;
  top: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.form--search .btn .icon {
  fill: #BBBCBC;
}

.form--search .btn .icon--recherche {
  width: 1.6rem;
}

.pageAcces {
  background: #ffffff;
}

.pageAcces.login {
  background: url("../img/rva_login-bg.jpg") 0 0 no-repeat;
  background-attachment: fixed;
  padding: 3rem;
}
.cookie-accept{
  background:rgba(0, 0, 0, 0.7);
  padding: 15px;
}
.cookie-accept p{
  position: absolute;
  color: #fff;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -10px;
  font-size:1.5rem;
}
@media screen and (max-width: 1199px) {
  .cookie-accept p {
    margin-left: -133px;
    text-align: center;
    font-size: 1.3rem;
}
#videos_all .accordion-body .col {
  min-height: auto;
}
}
@media screen and (max-width: 991px) {
  .cookie-accept p {
    margin-left: -122px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .cookie-accept p {
    margin-left: -132px;
    margin-top: -13px;
    font-size: 1.2rem;
}
}
@media screen and (max-width: 479px) {
  .cookie-accept p {
    margin-left: -90px;
    text-align: center;
    font-size: 1rem;
  }
}


@media screen and (min-width: 992px) {
  .pageAcces.login {
    padding: 0;
  }
}

.pageAcces.login .logoBox {
  width: 75rem;
  max-width: 100%;
  height: auto;
  background-color: black;
  padding: 3rem 5rem;
  margin: auto;
}

.pageAcces.login .logoBox img {
  width: 8rem;
}

@media screen and (max-width: 480px) {
  .pageAcces.login .logoBox {
    padding: 3rem 3.5rem;
  }
}

@media screen and (min-width: 992px) {
  .pageAcces.login .logoBox {
    width: 21rem;
    height: 20rem;
    padding: 7.5rem 4.5rem;
    margin: 0;
  }

  .pageAcces.login .logoBox img {
    width: auto;
  }
}

.pageAcces.login .main__wrapper {
  padding: 3.5rem 5rem;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .pageAcces.login .main__wrapper {
    padding: 3.5rem;
  }
}

@media screen and (min-width: 992px) {
  .pageAcces.login .main__wrapper {
    margin: 0 0 0 21rem;
  }
}

.pageAcces.login .main__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.pageAcces.welcome .grid {
  display: grid;
}

.pageAcces.welcome .grid.col-15-85 {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 9fr;
  grid-gap: 10px;
}

@media screen and (min-width: 1280px) {
  .pageAcces.welcome .grid.col-15-85 {
    grid-template-columns: 2fr 8fr;
    grid-template-rows: 1fr;
  }
}

.pageAcces.welcome .header-main {
  display: inline-flex;
  position: relative;
}

.pageAcces.welcome .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: url("../img/bg_welcome.png") -14% 0 no-repeat;
  background-size: 35%;
  max-width: 40rem;
  width: 100%;
  line-height: 1;
  margin: 0 auto 5rem;
}

@media screen and (min-width: 768px) {
  .pageAcces.welcome .wrapper {
    max-width: 64rem;
  }
}

@media screen and (min-width: 992px) {
  .pageAcces.welcome .wrapper {
    max-width: 76rem;
  }
}

@media screen and (min-width: 1200px) {
  .pageAcces.welcome .wrapper {
    max-width: 98rem;
  }
}

@media screen and (min-width: 1280px) {
  .pageAcces.welcome .wrapper {
    margin: 0 0 5rem;
  }
}

.pageAcces.welcome .main__wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
  background-color: #f9f9f9;
  margin: 0;
  border: 1px solid #d9d9d9;
}

.pageAcces.welcome .main__wrapper h3 {
  margin-top: 5rem;
}

.pageAcces.welcome .main__wrapper .btn {
  margin-right: 3rem;
}

@media screen and (max-width: 767px) {
  .pageAcces.welcome .main__wrapper .btn {
    margin-right: 0;
  }
}

.pageAcces.welcome .main__wrapper .form-group.horizontal .form-group--inner {
  width: 73%;
}

@media screen and (max-width: 767px) {
  .pageAcces.welcome .main__wrapper .form-group.horizontal .form-group--inner {
    width: 100%;
  }
}

.pageAcces.welcome .main__header--title {
  max-width: 98rem;
  width: 100%;
  background-color: #ffffff;
  padding: 3rem 0;
  margin: auto;
}

@media screen and (min-width: 1280px) {
  .pageAcces.welcome .main__header--title {
    margin: 0;
  }
}

.pageAcces.welcome .form-check {
  margin: 0;
  padding: 0;
  position: relative;
}

.pageAcces.welcome .form-check-input[type=radio] {
  border-radius: 0.5rem;
  width: 11rem;
  height: 3.5rem;
  background-color: white;
  box-shadow: -1px 0px 2px 0px rgba(212, 211, 211, 0.75);
  border: none;
  margin: 0 0.5rem;
}

@media screen and (max-width: 540px) {
  .pageAcces.welcome .form-check-input[type=radio] {
    margin: 0.5rem;
  }
}

.pageAcces.welcome .form-check-input:checked[type=radio] {
  background-color: #FFA869;
  background-image: none;
}

.pageAcces.welcome .form-check-label {
  position: absolute;
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
}

.pageAcces.welcome .form-group-inner {
  border-radius: 0.5rem;
  background-color: white;
  padding: 0.5rem 0.5rem 0;
  box-shadow: -1px 0px 2px 0px rgba(212, 211, 211, 0.75);
}

@media screen and (max-width: 767px) {
  .pageAcces.welcome .form-group-inner {
    padding: 0.5rem;
  }
}

.pageAcces .header-main {
  display: flex;
  align-items: center;
  padding: 2.5rem 0 0 2.5rem;
}

.pageAcces .header-main .logoBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 8rem;
  height: 8rem;
  background-color: black;
}

.pageAcces .header-main .logoBox img {
  width: 5rem;
}

.pageAcces .header-main h1 {
  font-size: 2.4rem;
  margin-left: 2.5rem;
  text-transform: uppercase;
  color: black;
  line-height: 0.8;
}

.pageAcces .header-main h1 small {
  font-size: 1.3rem;
  display: block;
}

.pageAcces .nav__acces {
  align-items: center;
}

.pageAcces .nav__acces li a {
  color: #777F91;
}

.pageAcces .nav__acces li a.active,
.pageAcces .nav__acces li a:hover {
  color: white;
}

.pageAcces .main__wrapper {
  max-width: 75rem;
  width: 100%;
  background-color: white;
  flex-direction: column;
  padding: 0 5rem 3.5rem;
  margin: 5rem auto 0;
}

@media screen and (min-width: 992px) {
  .pageAcces .main__wrapper {
    margin: 2rem auto 0;
  }
}

@media screen and (min-width: 1200px) {
  .pageAcces .main__wrapper {
    margin: -5rem auto 0;
  }
}

.pageAcces .main__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.pageAcces .main__header h1 {
  font-size: 3.2rem;
  text-transform: uppercase;
  color: black;
  line-height: 1.1;
}

@media screen and (min-width: 992px) {
  .pageAcces .main__header h1 {
    font-size: 4.8rem;
  }
}

.pageAcces .main__header h1 small {
  font-size: 1.8rem;
  display: block;
}

@media screen and (min-width: 992px) {
  .pageAcces .main__header h1 small {
    font-size: 2.4rem;
  }
}

.pageAcces .main__header .acces-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pageAcces .main__header .acces-lang li {
  color: #cccccc;
  font-size: 1.2rem;
}

.pageAcces .main__header .acces-lang li a {
  color: #cccccc;
}

.pageAcces .main__header .acces-lang li a.active {
  color: black;
}

.pageAcces .main__header .acces-lang .divider {
  width: 1px;
  height: 1.2rem;
  background-color: #cccccc;
  margin: 0 1rem;
}

.pageAcces .main__header--title {
  text-align: center;
}

.pageAcces .main__header--title h2 {
  font-family: "NouvelR-Regular";
  font-size: 2.4rem;
}

.pageAcces .main__header--title h2 .maj {
  text-transform: uppercase;
  display: block;
}

.pageAcces .main__contents .form {
  height: 100%;
}

.pageAcces .form p {
  font-family: "NouvelR-Regular" !important;
  text-transform: uppercase;
}

.pageAcces .form-check-inline {
  display: inline-flex;
  margin-right: 2rem;
}

.pageAcces .form-check-label {
  font-size: 1.6rem;
}

.pageAcces .form-group small {
  font-family: "NouvelR-Regular" !important;
}

.pageAcces .acces-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0 0 0;
}

.pageAcces .acces-box a {
  font-size: 1.2rem;
  font-family: "NouvelR-Regular";
  color: #777F91;
}

.pageAcces .acces-box a.inscription {
  font-family: "NouvelR-Bold";
  text-transform: uppercase;
  text-decoration: underline;
  color: #000000;
  margin: 0 1rem 0 0;
}

.pageAcces .acces-box--inscription {
  display: flex;
  align-items: center;
}

.pageAcces .acces-box--inscription .icon--infos {
  width: 2rem;
  height: 2rem;
  fill: #777F91;
}

.pageAcces .connexion {
  height: 100%;
}

.pageAcces .connexion h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
}

.pageAcces .connexion h3 {
  font-family: "NouvelR-Regular";
  font-size: 2.4rem;
}

@media screen and (max-width: 480px) {
  .pageAcces .connexion h3 {
    font-size: 2rem;
  }
}

.pageAcces .connexion .btn {
  width: 100%;
  text-transform: uppercase;
  padding: 0;
}

.pageAcces .connexion .form-group {
  margin-bottom: 2.5rem;
}

.pageAcces .connexion .form-control {
  background-color: #e6e6ec;
  border: none;
}

.pageAcces .connexion-token {
  padding: 2.5rem 3rem 0;
  background-color: #ffa869;
}

@media screen and (max-width: 767px) {
  .pageAcces .connexion-token {
    padding: 2.5rem 3rem;
  }
}

.pageAcces .connexion-token h2,
.pageAcces .connexion-token h3 {
  margin-bottom: 2.5rem;
}
.pageAcces .connexion-token h3 {
  height:94px;
}
.pageAcces .connexion-token .btn {
  background-color: #000000;
  color: white;
}

.pageAcces .connexion-nomade {
  padding: 2.5rem 0 0 0;
}

.pageAcces .connexion-nomade h2 {
  margin-bottom: 2rem;
}

.pageAcces .connexion-nomade .btn {
  background-color: #ffa869;
  color: #000000;
}

.loggedResult {
  background-color: rgba(255, 168, 105, 0.2);
  width: 60rem;
  max-width: 100%;
  padding: 3.5rem;
  margin: 5rem auto;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .loggedResult {
    margin: 5rem auto 10rem;
  }
}

@media screen and (min-width: 1200px) {
  .loggedResult {
    margin: 10rem auto;
  }
 .gammes__child {
  max-width: 1199px;
  }
}

.loggedResult p {
  font-size: 2.2rem;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 2.5rem;
}

.mCustomScrollbar .mCSB_scrollTools {
  width: 5px;
}

.mCustomScrollbar .mCSB_draggerContainer {
  background-color: white !important;
  border: 1px solid #B4BBC2 !important;
  width: 5px;
  padding: 3px 0;
}

.mCustomScrollbar .mCSB_dragger_bar {
  background-color: #B4BBC2 !important;
  width: 3px !important;
  margin-top: 3px;
}

.mCustomScrollbar .mCSB_draggerRail {
  background-color: transparent !important;
  box-shadow: none !important;
}

.mCSB_inside>.mCSB_container {
  margin-right: 1.5rem;
}

/* RVA-574  Wrong widget display when less than 100% by Janaki raman 0n 03-06-24  */
/* size:67% */
@media screen and (min-width: 2304px) {
  .gammes__child {
    width: calc(100vw - 491%);
  }
}

/* size:50% */
@media screen and (min-width: 3071px) {
  .gammes__child {
    width: calc(100vw - 833%);
  }
}

/* size:33% */
@media screen and (min-width: 4607px) {
  .gammes__child {
    width: calc(100vw - 1515%);
  }
}

/* RVA-691  TECHNOLOGIES section - Wrong display product by janakiraman 16-068-24 */
/* size:25% */
@media screen and (min-width: 6143px) {
  .gammes__child {
    width: calc(100vw - 2198%);
  }
}

/* ENd of RVA-691  TECHNOLOGIES section - Wrong display product */
/* RVA-846 Switch button to redirect from sales to tech */
 
.switch {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 14px;
  cursor: pointer;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  left: 0;
  display: inline-flex;
  content: "";
  width: 3rem;
  height: 1.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}
.slider:before {
  top: 1px;
  position: absolute;
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  left: 0;
  bottom: 3px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
/* input:checked + .slider {
  background-color: black;
} */
/* input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
} */
input:checked + .slider:before {
  -webkit-transform: translateX(18px); 
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 22px;
  margin: 0 0.3rem;
}
.slider.round:before {
  border-radius: 50%;
}

/* Renault THeme */
.brand__renault .slider { 
  background-color: #000000;
  border: 1px solid #ffffff;
}
.brand__renault .slider:before { 
  background-color: #ffce33; 
}
.brand__renault .highlighted {
  color: #ffce33;     
}

/* Dacia THeme */
.brand__dacia .slider { 
  background-color: #ffffff;
  border: 1px solid #000000;
}
.brand__dacia .slider:before { 
  background-color: #b9412d; 
}
.brand__dacia .highlighted {
  color: #b9412d !important;     
}

/* Alpine Theme */
.brand__alpine .slider { 
  background-color: #000000;
  border: 1px solid #ffffff  ;
}
.brand__alpine .slider:before { 
  background-color: #D6D1C4; 
}
.brand__alpine .highlighted {
  color: #D6D1C4;    
}

/* Mobilize THeme */
.brand__mobilize .slider { 
  background-color: #000000;
  border: 1px solid #ffffff  ;
}
.brand__mobilize .slider:before { 
  background-color: #ef3d16; 
}
.brand__mobilize .highlighted {
  color: #ef3d16;     
}


/*End of  RVA-846 Switch button to redirect from sales to tech */

/* RVA-1408 Gallery feature adjustments by janakiraman 14-05 */
.article-inner .carousel-img-fit img{
  object-fit: contain;
  object-position: center;
  height: 100%;
  overflow: hidden;
  /*  transform: scaleX(1.1); */
}
.preview-img-below{
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.article-inner .carousel-inner .carousel-img-fit {
  height: 480px;  
}
.carousel-indicators .button-small-img .small-previ-img{
  object-fit: cover;
  object-position: center;
  /* height: 26px; */
  height: 42px;
  overflow: hidden;
  width: 75px !important;
  /* margin: 0 auto; */
  margin: 5px;
}
.preview-img-below [data-bs-target] {   
  flex: 0;  
}
/* RVA-1408 Gallery feature adjustments by janakiraman 14-05 */


/* RVA-1488 - Alignment for article presentation/displayby janakiraman 0n 19-06 */
@media screen and (min-width: 1200px) {
  .modal__article .modal_xl_article {
    max-width: calc(100% - 24rem);
    min-width: 400px;
    height: calc(100vh - 2rem);
    margin: 2rem auto;
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .modal__article .modal_xl_article {
    max-width: 95vw;
    min-width: 0;
    height: calc(100vh - 1rem);
    margin: 2rem auto;
    padding: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .modal__article .modal_xl_article {
    max-width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
    padding: 0.5rem;
  }
}
@media (max-width: 767px) {
  .modal__article .title_groupe
  {
    display: block !important;
  }
}
/* article-allignment */
.article .article-allignment {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2rem;
}

.article .article-allignment .row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: flex-start;
}

.article .article-allignment .col {
  flex: 0 0 calc(33.333% - 1.35rem);
  max-width: calc(33.333% - 1.35rem);
}

@media screen and (max-width: 1200px) {
  .article .article-allignment {
    max-width: 900px;
  }
}

@media screen and (max-width: 991px) {
  .article .article-allignment {
    max-width: 700px;
  }
  
  .article .article-allignment .col {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 576px) {
  .article .article-allignment {
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .article .article-allignment .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.article-bulletin p.chapo, p.chapo_link_to_underline {
  padding: 0 1.5rem;
  text-align: justify;
}

/* RVA-1488 - Alignment for article presentation/displayby janakiraman 0n 19-06 */

/* Favorites Module */
#creefavoris2 .modal-dialog-centered,
#addFavoris .modal-dialog-centered,
#creefavoris .modal-dialog-centered {
  margin:0 auto;
}

.form__check .favoris--list {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form__check .favoris--list + label {
  width: 100%;
  height: 4.8rem;
  border: 1px solid #000000;
  border-radius: 0;
  margin-bottom: 1.5rem;
  color: #000000;
  text-transform: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.form__check .favoris--list:checked + label {
  background-color: #ffce33;
  border-color: #ffce33;
  color: #000;
}


.grid .article_favoris .icon--favoris {
  width: 1.2rem;
  height: 1.6rem;
  stroke: #000000;
}

.product-wid-favoris a .icon--favoris {
  width: 12px;
  height: 1.6rem;
  stroke: #000000;
}
/* Favorites Module */


/* Favorites Module */
.icon--favoris.favoris--alt-css {
  height: 15px;
}
/* Favorites Module */



/* RVA-1635 -Text and associated content management in an article BY jANAKIRAMAN */
.article-inner .chapo_link_to_underline br {
  display: block;
}
/* RVA-1635 -Text and associated content management in an article BY jANAKIRAMAN */
 
/* MOBILE VERSION SEARCH BAR */
@media screen and (max-width : 991px)   {
  a.search-btn {
    display: block;
    top: 16px;
}

.mobile_version{
  position: absolute;
        right: 9rem;
        /* top: 20px; */
}
/* svg.icon.icon--recherche {
  fill: black;
} */
}

@media screen and (min-width : 991px)   {
  a.search-btn {
    display: none;
    }
    /* .nav__brands{
      
    } */
}


/* Language dropdown for res version */

  /* .nav__brands .langues--mobile {
    display: none;
  }
  @media screen and (max-width: 991px) {
    .nav__brands .langues--mobile {
      display: block;
    }
    .nav__brands .langues--mobile {
      display: block;
      position: absolute;
      right: 65px; 
      top: 50%; 
      transform: translateY(-50%);
    }
  } */

/* Css for Footer & Header Section  */
@media screen and (max-width: 991px) {
  .main__footer {
    position: fixed;
    bottom: 0;
    height: 6.7rem;
    /* position: sticky;
    bottom: 0;
    height: 6.7rem; */
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .main__wrapper {
    padding-top: 6rem;
    overflow-x: hidden;
  }
  .navbar-expand-lg {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
}
 /* Css for Footer & Header Section */

/* CSS  for Product page in Responsible screen */
/* RVA-1939  Responsive version - Product page by janakiraman */
@media screen and (max-width: 991px) {
  .rub__header--thumbnail {
    flex-basis: 18rem;
    height: 12.8rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
 
  .rub__header--title {
    margin-bottom: 0;
  }
  #m__nav-n2 .m__nav-n2 .accordion,
  #m__nav-n2_home .m__nav-n2 .accordion {
    background-color: #ffffff;
    padding: 1.5rem;
    border: none;
  }
}
/* CSS  for Product page in Responsible screen */
/* RVA-1939  Responsive version - Product page by janakiraman */
/* Css for ga,,e_item width for lower screen  */
@media screen and (min-width: 359px){
  .gammes__child .gammes__item {
    max-width: 13rem;
  }
}
@media screen and (min-width: 375px){
  .gammes__child .gammes__item {
    max-width: 15rem;
  }
}
@media screen and (min-width: 401px)  {
  .gammes__child .gammes__item {
     max-width: 16rem;
  }
}
/* Css for ga,,e_item width for lower screen  */
/*# sourceMappingURL=rvastyle.css.map */