:root {
  --color-main: #3927a8;
  --color-light-purple: #7b6cfa;
  --color-blue: #76bce5;
  --color-green: #47c38a;
  --color-light-green: #6fcf97;
  --color-gray: #6a6d6e;
  --color-light-pink: #f2f2f3;
  --color-white: #fff;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  overflow-x: hidden;
}

/* GLOBAL */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  color: var(--color-white);
  text-decoration: none;
}

.bg-green {
  background-color: var(--color-green);
}

.bg-light-pink {
  background-color: var(--color-light-pink);
}

.bg-gray {
  background-color: var(--color-gray);
}

.bg-white {
  background-color: var(--color-white);
}

.color-white {
  color: var(--color-white);
}

.color-gray {
  color: var(--color-gray);
}

.color-red {
  color: red;
}

.color-main {
  color: var(--color-main);
}

.mb-_05 {
  margin-bottom: -0.5rem;
}

.mt-_1 {
  margin-top: -1rem;
}

.mb-_1 {
  margin-bottom: -1rem;
}

.mb-_03 {
  margin-bottom: -0.3rem;
}

.mb-02rem {
  margin-bottom: 0.2rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.p-10rem {
  padding: 10rem;
}

.p-6rem {
  padding: 6rem;
}

.p-2rem {
  padding: 2rem;
}

.p-3rem {
  padding: 3rem;
}

.pb-1rem {
  padding-bottom: 1rem;
}

.p-0-15px {
  padding: 0 15px;
}

.font-weight-extra-bold {
  font-weight: 800;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-semi-bold {
  font-weight: 600;
}

.font-weight-medium {
  font-weight: 500;
}

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

.fs-8px {
  font-size: 8px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

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

.fs-19px {
  font-size: 19px;
}

.fs-18px {
  font-size: 18px;
}

.fs-20px {
  font-size: 20px;
}

.fs-21px {
  font-size: 21px;
}

.fs-22px {
  font-size: 22px;
}

.fs-24px {
  font-size: 24px;
}

.fs-25px {
  font-size: 25px;
}

.fs-26px {
  font-size: 26px;
}

.fs-29px {
  font-size: 29px;
}

.fs-40px {
  font-size: 40px;
}

.fs-35px {
  font-size: 35px;
}

.w-3rem {
  width: 3rem;
}

.w-20 {
  width: 20%;
}

.h-75px {
  height: 75px;
}

.w-75px {
  width: 75px;
}

.w-13 {
  width: 13%;
}

/* FIN GLOBAL */

/* CUSTOM */
.img-fluid-custom {
  max-width: 60%;
  height: auto;
}

.circle {
  border-radius: 50%;
  background-color: var(--color-main);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}

.circle-responsive {
  border-radius: 50%;
  background-color: var(--color-main);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
}

.hover-custom:hover {
  color: var(--color-blue);
}

.link-container {
  gap: 10px;
}

.link-btn {
  flex: 0 1 auto;
  min-width: 150px;
  text-align: center;
  margin: 5px 0;
}

.dropdown-menu > li > a:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
  text-decoration: none;
}

.border-rounded-custom {
  border: 0;
  border-radius: 20px !important;
}

/* NAV */
nav#main-nav .nav-item .dropdown-toggle::after {
  content: none !important;
}

nav#main-nav {
  padding-bottom: 8px;
}

nav#main-nav #navbarNavDropdown > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

nav#main-nav ul li {
  list-style: none;
  margin: 0 4rem;
}

nav#main-nav ul li a:hover {
  color: #76bce5 !important;
}

.navbar {
  margin-bottom: 0;
}

.custom-responsive-nav {
  display: none;
}

.navbar-toggler-icon {
  width: 2.5em !important;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28120, 180, 229, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* FIN NAV */

.fond-header {
  background: #76bce5 url("../img/fond-header.png") no-repeat center
    center/cover;
}

.card {
  border: 1px solid var(--color-gray);
  border-radius: 10px;
  padding: 1.5rem;
  height: 100%;
}

.card-hover:hover {
  opacity: 0.8;
}

.net-vision {
  border: 0;
  border-radius: 10px;
  padding: 4rem;
}

.button-net-photo-header {
  background-color: var(--color-white);
  color: var(--color-main);
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
}

.button-net-photo-header:hover {
  background-color: var(--color-main);
  color: var(--color-white);
}

.button-net-photo {
  background-color: var(--color-main);
  color: var(--color-white);
  border: 2px solid transparent;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
}

.button-net-photo:hover {
  background-color: var(--color-white);
  color: var(--color-main);
  border-color: var(--color-main) !important;
}

.button-net-vision {
  background-color: var(--color-green);
  color: var(--color-white);
  border: 2px solid transparent;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border-radius: 10px;
}

.button-net-vision:hover {
  background-color: var(--color-white);
  color: var(--color-green);
  border-color: var(--color-green) !important;
}

/* FIN CUSTOM */

@media screen and (max-width: 391px) {
  .net-vision {
    padding: 0;
  }
}

@media screen and (max-width: 502px) {
  .margin-top-2 {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 600px) {
  .circle-responsive {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .w-md-43 {
    width: 43% !important;
  }

  .navbar {
    border-radius: 0;
  }

  .navbar-nav {
    float: unset;
  }

  .collapse:not(.show) {
    display: none !important;
  }

  .show {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    min-height: 0;
  }

  .navbar-content {
    display: none;
  }

  .navbarNavDropdownFirst-custom-1 {
    display: none !important;
  }

  .mb-4-custom {
    margin-bottom: 1.5rem;
  }

  .custom-responsive-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .color-lg-white {
    color: var(--color-white);
  }

  .dropdown-menu > li > a {
    white-space: wrap;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: center !important;
  }

  .navbar-toggler {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
}

@media screen and (min-width: 1310px) {
  .container {
    max-width: 1340px;
  }
}
