@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-VariableFont_opsz,wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --menu-color: #fff;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  flex: 0 0 auto;
}

.site {
  flex: 1 1 auto;
}

.footer {
  flex: 0 0 auto;
}

.com-content-category-blog {
  height: 100%;
}

.com-content-category-blog__items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
div {
  font-family: "Inter", sans-serif !important;
}

a {
  text-decoration: none !important;
  color: #d54a8c;
}

a:hover {
  color: #224faa;
}

.site {
  padding-top: 37px;
}

.itemid-101 .site {
  padding-top: 0 !important;
}

.mobile-phone {
  position: absolute;
  right: 5%;
  top: 50%;
  margin-right: 60px;
  transform: translateY(-50%);
  font-size: 25px;
}

/** MENU MOBILE **/
.btn-menu {
  cursor: pointer;
  background: transparent;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2%;
  border: none;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}

.ligne {
  width: 30px;
  height: 3px;
  background: var(--menu-color);
  border-radius: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease-in-out;
}

.ligne::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--menu-color);
  bottom: 10px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

.ligne::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--menu-color);
  top: 10px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

.btn-menu.active .ligne::before {
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}

.btn-menu.active .ligne {
  background: transparent;
}

.btn-menu.active .ligne::after {
  transform: translateY(-10px) rotate(45deg);
  background-color: #fff;
}

header {
  background-color: #000;
  padding: 0 40px 10px 40px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
}

header .header-inner {
  padding: 0;
}

header .logo {
  overflow: hidden;
}

header .logo a {
  display: block;
}

header .logo img {
  height: 80px;
  width: auto;
  position: relative;
  bottom: 0;
  margin-top: -15px;
}

header .mod-menu.show {
  display: flex;
}

header .mod-menu {
  display: none;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  padding-top: 6rem;
  z-index: 1000;
}

header .mod-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

header .mod-menu li.active a {
  color: #d54a8c;
}

.bandeau {
  background-color: #000;
  margin-top: 0 !important;
  color: #fff;
  padding: 4rem;
  text-align: center;
  min-height: 100vh;
  padding-top: 4rem;
}

.bandeau h1 {
  font-size: 24px;
  text-align: left;
}

.pink {
  color: #d54a8c;
}

.bandeau .card {
  background-color: #d54a8c;
  margin-bottom: 10px;
  border: none !important;
  color: #fff;
  padding: 10px;
  border-radius: 0;
}

.bandeau .card h3 {
  margin: 0;
  text-transform: uppercase;
}

.com-content-article {
  padding: 4rem;
}

.blog-header {
  padding: 2rem;
  background-color: #d54a8c;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.blog-header h1,
.blog-header h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.item-content {
  padding: 2rem;
  text-align: center;
  font-weight: bold;
}

.photo-bruno img {
  height: 220px;
}

ul {
  list-style-position: inside;
  text-align: center;
  padding: 0;
}

li::marker {
  color: #d54a8c;
}

.equipe img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  margin: 0 auto;
}

.equipe {
  text-align: center;
}

.equipe .item-content {
  padding: 1rem;
  font-weight: normal !important;
  color: #6d6e71;
  font-size: 16px;
}

.equipe .blog-items {
  margin-top: 3rem;
}

.equipe h2 {
  color: #000;
  font-size: 30px;
}

.com-content-article__body,
.blog-item {
  max-width: 700px;
  margin: 0 auto;
}

.qui-suis-je figure {
  margin: 20px 0;
}

.qui-suis-je figure img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top;
  margin: 0 auto;
}

.qui-suis-je .com-content-article h1 {
  color: #000;
  margin-bottom: 2rem;
  font-size: 20px;
}

.qui-suis-je .com-content-article {
  padding: 2rem;
  text-align: center;
  color: #6d6e71;
}

.footer {
  background-color: #000;
  background-image: none;
  color: #fff;
  text-align: center;
  padding: 2rem;
  font-size: 20px;
  margin-top: 40px;
  font-weight: bold;
}

.footer-left {
  display: flex;
  align-items: center;
}

.footer-left p {
  margin: 0;
}

.footer-left img {
  height: 70px;
  margin-right: 20px;
}

.footer-right a {
  color: #d74d8d !important;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
}

.footer-right .mod-menu {
  flex-direction: row;
  gap: 15px;
  align-items: center;
}

.footer-right .mod-menu .linkedin {
  color: #000 !important;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-right .mod-menu .linkedin span {
  padding: 0 !important;
  font-size: 30px;
}

.default-article .item-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

.default-article h1 {
  margin-bottom: 2rem;
  font-size: 30px;
}

.default-article .com-content-article__body {
  max-width: 100%;
}

.home-page .com-content-article__body p {
  margin-bottom: 2rem;
}

.scrollTo {
  border: none;
  background-color: transparent;
  color: #fff;
  margin-top: 2rem;
}

.scrollTo i {
  font-size: 80px;
  animation: bounce 2s infinite;
}

@media screen and (max-width: 374px) {
  .footer-left .info {
    font-size: 13px;
  }

  .footer-left img {
    height: 50px;
  }

  .bandeau {
    padding: 2rem;
    padding-top: 4rem;
  }

  .bandeau .card h3 {
    font-size: 18px;
  }

  .com-content-article {
    padding: 2rem;
    text-align: center;
  }

  .contact .tel span {
    font-size: 30px !important;
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

@media screen and (min-width: 768px) {
  .site,
  .itemid-101 .site {
    padding-top: 37px !important;
  }

  .blog-header {
    min-height: 180px;
    align-content: center;
    padding: 0;
  }

  .blog-header .category-desc {
    max-width: 700px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 18px;
  }

  .bandeau {
    padding: 2rem;
    padding-top: 1rem;
    height: auto;
    min-height: auto;
  }

  .com-content-article {
    padding: 2rem;
  }

  .bandeau h1 {
    font-size: 40px;
    text-align: left;
  }

  .bandeau .card h3 {
    font-size: 20px;
  }

  .itemid-101 .com-content-article {
    background-color: #eaeaea;
    font-size: 22px;
    text-align: center;
    min-height: 420px;
    display: flex;
    align-items: center;
  }

  .itemid-101 main {
    margin: 0;
  }

  .equipe .blog-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .default-article .item-page {
    padding: 4rem;
  }

  .photo-bruno img {
    height: initial;
  }

  .scroll-mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .site,
  .itemid-101 .site {
    padding-top: 47px !important;
  }

  .btn-menu {
    display: none;
  }

  .mobile-phone {
    display: none;
  }

  header .logo img {
    height: 100px;
  }

  header .header-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  header .mod-menu {
    display: flex !important;
    position: relative;
    background: transparent;
    height: auto;
    padding-top: 0;
    flex-direction: row;
  }

  header .mod-menu a {
    font-size: 15px;
  }

  .bandeau {
    padding-top: calc(2rem + 75px);
  }

  .itemid-101 .component {
    margin-top: 40px !important;
    max-width: 1200px;
    margin: 0 auto;
  }

  .qui-suis-je .com-content-article {
    display: flex;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    column-gap: 4rem;
    padding: 4rem 2rem;
  }

  .qui-suis-je .com-content-article h1 {
    font-size: 30px;
    margin-bottom: 1rem;
  }

  .qui-suis-je .com-content-article figure {
    margin-top: 0;
  }

  .qui-suis-je .com-content-article .com-content-article__body {
    margin: 0;
  }

  .default-article .item-page {
    text-align: left;
  }
}

@media screen and (min-width: 1280px) {
  .site,
  .itemid-101 .site {
    padding-top: 47px !important;
  }

  header .mod-menu {
    gap: 30px;
  }

  .bandeau {
    padding-top: 0;
  }

  .qui-suis-je .com-content-article {
    column-gap: 6rem;
  }

  .qui-suis-je .com-content-article figure img {
    width: 285px;
    height: 285px;
  }

  .bandeau h1 {
    font-size: 45px;
  }
}
