@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

body {
  box-sizing: border-box;
}

* {
  font-family: "Montserrat", sans-serif;
}
.c-black{
  color: black !important;
}
a {
  font-weight: 600 !important;
  text-decoration: none;
}

.fw-900 {
  font-weight: 900;
}

h2 {
  font-size: 40px !important;
  font-weight: bolder;
}

.outline-none {
  outline-style: none;
}

.objecte-cover {
  object-fit: cover;
}

.cursor-pointer {
  cursor: pointer;
}

img:hover {
  filter: drop-shadow(-1px 1px 5px #477eb9);
  transition: filter 0.5s ease-in-out;
}

.card-img-h {
  height: 381px !important;
  object-fit: contain;
}
.card-img-h img {
  object-fit: cover;
}

.swiper-pagination {
  display: flex;
  padding: 10px 0;
}

.paginate,
.paginate2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.paginate .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  padding-left: 10;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(255, 255, 255);
}

.paginate .swiper-pagination-bullet-active {
  background-color: #ffbe00;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}

.paginate2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.8);
}

.paginate2 .swiper-pagination-bullet-active {
  background-color: #ffbe00;
}

.swiper-pagination-disabled {
  display: flex;
}

.active {
  opacity: 1;
  display: flex !important;
}

.hero {
  height: 700px;
  width: 100%;
}

.hero-section {
  height: 700px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-part3 .swiper-slide {
  /* width: 450px !important; */
}

.partenaire,
.photos,
.slide-part2,
.slide-part3,
.slide-part4 {
  overflow: hidden;
}

.flex1 {
  flex: 1;
}

.overflow-x {
  overflow-x: hidden;
}

.blur-img {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}

.btn-login {
  background: #e8a700;
  border: none;
  font-size: 12px;
  border-radius: 61px;
  width: 120px;
  text-align: center;
}

.btn-primary {
  width: 220px;
  height: 50px;
  background: #e8a700;
  border: none;
  border-radius: 61px;
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: center;
}

.btn-input_file {
  color: white;
  padding: 10px;
  background: #e8a700;
  border: none;
  border-radius: 61px;
}

.btn-newsletter {
  height: 44px;
  background: #e8a700;
  border: none;
  color: white;
  border-radius: 61px;
}

.btn-filter {
  background: #8a8a8a;
  color: white;
  padding: 10px !important;
  border-radius: 0;
}

.btn-filter:nth-child(2) {
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.btn-filter:hover,
.btn-group .active {
  background: #07294d;
  color: white;
}

.btn-newsletter:hover,
.btn-primary:hover,
.btn-login:hover {
  background: #ffd261;
}

.btn-round:hover {
  background: rgb(102, 102, 102);
  color: rgb(255, 255, 255);
}

.bg-blue {
  background: #07294d;
}

.bg-gray {
  background: rgba(245, 245, 245, 1);
}

.left-0 {
  left: 0;
}

.box-shadow {
  background: rgba(0, 0, 0, 0.4);
}

/* card dif */

.card-title {
  font-size: 20px;
  font-weight: 900;
  padding: 10px 0;
}
.card-title2 {
  font-size: 13px;
  padding: 0;
  font-weight: 800;
}

.title {
  font-size: 35px;
}

.fs-icon {
  font-size: 15px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fs-icon2 {
  font-size: 20px;
  font-weight: normal;
}

.card_date {
  font-size: 15px;
}

.card-categorie {
  font-size: 15px;
  font-weight: bolder;
  text-transform: uppercase;
}

.card-description {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: rgba(0, 0, 0, 1);
}
.card-description2 {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
}

/* end */

.text-blue {
  color: rgba(7, 41, 77, 1);
}

h3 {
  font-size: 30px;
  font-weight: bolder;
  z-index: 5;
}

h3:after {
  content: "";
  width: 88px;
  height: 6px;
  background: rgba(232, 167, 0, 1);
  position: absolute;
  border-radius: 10px;
  left: 0;
  bottom: -14px;
}

h4 {
  font-weight: 800;
  padding-left: 12px ;
  color: #07294d;

  position: relative;
  margin-bottom: 25px;
}

h4:after {
  content: "";
  width: 8px;
  height: 35px;
  background: rgba(232, 167, 0, 1);
  position: absolute;
  left: 0px;
  bottom: -4px;
}

h6 {
  color: #07294d;
  margin: 0;
  padding: 0;
}

.size-img1 {
  height: 240px;
}

.text-color1 {
  color: rgba(232, 167, 0, 1) !important;
}

.text-color-gray {
  color: rgba(138, 138, 138, 1) !important;
  font-weight: 600;
}

.shadow-card {
  filter: drop-shadow(0px 15.5636px 5.18786px rgba(0, 0, 0, 0.3));
 /* min-height: 260px;*/
 min-height: 185px;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.bg-black {
  background: rgba(9, 9, 9, 1);
}

h3,
h4 {
  position: relative;
  margin-bottom: 25px;
}

.fs-small {
  font-size: 12px;
}

.fs-middle {
  font-size: 16px;
}

.mail-input {
  background: rgba(245, 245, 245, 0.08);
  border: 1px solid #ffffff;
  border-radius: 107px;
  height: 36px;
  padding: 10px;
}

.footer-logo {
  width: 369px;
  height: 154px;
  border-top: 1px solid white;
}

.btn-round {
  width: 30px;
  color: black;
  height: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 80px;
  text-align: center;
  background: white;
}

.btn-round i {
  padding: 0;
  margin: 0;
  color: black;
}

.bg-none {
  background: none;
}

.center-absolute {
  top: 50%;
  left: 0;
  transform: translate(50px, 50px);
}

.d-none1 {
  display: none;
}

.gap-14 {
  gap: 10px;
}

.col-drap {
  width: 25%;
  padding: 10px;
  background: red;
}

.col-drap:nth-child(1) {
  background: #108757;
}

.col-drap:nth-child(2) {
  background: #ffbe00;
}

.label-categorie {
  position: absolute;
  top: 6%;
  left: 4%;
  transform: translate(-2px, -4px);
  padding: 5px 12px;
  background: #0baa97;
  text-transform: uppercase;
  font-weight: bold;
  color: #f5f5f5;
  border-radius: 10%;
}
.label-categorie2 {
  background: #0baa97;
  text-transform: uppercase;
  font-weight: bold;
  color: #f5f5f5;
  border-radius: 10%;
  padding: 5px 12px;
}

.border-bottom-2 {
  border-bottom: 1px solid #8a8a8a;
}

.border-bottom-1 {
  border-bottom: 1.5px solid #8a8a8a;
}

h5 {
  font-size: 23px;
  margin: 0;
}

.search {
  background: #efefef;
  border: none;
  font-size: 10px;
  padding: 10px 16px;
  height: 30px;
  border-radius: 17px 0px 0px 17px;
}

.btn-search:hover {
  background: #efefef;
  color: #a9a9a9;
}

.btn-search {
  background: #efefef;
  border: none;
  font-size: 13px;
  color: #a9a9a9;
  height: 30px;
  border-radius: 0px 17px 17px 0px;
}

.filter-link,
.filter-link:hover {
  color: #8a8a8a;
}

.ml-5 {
  margin-left: 6px;
}

.title-pub {
  padding: 4px 20px !important;
  width: 100%;
  display: flex;
  background: #07294d;
  justify-content: start;
  align-items: center;
}

.h-img {
  height: 340px !important;
}

.left-50 {
  left: 50%;
  transform: translate(-52%, -50%);
}

h6 {
  font-size: 24px;
  font-weight: bolder;
}

.left-position {
  top: -10%;
  left: -6%;
}

.rigth-position-1 {
  top: -10%;
  right: 0px;
  width: 10%;
  z-index: 1;
  transform: translate(9px, -10px);
}

.rigth-position {
  top: -4%;
  right: -70px;
  z-index: 1;
}

.z-1 {
  z-index: 5;
}

.dropdown__nav {
  background-color: white;
  color: black;
  width: auto;
  display: none;
  z-index: 10;
  min-width: 150px;
  font-size: 12px;
  box-shadow: 2px -8px 13px 0px #292924a8;
}
.sub-drop:hover .sub-drop-nav {
  display: flex;
}

.sub-drop-nav {
  top: 0;
  left: 100%;
  display: none;
  padding: 15px;
  background-color: white;
  color: #07294d;
  box-shadow: 2px -4px 8px 0px #292924a8;
}

.nav-item:hover .dropdown__nav {
  display: flex;
}

.parent-div {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.parent-div input[type="file"] {
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  font-size: 90px;
}

.form-shadow{
    box-shadow: 1px 1px 20px 0px #07294d1a;
}


@media (max-width: 992px) {
  .navbar-brand {
    width: auto;
  }
  .icard-link {
    height: 250px;
  }
}

@media (max-width: 768px) {
  #navcol-1 {
    padding: 20px;
    background: #07294d;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 26px !important;
  }
  .logo-white img {
    width: 100%;
    height: 100%;
  }
  .title {
    font-size: 20px;
  }
  .dropdown__nav {
    position: relative !important;
    width: 100%;
  }
  .sub-drop-nav {
    left: 0;
    position: relative !important;
    box-shadow: -3px 0px 0px 0px #292924a8;
  }
  #navcol-1 {
    background: #07294d;
  }
  .footer-logo {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 300px) {
  .btn-group {
    width: 100%;
    flex-direction: column !important;
  }
}
