@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");

* {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

p {
  text-align: justify;
  text-justify: inter-word;
}


html {
  font-size: 62.5%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: #2875da;
}

section {
  padding: 3rem 9%;
}

.heading {
  background: #2875da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/**style personnaliser pour le titre de niveau 3 qui sont independant des autres titres*/
.titre3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #2875da;
  text-align: center;
  text-transform: lowercase;
}

/**fin du style du titre de niveau 3 (juste devant la section avec pour class="banner"*/

.heading h3 {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: #fff;
}

.heading p {
  color: #fff;
  font-size: 2rem;
}

.heading p span {
  color: yellow;
}

.heading p a {
  color: #fff;
}

.heading p a:hover {
  color: yellow;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #2875da;
  padding-bottom: 1.5rem;
}

.title span {
  font-size: 2.5rem;
  color: #2875da;
}

.title a {
  font-size: 1.5rem;
  color: #779;
}

.title a:hover {
  color: #2875da;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.9rem 3rem;
  font-size: 1.5rem;
  background: #2875da;
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
}

.btn:hover {
  background: #3c89ed;
}

.header {
  padding: 1.4rem 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #f6fbf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: background 0.3s ease;
}

.header.scrolled {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)) !important;
  background-color: transparent !important;
  backdrop-filter: blur(40px) saturate(200%) brightness(1.1) !important;
  -webkit-backdrop-filter: blur(40px) saturate(200%) brightness(1.1) !important;
}

.header .logo {
  font-size: 2.3rem;
  color: #2875da;
  font-weight: bolder;
}

.header .logo i {
  padding-right: 0.3rem;
}

.header .search-form {
  height: 3rem;
  width: 50rem;
  border-radius: 5rem;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #2875da63;
}

.header .search-form input {
  height: 100%;
  width: 100%;
  padding: 0 1.2rem;
  font-size: 1.3rem;
  color: #2875da;
  text-transform: none;
}

.header .search-form label {
  font-size: 2rem;
  padding-right: 1.7rem;
  cursor: pointer;
  color: #2875da;
}

.header .search-form label:hover {
  color: #779;
}

.header .icons div {
  margin-left: 2rem;
  font-size: 2rem;
  cursor: pointer;
  color: #2875da;
}

.header .icons div:hover {
  color: #779;
}

#search-btn {
  display: none;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
  }
}

#closer {
  position: fixed;
  top: 1.5rem;
  right: 2rem;
  font-size: 5rem;
  cursor: pointer;
  z-index: 10000;
  color: #2875da;
  -webkit-animation: rotate 0.4s linear 0.4s backwards;
  animation: rotate 0.4s linear 0.4s backwards;
  display: none;
}

#closer:hover {
  color: #779;
}

.navbar {
  position: fixed;
  top: 0;
  right: -101%;
  z-index: 1000;
  width: 35rem;
  height: 100vh;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  backdrop-filter: blur(40px) saturate(200%) brightness(1.1);
  -webkit-backdrop-filter: blur(40px) saturate(200%) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.navbar.active {
  right: 0;
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.navbar a {
  margin: 1rem 0;
  font-size: 2rem;
  color: #2875da;
}

.navbar a:hover {
  color: #779;
}

.login-form {
  position: fixed;
  top: 0;
  right: -101%;
  z-index: 1000;
  width: 35rem;
  height: 100vh;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  backdrop-filter: blur(40px) saturate(180%) brightness(1.1);
  -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-form.active {
  right: 0;
  -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.login-form form {
  padding: 1.7rem;
  border: 0.1rem solid #2875da;
}

.login-form form h3 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
  color: #2875da;
}

.login-form form .box {
  width: 100%;
  text-transform: none;
  font-size: 1.5rem;
  color: #2875da;
  padding: 1rem 1.2rem;
  border: 0.1rem solid #2875da;
  margin: 0.7rem 0;
}

.login-form form .remember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.login-form form .remember label {
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1.5rem;
  color: #779;
}

.login-form form .btn {
  margin: 1rem 0;
  width: 100%;
  text-align: center;
}

.login-form form p {
  padding-top: 1rem;
  font-size: 1.4rem;
  color: #779;
}

.login-form form p a {
  color: #2875da;
}

.login-form form p a:hover {
  text-decoration: underline;
}

@-webkit-keyframes fadeOut {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0;
  }
}

@keyframes fadeLeft {
  0% {
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    opacity: 0;
  }
}

.home {
  position: relative;

  background-image: url(../../assets/image/back_pmc.jpg);
  height: 400px;
  background-size: cover;
}

.home .slides-container .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  display: none;
}

.home .slides-container .slide.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .slides-container .slide .content {
  margin-top: 8rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  -webkit-animation: fadeLeft 0.4s linear 0.4s backwards;
  animation: fadeLeft 0.4s linear 0.4s backwards;
}

.home .slides-container .slide .content span {
  font-size: 2.3rem;
  color: rgb(67, 67, 72);
  text-transform: none;
  font-weight: 600;
}

/* .home .slides-container .slide .content h3 {
  font-size: 6rem;
  color: #2b5388;
  padding-top: .5rem;
} */

.home .slides-container .slide .content p {
  font-size: 1.9rem;
  color: #779;
  padding: 0.5rem 0;
  line-height: 2;
  padding-bottom: 1rem;
  margin-top: -1rem;
}

.home .slides-container .slide .content .search-form {
  height: 4rem;
  width: 43rem;
  border-radius: 5rem;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #2875da;
}

.home .slides-container .slide .content .search-form input {
  height: 100%;
  width: 100%;
  padding: 0 1.2rem;
  font-size: 1.6rem;
  color: #2875da;
  text-transform: none;
  font-weight: 400;
}

.home .slides-container .slide .content .search-form label {
  font-size: 2rem;
  padding-right: 1.7rem;
  cursor: pointer;
  color: #2875da;
}

.home .slides-container .slide .image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  padding: 3rem 0;
}

.home .slides-container .slide .image img {
  width: 100%;
  -webkit-animation: fadeOut 0.4s linear;
  animation: fadeOut 0.4s linear;
}

.home #slide-next,
.home #slide-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 3rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border: 0.1rem solid #2875da2c;
  text-align: center;
  background: #ffffff1d;
  cursor: pointer;
}

.home #slide-next:hover,
.home #slide-prev:hover {
  background: #2875da;
  color: #fff;
}

.home #slide-next {
  right: 2rem;
}

.home #slide-prev {
  left: 2rem;
}

/**========================fin de la section home et debut de la section banner ==========================*/

.banner-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(20rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}

.banner-container .banner {
  height: 25rem;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}

.banner-container .banner img {
  height: 12rem;
  width: auto;
  object-fit: contain;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.banner-container .banner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.banner-container .banner .content {
  width: 100%;
}

/* .banner-container .banner .content span {
  font-size: 1.7rem;
  color: #779;
} */

.banner-container .banner .content h3 {
  font-size: 1.8rem;
  color: #2875da;
  font-weight: 600;
}

.banner-container .banner .content .btn {
  padding: 0.5rem 2rem;
}

/**fin de la section banner*/

.category .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(16rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  gap: 1.5rem;
}

.category .box-container .box {
  padding: 2rem;
  border: 0.1rem solid #2875da;
  text-align: center;
}

.category .box-container .box:hover {
  background: #2875da;
}

.category .box-container .box:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.category .box-container .box:hover h3 {
  color: #fff;
}

.category .box-container .box img {
  height: 6rem;
  margin-bottom: 1rem;
}

.category .box-container .box h3 {
  font-size: 1.7rem;
  color: #2875da;
}

.products .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(26rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(26rem, 1fr));
  gap: 1.5rem;
}

.products .box-container .box {
  position: relative;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(40, 117, 218, 0.1);
  transition: all 0.3s ease;
}

.products .box-container .box:hover {
  transform: translateY(-1rem);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.products .box-container .box:hover .image img {
  transform: scale(1.1);
}

.products .box-container .box:hover .icons {
  bottom: 1rem;
}

.products .box-container .box .icons {
  position: absolute;
  bottom: -100%;
  left: 1rem;
  right: 1rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  z-index: 10;
  transition: bottom 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.products .box-container .box .icons a {
  text-align: center;
  height: 4.5rem;
  line-height: 4.5rem;
  width: 4.5rem;
  background: #fff;
  color: #2875da;
  font-size: 1.8rem;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.products .box-container .box .icons a:hover {
  background: #2875da;
  color: #fff;
}

.products .box-container .box .image {
  height: 25rem;
  width: 100%;
  overflow: hidden;
}

.products .box-container .box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.products .box-container .box .content {
  padding: 2rem;
  text-align: center;
}

.products .box-container .box .content h3 {
  font-size: 1.8rem;
  color: #1d3758;
  font-weight: 600;
}

.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  padding: 8rem 9%;
}

.about.section-reversed {
  flex-direction: row-reverse;
}

.about .image {
  flex: 1 1 45rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(40, 117, 218, 0.1);
}

.about .image img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.about .image:hover img {
  transform: scale(1.05);
}

.about .content {
  flex: 1 1 45rem;
}

.about .content h3 {
  font-size: 3.5rem;
  color: #1d3758;
  margin-bottom: 2rem;
  position: relative;
}

.about .content h3::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  height: 0.4rem;
  width: 6rem;
  background: #2875da;
  border-radius: 5rem;
}

.about .content p {
  font-size: 1.7rem;
  color: #667;
  line-height: 1.8;
  margin-top: 2rem;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.value-item {
  background: rgba(40, 117, 218, 0.05);
  padding: 2rem;
  border-radius: 1.5rem;
  border-left: 0.4rem solid #2875da;
}

.value-item strong {
  display: block;
  font-size: 1.8rem;
  color: #2875da;
  margin-bottom: 0.5rem;
}

.value-item p {
  font-size: 1.4rem !important;
  margin-top: 0 !important;
}

.services {
  background: #fdfdfd;
}

.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 2.5rem;
}

.services .box-container .box {
  padding: 3.5rem 2.5rem;
  text-align: center;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(40, 117, 218, 0.08);
}

.services .box-container .box:hover {
  transform: translateY(-1rem);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border-color: #2875da;
}

.services .box-container .box img {
  height: 9rem;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}

.services .box-container .box:hover img {
  transform: scale(1.1) rotate(3deg);
}

.services .box-container .box h3 {
  font-size: 2.2rem;
  color: #1d3758;
  font-weight: 600;
  margin-bottom: 1rem;
}

.services .box-container .box p {
  font-size: 1.5rem;
  color: #779;
  line-height: 1.8;
  padding: 0;
  text-align: center;
}

.team .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
  padding-left: 3rem;
}

.team .box-container .box {
  position: relative;
  overflow: hidden;
  border: 0.1rem solid #163053;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  background: #f6fbf6;
  width: 80%;
}

.team .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .box-container .box:hover .share {
  left: 0;
}

.team .box-container .box .share {
  width: 7rem;
  height: 40rem;
  position: absolute;
  top: 0;
  left: -8rem;
  z-index: 10;
  background: #1c395e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7rem;
}

.team .box-container .box .share a {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2.2rem;
  color: #fff;
  border: 0.1rem solid #fff;
  text-align: center;
}

.team .box-container .box .share a:hover {
  background: #fff;
  color: #2875da;
}

.team .box-container .box .image {
  height: 40rem;
  width: 100%;
  overflow: hidden;
}

.team .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team .box-container .box .user {
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team .box-container .box .user h3 {
  font-size: 2rem;
  color: #2875da;
}

.team .box-container .box .user span {
  font-size: 1.5rem;
  color: #779;
}



.blog .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  gap: 2rem;
}

.blog .box-container .box {
  border-radius: 1.5rem;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(40, 117, 218, 0.1);
}

.blog .box-container .box:hover {
  transform: translateY(-1rem);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.blog .box-container .box:hover .image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog .box-container .box .image {
  height: 28rem;
  width: 100%;
  overflow: hidden;
}

.blog .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog .box-container .box .content {
  padding: 1.5rem 2rem;
}

.blog .box-container .box .content h3 {
  font-size: 2.2rem;
  color: #1d3758;
  line-height: 1.2;
  font-weight: 600;
}

.blog .box-container .box .content p {
  font-size: 1.4rem;
  color: #779;
  line-height: 2;
  padding: 1rem 0;
}

.blog .box-container .box .content .icons {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 0.1rem solid #2875da;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog .box-container .box .content .icons a {
  font-size: 1.4rem;
  color: #779;
}

.blog .box-container .box .content .icons a:hover {
  color: #2875da;
}

.blog .box-container .box .content .icons a i {
  padding-right: 0.5rem;
  color: #2875da;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3rem 0;
}

.contact form {
  padding: 3rem;
  background: #f6fbf6;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
}

.contact form h3 {
  font-size: 3rem;
  padding-bottom: 1rem;
  color: #2875da;
}

.contact form span {
  display: block;
  padding-bottom: 1rem;
  color: #779;
  font-size: 1.6rem;
}

.contact form .box {
  width: 100%;
  background: none;
  border-bottom: 0.1rem solid #2875da;
  font-size: 1.6rem;
  color: #2875da;
  text-transform: none;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

.contact form textarea {
  height: 15rem;
  resize: none;
}

.contact .map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40rem;
  flex: 1 1 40rem;
  width: 100%;
}

.footer {
  background: #f6fbf6;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #2875da;
  padding: 1rem 0;
}

.footer .box-container .box p {
  font-size: 1.6rem;
  color: #779;
  padding-bottom: 1rem;
}

.footer .box-container .box a {
  font-size: 1.4rem;
  color: #779;
  padding: 1rem 0;
  display: block;
}

.footer .box-container .box a:hover {
  color: #2875da;
}

.footer .box-container .box a:hover i {
  padding-right: 2rem;
}

.footer .box-container .box a i {
  padding-right: 0.5rem;
  color: #2875da;
}

.footer .box-container .box form input[type="email"] {
  width: 100%;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
  color: #2875da;
  text-transform: none;
  margin: 0.7rem 0;
  border: 0.1rem solid #2875da;
}

.credit {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background: #2875da;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .header {
    padding: 2rem;
  }

  section {
    padding: 3rem 2rem;
  }

  .home #slide-next,
  .home #slide-prev {
    top: 95%;
  }

  .home #slide-prev {
    left: auto;
    right: 8rem;
  }
}

@media (max-width: 768px) {
  #search-btn {
    display: inline-block;
  }

  .header .search-form {
    position: absolute;
    top: -101%;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .header .search-form.active {
    top: 99%;
  }

  .home .slides-container .slide .content .search-form {
    width: 30rem;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }

  .home .slides-container .slide .content h3 {
    font-size: 4rem;
  }

  .titre3 {
    font-size: 1.5rem;
  }

  .heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 1rem;
  }

  .home .slides-container .slide .content .search-form {
    width: 20rem;
  }
}

/*# sourceMappingURL=style.css.map */

/* PMC Video & Mission Section - Robust & Unique Styles */
.pmc-video-mission-section {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 6rem;
  background: #fdfdfd;
  padding: 6rem 9%;
  width: 100%;
}

.pmc-video-mission-section .pmc-video-box {
  flex: 1 1 40rem;
  max-width: 65rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(40, 117, 218, 0.1);
  transition: transform 0.3s ease;
  background: #000;
  /* Ensure container is visible */
  aspect-ratio: 16 / 9;
}

.pmc-video-mission-section .pmc-video-box:hover {
  transform: scale(1.02);
}

.pmc-video-mission-section .pmc-video-box .responsive-iframe {
  position: relative;
  width: 100%;
  height: 100%;
}

.pmc-video-mission-section .pmc-video-box .responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pmc-video-mission-section .contentss {
  flex: 1.5 1 50rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pmc-video-mission-section .contentss h3 {
  font-size: 3rem;
  color: #1d3758;
  padding-bottom: 2rem;
  position: relative;
}

.pmc-video-mission-section .contentss h3::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 0.4rem;
  width: 5rem;
  background: #2875da;
  border-radius: 5rem;
}

.pmc-video-mission-section .contentss p {
  font-size: 1.6rem;
  color: #779;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 991px) {
  .pmc-video-mission-section {
    padding: 4rem 2rem;
    gap: 3rem;
  }

  .pmc-video-mission-section .pmc-video-box,
  .pmc-video-mission-section .contentss {
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .pmc-video-mission-section .contentss h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 450px) {
  .pmc-video-mission-section {
    padding: 3rem 1.5rem;
    gap: 2rem;
  }

  .pmc-video-mission-section .pmc-video-box {
    min-height: 200px;
    /* Ensure visibility on very small screens */
  }

  .pmc-video-mission-section .contentss h3 {
    font-size: 2.2rem;
  }
}