html,
body {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-decoration: none;
}

.remove-scroll::-webkit-scrollbar {
  display: none;
}

.inputs-cord {
  margin: 10px 0px;
}
.inputs-cord input {
  outline: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px;
}

.remove-scroll {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.fq {
  display: flex !important;
  flex-direction: column;
}
.fq .title {
  font-size: 10px;
  font-weight: 400;
}
.fq .frequency-packet {
  display: flex;
  align-items: center;
}
.fq .frequency-packet .point-fq {
  height: 10px;
  width: 10px;
  background-color: rgb(5, 82, 177);
  border-radius: 100px;
  margin-right: 5px;
  animation: blinker 3s linear infinite;
}
.fq .frequency-packet .frequces-value {
  color: rgb(5, 82, 177);
}
@keyframes point-fq {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fq .frequency-packet .value {
  font-size: 12px;
  font-weight: 800;
  color: rgb(5, 82, 177);
}

.test-subscpription {
  height: 13px;
  width: 13px;
  border-radius: 100px;
  margin: 10px;
}

.btn-audience {
  font-size: 12px;
  background-color: rgb(5, 82, 177);
  font-weight: 600;
  border-radius: 70px;
  padding: 6px 14px;
  color: white;
  margin-top: 10px;
}

.partage-actu:hover {
  background-color: rgb(18, 92, 228);
}

.partage-actu {
  background-color: rgb(5, 82, 177);
  padding: 8px 14px;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 50px;
  color: white;
  width: -moz-max-content;
  width: max-content;
  margin: 14px 20px;
}
.partage-actu i {
  margin-right: 10px;
}

label {
  font-size: 15px;
}

.unlog {
  border-radius: 8px;
  padding: 10px;
  background-color: red;
  font-size: 13px;
  color: white;
}

.unlog:hover {
  background-color: rgb(241, 113, 113);
}

.menu {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 12px;
}
.menu .menu-one {
  display: flex;
  justify-content: start;
  align-items: center;
}
.menu .menu-one .logo {
  font-weight: 700;
  font-size: 15px;
}
.menu .menu-one .logo i {
  font-size: 30px;
  margin: 0px 20px;
  transition: 0.9s;
  cursor: pointer;
}
.menu .menu-one .logo i:hover {
  color: rgb(5, 82, 177);
}
.menu .menu-one .search-zone:hover {
  background-color: rgb(221, 219, 219);
}
.menu .menu-one .search-zone:hover .search-element {
  display: flex !important;
}
.menu .menu-one .search-element {
  display: none !important;
}
.menu .menu-one .search-element:hover {
  display: flex !important;
}
.menu .menu-one .search-zone {
  height: 42px;
  margin: 0px 40px;
  width: 300px;
  padding: 0px 12px;
  background-color: rgb(237, 236, 236);
  border-radius: 5px;
  display: flex;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  transition: 0.8s;
  position: relative;
}
.menu .menu-one .search-zone .close-search {
  color: red;
}
.menu .menu-one .search-zone label {
  font-weight: 500;
  font-size: 12.6px;
  margin: 0px 10px;
  cursor: pointer;
}
.menu .menu-one .search-zone .search-element {
  z-index: 0;
  background-color: white;
  width: 322px;
  position: absolute;
  top: 40px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px;
  border: 1px solid rgb(237, 236, 236) !important;
}
.menu .menu-one .search-zone .search-element .item-search {
  border: 1px solid rgb(237, 236, 236) !important;
  width: -moz-max-content;
  width: max-content;
  padding: 6px 8px;
  font-size: 12px;
  margin: 5px;
  border-radius: 8px;
  transition: 0.9s;
  display: flex;
  justify-items: start;
  align-items: center;
  cursor: pointer;
}
.menu .menu-one .search-zone .search-element .item-search .icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: rgb(5, 82, 177);
  cursor: pointer;
  display: grid;
  place-content: center;
  pointer-events: auto;
}
.menu .menu-one .search-zone .search-element .item-search:hover {
  background-color: rgb(5, 82, 177);
  color: white !important;
}
.menu .menu-one .search-zone .search-element .item-search:hover .icon {
  color: white !important;
}
.menu .menu-one .search-zone .search-element .label:hover + .item-search {
  background-color: rgb(5, 82, 177);
  cursor: pointer;
}
.menu .connected-user {
  height: 40px;
  width: 40px;
  background-color: rgb(5, 82, 177);
  display: grid;
  place-content: center;
  border-radius: 100%;
  color: white;
  cursor: pointer;
}
.menu .menu-two {
  display: flex;
  align-items: center;
}
.menu .menu-two .user-btn {
  font-size: 12px;
  background-color: rgb(5, 82, 177);
  color: white;
  padding: 8px 20px;
  margin: 3px;
  transition: 0.8s;
  border-radius: 7px;
  cursor: pointer;
  border: solid 1px rgb(5, 82, 177);
}
.menu .menu-two .user-btn:hover {
  border: solid 1px rgb(5, 82, 177);
  color: rgb(5, 82, 177);
  background-color: white;
}
.menu .menu-two .user-btn:active {
  border: solid 1px rgb(5, 82, 177);
  color: rgb(5, 82, 177);
  background-color: rgb(5, 82, 177);
}

.brand {
  height: 550px;
  width: 100vw;
  position: relative;
  display: grid;
  place-items: center;
}
.brand .background-video {
  height: 550px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.brand .content {
  position: absolute;
  bottom: 0;
  padding: 20px 40px;
  margin: 50px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.brand .content .visit-kivu {
  color: white;
  display: grid;
  place-items: center;
  font-size: 66px;
  font-weight: 700;
}
.brand .content .message {
  color: white;
  font-size: 32px;
}
.brand .content .btn {
  font-size: 13px;
  font-weight: 600;
  background-color: rgb(5, 82, 177);
  color: white;
  padding: 12px 24px;
  margin: 3px;
  transition: 0.8s;
  border-radius: 7px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  border: solid 1px rgb(5, 82, 177);
  margin-top: 30px;
}
.brand .content .btn:hover {
  border: solid 1px rgb(5, 82, 177);
  color: rgb(5, 82, 177);
  background-color: white;
}
.brand .content .btn:active {
  border: solid 1px rgb(5, 82, 177);
  color: rgb(5, 82, 177);
  background-color: rgb(5, 82, 177);
}
.brand .content .socials {
  display: flex;
  margin-top: 25px;
  cursor: pointer;
}
.brand .content .socials .icon:hover {
  background-color: rgb(5, 82, 177);
  color: white;
}
.brand .content .socials .icon {
  transition: 0.9s;
  height: 45px;
  width: 45px;
  background-color: white;
  border-radius: 100px;
  display: grid;
  place-content: center;
  color: rgb(5, 82, 177);
  margin: 10px 20px;
  cursor: pointer;
}

.menu-category {
  background-color: rgb(228, 228, 231);
  display: flex;
  align-items: center;
  overflow-x: scroll;
  padding: 5px 5px;
  margin: 0px 0px;
  margin-top: 60px;
  width: 100vw;
  flex-direction: row;
  flex-wrap: nowrap;
}
.menu-category .item {
  background-color: white;
  padding: 15px 9px;
  margin: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.9s;
}
.menu-category .item i {
  color: rgb(5, 82, 177);
}
.menu-category .item div {
  color: rgb(5, 82, 177);
  font-size: 13px;
  font-weight: 500;
  margin: 0px 5px;
  width: -moz-max-content;
  width: max-content;
}
.menu-category .item:hover {
  background-color: rgb(5, 82, 177);
}
.menu-category .item:hover i {
  color: white;
}
.menu-category .item:hover div {
  color: white;
}

.part-one {
  width: 100vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.part-one .item {
  width: 400px;
  display: flex;
  align-items: start;
  cursor: pointer;
  justify-content: start;
  margin-bottom: 30px;
}
.part-one .item i {
  font-size: 29px;
  color: rgb(5, 82, 177);
  margin: 0px 20px;
}
.part-one .item .item-head {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.part-one .item .item-head label {
  font-size: 17px;
  font-weight: 600;
}
.part-one .item .item-head .item-content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.4;
}

.part-two {
  width: 100vw;
  padding: 20px;
  display: grid;
  place-content: center;
  place-items: center;
}
.part-two .title {
  font-weight: 700;
  font-size: 22px;
}
.part-two .item-content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.4;
  width: 40vw;
  text-align: center;
}

.album {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.album .image {
  height: 150px;
  width: 150px;
  background-color: rgb(218, 214, 214) !important;
  border-radius: 3px;
  display: grid;
  place-content: center;
  margin: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  cursor: pointer;
  color: white !important;
}

.part-three {
  width: 100vw;
  display: flex;
  margin-top: 20px;
  background-color: white;
}
.part-three .content-right {
  width: 97vw;
  margin: 1vw;
}
.part-three .content-right .one {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.part-three .content-right .one .title {
  font-weight: 700;
  font-size: 22px;
}
.part-three .content-right .one .go-down:hover {
  background-color: white;
  border: 1px solid rgb(5, 82, 177);
}
.part-three .content-right .one .go-down:hover i {
  color: rgb(5, 82, 177);
}
.part-three .content-right .one .go-top {
  position: fixed;
  bottom: 10px;
  z-index: 10;
  left: 0px;
  background-color: white;
  border: 1px solid rgb(5, 82, 177);
  display: flex;
  border-radius: 0px 100px 100px 0px;
}
.part-three .content-right .one .go-down {
  margin: 10px;
  height: 50px;
  width: 50px;
  background-color: rgb(5, 82, 177);
  background-color: 1px solid white;
  display: grid;
  transition: 0.9s;
  border-radius: 100px;
  cursor: pointer;
  place-content: center;
}
.part-three .content-right .one .go-down i {
  color: white;
}
.part-three .content-right .one .go-up:hover {
  background-color: white;
  border: 1px solid rgb(5, 82, 177);
}
.part-three .content-right .one .go-up:hover i {
  color: rgb(5, 82, 177);
}
.part-three .content-right .one .go-up {
  margin: 10px;
  height: 50px;
  width: 50px;
  background-color: rgb(5, 82, 177);
  background-color: 1px solid white;
  display: grid;
  transition: 0.9s;
  border-radius: 100px;
  cursor: pointer;
  place-content: center;
}
.part-three .content-right .one .go-up i {
  color: white;
}
.part-three .content-right .one .btn {
  cursor: pointer;
  display: flex;
  margin: 0px 10px;
  padding: 10px 19px;
  justify-content: center;
  align-items: center;
  background-color: rgb(5, 82, 177);
  border-radius: 100px;
  color: white;
  transition: 0.9s;
}
.part-three .content-right .one .btn label {
  font-size: 11px;
  cursor: pointer;
}
.part-three .content-right .one .btn i {
  margin-right: 5px;
  font-size: 15px;
  cursor: pointer;
}
.part-three .content-right .one .btn:hover {
  background-color: rgb(2, 151, 188);
}
.part-three .content-right .subtitle {
  color: gray;
  font-size: 15px;
}
.part-three .content-right .annuaire-items {
  padding: 13px;
}
.part-three .content-right .annuaire-items .item-annuaire:hover {
  background-color: white;
}
.part-three .content-right .annuaire-items .item-annuaire {
  padding: 8px 12px;
  border-radius: 4px;
  margin: 5px 0px;
  transition: 0.9s;
  cursor: pointer;
  background-color: rgb(232, 230, 230) !important;
}
.part-three .content-right .annuaire-items .item-annuaire .type-item {
  font-size: 11px;
}
.part-three .content-right .annuaire-items .item-annuaire .name-item {
  font-size: 14px;
  font-weight: 700;
}

.part-four {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0px;
  width: 100vw;
  background-color: rgb(233, 234, 235);
}
.part-four .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0px 8px;
  width: 340px;
  margin-top: 20px;
}
.part-four .item .item-icon {
  height: 50px;
  width: 50px;
  color: rgb(5, 82, 177);
  display: grid;
  place-content: center;
  border-radius: 100px;
  border: 1px solid rgb(179, 177, 177) !important;
}
.part-four .item .item-icon i {
  font-size: 23px;
}
.part-four .item .item-content {
  font-size: 12px;
  font-weight: 500;
  margin-top: 9px;
  text-align: center;
  color: rgb(107, 105, 105);
  margin-bottom: 18px;
  text-decoration: none;
}

.sign-up {
  display: flex;
  align-items: center;
  padding: 50px;
  flex-direction: column;
}
.sign-up .title {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  margin-top: 25px;
}
.sign-up .decription {
  color: gray !important;
  font-size: 14px;
  text-align: center;
}
.sign-up .formulaire {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.sign-up .formulaire .selection {
  width: 300px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(245, 246, 246);
  padding: 14px 10px;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.sign-up .formulaire .selection label {
  font-size: 13px;
  margin-bottom: 5px;
}
.sign-up .formulaire .selection select {
  width: 100%;
  outline: none;
  border: 0;
  background-color: transparent;
}
.sign-up .formulaire input {
  width: 300px !important;
  padding: 14px 10px;
  margin-top: 10px;
  outline: none !important;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.sign-up .formulaire input:hover {
  border: 1px solid rgb(5, 82, 177) !important;
}
.sign-up .formulaire .validate {
  padding: 10px;
  margin-top: 10px;
  width: 300px !important;
  background-color: rgb(5, 82, 177);
  border: 1px solid rgb(5, 82, 177) !important;
  display: flex !important;
  color: white;
  font-size: 14px;
  display: grid !important;
  justify-content: center !important;
  border-radius: 6px;
  transition: 0.9s;
  cursor: pointer;
}
.sign-up .formulaire .validate:hover {
  background-color: rgb(5, 41, 130);
  border: 1px solid rgb(5, 41, 130) !important;
}
.sign-up .formulaire .back {
  padding: 10px;
  margin-top: 10px;
  width: 300px !important;
  display: flex !important;
  font-size: 14px;
  display: grid !important;
  justify-content: center !important;
  border-radius: 6px;
  transition: 0.9s;
  cursor: pointer;
  background-color: white;
  border: 1px solid rgb(5, 82, 177);
  color: rgb(5, 82, 177);
}
.sign-up .formulaire .back:hover {
  background-color: rgb(5, 82, 177);
  border: 1px solid white;
  color: white;
}

.actualities {
  width: 100vw;
  height: 300px;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
}

.footer {
  background-color: black !important;
  width: 100vw;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px;
}
.footer .item {
  width: 400px;
  margin: 10px;
  padding: 20px;
  display: flex !important;
  flex-direction: column !important;
}
.footer .item .title {
  font-size: 14px;
  color: rgb(202, 229, 248);
  font-weight: 600;
  padding: 12px 0px;
  border-bottom: 2.5px solid rgb(5, 82, 177);
}
.footer .item .content-addres {
  margin-top: 10px;
  font-size: 13px;
  line-height: 25px;
  color: gray;
  margin-bottom: 20px;
  font-weight: 400;
}
.footer .item .menu-list {
  display: flex !important;
  flex-direction: column;
  padding-top: 10px;
}
.footer .item .menu-list .item-menu:hover {
  background-color: rgba(128, 128, 128, 0.253);
}
.footer .item .menu-list .item-menu {
  transition: 0.9s;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid rgb(72, 72, 72);
}
.footer .item .menu-list .item-menu i {
  color: white !important;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
}
.footer .item .menu-list .item-menu label {
  color: white;
  cursor: pointer;
  font-size: 11px;
  margin: 15px 10px;
  font-weight: 500;
}
.footer .item .mail-us {
  cursor: pointer;
  color: white;
}
.footer .item .mail-us label {
  font-size: 11px;
  margin: 0px 10px;
  transition: 0.9s;
  color: white;
  cursor: pointer;
}
.footer .item .mail-us label:hover {
  color: rgb(5, 82, 177);
}
.footer .item .item-menu- {
  cursor: pointer;
  transition: 0.9s;
  display: flex !important;
  align-items: start;
  cursor: pointer;
  margin-bottom: 12px;
}
.footer .item .item-menu- i {
  cursor: pointer;
  color: white !important;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
}
.footer .item .item-menu- label {
  cursor: pointer;
  color: white;
  cursor: pointer;
  font-size: 11px;
  margin: 0px 10px;
  text-decoration: none;
  font-weight: 500;
}

.gallery {
  height: 400px;
  width: 100vw;
  background-color: white;
  position: fixed !important;
  box-shadow: 0px -4px 15px rgba(50, 50, 50, 0.239);
  bottom: 0;
}
.gallery .head {
  display: flex !important;
  align-items: start !important;
  justify-content: space-between;
  padding: 20px;
}
.gallery .head .title {
  color: black;
  font-family: "Sofia", sans-serif;
  display: grid;
  place-items: center;
  font-size: 40px;
  font-weight: 700;
}
.gallery .head .btn-ll {
  display: flex !important;
  justify-content: center;
}
.gallery .head .btn-ll .btn {
  color: red;
  cursor: pointer !important;
  margin: 4px 10px;
}
.gallery .images {
  width: 100vw;
  overflow-wrap: break-word;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
}
.gallery .images .img:hover {
  opacity: 0.7;
  border: 2px solid rgb(5, 82, 177);
  color: rgb(5, 82, 177);
}
.gallery .images .img {
  height: 90px;
  width: 90px;
  background-color: rgb(225, 222, 222);
  border-radius: 1px;
  margin: 3px;
  border: 2px solid rgb(225, 222, 222);
  cursor: pointer !important;
  display: grid !important;
  place-content: center;
  color: rgb(72, 72, 72);
  transition: 0.9s;
  background-size: cover;
  background-repeat: no-repeat;
}

.partener {
  width: 100vw;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0px;
}
.partener .item {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto 30px;
}

.add-post {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  justify-content: space-around;
  align-items: start;
  position: relative;
}
.add-post .spin {
  background-color: rgba(0, 0, 0, 0.3333333333);
  height: 100%;
  width: 100vw;
  top: 0;
  position: fixed;
  z-index: 3;
  display: grid;
  place-content: center !important;
}
.add-post .spin .loader {
  padding: 20px 40px;
  background-color: white !important;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.add-post .spin .loader .main-loader {
  height: 60px;
  width: 60px;
  animation: rotate 2s infinite linear;
  border-radius: 100px;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.add-post .type-page {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.385);
  z-index: 3;
  height: 100%;
  top: 0;
  bottom: 0;
}
.add-post .type-page .card {
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  width: 700px;
  height: -moz-max-content;
  height: max-content;
  margin-top: 40px;
}
.add-post .type-page .card .header-pa {
  display: flex;
  justify-content: space-between;
}
.add-post .type-page .card .header-pa i {
  color: red;
  cursor: pointer;
}
.add-post .type-page .card .header-pa input {
  padding: 7px;
  outline: none !important;
  border: 1px solid rgb(116, 116, 116);
}
.add-post .type-page .card .type-card {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.add-post .type-page .card .type-card .element-type {
  font-size: 12px;
  padding: 5px 8px;
  background-color: rgb(5, 82, 177);
  border-radius: 3px;
  color: white;
  transition: 0.9s;
  margin: 3px;
  cursor: pointer;
}
.add-post .type-page .card .type-card .element-type:hover {
  background-color: white;
  color: rgb(5, 82, 177);
}
.add-post .partione {
  display: flex;
  flex-direction: column;
}
.add-post .partione .title {
  font-weight: 700;
  font-size: 30px;
}
.add-post .partione .decription {
  color: gray !important;
  font-size: 14px;
  width: 450px;
}
.add-post .partione .formulaire {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.add-post .partione .formulaire .type-structure {
  background-color: rgb(5, 82, 177);
  padding: 6px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  color: white !important;
  font-size: 12px;
  margin: 6px 0px;
}
.add-post .partione .formulaire .selection {
  width: 310px !important;
  margin-top: 10px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(245, 246, 246);
  padding: 9.8px 10px;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.add-post .partione .formulaire .selection label {
  font-size: 13px;
  margin-bottom: 5px;
}
.add-post .partione .formulaire .selection select {
  width: 100%;
  outline: none;
  border: 0;
  background-color: transparent;
}
.add-post .partione .formulaire input {
  width: 310px !important;
  padding: 7px 9.8px;
  margin-top: 8px;
  outline: none !important;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.add-post .partione .formulaire input:hover {
  border: 1px solid rgb(5, 82, 177) !important;
}
.add-post .partione .formulaire textarea {
  border: 1px solid gray !important;
  width: 450px !important;
  margin-top: 10px;
  height: 200px;
  font-size: 11px;
  outline: none !important;
  margin-top: 10px;
  padding: 10px;
  border-radius: 6px;
}
.add-post .validate {
  padding: 10px;
  margin-top: 10px;
  width: 300px !important;
  background-color: rgb(5, 82, 177);
  border: 1px solid rgb(5, 82, 177) !important;
  display: flex !important;
  color: white;
  font-size: 14px;
  display: grid !important;
  justify-content: center !important;
  border-radius: 6px;
  transition: 0.9s;
  cursor: pointer;
}
.add-post .validate:hover {
  background-color: rgb(5, 41, 130);
  border: 1px solid rgb(5, 41, 130) !important;
}
.add-post .partitwo {
  display: flex;
  flex-direction: column;
}
.add-post .partitwo .media {
  margin-bottom: 5px;
  display: flex !important;
}
.add-post .partitwo .media .import-media:hover {
  background-color: rgb(224, 232, 239);
}
.add-post .partitwo .media .import-media {
  border: 1px solid rgb(160, 159, 159) !important;
  background-color: rgb(225, 225, 225);
  padding: 7px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.9s;
  margin: 5px;
  cursor: pointer;
}
.add-post .partitwo .media .import-media i {
  color: gray !important;
  font-size: 20px;
}
.add-post .partitwo .media .import-media label {
  font-size: 11px;
  margin: 0px 10px;
}
.add-post .partitwo .title-text {
  font-weight: 700;
  font-family: 18px;
}
.add-post .partitwo .map-title {
  font-size: 11px;
  color: rgb(167, 166, 166) !important;
  margin: 5px 0px;
}
.add-post .partitwo .map {
  height: 300px;
  width: 650px;
  z-index: -1;
  border: 1px solid rgb(160, 159, 159) !important;
  border-radius: 4px;
}

@media only screen and (min-width: 0px) and (max-width: 800px) {
  .content-actualities {
    padding: 0;
    display: flex;
    z-index: 10px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: row;
    background-color: white;
  }
  .content-actualities .actuality {
    width: 300px;
    margin: 5px;
    transition: 0.9s;
    margin: 6px;
  }
  .content-actualities .actuality .image {
    height: 150px;
    width: 100%;
    background-color: rgb(231, 227, 227);
    border-radius: 5px;
    background-image: url("https://media.istockphoto.com/id/670551650/fr/photo/montagne-volcanique-en-%C3%A9ruption.webp?s=1024x1024&w=is&k=20&c=5YueCu-AglU93eqnLWjRf_bOfXKIwfwTPeLMiJ7Q_w8=");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-actualities .actuality .content {
    width: 100%;
    margin: 6px;
  }
  .content-actualities .actuality .content .title {
    font-size: 11px;
    color: gray;
    margin-top: 6px;
    text-transform: uppercase;
  }
  .content-actualities .actuality .content .date-time {
    font-size: 10px;
    color: rgb(5, 82, 177);
  }
  .content-actualities .actuality .content .message {
    font-size: 13px;
    margin-top: 6px;
  }
  .content-actualities .actuality:hover {
    border-radius: 3px;
    margin: 6px;
    cursor: pointer;
    background-color: rgb(239, 239, 239);
  }
  .content-item {
    padding: 0;
    display: flex;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: row;
    background-color: white;
  }
  .content-item .item {
    border: 1px solid transparent;
    transition: 0.9s;
    border-radius: 10px;
    width: 300px;
    background-color: white;
    margin: 5px;
  }
  .content-item .item .item-img {
    height: 250px;
    width: 300px;
    cursor: pointer;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
  }
  .content-item .item .item-img .img-btn {
    border-radius: 6px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    transition: 0.9s;
    font-size: 10px;
    margin: 4px;
    cursor: pointer;
  }
  .content-item .item .item-img .img-btn i {
    margin-right: 7px;
    font-size: 12;
    cursor: pointer;
  }
  .content-item .item .item-img .img-btn .bi-justify {
    margin-right: 0px;
    font-size: 12px;
  }
  .content-item .item .item-img .img-btn:hover {
    background-color: rgb(5, 82, 177);
  }
  .content-item .item .name {
    font-size: 17px;
    font-weight: 700;
    margin-top: 13px;
    line-height: 18px;
  }
  .content-item .item .town {
    font-size: 12px;
    line-height: 18px;
    color: rgb(130, 130, 130);
    margin: 5px 0px;
  }
  .content-item .no-data {
    color: gray !important;
    font-size: 17px;
  }
  .details-actuality {
    width: 100vw;
    margin-bottom: 40px;
  }
  .details-actuality .options-actualites {
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
  }
  .details-actuality .options-actualites .mail-actualits {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .details-actuality .options-actualites .mail-actualits i {
    color: rgb(5, 82, 177);
    margin-right: 8px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding: 0px;
  }
  .details-actuality .options-actualites .mail-actualits label {
    font-size: 11px;
    color: gray;
    font-weight: 500;
    margin-right: 40px;
  }
  .details-actuality .actu-body {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .details-actuality .actu-body .image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
  }
  .details-actuality .actu-body .image .partage-actu {
    margin: 14px 20px;
  }
  .details-actuality .actu-body .icons {
    margin-left: 20px;
    display: flex;
  }
  .details-actuality .actu-body .icons .share {
    height: 40px;
    width: 40px;
    background-color: rgb(5, 82, 177);
    border-radius: 100px;
    margin-top: 10px;
    margin-left: 8px;
    cursor: pointer;
    display: grid;
    place-content: center;
    color: white;
    transition: 0.9s;
  }
  .details-actuality .actu-body .icons .share:hover {
    color: rgb(5, 82, 177);
    background-color: white;
    border: 1px solid rgb(5, 82, 177);
  }
  .details-actuality .actu-body .title {
    padding: 13px;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    color: rgb(34, 34, 34);
  }
  .details-actuality .actu-body .date {
    color: rgb(111, 111, 111);
    font-size: 12px;
    padding: 0px 13px;
  }
  .details-actuality .actu-body .owner {
    margin-top: 10px;
    font-weight: 600;
    margin-left: 10px;
  }
  .details-actuality .actu-body .content {
    line-height: 23px;
    font-size: 14px;
    margin: 20px 0px;
    padding: 13px;
    margin-bottom: 10px;
  }
  .vitrine {
    width: 100vw;
  }
  .vitrine .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }
  .vitrine .content .new-event:hover {
    background-color: rgb(5, 82, 177);
    color: white;
  }
  .vitrine .content .new-event {
    background-color: white;
    display: flex;
    transition: 0.9s;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    border: 1.8px solid rgb(5, 82, 177);
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(5, 82, 177);
    cursor: pointer;
  }
  .vitrine .content .new-event i {
    margin-right: 10px;
    font-size: 18px;
  }
  .vitrine .content .slogan {
    color: rgb(0, 0, 0);
    letter-spacing: 1.7px;
    font-size: 12px;
    margin: 25px 0px;
    text-align: center;
  }
  .vitrine .content .description {
    font-size: 13px;
    margin-top: 10px;
    width: 80vw;
    padding: 10px 40px;
    text-align: center;
    line-height: 25px;
  }
  .vitrine .content .items {
    display: flex;
    width: 80vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vitrine .content .items .item-v:hover {
    background-color: rgb(238, 252, 255);
  }
  .vitrine .content .items .item-v {
    margin: 10px;
    margin-top: 20px;
    height: 200px;
    border-radius: 6px;
    padding: 8px;
    transition: 0.9s;
    width: 200px;
    background-color: rgba(170, 231, 245, 0.545);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1.9px solid transparent;
    cursor: pointer;
  }
  .vitrine .content .items .item-v i {
    font-size: 58px;
    color: rgb(5, 82, 177);
  }
  .vitrine .content .items .item-v .title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
  }
  .vitrine .content .items .item-v .elmt {
    font-size: 13px;
    color: gray;
    text-align: center;
  }
  .vitrine .image {
    height: 620px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background-color: gray;
  }
  .vitrine .image .cover {
    height: 430px;
    background: linear-gradient(90deg, rgb(94, 171, 230) 0%, rgba(31, 163, 219, 0.516) 35%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    flex-direction: column;
  }
  .vitrine .image .cover .name-title {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgb(252, 252, 252);
  }
  .vitrine .image .cover .presentation {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    width: 300px;
    color: rgb(252, 252, 252);
  }
  .vitrine .image .cover .name-structure {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.9px;
    color: white;
    background-color: #000000;
    width: 300px;
    text-align: center;
    padding: 12px;
    margin-top: 15px;
  }
  .vitrine .image .cover .name-responsable {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4.6px;
    color: white;
    width: 400px;
    text-align: center;
    padding: 12px 0px;
    margin-top: 5px;
  }
  .vitrine .image .cover .options {
    display: flex;
    margin-top: 5px;
    justify-content: space-around;
  }
  .vitrine .image .cover .options .go-mails:hover {
    background-color: white;
    color: rgb(5, 82, 177);
  }
  .vitrine .image .cover .options .go-mails {
    background-color: rgb(5, 82, 177);
    cursor: pointer;
    font-size: 9px;
    color: white;
    transition: 0.9s;
    padding: 12px;
    margin: 5px;
    border-radius: 3px;
    border: 1px solid rgb(5, 82, 177);
  }
  .vitrine .image .cover .options .go-sites:hover {
    background-color: rgba(255, 255, 255, 0.305);
  }
  .vitrine .image .cover .options .go-sites {
    font-size: 9px;
    background-color: transparent;
    cursor: pointer;
    color: white;
    transition: 0.9s;
    padding: 12px;
    margin: 5px;
    border-radius: 3px;
    border: 1px solid white;
  }
  .vitrine .image .cover .name-type {
    color: rgb(255, 255, 255);
    width: 600px;
    letter-spacing: 4px;
    font-size: 22px;
  }
  .vitrine .image .images-move {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: row;
    background-color: white;
  }
  .vitrine .image .images-move .sub-img-display {
    height: 170px;
    width: 260px;
    margin: 10px;
    padding: 50px 80px;
    background-color: #000000;
    border-radius: 12px;
    color: transparent;
    border: solid 1px rgb(220, 220, 220);
  }
  .vitrine .image .details-vitrines {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .vitrine .image .details-vitrines .details-element {
    margin: 3px;
    width: 320px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.627);
    padding: 6px;
    border-radius: 5px;
  }
  .vitrine .image .details-vitrines .details-element .details-icon {
    height: 40px;
    width: 40px;
    background-color: rgb(5, 82, 177);
    display: grid;
    place-content: center;
    border-radius: 100px;
    margin-right: 10px;
  }
  .vitrine .image .details-vitrines .details-element .details-icon i {
    color: white;
  }
  .vitrine .image .details-vitrines .details-element .details-content {
    display: flex;
    flex-direction: column;
  }
  .vitrine .image .details-vitrines .details-element .details-content .title {
    font-size: 11px;
    font-weight: 400;
    color: white;
  }
  .vitrine .image .details-vitrines .details-element .details-content .value {
    font-size: 14px;
    font-weight: 700;
    color: white;
  }
  .vitrine .image .icons-menu {
    background-color: rgb(5, 82, 177);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vitrine .image .icons-menu .icon-circle:hover {
    border: 1px solid rgb(5, 82, 177);
    background-color: white;
    color: rgb(5, 82, 177);
  }
  .vitrine .image .icons-menu .icon-circle:hover i {
    color: rgb(5, 82, 177);
    font-size: 24px;
  }
  .vitrine .image .icons-menu .icon-circle {
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.9s;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 6px;
    padding: 6px 20px;
    border: 1px solid rgb(5, 82, 177);
  }
  .vitrine .image .icons-menu .icon-circle i {
    color: white;
    font-size: 24px;
    margin-right: 6px;
  }
  .vitrine .media {
    display: flex;
    padding: 5px;
  }
  .vitrine .media .mdia {
    margin-top: 10px;
    margin-right: 10px;
  }
  .vitrine .media .video-res:hover {
    background-color: rgb(0, 0, 0);
  }
  .vitrine .media .video-res {
    width: 300px;
    height: 220px;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(168, 164, 164);
    display: grid;
    place-content: center;
    border-radius: 3px;
    cursor: pointer;
  }
  .vitrine .media .album-res .title {
    font-size: 11px;
    text-align: center;
  }
  .vitrine .media .album-res .icon-image {
    margin-bottom: 8px;
    height: 100px;
    transition: 0.9s;
    margin: 0px 20px;
    width: 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/folder.png");
  }
  .fq {
    display: none !important;
  }
  .search-zone {
    display: none !important;
  }
  .brand {
    height: 550px;
    width: 100vw;
    position: relative;
    display: grid;
    place-items: center;
  }
  .brand .background-video {
    height: 550px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .brand .content {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .brand .content .visit-kivu {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }
  .brand .content .message {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .brand .content .socials {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brand .content .socials .icon {
    transition: 0.9s;
    height: 45px;
    width: 45px;
    background-color: white;
    border-radius: 100px;
    display: grid;
    place-content: center;
    color: rgb(5, 82, 177);
    margin: 10px 2px;
    cursor: pointer;
  }
  .part-one {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .part-one .item {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 30px;
  }
  .part-one .item i {
    font-size: 20px;
    color: rgb(5, 82, 177);
    margin: 0px 20px;
  }
  .part-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .part-two .title {
    font-weight: 700;
    font-size: 22px;
  }
  .part-two .item-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.4;
    width: 80vw;
    text-align: center;
    padding: 10px 20px;
  }
  .part-three {
    width: 100vw;
    display: flex;
    margin-top: 20px;
    background-color: white;
  }
  .part-three .content-right {
    width: 97vw;
    margin: 1vw;
  }
  .part-three .content-right .one {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  .part-three .content-right .one .title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    width: 90vw;
  }
  .part-three .content-right .one .btn {
    margin-top: 20px;
  }
  .partener {
    width: 100vw;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
  }
  .partener .item {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0px 30px;
  }
  .menu-category {
    background-color: rgb(228, 228, 231);
    display: flex;
    align-items: center;
    overflow-x: scroll;
    padding: 5px 5px;
    margin: 0px 0px;
    margin-top: 60px;
    width: 100vw;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .menu-category .item {
    background-color: white;
    padding: 15px 9px;
    margin: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: 0.9s;
  }
  .menu-category .item i {
    color: rgb(5, 82, 177);
  }
  .menu-category .item div {
    color: rgb(5, 82, 177);
    font-size: 13px;
    font-weight: 500;
    margin: 0px 5px;
    width: -moz-max-content;
    width: max-content;
  }
  .menu-category .item:hover {
    background-color: rgb(5, 82, 177);
  }
  .menu-category .item:hover i {
    color: white;
  }
  .menu-category .item:hover div {
    color: white;
  }
  .add-post {
    display: flex;
    width: 100vw;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-around;
    align-items: start;
  }
  .add-post .type-page {
    width: 100vw;
  }
  .add-post .partione {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .add-post .partione .title {
    font-weight: 700;
    font-size: 20px;
  }
  .add-post .partione .decription {
    margin-top: 10px;
    color: gray !important;
    font-size: 14px;
    text-align: center;
    width: 300px;
  }
  .add-post .partione .formulaire {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .add-post .partione .formulaire input {
    width: 300px !important;
    padding: 7px 9.8px;
    margin-top: 8px;
    outline: none !important;
    border: 1px solid gray !important;
    border-radius: 6px;
  }
  .add-post .partione .formulaire input:hover {
    border: 1px solid rgb(5, 82, 177) !important;
  }
  .add-post .partione .formulaire textarea {
    border: 1px solid gray !important;
    width: 300px !important;
    margin-top: 10px;
    height: 300px;
    font-size: 11px;
    outline: none !important;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
  }
  .add-post .validate {
    padding: 10px;
    margin-top: 10px;
    width: 350px !important;
    background-color: rgb(5, 82, 177);
    border: 1px solid rgb(5, 82, 177) !important;
    display: flex !important;
    color: white;
    font-size: 14px;
    display: grid !important;
    justify-content: center !important;
    border-radius: 6px;
    transition: 0.9s;
    cursor: pointer;
  }
  .add-post .validate:hover {
    background-color: rgb(5, 41, 130);
    border: 1px solid rgb(5, 41, 130) !important;
  }
  .add-post .partitwo {
    display: flex !important;
    flex-direction: column;
  }
  .add-post .partitwo .media {
    margin-bottom: 5px;
    display: flex !important;
  }
  .add-post .partitwo .media .import-media:hover {
    background-color: rgb(224, 232, 239);
  }
  .add-post .partitwo .media .import-media {
    border: 1px solid rgb(160, 159, 159) !important;
    background-color: rgb(225, 225, 225);
    padding: 7px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.9s;
    margin: 5px;
    cursor: pointer;
  }
  .add-post .partitwo .media .import-media i {
    color: gray !important;
    font-size: 20px;
  }
  .add-post .partitwo .media .import-media label {
    font-size: 11px;
    margin: 0px 10px;
  }
  .add-post .partitwo .title-text {
    font-weight: 700;
    font-family: 18px;
    margin: 10px 0px;
  }
  .add-post .partitwo .map-title {
    font-size: 11px;
    color: rgb(167, 166, 166) !important;
    margin: 5px 0px;
  }
  .add-post .partitwo .map {
    height: 290px;
    width: 350px;
    z-index: 1;
    border: 1px solid rgb(160, 159, 159) !important;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .content-actualities {
    display: flex;
    flex-wrap: wrap;
    width: 97vw;
    margin-top: 30px;
    justify-content: center;
    padding: 15px 0px;
  }
  .content-actualities .actuality {
    width: 200px;
    margin: 5px;
    transition: 0.9s;
    margin: 6px;
  }
  .content-actualities .actuality .image {
    height: 100px;
    width: 100%;
    background-color: rgb(231, 227, 227);
    border-radius: 5px;
    background-image: url("https://media.istockphoto.com/id/670551650/fr/photo/montagne-volcanique-en-%C3%A9ruption.webp?s=1024x1024&w=is&k=20&c=5YueCu-AglU93eqnLWjRf_bOfXKIwfwTPeLMiJ7Q_w8=");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-actualities .actuality .content {
    height: 100px;
    width: 100%;
    margin: 6px;
  }
  .content-actualities .actuality .content .title {
    font-size: 11px;
    color: gray;
    margin-top: 6px;
    text-transform: uppercase;
  }
  .content-actualities .actuality .content .date-time {
    font-size: 10px;
    color: rgb(5, 82, 177);
  }
  .content-actualities .actuality .content .message {
    font-size: 13px;
    margin-top: 6px;
  }
  .content-actualities .actuality:hover {
    border-radius: 3px;
    margin: 6px;
    cursor: pointer;
    background-color: rgb(239, 239, 239);
  }
  .content-item {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin-top: 30px;
    justify-content: center;
  }
  .content-item .item {
    border: 1px solid transparent;
    transition: 0.9s;
    border-radius: 10px;
    width: 300px;
    background-color: white;
    margin: 5px;
  }
  .content-item .item .item-img {
    height: 250px;
    width: 300px;
    cursor: pointer;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
  }
  .content-item .item .item-img .img-btn {
    border-radius: 6px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    transition: 0.9s;
    font-size: 10px;
    margin: 4px;
    cursor: pointer;
  }
  .content-item .item .item-img .img-btn i {
    margin-right: 7px;
    font-size: 12;
    cursor: pointer;
  }
  .content-item .item .item-img .img-btn .bi-justify {
    margin-right: 0px;
    font-size: 12px;
  }
  .content-item .item .item-img .img-btn:hover {
    background-color: rgb(5, 82, 177);
  }
  .content-item .item .name {
    font-size: 17px;
    font-weight: 700;
    margin-top: 13px;
    line-height: 18px;
  }
  .content-item .item .town {
    font-size: 12px;
    line-height: 18px;
    color: rgb(130, 130, 130);
    margin: 5px 0px;
  }
  .content-item .no-data {
    color: gray !important;
    font-size: 17px;
  }
  .details-actuality {
    width: 100vw;
    margin-bottom: 40px;
  }
  .details-actuality .options-actualites {
    display: flex;
    margin-top: 20px;
    margin: 20px 10px;
  }
  .details-actuality .options-actualites .mail-actualits {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .details-actuality .options-actualites .mail-actualits i {
    color: rgb(5, 82, 177);
    margin-right: 8px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding: 0px;
  }
  .details-actuality .options-actualites .mail-actualits label {
    font-size: 11px;
    color: gray;
    font-weight: 500;
    margin-right: 40px;
  }
  .details-actuality .actu-body {
    width: 800px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .details-actuality .actu-body .image {
    background-image: url("https://media.istockphoto.com/id/670551650/fr/photo/montagne-volcanique-en-%C3%A9ruption.webp?s=1024x1024&w=is&k=20&c=5YueCu-AglU93eqnLWjRf_bOfXKIwfwTPeLMiJ7Q_w8=");
    background-size: cover;
    background-repeat: no-repeat;
    width: 800px;
    height: 380px;
    padding: 13px;
  }
  .details-actuality .actu-body .icons {
    display: flex;
  }
  .details-actuality .actu-body .icons .share {
    height: 40px;
    width: 40px;
    background-color: rgb(5, 82, 177);
    border-radius: 100px;
    margin-top: 10px;
    margin-right: 8px;
    cursor: pointer;
    display: grid;
    place-content: center;
    color: white;
    transition: 0.9s;
  }
  .details-actuality .actu-body .icons .share:hover {
    color: rgb(5, 82, 177);
    background-color: white;
    border: 1px solid rgb(5, 82, 177);
  }
  .details-actuality .actu-body .title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin: 10px;
    color: rgb(34, 34, 34);
  }
  .details-actuality .actu-body .date {
    color: rgb(111, 111, 111);
    font-size: 12px;
    margin: 0px 10px;
  }
  .details-actuality .actu-body .owner {
    margin-top: 10px;
    font-weight: 600;
    margin: 5px 10px;
  }
  .details-actuality .actu-body .content {
    line-height: 19px;
    font-size: 14px;
    margin: 20px 10px;
    margin-bottom: 40px;
  }
  .vitrine {
    width: 100vw;
  }
  .vitrine .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }
  .vitrine .content .new-event:hover {
    background-color: rgb(5, 82, 177);
    color: white;
  }
  .vitrine .content .new-event {
    background-color: white;
    display: flex;
    transition: 0.9s;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    border: 1.8px solid rgb(5, 82, 177);
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(5, 82, 177);
    cursor: pointer;
  }
  .vitrine .content .new-event i {
    margin-right: 10px;
    font-size: 18px;
  }
  .vitrine .content .slogan {
    color: rgb(0, 0, 0);
    letter-spacing: 1.7px;
    font-size: 12px;
    margin: 25px 0px;
    text-align: center;
  }
  .vitrine .content .description {
    font-size: 13px;
    margin-top: 10px;
    width: 80vw;
    padding: 10px 40px;
    text-align: center;
    line-height: 25px;
  }
  .vitrine .content .items {
    display: flex;
    width: 80vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vitrine .content .items .item-v:hover {
    background-color: rgb(238, 252, 255);
  }
  .vitrine .content .items .item-v {
    margin-top: 20px;
    margin: 10px;
    height: 200px;
    border-radius: 6px;
    padding: 8px;
    transition: 0.9s;
    width: 200px;
    background-color: rgba(170, 231, 245, 0.545);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1.9px solid transparent;
    cursor: pointer;
  }
  .vitrine .content .items .item-v i {
    font-size: 58px;
    color: rgb(5, 82, 177);
  }
  .vitrine .content .items .item-v .title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
  }
  .vitrine .content .items .item-v .elmt {
    font-size: 13px;
    color: gray;
    text-align: center;
  }
  .vitrine .image {
    height: 620px;
    margin: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    background-color: gray;
  }
  .vitrine .image .cover {
    height: 420px;
    background: linear-gradient(90deg, rgb(94, 171, 230) 0%, rgba(31, 163, 219, 0.516) 35%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 40px;
    flex-direction: column;
  }
  .vitrine .image .cover .name-title {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: rgb(252, 252, 252);
  }
  .vitrine .image .cover .presentation {
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    margin-top: 10px;
    width: 400px;
    color: rgb(252, 252, 252);
  }
  .vitrine .image .cover .name-structure {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.9px;
    color: white;
    background-color: #000000;
    width: 400px;
    padding: 12px;
    margin-top: 15px;
  }
  .vitrine .image .cover .name-responsable {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4.6px;
    color: white;
    width: 400px;
    padding: 12px 0px;
    margin-top: 5px;
  }
  .vitrine .image .cover .options {
    display: flex;
    margin-top: 5px;
  }
  .vitrine .image .cover .options .go-mails:hover {
    background-color: white;
    color: rgb(5, 82, 177);
  }
  .vitrine .image .cover .options .go-mails {
    background-color: rgb(5, 82, 177);
    cursor: pointer;
    color: white;
    transition: 0.9s;
    padding: 12px;
    margin-right: 13px;
    border-radius: 3px;
    border: 1px solid rgb(5, 82, 177);
  }
  .vitrine .image .cover .options .go-sites:hover {
    background-color: rgba(255, 255, 255, 0.305);
  }
  .vitrine .image .cover .options .go-sites {
    background-color: transparent;
    cursor: pointer;
    color: white;
    transition: 0.9s;
    padding: 12px;
    margin-right: 13px;
    border-radius: 3px;
    border: 1px solid white;
  }
  .vitrine .image .cover .name-type {
    color: rgb(255, 255, 255);
    width: 600px;
    letter-spacing: 4px;
    font-size: 22px;
  }
  .vitrine .image .images-move {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: row;
    background-color: white;
  }
  .vitrine .image .images-move .sub-img-display {
    height: 180px;
    width: 280px;
    margin: 10px;
    padding: 50px 80px;
    background-color: #000000;
    border-radius: 12px;
    color: transparent;
    border: solid 1px rgb(220, 220, 220);
  }
  .vitrine .image .details-vitrines {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .vitrine .image .details-vitrines .details-element {
    margin: 3px;
    width: 320px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.627);
    padding: 6px;
    border-radius: 5px;
  }
  .vitrine .image .details-vitrines .details-element .details-icon {
    height: 40px;
    width: 40px;
    background-color: rgb(5, 82, 177);
    display: grid;
    place-content: center;
    border-radius: 100px;
    margin-right: 10px;
  }
  .vitrine .image .details-vitrines .details-element .details-icon i {
    color: white;
  }
  .vitrine .image .details-vitrines .details-element .details-content {
    display: flex;
    flex-direction: column;
  }
  .vitrine .image .details-vitrines .details-element .details-content .title {
    font-size: 11px;
    font-weight: 400;
    color: white;
  }
  .vitrine .image .details-vitrines .details-element .details-content .value {
    font-size: 14px;
    font-weight: 700;
    color: white;
  }
  .vitrine .image .icons-menu {
    background-color: rgb(5, 82, 177);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vitrine .image .icons-menu .icon-circle:hover {
    border: 1px solid rgb(5, 82, 177);
    background-color: white;
    color: rgb(5, 82, 177);
  }
  .vitrine .image .icons-menu .icon-circle:hover i {
    color: rgb(5, 82, 177);
    font-size: 24px;
  }
  .vitrine .image .icons-menu .icon-circle {
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.9s;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 6px;
    padding: 6px 20px;
    border: 1px solid rgb(5, 82, 177);
  }
  .vitrine .image .icons-menu .icon-circle i {
    color: white;
    font-size: 24px;
    margin-right: 6px;
  }
  .vitrine .media {
    display: flex;
    padding: 5px;
  }
  .vitrine .media .mdia {
    margin-top: 10px;
    margin-right: 10px;
  }
  .vitrine .media .video-res:hover {
    background-color: rgb(0, 0, 0);
  }
  .vitrine .media .video-res {
    width: 400px;
    height: 230px;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(168, 164, 164);
    display: grid;
    place-content: center;
    border-radius: 3px;
    cursor: pointer;
  }
  .vitrine .media .album-res .title {
    font-size: 11px;
    text-align: center;
  }
  .vitrine .media .album-res .icon-image {
    margin-bottom: 8px;
    height: 100px;
    transition: 0.9s;
    margin: 0px 20px;
    width: 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/folder.png");
  }
  .search-zone {
    display: none !important;
  }
  .brand {
    height: 550px;
    width: 100vw;
    position: relative;
    display: grid;
    place-items: center;
  }
  .brand .background-video {
    height: 550px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
  .brand .content {
    position: absolute;
    bottom: 0;
    width: 70%;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .brand .content .visit-kivu {
    font-size: 30px;
    font-weight: 700;
  }
  .brand .content .message {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .brand .content .socials {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .brand .content .socials .icon {
    margin: 10px;
  }
  .part-one {
    width: 100vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .part-one .item {
    display: flex;
    align-items: start;
    justify-content: start;
    margin-bottom: 30px;
  }
  .part-one .item i {
    font-size: 20px;
    color: rgb(5, 82, 177);
    margin: 0px 20px;
  }
  .part-two {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .part-two .title {
    font-weight: 700;
    font-size: 22px;
  }
  .part-two .item-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.4;
    width: 80vw;
    text-align: center;
    padding: 10px 20px;
  }
  .part-three {
    width: 100vw;
    display: flex;
    margin-top: 20px;
    background-color: white;
  }
  .part-three .content-right {
    width: 97vw;
    margin: 1vw;
  }
  .part-three .content-right .one {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }
  .part-three .content-right .one .title {
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    width: 90vw;
  }
  .part-three .content-right .one .btn {
    margin-top: 20px;
  }
  .partener {
    width: 100vw;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    flex-wrap: wrap;
  }
  .partener .item {
    height: 100px;
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0px 30px;
  }
  .add-post {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-around;
    align-items: start !important;
  }
  .add-post .type-page {
    width: 100vw;
  }
  .add-post .partione {
    display: flex;
    flex-direction: column;
  }
  .add-post .partione .title {
    font-weight: 700;
    font-size: 30px;
  }
  .add-post .partione .decription {
    color: gray !important;
    font-size: 14px;
    width: 450px;
  }
  .add-post .partione .formulaire {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .add-post .partione .formulaire input {
    width: 310px !important;
    padding: 7px 9.8px;
    margin-top: 8px;
    outline: none !important;
    border: 1px solid gray !important;
    border-radius: 6px;
  }
  .add-post .partione .formulaire input:hover {
    border: 1px solid rgb(5, 82, 177) !important;
  }
  .add-post .partione .formulaire textarea {
    border: 1px solid gray !important;
    width: 450px !important;
    height: 300px;
    font-size: 11px;
    outline: none !important;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
  }
  .add-post .validate {
    padding: 10px;
    margin-top: 10px;
    width: 300px !important;
    background-color: rgb(5, 82, 177);
    border: 1px solid rgb(5, 82, 177) !important;
    display: flex !important;
    color: white;
    font-size: 14px;
    display: grid !important;
    justify-content: center !important;
    border-radius: 6px;
    transition: 0.9s;
    cursor: pointer;
  }
  .add-post .validate:hover {
    background-color: rgb(5, 41, 130);
    border: 1px solid rgb(5, 41, 130) !important;
  }
  .add-post .partitwo {
    display: flex !important;
    flex-direction: column;
  }
  .add-post .partitwo .media {
    margin-bottom: 5px;
    display: flex !important;
  }
  .add-post .partitwo .media .import-media:hover {
    background-color: rgb(224, 232, 239);
  }
  .add-post .partitwo .media .import-media {
    border: 1px solid rgb(160, 159, 159) !important;
    background-color: rgb(225, 225, 225);
    padding: 7px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.9s;
    margin: 5px;
    cursor: pointer;
  }
  .add-post .partitwo .media .import-media i {
    color: gray !important;
    font-size: 20px;
  }
  .add-post .partitwo .media .import-media label {
    font-size: 11px;
    margin: 0px 10px;
  }
  .add-post .partitwo .title-text {
    font-weight: 700;
    font-family: 18px;
    margin: 10px 0px;
  }
  .add-post .partitwo .map-title {
    font-size: 11px;
    color: rgb(167, 166, 166) !important;
    margin: 5px 0px;
  }
  .add-post .partitwo .map {
    height: 300px;
    width: 650px;
    z-index: 1;
    border: 1px solid rgb(160, 159, 159) !important;
    border-radius: 4px;
  }
  .add-post .details-actuality {
    width: 100vw;
    padding: 0px 10px;
    margin-bottom: 40px;
  }
  .add-post .details-actuality .options-actualites {
    display: flex;
    margin-top: 20px;
  }
  .add-post .details-actuality .options-actualites .mail-actualits {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .add-post .details-actuality .options-actualites .mail-actualits i {
    color: rgb(5, 82, 177);
    margin-right: 8px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding: 0px;
  }
  .add-post .details-actuality .options-actualites .mail-actualits label {
    font-size: 11px;
    color: gray;
    font-weight: 500;
    margin-right: 40px;
  }
  .add-post .details-actuality .actu-body {
    width: 100vw;
    margin: 0px auto;
  }
  .add-post .details-actuality .actu-body .image {
    background-image: url("https://media.istockphoto.com/id/670551650/fr/photo/montagne-volcanique-en-%C3%A9ruption.webp?s=1024x1024&w=is&k=20&c=5YueCu-AglU93eqnLWjRf_bOfXKIwfwTPeLMiJ7Q_w8=");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 380px;
    margin: 10px 0px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-actualities {
    display: flex;
    flex-wrap: wrap;
    width: 97vw;
    margin-top: 30px;
    justify-content: center;
    padding: 15px 0px;
  }
  .content-actualities .actuality {
    width: 200px;
    margin: 5px;
    transition: 0.9s;
    margin: 6px;
  }
  .content-actualities .actuality .image {
    height: 100px;
    width: 100%;
    background-color: rgb(231, 227, 227);
    border-radius: 10px;
    background-image: url("https://media.istockphoto.com/id/670551650/fr/photo/montagne-volcanique-en-%C3%A9ruption.webp?s=1024x1024&w=is&k=20&c=5YueCu-AglU93eqnLWjRf_bOfXKIwfwTPeLMiJ7Q_w8=");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content-actualities .actuality .content {
    height: 100px;
    width: 100%;
    margin: 6px;
  }
  .content-actualities .actuality .content .title {
    font-size: 11px;
    color: gray;
    margin-top: 6px;
    text-transform: uppercase;
  }
  .content-actualities .actuality .content .date-time {
    font-size: 10px;
    color: rgb(5, 82, 177);
  }
  .content-actualities .actuality .content .message {
    font-size: 13px;
    margin-top: 6px;
  }
  .content-actualities .actuality:hover {
    border-radius: 3px;
    margin: 6px;
    cursor: pointer;
    background-color: rgb(239, 239, 239);
  }
  .content-item {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin-top: 30px;
    justify-content: center;
  }
  .content-item .item {
    border: 1px solid transparent;
    transition: 0.9s;
    border-radius: 10px;
    width: 300px;
    background-color: white;
    margin: 5px;
  }
  .content-item .item .item-img {
    height: 250px;
    width: 300px;
    cursor: pointer;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
  }
  .content-item .item .item-img .img-btn {
    border-radius: 6px;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    transition: 0.9s;
    font-size: 10px;
    margin: 4px;
    cursor: pointer;
  }
  .content-item .item .item-img .img-btn i {
    margin-right: 7px;
    font-size: 12;
    cursor: pointer;
  }
  .content-item .item .item-img .img-btn .bi-justify {
    margin-right: 0px;
    font-size: 12px;
  }
  .content-item .item .item-img .img-btn:hover {
    background-color: rgb(5, 82, 177);
  }
  .content-item .item .name {
    font-size: 17px;
    font-weight: 700;
    margin-top: 13px;
    line-height: 18px;
  }
  .content-item .item .town {
    font-size: 12px;
    line-height: 18px;
    color: rgb(130, 130, 130);
    margin: 5px 0px;
  }
  .content-item .no-data {
    color: gray !important;
    font-size: 17px;
  }
  .details-actuality {
    width: 100vw;
    margin-bottom: 40px;
  }
  .details-actuality .options-actualites {
    display: flex;
    margin-top: 20px;
  }
  .details-actuality .options-actualites .mail-actualits {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .details-actuality .options-actualites .mail-actualits i {
    color: rgb(5, 82, 177);
    margin-right: 8px;
    margin-bottom: 7px;
    margin-left: 0px;
    padding: 0px;
  }
  .details-actuality .options-actualites .mail-actualits label {
    font-size: 11px;
    color: gray;
    font-weight: 500;
    margin-right: 40px;
  }
  .details-actuality .actu-body {
    width: 800px;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .details-actuality .actu-body .image {
    background-image: url("https://media.istockphoto.com/id/670551650/fr/photo/montagne-volcanique-en-%C3%A9ruption.webp?s=1024x1024&w=is&k=20&c=5YueCu-AglU93eqnLWjRf_bOfXKIwfwTPeLMiJ7Q_w8=");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    width: 800px;
    height: 380px;
    margin: 10px 0px;
  }
  .details-actuality .actu-body .icons {
    display: flex;
  }
  .details-actuality .actu-body .icons .share {
    height: 40px;
    width: 40px;
    background-color: rgb(5, 82, 177);
    border-radius: 100px;
    margin-top: 10px;
    margin-right: 8px;
    cursor: pointer;
    display: grid;
    place-content: center;
    color: white;
    transition: 0.9s;
  }
  .details-actuality .actu-body .icons .share:hover {
    color: rgb(5, 82, 177);
    background-color: white;
    border: 1px solid rgb(5, 82, 177);
  }
  .details-actuality .actu-body .title {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    color: rgb(34, 34, 34);
  }
  .details-actuality .actu-body .date {
    color: rgb(111, 111, 111);
    font-size: 12px;
    margin-top: 10px;
  }
  .details-actuality .actu-body .owner {
    margin-top: 10px;
    font-weight: 600;
  }
  .details-actuality .actu-body .content {
    line-height: 23px;
    font-size: 14px;
    margin: 20px 0px;
    margin-bottom: 20px;
  }
  .vitrine {
    width: 100vw;
  }
  .vitrine .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }
  .vitrine .content .new-event:hover {
    background-color: rgb(5, 82, 177);
    color: white;
  }
  .vitrine .content .new-event {
    background-color: white;
    display: flex;
    transition: 0.9s;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
    border: 1.8px solid rgb(5, 82, 177);
    padding: 10px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(5, 82, 177);
    cursor: pointer;
  }
  .vitrine .content .new-event i {
    margin-right: 10px;
    font-size: 18px;
  }
  .vitrine .content .slogan {
    color: rgb(0, 0, 0);
    letter-spacing: 1.7px;
    font-size: 12px;
    margin: 25px 0px;
    text-align: center;
  }
  .vitrine .content .description {
    font-size: 13px;
    margin-top: 10px;
    width: 80vw;
    padding: 10px 40px;
    text-align: center;
    line-height: 25px;
  }
  .vitrine .content .items {
    display: flex;
    width: 80vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .vitrine .content .items .item-v:hover {
    background-color: rgb(238, 252, 255);
  }
  .vitrine .content .items .item-v {
    margin-top: 20px;
    margin: 10px;
    height: 200px;
    border-radius: 6px;
    padding: 8px;
    transition: 0.9s;
    width: 200px;
    background-color: rgba(170, 231, 245, 0.545);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1.9px solid transparent;
    cursor: pointer;
  }
  .vitrine .content .items .item-v i {
    font-size: 58px;
    color: rgb(5, 82, 177);
  }
  .vitrine .content .items .item-v .title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
  }
  .vitrine .content .items .item-v .elmt {
    font-size: 13px;
    color: gray;
    text-align: center;
  }
  .vitrine .image {
    height: 620px;
    width: 60%;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border-radius: 12px;
    background-color: gray;
  }
  .vitrine .image .cover {
    height: 400px;
    background: linear-gradient(90deg, rgb(94, 171, 230) 0%, rgba(31, 163, 219, 0.516) 35%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 40px;
    flex-direction: column;
  }
  .vitrine .image .cover .name-title {
    font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: rgb(252, 252, 252);
  }
  .vitrine .image .cover .presentation {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    width: 400px;
    color: rgb(252, 252, 252);
  }
  .vitrine .image .cover .name-structure {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.9px;
    color: white;
    background-color: #000000;
    width: 400px;
    padding: 12px;
    margin-top: 15px;
  }
  .vitrine .image .cover .name-responsable {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 4.6px;
    color: white;
    width: 400px;
    padding: 12px 0px;
    margin-top: 5px;
  }
  .vitrine .image .cover .options {
    display: flex;
    margin-top: 5px;
  }
  .vitrine .image .cover .options .go-mails:hover {
    background-color: white;
    color: rgb(5, 82, 177);
  }
  .vitrine .image .cover .options .go-mails {
    background-color: rgb(5, 82, 177);
    cursor: pointer;
    color: white;
    transition: 0.9s;
    padding: 12px;
    margin-right: 13px;
    border-radius: 3px;
    border: 1px solid rgb(5, 82, 177);
  }
  .vitrine .image .cover .options .go-sites:hover {
    background-color: rgba(255, 255, 255, 0.305);
  }
  .vitrine .image .cover .options .go-sites {
    background-color: transparent;
    cursor: pointer;
    color: white;
    transition: 0.9s;
    padding: 12px;
    margin-right: 13px;
    border-radius: 3px;
    border: 1px solid white;
  }
  .vitrine .image .cover .name-type {
    color: rgb(255, 255, 255);
    width: 600px;
    letter-spacing: 4px;
    font-size: 22px;
  }
  .vitrine .image .images-move {
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: row;
    background-color: white;
  }
  .vitrine .image .images-move .sub-img-display {
    height: 200px;
    width: 300px;
    margin: 10px;
    padding: 50px 80px;
    background-color: #000000;
    border-radius: 12px;
    color: transparent;
    border: solid 1px rgb(220, 220, 220);
  }
  .vitrine .image .details-vitrines {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .vitrine .image .details-vitrines .details-element {
    margin: 3px;
    width: 320px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.627);
    padding: 6px;
    border-radius: 5px;
  }
  .vitrine .image .details-vitrines .details-element .details-icon {
    height: 40px;
    width: 40px;
    background-color: rgb(5, 82, 177);
    display: grid;
    place-content: center;
    border-radius: 100px;
    margin-right: 10px;
  }
  .vitrine .image .details-vitrines .details-element .details-icon i {
    color: white;
  }
  .vitrine .image .details-vitrines .details-element .details-content {
    display: flex;
    flex-direction: column;
  }
  .vitrine .image .details-vitrines .details-element .details-content .title {
    font-size: 11px;
    font-weight: 400;
    color: white;
  }
  .vitrine .image .details-vitrines .details-element .details-content .value {
    font-size: 14px;
    font-weight: 700;
    color: white;
  }
  .vitrine .image .icons-menu {
    background-color: rgb(5, 82, 177);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vitrine .image .icons-menu .icon-circle:hover {
    border: 1px solid rgb(5, 82, 177);
    background-color: white;
    color: rgb(5, 82, 177);
  }
  .vitrine .image .icons-menu .icon-circle:hover i {
    color: rgb(5, 82, 177);
    font-size: 24px;
  }
  .vitrine .image .icons-menu .icon-circle {
    justify-content: center;
    align-items: center;
    display: flex;
    transition: 0.9s;
    color: white;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 6px;
    padding: 6px 20px;
    border: 1px solid rgb(5, 82, 177);
  }
  .vitrine .image .icons-menu .icon-circle i {
    color: white;
    font-size: 24px;
    margin-right: 6px;
  }
  .vitrine .media {
    display: flex;
    padding: 5px;
  }
  .vitrine .media .mdia {
    margin-top: 10px;
    margin-right: 10px;
  }
  .vitrine .media .video-res:hover {
    background-color: rgb(0, 0, 0);
  }
  .vitrine .media .video-res {
    width: 400px;
    height: 230px;
    background-color: rgb(0, 0, 0);
    border: 1px solid rgb(168, 164, 164);
    display: grid;
    place-content: center;
    border-radius: 3px;
    cursor: pointer;
  }
  .vitrine .media .album-res .title {
    font-size: 11px;
    text-align: center;
  }
  .vitrine .media .album-res .icon-image {
    margin-bottom: 8px;
    height: 100px;
    transition: 0.9s;
    margin: 0px 20px;
    width: 100px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/folder.png");
  }
  .add-post {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-around;
    align-items: start;
    margin-top: 20px;
  }
  .add-post .type-page {
    width: 100vw;
  }
  .add-post .partione {
    display: flex;
    flex-direction: column;
  }
  .add-post .partione .title {
    font-weight: 700;
    font-size: 30px;
  }
  .add-post .partione .decription {
    color: gray !important;
    font-size: 14px;
    width: 450px;
  }
  .add-post .partione .formulaire {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .add-post .partione .formulaire input {
    width: 310px !important;
    padding: 7px 9.8px;
    margin-top: 8px;
    outline: none !important;
    border: 1px solid gray !important;
    border-radius: 6px;
  }
  .add-post .partione .formulaire input:hover {
    border: 1px solid rgb(5, 82, 177) !important;
  }
  .add-post .partione .formulaire textarea {
    border: 1px solid gray !important;
    width: 450px !important;
    height: 300px;
    font-size: 11px;
    outline: none !important;
    margin-top: 10px;
    padding: 10px;
    border-radius: 6px;
  }
  .add-post .validate {
    padding: 10px;
    margin-top: 10px;
    width: 300px !important;
    background-color: rgb(5, 82, 177);
    border: 1px solid rgb(5, 82, 177) !important;
    display: flex !important;
    color: white;
    font-size: 14px;
    display: grid !important;
    justify-content: center !important;
    border-radius: 6px;
    transition: 0.9s;
    cursor: pointer;
  }
  .add-post .validate:hover {
    background-color: rgb(5, 41, 130);
    border: 1px solid rgb(5, 41, 130) !important;
  }
  .add-post .partitwo {
    display: flex !important;
    flex-direction: column;
  }
  .add-post .partitwo .media {
    margin-bottom: 5px;
    display: flex !important;
  }
  .add-post .partitwo .media .import-media:hover {
    background-color: rgb(224, 232, 239);
  }
  .add-post .partitwo .media .import-media {
    border: 1px solid rgb(160, 159, 159) !important;
    background-color: rgb(225, 225, 225);
    padding: 7px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: 0.9s;
    margin: 5px;
    cursor: pointer;
  }
  .add-post .partitwo .media .import-media i {
    color: gray !important;
    font-size: 20px;
  }
  .add-post .partitwo .media .import-media label {
    font-size: 11px;
    margin: 0px 10px;
  }
  .add-post .partitwo .title-text {
    font-weight: 700;
    font-family: 18px;
    margin: 10px 0px;
  }
  .add-post .partitwo .map-title {
    font-size: 11px;
    color: rgb(126, 126, 126) !important;
    margin: 5px 0px;
  }
  .add-post .partitwo .map {
    height: 300px;
    width: 650px;
    z-index: 1;
    border: 1px solid rgb(160, 159, 159) !important;
    border-radius: 4px;
  }
}
.all-posts {
  width: 100vw;
}
.all-posts .menu {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgb(5, 82, 177);
  padding: 10px 0px;
}
.all-posts .menu .icons-btn {
  display: flex;
  justify-content: center;
}
.all-posts .menu .icons-btn .icon {
  height: 40px;
  width: 40px;
  background-color: white;
  display: grid;
  place-content: center !important;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.9s;
  color: rgb(5, 82, 177);
  margin: 0px 12px;
}
.all-posts .menu .icons-btn .icon:hover {
  border: 1px solid white;
  color: white;
  background-color: rgb(5, 82, 177);
}
.all-posts .menu .icons-btn .go-search {
  width: 210px;
  background-color: white;
  display: flex;
  justify-self: center;
  align-items: center !important;
  padding: 10px;
  border-radius: 5px;
}
.all-posts .menu .icons-btn .go-search input {
  margin: 0px 10px;
  height: 100%;
  outline: none;
  border: none !important;
}
.all-posts .menu .icons-btn .go-search:hover {
  color: rgb(5, 82, 177);
}

.ajouter-aactualite {
  height: 100vh;
  overflow-y: scroll;
}
.ajouter-aactualite .title-main {
  font-size: 12px;
  padding: 13px 20px;
  font-weight: 400;
  border-radius: 5px;
  position: sticky;
  top: 0;
  z-index: 10;
  color: white;
  background-color: rgb(5, 82, 177);
}
.ajouter-aactualite .new-actu {
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.ajouter-aactualite .new-actu .left-element {
  height: 100px;
  margin: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}
.ajouter-aactualite .new-actu .left-element .actuality {
  width: 190px;
  margin: 8px;
  transition: 0.9s;
  margin: 6px;
}
.ajouter-aactualite .new-actu .left-element .actuality .image {
  height: 100px;
  width: 100%;
  background-color: rgb(231, 227, 227);
  border-radius: 5px;
}
.ajouter-aactualite .new-actu .left-element .actuality .content {
  width: 100%;
  margin: 6px;
}
.ajouter-aactualite .new-actu .left-element .actuality .content .title {
  font-size: 11px;
  color: gray;
  margin-top: 6px;
  text-transform: uppercase;
}
.ajouter-aactualite .new-actu .left-element .actuality .content .date-time {
  font-size: 10px;
  color: rgb(5, 82, 177);
}
.ajouter-aactualite .new-actu .left-element .actuality .content .message {
  font-size: 13px;
  margin-top: 6px;
}
.ajouter-aactualite .new-actu .left-element .actuality .delete-actuality {
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 10px;
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  transition: 0.9s;
}
.ajouter-aactualite .new-actu .left-element .actuality .delete-actuality:hover {
  background-color: black;
}
.ajouter-aactualite .new-actu .left-element .actuality:hover {
  border-radius: 3px;
  margin: 6px;
  cursor: pointer;
  background-color: rgb(239, 239, 239);
}
.ajouter-aactualite .new-actu .right-element {
  display: flex;
  flex-direction: column;
}
.ajouter-aactualite .new-actu .right-element .import-media:hover {
  background-color: rgb(224, 232, 239);
}
.ajouter-aactualite .new-actu .right-element .import-media {
  border: 1px solid rgb(160, 159, 159) !important;
  background-color: rgb(225, 225, 225);
  padding: 7px;
  width: -moz-max-content;
  width: max-content;
  height: 50px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.9s;
  margin: 5px 0px;
  cursor: pointer;
}
.ajouter-aactualite .new-actu .right-element .import-media i {
  color: gray !important;
  font-size: 20px;
}
.ajouter-aactualite .new-actu .right-element .import-media label {
  font-size: 11px;
  margin: 0px 10px;
}
.ajouter-aactualite .new-actu .right-element input {
  width: 550px !important;
  padding: 8px 10px;
  margin-top: 10px;
  outline: none !important;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.ajouter-aactualite .new-actu .right-element input:hover {
  border: 1px solid rgb(5, 82, 177) !important;
}
.ajouter-aactualite .new-actu .right-element .separate {
  height: 10px;
}
.ajouter-aactualite .new-actu .right-element .are {
  padding: 20px 0px;
  width: 850px;
}
.ajouter-aactualite .new-actu .right-element textarea {
  border: 1px solid gray !important;
  width: 550px !important;
  height: 300px;
  font-size: 11px;
  outline: none !important;
  border-radius: 6px;
}
.ajouter-aactualite .new-actu .right-element .validate {
  padding: 10px;
  width: 300px !important;
  background-color: rgb(5, 82, 177);
  border: 1px solid rgb(5, 82, 177) !important;
  display: flex !important;
  color: white;
  font-size: 14px;
  display: grid !important;
  justify-content: center !important;
  border-radius: 6px;
  transition: 0.9s;
  cursor: pointer;
}
.ajouter-aactualite .new-actu .right-element .validate:hover {
  background-color: rgb(5, 41, 130);
  border: 1px solid rgb(5, 41, 130) !important;
}

.get-allusers {
  display: flex;
  flex-direction: column;
  width: 95vw;
}
.get-allusers .header {
  display: flex;
  justify-content: space-between;
  height: 56px;
  padding: 5px;
}
.get-allusers .header .title {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
}
.get-allusers .header .title .main-title {
  font-weight: 800;
  font-size: 20px;
}
.get-allusers .header .title .sub-title {
  font-size: 13px;
  color: rgb(116, 115, 115) !important;
}
.get-allusers .header .search-input {
  margin: 0px 10px;
  display: flex !important;
  align-items: center;
  padding: 3px;
  width: 250px;
  height: 35px;
  border: 1.6px solid rgb(169, 168, 168);
  border-radius: 4px;
  transition: 0.9s;
}
.get-allusers .header .search-input i {
  margin: 0px 10px;
}
.get-allusers .header .search-input input {
  border: 0;
  width: 100%;
  height: 100%;
  outline: none !important;
}
.get-allusers .header .search-input:hover {
  border: 1.6px solid rgb(5, 82, 177);
}
.get-allusers .header .search-input:hover i {
  margin: 0px 10px;
  color: rgb(5, 82, 177);
}
.get-allusers .body {
  width: 95vw;
  height: 80vw;
  padding: 20px;
}
.get-allusers .body .table-customers {
  width: 100%;
  margin: 0px 10px;
  border-collapse: collapse;
}
.get-allusers .body .table-customers thead {
  background-color: rgb(5, 82, 177);
  color: white;
}
.get-allusers .body .table-customers thead th {
  border: 1px solid rgb(5, 82, 177);
}
.get-allusers .body .table-customers th {
  font-size: 14px;
}
.get-allusers .body .table-customers td {
  font-size: 12px;
  text-align: center;
}
.get-allusers .body .table-customers th,
.get-allusers .body .table-customers td {
  padding: 4px;
  border: 1px solid rgb(230, 230, 230);
}
.get-allusers .body .table-customers tbody tr:hover {
  cursor: pointer;
  background-color: rgb(230, 230, 230);
}

.admin-page {
  width: 100vw;
  height: 100vh;
  display: flex;
}
.admin-page .list-item {
  width: 280px;
  height: 100vh;
  background-color: rgb(5, 82, 177);
}
.admin-page .list-item .item {
  display: flex;
  align-items: center;
  padding: 10px;
  color: white !important;
  cursor: pointer;
  transition: 0.9s;
  font-size: 12px;
}
.admin-page .list-item .item i {
  padding: 0px 10px;
  font-size: 20px;
  color: white !important;
}
.admin-page .list-item .item:hover {
  background-color: white;
  color: rgb(5, 82, 177) !important;
}
.admin-page .list-item .item:hover i {
  color: rgb(5, 82, 177) !important;
}
.admin-page .body {
  width: 98%;
  height: 98%;
  padding: 3px;
}
.admin-page .body .dash-bord {
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.admin-page .body .dash-bord .header-page {
  display: flex;
  justify-content: space-between;
  border: 1px solid rgb(228, 227, 227);
  border-radius: 4px;
  padding: 12px 15px;
}
.admin-page .body .dash-bord .header-page .title {
  font-size: 26px;
  font-weight: 700;
}
.admin-page .body .dash-bord .header-page .user-details:hover {
  background-color: rgb(89, 214, 255);
}
.admin-page .body .dash-bord .header-page .user-details {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(193, 237, 252);
  padding: 6px;
  transition: 0.8s;
  border-radius: 12px;
  cursor: pointer;
}
.admin-page .body .dash-bord .header-page .user-details .avatar {
  height: 35px;
  width: 35px;
  background-color: rgb(5, 82, 177);
  color: white;
  display: grid;
  place-items: center;
  border-radius: 100px;
  margin: 0px 10px;
}
.admin-page .body .dash-bord .header-page .user-details .user {
  display: flex !important;
  flex-direction: column;
  margin-right: 10px;
}
.admin-page .body .dash-bord .header-page .user-details .user .type {
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
}
.admin-page .body .dash-bord .header-page .user-details .user .name {
  font-size: 11px;
  color: gray !important;
}
.admin-page .body .dash-bord .contenu {
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
}
.admin-page .body .dash-bord .contenu .left .salutation {
  font-size: 22px;
  font-weight: 700;
  color: black;
}
.admin-page .body .dash-bord .contenu .left .message {
  margin-top: 20px;
  width: 600px;
  font-size: 13px;
  color: gray !important;
}
.admin-page .body .dash-bord .contenu .left .website {
  margin-top: 23px;
  background-color: rgb(5, 82, 177);
  cursor: pointer;
  border-radius: 20px;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  font-weight: 600;
  color: white !important;
  padding: 12px;
}
.admin-page .body .dash-bord .contenu .left .website:hover {
  background-color: rgb(23, 124, 218);
}
.admin-page .body .dash-bord .contenu .left .indication {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.admin-page .body .dash-bord .contenu .left .indication .element {
  padding: 6px 10px;
  margin: 6px;
  border-radius: 3px;
  margin-right: 10px;
  width: 200px;
}
.admin-page .body .dash-bord .contenu .left .indication .element .value {
  padding: 12px;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 800;
  background-color: white;
}
.admin-page .body .dash-bord .contenu .left .indication .element .details {
  font-size: 14px;
  padding: 4px;
  color: white;
  font-weight: 700;
}

.notable-page {
  height: 100vh;
  overflow-y: scroll;
}
.notable-page .title {
  font-size: 12px;
  padding: 13px 20px;
  font-weight: 400;
  border-radius: 5px;
  position: sticky;
  top: 0;
  z-index: 10;
  color: white;
  background-color: rgb(5, 82, 177);
}
.notable-page form {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  padding: 10px;
}
.notable-page input {
  width: 550px !important;
  padding: 8px 10px;
  margin-top: 10px;
  outline: none !important;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.notable-page input:hover {
  border: 1px solid rgb(5, 82, 177) !important;
}
.notable-page .separate {
  height: 10px;
}
.notable-page textarea {
  margin-top: 10px;
  border: 1px solid gray !important;
  width: 550px !important;
  height: 100px;
  font-size: 11px;
  padding: 20px;
  outline: none !important;
  border-radius: 6px;
  margin: 10px 0px;
}
.notable-page .add-notable {
  padding: 10px;
  width: 300px !important;
  background-color: rgb(5, 82, 177);
  border: 1px solid rgb(5, 82, 177) !important;
  display: flex !important;
  color: white;
  font-size: 14px;
  display: grid !important;
  justify-content: center !important;
  border-radius: 6px;
  transition: 0.9s;
  cursor: pointer;
}
.notable-page .add-notable:hover {
  background-color: rgb(5, 41, 130);
  border: 1px solid rgb(5, 41, 130) !important;
}
.notable-page .avatar-container {
  text-align: center;
}
.notable-page .avatar-label {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.notable-page .avatar-label input {
  display: none;
}
.notable-page .avatar-preview {
  width: 100px;
  height: 100px;
  background-color: #ddd;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
}
.notable-page .avatar-label .icon-circle {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  font-weight: bold;
}
.notable-page .icon-circle {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  background-color: rgb(5, 82, 177);
  cursor: pointer;
  transition: 0.9s;
  display: grid;
  place-content: center;
}
.notable-page .icon-circle i {
  color: white;
}
.notable-page .icon-circle:hover {
  background-color: rgb(91, 192, 243);
}
.notable-page .list-notable {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 20px;
}
.notable-page .list-notable .card-notable {
  background-color: white;
  border-radius: 7px;
  width: 180px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin: 12px;
  flex-direction: column;
  padding: 1px;
}
.notable-page .list-notable .card-notable .e-details {
  display: grid;
  place-items: center;
  padding: 4px 10px;
  height: 45px;
  border-radius: 50px;
  background-color: rgb(5, 82, 177);
  color: #fff;
  border: 2px solid rgb(5, 82, 177);
  font-size: 11px;
  cursor: pointer;
  transition: 0.3s;
}
.notable-page .list-notable .card-notable .e-details:hover {
  background-color: white;
  color: rgb(5, 82, 177);
  border: 2px solid rgb(5, 82, 177);
}
.notable-page .list-notable .card-notable .avatar-image {
  height: 90px;
  width: 180px;
  border-radius: 7px;
  background-size: cover;
  background-color: #000000;
}
.notable-page .list-notable .card-notable .names {
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
}
.notable-page .list-notable .card-notable .tiles {
  font-size: 11px;
  margin-top: 2px;
}
.notable-page .list-notable .card-notable .delete-notable {
  background-color: red;
  color: white;
  font-size: 10px;
  padding: 10px 8px;
  margin: 7px;
  border: white solid;
}
.notable-page .list-notable .card-notable .delete-notable:hover {
  background-color: white;
  color: red;
  border: red solid;
}

.user-page,
.annuaire-page {
  width: 100%;
  background-color: white;
  border-radius: 4px;
  display: flex;
  align-items: start;
  padding: 10px 20px;
  flex-direction: column;
}
.user-page .input-element,
.annuaire-page .input-element {
  margin-top: 10px;
  padding: 2px;
  width: 350px;
}
.user-page .input-element .element,
.annuaire-page .input-element .element {
  width: 300px !important;
  padding: 5px;
  outline: none !important;
  border: 1px solid transparent !important;
}
.user-page .input-element select,
.annuaire-page .input-element select {
  outline: none;
  border: 0px;
  width: 100%;
  padding: 7px;
}
.user-page .formulaire,
.annuaire-page .formulaire {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.user-page .formulaire .selection,
.annuaire-page .formulaire .selection {
  width: 300px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(245, 246, 246);
  padding: 14px 10px;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.user-page .formulaire .selection label,
.annuaire-page .formulaire .selection label {
  font-size: 13px;
  margin-bottom: 5px;
}
.user-page .formulaire .selection select,
.annuaire-page .formulaire .selection select {
  width: 100%;
  outline: none;
  border: 0;
  background-color: transparent;
}
.user-page .formulaire input,
.annuaire-page .formulaire input {
  width: 300px !important;
  padding: 14px 10px;
  margin-top: 10px;
  outline: none !important;
  border: 1px solid gray !important;
  border-radius: 6px;
}
.user-page .formulaire input:hover,
.annuaire-page .formulaire input:hover {
  border: 1px solid rgb(5, 82, 177) !important;
}
.user-page .formulaire .validate-user,
.annuaire-page .formulaire .validate-user {
  padding: 10px;
  margin-top: 10px;
  width: 300px !important;
  background-color: rgb(5, 82, 177);
  border: 1px solid rgb(5, 82, 177) !important;
  display: flex !important;
  color: white;
  font-size: 14px;
  display: grid !important;
  justify-content: center !important;
  border-radius: 6px;
  transition: 0.9s;
  cursor: pointer;
}
.user-page .formulaire .validate:hover,
.annuaire-page .formulaire .validate:hover {
  background-color: rgb(5, 41, 130);
  border: 1px solid rgb(5, 41, 130) !important;
}
.user-page .table,
.annuaire-page .table {
  height: 465px;
  width: 90%;
  margin-top: 20px;
  position: relative;
  overflow-y: auto;
}
.user-page .table table thead th,
.annuaire-page .table table thead th {
  background-color: rgb(5, 82, 177);
  position: sticky;
  top: 0;
}
.user-page .add-element,
.user-page .edit-element,
.annuaire-page .add-element,
.annuaire-page .edit-element {
  margin-top: 10px;
  width: 210px;
}
.user-page .add-user:hover,
.user-page .add-element:hover,
.user-page .edit-element:hover,
.annuaire-page .add-user:hover,
.annuaire-page .add-element:hover,
.annuaire-page .edit-element:hover {
  background-color: rgb(16, 107, 212);
}
.user-page .add-user,
.user-page .add-element,
.user-page .edit-element,
.annuaire-page .add-user,
.annuaire-page .add-element,
.annuaire-page .edit-element {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.8s;
  width: -moz-max-content;
  width: max-content;
  background-color: rgb(5, 82, 177);
  color: white !important;
  margin: 5px 0px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
}
.user-page .add-user i,
.user-page .add-element i,
.user-page .edit-element i,
.annuaire-page .add-user i,
.annuaire-page .add-element i,
.annuaire-page .edit-element i {
  color: white;
  font-size: 16px;
}
.user-page .search,
.annuaire-page .search {
  display: flex;
  justify-content: center;
  border-radius: 4px;
  align-items: center;
  border: 1px solid gray !important;
}
.user-page .search .icon,
.annuaire-page .search .icon {
  display: grid !important;
  place-content: center;
  padding: 8px;
}
.user-page .search .icon i,
.annuaire-page .search .icon i {
  color: gray;
}
.user-page .search .recherch,
.annuaire-page .search .recherch {
  border: 0;
  width: 200px;
  padding: 8px;
  outline: none !important;
  font-size: 12px;
}
.user-page .search:hover .icon i,
.annuaire-page .search:hover .icon i {
  color: rgb(5, 82, 177);
}
.user-page .table-customers,
.annuaire-page .table-customers {
  width: 100%;
  border-collapse: collapse;
}
.user-page .table-customers thead,
.annuaire-page .table-customers thead {
  background-color: rgb(5, 82, 177);
  color: white;
}
.user-page .table-customers thead th,
.annuaire-page .table-customers thead th {
  border: 1px solid rgb(5, 82, 177);
}
.user-page .table-customers th,
.annuaire-page .table-customers th {
  font-size: 14px;
}
.user-page .table-customers td,
.annuaire-page .table-customers td {
  font-size: 12px;
}
.user-page .table-customers th,
.user-page .table-customers td,
.annuaire-page .table-customers th,
.annuaire-page .table-customers td {
  padding: 4px 12px;
  border: 1px solid rgb(230, 230, 230);
}
.user-page .table-customers tbody tr:hover,
.annuaire-page .table-customers tbody tr:hover {
  cursor: pointer;
  background-color: rgb(230, 230, 230);
}

.tarification {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 0px;
}
.tarification .tarif {
  width: 250px;
  margin: 3px 10px;
}
.tarification .tarif .header-tarif {
  width: 100%;
  display: grid;
  place-content: center;
  background-color: rgb(5, 82, 177);
  padding: 12px 0px;
  color: white;
  font-weight: 600;
  border-radius: 4px;
}
.tarification .tarif .body-tarif {
  margin: 4px 0px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 12px 0px;
  background-color: white;
}
.tarification .tarif .body-tarif .item-point {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
.tarification .tarif .body-tarif .item-point .part-tarif {
  display: flex;
}
.tarification .tarif .body-tarif .item-point .part-tarif .bi-check-circle-fill {
  display: flex;
  color: green;
  margin-right: 8px;
  font-size: 19px;
}
.tarification .tarif .body-tarif .item-point .part-tarif .bi-x-circle-fill {
  display: flex;
  color: red;
  margin-right: 8px;
  font-size: 19px;
}
.tarification .tarif .body-tarif .item-point .part-tarif .libelle {
  font-size: 12px;
  font-weight: 400;
}
.tarification .tarif .body-tarif .item-point .value {
  font-size: 14px;
  color: white;
  background-color: rgb(5, 82, 177);
  border-radius: 50px;
  padding: 3px 10px;
}

.edit-post {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.edit-post input {
  padding: 8px;
  outline: none;
  font-size: 11px;
  width: 400px;
  border: 1px solid gray;
  margin: 3px;
}
.edit-post .selection {
  padding: 8px;
  width: 400px;
  margin: 3px;
  border: 1px solid gray;
}
.edit-post .selection select {
  outline: none;
  width: 100%;
  font-size: 11px;
  border: none;
}

.list-elements {
  background-color: rgba(0, 0, 0, 0.7960784314);
  width: 100vw;
  height: 100vh;
  position: fixed;
}
.list-elements .header-elements {
  padding: 12px 10px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-elements .header-elements i {
  color: red;
  font-size: 20px;
  cursor: pointer;
}
.list-elements .header-elements .search-ressource {
  outline: none;
  width: 380px;
  font-size: 12px;
  padding: 8px 5px;
}
.list-elements .body-elmt {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
}
.list-elements .body-elmt .elmt-left {
  width: 400px;
  padding: 0px 10px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
.list-elements .body-elmt .elmt-left .element-self:hover {
  background-color: rgb(5, 82, 177);
  color: white;
}
.list-elements .body-elmt .elmt-left .element-self {
  transition: 0.9s;
  margin-bottom: 1px;
  border-radius: 3px;
  margin: 2px;
  cursor: pointer;
  background-color: rgb(240, 240, 240);
  padding: 5px 10px;
  display: flex !important;
  flex-direction: column !important;
}
.list-elements .body-elmt .elmt-left .element-self .etablissement {
  font-size: 13px;
  font-weight: 700;
}
.list-elements .body-elmt .elmt-left .element-self .proprio {
  font-size: 13px;
  font-weight: 500;
}
.list-elements .body-elmt .elmt-left .element-self .type {
  font-size: 13px;
  font-weight: 400;
}

.actu-bm {
  height: 50px;
}

.notable-list {
  width: 100%;
  padding: 20px 0px;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.notable-list .notable:hover {
  background-color: rgb(248, 247, 247);
  border: 2px solid rgb(122, 122, 122);
}
.notable-list .notable {
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0px 10px;
  width: 200px;
  padding: 20px;
  transition: 0.9s;
  cursor: pointer;
  border-radius: 20px;
  background-color: rgb(235, 234, 234);
}
.notable-list .notable .notable-avatar {
  height: 100px;
  width: 100px;
  background-color: white;
  border-radius: 100px;
  background-size: cover;
  background-repeat: no-repeat;
}
.notable-list .notable .notable-title {
  font-size: 12px;
  margin-top: 10px;
  color: rgb(5, 82, 177);
  width: -moz-min-content;
  width: min-content;
}
.notable-list .notable .notable-name {
  font-size: 10px;
  margin-top: 5px;
  color: gray !important;
  font-weight: 700;
}

.modal-notable {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 30; /* Ensure it's above other content */
  left: 0;
  top: 0;
  width: 100vw; /* Adjust width as needed */
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
}

.modal-content-notable {
  background-color: #e3e3e3;
  padding: 20px;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  height: 100%;
  width: 400px;
  transform: translateY(-50%);
}
.modal-content-notable .card-notable {
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  background-color: white;
}
.modal-content-notable .card-notable .card-n-image {
  height: 200px;
  width: 100%;
  background-color: rgb(241, 227, 198);
  background-size: cover;
  background-repeat: no-repeat;
}
.modal-content-notable .card-notable .e-details {
  display: grid;
  place-items: center;
  padding: 4px 10px;
  height: 45px;
  border-radius: 50px;
  background-color: rgb(5, 82, 177);
  color: #fff;
  border: 2px solid rgb(5, 82, 177);
  font-size: 11px;
  cursor: pointer;
  transition: 0.3s;
}
.modal-content-notable .card-notable .e-details:hover {
  background-color: white;
  color: rgb(5, 82, 177);
  border: 2px solid rgb(5, 82, 177);
}
.modal-content-notable .card-notable .options {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal-content-notable .card-notable .options .options-events {
  padding: 20px;
  width: 100%;
  display: flex;
}
.modal-content-notable .card-notable .options .options-events .event-btn:hover {
  background-color: orange;
}
.modal-content-notable .card-notable .options .options-events .event-btn {
  background-color: rgb(5, 82, 177);
  cursor: pointer;
  display: grid;
  place-content: center;
  transition: 0.9s;
  border-radius: 80px;
  height: 40px;
  margin: 8px;
  width: 40px;
}
.modal-content-notable .card-notable .options .options-events .event-btn i {
  color: white;
}
.modal-content-notable .card-notable .options .contents {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: starst;
  width: 100%;
  flex-direction: column;
}
.modal-content-notable .card-notable .options .contents .name-notable {
  font-size: 23px;
  font-weight: 800;
}
.modal-content-notable .card-notable .options .contents .title-notable {
  font-size: 14px;
  margin-top: 10px;
  color: rgb(5, 82, 177);
}
.modal-content-notable .card-notable .options .contents .detail-notable {
  font-size: 12px;
  margin-top: 10px;
  color: rgb(161, 161, 161);
}/*# sourceMappingURL=style.css.map */