@charset "UTF-8";
body {
  color: #002E3D !important;
  font-family: "Roboto Serif", serif;
}

/*--------------------------- 
    Estilos bootstrap
---------------------------*/
.btn {
  border-color: transparent;
  border-radius: 50rem;
  font-size: 0.875rem;
  padding: 0.6rem 1.8rem;
}

.btn:hover,
a:hover {
  transition: ease-in 0.2s;
}

.btn-primary {
  background-color: #B9DCC5;
  color: #002E3D;
}
.btn-primary:hover {
  background-color: #FFFFFF;
  border: 1px solid #5FB287;
  color: #002E3D !important;
}

.btn-secondary {
  background-color: #5162AA;
  color: #FFFFFF;
}
.btn-secondary:hover {
  background-color: #5FB287;
  border: 1px solid #5162AA;
  color: #FFFFFF !important;
}

a {
  text-decoration: none;
}
a.text-primary {
  text-decoration: underline;
}
a.text-primary-md:hover {
  color: #5162AA !important;
}
a:hover {
  color: #5FB287 !important;
}

.card {
  border: 0;
}

form input.form-control,
form select.form-select,
form textarea.form-control {
  border: 1px solid #5162AA;
  border-radius: 1rem;
  box-shadow: inset 0px 3px 6px #cccccc;
  color: #5162AA;
  padding: 1.25rem;
}
form input.form-control:focus,
form select.form-select:focus,
form textarea.form-control:focus {
  border-color: #5FB287;
  box-shadow: none;
}
form input.form-control::-moz-placeholder, form select.form-select::-moz-placeholder, form textarea.form-control::-moz-placeholder {
  color: #5162AA;
}
form input.form-control::placeholder,
form select.form-select::placeholder,
form textarea.form-control::placeholder {
  color: #5162AA;
}

form input.form-check-input:checked {
  background-color: #5FB287;
  border-color: transparent;
}

.detached input.form-control,
.detached select.form-select {
  border: 1px solid #5162AA;
  border-radius: 1.5rem;
  box-shadow: inset 0px 3px 6px #cccccc;
  color: #5162AA;
  padding: 0.5rem 1.2rem;
}
.detached input.form-control:focus,
.detached select.form-select:focus {
  border-color: #5FB287;
  box-shadow: none;
}

.accordion-button {
  background-color: #FFFFFF !important;
  color: #5162AA !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1.125rem;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button.collapsed {
  border: 2px solid #B9DCC5;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1MTYxYWEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1wbHVzLWljb24gbHVjaWRlLXBsdXMiPjxwYXRoIGQ9Ik01IDEyaDE0Ii8+PHBhdGggZD0iTTEyIDV2MTQiLz48L3N2Zz4=");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1MTYxYWEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1taW51cy1pY29uIGx1Y2lkZS1taW51cyI+PHBhdGggZD0iTTUgMTJoMTQiLz48L3N2Zz4=");
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
  border: 2px solid #B9DCC5;
}

.btn-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS14LWljb24gbHVjaWRlLXgiPjxwYXRoIGQ9Ik0xOCA2IDYgMTgiLz48cGF0aCBkPSJtNiA2IDEyIDEyIi8+PC9zdmc+") !important;
  font-size: 1.5rem;
  opacity: 100%;
}

/*--------------------------- 
    Texto
---------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
}

h1,
h2 {
  font-weight: 600;
  letter-spacing: 4%;
}

h6,
.fs-6 {
  font-size: 1.125rem !important;
}

.display {
  font-size: 3.5rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-xsmall {
  font-size: 0.75rem;
}

.text-primary {
  color: #B9DCC5 !important;
}

.text-secondary {
  color: #5162AA !important;
}

.text-primary-md {
  color: #5FB287;
}

.text-base {
  color: #002E3D;
}

.font-primary {
  font-family: "DM Sans", sans-serif;
}

.font-secondary {
  font-family: "Roboto Serif", serif;
}

/*--------------------------- 
    Backgrounds
---------------------------*/
.bg-primary {
  background-color: #B9DCC5 !important;
}

.bg-primary-md {
  background-color: #5FB287;
}

.bg-secondary {
  background-color: #5162AA !important;
}

.bg-surface {
  background-color: #EEE;
}

.bg-surface-light {
  background-color: #F5F5F5;
}

.bg-base {
  background-color: #002E3D;
}

.bg-gradient--blue {
  background: #002E3D;
  background: linear-gradient(178deg, rgb(0, 46, 61) 20%, rgb(81, 98, 170) 67%, rgb(145, 162, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002E3D", endColorstr="#91A2CE", GradientType=0);
}

.bg-gradient-radial--blue {
  background-blend-mode: normal, normal, normal;
  background-color: hsl(194.7540983607, 100%, 11%);
  background-image: radial-gradient(circle at 43% -40%, hsl(195, 100%, 10%) 2.459419577%, transparent 80%), radial-gradient(circle at 100% 91%, hsl(223.7288135593, 36%, 68%) 1%, transparent 89%), radial-gradient(circle at 0% 96%, hsl(228.5393258427, 35%, 49%) 12%, transparent 89%), radial-gradient(circle at 60% 96%, hsl(228.5393258427, 35%, 49%) 100%, transparent 89%);
}

.bg-gradient-radial--green {
  background-blend-mode: normal, normal;
  background-color: hsl(194.7540983607, 100%, 11%);
  background-image: radial-gradient(circle at 9% 91%, hsl(195, 100%, 10%) 2.459419577%, transparent 58.6501071253%), radial-gradient(circle at 99% 11%, hsl(148.9156626506, 35%, 53%) 0%, transparent 43.0086855459%);
}

.bg-gradient-radial--double-green {
  background-blend-mode: normal, normal, normal, normal, normal, normal, normal;
  background-color: hsl(194.7540983607, 100%, 11%);
  background-image: radial-gradient(circle at 35% 78%, hsl(195, 100%, 10%) 2.459419577%, transparent 58.6501071253%), radial-gradient(circle at 3% 93%, hsl(148.9156626506, 35%, 53%) 4.2444821732%, transparent 24.2144874871%), radial-gradient(circle at 116% 53%, hsl(148.9156626506, 35%, 53%) 0%, transparent 27%), radial-gradient(circle at 116% 78%, hsl(148.9156626506, 35%, 53%) 0%, transparent 43.0086855459%), radial-gradient(circle at 68% 77%, hsl(195, 100%, 10%) 2.459419577%, transparent 30.4462351775%), radial-gradient(circle at 37% 12%, hsl(195, 100%, 10%) 2.459419577%, transparent 22.702886766%), radial-gradient(circle at 84% 1%, hsl(148.9156626506, 35%, 53%) 0%, transparent 55.1491229797%);
}

.bg-ods {
  background-image: url(/images/ods-header.webp?81794db26d7ab61db965712e3506f0e6);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------- 
    Geral
---------------------------*/
section {
  padding: 5rem 0;
}

.img-full img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.img-wrap--h img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 12rem;
}

.small-icon {
  width: 1rem;
}

ul.check-list-small svg {
  height: 16px;
  margin-bottom: 4px;
  margin-right: 8px;
  width: 16px;
}

.check-md svg {
  height: 24px;
  margin-bottom: 4px;
  width: 24px;
}

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

.divisoria {
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
}

.icone-divisoria {
  width: 1.5rem;
}

.circle-primary-md--center::before, .circle-primary-md::before, .circle-primary::before, .circle-secondary::before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: -32px;
  width: 1rem;
  z-index: 2;
}

.circle-secondary::before {
  background-color: #5162AA;
}

.circle-primary::before {
  background-color: #B9DCC5;
}

.circle-primary-md::before {
  background-color: #5FB287;
}

.circle-primary-md--center::before {
  background-color: #5FB287;
  left: 50%;
}

.logo-size svg {
  height: 32px;
  width: auto;
}

/*--------------------------- 
    Componentes - Cards
---------------------------*/
.tag-vaga-num, .tag-vaga, .tag-data {
  border-radius: 50rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  padding: 0.2rem 1rem;
}

.tag-data {
  background-color: #FFFFFF;
  color: #002E3D;
  left: 1rem;
  position: absolute;
  text-transform: uppercase;
  top: 1rem;
}

.tag-vaga {
  background-color: #FFFFFF;
  color: #5162AA;
  font-weight: 600;
}

.tag-vaga-num {
  border: 1px solid #5162AA;
  color: #5162AA;
  font-weight: 600;
}

.saiba-mais {
  color: #FFFFFF;
  font-family: "DM Sans", sans-serif;
  transition: ease-in 0.2s;
  visibility: hidden;
}

.card-vaga {
  background-color: #B9DCC5;
  transition: ease-in 0.2s;
}
.card-vaga h4 {
  color: #5162AA;
  transition: ease-in 0.2s;
}
.card-vaga:hover {
  background-color: #5FB287;
}
.card-vaga:hover h4 {
  color: #FFFFFF;
}
.card-vaga:hover .saiba-mais {
  visibility: visible;
}

.card-img-wrapper {
  height: 240px;
}
.card-img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.card-timeline {
  height: 400px;
  margin-right: 32px;
  width: 320px;
}

.h-timeline {
  height: 180px;
}

/*--------------------------- 
    Páginas serviços e internas
---------------------------*/
.header-services {
  position: static;
  width: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .header-services {
    position: absolute;
    right: 15%;
    width: auto;
  }
}

.img-sede {
  height: 400px;
}
@media (min-width: 768px) {
  .img-sede {
    height: 100%;
  }
}

/*--------------------------- 
    Recrutamento e Seleção
---------------------------*/
@media (min-width: 992px) {
  .position-card-1 {
    margin-bottom: 350px !important;
  }
}

.position-card-2,
.position-card-3 {
  position: static;
}
@media (min-width: 992px) {
  .position-card-2,
  .position-card-3 {
    position: absolute;
  }
}

.position-card-2 {
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .position-card-2 {
    left: 260px;
    top: 80px;
  }
}

.position-card-3 {
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .position-card-3 {
    left: -30px;
    top: 300px;
  }
}

.position-card-1,
.position-card-2,
.position-card-3 {
  width: 300px;
}

/*--------------------------- 
    Swipers
---------------------------*/
.swiper-logos .swiper-slide,
.swiper-timeline .swiper-slide {
  width: auto;
}

.swiper-logos .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 600px) {
  .swiper-logos .swiper-wrapper .swiper-slide img {
    height: auto;
    width: auto;
  }
}

.gradient-fade {
  background: #FFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.swiper-home .h1 {
  font-family: "DM Sans", sans-serif;
}
.swiper-home .swiper-btn__wrapper {
  float: right;
  padding: 0 80px;
}

.swiper-btn__wrapper .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #B9DCC5;
  height: 12px;
  opacity: 100%;
  width: 12px;
}

.swiper-btn__wrapper .swiper-pagination-bullet-active {
  background-color: #B9DCC5 !important;
}

.swiper-timeline {
  -webkit-clip-path: inset(0 -400px -60px -5px);
          clip-path: inset(0 -400px -60px -5px);
}
@media (min-width: 992px) {
  .swiper-timeline {
    -webkit-clip-path: inset(0 -200px -60px -5px);
            clip-path: inset(0 -200px -60px -5px);
  }
}
.swiper-timeline .swiper-btn__wrapper {
  float: right;
  width: 120px;
}
.swiper-timeline .swiper-button-prev,
.swiper-timeline .swiper-button-next {
  width: 50px;
}
.swiper-timeline .swiper-button-next::after,
.swiper-timeline .swiper-button-prev::after {
  background-color: #5FB287;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  color: transparent;
  font-size: 40px;
  height: 30px;
  width: 30px;
}
.swiper-timeline .swiper-button-next::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1hcnJvdy1yaWdodC1pY29uIGx1Y2lkZS1hcnJvdy1yaWdodCI+PHBhdGggZD0iTTUgMTJoMTQiLz48cGF0aCBkPSJtMTIgNSA3IDctNyA3Ii8+PC9zdmc+");
}
.swiper-timeline .swiper-button-prev::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1hcnJvdy1sZWZ0LWljb24gbHVjaWRlLWFycm93LWxlZnQiPjxwYXRoIGQ9Im0xMiAxOS03LTcgNy03Ii8+PHBhdGggZD0iTTE5IDEySDUiLz48L3N2Zz4=");
}

/*--------------------------- 
    Menu
---------------------------*/
.navbar-nav .nav-link {
  color: #002E3D;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav,
.nav__sub {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px;
}

.nav__item + .nav__item {
  margin-top: 0%;
}

.nav__sub {
  background-color: currentColor;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  opacity: 0;
  padding: 0 40px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(1000px);
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.nav__sub .title {
  font-size: 1.625rem;
  line-height: 1;
  margin-bottom: 15px;
}
.nav__sub.is-active {
  background: #5162AA;
  opacity: 1;
  overflow: hidden;
  transform: translateX(0px);
  visibility: visible;
  z-index: 5;
}
.nav__sub.is-active .nav__item .sub__close {
  color: #FFFFFF;
  text-decoration: none;
}
.nav__sub.is-active .nav__item .sub__close svg {
  fill: #FFFFFF;
}
.nav__sub .nav-item {
  height: 40px;
}
.nav__sub .nav-item .nav__link {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
}
.nav__sub .nav-item .nav__link.active {
  color: #5162AA;
}

.menu-burguer {
  position: absolute;
  right: -12px;
  top: -13px;
  z-index: 1000;
}

.menu-burguer,
.close-menu {
  border-radius: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 52px;
  justify-content: space-between;
  padding: 13px 11px;
  width: 55px;
}
@media (max-width: 320px) {
  .menu-burguer,
  .close-menu {
    width: 50px;
  }
}
.menu-burguer.open .menu-line,
.close-menu.open .menu-line {
  background-color: #FFFFFF;
}

.menu-line {
  background-color: #5FB287;
  border-radius: 0;
  height: 4px;
  position: relative;
  transition: all 250ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  z-index: 50;
}

.menu-line:first-child {
  -webkit-animation: firstLinetoClose 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
          animation: firstLinetoClose 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
}

.open .menu-line:first-child {
  -webkit-animation: firstLinetoOpen 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
          animation: firstLinetoOpen 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes firstLinetoOpen {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}

@keyframes firstLinetoOpen {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes firstLinetoClose {
  0% {
    transform: translateY(17px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes firstLinetoClose {
  0% {
    transform: translateY(17px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
.open .menu-line:nth-child(2) {
  opacity: 0;
}

.menu-line:last-child {
  -webkit-animation: lastLinetoClose 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
          animation: lastLinetoClose 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
}

.open .menu-line:last-child {
  -webkit-animation: lastLinetoOpen 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
          animation: lastLinetoOpen 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes lastLinetoOpen {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}

@keyframes lastLinetoOpen {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(-14px) rotate(-45deg);
  }
}
@-webkit-keyframes lastLinetoClose {
  0% {
    transform: translateY(-17px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes lastLinetoClose {
  0% {
    transform: translateY(-17px);
  }
  100% {
    transform: translateY(0);
  }
}
.menu-initial {
  position: relative;
}
.menu-initial .menu-close {
  left: 23px;
  opacity: 0;
  position: fixed;
  top: 10px;
  transform: translate(-100px, 0px);
  transition: all 0.3s ease-out;
}
.menu-initial .menu-close.open {
  opacity: 1;
  transform: translate(0px, 0px);
  transition: all 0.3s ease-out;
  z-index: 25;
}

.menu-nav {
  align-items: center;
  background-color: #002E3D;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: -1000px;
  opacity: 0;
  overflow: auto;
  padding: 50px 0px;
  position: fixed;
  top: 0;
  transform: translateX(-1000px);
  transition: all 0.2s ease-in-out;
  width: 100%;
  z-index: -1;
}
@media (max-width: 600px) {
  .menu-nav {
    background-image: none;
  }
}
.menu-nav.open {
  justify-content: center;
  left: 0;
  opacity: 1;
  overflow: hidden;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
  z-index: 20;
}
.menu-nav .close-menu {
  position: absolute;
  right: 15%;
  top: 5%;
}

.template-site-home-index .menu-desktop {
  background-color: transparent;
}
.template-site-home-index .menu-desktop .logo svg .blue-dark {
  fill: #FFFFFF;
}
.template-site-home-index .menu-desktop .nav .nav-item .nav-link {
  color: #FFFFFF;
}
.template-site-home-index .menu-desktop .nav .nav-item .nav-link span .arrow {
  stroke: #FFFFFF;
}
@media (min-width: 1024px) {
  .template-site-home-index .menu-desktop .nav .nav-item .nav-link:hover {
    color: #FFFFFF !important;
    opacity: 0.8;
  }
}
.template-site-home-index .menu-desktop .btn-secondary:hover {
  background-color: #FFFFFF;
  border: 1px solid #5162AA;
  color: #5162AA !important;
}
.template-site-home-index header.scroll .menu-desktop {
  background-color: #FFFFFF !important;
}
.template-site-home-index header.scroll .menu-desktop .logo svg .blue-dark {
  fill: #002E3D;
}
.template-site-home-index header.scroll .menu-desktop .nav .nav-item .nav-link {
  color: #002E3D;
}
.template-site-home-index header.scroll .menu-desktop .nav .nav-item .nav-link span .arrow {
  stroke: #5162AA;
}
@media (min-width: 1024px) {
  .template-site-home-index header.scroll .menu-desktop .nav .nav-item .nav-link:hover {
    color: #5FB287 !important;
    opacity: 1;
  }
}
.template-site-home-index header.scroll .menu-desktop .btn-secondary:hover {
  background-color: #5FB287;
  border: 1px solid #5162AA;
  color: #FFFFFF !important;
}

.logo svg {
  height: 40px;
  width: 180px;
}
.logo svg .blue-dark {
  fill: #002E3D;
}
.logo svg .green-light {
  fill: #5FB287;
}
@media (max-width: 768px) {
  .logo svg {
    height: 25px;
    width: 150px;
  }
}

header.scroll .menu-desktop,
header.scroll .menu-mobile {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header .menu-mobile {
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
header .menu-mobile .nav-link {
  align-items: center;
  color: #FFFFFF;
}
header .menu-mobile .nav-link svg {
  stroke: #FFFFFF;
  transform: rotate(-90deg);
}
header .menu-desktop {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  height: 80px;
  justify-content: center;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 50;
}
header .menu-desktop .nav {
  flex: 1;
  justify-content: end;
  padding: 0;
}
header .menu-desktop .nav .nav-item {
  position: initial;
}
header .menu-desktop .nav .nav-item.nav__item {
  margin-top: 10px;
}
header .menu-desktop .nav .nav-item .dropdown-menu {
  background: #FFFFFF;
  border: 0;
  border-radius: 12px;
  font-size: 0.875rem;
  padding: 12px 2px;
  top: 56px;
  transform: translate(12px, 0px);
}
header .menu-desktop .nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  color: #002E3D;
}
header .menu-desktop .nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover {
  background-color: #B9DCC5;
  color: #002E3D !important;
}
header .menu-desktop .nav .nav-item .dropdown-toggle::after {
  content: none;
}
header .menu-desktop .nav .nav-item .nav-link {
  align-items: center;
  color: #002E3D;
  display: flex;
  font-size: 1rem;
  font-weight: bold;
  height: 80px;
  padding: 10px 13px;
  position: relative;
}
@media (max-width: 970px) {
  header .menu-desktop .nav .nav-item .nav-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  header .menu-desktop .nav .nav-item .nav-link {
    height: 40px;
    padding: 10px 40px;
  }
}
header .menu-desktop .nav .nav-item .nav-link span {
  position: relative;
}
header .menu-desktop .nav .nav-item .nav-link span .arrow {
  margin-left: 4px;
  stroke: #5162AA;
}
@media (max-width: 768px) {
  header .menu-desktop .nav .nav-item .nav-link span .arrow {
    transform: rotate(-90deg);
  }
}
header .menu-desktop .nav .nav-item .nav-link span::before {
  background: #5162AA;
  border-radius: 25px;
  bottom: -8px;
  content: "";
  display: block;
  height: 2px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-out;
  width: 0%;
}
@media (min-width: 1024px) {
  header .menu-desktop .nav .nav-item .nav-link:hover {
    color: #FFFFFF;
  }
  header .menu-desktop .nav .nav-item .nav-link:hover span::before {
    opacity: 1;
    transition: all 0.3s ease-out;
    width: 100%;
  }
}
header .menu-desktop .nav .nav-item .nav-link.active {
  color: #FFFFFF;
}
header .menu-desktop .nav .nav-item .nav-link.active span::before {
  opacity: 1;
  transition: all 0.3s ease-out;
  width: 100%;
}

.template-site-politics-privacy header .menu-desktop,
.template-site-politics-privacy header .menu-mobile,
.template-site-politics-terms header .menu-desktop,
.template-site-politics-terms header .menu-mobile,
.template-site-blog-index header .menu-desktop,
.template-site-blog-index header .menu-mobile,
.template-site-blog-show header .menu-desktop,
.template-site-blog-show header .menu-mobile {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

span.error.text-danger.text-xsmall {
  position: absolute;
  bottom: 3px;
  left: 22px;
}

.card-avatar img,
.card-equipe img {
  height: 15rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 768px) {
  .card-avatar img,
  .card-equipe img {
    height: 18rem;
  }
}

@media (max-width: 600px) {
  .pagination {
    justify-content: center;
  }
}
.pagination .page-item .page-link {
  align-items: center;
  border-color: blue;
  border-radius: 4px;
  color: blue;
  cursor: pointer;
  display: flex;
  height: 38px;
  justify-content: center;
  margin-left: 0.5rem;
  padding: 8px 0px;
  text-align: center;
  width: 38px;
}
@media (max-width: 600px) {
  .pagination .page-item .page-link {
    height: 37px;
    margin-left: 6px;
    width: 33px;
  }
}
.pagination .page-item .page-link:hover {
  background-color: blue;
  color: white;
}
.pagination .page-item .page-link svg {
  height: 25px;
  width: 25px;
}
.pagination .page-item .page-link.next {
  transform: rotate(180deg);
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.disabled {
  opacity: 0.5;
}
.pagination .page-item.active .page-link {
  background-color: blue;
  border-color: blue;
  color: white;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: blue;
  font-size: 25px;
  font-weight: 600;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
  color: blue;
  text-decoration: underline;
}

.list-categories li label {
  background-color: #B9DCC5;
  border-radius: 50rem;
  color: #002E3D;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.45px;
  padding: 10px 25px;
}
.list-categories li label.active {
  background-color: #002E3D;
  color: #FFFFFF;
}

.svg-invert svg {
  transform: scaleX(-1);
}

.card-blog .card-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
.card-blog .card-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

.template-site-blog-index .categories {
  flex-wrap: wrap;
}
.template-site-blog-index .categories .categories-item {
  color: #5FB287;
  font-size: 0.875rem;
  font-weight: 400;
}
.template-site-blog-index .categories .categories-item:hover {
  background: grey;
}
.template-site-blog-index .highlights-section .title {
  color: black;
  font-size: 2rem;
  font-weight: 400;
}
.template-site-blog-index .highlights-section .title::before {
  content: none;
}
.template-site-blog-index .highlights-section .swiper-highlights {
  overflow: initial;
  position: relative;
  z-index: 1;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide-active {
  opacity: 1;
  pointer-events: visible;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-image {
  align-items: center;
  display: flex;
  flex: 1.8;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-image img {
  height: 556px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
}
@media (max-width: 994px) {
  .template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-image {
    width: 100%;
  }
  .template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-image img {
    width: 100%;
  }
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-image::before {
  background: #5FB287;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-infos {
  background-color: #F5F5F5;
  border-radius: 15px;
  overflow: hidden;
  padding: 0px;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-infos .blog-content {
  flex: 1;
  padding: 50px;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-infos .date-category {
  color: blue;
  font-size: 0.9375rem;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-infos .blog-title {
  color: #002E3D;
  font-size: 1.75rem;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-infos .blog-title::before {
  content: none;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item .blog-infos .date {
  color: #002E3D;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item:hover .blog-image {
  position: relative;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item:hover .blog-image img {
  transform: scale(1.15);
  transition: all 0.3s ease-out;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item:hover .blog-image::before {
  opacity: 0.4;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .highlights-section .swiper-highlights .swiper-wrapper .swiper-slide .blog-item:hover .blog-infos .blog-title {
  color: #5FB287;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons {
  bottom: -10px;
  position: absolute;
  right: 0;
  width: 230px;
}
@media (max-width: 768px) {
  .template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons {
    left: 0;
    margin: auto;
  }
}
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons .swiper-pagination {
  bottom: -11px;
}
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons .swiper-pagination .swiper-pagination-bullet {
  background-color: grey;
  height: 10px;
  margin: 0 6px;
  opacity: 1;
  width: 10px;
}
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: blue;
}
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons .swiper-button-next,
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons .swiper-button-prev {
  color: blue;
}
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons .swiper-button-next::after,
.template-site-blog-index .highlights-section .swiper-highlights .ajusts-buttons .swiper-button-prev::after {
  font-size: 17px;
  font-weight: 900;
}
.template-site-blog-index .section-blog {
  overflow: hidden;
  padding-bottom: 0;
}
.template-site-blog-index .section-blog .col-aside .h5 {
  color: black;
  font-size: 1.375rem;
}
.template-site-blog-index .section-blog .col-aside .h5::before {
  content: none;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap {
  position: relative;
  z-index: 2;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section {
  position: relative;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item {
  background-color: grey;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-image {
  align-items: center;
  display: flex;
  height: 283px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 100%;
}
@media (max-width: 1400px) {
  .template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-image {
    height: 240px;
  }
}
@media (max-width: 994px) {
  .template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-image {
    width: 100%;
  }
  .template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-image img {
    width: 100%;
  }
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-image::before {
  background: green;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 1;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-infos {
  flex: 1;
  padding: 40px 45px;
}
@media (max-width: 600px) {
  .template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-infos {
    padding: 30px 40px;
  }
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-infos .date-category {
  color: blue;
  font-size: 0.875rem;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-infos .blog-title {
  color: black;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-infos .blog-title::before {
  content: none;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-infos p {
  color: blue;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item .blog-infos .readmore {
  color: black;
  font-size: 1.125rem;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item:hover .blog-image {
  position: relative;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item:hover .blog-image img {
  transform: scale(1.15);
  transition: all 0.3s ease-out;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item:hover .blog-image::before {
  opacity: 0.4;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item:hover .blog-infos .blog-title {
  color: blue;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap.blog-section .blog-item:hover .blog-infos .readmore {
  color: blue;
  transition: all 0.3s ease-out;
}
.template-site-blog-index .section-blog .col-content .col-content-wrap .blog-title::before {
  right: initial !important;
}
@media (max-width: 992px) {
  .template-site-blog-index .section-blog .col-content .col-content-wrap::before {
    right: 50%;
    transform: translateX(50%);
  }
}

.template-site-blog-show {
  overflow: initial;
}
.template-site-blog-show .section-blog-show {
  margin-top: 30px;
  overflow: initial;
  padding-bottom: 0;
}
.template-site-blog-show .section-blog-show .shared-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 220px;
}
.template-site-blog-show .section-blog-show .shared-fixed #copyPostButton {
  cursor: pointer;
}
.template-site-blog-show .section-blog-show .shared-fixed .title {
  color: #002E3D;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
.template-site-blog-show .section-blog-show .shared-fixed .link-dark-gray {
  font-size: 1.125rem;
}
.template-site-blog-show main {
  overflow: initial;
}
.template-site-blog-show .categories {
  flex-wrap: wrap;
}
.template-site-blog-show .categories .categories-item {
  background: #002E3D;
  border-radius: 7px;
  color: white;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 3px;
  padding: 2px 10px;
}
.template-site-blog-show .categories .categories-item:hover {
  background: grey;
}
.template-site-blog-show .section-blog-header {
  background-color: #002E3D;
  padding: 0;
  position: fixed;
  top: 80px;
  transition: all 0.3s ease-out;
  z-index: 20;
}
@media (max-width: 992px) {
  .template-site-blog-show .section-blog-header {
    top: 45px;
    z-index: 5;
  }
}
.template-site-blog-show .section-blog-header .return {
  color: #FFFFFF;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.template-site-blog-show .section-blog-header .return svg {
  transform: translate(0px, 0px);
  transition: all 0.3s ease-out;
}
.template-site-blog-show .section-blog-header .return:hover svg {
  transform: translate(-10px, 0px);
  transition: all 0.3s ease-out;
}
.template-site-blog-show .section-blog-header .title-top {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
.template-site-blog-show .read-more-image {
  position: relative;
}
.template-site-blog-show .read-more-image .h6 {
  color: #002E3D;
}
.template-site-blog-show .read-more-image:hover .h6 {
  color: #5FB287;
}
.template-site-blog-show .link-dark-gray svg {
  fill: #002E3D;
}
.template-site-blog-show .link-dark-gray span {
  color: #002E3D;
  font-size: 0.875rem;
}
.template-site-blog-show .link-dark-gray:hover svg {
  fill: grey;
}
.template-site-blog-show .link-dark-gray:hover span {
  color: grey;
}

.section-blog-show {
  overflow: hidden;
  transition: 100ms ease;
}
.section-blog-show .object-fit-cover,
.section-blog-show .img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.section-blog-show .text-x-dark-gray .h5 {
  color: black;
  font-size: 1.375rem;
  font-weight: bold;
}
.section-blog-show .text-x-dark-gray .h5::before {
  content: none;
}
.section-blog-show .long-texts p {
  color: #002E3D;
  font-size: 1.25rem;
}
.section-blog-show .long-texts p strong {
  color: #002E3D;
}
.section-blog-show .long-texts p * {
  background: transparent !important;
}
.section-blog-show .long-texts figure img {
  max-width: 100%;
}
.section-blog-show .col-content {
  position: relative;
  transition: 100ms ease;
  z-index: 2;
}
.section-blog-show .col-content h1 {
  font-size: 2rem;
  text-transform: uppercase;
}
.section-blog-show .col-content .fw-medium {
  font-size: 1.625rem;
}
@media (max-width: 600px) {
  .section-blog-show .col-content .fw-medium {
    font-size: 1.5625rem;
  }
}
.section-blog-show .col-content .form-switch {
  margin-left: -2px;
}
.section-blog-show .col-content .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: black;
  border: 1px solid black;
}
.section-blog-show .col-content .form-switch .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(138, 150, 165, 0.3);
}
.section-blog-show .col-content .form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
  background-color: black;
  border: 1px solid black;
}
.section-blog-show .col-content .form-switch > *:hover {
  cursor: pointer;
}
.section-blog-show .col-content .border-end {
  border-color: #e9e9e9 !important;
  transition: 100ms ease;
}
@media (max-width: 992px) {
  .section-blog-show .col-content::before {
    right: 50%;
    transform: translateX(50%);
  }
}
.section-blog-show .switch-fixed .position-fixed {
  background: #5FB287;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  bottom: 0;
  bottom: 4.6rem;
  left: -70px;
  padding: 0.2rem 0.7rem;
  transform: rotate(90deg) scale(0.9);
  z-index: 10;
}
.section-blog-show .switch-fixed .position-fixed .form-switch .form-check-label {
  color: white;
}
.section-blog-show .switch-fixed .position-fixed .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23465361'/%3e%3c/svg%3e");
  background-color: white;
  border: 1px solid white;
}
.section-blog-show .switch-fixed .position-fixed .form-switch .form-check-input:checked {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23465361'/%3e%3c/svg%3e");
  background-color: #5FB287;
  border: 1px solid #5FB287;
}
.section-blog-show.night-mode {
  background-color: #292929;
  color: white !important;
}
.section-blog-show.night-mode .shared-fixed .title {
  color: white;
}
.section-blog-show.night-mode .categories .categories-item {
  background: #5FB287;
  color: white;
}
.section-blog-show.night-mode .link-dark-gray svg {
  fill: white;
}
.section-blog-show.night-mode .link-dark-gray span {
  color: white;
}
.section-blog-show.night-mode .link-dark-gray:hover svg {
  fill: #5FB287;
}
.section-blog-show.night-mode .link-dark-gray:hover span {
  color: #5FB287;
}
.section-blog-show.night-mode h1,
.section-blog-show.night-mode .h1,
.section-blog-show.night-mode h2,
.section-blog-show.night-mode .h2,
.section-blog-show.night-mode h3,
.section-blog-show.night-mode .h3,
.section-blog-show.night-mode h4,
.section-blog-show.night-mode .h4,
.section-blog-show.night-mode h6,
.section-blog-show.night-mode .h6,
.section-blog-show.night-mode p,
.section-blog-show.night-mode a,
.section-blog-show.night-mode small,
.section-blog-show.night-mode h1 *,
.section-blog-show.night-mode h2 *,
.section-blog-show.night-mode h3 *,
.section-blog-show.night-mode h4 *,
.section-blog-show.night-mode h6 *,
.section-blog-show.night-mode p * {
  color: white !important;
}
.section-blog-show.night-mode .col-aside .h5,
.section-blog-show.night-mode .col-aside .h6,
.section-blog-show.night-mode .col-aside .text-gray,
.section-blog-show.night-mode .col-aside .text-light-red,
.section-blog-show.night-mode .col-aside .link-dark-gray,
.section-blog-show.night-mode .col-aside h1,
.section-blog-show.night-mode .col-aside .h1,
.section-blog-show.night-mode .col-aside h2,
.section-blog-show.night-mode .col-aside .h2,
.section-blog-show.night-mode .col-aside h3,
.section-blog-show.night-mode .col-aside .h3,
.section-blog-show.night-mode .col-aside h4,
.section-blog-show.night-mode .col-aside .h4,
.section-blog-show.night-mode .col-aside h6,
.section-blog-show.night-mode .col-aside p,
.section-blog-show.night-mode .col-aside a,
.section-blog-show.night-mode .col-aside small {
  color: white !important;
}
.section-blog-show.night-mode .col-aside .link-dark-gray svg {
  fill: black !important;
}
.section-blog-show.night-mode .col-aside .link-dark-gray span {
  color: black !important;
}
.section-blog-show.night-mode .col-content .border-end {
  border-color: grey !important;
}
.section-blog-show.night-mode .col-content .link-black {
  color: white;
}
.section-blog-show.night-mode .col-content .link-black,
.section-blog-show.night-mode .col-content .link-black svg {
  transition: 200ms ease-in-out;
}
.section-blog-show.night-mode .col-content .link-black:hover {
  color: #d9d9d9;
}
.section-blog-show.night-mode .col-content .link-black:hover svg {
  fill: #d9d9d9;
}
.section-blog-show.night-mode .col-content .link-black svg {
  fill: white;
}
.section-blog-show.night-mode .card-blog-related p,
.section-blog-show.night-mode .card-blog-related .h5 {
  color: white !important;
}
.section-blog-show.night-mode .switch-fixed .position-fixed {
  background: white;
}
.section-blog-show.night-mode .switch-fixed .position-fixed .form-switch .form-check-label {
  color: #002E3D !important;
}

.form-default.search-form .search {
  position: absolute;
  right: 10px;
  top: 7px;
}
.form-default.search-form .form-group .form-control {
  border: 1px solid #B9DCC5;
  border-radius: 5px;
  height: 40px;
  padding: 0 20px;
}
.form-default.search-form .form-group .form-control:focus {
  border-color: #002E3D;
  box-shadow: none;
}
.form-default.search-form .form-group .form-control::-moz-placeholder {
  color: #002E3D;
  font-size: 0.75rem;
}
.form-default.search-form .form-group .form-control::placeholder {
  color: #002E3D;
  font-size: 0.75rem;
}
.form-default .form-select {
  background-color: #FFFFFF;
  border-color: #dee2e6;
  border-radius: 5px;
  color: #002E3D;
  padding: 0.6rem 1.5rem;
}
.form-default .form-select:focus {
  box-shadow: none;
}
.form-default .input-group.input-search {
  position: relative;
}
.form-default .input-group.input-search .form-control {
  background-color: #FFFFFF;
  border-radius: 5px !important;
  height: 50px;
}
.form-default .input-group.input-search .form-control:focus {
  box-shadow: none;
}
.form-default .input-group.input-search .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-52%);
  z-index: 10;
}
.form-default textarea {
  height: 120px !important;
  padding: 11px 20px !important;
}
.form-default .form-group {
  position: relative;
}
.form-default .form-group .text-danger {
  bottom: -15px;
  font-size: 11px;
  left: 0;
  position: absolute;
}
.form-default .form-group .form-control {
  border: 1px solid #B9DCC5;
  border-radius: 5px;
  height: 50px;
  padding: 0 20px;
}
.form-default .form-group .form-control:focus {
  border-color: #002E3D;
  box-shadow: none;
}
.form-default .form-group .form-control::-moz-placeholder {
  color: #002E3D;
  font-size: 14px;
}
.form-default .form-group .form-control::placeholder {
  color: #002E3D;
  font-size: 14px;
}
