/* Générale */
@import url("https://use.typekit.net/djd4sfm.css");
body{
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}
:root {
    --color1: #D2AE59;
    --color2: #9C854A;
    --color3: #5F4C3E;
    --color4: #2B3442;
    --color5: #6D6D6D;
    --color6: #111111;
    --color7: #333333;
    --white: #FFFFFF;
    --color8: #F8F2E4;
    --color9: #D8DADC;
    --color10: #F7F2EF;
    --color11: #707070;
    --color12:#F5F5F5;
    --color13: #EEF4FF;
    --color14: #212121;
    --color15:#F2F2F2;
    --color16:#080B12;
    --color17:#F5F7FD;
    --color18:#E6E6E6;
    --background: #F5EFEB;
}

::selection {
    background-color: var(--color1);
    color: #fff;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-Medium.woff') format('woff');
    font-weight: 500;
    /* Ou la valeur exacte pour 'Medium' */
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-MediumItalic.woff') format('woff');
    font-weight: 500;
    /* Ou la valeur exacte pour 'Medium' */
    font-style: italic;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-Light.woff') format('woff');
    font-weight: 300;
    /* Ou la valeur exacte pour 'Light' */
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-LightItalic.woff') format('woff');
    font-weight: 300;
    /* Ou la valeur exacte pour 'Light' */
    font-style: italic;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url('../media/Gordita-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Sageo';
    src: url('../media/SegoeUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sageo light';
    src: url('../media/SegoeUI-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Minion pro';
    src: url('../media/Minion-Pro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Minion pro cond';
    src: url('../media/Minion-Bold-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gordita' !important;
    color: var(--color7);
}

/* Style */

#authentification {
    background-color: var(--background);
    height: 100vh;
    width: 100%;
}

#sideAuth {
    background-image: url(../media/bgauth.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px;
}

#sideAuth h2 {
    color: #fff;
    font-family: "Minion pro";
    font-weight: bold;
    font-size: 45px;
}

.serparAuth {
    height: 1px;
    width: 45%;
    background-color: #fff;
}

#sideAuth p {
    color: #fff;
    font-size: 20px;
    padding: 30px;
    text-align: center;
    font-family: 'Gordita';
}

#authentification {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px;
}

#authentification h1 {
    margin-bottom: 25px;
    font-weight: bold;
    font-family: "Minion pro";
    font-size: 45px;
    color: var(--color4);
}

#authentification input::placeholder {
    color: var(--color5) !important;
    font-family: 'Gordita' !important;
    font-size: 17px !important;
}

#authentification input[type=text],
#authentification input[type=password] {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--color3);
    border-radius: 0;
    padding: 15px 33px 15px 0px;
}

#authentification input[type=text]:focus,
#authentification input[type=password]:focus {
    outline: 0px;
    box-shadow: 0 0 0;
}

#authentification input[type=text]::placeholder,
#authentification input[type=password]::placeholder {
    color: #c0c0c0;
    font-weight: 500;
    font-size: 20px;
}

.remebre-label {
    color: var(--color7);
}

#authentification .username {
    background-image: url(../media/Person.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 30px;
}

#authentification .password {
    background-image: url(../media/lock.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 30px;
}

.authHelp a {
    color: var(--color7);
    text-decoration: none;
    font-size: 17px;
}

#remember,
#remember:focus {
    background-color: transparent;
    border-color: var(--color3);
    box-shadow: 0 0 0;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
    filter: brightness(0.5);
}

.loginBtn {
    text-transform: uppercase;
    width: 100%;
    border-radius: 50px;
    padding: 17px;
    border: 0;
    background: rgb(156, 133, 74);
    background: linear-gradient(97deg, rgba(156, 133, 74, 1) 0%, rgba(210, 174, 89, 1) 90%);
    color: #fff;
    font-weight: 500;
}

.account {
    font-size: 14px;
    font-family: 'Gordita';
    color: var(--color7);
}

.account a {
    color: var(--color1);
    text-decoration: none;
    font-weight: 500;
}

/* header css */
header .navbar {
    background-color: var(--white);
    /* Couleur de fond similaire à l'image */
}
.sticky {
  position: fixed!important;
  top: 0;
  width: 100%;
  z-index: 1000; /* Assurez-vous que le header est au-dessus des autres éléments */
  box-shadow: rgb(149 157 165 / 7%) 0px 8px 24px;
}

.navbar-brand {
    color: #ffcc00;
    /* Couleur de l'icône ou du logo */
}

header .nav-link {
    color: var(--color7) !important;
    /* Couleur des liens */
    font-family: 'Gordita';
    font-weight: 500;
    font-size: 14px;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    letter-spacing: 0.7px;
}

header .nav-link.active {
    color: #007bff;
    /* Couleur du lien actif */
}

header .navbar-toggler {
    border-color: #ffcc00;
    /* Couleur de l'icône du menu en mode responsive */
}

.nav-link:hover {
    background: var(--color8);
    border-radius: 20px;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}
.nav-link.active {
   background: var(--color8);
   border-radius: 20px;
   padding-left: 1rem !important;
   padding-right: 1rem !important;
}

header {
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.03);
}

svg.user-icon {
    position: relative;
    top: -0.2rem;
}

#navbarDropdownMenuPacks {
    background: var(--color4);
    border-radius: 20px;
    color: var(--white) !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.userdrop-icon {
    position: relative;
    top: -0.2rem;
    margin-right: 8px;
}

a.dropdown-item:hover {
    background-color: var(--color8);
}

ul.dropdown-menu.liste-pack-btn.show {
    left: -6rem;
}

a.dropdown-item {
    font-size: 0.9rem;
}

.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.deconnexion{
   position: relative;
   top: 30%;
}


/*footer css*/
footer {
    background-color: var(--white);
}
#dashboard  footer {
   background-color: var(--color10)!important;
}

.menu-footer a {
    text-decoration: none;
    color: var(--color7);
    font-size: 0.8rem;
    padding: 0px 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.follow-us i {
    margin-right: 10px;
}

.footer {
    border-top: 1px solid var(--color6);
}

/* Dashboard Page style css */
#monCarrousel {
    height: 100vh;
}

#monCarrousel .carousel-inner .carousel-item img {
    height: 100vh;
    object-fit: cover;
}

#monCarrousel .carousel-indicators {
    right: 55% !important;
    margin-left: 0 !important;
}

#domaine-droit #list-domaines {
    height: 100vh;
    /* Hauteur fixée à la hauteur de la fenêtre d'affichage */
    overflow-y: auto;
    /* Ajoute une barre de défilement si nécessaire */
}

/* Pour masquer la barre de défilement sur Webkit/Blink (Chrome, Safari, nouveaux navigateurs Edge) */
#domaine-droit #list-domaines::-webkit-scrollbar {
    display: none;
}

/* Pour masquer la barre de défilement sur Internet Explorer */
#domaine-droit #list-domaines {
    -ms-overflow-style: none;
}

/* Pour masquer la barre de défilement sur Firefox */
#domaine-droit #list-domaines {
    scrollbar-width: none;
}

#monCarrousel .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 6px;
    border-radius: 30%;
    background-color: var(--color9);
    border: 2px solid var(--color9);
    opacity: 1 !important;
}

#monCarrousel .carousel-indicators .active {
    background-color: var(--color1);
    border: 2px solid var(--color1);
    width: 25px;
    border-radius: 25%;
}

#dashboard {
    background-color: var(--color10) !important;
}

.title-h5 {
    color: var(--color6);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
    text-align: right;
    letter-spacing: 0.2rem;
}

.single-domaine {
    text-align: right;
}

.single-domaine .name {
    font-family: "Minion pro";
    font-size: 0.9rem;
    font-weight: bold;
    color: var(--color4);
}

.single-domaine .details a{
    color: var(--color7);
    font-size: 0.8rem;
    text-decoration: none;
}
.single-domaine .details .domaine-text:hover {
    color: var(--color1);
    text-decoration: underline;
}
.single-domaine .details .domaine-obligation:hover {
    color: var(--color1);
    text-decoration: underline;
}

.search-bloc fieldset{
  overflow: auto;
  height: auto;
max-height: 400px;
}

.single-domaine .name:hover {
    text-decoration: underline;
    color: var(--color1);
}
.domaine-text:hover {
    color: var(--color1)!important;
    text-decoration: underline!important;
}
.domaine-obligation:hover {
    color: var(--color1)!important;
    text-decoration: underline!important;
}

/*.single-domaine:hover .details {
    color: var(--color1);
}*/

.single-domaine {
    position: relative;
    cursor: pointer;
}

.single-domaine .dot {
    display: none;
    /* Cache le point par défaut */
}

.single-domaine:hover .dot {
    display: inline;
    /* Affiche le point au survol */
    /*font-size: 1.4rem;*/
    color: var(--color1);
}

.show-all-dom {
    color: var(--color1);
    font-weight: 500;
    position: relative;
    top: 1.3rem;
    font-size: 0.9rem;
}
.show-all {
    color: var(--color1);
    font-weight: 500;
    position: relative;
    top: 0.4rem;
}


#domaine-droit {
    background-image: url('../media/motif.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: initial;
}

/* caroussel des articles */
.sous-title {
    font-weight: 600;
    font-size: 1.2rem;
    color: var(--color6);
    text-transform: uppercase;
}

.title-h2 {
    font-size: 2.3rem;
    color: var(--color6);
    font-family: "Minion pro";
    font-weight: bold;
    text-transform: uppercase;
}

.post-description {
    font-size: 0.9rem;
    color: var(--color7);
    font-family: "Sageo";
}
.carousel-item a{
  text-decoration: none;
}

a#show-plus {
    background: transparent;
    border: 2px solid var(--color1);
    border-radius: 30px;
    color: var(--color7);
    font-size: 0.9rem;
}

span.carousel-number {
    color: var(--color1);
    font-family: "Minion pro";
    font-size: 1.8rem;
    font-weight: bold;
}

.carousel-indicators [data-bs-target] {
    width: 15px !important;
    height: 6px !important;
    border-radius: 30% !important;
    background-color: var(--color9) !important;
    border: 2px solid var(--color9) !important;
    opacity: 1 !important;
}

.carousel-indicators .active {
    background-color: var(--color1) !important;
    border: 2px solid var(--color1) !important;
    width: 25px !important;
    border-radius: 25% !important;
}

#articleCarousel .carousel-indicators {
    left: 70% !important;
    margin-right: 0 !important;
}

#articleCarousel1 .carousel-indicators {
    right: 85% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ca {
    background-image: url(../media/ca-image.jpg);
    background-size: cover;
    background-position: bottom;
}

.ca h2 {
    font-family: "Minion pro cond";
    font-size: 2.8rem;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.2rem;

}

#faq-btn {
    background: transparent;
    border: 2px solid var(--color1);
    border-radius: 30px;
    color: var(--white)!important;
    font-size: 0.9rem;
}

span.voir-plus {
    color: var(--color1);
    font-weight: 500;
    font-size: 1rem;
}

.description-bloc {
    font-size: 0.9rem;
    color: var(--color7);
    font-family: "Sageo light";
    font-weight: 100;
}

/* Style pour l'icône de lecture superposée */
.mySwiper .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    /* Ajustez la taille selon vos besoins */
    color: white;
    /* Couleur de l'icône */
    z-index: 2;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
}


/* Assurez-vous que la largeur de chaque élément est correcte */
.swiper-slide {
    float: left;
    /* Définissez la largeur pour afficher 3,5 éléments à la fois */
}

.mySwiper {
    float: left;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative;
}

.mySwiper .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    width: 40%;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background: #f1f1f1;
    color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 20px);
}

.mySwiper .leftLst {
    left: 0;
}

.mySwiper .rightLst {
    right: 0;
}

.mySwiper .leftLst.over,
.mySwiper .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.mySwiper h4 {
    font-size: 1rem;
    font-size: 1rem;
    padding-left: 25px;
    padding-right: 25px;
}


.image-container {
    position: relative;
    display: inline-block;
    /* ou block selon votre mise en page */
}

.image-container img {
    max-width: 100%;
    /* Largeur maximale */
    max-height: 200px;
    /* Hauteur maximale */
    width: auto!important;
    /* Maintient l'aspect de l'image */
    height: 200px;
    /* Maintient l'aspect de l'image */
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(22, 25, 40, 0.13), #16192833);
    z-index: 1;
}

.soustitle {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 500;
    position: relative;
    top: 12px;
    letter-spacing: 0.4px;
    color: var(--color6);
}

.post-image {
    background-size: cover;
    width: 100%;
    height: 200px;
    background-position: center;
    border-radius: 20px;
}

.singlepost-description {
    font-size: 0.8rem;
    color: var(--color7);
    font-weight: 500;
}
.singlepost-description.py-4::first-letter {
    text-transform: uppercase;
}
.btn-download {
    background: var(--color4);
    padding: 15px;
    border-radius: 10px;
    color: var(--white);
    text-align: center;
    font-weight: 500;
    font-size: 0.9rem;
}
.btn-download:hover {
    background-color: var(--color1);
}
.btn-download svg {
    margin-right: 5px;
}

.single-post {
    background-color: var(--white);
    border-radius: 20px;
}

.formations {
    background-image: url(../media/motif.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: initial;
    background-color: var(--color10);
}

#help {
    background-color: var(--white);
}

.btn-contact-front {
    background-color: transparent;
    border: 1px solid var(--color1);
    font-weight: 500;
    border-radius: 20px;
    color: var(--color6);
    margin: 0 auto;
    width: auto;
    text-decoration: none;
    font-size: 0.9rem;
}

.swiper-slide {
    background-color: var(--color10);
}

/* popup css */
.modal-backdrop {
  /* Augmentez la valeur du flou pour un effet plus intense */
  backdrop-filter: blur(15px) !important;
  background-color: transparent !important; /* Rendez l'arrière-plan transparent */
}

.modal-backdrop.show {
  opacity: 1 !important;
}
.popup-title {
    font-size: 2rem;
    color: var(--color6);
    font-family: "Minion pro";
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.bloc-pack a {
    text-decoration: none;
}

.bloc-pack h4 {
    font-size: 1.5rem;
    color: var(--color4);
    font-weight: 500;
}

.bloc-pack p {
    font-size: 0.9rem;
    color: var(--color11);
    font-family: 'Sageo';
}

.bloc-pack:hover {
    background-color: var(--background);
    border-left: 8px solid var(--color1);
}

.bloc-pack {
    border-left: 8px solid var(--white);
}

.bloc-pack {
    cursor: pointer;
}

.bloc-pack .fa-caret-right {
    display: none;
    /* Cache l'icône par défaut */
    font-size: 1.3rem;
    color: var(--color1);
    float: right;
}

.bloc-pack:hover .fa-caret-right {
    display: inline-block;
    /* Affiche l'icône au survol */
}

.modal-header {
    border: 0 !important;
}

.modal-footer {
    border: 0 !important;
}

.btn-close {
    color: #333 !important;
    font-weight: bold;
    border: 2px solid #333;
    border-radius: 50%;
}

/* Style cc page textes */
.head-page{
   background-image: url('../media/banner-leve.jpg');
   background-size: cover;
   padding-top: 4.5rem!important;
   padding-bottom: 6rem!important;


}
.head-page h2{
color: var(--white);
font-size: 2.3rem;
text-align: center;
font-family: 'Minion pro';
font-weight: bold;
}
.breadcrumbs{
   font-size: 0.8rem;
   color: var(--white);
   font-weight: normal ;
   text-align:center;
   font-style: italic;
}
.breadcrumbs a{
   font-weight: bold;
   text-decoration: underline;
   color: var(--white);
}
.details-page {
   margin: 0 3% 0 3%;
   background: var(--white);
   padding: 19px 5px;
   position: relative;
   top: -8%;
   border-radius: 25px;
   border: 1px solid var(--color9);
}

.blocage-page {
   margin: 0 3% 0 3%;
   background: var(--white);
   padding: 50px 5px;
   position: relative;
   text-align: center;
}
.txt-blocage{
  font-size: 20px;
  font-weight: bold;
  margin: 30px;
}



/* style css page detail cartographie */
.filter span{
   font-weight: 500;
   color: var(--color7);
   font-size: 0.9rem;
}

.head-table{
   background-color: var(--color12);
   border-radius: 10px;

}
.desc-post {
   font-weight: 100;
   font-size: 0.8rem;
   background-color: var(--color12);
   height:100%;
}
.desc-post  p{
   white-space: pre-line;
   margin-bottom: 0;
}
.bulletin-bloc{
   background-color: var(--color13);
   font-size:0.8rem;
   color: var(--color7);
   width: 98%;
}
.head-title {
   font-size: 0.8rem;
   font-weight: 500;
}
.bulletin-bloc a {
    text-decoration: none;
    color: inherit;
}
.separateur {
   width: 98%;
   height:1px; /* ou la hauteur que vous souhaitez */
   background-color: var(--color13); /* ou toute autre couleur */
   margin:  0 auto; /* ajoute de l'espace autour du séparateur */
}

.single-ligne{
   position: -webkit-sticky; /* Pour le support Safari */
   position: sticky;
   top: 0; /* Ajustez cette valeur si nécessaire */
   z-index: 999; /* Assurez-vous que cela reste au-dessus des autres éléments */
   background: #fff; /* Ou tout autre couleur de fond */
   border-radius: 20px 20px 0px 0px;
}

.scrollable-container::-webkit-scrollbar {
   display: none; /* Pour Chrome, Safari, et Opera */
}

.scrollable-container {
   -ms-overflow-style: none; /* Pour Internet Explorer et Edge */
   scrollbar-width: none; /* Pour Firefox */
   max-height: 400px; /* Ajustez la hauteur maximale selon vos besoins */
   overflow-y: scroll; /* Permet le défilement même lorsque la barre est cachée */
}

/* filter css*/
span#basic-addon1 {
   border: 0;
   background: transparent;
}
.search-bloc input{
   border: 0;
}

.search-bloc ::placeholder{
   font-size: 0.8rem;
   color: var(--color5);
}
.search-bloc .fa-search{
   font-size: 1.2rem;
}
.search-bloc input:focus {
    box-shadow: none;
}
.reload {
   background-color: var(--color8);
   border-radius: 15px;
}
.reload button{
   background-color: var(--white);
   border-radius: 20px;
   color: var(--color7);
}
.reload button a {
    text-decoration: none;
    color: inherit;
}
.reload button:hover {
   background-color: var(--white);
}

.search-bloc legend {
   font-weight: bold;
   font-size: 0.9rem;
   color: var(--color4);
   margin-bottom: 1.4rem;
}
.search-bloc label{
   font-size: 0.7rem;
   color: var(--color7);
   font-weight: 500;
   width: 100%;
   display: flex;
    justify-content: space-between;
    text-transform: initial;
    margin-bottom: 0.4rem;
}
.search-bloc .form-check-input[type=radio] {
   border-radius: 50%;
   border: 1px solid var(--color6);
   margin-top: 1px;
}

.search-bloc .form-check-input[type=radio]:checked {
   background-color: var(--color11);
}
.search-bloc .form-check-input:focus {
   box-shadow: 0 0 0 0.25rem #1111111c;
}
.total-articles{
   text-align: right;
   color: var(--color5);
   font-weight: 400;
   float: right;
   margin-left: auto;
}
.search-bloc .form-check-input[type=checkbox] {
   border-radius: 0;
   border: 1px solid var(--color11);
}

.form-check-input[type=checkbox] {
   position: absolute;
   opacity: 0;
   z-index: -1;
}

.side-label {
   position: relative;
   cursor: pointer;
   padding-left: 25px;
   margin-left: -20px;
}

.side-label:before {
   content: '';
   position: absolute;
   left: 0;
   top: 50%;
   border: 1px solid var(--color11);
   width: 18px;
   height: 18px;
   background: white;
   border-radius: 3px; /* légèrement arrondi */
   transform: translateY(-50%);
}

.side-label:after {
   content: '✔';
   position: absolute;
   left: 4px;
   top: 50%;
   color: var(--color11);
   font-size: 12px; /* ajustez la taille si nécessaire */
   transform: scale(0) translateY(-50%);
   transition: transform 0.2s ease;
}

.form-check-input[type=checkbox]:checked + .form-check-label:after {
   transform: scale(1) translateY(-50%);
}
hr {
   border-top: 2px solid var(--color9);
}

#filter-bloc{
   border:1px solid var(--color9);
   width: 22%;
   margin-bottom: 42px;
}


/*page obligations css */

.scrollable-row {
   overflow-x: auto;
   scrollbar-width: none; /* Pour Firefox */
   -ms-overflow-style: none; /* Pour Internet Explorer et Edge */
}

.scrollable-row::-webkit-scrollbar {
   display: none; /* Pour Chrome, Safari et Opera */
}

.scrollable-row > .col {
   flex: 0 0 auto; /* Empêche les colonnes de se réduire */
   white-space: nowrap; /* Utile si votre contenu est du texte */
}

.separateur2 {
   width: 104rem;
   height: 1px;
   background-color: var(--color13);
   margin: 0 auto;
}
.scrollable-container2 {
   -ms-overflow-style: none;
   scrollbar-width: none;
   max-height: 400px;
   overflow-y: scroll;
   width: 105rem!important;
}
.scrollable-container2::-webkit-scrollbar {
   display: none; /* Pour Chrome, Safari, et Opera */
}
.head-table2 {
   background-color: var(--color12);
   border-radius: 10px;
   width: 20rem;
}

.desc-post2 {
   font-weight: 100;
   font-size: 0.8rem;
   background-color: var(--color12);
   height: 100%;
   width: 20rem;
}
.desc-post2  p{
   white-space: pre-line;
   margin-bottom: 0;
}
.bulletin-bloc2 {
   background-color: var(--color13);
   font-size: 0.8rem;
   color: var(--color7);
   width: 104rem!important;
}
.single-ligne2 {
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 999;
   background: #fff;
   border-radius: 20px 20px 0px 0px;
   width: 105rem!important;
   max-width: 105rem!important;
}

/* formations page css */
.categories-bloc h4{
   font-weight: bold;
   color: var(--color4);
   font-size: 1rem;
}
.category {
   background: var(--color15);
   border-radius: 5px;
   color: var(--color7)!important;
   font-weight: 500;
   font-size: 0.9rem;
}
.category:hover {
   background-color: #2B3442;
   color: white!important;
   cursor: pointer;
}
.category.active {
   background-color: #2B3442;
   color: white!important;
   cursor: pointer;
}
.formation-detail #my-video{
   border-radius: 30px;
   max-height: 500px;
   min-height: 450px;
   width:100%;
   position: relative;
  width: 100%;
  padding-top: 57.25%; /* Exemple pour un ratio de 16:9 */
  overflow: hidden;
}
.formation-detail iframe{
   border-radius: 30px;
   max-height: 500px;
   min-height: 450px;
}
.formation-detail h3{
   color: var(--color7);
   font-size: 1.5rem;
   font-weight: 500;
}
.formation-detail p{
   font-size: 0.9rem;
   color: var(--color7);
   font-weight: 100;
}
.formation-detail {
   position: relative;
   top: 0rem;
}

.mySwiper2 {
   float: left;
   overflow: hidden;
   padding: 15px;
   width: 100%;
   position: relative;
}

.mySwiper2 .MultiCarousel-inner {
   transition: 1s ease all;
   float: left;
}

.mySwiper2 .leftLst {
   left: 0;
}

.mySwiper2 .rightLst {
   right: 0;
}

.mySwiper2 .leftLst.over,
.mySwiper2 .rightLst.over {
   pointer-events: none;
   background: #ccc;
}

.mySwiper2 h4 {
   font-size: 0.9rem;
   padding-left: 25px;
   padding-right: 25px;
   color: var(--color7);
}

.mySwiper2 .swiper-slide {
   background-color: var(--white);
}

.mySwiper2 .image-container img {
   max-width: 100%;
   max-height: 170px;
   width: auto;
   height: 170px;
   border-radius: 10px!important;
}
.mySwiper2 .swiper-slide:hover .image-container img {
   border: 5px solid var(--color1);
}
.mySwiper2 .image-container::before{
   background:none!important;
}

/* Style pour le conteneur principal du Swiper */
.mySwiper2 {
   position: relative;
}

/* Style pour les boutons de navigation */
.mySwiper2 .swiper-button-prev, .mySwiper2 .swiper-button-next {
   position: absolute;
   top: 45%;
   transform: translateY(-50%);
   color: #333333;
   z-index: 10;
   background-color: #fff;
   border-radius: 50%;
   height: 50px;
   width: 50px;
   box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 23%);
}

.mySwiper2 .swiper-button-prev {
   left: 0; /* Positionner à gauche */
}

.mySwiper2 .swiper-button-next {
   right: 0; /* Positionner à droite */
}

/* Assurez-vous que le swiper-wrapper n'a pas de padding sinon les boutons peuvent se positionner incorrectement */
.mySwiper2 .swiper-wrapper {
   padding: 0;
}
.mySwiper2 .swiper-button-next:after, .mySwiper2 .swiper-rtl .swiper-button-prev:after {
   content: 'next';
   font-size: 30px;
}
.mySwiper2 .swiper-button-prev:after,.mySwiper2  .swiper-rtl .swiper-button-next:after{
   font-size: 30px;
}


/* page guides css */
.models-categories .accordion-button {
   font-size: 0.9rem!important;
   background: none;
   border: 0!important;
   font-weight: 500;
   background: var(--color15);
}
.accordion-header.active .accordion-button {
    background-color: var(--color1)!important;
}
.models-categories .accordion-button:not(.collapsed) {
   color: var(--white);
   background-color: var(--color4);

}
.models-categories .accordion-item {
   border: 0;
}
.models-categories .accordion-body li {
   color: var(--color7);
   font-size: 0.9rem;
   padding: 5px 20px;
   font-weight: 500;
}
.models-categories .accordion-body li.active {
   color: var(--color);
   font-weight: bold;
}
.models-categories .accordion-body {
   padding-bottom: 0;
}
.accordion-button:focus {
   box-shadow: none!important;
}
.models-categories .accordion-button::after{
   opacity: 0!important;
}

.faq-categories a {
    text-decoration: none;
}
.models-categories .accordion-button {
   padding: 10px 20px;
   border-radius: 5px;
}
.list-modeles h2{
   font-weight: 500;
   font-size: 1.5rem;
}

.single-post2 {
   background-color: var(--white);
   border-radius: 40px;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.single-post2:hover {
    border: 3px solid var(--color1);
    cursor: pointer;
}
.post-image2 {
   background-size: cover;
   width: 100%;
   height: 135px;
   background-position: center;
   border-radius: 20px;
}
.btn-download2 {
   background: var(--color4);
   padding: 10px;
   border-radius: 10px;
   color: var(--white);
   text-align: center;
   font-weight: 500;
   font-size: 0.9rem;
}

/* page FAQ css */

.cat-faq{
   background-color: var(--color15);
   color: var(--color7);
   font-weight: 500;
   border-radius: 5px;
   font-size: 0.9rem;
}
.cat-faq:hover{
   background-color: var(--color1);
   color: var(--white);
   cursor: pointer;
}
.cat-faq.active{
   background-color: var(--color1);
   color: var(--white);
   cursor: pointer;
}

.faq-acc .accordion-item {
   background-color: #F5F5F5;
   border-left: 1px solid #D8DADC;
   margin-bottom: 20px;
   border-radius: 20px!important;
   border-radius: 20px!important;
   border-right: 1px solid #D8DADC;
   border-bottom: 1px solid #D8DADC;
   border-top: 0;
}

.faq-acc .accordion-button:not(.collapsed) {
   color: #333333;
   background-color: transparent;
   box-shadow: none;
   font-size: 0.9rem;
   font-weight: 500;
}
.faq-acc .accordion-body {
   font-size: 0.8rem;
   color: #333;
   white-space: pre-line;
   margin-bottom: 0;
}
.br_lne{
  white-space: pre-line;
  margin-bottom: 0;
}
.faq-acc .accordion-button {
   color: #333333;
   background-color: transparent;
   box-shadow: none;
   font-size: 0.9rem;
   font-weight: 500;
}
.faq-acc .accordion-item:last-of-type .accordion-button.collapsed {
   border-radius: 20px!important;
}
.accordion-header {
   border-top: 1px solid #D8DADC;
   margin-bottom: 0;
   border-radius: 20px;
}
.accordion-button::after {
   /* Remplacez "plus" et "minus" par les codes de caractère correspondants de votre choix */
   /* Par exemple, pour Font Awesome 5, vous pourriez utiliser "\f067" pour plus et "\f068" pour moins */
   content: "\f068"; /* pour le signe moins */
   font-family: 'Font Awesome 5 Free'; /* Assurez-vous d'importer Font Awesome si vous utilisez ces icônes */
   font-weight: 900; /* Font Awesome 5 utilise 900 pour les icônes solides */
   background-image: none!important;

}

.accordion-button.collapsed::after {
   content: "\f067"; /* pour le signe plus */
   background-image: none;

}
/* Configurez l'icône pour l'état déplié */
.accordion-button:not(.collapsed)::after {
   /* Utilisez "\f068" pour l'icône moins */
   content: "\f068";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   background-image: none;
 }

 /* Configurez l'icône pour l'état plié */
 .accordion-button.collapsed::after {
   /* Utilisez "\f067" pour l'icône plus */
   content: "\f067";
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   background-image: none;
 }

 a{
   text-decoration: none!important;
       color: inherit!important;
 }

/* reply page css*/
.reply-ticket .card-header::first-letter {
  text-transform: uppercase;
}

.reply-ticket .card-header{
  background-color: var(--color13);
    border: 0;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 600;
}
.reply-ticket .card-header .numero{
  text-align: right;
float: right;
font-weight: 500;
font-size: 0.8rem;
}
.reply-ticket .card-body p {
  font-size: 0.9rem;
font-weight: unset;
}
.reply-ticket .card-body::first-letter {
  text-transform: uppercase;
}
.reply-ticket .card-body img{
  height: auto;
    width: 60%;
}
.reply-ticket .card{
  border:0!important;
}
.reply-ticket .card-title {
    font-weight: 600;
    font-size: 1.2rem;
}
.reply-ticket .panel-heading {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.reply-ticket textarea {
    border: 0!important;
}
.reply-ticket h4{
  font-weight: bold;
    font-size: 1rem;
}
.reply-ticket input::file-selector-button{
  border:0;
  font-size: 0.9rem;
  background-color: var(--color9);
  padding: 10px;
}
input#loadFile {
    font-size: 0.9rem;
}
button.btn.btnEnvoi {
    width: 30%;
    background: var(--color1);
    font-size:0.9rem;
    font-weight: 600;
}
div#sidebar-wrapper a {
    color: var(--white)!important;
}
.alert.alert-success {
    font-size: 0.8rem;
    background-color: var(--color1);
    border: 0;
    padding: 10px;
    color: #fff;
    width: 100%;
}
.comment-footer span {
    color: var(--color1)!important;
    font-weight: 600;
    font-size: 0.7rem;
}
.formations .separator {
    width: 70%;
}
.active>.page-link, .page-link.active {
  background-color: var(--color1)!important;
  border-color: var(--color1)!important;
}

.page-link:focus{
  box-shadow: : var(--color1)!important;
}
/*** Responsive design ***/
@media all and (min-width: 1160px) and (max-width: 1298px) {
  header .nav-link {
     color: var(--color7) !important;
     font-family: 'Gordita';
     font-weight: 500;
     font-size: 13px;
     padding-left: 0.5rem !important;
     padding-right: 0.5rem !important;
     letter-spacing: 0.7px;
 }
 #navbarDropdownMenuPacks {
    background: var(--color4);
    border-radius: 20px;
    color: var(--white) !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.nav-link:hover{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
}
@media all and (min-width: 1040px) and (max-width: 1160px) {
  header .nav-link {
    color: var(--color7) !important;
    font-family: 'Gordita';
    font-weight: 500;
    font-size: 11px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    letter-spacing: 0.7px;
}
#navbarDropdownMenuPacks {
    background: var(--color4);
    border-radius: 20px;
    color: var(--white) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.nav-link:hover {
    background: var(--color8);
    border-radius: 20px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
}
@media all and (min-width: 900px) and (max-width: 1040px) {
  header .nav-link {
    color: var(--color7) !important;
    font-family: 'Gordita';
    font-weight: 500;
    font-size: 11px;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
    letter-spacing: 0.7px;
}
svg#Home {
    width: 17px!important;
}
svg.user-icon {
    width: 13px!important;
}
#navbarDropdownMenuPacks {
    background: var(--color4);
    border-radius: 20px;
    color: var(--white) !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.nav-link:hover {
    background: var(--color8);
    border-radius: 20px;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
}
}
@media all and (min-width: 1000px) and (max-width: 1114px) {
  .head-title {
      font-size: 0.7rem;
      font-weight: 500;
  }
  .desc-post {
      font-size: 0.7rem;
    }
    .head-table svg {
    width: 24px;
}
.search-bloc legend{
  font-size: 0.8rem;
}
.reload button {
    font-size: 0.8rem;
    padding: 0.7rem 0.8rem!important;
  }
  .menu-footer a{
    font-size: 0.7rem;
  }
  .follow-us i {
    margin-right: 5px;
    font-size: 13px;
}
.bulletin-bloc{
  font-size: 0.7rem;
}
}
@media all and (min-width: 900px) and (max-width: 999px) {
  .head-title {
      font-size: 0.6rem;
      font-weight: 500;
  }
  .desc-post {
      font-size: 0.7rem;
    }
    .head-table svg {
    width: 22px;
}
.search-bloc legend{
  font-size: 0.7rem;
}
.reload button {
    font-size: 0.7rem;
    padding: 0.7rem 0.3rem!important;
  }
  .search-bloc label {
    font-size: 0.6rem;
  }
  .menu-footer a{
    font-size: 0.7rem;
  }
  .follow-us i {
    margin-right: 5px;
    font-size: 13px;
}
.bulletin-bloc{
  font-size: 0.7rem;
}
}

/* Style pour le bouton de chat */
.chat-button {
  position: fixed; /* Fixe le bouton par rapport à la fenêtre du navigateur */
  bottom: 25px; /* Distance du bouton depuis le bas de la fenêtre */
  right: 100px; /* Distance du bouton depuis le côté droit de la fenêtre */
  cursor: pointer;
  z-index: 1000; /* S'assure que le bouton est au-dessus des autres éléments de la page */
}

/* Style pour l'infobulle */
.tooltip {
  visibility: hidden;
  background-color: var(--white);
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

/* Style pour le :hover */
.chat-button:hover .tooltip {
    visibility: visible;
    opacity: 1;
    left: -204px;
    width: 183px;
    bottom: 9px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Style pour changer l'image au survol */
.chat-button:hover .chat-icon {
  content: url('../media/chat-open.png'); /* Remplacez avec le chemin de votre deuxième image */
  width: 45px;
}

/* Style pour l'image de chat par défaut */
.chat-icon {
  content: url('../media/Chat.png'); /* Remplacez avec le chemin de votre première image */
  width: 45px;

}
#keywordTag {
    background: var(--color12);
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
}
#keywordTag::first-letter{
  text-transform: uppercase;
}
.close {
    font-weight: 600;
    text-align: center;
}
/* ads bloc css */
.ads-bloc{
  background-color: var(--color4)
}
.ads-bloc h2 {
    font-size: 2.5rem;
    color: var(--white);
    font-family: "Minion pro";
    text-transform: uppercase;
}
.ads-bloc p{
  font-size: 0.9rem;
    color: var(--white);
    font-family: "Sageo light";
    font-weight: 100;
}
.ads-bloc .col1 {
    border-right: 1px solid var(--color1);
}
.mySwiper2 {
    visibility: hidden;
}


/* single guide style */
h3.tite-single-guide {
    font-size: 1rem;
    color: var(--color7);
    font-weight: 500;
}
.description-single-guide {
    font-size: 0.9rem;
    white-space: pre-line;
}
.single-guide .post-image {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: top;
    border-radius: 20px;
    min-height: 400px;
    background-repeat: no-repeat;
}
.menu-footer {
    align-items: end;
}

.pagination-btn button{
  background-color: var(--color1);
  border:0;
}
.pagination-btn button:hover {
    background-color: var(--color4);
}
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  #authentification {
    padding: 20px;
}
#sideAuth{
  padding: 20px;
}
#monCarrousel .carousel-inner .carousel-item img{
  height: 50vh;
}
#monCarrousel {
    height: 50vh;
}
.title-h5{
  text-align: left;
}
.single-domaine {
    text-align: left;
}
#domaine-droit #list-domaines{
  height: auto;
}
.show-all-dom{
  top:5%;
}
#articleCarousel .carousel-indicators{
  left:60%!important;
}
#articleCarousel1 .carousel-indicators {
    right: 75% !important;

  }
  .show-all {
    top: 1.2rem;
}
.ca h2 {
    font-size: 2rem;
  }

span.voir-plus {
    font-size: 0.8rem;
}
.title-h2 {
    font-size: 1.8rem;

  }
  .single-domaine .details a {
    font-size: 0.5rem;
}
.single-domaine .name{
  font-size: 0.6rem;
}
.logo-footer {
    width: 25%!important;
}

.scroll-page{
  min-width: 1024px;
    overflow-x: scroll!important;
    overflow-y: auto!important;
}
.formation-detail iframe {
    border-radius: 30px;
    max-height: 300px;
    min-height: 300px;
}
.formation-detail h3 {
    font-size: 1.2rem;
}
.image-container img {
    height: 160px!important;
    max-height: 160px!important;
    width: 100%!important;
}
.list-modeles h2 {
    font-size: 1.3rem;
}
.popup-title {
    font-size: 1.8rem;
  }

  .bloc-pack h4 {
    font-size: 1.2rem;
  }
  .formations .separator {
    width: 60%;
}
.guides-bloc .separator {
    width: 20%;
    opacity: 0;
}
.search-bloc label {
    font-size: 0.6rem;

  }
  .head-title {
    font-size: 0.7rem;
  }
/* .container-fluid {
    min-width: 1024px;
}

 .container {
    min-width: 1024px;
}
 .navbar-nav {
        display: flex;
        flex-direction: row;
    }
    #dashboard {
    min-width: 1024px!important;
}
.title-h2 {
    font-size: 1.8rem;
}
.container.single-ligne {
    min-width: 100%!important;
    overflow-x: scroll;
    overflow-y: auto;
}
div#filter-bloc .container-fluid {
    min-width: 100%;
}
.head-title {
    font-size: 0.7rem;
}
.scrollable-container {
    min-width: auto!important;
}
.mySwiper2 h4 {
    font-size: 0.8rem;
    padding-left: 10px;
    padding-right: 10px;
}
.image-container img {
    max-width: 100%;
    max-height: 150px;
    width: 250px!important;
    height: 150px;
}
.single-domaine .details a {
    font-size: 0.7rem;
}
header .navbar {
    min-width: 1024px;
}
header .nav-link{
    font-size:12px;
}
#articleCarousel .carousel-item .container-fluid {
    min-width: auto!important;
}
#articleCarousel .carousel-item .container-fluid .col-md-6 {
    width:50%!important;
}
#articleCarousel1 .carousel-item .container-fluid {
    min-width: auto!important;
}
#articleCarousel1 .carousel-item .container-fluid .col-md-6 {
    width:50%!important;
}*/
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #authentification {
      padding: 20px;
  }
  #sideAuth{
    padding: 20px;
  }
  #monCarrousel .carousel-inner .carousel-item img{
    height: 50vh;
  }
  #monCarrousel {
      height: 50vh;
  }
  .title-h5{
    text-align: left;
  }
  .single-domaine {
    text-align: left;
}
#domaine-droit #list-domaines{
  height: auto;
}
.show-all-dom{
  top:0
}
#articleCarousel .carousel-indicators{
  left:60%!important;
}
#articleCarousel1 .carousel-indicators {
    right: 75% !important;

  }
  .show-all {
    top: 0.9rem;
}
.ca h2 {
    font-size: 2rem;
  }
  .separator {
    display: none;
}
span.voir-plus {
    font-size: 0.8rem;
}
.title-h2 {
    font-size: 1.5rem;
  }
  .sous-title{
    font-size: 1rem;
  }
  .single-domaine .details a {
    font-size: 0.7rem;
}
.single-domaine .name{
  font-size: 0.8rem;
}
.logo-footer {
    width: 25%!important;
}
.menu-footer {
    flex-direction: column;
    align-items: start!important;
}
.scroll-page{
  min-width: 1024px;
    overflow-x: scroll!important;
    overflow-y: auto!important;
}
.formation-detail iframe {
    border-radius: 30px;
    max-height: 300px;
    min-height: 300px;
}
.formation-detail h3 {
    font-size: 1.2rem;
}
.image-container img {
    height: 200px!important;
    max-height: 200px!important;
    width: 100%!important;
}
.list-modeles h2 {
    font-size: 1.3rem;
}
.popup-title {
    font-size: 1.8rem;
  }
  .bloc-pack h4 {
    font-size: 1.2rem;
  }
/*  .container-fluid {
    min-width: 1024px;
}
 .container {
    min-width: 1024px;
}
 .navbar-nav {
        display: flex;
        flex-direction: row;
    }
      #dashboard {
    min-width: 1024px!important;
}
.title-h2 {
    font-size: 1.8rem;
}
.container.single-ligne {
    min-width: 100%!important;
    overflow-x: scroll;
    overflow-y: auto;
}
div#filter-bloc .container-fluid {
    min-width: 100%;
}
.head-title {
    font-size: 0.7rem;
}
.scrollable-container {
    min-width: auto!important;
}
.mySwiper2 h4 {
    font-size: 0.8rem;
    padding-left: 10px;
    padding-right: 10px;
}
.image-container img {
    max-width: 100%;
    max-height: 150px;
    width: 250px!important;
    height: 150px;
}
.single-domaine .details a {
    font-size: 0.7rem;
}
header .navbar {
    min-width: 1024px;
}
header .nav-link{
    font-size:12px;
}
#articleCarousel .carousel-item .container-fluid {
    min-width: auto!important;
}
#articleCarousel .carousel-item .container-fluid .col-md-6 {
    width:50%!important;
}
#articleCarousel1 .carousel-item .container-fluid {
    min-width: auto!important;
}
#articleCarousel1 .carousel-item .container-fluid .col-md-6 {
    width:50%!important;
}*/

}/* Hide desktop links on mobile screens */
@media screen and (max-width: 991px) {
    .desktop-only {
        display: none;
    }
}

/* Hide mobile links on desktop screens */
@media screen and (min-width: 991px) {
    .mobile-only {
        display: none;
    }
}
svg#Home {
    position: relative;
    top: -5px;
}

.nav-link.active {
    background: var(--color8);
    border-radius: 20px;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

/* CGU css */
#cgu h2{
  font-family: "Minion pro cond";
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
}
#cgu h4{
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    text-align: center;
}
#cgu h5{
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    margin-top: 30px;
}
#cgu h6{
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
#cgu p{
  font-size: 0.9rem;
  color: var(--color7);
  font-family: "Sageo";
}
#cgu table {
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;

}
#cgu th,#cgu td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
#cgu th {
  background-color: #f2f2f2;
}

/* .bpw-floating-button {
    background-image: url('https://www.smartcompliance.ma/client/assets/media/artbreeder-IA.png') !important;
    background-size: cover !important;
    background-color: transparent !important;
} */


