@import url("https://fonts.googleapis.com/css2?family=Baloo+Paaji+2:wght@400;500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@800&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');*/

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --colorNavDark: rgb(55 66 71); /* Couleur de la navigation en mode clair */
  --colorNavLight: #007BE5;  /* Couleur de la navigation en mode sombre */
  --backgroundWhite: rgba(255, 255, 255, 1);  /* Couleur de la navigation en mode sombre */
  --backgroundGrey:  rgb(69 87 96);
  --policeLight:  white;
  --policeDark: black;
  --backHoverLight: rgba(0,0,0,0.1);
  --backHoverDark: white;
  --dateLight: #606060;
  --dateDark: white;
  --outgoingDark: #FF1493;
  --outgoingLight: #333;
  --chatHeaderLight: white;
  --chatHeaderDark: rgb(55 66 71);
}

/* Styles pour le mode clair */
[data-theme="light"] {
  --colorNav: var(--colorNavLight); /* Utilisation de la variable pour la couleur de la navigation */
  --colorBack: var(--backgroundWhite); /* Utilisation de la variable pour la couleur de la navigation */
  --colorPolice: var(--policeDark); /* Utilisation de la variable pour la couleur de la navigation */
  --backHover: var(--backHoverLight); /* Utilisation de la variable pour la couleur de la navigation */
  --dateColor: var(--dateLight); /* Utilisation de la variable pour la couleur de la navigation */
  --outgoingColor: var(--outgoingLight); /* Utilisation de la variable pour la couleur de la navigation */
  --chatHeaderColor: var(--chatHeaderLight); /* Utilisation de la variable pour la couleur de la navigation */
}

/* Styles pour le mode sombre */
[data-theme="dark"] {
  --colorNav: var(--colorNavDark); /* Utilisation de la variable pour la couleur de la navigation */
  --colorBack: var(--backgroundGrey); /* Utilisation de la variable pour la couleur de la navigation */
  --colorPolice: var(--policeLight); /* Utilisation de la variable pour la couleur de la navigation */
  --backHover: var(--backHoverDark); /* Utilisation de la variable pour la couleur de la navigation */
  --dateColor: var(--dateDark); /* Utilisation de la variable pour la couleur de la navigation */
  --outgoingColor: var(--outgoingDark); /* Utilisation de la variable pour la couleur de la navigation */
  --chatHeaderColor: var(--chatHeaderDark); /* Utilisation de la variable pour la couleur de la navigation */
}

        body {
          font-family: Montserrat, Helvetica, sans-serif;
            padding: 0;
            margin: 0;
        }

        html, body, #map {
            height: 100%;
            /*font-family: Montserrat, Helvetica, sans-serif;*/
        }

        .lorem {
            font-style: italic;
            color: #AAA;
        }
        .card_image{
            width: 100%;
            }

        #profile, #messages{
            padding: 10px 0;
            }
            #home, #bible{
            padding: 10px 0;
            position: relative;
            }
            #myNav{
            z-index: 1000;
            }
            @media (min-width: 974px) {#myNav{
              height: 50px;}
}
            .svg-icon-red {
  fill: #FF0000;}
            .svg-icon-yellow{
  fill: #ffff00;}
img.huechange { filter: hue-rotate(9deg); }
img.huechange2 { filter: hue-rotate(123deg); }
img.huechange3 { filter: hue-rotate(194deg); }


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



/* PUBLICATIONS */
.publications{
            width: 100%;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-top: 15px;
            margin-bottom: -25px;
            position: absolute;
            top: 40px;
            bottom: 35px;
            }


.bible-content{
            width: 100%;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            padding: 0 15px;
            margin-top: 15px;
            margin-bottom: -25px;
            position: absolute;
            top: 40px;
            bottom: 35px;
            }

  @media (max-width: 974px) {
    .publications  {
      margin-top: -5px} }

.publication{
            margin-left: auto;
            margin-right: auto;
            width: 90%;
            background:  white;
            min-height: 450px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-evenly;
            text-align: center;
            margin-top: 60px;
            border-radius: 10px;
            margin-bottom: 50px;
            }

.logo img{
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 10px solid #fff;
  margin-top: -75px;
}

.publication .title{
  margin: 0rem 0rem 0rem 0rem;
  color: black;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}

.publication .subtitle{
  margin: 0rem 1rem 4rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.pray-button{
  padding: 1.2em 4.3em;
  font-size: 0.9rem;
  border-radius: 3em;
  background-color: #fb406c;
  color: white;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.pray-button-clicked{
  padding: 1.2em 4.3em;
  font-size: 0.9rem;
  border-radius: 3em;
  background-color: #5eab7c;
  color: white;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}


.pray p{
  margin: 2rem 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
}

.comment-button{
  font-size: 13px;
  font-family: 'Montserrat';
  color: #606060;
  cursor: pointer;
}

/*PRAYERS*/
.prayer{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  /*background: white;*/
  padding: 10px 10px 15px 10px;
  border-radius: 15px;
  position: relative;
}
.prayer:hover{
background-color:var(--backHover);
color: black;
}
.prayer-author{
  display: flex;
}
.prayer-author-picture{
  position: relative;
}
.green-dot-pray{
  position: absolute;
  bottom: 1px;
  right: 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #32CD32;
  border: 3px solid #fff;
}
.prayer-author-name{
  font-size: 15px;
  cursor: pointer;
}
.prayer-author-name:hover {
  text-decoration: underline;
}
.prayer-date{
  font-size: 12px;
}
.prayer-author-img{
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.prayer-author-info{
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  gap: 2px;
  margin-top: 7px;
}
.prayer-description{
  font-size: 14px;
}
.prayer-main{
  margin-top: 20px;
  width: 90%;
}
.prayer-mainarea{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.prayer-btns{
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: -7px;
  bottom: 10px;
}
.prayer-photos{
  margin-bottom: -5px;
}
.prayer-photos img{
  width: 100%;
}
.prayer-photos video{
  width: 100%;
}

#prayer-logo, #comment-logo{
  height: 24px;
  cursor: pointer;
}
#prayer-logo-love{
  width: 32px;
  cursor: pointer;
}
#prayer-logo:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.4s;

  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}


@keyframes shake {
  0% { transform: translate(1px, 1px); }
  10% { transform: translate(-1px, -2px); }
  20% { transform: translate(-3px, 0px); }
  30% { transform: translate(3px, 2px); }
  40% { transform: translate(1px, -1px); }
  50% { transform: translate(-1px, 2px); }
  60% { transform: translate(-3px, 1px); }
  70% { transform: translate(3px, 1px); }
  80% { transform: translate(-1px, -1px); }
  90% { transform: translate(1px, 2px); }
  100% { transform: translate(1px, -2px); }
}

.prayer-like-cnt{
  position: relative;
  font-size: 13px;
  margin-bottom: 7px;
}
.like-name {
  position: absolute;
  top: 5px;
  left: -100px;
  background-color: #f2f2f2;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: small;
}
.prayer-comment-cnt{
  font-size: 13px;
  margin-top: -4px;
}

/*prayers slider*/
.slider{
  /*height: 412.69px;*/
  max-width: 100%;
  position: relative;
  margin-bottom: -5px;
}

.slider-nav-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: 0.3s all ease-in-out;
}

.slider-nav-button-prev{
  display: none;
  left: 10px;
}
.slider-nav-button-next{
  right: 10px;
}

.slider-nav-button:hover{
  transform: translateY(-50%) scale(1.4);
}
.slider-nav-button svg{
  width: 25px;
  height: 25px;
}
.slider-nav-button-prev svg{
  transform: rotate(180deg);
}
.slider-nav-button svg path{
 stroke: #fff;
}

.slider-content{
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}
.slider-content-item{
  height: 100%;
  min-width: 100%;
}
.slider-content-item video{
  width: 100%;
}
.slider-content-item img{
  height: 100%;
  width: 100%;
}



/* Card profile */
.card-container{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin-top: 125px;
            /*background-color: white;*/
            border-radius: 10px;
            }
            .card-empty{
            padding: 20px;
            }
            .card-empty h4{
            margin-bottom: 6px;
            }.card-empty p{
            font-size: 12px;
            }

  @media (max-width: 974px) {
    .card-container  {
      margin-top: 60px} }

  .card-picture{
    position: relative;
}

  .card-picture img{
  height: 200px;
  width: 200px;
  border-radius: 50%;
  margin-top: -85px;
  border: 10px solid var(--colorBack);
  /*transition: 0.3s all ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}
/*.card-picture img:hover{
  transform: scale(1.1);
}*/
.green-dot {
  position: absolute;
  bottom: 12px;
  right: 45px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #32CD32;
  border: 5px solid #fff;
}
.green-dot:hover::after {
  content: "En ligne";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #32CD32;
  color: white;
  border-radius: 5px;
  font-size: small;
  white-space: nowrap;
}
.card-picture .edit-profile{
  position: absolute;
  right: 28px;
  margin-top: 10px;
  font-size: 15px;
  opacity: 0.8;
  color: black;
}
.card-btn{
            display: flex;
            }
.card-title{
            font-family: 'Raleway', sans-serif;
  font-size: 22px;
  margin-top: 15px;
    margin-left: 50px; 
    margin-right: 50px;
    cursor: pointer;
    position: relative;
            }


            
.card-btn-map{
  width: 90px;
  height: 40px;
  font-size: 14px;
  background-color: #FB406C;
  color: white;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  border: 1px solid #FB406C;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  transition-duration: 0.8s;
}
.card-btn-map:hover{
  opacity: 0.5;
  transition: all 0.8s;
  }
.card-btn-message{
  width: 90px;
  height: 40px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #FB406C;
  color: #FB406C;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  transition-duration: 0.8s;
}
.card-btn-message:hover{
  opacity: 0.5;
  transition: all 0.8s;
  }
.card-description{
            display: flex;
            font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  margin-top: 40px;
    margin-left: 20px; 
    margin-right: 20px;
    margin-bottom: 15px;

            }
.card-infos{
            font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
            }
.card-infos img{
   width: 32px;
   margin-left: 8px;
            }


/*block user*/
.block-links{
  display: block;
  position: absolute;
  right: 20px;
  top: 60px;
    cursor: pointer;
    z-index: 200;
  }

#img-block-links{
  height: 20px;
  position: relative;
}
.card-title ul{
  z-index: 1000;
  list-style: none;
  position: absolute;
  top: 18px;
  background: #fff;
  width: max-content;
  border-radius: 5px;
  padding: 10px;
  line-height: 30px;
  display: none;
  font-size: 12px;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
  font-family: 'Montserrat';
}
.card-title ul a{
  text-decoration: none;
  color: black;
}
.card-title ul.active{
  display: block;
}

/*Antennes*/
.antennes-empty{
  margin-top: 125px;
  text-align: center;
  padding: 20px;
}
.antennes-empty h4{
  margin-bottom: 6px;
}.antennes-empty p{
  font-size: 12px;
}

#antenna .sidebar-header{
  font-family: 'Raleway', sans-serif;
  margin: -10px 0 0;
}
.antennes-list{
  overflow-y: auto;
  position: absolute;
  top: 40px;
  bottom: 30px;
  padding: 0px 15px;
  min-width: 100%;
  color: var(--colorPolice);
}
.antennes-header{
  /*color: #606060;*/
  display: flex;
  position: relative;
  margin-top: 10px;
}
.antennes-dropdown{
  position: absolute;
  right: 23px;
}
.antennes-licence{
  font-style: italic;
  margin-top: 20px;
}

.antennes-default_option{
  cursor: pointer;
}
.antennes-default_option:before{
  cursor: pointer;
  content: "";
  position: absolute;
  top: 8px;
  right: -20px;
  border: 7px solid;
  /*border-color: #6f768d transparent transparent transparent;*/
  border-color: var(--colorPolice) transparent transparent transparent;
}
.antennes-dropdown ul{
  list-style: none;
  position: absolute;
  top: 25px;
  right: -20px;
  background: var(--colorBack);
  color: var(--colorPolice);
  width: 250px;
  border-radius: 7px;
  padding: 3px;
  display: none;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
}
.antennes-dropdown ul.active{
  display: block;
}
.antennes-dropdown ul li{
  cursor: pointer;
  padding: 6px 4px 6px 8px;
}
.antennes-dropdown ul li:hover{
  color: black;
  border-radius: 5px;
  background-color: var(--backHover);
}
.antennes-dropdown ul li:last-child{
  margin-bottom: 0;
}
.antennes-main{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.antennes-container{
  /*background-color: #fff;*/
  padding: 15px 5px 15px 10px;
  border-radius: 10px;
}
.antennes-container-header{
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
}
.antenne-icon .svg-icon{
  width: 35px;
  height: 35px;
}
.antenne-icon .svg-icon path{
  stroke: #FB406C;
}
.antenne-id{
  /*cursor: pointer;*/
  font-weight: 600;
  color: #FB406C;
}
/*.antenne-id:hover {
  text-decoration: underline;
}*/
.antenne-distance{
  font-size: 13px;
  /*color: #606060;*/
}
.antennes-container p{
  font-size: 15px;
}
.popup-antenne-one{
  font-family: 'Montserrat';
}
.popup-antenne-id{
  font-size: 16px;
  font-weight: 600;
  color: #FB406C;
}
.popup-antenne-distance{
  font-size: 13px;
  color: var(--colorPolice);
}
.leaflet-popup-content p{
  font-family: 'Montserrat';
  font-size: 13px;
  margin: 1em 0 !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
  background: var(--colorBack) !important;
  color: var(--colorPolice) !important;
}




/* Bible */
.bible-header{
  display: flex;
}
.bible-passage{
  display: flex;
  cursor: pointer;
}
.bible-passage .dropdown-icon{
  margin-left: 8px;
}
.dropdown-icon svg{
  fill: var(--colorPolice);
}
.bible-translation{
  cursor: pointer;
  display: flex;
  margin-left: 28px;
}

#reset-highlight{
  display: none;
  color: var(--colorPolice);
  font-family: Montserrat, Helvetica, sans-serif;
  cursor: pointer;
  border: none; 
  background: none;
  position: absolute;
  right: 18px;
  top: 2px;
}
.fa-refresh{
  margin-right: 5px;
}
#reset-highlight.active{
  display: block;
}
.bible-translation .dropdown-icon{
  margin-left: 5px;
}
.bible-menu-dropdown, .bible-translation-dropdown{
  display: none;
  margin-top: 30px;
}
.bible-menu-dropdown.active, .bible-translation-dropdown.active{
  display: block;
}
.bible-books{
  display: flex;
  gap: 12px;
}
.bible-column ul, .bible-translation-dropdown ul{
  list-style-type: none;
  margin: 10px 0;
}

.go911112886, .bible-translation-dropdown ul li{
  cursor: pointer;
 /* margin: 7px 0; */
  padding: 4px 0;
}
.go911112886:hover, .bible-translation-dropdown ul li:hover{
  background-color:var(--backHover);
  color: black;
}
.progress-bar-container {
            width: 100px;
            height: 4px;
            background-color: #f3f3f3;
            /*border-radius: 5px;*/
            overflow: hidden;
            position: relative;
            display: flex;
            justify-content: center;
            margin-top: 3px;
            margin-bottom: 3px;
        }
        .progress-bar {
            height: 100%;
            background-color: #57d53b;
            text-align: center;
            color: white;
            line-height: 20px;
            position: absolute;
            top: 0;
            left: 0;
        }
        .progress-bar-count {
            z-index: 10;
            color: var(--colorPolice);
            margin-left: 86px;
            /*display: flex;
            justify-content: center;*/
            font-size: 11px;
        }


.bible-chapter-dropdown{
  display: none;
  margin-top: 20px;
}
.bible-chapter-dropdown.active{
  display: block;
}
.bible-chapter-dropdown-back{
  width: 6px;
  float: left;
  margin-top: 4px;
  cursor: pointer;
  fill: var(--colorPolice);
}
.bible-chapters h4{
  margin: 10px 0 15px 30px;
}
.bible-chapters ul{
  list-style-type: none;
}

.ChapterContent_label__S_AvV,.ChapterContent_r__F2_xv, .ChapterContent_note__S7bux, .ChapterContent_note__YlDW0{
  display: none;
}
.bible-read{
  display: none;
  margin-top: 25px;
  /*line-height: 25px;*/
}
.bible-read.active{
  display: block;
}
.ChapterContent_chapter__yi2XM, .ChapterContent_chapter__uvbXo, .exclu-content{
  line-height: 25px;
}
.ChapterContent_chapter__uvbXo div:first-child{
  display: none;
}
.exclu-content{
  text-indent: 0.6em;
}
.ChapterContent_ms1__VuaYA{
  padding-bottom: 10px;
}
.ChapterContent_heading__RjEme, .ChapterContent_heading__xBDcs{
  font-weight: bold;
}
.ChapterContent_verse__jS6jM .ChapterContent_label__S_AvV, .ChapterContent_label__R2PLt, .exclu-content .ChapterContent_label__S_AvV{
  display: inline;
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 12px;
}
.ChapterContent_s1__4ciHF, .ChapterContent_s2__VgLOq, .ChapterContent_s__r_36F, .ChapterContent_s1__bNNaW, .ChapterContent_s2__l6Ny0{
  padding: 10px 0 10px 0;
}
.ChapterContent_s__r_36F,.ChapterContent_s__Zc7ea{
  padding: 15px 0 10px 0;
}
.ChapterContent_p___9Q1l, .ChapterContent_p__dVKHb{
  padding-bottom: 10px;
  text-indent: 1em;
}
.verse-highlight-blue{
  background-color: #badcfb;
}
#color-picker{
  display: none;
  align-items: center;
  position: absolute;
  z-index: 999;
  border: 1px solid rgb(221, 220, 218);
  padding: 4px;
  background: rgb(255, 255, 255);
}
.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  cursor: pointer;
}

#supprimer-surlignage {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 100;
}

#supprimer-surlignage.hidden {
    display: none;
}

#remove-highlight {
    cursor: pointer;
    padding: 3px 8px;
     border:none;
   background-color:transparent;
   outline:none;
   font-family: Montserrat, Helvetica, sans-serif;
   color: #FF1493;
}

.prev-next{
  display: none;
  }
  .prev-next.active{
  display: block;
  } 
  .prev-next.collapsed{
  display: none;
  } 
.prev-next svg{
  width: 7px;
  stroke: var(--colorPolice);
  stroke-width: 2;
}
@media(max-width: 991px){
  .prev-next {
  margin-top: 20px;
}
#prev-chapter{
  cursor: pointer;
  background: var(--chatHeaderColor);
  padding: 8px 0px 9px;
  height: 40px;
  width: 40px;
  border: 1px solid var(--chatHeaderColor);
  border-radius: 4px;
}
#next-chapter{
  margin-left: 20px;
  cursor: pointer;
  background: var(--chatHeaderColor);
  padding: 8px 0px 9px;
  height: 40px;
  width: 40px;
  border: 1px solid var(--chatHeaderColor);
  border-radius: 4px;
}}
@media(min-width: 992px) and (max-width: 1199px){
#prev-chapter{
  cursor: pointer;
  left: 2px;
  background: var(--chatHeaderColor);
  padding: 12px 0px 9px;
  height: 46px;
  width: 23px;
  position: fixed;
  border: 1px solid var(--chatHeaderColor);
  border-radius: 4px;
  top: 400px;
}
#next-chapter{
  cursor: pointer;
  left: 390px;
  background: var(--chatHeaderColor);
  padding: 12px 0px 9px;
  height: 46px;
  width: 23px;
  position: fixed;
  border: 1px solid var(--chatHeaderColor);
  border-radius: 4px;
  top: 400px;
}}
@media(min-width: 1200px){
#prev-chapter{
  cursor: pointer;
  left: 2px;
  background: var(--chatHeaderColor);
  padding: 12px 0px 9px;
  height: 46px;
  width: 23px;
  position: fixed;
  border: 1px solid var(--chatHeaderColor);
  border-radius: 4px;
  top: 400px;
}
#next-chapter{
  cursor: pointer;
  left: 34vw;
  background: var(--chatHeaderColor);
  padding: 12px 0px 9px;
  height: 46px;
  width: 23px;
  position: fixed;
  border: 1px solid var(--chatHeaderColor);
  border-radius: 4px;
  top: 400px;
}}
 





/* Chat box en bas à droite */
@media (min-width: 974px) {
.previous-icon {
  display: none;}
.close-icon {
position: absolute;
  font-size:15px;
  cursor: pointer;
  right: 8px;
top: 5px;
opacity: 0.7;
}

        #wrapper-chat{
          border-radius: 4px;
            position: absolute;
            bottom: 0;
            width: 26vw; 
            right: 6vw;
           /* background-color: rgba(255,255,255); */
            background-color: var(--colorBack);
            overflow: hidden; 
            z-index: 3000;
            box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0.5);
            }

            .chat-header{
              background: var(--chatHeaderColor);
              color: var(--colorPolice);
  display: flex;
  align-items: center;
  padding: 5px 5px;
}
.photo-header{
 position: relative;
}
.green-dot-msg{
 position: absolute;
  bottom: 1px;
  right: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #32CD32;
  border: 3px solid #fff;
}
.chat-header .details{
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}
.chat-header img{
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin: 0 10px 0 8px;
}
.chat-header span{
  font-size: 17px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.chat-box{
  position: relative;
  min-height: 330px;
  max-height: 330px;
  overflow-y: auto;
  padding: 5px 5px 5px 5px;
  box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
              inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
}
#wrapper-chat .text{
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.chat-box .chat{
  margin: 15px 0;
}
.chat-box .chat p{
  font-size: 15px;
  word-wrap: break-word;
  padding: 8px 16px;
  box-shadow: 0 0 32px rgb(0 0 0 / 8%),
              0rem 16px 16px -16px rgb(0 0 0 / 10%);
}
.chat-box .outgoing{
  display: flex;
}
.chat-box .outgoing .details{
  margin-left: auto;
  margin-right: 5px;
  max-width: calc(100% - 130px);
  position: relative;
}
.details-timestamp-outgoing{
  display: none;
  font-size: 10px;
  color: var(--colorPolice);
  position: absolute;
  right: -5px;
  width: 100px;
}
.details-timestamp-incoming{
  display: none;
  font-size: 10px;
  color: var(--colorPolice);
  position: absolute;
  left: 0px;
  width: 100px;
}
.details:hover .details-timestamp-outgoing {
    display: block;
  }
.details:hover .details-timestamp-incoming {
    display: block;
  }
.outgoing .details p{
  background: var(--outgoingColor);
  color: #fff;
  border-radius: 18px
   18px 0 18px;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}
.chat-box .incoming{
  display: flex;
  align-items: flex-end;
}
.chat-box .incoming .details{
  margin-right: auto;
  margin-left: 10px;
  max-width: calc(100% - 130px);
  position: relative;
  cursor: pointer;
}
.chat-read{
  display: none;
  position: absolute;
  left: 13px;
  bottom: 65px;
  font-size: small;
  color: var(--colorPolice);
}
.incoming .details p{
  background: #fff;
  color: #333;
  border-radius: 18px 18px 18px 0;
  font-family: 'Raleway', sans-serif;
}
.temp .details p{
  background: #9fa3b1;
  color: #fff;
}
.typing-area{
  background: var(--colorBack);
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
}
.typing-area input{
  height: 45px;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  font-family: 'Raleway', sans-serif;
}

.typing-area textarea{
  height: 45px;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 11px 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  font-family: 'Raleway', sans-serif;
}
.typing-area-blocked{
  height: 61px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.typing-area button{
  color: #fff;
  width: 58px;
  border: none;
  outline: none;
  background: #333;
  font-size: 19px;
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}
.typing-area button.active{
  opacity: 1;
  pointer-events: auto;
}
}

@media (max-width: 974px) {
  .previous-icon {
  font-size:20px }
.close-icon {
  position: absolute;
  font-size:20px;
  text-align: center;
  cursor: pointer;
  right: 15px;
top: 6px;
opacity: 0.7;}

        #wrapper-chat{
            position: absolute;
            height: 100%;
            width: 100%; 
            background-color: var(--colorBack);
            overflow: hidden; 
            z-index: 3000;
            }

            .chat-header{
              top: 0px;
              position: fixed;
              width: 100%;
              height: 60px;
              color: var(--colorPolice);
            background-color: var(--chatHeaderColor);
  display: flex;
  align-items: center;
  padding: 0px 0px 5px 5px;
}

.fixed-chat-header {
  position: fixed;
  top: 0;
  width: 100%;
}
.photo-header{
 position: relative;
}
.green-dot-msg{
 position: absolute;
  bottom: 1px;
  right: 9px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #32CD32;
  border: 3px solid #fff;
}
.chat-header .details{
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}
.chat-header img{
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin: 0 10px 0 8px;
}
.chat-header span{
  font-size: 17px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.chat-box{
  position: absolute;
  top: 60px;
  bottom: 70px;
  width: 100%;
  /*min-height: 330px;
  max-height: 330px;*/
  overflow-y: auto;
  padding: 5px 5px 5px 5px;
  box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
              inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
}
#wrapper-chat .text{
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.chat-box .chat{
  margin: 15px 0;
}
.chat-box .chat p{
  font-size: 15px;
  word-wrap: break-word;
  padding: 8px 16px;
  box-shadow: 0 0 32px rgb(0 0 0 / 8%),
              0rem 16px 16px -16px rgb(0 0 0 / 10%);
}
.chat-box .outgoing{
  display: flex;
}
.chat-box .outgoing .details{
  margin-left: auto;
  margin-right: 5px;
  max-width: calc(100% - 130px);
  position: relative;
}
.details-timestamp-outgoing{
  display: none;
  font-size: 10px;
  color: var(--colorPolice);
  position: absolute;
  right: -5px;
  width: 100px;
}
.details-timestamp-incoming{
  display: none;
  font-size: 10px;
  color: var(--colorPolice);
  position: absolute;
  left: 0px;
  width: 100px;
}

.outgoing .details p{
  background: var(--outgoingColor);
  color: #fff;
  border-radius: 18px 18px 0 18px;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}
.chat-box .incoming{
  display: flex;
  align-items: flex-end;
}
.chat-box .incoming .details{
  margin-right: auto;
  margin-left: 10px;
  max-width: calc(100% - 130px);
  position: relative;
}
.chat-read{
  display: none;
  position: absolute;
  left: 13px;
  bottom: 72px;
  font-size: small;
  color: var(--colorPolice);
}
.incoming .details p{
  background: #fff;
  color: #333;
  border-radius: 18px 18px 18px 0;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}
.temp .details p{
  background: #9fa3b1;
  color: #fff;
}
.typing-area{
  padding: 13px 20px;
  display: flex;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 70px;
}
.typing-area-blocked{
  height: 70px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.typing-area input{
  height: 100%;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  font-family: 'Raleway', sans-serif;
}
.typing-area textarea{
  height: 100%;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 11px 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  font-family: 'Raleway', sans-serif;
}
.typing-area button{
  color: #fff;
  height: 100%;
  width: 58px;
  border: none;
  outline: none;
  background: #333;
  font-size: 19px;
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}
.typing-area button.active{
  opacity: 1;
  pointer-events: auto;
}
}


/* Profil des utilisateurs */
        .data {
    position: relative;
    display: flex;
    flex-direction: column;
}
.data .bottom {
    background: #febf00;
    padding: 0rem 0;
    min-height: 4.6rem;
    max-height: 9.5rem;
    box-sizing: border-box;
    font-size: inherit;
    display: flex;
    align-items: center;
    margin-top: -4px;
}
.row {
    font-size: inherit;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
.bottom .row div {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 33%;
}
.age-cont, .lang-cont {
    border-left: 0.1em solid #000;
}
.gender, .language, .age {
   font-family: 'Baloo Paaji 2', cursive;
}
.number {
   font-size: 1.5em;
}
.draw-border {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  font-family: 'Baloo Paaji 2', cursive;
}

/* liste des messages CSS Start */
.message-empty{
  margin-top: 125px;
  text-align: center;
  padding: 20px;
}
.message-empty h4{
  margin-bottom: 6px;
}.message-empty p{
  font-size: 12px;
}.message-empty a{
  text-decoration: none;
}
.users-list .content{
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 10px;
  border-bottom: 1px solid #e6e6e6;
  /*justify-content: space-between;*/
  text-decoration: none;
}
.users-list img{
  object-fit: cover;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}
.users-list .content{
  display: flex;
  align-items: center;
}
.photo-msg{
  position: relative;
}
.green-dot-conv{
  position: absolute;
  bottom: 1px;
  right: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #32CD32;
  border: 3px solid #fff;
}
.users-list .content .details{
  /*color: #000;*/
  margin-left: 20px;
}
.users-list .content:hover{
  color: black;
  border-radius: 5px;
  background-color: var(--backHover);
}
.users-list .details span{
  font-size: 18px;
  font-weight: 300;
  font-family: 'Raleway';
}
.details-date{
  font-size: 12px !important;
  font-family: 'Montserrat' !important;
  font-weight: normal !important;
 /* color: #606060 !important;*/
  margin-left: 3px;
}
.users-list{
  margin: 4px 4px 0px 4px;
  cursor: pointer;
  overflow-y: auto;
  height: 100%;
}
.nonread{
  font-weight: bold;
}

  @media (max-width: 974px) {
    .users-list  {
      margin-top: -30px} }
.users-list::-webkit-scrollbar{
  width: 0px;
}
.users-list a{
  border-bottom-color: #e6e6e6;
}
.users-list a:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}
.users-list a .details p{
 /* color: black;*/
  font-family: 'Montserrat';
  font-size: 13px;
  margin-top: 10px;
}
/*  position: fixed; top: 0; right: 0; border: 0;
  background-color: lightblue;
}*/

/*  SETTINGS */
.settinglist {
  margin-left: -40px;
}
.settinglist li a{
  text-decoration: none;
}

.settinglist li {
  height: 40px;
  width: 100%;
  float: left;
  list-style: none;
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  color: black;
  font-size: medium;
}

.settinglist li a{
  text-decoration: none;
  color: black;
}

/*NAV BAR*/
nav {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  background: var(--colorNav);
  padding: 5px 1vw;
  box-shadow: inset 0px -1px 0px #c5c5c6;
}

@media (max-width: 974px) {
    nav{
  
  box-shadow: none;
}

}

.nav-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 3vw;
}


.nav-icon span {
  /*font-family: Roboto Flex, sans-serif;*/
  font-family: 'Raleway', sans-serif;
  font-size: 23px;
  margin-left: 8px;
  font-weight: 400;
  color: white;
}
.nav-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /*transform: rotate(-17deg) translateX(5px);*/
}
.sidebar-tabs  {
  width: 23vw;
}
.sidebar-tabs ul{
  width: 100%;
  display: flex;
  justify-content: space-evenly;
   }
.sidebar-tabs li {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: white;
  display: inline-block;
}

.sidebar-tabs ul li a:hover {
  color: var(--outgoingColor);
}

.sidebar-tabs a{
  text-decoration: none;
  color: white;
}

.sidebar-tabs li.active .underline-menu {
  text-decoration: underline;
  text-underline-offset: 5px;
}
#nonreadconversation {
  margin-left: 10px;
  border-radius: 100%;
  padding: 0.9px 5px 0.5px;
  background-color: white;
  color: #000000;
  }


@media (max-width: 974px){
.sidebar-tabs li.active .underline-menu {
  color: #fb406c;
  text-underline-offset: 2px;
}
.sidebar-tabs li.active #nonreadconversation {
  background-color: #fb406c;
  color: white;
}
}

.nav-authentication {
  position: absolute;
  right: 1.5vw;
}
.sign-btns {
  margin-bottom: 3px;
}

.sign-btns a {
  font-family: Montserrat, Helvetica, sans-serif;
  font-size: 12px;
  min-width: 90px;
  padding: 10px 1vw;
  margin: 0px 0px 0px 0px;
  border-radius: 7px;
  cursor: pointer;
  border: none; 
  text-decoration: none;
}

#sign-btns-login {
  background: white;
  color: black;
}
#sign-btns-signup {
  background: #FF1493;
  color: white;
  margin-left: 5px;
}
#sign-btns-logout {
  background: #fb406c;
  color: white;
  margin-left: 5px;
}
@media (min-width: 974px) and (max-width: 1199px) {
    #sign-btns-signup {
      display: none; }
      #sign-btns-login {
  background: #fb406c;
  color: white;
}
}

/* mode sombre */

/* Styles pour le bouton de type "switch" */
  .mode-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    border-radius: 20px;
  }

  .mode-switch input {
    display: none;
  }

  .mode-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
  }

  .mode-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  .mode-switch input:checked + .mode-slider {
    background-color: #FF1493;
  }

  .mode-switch input:checked + .mode-slider:before {
    transform: translateX(20px);
  }
#sun-icon{
  margin-left: 6px;
  margin-top: 4px;
}
 #moon-icon{
  margin-left: 9px;
  margin-top: 4px;
}
#sun-icon svg{
  width: 25px;
  height: 25px;
}
#moon-icon svg{
  width: 22px;
  height: 22px;
}
#sun-icon svg path, #moon-icon svg path{
  stroke: white;
}


    
/* Search bar */

.wrapper{
  position: absolute;
  right: 20vw;
}
.wrapper.active{
  position: absolute;
  right: 11vw;
}

 .wrapper .search_box{
  width: 34vw;
  background: #fff;
  /*border-radius: 37px;*/
  height: 30px;
  display: flex;
  padding: 0px 10px;
  /*box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;*/
}


.wrapper .search_box .dropdown{
  width: 25%;
  margin-top: auto;
  margin-bottom: auto;
  color: #9fa3b1;
  position: relative;
  cursor: pointer;
}
.wrapper .search_box .dropdown .default_option{
  text-transform: uppercase;
  padding: 0px 15px;
  font-size: 14px;
}
.wrapper .search_box .dropdown ul{
  list-style: none;
  position: absolute;
  top: 30px;
  left: -10px;
  background: #fff;
  width: 80px;
  border-radius: 7px;
  padding: 3px;
  display: none;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
}
.wrapper .search_box .dropdown ul.active{
  display: block;
}
.wrapper .search_box .dropdown ul li{
  padding-bottom: 15px;
  font-size: 12px;
  padding: 8px;
}
/*.wrapper .search_box .dropdown ul li:last-child{
  padding-bottom: 0;
}*/
.wrapper .search_box .dropdown ul li:hover{
  color: black;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.1);
}
.wrapper .search_box .dropdown .default_option:before{
  content: "";
  position: absolute;
  top: 5px;
  right: 20px;
  border: 7px solid;
  border-color: #6f768d transparent transparent transparent;
}
.wrapper .search_box .search_field{
  width: 72%;
}
.wrapper .search_box .search_field .input{
  font-family: Montserrat, Helvetica, sans-serif;
  width: 85%;
  height: 100%;
  border: 0px;
  font-size: 12px;
  padding-left: 20px;
  color: #6f768d;
}
.wrapper .search_box .search_field .input:focus{
  outline: none;
}
.wrapper .search_box .search_field .fas{
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 19px;
  color: #6f768d;
  cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9fa3b1;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #9fa3b1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9fa3b1;
}
/*LISTE dans la search bar*/
.search-list{
    cursor: pointer;
    overflow-y: auto;
   margin-top: 15px;
   background: white;
  border-radius: 2px;
   margin-right: -10px;
   max-height: 250px;
   box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px; 
}

.search-list a{
   padding-left: 10px;
   height: 50px;
   border-bottom-color: #f1f1f1;
display: flex;
    align-items: center;
   justify-content: space-between;
    text-decoration: none;
}
.search-list a:hover{
  color: black;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.1);
}

.search-list .search-content{
    display: flex;
    align-items: center; }
}
.search-list .search-content .search-details{
    color: #000;
    margin-left: 20px;
   margin-top: 12px;
}
.search-list .search-details span{
    font-size: 16px;
    font-weight: 350;
   margin-top: 15px;
   margin-left: 10px;
}
.search-list a img{
   object-fit: cover;
   border-radius: 50%;
   height: 35px;
   width: 35px;
}
#search-clear-button {
  width: 3%;
  margin-top: auto;
  margin-bottom: auto;
}

#clear-button {
  background-color: transparent; 
  border: none; 
  cursor: pointer; 
}

.cross-icon {
  font-size: 18px;
  color: #9FA3B1;
  transition: color 0.2s;
}

.cross-icon:hover {
  color: #000;
}

/**/

.pac-container{
   width: 500px !important;
   top: 125px !important;
   box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px !important; 
}
.sessionmain-navlinks{
    cursor: pointer;
    z-index: 1000;
  }
  #session-small-screen{
  height: 30px;
}


  @media (min-width: 974px) {
    #session-small-screen{
      display: none;
  height: 30px;
}
    .pac-container {
   width: 347px !important;
   top: 55px !important;
   box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px !important;  } }

   .sessionmain-navlinks{
    display: block;
  position: absolute;
  right: 24px;
  top: 6px;
    cursor: pointer;
  }
  #session-big-screen-name{
  height: 32px;
  width: 32px;
  position: absolute;
  right: 50px;
  top: 9px;
  color: white;
}
  #session-big-screen{
  height: 38px;
  width: 38px;
  position: relative;
  border-radius:12%;
}
  @media (max-width: 974px) {
    #session-big-screen, #session-big-screen-name{
      display: none;
    }
    .sessionmain-navlinks{
  right: 8px;
  top: 13px;
  } }


.sessionmain-navlinks ul{
  z-index: 1000;
  list-style: none;
  position: absolute;
  top: 40px;
  right: 10px;
  background: #fff;
  width: 120px;
  border-radius: 5px;
  padding: 3px;
  line-height: 30px;
  display: none;
  font-size: 12px;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
}
.sessionmain-navlinks ul li{
  padding: 2px 4px 2px 8px;
}
.sessionmain-navlinks ul a{
  text-decoration: none;
  color: black;
}
.sessionmain-navlinks ul.active{
  display: block;
}
.sessionmain-navlinks ul li:hover{
  color: black;
  border-radius: 5px;
  background-color: rgba(0,0,0,0.1);
}


/*clear discussion*/
  .content-navlinks{
    display: block;
  position: absolute;
  right: 20px;
    cursor: pointer;
  }
   .content-navlinks button{
   cursor: pointer;
    border: none;
  }
  .content-navlinks{
    display: none;
  }
  .content:hover > .content-navlinks {
  display: block;
}
@media (max-width: 974px) {
      .content-navlinks{
    display: block;
  }}

  /*custom modal*/
  .dlg-container{
          position:absolute;
          left: 50%;
          top: -30%;
          transform: translateX(-50%) translateY(-50%);
          width: 310px;
          background: #fff;
          border: 2px solid #ddd;
          box-shadow: 1px 1px 5px 1px #ccc;
          border-radius: 10px;
          opacity: 0;
          transition: all 0.3s linear 0s;
          z-index: 9999;
        }
       .dlg-body{
          padding: 28px 24px;
          line-height: 28px;
          text-align: center;
          font-size: 21px;
          font-weight: 700;
        }
        .dlg-footer{
          text-align: center;
          display: flex;
          flex-direction: column;
          font-size: 14px;
        }
        .dlg-footer a{
          border: none;
          background: none;
          outline: none;
          padding: 0px;
          color: rgb(22,24,35);
          height: 48px;
          line-height: 48px;
          cursor: pointer;
        }
        .dlg-footer a:first-child{
          color: red;
        }
        .dlg-footer a:first-of-type::before{
          content: "";
          width: 100%;
          height: 1px;
          display: block;
          background: rgba(22,24,35,0.12);
        }
        .dlg-footer a:first-of-type::after{
          content: "";
          width: 100%;
          height: 1px;
          display: block;
          background: rgba(22,24,35,0.12);
        }
        .dlg-footer a:active{
          box-shadow: inset 2px 2px 4px 0 #ccc;
          color: #666;
        }
        .freeze-layer{
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(0,0,0,0.5);
          z-index: 9998;
        }


/*menu à droite*/
.main-navlinks{
  display: block;
  position: absolute;
  right: 20px;
    cursor: pointer;
  }

#menu-navlinks{
  height: 30px;
  position: relative;
}
.main-navlinks ul{
  z-index: 1000;
  list-style: none;
  position: absolute;
  top: 33px;
  right: 10px;
  background: #fff;
  width: 120px;
  border-radius: 5px;
  padding: 10px;
  line-height: 30px;
  display: none;
  font-size: 12px;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
}
.main-navlinks ul a{
  text-decoration: none;
  color: black;
}
.main-navlinks ul.active{
  display: block;
}
.main-navlinks{
    display: none;
  }

@media (max-width: 974px) {
  nav {
    padding: 5px 0px;
    height: 60px;
    /*position: relative;*/
  }
  .nav-icon {
  margin-left: 8px;
}
.sidebar-tabs {
  width: 100%;
  position: absolute;
  top: 60px;
  padding: 10px 0px 6px 0px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--colorNav);
   }
   .sidebar-tabs ul{
  display: flex;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
   }
   .main-navlinks{
    display: block;
  position: absolute;
  right: 8px;
  top: 13px;
  cursor: pointer;
  z-index: 1000;
  }

    .wrapper, .wrapper.active {
  position: absolute;
  width: 100%;
  top: 91px;
  margin-left: 0px;
  right: 0px;
      }
      .wrapper .search_box {
        border-radius: 0px;
  width: 100%;
      }

  .nav-icon span {
    font-size: 22px;
  }

  .nav-authentication {
    margin-left: 0;
  }
  .sign-btns {
    display: none;
  }
  .sign-user {
    display: block;
    cursor: pointer;
    border: none;
  }
  .sign-user img {
    width: 20px;
  }
  }
  @media (min-width: 974px) and (max-width: 1199px) {
   
.wrapper {
  position: absolute;
  right: 140px;
      }
   } 

/*SIDEBAR*/

.sidebar {
  position: absolute;
  top: 92px;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 500;  }
  .sidebar.collapsed {
    width: 0px; }
  @media (min-width: 974px) {
    .sidebar {
      top: 84px;
      bottom: 10px;
      transition: width 500ms; 
      } }
  /*@media (min-width: 768px) and (max-width: 991px) {
    .sidebar {
      width: 305px; } }*/
 /* @media (min-width: 877px) and (max-width: 911px) {
    .sidebar {
      top: 70px;
      width: 390px; } }*/
  @media (min-width: 974px) and (max-width: 1199px) {
    .sidebar {
      top: 70px;
      width: 390px; } }
  @media (min-width: 1200px) {
    .sidebar {
      top: 70px;
      width: 34vw; } }

.sidebar-left {
  left: 0; }
  @media (min-width: 974px) {
    .sidebar-left {
      left: 15px; } }

.sidebar-right {
  right: 0; }
  @media (min-width: 974px) {
    .sidebar-right {
      right: 10px; } }

.sidebar-content {
  position: absolute;
  color: var(--colorPolice);
  top: 0;
  bottom: 0;
  background-color: var(--colorBack);
  overflow-x: hidden;
  overflow-y: auto; }
  .sidebar-left .sidebar-content {
    left: 0;
    right: 0; }
  .sidebar-right .sidebar-content {
    left: 0;
    right: 0; }
  .sidebar.collapsed > .sidebar-content {
    overflow-y: hidden; }

.sidebar-pane {
  display: none;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px 20px; }
  .sidebar-pane.active {
    display: block; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sidebar-pane {
      min-width: 265px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sidebar-pane {
      min-width: 350px; } }
  @media (min-width: 1200px) {
    .sidebar-pane {
      min-width: 420px; } }




.sidebar-header {
  display: block;
  margin: -10px -20px 0;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 17px;
  color: #fff;
  background-color: var(--colorNav); }
  @media (max-width: 974px) {
    .sidebar-header  {
      background:none;
      color:rgba(255, 255, 255, 0) } 
      .sidebar-header .fa-caret-left {
      color:var(--colorPolice) }}
  

  .sidebar-right .sidebar-header {
    padding-left: 40px; }

.sidebar-close {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer; }
  .sidebar-left .sidebar-close {
    right: 0; }
  .sidebar-right .sidebar-close {
    left: 0; }

.sidebar-left ~ .sidebar-map {
  margin-left: 0px; }
  @media (min-width: 768px) {
    .sidebar-left ~ .sidebar-map {
      margin-left: 0; } }

.sidebar-right ~ .sidebar-map {
  margin-right: 40px; }
  @media (min-width: 768px) {
    .sidebar-right ~ .sidebar-map {
      margin-right: 0; } }

.sidebar {
  border-right: 0;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px; }
  @media (min-width: 768px) {
    .sidebar {
      border: 0;
      border-radius: 2px; } }

@media (min-width: 974px) {
  .sidebar-left {
    bottom: 35px; } }

@media (min-width: 768px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    transition: margin-left 500ms; 
    } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 325px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 410px !important; } }

@media (min-width: 1200px) {
  .sidebar-left ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 480px !important; } }

@media (min-width: 768px) {
  .sidebar-left.collapsed ~ .sidebar-map .gm-style > div.gmnoprint[style*="left: 0px"] {
    margin-left: 60px !important; } }

@media (min-width: 768px) {
  .sidebar-right {
    bottom: 24px; } }

@media (min-width: 768px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    transition: margin-right 500ms; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 325px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 410px !important; } }

@media (min-width: 1200px) {
  .sidebar-right ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 480px !important; } }

@media (min-width: 768px) {
  .sidebar-right.collapsed ~ .sidebar-map .gm-style > div.gmnoprint[style*="right: 28px"] {
    margin-right: 60px !important; } }

/* j'ai decalé le titre */
    #profile .sidebar-header {
  margin: -10px 0 0;
  font-family: 'Raleway', sans-serif;
  }
  #home .sidebar-header, #bible .sidebar-header {
  margin: -10px 0 0;
  font-family: 'Raleway', sans-serif;
  }
  #messages .sidebar-header {
  margin: -10px 0 0;
  font-family: 'Raleway', sans-serif;
  }
  #settings .sidebar-header {
  font-family: 'Raleway', sans-serif;
  } 
  #direct .sidebar-header {
  font-family: 'Raleway', sans-serif;
  } 

  .sidbar-tabs ul{
  padding-inline-start: 0px;
  }

  #home,#bible {
  height: 100%;
            overflow-y: hidden;
  }
   #antenna {
  height: 100%;
            overflow-y: hidden;
            padding: 10px 0px;
  }
  #messages {
  height: 100%;
            overflow-y: hidden;
  }
  



  /*commentaires*/
  .fa-circle-xmark{
    cursor: pointer;
  }
  .commentaire{
    position: absolute;
    background-color: var(--colorBack);
    color: var(--colorPolice);
    display: flex;
    flex-direction: column;
      overflow: hidden;
     z-index: 1500; 
     border: 0;
      border-radius: 2px; 
  }
  @media (max-width: 974px) {
    .commentaire{
  top: 0;
      left: 0;
  bottom: 0;
  width: 100%;}
  }
  @media (min-width: 974px) and (max-width: 1199px) {
    .commentaire{
    top: 70px;
      left: 15px;
    bottom: 25px;
    width: 390px}}

    @media (min-width: 1200px) {
      .commentaire{
      top: 70px;
      left: 15px;
      bottom: 25px;
      width: 34vw;}}

  .commentaire-header{
    display: block;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14.4pt;
  color: #fff;
  background-color: var(--colorNav);
  font-family: 'Raleway';
  }
  .commentaire-close{
    position: absolute;
    right: 10px;
  }
   #commentaire-wrapper{
  position: relative;
            height: 100%;
            overflow: hidden; 
  /*background-color: rgba(255, 255, 255, 0.9);*/  }
   
  .load-comments {
  position: absolute;
  top: 5px;
    bottom: 61px;
  overflow-x: hidden;
  overflow-y: auto; 
    left: 0;
    right: 0; }
    .comment_area{
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
 .comment_area input{
  height: 45px;
  width: calc(100% - 50px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  font-family: 'Raleway', sans-serif;
}

 .comment_area textarea{
  height: 45px;
  width: calc(100% - 50px);
  font-size: 16px;
  padding: 11px 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  font-family: 'Raleway', sans-serif;
}
.comment_area button{
  color: #fff;
  width: 50px;
  border: none;
  outline: none;
  background: #333;
  font-size: 19px;
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}
.comment_area button.active{
  opacity: 1;
  pointer-events: auto;
}
.comment-img-box-2 img{
height: 50px;
  width: 50px;
  border-radius: 50%;}
  .al-comment-ar{
  display: flex;
  padding: 10px;
}
  .cm-date{
  color: var(--colorPolice);
  font-weight: normal;
  margin-left: 4px;
}
  .main-comment-ar{
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.main-comment-area{
  margin-left: 10px;
  margin-right: 28px;
}
.main-comment-name{
  font-size: 13px;
}
.cm-date{
  font-size: 12px;
}
.main-comment-name .mb-0 {
    cursor: pointer;
}
.main-comment-area .mb-0 b{
  font-size: 13px;
}
.main-comment-name .mb-0:hover {
    text-decoration: underline;
}
/*.w-90{
  margin-bottom: 10px;
}.w-100{
 margin-bottom: 10px; 
}*/
.comment_area .input-field{
  width: 90%;
}
.container-reply-close, .container-reply-open{
  color: var(--colorPolice);
  font-size: 12px;
  margin-left: 15px;
  cursor: pointer;
}
.container-reply{
  margin-left: 50px;
}
.comment-text{
  font-size: 13px;
  font-family: 'Montserrat';
  /*color: black;*/
}
.btns{
  display: flex;
}
.replay-btn, .delete-btn{
  cursor: pointer;
  font-size: 12px;
  color: var(--colorPolice);
  margin-top: 3px;
}.delete-btn{
  margin-left: 7px;
}
.comment-delete{
  position: absolute;
  right: 20px;
}
.comment-delete button{
  border: none;
  cursor: pointer;
}
.like-btn-area{
  /*color: rgba(22, 24, 35, 0.8);*/
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 15px;
}
.like-btn-area a{
  cursor: pointer;
}
.comment-like-cnt, .reply-like-cnt{
  margin-left: 1px;
  font-size: 10px;
}
.prayer-like, .prayer-like-clicked{
  width: 60px;
  height: 60px;
  margin-top: -15px;
}
.svg-animation{
  width: 67px;
  height: 67px;
}
.svg-animation div, .svg-animation svg{
  top: -2.5px !important;
  left: -2.5px !important;
}
.svg-animation svg path{
  fill: #007BE5;
}
.svg-animation svg path{
  stroke: #007BE5;
}
.svg-initial svg path{
  fill: #007BE5;
}
.svg-initial svg path{
  stroke: #007BE5;
}

