/* ================== Importation des librairies ========*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
:root {
  --color:#613bdb;
  --colo-lin-white:#eaf3fa;
  --color-title: #613bdb;
  --color-blue: #171933;
  --color-t: #4176ea;
  --color-white: #fff;
  --color-green: #171933;
  --color2: #2ec5b2;
  --color-dark: #0a0a0a;
  --color-gray: #565656;
  --bg-item: #f1f1f1;
  --header-background: hsla(0,0%,100%,0.8);
  --header-border-bottom: inset 0 -1px 0 0 rgba(0,0,0,0.1);
  --geist-page-width-with-margin: 1150px;
  --topbar-transition: box-shadow .2s ease 0s,background-color .2s ease 0s;
  --geist-space-gap: 24px;
  --header-height: 80px;
  --space-gap-half: 12px;
  --gradient-1: linear-gradient(45deg, var(--color-title), var(--color-green));
  --gradient-2: linear-gradient(45deg, var(--color-title), var(--color-t));
  --gradient-3: linear-gradient(90deg, var(--color-t), var(--color-title));
  --size-title: 3.5rem;
  --size-text: 1.5rem;
  --font-primary:"Inter","Segoe UI", sans-serif;
  --font-secondary: "Montserrat", sans-serif;
  --space-size: 100px;
}

/* Bouton humberger*/
@media only screen and (max-width: 720px) {
  :root {
    --size-title: 3rem;
  }
}
@media only screen and (max-width: 500px) {
  :root {
    --size-title: 2.5rem;
  }
}
@media only screen and (max-width: 350px) {
  :root {
    --size-title: 2rem;
  }
}
/* ================== Fin Importation des librairies ========*/
.container {
  max-width: 1150px;
  margin: 0 auto;
}

.container-centered {
  flex-wrap: wrap;
  justify-content: space-evenly;
}

#infos .info-item:hover, .shadow-x {
  box-shadow: 0 0.9375rem 2.8125rem -1.5625rem var(--color-dark);
}

.shadow-y {
  box-shadow: 0.9375rem 0 2.8125rem -1.5625rem var(--color-dark);
}

.flex, .center-column, .text-center-flex, .flex-center-row, .center-row-y, .center-column-x, .container-centered, .center-row-x, .center-column-y {
  display: flex;
}

.center-column, .text-center-flex, .flex-center-row, .center-row-x, .center-column-y {
  justify-content: center;
}

.center-column, .text-center-flex, .flex-center-row, .center-row-y, .center-column-x, .container-centered {
  align-items: center;
}

.center-column-x {
  flex-direction: column;
}

.circle {
  position: relative;
}
.circle::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 550px;
  height: 550px;
}
.circle::before {
  background-image: radial-gradient(circle closest-side, var(--color-gray), var(--color-title));
  border-radius: 50%;
  top: -150px;
  right: 5px;
  opacity: 0.07;
}

.title-1 {
  font-size: 3rem;
}

.title-2 {
  font-size: 2.5rem;
}

.title-3 {
  font-size: 2rem;
}

.title-4 {
  font-size: 1.6rem;
}

.title-5 {
  font-size: 1.4rem;
}

.title-6 {
  font-size: 1.2rem;
}

.dots {
  position: relative;
}
.dots::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
}
.dots::after {
  left: 5px;
  bottom: -75px;
  background: url("../img/dots.svg") no-repeat left bottom/contain;
  opacity: 0.17;
}

.center-column-y {
  flex-direction: column;
}

.center-column, .text-center-flex {
  flex-direction: column;
}

.info-item {
  border-radius: 0.625rem;
  cursor: pointer;
  margin: 0.5rem;
}
.info-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gradient-1 {
  background-image: linear-gradient(45deg, #613bdb, #2ec5b2);
}

.gradient-2 {
  background-image: linear-gradient(-45deg, #2ec5b2, #613bdb);
}

.gradient-3 {
  background-image: linear-gradient(-90deg, #613bdb, #2ec5b2);
}

.gradient-4 {
  background-image: linear-gradient(90deg, #2ec5b2, #613bdb);
}

.gradient-5 {
  background-image: linear-gradient(90deg, #613bdb, #2ec5b2);
}

.card {
  max-width: 500px;
  min-height: 200px;
  margin: 2rem 0.5rem;
  border-radius: 0.625rem;
  margin-bottom: 0;
}
.card img {
  max-width: 100%;
  height: auto;
  display: block;
}
.card .card-content {
  padding: 1rem;
}

.card-header {
  background-color: #f9f9f9;
  border-bottom: 0.5px solid #f1f1f1;
}

.card-date {
  font-weight: 300;
  font-size: 0.875rem;
}

a.blog-title {
  text-decoration: none;
}
a.blog-title::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: currentColor;
  transition: width 0.3s;
}
a.blog-title:hover::after {
  width: 50%;
}

.blog-title {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.text-center {
  text-align: center;
}

.logo img img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*<!--============================= BUTTON humberger ================= -->*/
.box {
  width: 35px;
  height: 35px;
  margin: 0.625rem;
  border: none;
  cursor: pointer;
  position: relative;
  background-color: var(--color-title);
}

.container-lines {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  color: var(--color-link-white);
}
.container-lines .line {
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: currentColor;
}
.container-lines .line:nth-child(1) {
  top: 0;
}
.container-lines .line:nth-child(2) {
  width: 50%;
  right: 0;
  top: 10px;
}
.container-lines .line:nth-child(3) {
  top: 20px;
}

/* -----------ANIME 1--------------*/
.b1 .line:nth-child(3), .b1 .line:nth-child(1) {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out, top 0.3s 0.3s ease-in-out;
}
.b1 .line:nth-child(2) {
  transition: opacity 0.3s 0.3s ease-in-out;
}
.b1.active .line:nth-child(1) {
  transform: rotate(45deg);
}
.b1.active .line:nth-child(1), .b1.active .line:nth-child(3) {
  top: 10px;
  transition: top 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.b1.active .line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.b1.active .line:nth-child(3) {
  transform: rotate(-45deg);
}

/* ANIME 2 -----------------------*/
.b2 .line:nth-child(1) {
  transition: top 0.3s 0.3s ease-in-out;
}
.b2 .line:nth-child(3) {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out, top 0.3s 0.3s ease-in-out;
}
.b2 .line:nth-child(2) {
  transition: opacity 0.3s 0.3s ease-in-out;
}
.b2.active .line:nth-child(1), .b2.active .line:nth-child(3) {
  top: 10px;
  transition: top 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.b2.active .line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.b2.active .line:nth-child(3) {
  transform: rotate(-90deg);
}

/* --------ANIME 3 -------------*/
.b3 .container-lines {
  transition: transform 0.3s ease-in-out;
}
.b3 .line:nth-child(3), .b3 .line:nth-child(1) {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out, top 0.3s 0.3s ease-in-out;
}
.b3 .line:nth-child(2) {
  transition: opacity 0.3s 0.3s ease-in-out;
}
.b3.active .container-lines {
  transition: transform 0.3s 0.3s ease-in-out;
  transform: translate(-50%, -50%) rotate(360deg);
}
.b3.active .line:nth-child(1) {
  transform: rotate(45deg);
}
.b3.active .line:nth-child(1), .b3.active .line:nth-child(3) {
  top: 10px;
  transition: top 0.3s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.b3.active .line:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.b3.active .line:nth-child(3) {
  transform: rotate(-45deg);
}

/*

<!--============================= FIN BUTTON humberger ================= -->
*/
.rounded {
  border-radius: 0.25rem;
}

/* ==  =================== Regle de base ===============*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  touch-action: manipulation;
  font-feature-settings: "rlig" 1, "calt" 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
  color: var(--color-dark);
  background-color: var(--color-white);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-white);
  color: var(--color-dark);
  scroll-padding-top: var(--header-height);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-secondary);
  line-height: 1.2em;
  color: var(--color-title);
  text-align: left;
}

input, button {
  font-family: var(--font-primary);
}

a {
  color: inherit;
  transition: color 0.3s, opacity 0.3s;
  opacity: 0.85;
}
a:hover {
  opacity: 1;
}

/* ==  =================== Fin Regle de base ===============*/
/* ==  =================== TOPBAR ===============*/
.topbar {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  color: var(--color-dark);
  box-shadow: none;
  transition: var(--topbar-transition);
  background-color: var(--header-background);
  position: sticky;
  -webkit-position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  z-index: 101;
  min-height: var(--header-height);
  transition: box-shadow 0.1s ease 0s, background-color 0.1s ease 0s;
  box-shadow: var(--header-border-bottom);
}
.topbar * {
  color: inherit;
}
.topbar .logo {
  display: flex;
}
.topbar li {
  font-size: 0.875rem;
}
.topbar .box {
  border: 1px solid #fff;
  display: none;
  background: initial;
}
.topbar .container {
  width: var(--geist-page-width-with-margin);
  display: flex;
  align-items: center;
  margin: auto;
  padding-left: var(--geist-space-gap);
  padding-right: var(--geist-space-gap);
}
.topbar .topbar-home {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topbar .topbar-home .topbar-home-container {
  display: flex;
  align-items: center;
  margin-right: auto;
  justify-content: flex-start;
  width: 100%;
}
.topbar .topbar-home a {
  text-decoration: none;
}
.topbar .topbar-home .logo img {
  margin-bottom: -0.5rem;
}
.topbar .topbar-home .nav-icon {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.topbar .topbar-home img {
  width: 40px;
}
.topbar .header-nav {
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  background-color: transparent;
}
.topbar .header-nav .list-group {
  opacity: 1;
  pointer-events: all;
}
.topbar .header-nav .list-group.scroll {
  display: flex;
  align-items: center;
  opacity: 0;
  will-change: opacity;
  pointer-events: none;
}
.topbar .navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: var(--color-dark);
}
.topbar .navigation * {
  color: inherit;
}
.topbar .navigation .navigation-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar .navigation .navigation-content a {
  margin-right: 0.5rem;
  text-decoration: none;
}
.topbar .navigation .navigation-content a.active, .topbar .navigation .navigation-content a:hover {
  color: var(--color-title);
}
.topbar .navigation .home-services {
  margin-left: 0.5rem;
}
.topbar .navigation .home-services a {
  margin-right: 0;
}
.topbar .search {
  margin-right: 10px;
  display: flex;
}
.topbar .search-box {
  border: 0.2px solid transparent;
  display: flex;
  padding-right: 5px;
  height: 30px;
  transition: 0.3s;
}
.topbar .search-box.active {
  border-color: rgba(0, 0, 0, 0.25);
}
.topbar .search-box.active input {
  width: 100%;
  background-color: transparent;
}
.topbar .search-box input {
  width: 0;
  border: none;
  outline: none;
  height: 100%;
  font-size: 0.9rem;
  padding: 0 5px;
  transition: 0.3s;
}
.topbar .search-box button {
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.topbar .home-contact {
  padding: 0.5rem;
}
.topbar .home-link {
  padding: 0.5rem;
  border: 1px solid transparent;
  color: var(--color-white);
  background-color: var(--color-dark);
  text-decoration: none;
  transition: 0.3s;
}
.topbar .home-link:hover {
  background-color: var(--color-white);
  color: var(--color-title);
  border-color: var(--color-title);
}
.topbar a {
  opacity: 1;
}
.topbar .navbar-top {
  display: flex;
  align-items: center;
}
.topbar .title-1 {
  font-size: 1.8rem;
  line-height: 1;
}
.topbar .list-group {
  display: flex;
}
.topbar .list-group li {
  margin-right: 1rem;
}
.topbar .list-group li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.topbar .list-group a.active {
  position: relative;
}
.topbar .list-group .list-item {
  list-style: none;
}
.topbar .list-group .list-item a {
  text-decoration: none;
  position: relative;
  padding-bottom: 0.4rem;
}
.topbar .list-group .list-item a::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
  transition: transform 0.3s;
}
.topbar .list-group .list-item a:hover, .topbar .list-group .list-item a.active {
  color: var(--color-title);
}
.topbar .list-group .list-item a:hover:after, .topbar .list-group .list-item a.active:after {
  transform: scale(1);
}
.topbar .drop {
  position: relative;
}
.topbar .drop .dropdown {
  width: max-content;
  position: absolute;
  top: -5000px;
  background-color: #eaf3fa;
  list-style: none;
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  transition: top 0.19s, opacity 0.3s;
  border-radius: 0.3125rem;
  opacity: 0;
}
.topbar .list-item.drop li {
  color: initial;
  margin-bottom: 0.7rem;
}
.topbar .list-item.drop li:last-child {
  margin-bottom: 0.3rem;
}
.topbar li.list-item.drop:hover .dropdown {
  top: initial;
  opacity: 1;
}
.topbar li.list-item.drop:hover .dropdown a:hover {
  color: var(--color-title);
}

@media only screen and (max-width: 991px) {
  .topbar .container {
    flex-wrap: wrap;
  }
  .topbar .navigation {
    width: 100%;
    justify-content: space-between;
    padding-bottom: 1.5625rem;
  }
  .topbar .navigation-profile {
    margin: 1rem 0;
  }
}
@media only screen and (max-width: 850px) {
  #home .topbar .navigation {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 750px) {
  #home {
    position: relative;
  }

  .topbar .navbar.navbar-top {
    position: relative;
  }
}
@media only screen and (max-width: 650px) {
  #home {
    position: relative;
  }

  .topbar {
    position: static;
  }
  .topbar .navigation {
    flex-direction: column-reverse;
  }
  .topbar .navigation-profile {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .topbar .box {
    display: initial;
  }
  .topbar .navigation .navbar.navbar-top {
    position: fixed;
    top: 0;
    transform: translateX(500px);
    padding-top: 4rem;
    width: 0;
    flex-direction: row-reverse;
    transition: transform 0.3s;
  }
  .topbar .navigation .navbar.navbar-top .list-group {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .topbar .navigation.active .navbar.navbar-top {
    height: 100vh;
    transform: translateX(0);
    width: 500px;
    background-image: var(--gradient-2);
  }
  .topbar .navigation.active .navbar.navbar-top .list-group li {
    font-size: initial;
  }
  .topbar .navigation.active .navbar.navbar-top .list-group li a:hover {
    color: var(--color-white);
  }
  .topbar .navigation.active .navbar.navbar-top .list-group li.list-item {
    margin-bottom: 1.5rem;
    text-transform: capitalize;
  }
  .topbar .navigation.active .navbar.navbar-top .list-group .list-item.drop .dropdown {
    left: 50%;
    transform: translateX(-50%);
  }
  .topbar .navigation.active .navbar.navbar-top .list-group .list-item.drop ul {
    z-index: 100;
  }
  .topbar .navigation.active .navbar.navbar-top .list-group .list-item.drop ul a:hover {
    color: var(--color-title);
  }
  .topbar .topbar-home-container {
    justify-content: center;
    flex-direction: column;
  }
  .topbar .topbar-home-container .home-services {
    margin-top: 1rem;
  }
  .topbar .box {
    position: absolute;
    top: 0.9375rem;
    right: 0.625rem;
    z-index: 200;
    border: none;
  }
  .topbar .box.active {
    border: none;
    color: var(--color-white);
  }
  .topbar .navigation-profile {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 450px) {
  .topbar .navigation .search {
    width: 100%;
    margin-bottom: 1rem;
  }
  .topbar .navigation .search .search-box {
    width: 100%;
  }
  .topbar .navigation .search .search-box button {
    font-size: 1.2rem;
  }
  .topbar .navigation .navigation-content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 350px) {
  .topbar .box {
    display: initial;
    right: 0;
    top: 0.9375rem;
  }
}
/* ==  =================== Fin TOPBAR ===============*/
/* ==  =================== Banniere ===============*/
#home {
  background-color: var(--color-white);
  position: relative;
}
#home::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: none;
}
#home .banner-img {
  display: none;
}

.contact-page .banner {
  background: url("../img/hospital-contact.png") no-repeat right 100px top -10px/55%;
}
.contact-page .banner .title-6 {
  font-size: 2rem;
}
.contact-page .banner .baseline-name {
  padding-left: 0;
}
.contact-page .baseline-name {
  text-transform: uppercase;
  font-size: 3rem;
}

.faq .banner {
  background: url("../img/hospital.png") no-repeat right -70% top 55%/85%;
}
.faq .banner .baseline {
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
}
.faq .banner .title-6 {
  font-size: 2rem;
}
.faq .banner .baseline-name {
  text-transform: uppercase;
}

.about .baseline {
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  padding: 5px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.about .baseline:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}
.about .baseline-name {
  border-radius: 2px;
  text-transform: uppercase;
}
.about .banner {
  background: url("../img/about-us.jpg") no-repeat right top -100px/cover;
  align-items: center;
}

.banner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background: url("../img/Bg.png") no-repeat right -70% top 45%/85%;
  padding: 6.25rem 0;
}
.banner a {
  text-decoration: none;
}
.banner .baseline-link {
  background-image: var(--gradient-1);
  border-radius: 0.3125rem;
  padding: 0.8rem 1.8rem;
  margin-top: 1rem;
  display: block;
  width: max-content;
  color: var(--color-white);
  box-shadow: 0 0 6px var(--color-green);
}
.banner .banner-img {
  max-width: 500px;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
.banner .baseline {
  width: 55%;
  margin-left: 4rem;
}
.banner .baseline p {
  color: var(--color-dark);
}
.banner h6,
.banner .baseline-welcome {
  font-size: 1.5em;
  color: var(--color-gray);
  margin-bottom: 0.5rem;
}
.banner h3,
.banner .baseline-name {
  font-size: var(--size-title);
  margin: 1rem 0;
}
.banner .baseline-name {
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  max-width: 85%;
  word-wrap: break-word;
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  background-position: center;
  color: transparent;
  padding: 1rem;
  padding-right: 0;
  transition: var(--topbar-transition);
  background-color: var(--header-background);
  background-image: linear-gradient(45deg, #2ec5b2, #613bdb);
}
.banner .baseline-name:hover {
  background-image: linear-gradient(-75deg, #2ec5b2, #613bdb);
}
.banner p {
  font-size: 1.1rem;
  color: var(--color-gray);
}

@media only screen and (max-width: 991px) {
  :root {
    --size-title:3rem;
  }

  #home {
    min-height: 100vh;
  }
  #home .banner {
    height: inherit;
    padding: 4rem 0;
    min-height: auto;
    background-position: right -150% top 100%;
  }
  #home .banner .baseline-name {
    max-width: 90%;
  }
}
@media only screen and (max-width: 850px) {
  :root {
    --size-title:2.8rem;
  }

  #home {
    min-height: inherit;
    height: inherit;
  }
  #home .banner {
    background-position: right -150% top 75%;
  }
  #home .contact-page .banner {
    background-position: right 25% top 75%;
  }
  #home .baseline-name {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 750px) {
  :root {
    --size-title:2.5rem;
  }

  #home .banner-img {
    display: initial;
  }

  .container-centered {
    justify-content: center;
  }

  .banner {
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    background: none;
  }
  .banner h3,
.banner .baseline-name {
    font-size: 2em;
    margin: 1rem 0;
    max-width: 100%;
    word-break: normal;
  }
  .banner .baseline {
    margin-left: 0;
  }
  .banner .banner-img {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 620px) {
  .container-centered {
    justify-content: center;
  }

  .block {
    justify-content: center;
  }
}
@media only screen and (max-width: 450px) {
  #home .banner {
    padding-left: 0;
  }
  #home .banner .baseline-link {
    padding: 0.8rem 0.8rem;
  }
}
/* ==  =================== Fin Banniere ===============*/
/* ==  =================== Infos ===============*/
#infos {
  background-color: var(--color-white);
  padding: 6.25rem 0;
}
#infos .container {
  max-width: 1500px;
  position: relative;
  z-index: 0;
}
#infos .container::after, #infos .container::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 550px;
  height: 550px;
}
#infos .container .title-3 {
  color: #fff;
  margin: 1.875rem 0 0.9375rem 0;
}
#infos .container::after {
  background-image: radial-gradient(circle closest-side, var(--color-gray), var(--color-title));
  border-radius: 50%;
  top: -150px;
  right: 5px;
  opacity: 0.07;
}
#infos .container::before {
  left: 5px;
  bottom: -75px;
  background: url("../img/dots.svg") no-repeat left bottom/50% 50%;
  opacity: 0.17;
}
#infos .info-item {
  width: 300px;
  height: 300px;
  text-align: center;
  color: #f2f2f2;
  cursor: pointer;
  transition: 0.3s;
  margin: 1rem;
}
#infos .info-item:hover {
  transform: translateY(-5px);
}

.info-icon span {
  font-size: 3rem;
}

.title-3 {
  font-size: 2rem;
  margin: 1rem 0;
}

@media only screen and (max-width: 550px) {
  #infos .container::after, #infos .container::before {
    display: none;
  }
  #infos .info-item {
    text-align: center;
  }
  #infos .info-item .title-2 {
    font-size: 1.7rem;
  }
}
/* ==  =================== Fn Infos ===============*/
/* ==  =================== Services ===============*/
#services {
  background-color: #fcfcfc;
  padding: 6.25rem 0;
}
#services .container {
  position: relative;
  z-index: 1;
}
#services .container.dots::after {
  bottom: -130px;
  left: 500px;
}
#services .container.circle::before {
  width: 600px;
  height: 600px;
  left: -170px;
  top: -160px;
}
#services .card {
  min-height: 300px;
  padding: 1.5rem;
  background-color: var(--color-white);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.105);
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
}
#services .card::after, #services .card::before {
  content: "";
  height: 5px;
  position: absolute;
}
#services .card::after {
  right: 0;
  left: 50%;
  bottom: 0;
  border-radius: 3.125rem;
  transition: 0.3s;
  background-image: linear-gradient(45deg, #613bdb, #2ec5b2);
}
#services .card::before {
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  border-radius: 3.125rem;
  transition: 0.3s;
  background-image: linear-gradient(45deg, #613bdb, #2ec5b2);
}
#services .card:hover::before {
  right: 100%;
}
#services .card:hover::after {
  left: 100%;
}
#services .card .title-4 {
  margin: 1rem 0 0.5rem 0;
}
#services .card p {
  color: #707070;
}
#services .card:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
#services .card:hover .ico span {
  transform: rotate(360deg);
}

.title-4 {
  font-size: 1.5em;
}

.title-content {
  text-align: center;
}
.title-content .title-6 {
  font-size: 2rem;
  color: var(--color-gray);
}
.title-content .title-3 {
  font-size: 1.75rem;
  margin-top: 0.625rem;
}

.ico span {
  font-size: 2em;
  color: #29b09f;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 950px) {
  .card {
    min-width: 450px;
    width: 350px;
  }
}
@media only screen and (max-width: 940px) {
  .card {
    min-width: 350px;
    width: 350px;
  }

  #services .container.dots::after {
    left: 400px;
  }
}
@media only screen and (max-width: 500px) {
  .card {
    min-width: 250px;
    width: auto;
  }

  .container {
    padding: 15px;
  }
}
/* ==  =================== Fin Services ===============*/
/* ==  =================== About ===============*/
#about {
  background: url("../img/a-propos.jpg") no-repeat left -100px center/65%;
  background-color: var(--color-white);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  overflow: hidden;
  margin: 6.25rem 0;
  padding: 4.6875rem 0;
}
#about .container {
  float: right;
  width: 65%;
  padding: 3.125rem 1rem;
  max-width: 1500px;
  background-color: var(--bg-item);
  padding: 3.125rem;
}
#about .block {
  padding-right: 0;
  justify-content: center;
  background-color: var(--color-white);
}
#about .title-3 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-green);
}
#about .title-4 {
  margin-top: 0.5rem;
}
#about p {
  color: #707070;
  font-size: 0.9375rem;
  line-height: 1.5625rem;
  text-align: justify;
}
#about .block-left {
  padding: 10px;
}
#about .block-right {
  padding: 10px 0;
  border-radius: 10px;
  background-color: var(--bg-item);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  min-width: 380px;
}
#about .block-right .block-right-item * {
  color: inherit;
}
#about .block-right .block-right-item.icon span {
  color: #fff;
  transition: 0.3s 0.3s ease-in-out;
  font-size: 2rem;
  opacity: 1;
}

.block {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.block-left {
  max-width: 700px;
}

.block-left,
.block-right {
  flex-basis: 45%;
  width: 45%;
}

.block-right-item {
  color: var(--color-dark);
  min-width: 150px;
  min-height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1.25rem;
  background-color: var(--bg-item);
  box-shadow: inset 9.91px 9.91px 15px #e2e4e8, inset -9.91px -9.91px 15px #fafcff;
  opacity: 0.8;
  transition: 0.3s 0.3s ease-in;
  cursor: pointer;
}
.block-right-item:hover {
  background-color: var(--bg-item);
  border-radius: 100%;
  box-shadow: inset 0 0 0 #e2e4e8, inset 0 0 0 #fafcff, 9.91px 9.91px 15px #e2e4e8, -9.91px -9.91px 15px #fafcff;
  opacity: 1;
  transition: 0.3s ease-in;
}
.block-right-item:hover span {
  transform: rotate(360deg);
  transition: 0.3s ease-in-out;
  color: #29b09f !important;
}

@media only screen and (max-width: 991px) {
  #about {
    background-size: 100%;
  }
  #about .container {
    padding: 0.125rem;
  }

  .block {
    flex-wrap: wrap;
  }

  .block-left,
.block-right {
    width: 100%;
    flex-basis: 100%;
    padding: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .circle::before, .circle::after,
.dots::before,
.dots::after {
    width: 250px !important;
    height: 250px !important;
  }
}
@media only screen and (max-width: 650px) {
  #about {
    padding: 6.25rem 2.5rem;
  }
  #about .container {
    width: 100%;
    float: none;
  }

  .block-left {
    text-align: justify;
    flex-basis: 100%;
    width: 100%;
  }

  .block-right-item {
    margin: 1rem;
  }

  .circle::before, .circle::after,
.dots::before,
.dots::after {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  #about {
    background-image: none;
    margin: 1.5625rem 0;
    padding: 3.125rem 1.5625rem;
  }
  #about .block-right {
    min-width: auto;
    padding: 0;
  }
  #about .block-left {
    padding: 0;
  }
}
/* ==  =================== Fin About ===============*/
/* ==  =================== About ===============*/
.faq.block {
  margin: 4rem 0;
  align-items: stretch;
}
.faq.block .title-2 {
  text-align: center;
  font-weight: 400;
}
.faq.block .block-right {
  padding: 0;
}
.faq.block .block-img {
  max-width: 450px;
}
.faq.block .block-img img {
  width: 100%;
  height: auto;
}

.faq-content,
.accordion {
  max-width: 800px;
}

.accordion .contentBox {
  position: relative;
  margin: 0.625rem 1.25rem;
}
.accordion .contentBox.active .content {
  padding: 0.625rem;
  height: auto;
}
.accordion .contentBox.active .label::before {
  content: "--";
}
.accordion .content {
  position: relative;
  background-color: #f9f9f9;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.3s;
}
.accordion .content p {
  padding-bottom: 1rem;
}
.accordion .content ul {
  list-style-type: disc;
}
.accordion .label {
  position: relative;
  padding: 10px;
  border-bottom: 0.5px solid #f1f1f1;
  border-right: 0.2px solid #f1f1f1;
  cursor: pointer;
}
.accordion .label:before {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

/* ==  =================== Fin About ===============*/
/* ==  =================== Appointment(Rendez-vous )===============*/
#appointment, #contact {
  padding: 6.25rem 1.875rem;
  background-color: #f4f4f4;
}
#appointment .container, #contact .container {
  max-width: 1100px;
}
#appointment .title-3, #contact .title-3 {
  font-size: 2em;
  color: inherit;
  margin-bottom: 3.125rem;
}
#appointment .block, #contact .block {
  padding: 0 3.125rem;
  padding-left: 0;
  background-color: var(--color-white);
  height: 540px;
  border-radius: 1.5625rem;
  justify-content: space-between;
  box-shadow: 0 10px 50px -10px #d6d6d6;
  flex-wrap: nowrap;
}
#appointment .block-left, #contact .block-left {
  flex-basis: 60%;
  width: 55%;
  padding-left: 1.5625rem;
}
#appointment .block-right, #contact .block-right {
  width: 30%;
  min-height: 540px;
  order: -1;
  padding: 0;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  transition: border-radius 0.3s;
  align-items: flex-end;
}
#appointment .block-right:hover, #contact .block-right:hover {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.block-left img,
.block-right img {
  max-width: 100%;
  height: auto;
  display: block;
}

.form-input {
  margin: 0.625rem 0;
}

.form-input,
.form-submit {
  display: inline-block;
}

.form-submit {
  width: 100%;
  min-height: 55px;
  margin-top: 1rem;
  text-align: right;
}
.form-submit button {
  max-width: 192px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0.625rem;
  background-color: var(--color-green);
  color: var(--color-white);
  transition: 0.3s;
  font-size: 1.1em;
}
.form-submit button:hover {
  background-color: #249c8d;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input, .textarea {
  width: 100%;
  padding: 0.625rem;
  padding-left: 0.3125rem;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #c9c9c9;
  transition: 0.3s;
}
.input:hover, .textarea:hover {
  border-bottom-color: var(--color-green);
  transition: 0.3s 0.3s;
}

.textarea {
  margin-top: 1rem;
  border-left: 1.5px solid #c9c9c9;
  font-family: inherit;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.textarea:hover {
  border-left-color: var(--color-green);
  transition: 0.3s 0.3s;
}

.text-area, .form-area {
  width: 100%;
}

.text-input {
  width: 45%;
}

.number-input,
.date-input {
  width: 40%;
}
.number-input.time,
.date-input.time {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  #appointment, #contact {
    padding: 3.125rem 1.25rem;
  }
  #appointment .block, #contact .block {
    padding: 0;
    height: auto;
    justify-content: center;
  }
  #appointment .block-left, #contact .block-left {
    flex-basis: 80%;
  }
  #appointment .block-right, #contact .block-right {
    border-top-right-radius: 0;
    height: 540px;
    min-height: auto;
  }
}
@media only screen and (max-width: 750px) {
  #appointment .form-input, #contact .form-input {
    width: 48%;
  }
  #appointment .title-3, #contact .title-3 {
    margin: 0;
    margin-bottom: 1.25rem;
  }
  #appointment .block-left, #contact .block-left {
    flex-basis: 100%;
  }
  #appointment .block-right, #contact .block-right {
    border-top-right-radius: 3.125rem;
    height: 350px;
  }
}
@media only screen and (max-width: 650px) {
  #appointment .block, #contact .block {
    flex-wrap: wrap;
  }
  #appointment .block-right, #contact .block-right {
    border-top-right-radius: 0;
  }
  #appointment .block-right img, #contact .block-right img {
    max-width: 50%;
  }
  #appointment .form-input, #contact .form-input {
    width: 100%;
  }
  #appointment .block-left, #contact .block-left {
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 550px) {
  #appointment .block-left, #contact .block-left {
    flex-basis: 100%;
  }
  #appointment .block-right, #contact .block-right {
    height: auto;
  }
}
/* ==  =================== Fin Appointment(Rendez-vous )===============*/
/* ==  =================== Application ===============*/
#application {
  background-color: var(--bg-item);
  padding: 2rem;
  justify-content: center;
}
#application a {
  text-decoration: none;
}
#application .block {
  background-image: var(--gradient-1);
  border-radius: 1.5625rem;
  flex-wrap: nowrap;
  box-shadow: 0 10px 50px -10px #d6d6d6;
}
#application .block-right {
  align-self: flex-end;
  padding: 0;
  width: 50%;
  transition: transform 0.2s;
}
#application .block-right:hover {
  transform: rotate(2deg);
}
#application .title-3 {
  font-size: var(--size-title);
  max-width: 700px;
}
#application .block-left {
  color: var(--color-white);
  order: -1;
  padding: 3.125rem 2.5rem;
}
#application .block-left * {
  color: inherit;
}
#application .block-left .btn-app {
  opacity: 1;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  background-color: var(--color-white);
  color: var(--color-green) !important;
  border-radius: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: 2px solid var(--color-white);
  transition: color 0.3s, transform 0.3s, transform 0.3s 0.2s, border 0.3s, background-color 0.3s 0.3s, box-shadow 0.3s 0.3s;
}
#application .block-left .btn-app:hover {
  background-image: var(--gradient-1);
  color: var(--color-white) !important;
  box-shadow: 0 0 15px -5px rgba(255, 255, 255, 0.8);
  transition: color 0.3s, box-shadow 0.3s, transform 0.3s;
  transform: scale(0.95);
}
#application p {
  max-width: 500px;
  margin: 1rem 0;
}
#application p:nth-last-of-type(1) {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 850px) {
  #application .block {
    flex-wrap: wrap;
  }
  #application .block .block-right {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 500px) {
  #application {
    padding: 0;
  }
  #application .block-left {
    text-align: center;
    padding: 0.9375rem;
  }
  #application .block-left .title-3 {
    text-align: center;
  }
  #application .btn-app {
    padding: 0.5rem 1.5rem;
    margin: 0.625rem;
  }
  #application .btn-app:hover {
    transform: none;
  }
}
@media only screen and (max-width: 450px) {
  #application .block-left {
    padding: 0.75rem;
  }
  #application .block-left .btn-app {
    padding: 0.5rem 1rem;
    margin: 0.5rem 0.1125rem;
  }
  #application .block-left .btn-app:hover {
    transform: none;
  }
}
/* ==  =================== Fin Application ===============*/
/* ==  =================== Doctos ===============*/
#doctors {
  background-color: var(--bg-item);
}
#doctors .container {
  max-width: 1250px;
}
#doctors .container-centered {
  flex-wrap: nowrap;
  align-items: stretch;
}
#doctors .title-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
#doctors .info-item {
  position: relative;
  padding: 1rem 0 0 0;
  flex-basis: 30%;
  border-radius: 0;
  transition: border-radius 0.3s 0.2s, background 0.3s;
}
#doctors .info-item img {
  max-height: 425px;
  width: auto;
}
#doctors .info-item:nth-child(1) {
  background-image: linear-gradient(325deg, #613bdb, #171933);
}
#doctors .info-item:nth-child(2) {
  background-image: linear-gradient(0deg, #613bdb, #171933);
}
#doctors .info-item:nth-child(3) {
  background-image: linear-gradient(0deg, #613bdb, #171933);
}
#doctors .info-item:hover {
  border-radius: 1.5625rem;
  background-image: linear-gradient(90deg, #613bdb, #171933);
}
#doctors .info-item:hover .infos-details {
  width: 100%;
}
#doctors .info-item .infos-details {
  margin-top: 1rem;
  position: absolute;
  bottom: 0;
  background-color: var(--color-white);
  padding: 1rem 2rem;
  width: 85%;
  transition: width 0.4s ease-in-out;
}
#doctors .info-item .infos-details * {
  color: var(--color-dark);
}
#doctors .info-item .infos-details .title-4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
#doctors .info-item .infos-details .title-6 {
  font-size: 1.1rem;
}

@media only screen and (max-width: 750px) {
  #doctors {
    padding: 2rem 0;
  }
  #doctors .container-centered {
    flex-wrap: wrap;
  }
  #doctors .info-item {
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 500px) {
  #doctors .info-item {
    flex-basis: 100%;
  }
  #doctors .info-item .infos-details {
    width: 100%;
  }
}
/* ==  =================== Fin Doctorss ===============*/
/* ==  =================== Blog ===============*/
#news {
  background-image: var(--gradient-1);
}
#news.about .svg path {
  fill: var(--color-white);
}
#news .card {
  background-color: var(--color-white);
  flex-basis: 45%;
  min-width: 25%;
  width: 30%;
  transition: background-color 0.3s 0.1s, color 0.3s 0.05s, transform 0.5s;
  cursor: pointer;
}
#news .card:hover {
  transform: translateY(-0.625rem) scale(1.01);
  background-color: #232323;
  color: var(--color-white);
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
}
#news .card:hover .card-date {
  color: #bfbfbf;
}
#news .title-content {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  color: var(--color-white);
  transition: text-shadow 3s, transform 0.3s;
}
#news .title-content:hover {
  text-shadow: 4px 2px 15px rgba(0, 0, 0, 0.7);
}
#news .title-content * {
  color: inherit;
}
#news .title-content .title-3 {
  font-size: 2.2rem;
}
#news .title-content .title-6 {
  font-size: 1.5rem;
}
#news .blog-title {
  font-weight: 600;
  color: Var(--color-title);
}
#news .card-content p {
  max-width: 500px;
  font-weight: 300;
}
#news .container-centered {
  width: 90%;
  margin: 0 auto;
  flex-wrap: nowrap;
  align-items: stretch;
}
#news .card-date {
  color: #656565;
}
#news .svg {
  background-color: inherit;
  overflow: hidden;
  display: block;
  stroke: none;
}

@media only screen and (max-width: 750px) {
  #news .container-centered {
    flex-wrap: wrap;
    justify-content: center;
  }
  #news .card {
    flex-basis: 45%;
    width: 50%;
  }
}
@media only screen and (max-width: 550px) {
  #news .card {
    flex-basis: 100%;
    width: 100%;
  }
}
/* ==  =================== Fin Blog ===============*/
/* ==  =================== Contact ===============*/
#contact {
  padding: 2rem;
}
#contact .block {
  background-color: var(--color-white);
}
#contact .container {
  max-width: 1200px;
  padding-right: 0;
}
#contact .block-right {
  order: initial;
  flex-basis: 80%;
  width: 55%;
  min-height: auto;
  background-image: none;
  padding: 1.5625rem;
  border-radius: none;
}
#contact .block-right:hover {
  border-radius: none;
}
#contact .number-input,
#contact .date-input {
  width: 45%;
}
#contact .form-input {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-bottom: 1rem;
}
#contact .form-input label {
  position: absolute;
  left: 5%;
  opacity: 0 !important;
  cursor: text;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%) scale(1);
  padding: 3px 2px;
  border: 0.5px solid transparent;
  transition: transform 0.3s, left 0.3s, top 0.3s !important;
}
#contact .form-input input {
  transition: 0.3s;
}
#contact .form-input input:focus + label {
  top: 0;
  left: 0;
  transform: translateY(-15px) scale(0.95);
  font-size: 14px;
  opacity: 1 !important;
  border-color: var(--bg-item);
}
#contact .form-input input:focus::placeholder {
  opacity: 0;
}
#contact .block-left {
  order: 1;
  width: 20%;
  min-height: 540px;
  background-image: var(--gradient-1);
  border-top-left-radius: 3.125rem;
  border-bottom-left-radius: 3.125rem;
  transition: border-radius 0.3s;
}
#contact .block-left:hover {
  transition: border-radius 0.3s;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#contact .title-6 {
  color: var(--color-white);
}
#contact .form-submit {
  text-align: left;
}
#contact .form-submit .btn {
  padding: 0.6rem 0.8rem;
  border-radius: 0.25rem;
}
#contact .textarea {
  resize: none;
  min-height: 6.25rem;
}

@media only screen and (max-width: 991px) {
  #contact .block-right {
    height: auto;
  }
  #contact .block-left {
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .title-6 {
    margin-bottom: 2rem;
  }
  #contact .block-right {
    padding: 0;
  }
}
@media only screen and (max-width: 650px) {
  #contact .date-input,
#contact .number-input {
    width: 100%;
  }
  #contact .block {
    flex-wrap: wrap;
  }
  #contact .block-left {
    order: -1;
    min-height: auto;
    flex-basis: 100%;
    width: 100%;
    height: max-content;
    background-image: none;
  }
  #contact .title-6 {
    color: var(--color-title);
    margin-bottom: 1rem;
  }
}
/* ==  =================== Fin Contact ===============*/
/* ==  =================== Facts ===============*/
#facts {
  background-color: var(--bg-item);
  padding: 2rem 0;
}
#facts .block {
  padding: 1.875rem 0.625rem;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}
#facts .container-centered {
  flex-wrap: nowrap;
  max-width: 600px;
  background-color: var(--color-white);
  border-radius: 0.3125rem;
  box-shadow: 0 10px 35px -12px rgba(0, 0, 0, 0.3);
}
#facts .container-centered .title-5 {
  font-weight: 500;
}
#facts .fact-container {
  margin: 0.625rem;
  margin: 1rem;
  box-shadow: 0 10px 35px transparent;
}
#facts .fact-container p {
  font-size: 0.9375rem;
}
#facts .fact-container:hover {
  box-shadow: 0 10px 35px -12px rgba(0, 0, 0, 0.3);
}
#facts .fact-container img {
  border-radius: 50%;
}
#facts .fact-container .facts {
  margin-top: 1rem;
}
#facts .fact-container .block-img {
  margin-right: 0.5rem;
}
#facts .block-left,
#facts .block-right {
  width: 15.625rem;
  height: 15.625rem;
  text-align: center;
  margin: 0.625rem 1.25rem;
  box-shadow: 0 10px 35px -12px rgba(0, 0, 0, 0.3);
}
#facts .block-left,
#facts .block-right, #facts .fact-container {
  background-color: var(--color-white);
  padding: 1.5625rem;
  border-radius: 0.625rem;
  transition: 0.3s;
}
#facts .block-left:hover,
#facts .block-right:hover, #facts .fact-container:hover {
  background-color: var(--color-title);
  color: Var(--color-white);
  transform: translateY(-0.625rem);
}
#facts .block-left:hover *,
#facts .block-right:hover *, #facts .fact-container:hover * {
  color: inherit;
}
#facts .title-3,
#facts .title-2,
#facts .title-4 {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #facts .block {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 750px) {
  #facts .block-left,
#facts .block-right {
    width: 12.5rem;
    height: 12.5rem;
  }
}
@media only screen and (max-width: 650px) {
  #facts .container-centered {
    flex-wrap: wrap;
  }
  #facts .fact-container {
    border: 0.5px solid #f1f1f1;
  }
}
@media only screen and (max-width: 500px) {
  #facts .block-left,
#facts .block-right {
    width: 9.375rem;
    height: 9.375rem;
  }
}
@media only screen and (max-width: 350px) {
  #facts .block {
    padding: 1.5625rem;
    flex-wrap: wrap;
  }
}
/* ==  =================== Fin Facts ===============*/
/* ==  =================== Footer ===============*/
.footer {
  padding: 3.125rem 0;
  padding-bottom: 1.25rem;
  color: #fefefe;
  background-image: none;
  background: url(../img/footer-agency.png) no-repeat bottom -100px center/cover;
  background-color: #171933;
}
.footer a {
  text-decoration: none;
  color: var(--bg-item);
}
.footer .container-centered {
  justify-content: space-between;
  align-items: stretch;
}
.footer ul, .footer ol {
  list-style: none;
}
.footer ul li, .footer ol li {
  font-weight: 300;
  margin-bottom: 0.4rem;
}
.footer ul a, .footer ol a {
  position: relative;
}
.footer ul a::after, .footer ol a::after {
  height: 1px;
}
.footer a {
  position: relative;
}
.footer a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-white);
  transform: scale(0);
  transition: 0.3s;
}
.footer a:hover {
  color: var(--color-white);
}
.footer a:hover::after {
  transform: scale(1);
}
.footer .title-3 {
  color: var(--bg-item);
  font-size: 1.5rem;
}
.footer .logo {
  color: var(--bg-item);
}
.footer .logo img {
  width: 40px;
}
.footer .footer-desc, .footer .footer-infos {
  margin: 0.5rem 1rem;
}
.footer .footer-infos {
  margin-bottom: 2rem;
}
.footer .copyright {
  text-align: center;
  border-top: 0.5px solid #7c7c7c;
  color: var(--color-white);
  padding: 1rem;
  font-weight: 300;
}

@media only screen and (max-width: 400px) {
  .footer {
    background-image: none;
  }
  .footer .container-centered {
    justify-content: center;
  }
  .footer .footer-desc, .footer .footer-infos {
    text-align: center;
  }
  .footer .title-3, .footer .title2 {
    text-align: center;
  }
}
/* ==  =================== Fin Footer ===============*/

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