@charset "UTF-8";
/* CEGIS - 260629 */
/* Hover */
/*------*/
/* Typo */
/*------*/
/*------------*/
/* Responsive */
/*-----------*/
/*----------*/
/* Settings */
/*---------*/
/*Button*/
/*SVG*/
/*Button TOP*/
/*Icone*/
/*Soustraction*/
/*tag*/
/*form*/
/*Other*/
/*------*/
/* MENU */
/*------*/
/* Navbar */
/* Navbar links (menu hors burger) */
/* Logo */
/* Ecran */
/* SUBMENU */
/* Mobile */
/* Text */
/* Reset */
/* transition */
/* Img */
/* Utilitaires */
/* Bouton */
/* BG */
/* Text color */
/* Filter */
/* tag */
/* Responsive */
/* Shadow */
/* CEGIS - 260629 */
header ul, footer ul {
  list-style: none;
  padding-left: 0;
}

main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger) {
  color: #36bcee;
}
main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):hover, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):focus, main a:not(.link_primary):not(.link_secondary):not(.link_third):not(.link_light):not(.link_dark):not(.link_white):not(.link_info):not(.link_success):not(.link_warning):not(.link_danger):active {
  color: #c9e8f6;
}

/*----------*/
/*-- padding --*/
/*----------*/
.p-m {
  padding: calc(2rem + 0.65vw);
}

.px-m {
  padding-left: calc(2rem + 0.65vw);
  padding-right: calc(2rem + 0.65vw);
}

.py-m {
  padding-top: calc(2rem + 0.65vw);
  padding-bottom: calc(2rem + 0.65vw);
}

.ps-m {
  padding-left: calc(2rem + 0.65vw);
}

.pe-m {
  padding-right: calc(2rem + 0.65vw);
}

.pt-m {
  padding-top: calc(2rem + 0.65vw);
}

.pb-m {
  padding-bottom: calc(2rem + 0.65vw);
}

/*----------*/
/*-- margin --*/
/*----------*/
.m-m {
  margin: calc(2rem + 0.65vw);
}

.mx-m {
  margin-left: calc(2rem + 0.65vw);
  margin-right: calc(2rem + 0.65vw);
}

.my-m {
  margin-top: calc(2rem + 0.65vw);
  margin-bottom: calc(2rem + 0.65vw);
}

.mps-m {
  margin-left: calc(2rem + 0.65vw);
}

.me-m {
  margin-right: calc(2rem + 0.65vw);
}

.mt-m {
  margin-top: calc(2rem + 0.65vw);
}

.mb-m {
  margin-bottom: calc(2rem + 0.65vw);
}

/*----------*/
/*-- Container --*/
/*----------*/
.medium-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .medium-content {
    width: calc(750px + 5vw);
  }
}

.small-content {
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .small-content {
    width: 600px;
  }
}

.mid-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (min-width: 768px) {
  .mid-container {
    max-width: 360px;
  }
}
@media only screen and (min-width: 992px) {
  .mid-container {
    max-width: 480px;
  }
}
@media only screen and (min-width: 1200px) {
  .mid-container {
    max-width: 535px;
  }
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .mid-container {
    max-width: 100%;
    margin: auto;
  }
}

/*----------------*/
/*-- BG --*/
/*----------------*/
.bg_primary {
  background-color: #ffde4a;
  color: #25303b;
}
.bg_primary svg {
  color: #25303b;
}

.bg_secondary {
  background-color: #36bcee;
  color: #fff;
}
.bg_secondary svg {
  color: #fff;
}

.bg_third {
  background-color: #8b959c;
  color: #ffde4a;
}
.bg_third svg {
  color: #ffde4a;
}

.bg_dark {
  background-color: #25303b;
  color: #fff;
}
.bg_dark svg {
  color: #fff;
}

.bg_light {
  background-color: #f7fafb;
  color: #25303b;
}
.bg_light svg {
  color: #25303b;
}

.bg_white {
  background-color: #fff;
  color: #25303b;
}
.bg_white svg {
  color: #25303b;
}

.bg_info {
  background-color: #36bcee;
  color: #fff;
}
.bg_info svg {
  color: #fff;
}

.bg_warning {
  background-color: #f47600;
  color: #fff;
}
.bg_warning svg {
  color: #fff;
}

.bg_success {
  background-color: #21b553;
  color: #fff;
}
.bg_success svg {
  color: #fff;
}

.bg_danger {
  background-color: #e4003e;
  color: #fff;
}
.bg_danger svg {
  color: #fff;
}

.fill-primary {
  fill: #ffde4a;
}

.fill-secondary {
  fill: #36bcee;
}

.fill-third {
  fill: #8b959c;
}

.fill-dark {
  fill: #25303b;
}

.fill-light {
  fill: #f7fafb;
}

.fill-white {
  fill: #fff;
}

.fill-info {
  fill: #36bcee;
}

.fill-success {
  fill: #21b553;
}

.fill-warning {
  fill: #f47600;
}

.fill-danger {
  fill: #e4003e;
}

/*----------------*/
/*-- TAG --*/
/*----------------*/
.tag_primary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #ffde4a;
  color: #25303b;
}
.tag_primary svg {
  color: #25303b;
}

.tag_secondary {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #36bcee;
  color: #fff;
}
.tag_secondary svg {
  color: #fff;
}

.tag_third {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #8b959c;
  color: #ffde4a;
}
.tag_third svg {
  color: #ffde4a;
}

.tag_dark {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #25303b;
  color: #fff;
}
.tag_dark svg {
  color: #fff;
}

.tag_light {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #f7fafb;
  color: #25303b;
}
.tag_light svg {
  color: #25303b;
}

.tag_white {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
  color: #25303b;
}
.tag_white svg {
  color: #25303b;
}

.tag_info {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #36bcee;
  color: #fff;
}
.tag_info svg {
  color: #fff;
}

.tag_success {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #21b553;
  color: #fff;
}
.tag_success svg {
  color: #fff;
}

.tag_warning {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #f47600;
  color: #fff;
}
.tag_warning svg {
  color: #fff;
}

.tag_danger {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0.25rem 0.5rem 0rem 0.5rem;
  margin: 0 0 7px 0px;
  border-radius: 2px;
  display: inline-block;
  background-color: #e4003e;
  color: #fff;
}
.tag_danger svg {
  color: #fff;
}

/*----------------*/
/*-- Responsive --*/
/*----------------*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .navbar {
    padding-right: 7%;
    padding-left: 7%;
  }
}

/*------------------------------------------------------*/
/* -------------------- */
/* Img */
/* -------------------- */
figure {
  margin: 0;
  position: relative;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Image background */
/* -------------------- */
.cardImg, .squareImg {
  position: relative;
  width: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  height: auto;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.squareImg {
  padding-top: 100%;
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center center;
}

/*------------------------------------------------------*/
/* -------------------- */
/*  Filtres photos */
/* -------------------- */
.filter-bw {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* CEGIS - 260629 */
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "Poppins", sans-serif;
  color: #25303b;
  font-weight: 300;
  line-height: 1.6;
}

body, p, span, a, .link, button.link {
  font-size: 16px;
}

strong, b {
  font-weight: 700 !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  font-family: "Poppins", sans-serif;
  text-transform: inherit;
  font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
  font-size: 100% !important;
}

h1, .h1 {
  font-size: 42px;
}
h1 svg, .h1 svg {
  width: 42px;
  height: 42px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h1, .h1 {
    line-height: 1;
    font-size: calc(42px - 1.5vw);
  }
  h1 svg, .h1 svg {
    width: calc(42px - 1.5vw);
    height: calc(42px - 1.5vw);
  }
}

h2, .h2 {
  font-size: 32px;
}
h2 svg, .h2 svg {
  width: 32px;
  height: 32px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h2, .h2 {
    line-height: 1;
    font-size: calc(32px - 1vw);
  }
  h2 svg, .h2 svg {
    width: calc(32px - 1vw);
    height: calc(32px - 1vw);
  }
}

h3, .h3 {
  font-size: 21px;
}
h3 svg, .h3 svg {
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  h3, .h3 {
    font-size: calc(21px - 0.5vw);
  }
  h3 svg, .h3 svg {
    width: calc(21px - 0.5vw);
    height: calc(21px - 0.5vw);
  }
}

h4, .h4 {
  font-size: 18px;
}
h4 svg, .h4 svg {
  width: 18px;
  height: 18px;
}

h5, .h5, h6, .h6 {
  font-size: 13px;
}
h5 svg, .h5 svg, h6 svg, .h6 svg {
  width: 13px;
  height: 13px;
}

p {
  white-space: normal !important;
}

p a, small a {
  font-size: 100%;
}

.text_primary {
  color: #ffde4a;
}

.text_secondary {
  color: #36bcee;
}

.text_third {
  color: #8b959c;
}

.text_dark {
  color: #25303b;
}

.text_light {
  color: #f7fafb;
}

.text_white {
  color: #fff;
}

.text_info {
  color: #36bcee;
}

.text_success {
  color: #21b553;
}

.text_warning {
  color: #f47600;
}

.text_danger {
  color: #e4003e;
}

/* CEGIS - 260629 */
/* -------------- */
/* Navbar */
/* -------------- */
header {
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header nav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
header .line, header .menu-container {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* -------------- */
/* Burger */
/* -------------- */
@media (min-width: 1200px) {
  .header-top-mobile {
    display: none;
  }
  #showMenu {
    display: none;
  }
  header.is-scrolled {
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(10px);
  }
  .menu-shop-mobile {
    display: none;
  }
}
@media (max-width: 1200px) {
  .menu-shop-mobile {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .menu-shop-mobile li {
    display: inline-block;
  }
  .menu-shop-mobile a {
    background-color: #fff;
    border-color: transparent !important;
  }
  .menu-burger .menu-item-compte, .menu-burger .menu-item-panier {
    display: none;
  }
  header #showMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    display: block;
    width: 20px;
    height: 1.5px;
    border-radius: 0px;
  }
  header #showMenu span {
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header #showMenu span::before, header #showMenu span::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
  }
  header #showMenu span::before {
    top: 7.5px;
    transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu span::after {
    bottom: 7.5px;
    transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  header #showMenu.active span {
    background-color: transparent !important;
  }
  header #showMenu.active span::before, header #showMenu.active span::after {
    background-color: #25303b !important;
  }
  header #showMenu.active span::before {
    top: 0;
    transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header #showMenu.active span::after {
    bottom: 0;
    transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header #showMenu.active #quitMenu {
    display: block;
    width: 20%;
    height: 100%;
    background: rgba(247, 250, 251, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    animation: 300ms ease-in opacityAnim;
  }
  header #showMenu span, header #showMenu span::before, header #showMenu span::after {
    background-color: #25303b;
  }
  header.is-scrolled #showMenu span, header.is-scrolled #showMenu span::before, header.is-scrolled #showMenu span::after {
    background-color: #25303b;
  }
}
@keyframes opacityAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -------------- */
/* Menu */
/* -------------- */
header a {
  font-weight: 500;
  text-transform: inherit;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 1200px) {
  header .menu-container {
    top: 0;
    background: #ffde4a;
    position: fixed;
    overflow: scroll;
    box-sizing: border-box;
    width: 80%;
    max-width: 100%;
    height: 100%;
    right: -100%;
    z-index: 1;
  }
  header .menu-container.open {
    right: 0;
  }
  header .menu-content {
    padding: 2rem;
    margin-top: 5vh;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 103;
  }
  header .menu-content a {
    display: block;
    color: #25303b;
  }
  header .menu-content a:hover, header .menu-content a:focus, header .menu-content a:active {
    color: #25303b;
  }
  header .menu-content .menu-burger a {
    font-size: 21px;
    margin: 0.7rem 0rem;
    padding: 0.5rem 0rem;
  }
  header .menu-content .header-top-mobile a {
    font-size: 18px;
    font-weight: 300;
    margin: 0.75rem 0rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  header .menu-content {
    margin: 0;
  }
  header .menu-content .menu-item {
    display: inline-block;
  }
  header .menu-content .current-menu-item a {
    border-bottom: 1px solid #25303b;
  }
  header .menu-content .menu-item a {
    font-size: 18px;
    padding: 0.65rem 0;
    margin: 0 0 0 0.65rem;
    color: #25303b;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .menu-content .menu-item a:hover, header .menu-content .menu-item a:focus, header .menu-content .menu-item a:active {
    color: #25303b;
    border-bottom: 1px solid #25303b;
  }
  header.is-scrolled .menu-item a {
    color: #25303b;
  }
  header.is-scrolled .menu-item a:hover, header.is-scrolled .menu-item a:focus, header.is-scrolled .menu-item a:active {
    color: #25303b;
  }
}

/* -------------- */
/* Sous-menu */
/* -------------- */
@media (min-width: 1200px) {
  .menu-item-has-children:not(.qtranxs-lang-menu) {
    position: relative;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 200px;
    width: 100%;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    text-align: left;
    list-style: none;
    background-color: #25303b;
    background-clip: padding-box;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    padding: 1rem;
    font-size: 13px;
    color: #fff !important;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:hover, .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:focus, .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a:active {
    color: #36bcee !important;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu):hover .sub-menu, .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
@media (max-width: 1200px) {
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    border: 0;
    border-radius: 0;
    width: 100%;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li {
    display: block;
    width: 100%;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu li a {
    display: block;
    font-family: "Poppins", sans-serif;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) > a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu {
    display: none;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu) .sub-menu a {
    padding: 1rem;
    font-size: 13px;
  }
  .menu-item-has-children:not(.qtranxs-lang-menu).active .sub-menu {
    display: block;
  }
}
/* -------------- */
/* Logo */
/* -------------- */
.logo {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header:not(.is-scrolled) .logo {
    width: 176px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header:not(.is-scrolled) .logo {
    width: calc(275px + 20px);
    height: auto;
  }
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header.is-scrolled .logo {
    width: 176px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  header.is-scrolled .logo {
    width: 275px;
    height: auto;
  }
}

@media only screen and (max-width: calc(768px - 0.2px)) {
  header {
    border-top: 10px solid #fff;
  }
}

.menu-top {
  background-color: #fff;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .menu-top {
    display: none;
  }
}
.menu-top ul {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
}
.menu-top ul li {
  display: inline-block;
}
.menu-top ul a {
  color: #25303b;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.menu-top ul a svg {
  width: auto;
  height: 13px;
  fill: #25303b;
}
.menu-top ul a:hover, .menu-top ul a:focus, .menu-top ul a:active {
  color: #8b959c;
}
.menu-top ul a:hover svg, .menu-top ul a:focus svg, .menu-top ul a:active svg {
  color: #8b959c;
}
.menu-top ul a {
  padding: 0.65rem 0;
  margin: 0 0 0 0.65rem;
  font-weight: 300;
  font-size: 13px;
  display: block;
}
.menu-top ul .link_plus a {
  font-weight: 700;
  background-color: #36bcee;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.menu-top ul .link_plus a:hover, .menu-top ul .link_plus a:focus, .menu-top ul .link_plus a:active {
  background-color: #25303b;
  color: #fff;
}

header aside {
  position: fixed;
  right: 0;
  margin-top: 50px;
  overflow: hidden;
}
header aside a {
  display: block !important;
  position: relative;
  padding-top: 0.6rem !important;
  padding-bottom: 0.6rem !important;
  border: 1px solid rgba(247, 250, 251, 0.5) !important;
  right: calc(-100% + 50px);
}
@media only screen and (min-width: 992px) {
  header aside a {
    right: calc(-100% + 55px);
  }
  header aside a:hover, header aside a:focus, header aside a:active {
    right: -5px;
  }
}

/* Menu compte */
.menu-item-compte, .menu-item-panier {
  position: relative;
}
.menu-burger .menu-item-compte a, .menu-burger .menu-item-panier a {
  border: 1px solid #25303b !important;
}
.menu-item-compte a, .menu-item-panier a {
  border-radius: 5px;
  width: 38px;
  height: 38px;
  display: flex;
}
.menu-item-compte a svg, .menu-item-panier a svg {
  width: 18px;
  fill: #25303b;
  margin: auto;
}
.menu-item-compte a:hover, .menu-item-compte a:focus, .menu-item-compte a:active, .menu-item-panier a:hover, .menu-item-panier a:focus, .menu-item-panier a:active {
  background-color: #25303b;
}
.menu-item-compte a:hover svg, .menu-item-compte a:focus svg, .menu-item-compte a:active svg, .menu-item-panier a:hover svg, .menu-item-panier a:focus svg, .menu-item-panier a:active svg {
  fill: #fff;
}
.menu-item-compte .cart-count, .menu-item-panier .cart-count {
  position: absolute;
  background-color: #25303b;
  color: #fff;
  font-weight: 300;
  top: -3px;
  right: -6px;
  padding: 3px 3px 0px 3px;
  text-align: center;
  border-radius: 5px;
  font-size: 10px;
  min-width: 18px;
}
.cart-contents {
  margin-left: 4px !important;
}

.agenda-icone a:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../medias/agenda.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

/* CEGIS - 260629 */
/* -------------- */
/* Home */
/* -------------- */
.counter {
  font-size: 64px;
  color: #36bcee;
}

@media only screen and (min-width: 1200px) {
  #nombres .item:not(:last-of-type) {
    border-right: 1px solid #ffde4a;
  }
}
@media only screen and (min-width: 576px) {
  #nombres .item:nth-of-type(odd) {
    border-right: 1px solid #ffde4a;
  }
}

.all-actus {
  background-color: #ffde4a;
  color: #25303b;
}
.all-actus svg {
  color: #25303b;
}
.all-actus {
  padding: 1.5rem;
  border-radius: 13px;
}
.all-actus .btn-container {
  width: auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .all-actus article {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #25303b;
  }
}
@media only screen and (min-width: 768px) {
  .all-actus article {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #25303b;
  }
}
@media only screen and (min-width: 992px) {
  .all-actus .newsletter .title {
    width: 55%;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .all-actus .newsletter #sib_signup_form_1 {
    width: 45%;
    flex: 0 0 auto;
  }
}
.all-actus .newsletter .form-newsetter .sib-email-area {
  margin: 3px;
}
@media only screen and (min-width: 576px) {
  .all-actus .newsletter .form-newsetter {
    display: flex;
  }
}

#page-exergue {
  position: relative;
}
#page-exergue:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  background-color: #36bcee;
  margin: auto;
  top: 0;
  bottom: 0;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  #page-exergue:before {
    height: 400px;
  }
}
#page-exergue .cardImg {
  display: flex;
  position: relative;
  border-radius: 13px;
}
@media only screen and (min-width: 768px) {
  #page-exergue .cardImg {
    min-height: 600px;
  }
}
#page-exergue .cardImg:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(37, 48, 59, 0.5);
}
#page-exergue article {
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 1;
}
#page-exergue article a {
  margin-top: 1.5rem;
}
#page-exergue .top-left {
  position: absolute;
  left: 0;
  width: auto;
  height: 40px;
  top: calc(50% - 40px - 100px);
}
@media only screen and (min-width: 768px) {
  #page-exergue .top-left {
    height: 50px;
    top: calc(50% - 50px - 200px);
  }
}
@media only screen and (min-width: 1400px) {
  #page-exergue .top-left {
    height: 80px;
    top: calc(50% - 80px - 200px);
  }
}
#page-exergue .bottom-right {
  position: absolute;
  right: 0;
  width: auto;
  z-index: -1;
  height: 40px;
  bottom: calc(50% - 40px - 100px);
}
@media only screen and (min-width: 768px) {
  #page-exergue .bottom-right {
    height: 50px;
    bottom: calc(50% - 50px - 200px);
  }
}
@media only screen and (min-width: 1400px) {
  #page-exergue .bottom-right {
    height: 80px;
    bottom: calc(50% - 80px - 200px);
  }
}

/* CEGIS - 260629 */
/* -------------- */
/* Page */
/* -------------- */
@media only screen and (min-width: 992px) {
  #contenu .content-editor:nth-child(even) div:first-of-type {
    order: 2;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #contenu .content-editor div:last-of-type {
    order: 1;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #contenu .content-editor div:first-of-type {
    order: 2;
  }
}
/* ----------------- */
/* Commun */
/* ----------------- */
.content-title article {
  max-width: 600px;
  margin: auto;
  text-align: center;
  position: relative;
}
.content-title article:after, .content-title article:before {
  content: "";
  display: block;
  width: 60%;
  margin: calc(2rem + 0.65vw) auto;
  height: 1px;
  background-color: #fff;
}
.content-title .big-title {
  font-size: calc(48px + 1vw);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
}
.content-title .mac-gratuit {
  position: absolute;
  top: -1.5rem;
  margin: auto;
  left: 0;
  right: 0;
}
.content-title .mac-gratuit span {
  background-color: #36bcee;
  color: #fff;
}
.content-title .mac-gratuit span svg {
  color: #fff;
}
.content-title .mac-gratuit span {
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.2rem 1.2rem 1rem 1.2rem;
  line-height: 1;
  display: inline-block;
  border-radius: 5px;
}

/* ----------------- */
/* Former mon équipe */
/* ----------------- */
.entreprise #etapes {
  background-color: #ffde4a;
  color: #25303b;
}
.entreprise #etapes svg {
  color: #25303b;
}
#etapes {
  position: relative;
  margin-top: calc(2rem + 0.65vw);
}
#etapes .btn_white:hover, #etapes .btn_white:focus, #etapes .btn_white:active {
  background-color: #fff3b7;
}
#etapes .fill {
  fill: #ffde4a;
}
#etapes .top-left {
  position: absolute;
  left: 0;
  width: auto;
  height: 40px;
  top: -40px;
}
@media only screen and (min-width: 768px) {
  #etapes .top-left {
    height: 50px;
    top: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  #etapes .top-left {
    height: 80px;
    top: -80px;
  }
}
#etapes .bottom-right {
  position: absolute;
  right: 0;
  width: auto;
  z-index: -1;
  height: 40px;
  bottom: -40px;
}
@media only screen and (min-width: 768px) {
  #etapes .bottom-right {
    height: 50px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  #etapes .bottom-right {
    height: 80px;
    bottom: -80px;
  }
}
#etapes .etape span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-bottom: -20px;
  display: block;
}
.entreprise #etapes .etape span {
  color: #fff3b7;
}
.diagnostic #etapes .etape span {
  color: #c9e8f6;
}
#etapes small {
  font-style: italic;
  display: block;
}
.entreprise #etapes small {
  border-left: 1px solid #fff;
  margin-top: calc(2rem + 0.65vw);
  padding-left: 1.5rem;
}

#reassurance {
  position: relative;
}
#reassurance .cardImg {
  width: 100%;
  padding-top: 65%;
  z-index: -2;
}
@media only screen and (min-width: 992px) {
  #reassurance .cardImg {
    padding: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    border-bottom-left-radius: 13px;
  }
}
#reassurance em {
  font-size: 12px !important;
}

#devis-formations {
  background-color: #fff;
  color: #25303b;
}
#devis-formations svg {
  color: #25303b;
}
#devis-formations {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #devis-formations:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 0;
    background-color: #c9e8f6;
    top: 0;
  }
}
#devis-formations .content-list-container-mobile {
  background-color: #c9e8f6;
}
#devis-formations .content-list {
  background-color: #c9e8f6;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  #devis-formations .content-list {
    padding-left: calc(2rem + 0.65vw);
  }
}
#devis-formations .content-form {
  padding-left: 11px;
}
#devis-formations .content-form label {
  display: none;
}
#devis-formations .content-form .forminator-col {
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  #devis-formations .content-form .forminator-row {
    margin-bottom: 10px !important;
  }
}
@media only screen and (min-width: 992px) {
  #devis-formations .content-form {
    padding-right: calc(2rem + 0.65vw);
  }
}
#devis-formations .form-after {
  border-top: 1px solid #25303b;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 992px) {
  #devis-formations .form-after {
    margin-right: calc(2rem + 0.65vw);
  }
}

/* ----------------- */
/* Me former moi-même */
/* ----------------- */
.particulier #success, .accreditations #success {
  background-color: #fff3b7;
  padding: 100px 0;
  margin-bottom: -101px;
  margin-top: calc(2rem + 0.65vw);
}

/* ----------------- */
/* Diagnostic */
/* ----------------- */
.diagnostic #etapes .btn-note-container {
  background-color: #25303b;
  color: #fff;
}
.diagnostic #etapes .btn-note-container svg {
  color: #fff;
}
.diagnostic #etapes .btn-note-container {
  padding: 1.5rem;
  border-radius: 13px;
}
.diagnostic #etapes .btn-note-container .btn-container {
  width: auto;
  flex: 0 0 auto;
}
.diagnostic #etapes .btn-note-container article {
  padding: 1rem 0;
}

/* ----------------- */
/* Accréditations */
/* ----------------- */
#accreditations .title {
  margin-bottom: 1.5rem;
}
#accreditations .title_acc {
  border-bottom: 1px solid #c9e8f6;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #36bcee;
}
#accreditations .note {
  border-left: 1px solid #c9e8f6;
  margin-top: calc(2rem + 0.65vw);
  padding-left: 1.5rem;
  display: block;
}

/* ----------------- */
/* Formations IA */
/* ----------------- */
.formation-ia-cta {
  background-color: #fff;
}
.formation-ia-cta .title {
  color: #36bcee;
}

/* ----------------- */
/* Formations */
/* ----------------- */
.liste-formations {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}
.liste-formations svg {
  width: 35px;
  flex: 0 0 auto;
}
.liste-formations a {
  font-weight: 300 !important;
  color: #25303b;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.liste-formations a svg {
  width: auto;
  height: 13px;
  fill: #25303b;
}
.liste-formations a:hover, .liste-formations a:focus, .liste-formations a:active {
  color: #8b959c;
}
.liste-formations a:hover svg, .liste-formations a:focus svg, .liste-formations a:active svg {
  color: #8b959c;
}
.liste-formations li {
  border-bottom: 1px solid #25303b;
  padding: 1.3rem 0;
  position: relative;
}
.liste-formations li div {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.liste-formations li:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #36bcee;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.liste-formations li:hover div, .liste-formations li:focus div, .liste-formations li:active div {
  width: calc(100% - 20px);
}
.liste-formations li:hover:after, .liste-formations li:focus:after, .liste-formations li:active:after {
  width: 100%;
}

/* Filtres */
.listing-formations__filtres {
  background-color: #c9e8f6;
  border-radius: 13px;
  padding: calc(2rem + 0.65vw);
}
.listing-formations__filtres .facetwp-facet-search {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #25303b;
}

.listing-formations .facetwp-selections li .facetwp-selection-value {
  border: 1px solid #25303b;
  border-radius: 5px;
  padding: 0.5rem 0.5rem 0.5rem 21px;
  border-radius: 5px;
  text-align: center;
  margin-right: 10px !important;
  display: inline-block;
  background-position: 4px center !important;
}
.listing-formations .facetwp-selections > ul {
  padding-left: 0;
}

#formations .accordion {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#formations .accordion-mobile button .bi-x {
  display: block;
}
#formations .accordion-mobile button .bi-sliders {
  display: none;
}
#formations .accordion-mobile button.collapsed .bi-sliders {
  display: block;
}
#formations .accordion-mobile button.collapsed .bi-x {
  display: none;
}
#formations .btn_filtres_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
#formations .btn_filtres_mobile:hover span, #formations .btn_filtres_mobile:focus span, #formations .btn_filtres_mobile:active span {
  color: #25303b;
}
#formations .btn_filtres_mobile svg {
  width: 22px;
  height: auto;
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) {
  #formations .btn_filtres_mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  #formations #filtres-mobile {
    display: block !important;
  }
}

.facetwp-facet {
  margin-bottom: 1.5rem !important;
}

.listing-formations__facet-titre {
  font-weight: 700;
}

.facetwp-input-wrap {
  display: block !important;
}

.facetwp-search {
  margin-top: 1rem !important;
}

.facetwp-search, .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
  min-width: auto !important;
  width: 100%;
  display: block;
  padding-right: 45px !important;
}

.facetwp-checkbox {
  background: url(../medias/checkbox.svg) !important;
  background-repeat: no-repeat !important;
  background-position: left 37% !important;
  background-size: 14px 14px !important;
}

.facetwp-checkbox.checked {
  background-image: url(../medias/checkbox-on.svg) !important;
  background-size: 14px 14px !important;
}

.facetwp-input-wrap .facetwp-icon {
  height: 100% !important;
  width: 40px !important;
  background: #25303b !important;
  position: absolute !important;
  right: 0 !important;
  opacity: 1 !important;
  display: flex;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.facetwp-input-wrap .facetwp-icon svg {
  margin: auto;
  fill: #fff;
}

.listing-formations__pagination .facetwp-dots {
  padding: 0 0.5rem 0 0.25rem;
}

.facetwp-page {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #25303b;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #25303b !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.facetwp-page:hover, .facetwp-page:focus, .facetwp-page:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #25303b;
  color: #fff !important;
  border-color: #25303b;
}
.facetwp-page:hover svg, .facetwp-page:focus svg, .facetwp-page:active svg {
  fill: #fff !important;
}
.facetwp-page span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-page svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #25303b;
}
.facetwp-page {
  font-weight: 500 !important;
}
.facetwp-page.active {
  background-color: #c9e8f6;
  color: #25303b;
  font-weight: 500 !important;
}
.facetwp-page:hover, .facetwp-page:focus, .facetwp-page:active {
  background-color: #c9e8f6;
  color: #25303b !important;
  font-weight: 500 !important;
}
.facetwp-page {
  width: 40px;
  height: 40px;
  line-height: 41px !important;
  text-align: center;
  padding: 0 !important;
}

.pager-prev, .pager-next {
  background-color: #25303b !important;
}
.pager-prev svg, .pager-next svg {
  fill: #fff !important;
}

/* ----------------- */
/* Formation */
/* ----------------- */
#formation #banner-formation {
  background-color: #ffde4a;
  padding-top: calc(calc(2rem + 0.65vw) + var(--header-height));
}
#formation #banner-formation .infos {
  background-color: #fff3b7;
  padding: calc(2rem + 0.65vw);
  border-radius: 13px;
  margin-bottom: -100px;
}
@media only screen and (min-width: 992px) {
  #formation #banner-formation .content-title {
    padding-bottom: calc(2rem + 0.65vw);
  }
}
#formation .main-content {
  margin-top: 100px;
}

.btn_retour_formations {
  color: #25303b !important;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.btn_retour_formations:hover, .btn_retour_formations:focus, .btn_retour_formations:active {
  color: #8b959c;
}
.btn_retour_formations span {
  background-color: #25303b;
  color: #fff;
}
.btn_retour_formations span svg {
  color: #fff;
}
.btn_retour_formations span {
  height: 40px;
  width: 40px;
  display: flex;
  border-radius: 5px;
}
.btn_retour_formations span svg {
  fill: #fff;
  width: 26px;
  margin: auto;
}
.btn_retour_formations span:hover, .btn_retour_formations span:focus, .btn_retour_formations span:active {
  background-color: #8b959c;
}

.sessions .item {
  border-radius: 13px;
  padding: 2.5rem 1.5rem;
  background-color: #ffde4a;
  margin-bottom: calc(1.5rem + 30px);
  position: relative;
}
.sessions .item .tag-control {
  font-size: 13px;
}
.sessions .item.complet {
  background-color: rgba(139, 149, 156, 0.2);
  margin-bottom: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.sessions .item.complet .tag {
  background-color: #e4003e;
}
.sessions .item.dernieres-places .tag {
  background-color: #f47600;
}
.sessions .item.libre .tag {
  background-color: #36bcee;
}
.sessions .item strong {
  display: block;
}
@media only screen and (min-width: 576px) {
  .sessions .item .content {
    display: flex;
    align-items: start;
  }
  .sessions .item .content .dates {
    padding-right: 1.3rem;
  }
}
.sessions .item .content ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.sessions .item .content ul li {
  margin-bottom: 0.35rem;
}
.sessions .item .session-complet-note {
  display: block;
  line-height: 1.1;
  margin-top: 1rem;
}
.sessions .item .session-complet-note a {
  font-weight: 700;
}
.sessions .item .session-complet-note a:hover, .sessions .item .session-complet-note a:focus, .sessions .item .session-complet-note a:active {
  color: #25303b !important;
  opacity: 1 !important;
}
.sessions .tag {
  position: absolute;
  top: 0;
  right: 1.5rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0.2rem 0.7rem 0 0.7rem;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.sessions .btn_inscription {
  position: absolute;
  bottom: -30px;
  left: 0;
}
.sessions .block-entreprise {
  background-color: #36bcee;
  color: #fff;
}
.sessions .block-entreprise svg {
  color: #fff;
}
.sessions .block-entreprise {
  border-radius: 13px;
  padding: 1.5rem;
}
.sessions .block-entreprise small {
  text-transform: uppercase;
}
.sessions .block-plus-infos {
  border-top: 1px solid #25303b;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

#autres-formations {
  background-color: #fff;
  margin-bottom: -100px;
  padding-bottom: calc(calc(2rem + 0.65vw) + 100px);
}

.title_cat small {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  display: block;
}

/* ----------------- */
/* Contact */
/* ----------------- */
.info-tel {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #25303b;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-bottom: -10px;
}

#acces {
  background-color: #fff;
}
#acces article {
  border: 1px solid #36bcee;
  border-radius: 5px;
  padding: 1rem;
  position: relative;
  margin-top: 80px;
}
#acces .icone-acces {
  background-color: #36bcee;
  color: #fff;
}
#acces .icone-acces svg {
  color: #fff;
}
#acces .icone-acces {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: -50px;
  left: 1rem;
}
#acces .icone-acces svg {
  width: 38px;
  margin: auto;
}

/* ----------------- */
/* Single */
/* ----------------- */
#breadcrumb {
  background-color: #ffde4a;
  color: #25303b;
}
#breadcrumb svg {
  color: #25303b;
}
#breadcrumb {
  padding: 0.5rem 1.5rem;
}
#breadcrumb ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li:not(:last-of-type):after {
  content: "•";
  display: inline-block;
  padding: 0.5rem;
}
#breadcrumb a {
  color: #25303b;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#breadcrumb a svg {
  width: auto;
  height: 13px;
  fill: #25303b;
}
#breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active {
  color: #8b959c;
}
#breadcrumb a:hover svg, #breadcrumb a:focus svg, #breadcrumb a:active svg {
  color: #8b959c;
}

#post .medium-content {
  background-color: #fff;
  border: 1px solid rgba(139, 149, 156, 0.5);
  border-radius: 13px;
  overflow: hidden;
}
#post article {
  padding: 1.5rem;
}
#post article .tags {
  color: #36bcee;
}

.membre .membre-note {
  font-style: italic;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 1rem;
}
.membre .membre-note p {
  font-style: italic;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 1rem;
}

/* CEGIS - 260629 */
/* -------------- */
/* Cards */
/* -------------- */
.card-cat {
  background-color: #fff;
  border: 1px solid #f7fafb;
  border-radius: 13px;
  padding: calc(calc(2rem + 0.65vw) + 25px) calc(2rem + 0.65vw) calc(2rem + 0.65vw) calc(2rem + 0.65vw);
  position: relative;
}
.card-cat.border-badge {
  border-color: #36bcee;
}
.card-cat .badge-container {
  position: absolute;
  top: 2px;
  margin: auto;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.card-cat .badge-categorie {
  background-color: #36bcee;
  color: #fff;
}
.card-cat .badge-categorie svg {
  color: #fff;
}
.card-cat .badge-categorie {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 10px;
  font-size: 13px;
  text-transform: uppercase;
}

.card-item {
  position: relative;
}
.card-item .cardImg {
  padding-top: 120%;
  border-radius: 13px;
  margin-bottom: 1.25rem;
  font-size: 13px;
}

.card-item .tags .tag-control, #post .tags .tag-control {
  color: #36bcee;
  text-transform: uppercase;
}
.card-item .tags .tag-control:not(:last-of-type):after, #post .tags .tag-control:not(:last-of-type):after {
  content: "•";
}
.card-item .tags strong, #post .tags strong {
  color: #36bcee;
}

.card-item-first .cardImg {
  padding-top: calc(60% - var(--bs-gutter-x) * 0.6);
}

.card-item-text cite {
  display: block;
  text-align: right;
  padding-top: 1.2rem;
  font-weight: 700;
}
.card-item-text article {
  background-color: #fff;
  border-radius: 13px;
  border: 1px solid #8b959c;
}

.particulier .item-formation, #formation .item-formation {
  background-color: #ffde4a;
}
.formation-ia .item-formation {
  background-color: #c9e8f6;
}
.item-formation {
  padding: 1.5rem;
  border-radius: 13px;
  position: relative;
  height: 100%;
}
.item-formation a {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.item-formation .title {
  font-size: 16px;
}
.item-formation .lieu {
  width: 15px;
  flex: 0 0 auto;
  margin-right: 0.35rem;
  position: relative;
  top: -3px;
}

/* CEGIS - 260629 */
/* -------------- */
/* Footer */
/* -------------- */
#banner-footer {
  position: relative;
}
#banner-footer:before, #banner-footer:after {
  content: "";
  display: block;
  height: 150px;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  #banner-footer:before, #banner-footer:after {
    height: 250px;
  }
}
#banner-footer:before {
  width: 30%;
  background-color: #ffde4a;
  left: 0;
}
#banner-footer:after {
  width: 70%;
  background-color: #8b959c;
  right: 0;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #banner-footer .cardImg {
    padding-top: 60%;
  }
}
@media only screen and (min-width: 992px) {
  #banner-footer .cardImg {
    border-top-right-radius: 13px;
    height: 100%;
  }
}
#banner-footer .content-text {
  background-color: #25303b;
  color: #fff;
}
#banner-footer .content-text svg {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  #banner-footer .content-text {
    margin-top: 100px;
  }
}
#banner-footer article {
  padding-top: calc(calc(2rem + 0.65vw) + var(--logo-height));
  padding-bottom: calc(calc(2rem + 0.65vw) + var(--logo-height) * 2);
  position: relative;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  #banner-footer article {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media only screen and (min-width: 576px) {
  #banner-footer article {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #banner-footer article {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  #banner-footer article {
    padding-bottom: calc(calc(2rem + 0.65vw) + var(--logo-height));
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    margin-left: 9%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  #banner-footer article {
    max-width: calc(768px / 2);
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  #banner-footer article {
    max-width: calc(992px / 2);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  #banner-footer article {
    max-width: calc(1200px / 2);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  #banner-footer article {
    max-width: calc(1400px / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: calc(768px - 0.2px)) {
  #banner-footer article {
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 992px) {
  #banner-footer article:before, #banner-footer article:after {
    content: "";
    display: block;
    background-color: #ffde4a;
    position: absolute;
    height: 100%;
    bottom: 0;
    z-index: -1;
  }
  #banner-footer article:before {
    width: 280px;
    border-bottom-left-radius: 13px;
    left: -280px;
  }
}
@media only screen and (min-width: 1200px) {
  #banner-footer article:before {
    width: 300px;
    left: -300px;
  }
}
#banner-footer a {
  margin-bottom: 7px;
}
#banner-footer {
  margin-bottom: calc(var(--logo-height) * -1);
}

#infos-footer {
  background-color: #fff;
  margin-top: calc(var(--logo-height) * -1);
}
#infos-footer .navbar-brand-footer-container {
  position: relative;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  #infos-footer .logo {
    width: 176px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  #infos-footer .logo {
    width: 275px;
    height: auto;
  }
}

footer .title {
  margin-bottom: 1.5rem;
  font-size: 28px;
}
footer ul:not(.list-icone) a, footer .copy a {
  color: #25303b;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
footer ul:not(.list-icone) a svg, footer .copy a svg {
  width: auto;
  height: 13px;
  fill: #25303b;
}
footer ul:not(.list-icone) a:hover, footer ul:not(.list-icone) a:focus, footer ul:not(.list-icone) a:active, footer .copy a:hover, footer .copy a:focus, footer .copy a:active {
  color: #8b959c;
}
footer ul:not(.list-icone) a:hover svg, footer ul:not(.list-icone) a:focus svg, footer ul:not(.list-icone) a:active svg, footer .copy a:hover svg, footer .copy a:focus svg, footer .copy a:active svg {
  color: #8b959c;
}
footer .list-icone a {
  background-color: #ffde4a;
  color: #25303b;
}
footer .list-icone a svg {
  color: #25303b;
}
footer .list-icone a:hover, footer .list-icone a:focus, footer .list-icone a:active {
  background-color: #25303b;
  color: #fff;
}
footer .list-icone a:hover svg, footer .list-icone a:focus svg, footer .list-icone a:active svg {
  color: #fff;
}

.menu-legal li {
  display: block;
}
@media only screen and (min-width: 576px) {
  .menu-legal li {
    display: inline-block;
  }
  .menu-legal li:not(:last-of-type):after {
    content: "•";
    padding: 0 0.25rem 0 0.45rem;
  }
}
.menu-legal a {
  font-size: 13px;
}

.copy small, .copy a {
  font-size: 12px;
}

#faq_footer {
  background-color: #ffde4a;
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #faq_footer {
    padding-bottom: calc(2rem + 0.65vw);
  }
}
#faq_footer .top-left, #faq_footer .bottom-right {
  fill: #ffde4a;
}
#faq_footer .top-left {
  position: absolute;
  left: 0;
  width: auto;
  height: 40px;
  top: -40px;
}
@media only screen and (min-width: 768px) {
  #faq_footer .top-left {
    height: 50px;
    top: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  #faq_footer .top-left {
    height: 80px;
    top: -80px;
  }
}
#faq_footer .bottom-right {
  position: absolute;
  right: 0;
  width: auto;
  z-index: 1;
  height: 40px;
  bottom: -40px;
}
@media only screen and (min-width: 768px) {
  #faq_footer .bottom-right {
    height: 50px;
    bottom: -50px;
  }
}
@media only screen and (min-width: 1400px) {
  #faq_footer .bottom-right {
    height: 80px;
    bottom: -80px;
  }
}
@media only screen and (min-width: 992px) {
  #faq_footer .faq_content {
    margin-bottom: -100px;
    z-index: 2;
  }
}
#faq_footer .accordion {
  border-bottom: 1px solid #25303b;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  #faq_footer .links_container a {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #faq_footer .content-title {
    padding-bottom: calc(2rem + 0.65vw);
  }
}

#banner_faq_footer .cardImg {
  min-height: 350px;
  height: 35vh;
}

.accordion_container {
  background-color: #fff3b7;
  padding: calc(2rem + 0.65vw);
  border-radius: 13px;
}
@media only screen and (min-width: 992px) {
  .accordion_container {
    padding: calc(calc(2rem + 0.65vw) * 2);
  }
}

/* CEGIS - 260629 */
/* Form design */
input:not([type=checkbox], [type=submit], [type=radio]), textarea, select, .form-control {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #25303b;
  padding: 0.75rem 0.5rem;
  line-height: 2;
  background-color: transparent;
  color: #25303b;
  -webkit-appearance: none;
  font-size: 13px;
  font-weight: 300;
}
input:not([type=checkbox], [type=submit], [type=radio]):focus, input:not([type=checkbox], [type=submit], [type=radio]):active, textarea:focus, textarea:active, select:focus, select:active, .form-control:focus, .form-control:active {
  border: 1px solid #36bcee;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
}

label, .forminator-label {
  margin-bottom: 0.35rem;
  color: #25303b;
  font-weight: 700;
  display: block;
}

textarea {
  min-height: 250px;
}

.forminator-description {
  font-size: 12px;
}

input[type=checkbox], input[type=submit], input[type=radio] {
  display: inline-block;
  margin-right: 0.25rem;
}

.forminator-radio, .forminator-checkbox {
  margin-right: 0.5rem;
}

.forminator-required {
  color: #e4003e;
}

.forminator-error-message {
  font-weight: 500;
  color: #e4003e;
  margin-top: 0.5rem;
  display: block;
}

.forminator-response-message {
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
  border-radius: 13px;
}
.forminator-response-message p {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 13px;
  font-weight: 300;
}
.forminator-response-message.forminator-error {
  background-color: #e4003e;
  color: #fff;
}
.forminator-response-message.forminator-success {
  background-color: #21b553;
  color: #fff;
  padding: 1rem;
}

input[type=checkbox] {
  margin-right: 0.35rem;
}

.lines-2-form select {
  white-space: break-spaces;
  line-height: 1;
  min-height: 52px;
}

.forminator-field-select {
  position: relative;
}
.forminator-field-select:after {
  content: "▼";
  display: inline-block;
  position: absolute;
  font-size: 10px;
}
#devis-formations .forminator-field-select:after {
  right: 17px;
  top: calc(50% - 5px);
}
.contact .forminator-field-select:after {
  right: 23px;
  top: 62%;
}

/* CEGIS - 260629 */
/*----------*/
/*-- Buttons  --*/
/*----------*/
/* Reset */
a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a[href^="mailto:"] {
  text-transform: lowercase !important;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
}

button {
  background: transparent;
  outline: none;
  border: 0;
}

a, button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
}

.link {
  text-transform: inherit;
}
.link svg {
  position: relative;
}

.btn_primary {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #ffde4a;
  color: #25303b !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ffe884;
  color: #25303b !important;
  border-color: transparent;
}
.btn_primary:hover svg, .btn_primary:focus svg, .btn_primary:active svg {
  fill: #25303b !important;
}
.btn_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_primary svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #25303b;
}

.btn_secondary {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #36bcee;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_secondary:hover, .btn_secondary:focus, .btn_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #c9e8f6;
  color: #25303b !important;
  border-color: transparent;
}
.btn_secondary:hover svg, .btn_secondary:focus svg, .btn_secondary:active svg {
  fill: #25303b !important;
}
.btn_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_secondary svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

.btn_third {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #8b959c;
  color: #ffde4a !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_third:hover, .btn_third:focus, .btn_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #25303b;
  color: #25303b !important;
  border-color: transparent;
}
.btn_third:hover svg, .btn_third:focus svg, .btn_third:active svg {
  fill: #25303b !important;
}
.btn_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_third svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #ffde4a;
}

.btn_dark {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #25303b;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_dark:hover, .btn_dark:focus, .btn_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #8b959c;
  color: #fff !important;
  border-color: #8b959c;
}
.btn_dark:hover svg, .btn_dark:focus svg, .btn_dark:active svg {
  fill: #fff !important;
}
.btn_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_dark svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

.btn_light {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #f7fafb;
  color: #25303b !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_light:hover, .btn_light:focus, .btn_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff3b7;
  color: #25303b !important;
  border-color: transparent;
}
.btn_light:hover svg, .btn_light:focus svg, .btn_light:active svg {
  fill: #25303b !important;
}
.btn_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_light svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #25303b;
}

.btn_white {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #25303b !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_white:hover, .btn_white:focus, .btn_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ffde4a;
  color: #25303b !important;
  border-color: transparent;
}
.btn_white:hover svg, .btn_white:focus svg, .btn_white:active svg {
  fill: #25303b !important;
}
.btn_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_white svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #25303b;
}

.btn_info {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #36bcee;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_info:hover, .btn_info:focus, .btn_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #36bcee;
  color: #fff !important;
  border-color: #36bcee;
}
.btn_info:hover svg, .btn_info:focus svg, .btn_info:active svg {
  fill: #fff !important;
}
.btn_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_info svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

.btn_success {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #21b553;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_success:hover, .btn_success:focus, .btn_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #038d31;
  color: #fff !important;
  border-color: #038d31;
}
.btn_success:hover svg, .btn_success:focus svg, .btn_success:active svg {
  fill: #fff !important;
}
.btn_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_success svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

.btn_warning {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #f47600;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_warning:hover, .btn_warning:focus, .btn_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #dc7500;
  color: #fff !important;
  border-color: #dc7500;
}
.btn_warning:hover svg, .btn_warning:focus svg, .btn_warning:active svg {
  fill: #fff !important;
}
.btn_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_warning svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

.btn_danger {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #e4003e;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_danger:hover, .btn_danger:focus, .btn_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #25303b;
  color: #fff !important;
  border-color: #25303b;
}
.btn_danger:hover svg, .btn_danger:focus svg, .btn_danger:active svg {
  fill: #fff !important;
}
.btn_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_danger svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

.btn_outline_primary {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #ffde4a;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #ffde4a !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_primary:hover, .btn_outline_primary:focus, .btn_outline_primary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #ffde4a;
  color: #25303b !important;
  border-color: #ffde4a;
}
.btn_outline_primary:hover svg, .btn_outline_primary:focus svg, .btn_outline_primary:active svg {
  fill: #25303b !important;
}
.btn_outline_primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_primary svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #ffde4a;
}

.btn_outline_secondary {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #36bcee;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #36bcee !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_secondary:hover, .btn_outline_secondary:focus, .btn_outline_secondary:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #36bcee;
  color: #25303b !important;
  border-color: #36bcee;
}
.btn_outline_secondary:hover svg, .btn_outline_secondary:focus svg, .btn_outline_secondary:active svg {
  fill: #25303b !important;
}
.btn_outline_secondary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_secondary svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #36bcee;
}

.btn_outline_third {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #8b959c;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #8b959c !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_third:hover, .btn_outline_third:focus, .btn_outline_third:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #8b959c;
  color: #25303b !important;
  border-color: #8b959c;
}
.btn_outline_third:hover svg, .btn_outline_third:focus svg, .btn_outline_third:active svg {
  fill: #25303b !important;
}
.btn_outline_third span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_third svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #8b959c;
}

.btn_outline_dark {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #25303b;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #25303b !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_dark:hover, .btn_outline_dark:focus, .btn_outline_dark:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #25303b;
  color: #fff !important;
  border-color: #25303b;
}
.btn_outline_dark:hover svg, .btn_outline_dark:focus svg, .btn_outline_dark:active svg {
  fill: #fff !important;
}
.btn_outline_dark span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_dark svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #25303b;
}

.btn_outline_light {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #f7fafb;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #f7fafb !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_light:hover, .btn_outline_light:focus, .btn_outline_light:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #f7fafb;
  color: #25303b !important;
  border-color: #f7fafb;
}
.btn_outline_light:hover svg, .btn_outline_light:focus svg, .btn_outline_light:active svg {
  fill: #25303b !important;
}
.btn_outline_light span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_light svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #f7fafb;
}

.btn_outline_white {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_white:hover, .btn_outline_white:focus, .btn_outline_white:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #fff;
  color: #25303b !important;
  border-color: #fff;
}
.btn_outline_white:hover svg, .btn_outline_white:focus svg, .btn_outline_white:active svg {
  fill: #25303b !important;
}
.btn_outline_white span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_white svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

.btn_outline_info {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #36bcee;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #36bcee !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_info:hover, .btn_outline_info:focus, .btn_outline_info:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #36bcee;
  color: #fff !important;
  border-color: #36bcee;
}
.btn_outline_info:hover svg, .btn_outline_info:focus svg, .btn_outline_info:active svg {
  fill: #fff !important;
}
.btn_outline_info span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_info svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #36bcee;
}

.btn_outline_success {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #21b553;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #21b553 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_success:hover, .btn_outline_success:focus, .btn_outline_success:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #21b553;
  color: #fff !important;
  border-color: #21b553;
}
.btn_outline_success:hover svg, .btn_outline_success:focus svg, .btn_outline_success:active svg {
  fill: #fff !important;
}
.btn_outline_success span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_success svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #21b553;
}

.btn_outline_warning {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #f47600;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #f47600 !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_warning:hover, .btn_outline_warning:focus, .btn_outline_warning:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #f47600;
  color: #fff !important;
  border-color: #f47600;
}
.btn_outline_warning:hover svg, .btn_outline_warning:focus svg, .btn_outline_warning:active svg {
  fill: #fff !important;
}
.btn_outline_warning span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_warning svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #f47600;
}

.btn_outline_danger {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: #e4003e;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  color: #e4003e !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn_outline_danger:hover, .btn_outline_danger:focus, .btn_outline_danger:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #e4003e;
  color: #fff !important;
  border-color: #e4003e;
}
.btn_outline_danger:hover svg, .btn_outline_danger:focus svg, .btn_outline_danger:active svg {
  fill: #fff !important;
}
.btn_outline_danger span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_outline_danger svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #e4003e;
}

.link_primary {
  color: #ffde4a;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_primary svg {
  width: auto;
  height: 13px;
  fill: #ffde4a;
}
.link_primary:hover, .link_primary:focus, .link_primary:active {
  color: #25303b;
}
.link_primary:hover svg, .link_primary:focus svg, .link_primary:active svg {
  color: #25303b;
}

.link_secondary {
  color: #36bcee;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_secondary svg {
  width: auto;
  height: 13px;
  fill: #36bcee;
}
.link_secondary:hover, .link_secondary:focus, .link_secondary:active {
  color: #25303b;
}
.link_secondary:hover svg, .link_secondary:focus svg, .link_secondary:active svg {
  color: #25303b;
}

.link_third {
  color: #8b959c;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_third svg {
  width: auto;
  height: 13px;
  fill: #8b959c;
}
.link_third:hover, .link_third:focus, .link_third:active {
  color: #25303b;
}
.link_third:hover svg, .link_third:focus svg, .link_third:active svg {
  color: #25303b;
}

.link_dark {
  color: #25303b;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_dark svg {
  width: auto;
  height: 13px;
  fill: #25303b;
}
.link_dark:hover, .link_dark:focus, .link_dark:active {
  color: #8b959c;
}
.link_dark:hover svg, .link_dark:focus svg, .link_dark:active svg {
  color: #8b959c;
}

.link_light {
  color: #f7fafb;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_light svg {
  width: auto;
  height: 13px;
  fill: #f7fafb;
}
.link_light:hover, .link_light:focus, .link_light:active {
  color: #fff;
}
.link_light:hover svg, .link_light:focus svg, .link_light:active svg {
  color: #fff;
}

.link_white {
  color: #fff;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_white svg {
  width: auto;
  height: 13px;
  fill: #fff;
}
.link_white:hover, .link_white:focus, .link_white:active {
  color: #ffde4a;
}
.link_white:hover svg, .link_white:focus svg, .link_white:active svg {
  color: #ffde4a;
}

.link_info {
  color: #36bcee;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_info svg {
  width: auto;
  height: 13px;
  fill: #36bcee;
}
.link_info:hover, .link_info:focus, .link_info:active {
  color: #36bcee;
}
.link_info:hover svg, .link_info:focus svg, .link_info:active svg {
  color: #36bcee;
}

.link_success {
  color: #25303b;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_success svg {
  width: auto;
  height: 13px;
  fill: #25303b;
}
.link_success:hover, .link_success:focus, .link_success:active {
  color: #8b959c;
}
.link_success:hover svg, .link_success:focus svg, .link_success:active svg {
  color: #8b959c;
}

.link_warning {
  color: #f7fafb;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_warning svg {
  width: auto;
  height: 13px;
  fill: #f7fafb;
}
.link_warning:hover, .link_warning:focus, .link_warning:active {
  color: #fff;
}
.link_warning:hover svg, .link_warning:focus svg, .link_warning:active svg {
  color: #fff;
}

.link_danger {
  color: #fff;
  text-transform: inherit;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.link_danger svg {
  width: auto;
  height: 13px;
  fill: #fff;
}
.link_danger:hover, .link_danger:focus, .link_danger:active {
  color: #ffde4a;
}
.link_danger:hover svg, .link_danger:focus svg, .link_danger:active svg {
  color: #ffde4a;
}

.btn_icone {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_icone svg {
  height: calc(30px - 55%);
  width: calc(30px - 55%);
  margin: auto;
  position: relative;
}

.list-icone {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.list-icone li {
  display: inline-block;
}
.list-icone a {
  text-align: center;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icone a svg {
  height: calc(30px - 55%);
  width: calc(30px - 55%);
  margin: auto;
  position: relative;
}

#top {
  position: fixed;
  margin: auto;
  opacity: 0;
  right: 7%;
  bottom: 70px;
  border-radius: 5px;
  background-color: #25303b;
  color: #fff;
  width: 35px;
  height: 35px;
  z-index: 1;
}
#top.is-visible {
  opacity: 1;
}

/* CEGIS - 260629 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* CEGIS - 260629 */
/* CEGIS - 260629 */
/* -------------- */
/* FAQ */
/* -------------- */
.accordion {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.accordion li:not(:first-of-type) button {
  border-top: 1px solid #25303b;
}
.accordion button {
  padding: 1rem 0;
  color: #25303b;
}
.accordion button:hover, .accordion button:focus, .accordion button:active {
  color: rgba(37, 48, 59, 0.5);
}
.accordion .btn_accordion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.accordion .btn_accordion.collapsed svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion .btn_accordion svg {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  flex: 0 0 auto;
}
.accordion .title_btn {
  text-align: left;
}

.btn-faq-item-parent {
  background-color: #fff;
  padding: 1rem 1rem 0.45rem 1rem !important;
  border: 0.01rem solid rgba(139, 149, 156, 0.5);
  border-radius: 5px;
  margin-bottom: 7px;
}
.btn-faq-item-parent h2 {
  margin-bottom: 0;
}
.btn-faq-item-parent .icone-faq-item-container {
  background-color: #25303b;
  padding: 0.5rem;
  border-radius: 5px;
  height: calc(21px + 1rem);
  width: calc(21px + 1rem);
  display: flex;
  top: -4px;
  position: relative;
}
.btn-faq-item-parent .icone-faq-item {
  margin: auto;
  width: 21px;
}
.btn-faq-item-parent .icone-faq-item span {
  background-color: #fff;
  width: 21px;
  height: 1px;
}

.btn-faq-item-child .icone-faq-item {
  width: 18px;
}
.btn-faq-item-child .icone-faq-item span {
  background-color: #25303b;
  width: 18px;
  height: 1px;
}

.icone-faq-item {
  position: relative;
  flex: 0 0 auto;
  display: block;
}
.icone-faq-item span {
  display: block;
  background-color: #25303b;
  position: absolute;
}
.icone-faq-item span:first-of-type {
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.collapsed .icone-faq-item span:first-of-type {
  transform: rotate(-90deg);
}

.faq-page aside {
  border-top: 1px solid #25303b;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}
.faq-page .accordion .item:not(:first-of-type) button {
  border-color: #8b959c !important;
}
.faq-page .btn-faq-item-child {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  width: calc(100% - 2rem) !important;
}

#accordion_footer .icone-faq-item {
  width: 18px;
}
#accordion_footer .icone-faq-item span {
  width: 18px;
  height: 1px;
}

/* CEGIS - 260629 */
/* Button */
.woocommerce-Button {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #25303b;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.woocommerce-Button:hover, .woocommerce-Button:focus, .woocommerce-Button:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #8b959c;
  color: #fff !important;
  border-color: #8b959c;
}
.woocommerce-Button:hover svg, .woocommerce-Button:focus svg, .woocommerce-Button:active svg {
  fill: #fff !important;
}
.woocommerce-Button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-Button svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

/* Panier */
.wc-block-cart-item__image, thead .wc-block-cart-items__header-image {
  display: none;
}

.wc-block-cart-item__product {
  width: 70%;
}

.wp-block-woocommerce-filled-cart-block.is-medium .wc-block-cart-items__row, .wp-block-woocommerce-filled-cart-block.is-small .wc-block-cart-items__row, .wp-block-woocommerce-filled-cart-block.is-mobile .wc-block-cart-items__row {
  display: block !important;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}

.wc-block-components-product-name {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.wc-block-components-button {
  display: inline-block;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 1rem;
  line-height: inherit;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-color: #25303b;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.525rem rgba(0, 0, 0, 0);
  margin-bottom: 3px;
  margin-top: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.wc-block-components-button:hover, .wc-block-components-button:focus, .wc-block-components-button:active {
  text-decoration: none;
  outline: 0 transparent;
  background-color: #8b959c;
  color: #fff !important;
  border-color: #8b959c;
}
.wc-block-components-button:hover svg, .wc-block-components-button:focus svg, .wc-block-components-button:active svg {
  fill: #fff !important;
}
.wc-block-components-button span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wc-block-components-button svg {
  position: relative;
  width: auto;
  height: 13px;
  fill: #fff;
}

#wc-block-components-totals-coupon__input-coupon {
  height: 100% !important;
}

/** wocommerce : my account  **/
.woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}
.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
  border-bottom: 1px solid rgba(37, 48, 59, 0.15);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #25303b !important;
}
.woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus, .woocommerce-MyAccount-navigation ul li a:active {
  color: #36bcee !important;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #36bcee !important;
}

.woocommerce-Address address {
  border: 1px solid rgba(37, 48, 59, 0.15);
  padding: 1rem;
  border-radius: 3px;
}

.woocommerce-privacy-policy-text p {
  font-size: 12px;
}

.woocommerce-LostPassword {
  border-top: 1px solid rgba(37, 48, 59, 0.3);
  padding-top: 1.5rem;
  margin-top: 1rem;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  color: #25303b;
  position: relative;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  outline: 0;
}

.woocommerce-info, .woocommerce-message {
  background-color: #c9e8f6;
  border-top: 3px solid #36bcee;
}
.woocommerce-info::before, .woocommerce-message::before {
  color: #36bcee;
}

.woocommerce-error {
  background-color: rgba(228, 0, 62, 0.15);
  border-top: 3px solid #e4003e;
}
.woocommerce-error::before {
  color: #e4003e;
}

.woocommerce-password-strength.short {
  background-color: rgba(228, 0, 62, 0.15);
  color: #e4003e;
  border-color: #e4003e;
  font-size: 13px;
  line-height: 1.11;
  padding: 0.5rem;
  display: block;
  border-radius: 4px;
  margin-top: 0.5rem;
}

.wc-block-components-order-summary-item__image {
  display: none !important;
}

.wp-block-woocommerce-empty-cart-block {
  background-color: #fff;
  border: 1px solid rgba(37, 48, 59, 0.3);
  border-radius: 5px;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.mini-panier-item__control {
  margin-bottom: 0.5rem;
}
.mini-panier-item__control .remove_from_cart_button {
  margin-right: 0.5rem;
  flex: 0 0 auto;
  width: 33px !important;
}
.mini-panier-item__control .remove_from_cart_button svg {
  height: 23px !important;
  width: 23px !important;
}

.mini-panier-item__infos .variation-Session {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.mini-panier-item__infos .quantity {
  display: block;
  margin-top: 0.5rem;
}

.woocommerce-mini-cart-item.mini_cart_item {
  padding-top: 1rem !important;
  border-top: 1px solid rgba(37, 48, 59, 0.3);
  margin-top: 1rem !important;
}

.wc-block-components-totals-wrapper {
  border: 0 !important;
}

.cegis-participant__titre {
  background: #ffde4a;
  padding: 1rem;
  border-radius: 5px;
}
.cegis-participant__titre span {
  font-size: 1.5rem;
}

/* -------------- */
/* Setting */
/* -------------- */
body {
  background-color: #f7fafb;
}
body.fixed-top-with-padding main {
  padding-top: var(--header-height);
}

/* -------------- */
/* Title */
/* -------------- */
/* -------------- */
/* BTN */
/* -------------- */
.btn_outline_primary {
  color: #fff !important;
}

.search-svg, .tel-svg {
  height: 18px !important;
}
@media only screen and (min-width: 992px) {
  .search-svg, .tel-svg {
    height: 21px !important;
  }
}

a small {
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.btn-big {
  font-size: 21px;
}

.btn_small {
  padding: 0.5rem 1rem !important;
}

.btn_outline_dark.fiche svg {
  height: 20px !important;
}

/* -------------- */
/* Entête */
/* -------------- */
@media only screen and (min-width: 992px) {
  #banner .content-img {
    margin-bottom: 10vh;
  }
}
@media only screen and (max-width: calc(992px - 0.2px)) {
  #banner .cardImg {
    padding-top: calc(65% + var(--header-height));
  }
}
@media only screen and (min-width: 992px) {
  #banner .cardImg {
    height: 100%;
    min-height: 400px;
    border-bottom-right-radius: 13px;
    margin-bottom: 7vh;
  }
}
#banner .mini-title {
  text-transform: uppercase;
}
#banner .content-text {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #banner .content-text:before, #banner .content-text:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    bottom: 0;
    z-index: -1;
  }
  #banner .content-text:before {
    width: 280px;
    border-bottom-left-radius: 13px;
    left: -280px;
  }
}
#banner article {
  padding-top: calc(2rem + 0.65vw);
  padding-bottom: calc(2rem + 0.65vw);
  position: relative;
}
@media only screen and (max-width: calc(576px - 0.2px)) {
  #banner article {
    padding-right: 7%;
    padding-left: 7%;
  }
}
@media only screen and (min-width: 576px) {
  #banner article {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 768px) {
  #banner article {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  #banner article {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding: var(--header-height) 0;
    margin-left: 9%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  #banner article {
    max-width: calc(768px / 2);
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  #banner article {
    max-width: calc(992px / 2);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1200px) {
  #banner article {
    max-width: calc(1200px / 2);
  }
}
@media only screen and (min-width: 992px) and (min-width: 1400px) {
  #banner article {
    max-width: calc(1400px / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: calc(768px - 0.2px)) {
  #banner article {
    max-width: 100%;
    margin: auto;
  }
}
@media only screen and (min-width: 1200px) {
  #banner article {
    padding: calc(calc(2rem + 0.65vw) + var(--header-height)) 0;
  }
  #banner article:before {
    width: 300px;
    left: -300px;
  }
}
#banner .btn_outline_dark {
  margin-bottom: 7px;
}

.home #banner .content-text, #formations #banner .content-text, #banner .content-text {
  background-color: #ffde4a;
}
.home #banner .content-text:before, .home #banner .content-text:after, #formations #banner .content-text:before, #formations #banner .content-text:after, #banner .content-text:before, #banner .content-text:after {
  background-color: #ffde4a;
}

.entreprise #banner .content-text, .diagnostic #banner .content-text, .formation-ia #banner .content-text {
  background-color: #c9e8f6 !important;
}
.entreprise #banner .content-text:before, .entreprise #banner .content-text:after, .diagnostic #banner .content-text:before, .diagnostic #banner .content-text:after, .formation-ia #banner .content-text:before, .formation-ia #banner .content-text:after {
  background-color: #c9e8f6 !important;
}

.particulier #banner .content-text {
  background-color: #ffe884 !important;
}
.particulier #banner .content-text:before, .particulier #banner .content-text:after {
  background-color: #ffe884 !important;
}

/* -------------- */
/* Logo mobile */
/* -------------- */
@media only screen and (max-width: calc(576px - 0.2px)) {
  nav.container, .navbar-brand-footer-container {
    padding-left: 1%;
    padding-right: 2% !important;
  }
}
/* -------------- */
/* Témoignages */
/* -------------- */
#success aside {
  position: relative;
}
#success aside:before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 175px;
  height: 200px;
  position: absolute;
  background-image: url("../medias/guillemets_top.svg");
  background-position: left top;
  left: -4%;
  top: -100px;
}
#success .list-tem {
  position: relative;
}
#success .list-tem:after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 175px;
  height: 200px;
  position: absolute;
  background-image: url("../medias/guillemets_bottom.svg");
  background-position: right bottom;
  right: -4%;
  bottom: -50px;
}
#success .swiper-warper {
  padding-top: calc(2rem + 0.65vw + 50px);
}
#success .swiper-slide {
  width: auto;
}
#success .swiper-slide img {
  width: 85%;
  height: auto;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
#success .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
  justify-content: space-between;
}

.home #success {
  margin-top: 100px;
}

.entreprise .list-tem {
  position: relative;
}
.entreprise .list-tem:before {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 175px;
  height: 200px;
  z-index: 1;
  position: absolute;
  background-image: url("../medias/guillemets_top.svg");
  background-position: left top;
  left: -4%;
  top: -36px;
}

/* -------------- */
/* Logos */
/* -------------- */
.logos figure {
  margin: 1rem;
}
@media only screen and (max-width: calc(768px - 0.2px)) {
  .logos img {
    height: 20px;
  }
}
@media only screen and (max-width: calc(1200px - 0.2px)) {
  .logos {
    text-align: center;
  }
  .logos figure {
    display: inline-block;
  }
  .logos img {
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logos img {
    height: 50px;
  }
}
.logos img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}/*# sourceMappingURL=style.css.map */