@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular.woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  list-style: none;
  text-decoration: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

body {
  background-position: top;
  background-color: #FFF;
  font-family: "Inter", Arial, sans-serif;
  color: #2a2a2a;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body h1 {
  color: #1e82c0;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 768px) {
  body h1 {
    text-align: center;
  }
}
body h1.mb0 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body h2 {
  color: #1e82c0;
  font-size: 30px;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  body h2 {
    text-align: center;
  }
}
body h3 {
  color: #1e82c0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  body h3 {
    text-align: center;
  }
}
body p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.hidemobileflex {
  display: none;
}
@media (min-width: 768px) {
  .hidemobileflex {
    display: flex;
  }
}

.headerpc {
  box-sizing: border-box;
  top: 0;
  width: 100%;
  z-index: 999;
  color: #FFF;
}
.headerpc .bandetop {
  display: none;
}
@media (min-width: 768px) {
  .headerpc .bandetop {
    min-height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    max-width: 1600px;
    margin: auto;
    color: #11202c;
  }
  .headerpc .bandetop a {
    transition: all 0.4s;
    color: #11202c;
  }
  .headerpc .bandetop a:hover {
    color: #1e82c0;
  }
  .headerpc .bandetop .espacelien a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #11202c;
    color: #FFF;
    border-radius: 6px;
  }
}

.zone_header {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  transition: all 0.4s ease-out;
  margin-top: 58px;
  box-sizing: border-box;
}
.zone_header .logo_marque {
  transition: all 0.4s ease-out;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .zone_header .logo_marque {
    margin-top: 0px;
  }
}
.zone_header .logo_marque a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone_header .logo_marque a img {
  height: 100px;
  width: auto;
}
.zone_header .sous_header {
  display: none;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.zone_header .sous_header .bandeaurecherche {
  transition: all 0.4s ease-out;
}
.zone_header .bandeauh {
  font-size: 13px;
  padding: 7px 0px;
  border-bottom: solid 1px #e7e7e7;
}
.zone_header .bandeaub {
  min-height: 30px;
  transition: all 0.4s ease-out;
}
.zone_header .bandeaub li a {
  color: #343b43;
}
.zone_header .bandeaub li a:hover {
  color: #1e82c0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .zone_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  .zone_header .sous_header {
    display: flex;
    max-width: 1600px;
    padding: 20px 0;
  }
}

.hidepc {
  display: block;
}
@media (min-width: 768px) {
  .hidepc {
    display: none;
  }
}

.navtop {
  position: fixed;
  width: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 0px;
  transition: 0.5s;
  margin-top: 50px;
  height: 100%;
  z-index: 100;
  overscroll-behavior: contain;
  color: #11202c;
  background: linear-gradient(to bottom, #11202c, black);
}
@media (min-width: 768px) {
  .navtop {
    background: none;
  }
}
.navtop .menu_top {
  padding: 0px 10px;
}
@media (min-width: 768px) {
  .navtop .menu_top {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 800px;
    margin: auto;
    z-index: 10;
  }
}
.navtop .menu_top .bpretour {
  display: flex;
  align-items: center;
}
.navtop .menu_top .bpretour img {
  margin-right: 20px;
}
.navtop .menu_top .bpsuite {
  display: flex;
  justify-content: space-between;
}
.navtop .menu_top .bpsuite span {
  flex: 1;
}
.navtop .menu_top .bpsuite span.arrowsuite {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: solid 1px #b7b7b7;
}
.navtop .menu_top a {
  box-sizing: border-box;
  padding: 18px 0px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  display: block;
  text-align: center;
  border-bottom: 1px solid #515151;
}
.navtop .menu_top a:last-of-type {
  border-bottom: none;
}
.navtop .menu_top a:hover {
  color: #FFF;
}
@media (min-width: 768px) {
  .navtop .menu_top a {
    display: inline-block;
    position: relative;
    font-size: 14.5px;
    color: #11202c;
    line-height: 29px;
    font-weight: 480;
    text-transform: uppercase;
    transition: all 0.4s;
    border-bottom: none;
  }
  .navtop .menu_top a:hover {
    color: #1e82c0;
  }
  .navtop .menu_top a::before {
    content: "";
    position: absolute;
    background: #1e82c0;
    width: 100%;
    height: 1px;
    bottom: 0px;
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform 0.4s;
  }
  .navtop .menu_top a:hover::before {
    transform-origin: 0 0;
    transform: scaleX(1);
  }
  .navtop .menu_top a.hidepc {
    display: none;
  }
}
.navtop .tmenu {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
}
.navtop .fmenu {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .navtop .fmenu {
    display: none;
  }
}
.navtop .closebtn {
  font-size: 36px;
}
@media (min-width: 768px) {
  .navtop {
    position: relative;
    display: flex;
    padding-top: 0px;
    margin-top: 0px;
    width: 100%;
    top: 0px;
    border-bottom: none;
    align-self: flex-start;
    color: #2a2a2a;
  }
}

.bandeau_mobile {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #11202c;
  top: 0px;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .bandeau_mobile {
    display: none;
  }
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFF;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #FFF;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.presentation {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-height: 689px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  background-color: #11202c;
}
@media (min-width: 768px) {
  .presentation {
    margin-top: 80px;
  }
}
.presentation h1 {
  font-weight: 600;
  color: #FFF;
  font-size: 36px;
  text-shadow: -1px -1px 2px rgba(17, 32, 44, 0.5), 1px -1px 2px rgba(17, 32, 44, 0.5), -1px 1px 2px rgba(17, 32, 44, 0.5), 1px 1px 2px rgba(17, 32, 44, 0.5);
}
.presentation p {
  color: #FFF;
  font-weight: 600;
  font-size: 24px;
  text-shadow: -1px -1px 2px rgba(17, 32, 44, 0.5), 1px -1px 2px rgba(17, 32, 44, 0.5), -1px 1px 2px rgba(17, 32, 44, 0.5), 1px 1px 2px rgba(17, 32, 44, 0.5);
}
.presentation .pbtext {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: slideOpacite 0.5s ease-in-out forwards;
}
.presentation .pbande {
  width: 100%;
  max-width: 1600px;
}
.presentation .pbphoto {
  text-align: center;
  animation: slideOpacite 0.8s ease-in-out forwards;
}
.presentation .pbphoto img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .presentation .pbphoto {
    margin-top: -80px;
    animation: slideDroit 0.8s ease-in-out forwards;
  }
}
.presentation.bck1 {
  background-image: url("../img/background-zone.webp");
}
.presentation .pbticone {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.presentation .pbticone div {
  display: flex;
  flex-direction: column;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  opacity: 0;
  animation: slideOpacite 1s ease-out forwards;
}
.presentation .pbticone div:nth-child(1) {
  animation-delay: 0.25s;
}
.presentation .pbticone div:nth-child(2) {
  animation-delay: 0.5s;
}
.presentation .pbticone div:nth-child(3) {
  animation-delay: 0.75s;
}
.presentation .pbticone div:nth-child(4) {
  animation-delay: 1s;
}
.presentation .pbticone div:nth-child(5) {
  animation-delay: 1.25s;
}
.presentation .pbticone div:nth-child(6) {
  animation-delay: 1.5s;
}
.presentation .pbticone div:nth-child(7) {
  animation-delay: 1.75s;
}
.presentation .pbticone div:nth-child(8) {
  animation-delay: 2s;
}
.presentation .pbticone div:nth-child(9) {
  animation-delay: 2.25s;
}
.presentation .pbticone div:nth-child(10) {
  animation-delay: 2.5s;
}
.presentation .pbticone div img {
  margin-bottom: 15px;
}

@keyframes slideGauche {
  from {
    transform: translateX(-20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideDroit {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideTop {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOpacite {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flexligne {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .flexligne {
    flex-direction: row;
  }
}
.flexligne .vcenter {
  justify-content: center;
}
@media (min-width: 768px) {
  .flexligne .vcenter {
    justify-content: center;
    align-items: center;
  }
}
.flexligne.left {
  justify-content: flex-start;
}
.flexligne.flex1 div {
  flex: 1;
}
.flexligne.flex1 div img {
  max-width: 100%;
}
.flexligne.m10 div {
  margin: 10px;
}
.flexligne.m20 div {
  margin: 20px;
}

.flexlignefixe {
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
.flexlignefixe .vcenter {
  justify-content: center;
}
@media (min-width: 768px) {
  .flexlignefixe .vcenter {
    justify-content: center;
    align-items: center;
  }
}
.flexlignefixe.left {
  justify-content: flex-start;
}
.flexlignefixe.flex1 div {
  flex: 1;
}
.flexlignefixe.flex1 div img {
  max-width: 100%;
}
.flexlignefixe .checkb {
  max-width: 35px;
}
.flexlignefixe.m10 div {
  margin: 10px;
}
.flexlignefixe.m20 div {
  margin: 20px;
}

.zone_centre {
  box-sizing: border-box;
  max-width: 1600px;
  width: 100%;
  margin: auto;
}

#zone_pied {
  clear: both;
  margin: 0px auto;
  width: 100%;
  min-height: 400px;
  background: linear-gradient(to bottom, #11202c, black);
  box-sizing: border-box;
}
#zone_pied .boxbas {
  flex: 1 1 auto;
  border-right: none;
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  #zone_pied .boxbas {
    max-width: 33.2%;
    border-right: solid 1px #9e9e9e;
    min-height: 200px;
  }
  #zone_pied .boxbas:last-of-type {
    border-right: none;
  }
}
#zone_pied .boxbas .paiement {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px;
}
#zone_pied .boxbas .paiement img {
  height: 30px;
  margin-bottom: 10px;
}
#zone_pied .boxbas .titre2 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#zone_pied .boxbas .titre3 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #FFF;
}
#zone_pied .texte_pied {
  box-sizing: border-box;
  width: 100%;
  margin: auto;
  min-height: 400px;
  text-align: center;
}
@media (min-width: 768px) {
  #zone_pied .texte_pied {
    max-width: 1600px;
  }
}
#zone_pied .texte_pied a {
  color: #FFF;
  font-weight: 600;
}
#zone_pied .texte_pied .nom {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #000;
}
#zone_pied .texte_pied h2 {
  font-size: 16px;
  color: #282828;
  margin-top: 10px;
}
#zone_pied .texte_pied p {
  color: #FFF;
  font-weight: 400;
  line-height: 1.5em;
}

.atout h1 {
  padding: 0px;
}
.atout h2 {
  margin-bottom: 30px;
  color: #1e82c0;
  font-size: 18px;
  font-weight: 600;
}
.atout h3 {
  margin-bottom: 30px;
}
.atout div {
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.atout div p {
  font-weight: 500;
}
@media (min-width: 1000px) {
  .atout div {
    margin: 20px;
  }
}
.atout.amax div {
  padding: 20px;
}
.atout.amax div p {
  font-weight: 400;
  font-size: 1.2em;
}

.backb {
  background-color: #1e82c0;
}

.backanim {
  position: relative;
  box-sizing: border-box;
  height: auto;
  z-index: -1;
  overflow: hidden;
}
@media (min-width: 1300px) {
  .backanim {
    height: clamp(850px, 50vw, 800px);
  }
}

.backanim::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center -13vh;
  background-size: 200%;
  opacity: 0;
  transform: scale(3);
  transition: opacity 1.5s ease-out, background-size 1.5s ease-out, transform 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}

.backanim.bcka1::before {
  background-image: url("../img/montagne.webp");
}
@media (min-width: 768px) {
  .backanim.bcka1::before {
    background-position: center -4vh;
  }
}
@media (min-width: 900px) {
  .backanim.bcka1::before {
    background-position: center -4vh;
  }
}
@media (min-width: 2200px) {
  .backanim.bcka1::before {
    background-position: center -6vh;
  }
}
@media (min-width: 2700px) {
  .backanim.bcka1::before {
    background-position: center -10vh;
  }
}
@media (min-width: 3000px) {
  .backanim.bcka1::before {
    background-position: center -12vh;
  }
}

.backanim.bcka2::before {
  background-image: url("../img/comptabilite-entreprise-haut.webp");
  background-position: top;
}
@media (min-width: 768px) {
  .backanim.bcka2::before {
    background-position: center -4vh;
  }
}
@media (min-width: 900px) {
  .backanim.bcka2::before {
    background-position: top;
    background-image: url("../img/comptabilite-entreprise-haut-900.webp");
  }
}
@media (min-width: 1600px) {
  .backanim.bcka2::before {
    background-position: center -12vh;
    background-image: url("../img/comptabilite-entreprise-haut-900.webp");
  }
}
@media (min-width: 2200px) {
  .backanim.bcka2::before {
    background-position: center -45vh;
    background-image: url("../img/comptabilite-entreprise-haut-3000.webp");
  }
}
@media (min-width: 2700px) {
  .backanim.bcka2::before {
    background-position: center -60vh;
    background-image: url("../img/comptabilite-entreprise-haut-3000.webp");
  }
}
@media (min-width: 3000px) {
  .backanim.bcka2::before {
    background-position: center -72vh;
    background-image: url("../img/comptabilite-entreprise-haut-3000.webp");
  }
}

.backanim.bcka3::before {
  background-image: url("../img/optimisation-fiscalite-entreprise.webp");
  background-position: center 0vh;
}

.backanim.bcka4::before {
  background-image: url("../img/creation-entreprise-haut.webp");
  background-position: center 0vh;
}

.backanim.bcka5::before {
  background-image: url("../img/a-propos-bck.webp");
  background-position: center 0vh;
}

.backanim.active::before {
  opacity: 1;
  transform: scale(1);
}

.backanim.bcka1.active::before {
  background-size: 800%;
  background-color: #1f272e;
}
@media (min-width: 768px) {
  .backanim.bcka1.active::before {
    background-size: 230%;
  }
}
@media (min-width: 900px) {
  .backanim.bcka1.active::before {
    background-size: 100%;
  }
}

.backanim.bcka2.active::before {
  background-size: 300%;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .backanim.bcka2.active::before {
    background-size: 230%;
  }
}
@media (min-width: 900px) {
  .backanim.bcka2.active::before {
    background-size: 100%;
  }
}

.backanim.bcka3.active::before {
  background-size: 300%;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .backanim.bcka3.active::before {
    background-size: 230%;
  }
}
@media (min-width: 900px) {
  .backanim.bcka3.active::before {
    background-size: 100%;
  }
}

.backanim.bcka4.active::before {
  background-size: 300%;
  background-color: #FFF;
}
@media (min-width: 768px) {
  .backanim.bcka4.active::before {
    background-size: 230%;
  }
}
@media (min-width: 900px) {
  .backanim.bcka4.active::before {
    background-size: 100%;
  }
}

.backanim.bcka5.active::before {
  background-size: 300%;
  background-color: #11202c;
}
@media (min-width: 768px) {
  .backanim.bcka5.active::before {
    background-size: 230%;
  }
}
@media (min-width: 900px) {
  .backanim.bcka5.active::before {
    background-size: 100%;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.anim-up div {
  opacity: 0;
  transform: translateY(25px);
}

.anim-up.active div {
  animation: fadeUp 0.5s forwards;
}

.anim-up.active div:nth-child(1) {
  animation-delay: 0s;
}

.anim-up.active div:nth-child(2) {
  animation-delay: 0.2s;
}

.anim-up.active div:nth-child(3) {
  animation-delay: 0.4s;
}

.anim-up.active div:nth-child(4) {
  animation-delay: 0.6s;
}

.anim-up.active div:nth-child(5) {
  animation-delay: 0.8s;
}

.anim-up.active div:nth-child(6) {
  animation-delay: 1s;
}

.anim-up.active div:nth-child(7) {
  animation-delay: 1.2s;
}

.anim-up.active div:nth-child(8) {
  animation-delay: 1.4s;
}

.anim-up.active div:nth-child(9) {
  animation-delay: 1.6s;
}

.anim-up.active div:nth-child(10) {
  animation-delay: 1.8s;
}

.slogan {
  color: #FFF;
  text-shadow: -1px -1px 2px rgba(17, 32, 44, 0.5), 1px -1px 2px rgba(17, 32, 44, 0.5), -1px 1px 2px rgba(17, 32, 44, 0.5), 1px 1px 2px rgba(17, 32, 44, 0.5);
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  margin-top: 30px;
  opacity: 0;
  transition: opacity 3s ease-out;
}

.slogan.active {
  opacity: 1;
}

.sloganb {
  color: #11202c;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  margin-top: 30px;
  opacity: 0;
  transition: opacity 3s ease-out;
}
@media (min-width: 1400px) {
  .sloganb {
    color: #FFF;
    text-shadow: -1px -1px 2px rgba(17, 32, 44, 0.5), 1px -1px 2px rgba(17, 32, 44, 0.5), -1px 1px 2px rgba(17, 32, 44, 0.5), 1px 1px 2px rgba(17, 32, 44, 0.5);
  }
}

.sloganb.active {
  opacity: 1;
}

.imgmoveg {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.imgmoveg img {
  max-width: 100%;
  height: auto;
  opacity: 0;
}
.imgmoveg.active img {
  transition: all 2s;
  animation: imgfadeinl 2s normal;
  opacity: 1;
}

@keyframes imgfadeinl {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.imgmoved {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.imgmoved img {
  max-width: 100%;
  height: auto;
  opacity: 0;
}
.imgmoved.active img {
  transition: all 2s;
  animation: imgfadeind 2s normal;
  opacity: 1;
}

@keyframes imgfadeind {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.animopacity {
  opacity: 0;
}
.animopacity.active {
  animation: slideOpacite 2s ease-out forwards;
}

.fontsl p {
  font-size: 1.3em;
}

.txtbox {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.txtbox h2 {
  margin-bottom: 30px;
}
.txtbox p {
  font-size: 1.2em;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .hidepc {
    display: none;
  }
}

.order1 {
  order: 1;
}
@media (min-width: 768px) {
  .order1 {
    order: 2;
  }
}

.order2 {
  order: 2;
}
@media (min-width: 768px) {
  .order2 {
    order: 1;
  }
}

.bcgfonce {
  background: linear-gradient(to bottom, #11202c, black);
}

.encart {
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  clip-path: circle(0% at 50% 50%);
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.encart.bck1 {
  background-image: url("/img/bck-comptabilite-entreprise-et-independant.webp");
}
.encart.bck2 {
  background-image: url("/img/bck-fiscalite.webp");
}
.encart.bck3 {
  background-image: url("/img/gestion-entreprise-para.webp");
}
.encart.active {
  animation: revealCircle 2s ease-in-out forwards;
}
@media (min-width: 768px) {
  .encart {
    background-attachment: fixed;
    width: 100%;
  }
}

@keyframes revealCircle {
  from {
    clip-path: circle(0% at 50% 50%);
  }
  to {
    clip-path: circle(150% at 50% 50%);
  }
}
.page a {
  color: #2a2a2a;
}
.page a:hover {
  color: #1e82c0;
}
.page .tel {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.page.centre {
  text-align: center;
}
.page.centre p {
  text-align: center;
}
.page .pleft p {
  text-align: left;
}
.page hr {
  margin-bottom: 30px;
  border-top: 1px solid #d9d9d9;
}

.centre {
  text-align: center;
}

.h2mini h2 {
  text-align: left;
  font-size: 20px;
}

.horaire {
  width: 90%;
  border-spacing: 0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .horaire {
    margin-left: 0px;
    margin-right: 0px;
    width: 80%;
  }
}
.horaire tbody tr {
  transition: background-color 0.3s ease;
}
.horaire tbody tr:nth-child(even) {
  background-color: rgba(17, 32, 44, 0.02);
}
.horaire tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.horaire tbody tr:hover {
  background-color: rgba(17, 32, 44, 0.03);
}
.horaire tbody tr td {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
.horaire tbody tr td[colspan="2"] {
  text-align: center;
  color: #999;
  font-style: italic;
}
.horaire tbody tr:first-child td {
  border-top: none;
}

.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.p10 {
  padding: 10px;
}

.ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.p20 {
  padding: 20px;
}

.ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.p30 {
  padding: 30px;
}

.ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.p40 {
  padding: 40px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.p50 {
  padding: 50px;
}

.formflex {
  display: flex;
  flex-direction: column;
  flex-basis: auto;
  text-align: left;
  width: 100%;
  padding: 0 5%;
  margin: auto;
}
.formflex input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #737373;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  text-align: center;
  margin-right: 10px;
}
.formflex input[type=checkbox]:checked::before {
  content: "✓";
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 18px;
}
.formflex fieldset {
  padding: 10px;
  margin-bottom: 30px;
}
.formflex legend {
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #000;
}
.formflex .checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.formflex .checkbox.textmini {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  color: #11202c;
  font-weight: 300;
  min-height: 22px;
}
.formflex .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.formflex .checkbox input:checked ~ .checkmark {
  background-color: #FFF;
  border: solid 1px #000;
}
.formflex .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.formflex .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border: solid 1px #ddd;
}
.formflex .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.formflex .checkbox .checkmark::after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formflex .checkbox:hover input ~ .checkmark {
  border: solid 1px #000;
}
.formflex a {
  color: #000;
}
.formflex a.oublie {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  align-self: flex-end;
  margin-bottom: 20px;
}
.formflex label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 9px;
}
.formflex input[type=text], .formflex input[type=password], .formflex select {
  box-sizing: border-box;
  border: solid 1px #737373;
  line-height: 38px;
  padding: 0px 10px;
  margin-bottom: 18px;
  width: 100%;
  border-radius: 4px;
}
.formflex select {
  height: 40px;
}
.formflex textarea {
  font-family: "Inter", Arial, sans-serif;
  box-sizing: border-box;
  border: solid 1px #737373;
  line-height: 38px;
  padding: 0px 10px;
  margin-bottom: 18px;
  width: 100%;
  border-radius: 4px;
}
.formflex button[type=submit] {
  display: flex;
  height: 44px;
  align-items: center;
  cursor: pointer;
  border: none;
  margin-top: 15px;
  color: #FFF;
  background-color: #000;
  font-size: 12px;
  padding: 0px 20px;
  border-radius: 30px;
  align-self: center;
  border-radius: 6px;
}
.formflex button[type=submit].droite {
  align-self: flex-end;
}
.formflex input[type=submit] {
  display: flex;
  height: 44px;
  align-items: center;
  cursor: pointer;
  border: none;
  margin-top: 15px;
  color: #FFF;
  background-color: #11202c;
  font-size: 12px;
  padding: 0px 20px;
  align-self: center;
  border-radius: 6px;
}
.formflex input[type=submit].droite {
  align-self: flex-end;
}
.formflex .imulti {
  display: flex;
  flex-direction: column;
}
.formflex .imulti.etoile {
  margin-bottom: 18px;
}
.formflex .imulti.etoile img {
  cursor: pointer;
  margin-right: 10px;
}
.formflex .imulti div {
  flex: 1;
  margin-right: 0px;
}
.formflex .imulti div:last-of-type {
  margin-right: 0px;
}
.formflex .imulti div.flex03 {
  flex: 0.3;
}
.formflex .etoile {
  display: flex;
  flex-direction: row;
  margin-bottom: 18px;
}
.formflex .etoile img {
  cursor: pointer;
  margin-right: 10px;
}
.formflex .etoile div {
  flex: 1;
  margin-right: 0px;
}
.formflex .etoile div:last-of-type {
  margin-right: 0px;
}
.formflex .etoile div.flex03 {
  flex: 0.3;
}
@media (min-width: 768px) {
  .formflex .imulti {
    display: flex;
    flex-direction: row;
  }
  .formflex .imulti.etoile {
    margin-bottom: 18px;
  }
  .formflex .imulti.etoile img {
    cursor: pointer;
    margin-right: 10px;
  }
  .formflex .imulti div {
    flex: 1;
    margin-right: 15px;
  }
  .formflex .imulti div:last-of-type {
    margin-right: 0px;
  }
  .formflex .imulti div.flex03 {
    flex: 0.3;
  }
}

.confidentialite th {
  text-align: center;
  font-weight: 600;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.confidentialite td {
  text-align: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}
.confidentialite tr {
  height: 60px;
  line-height: 60px;
}
.confidentialite a {
  color: #000;
}
.confidentialite p {
  margin: 10px auto;
}

.checkbox {
  display: none;
}

.switch {
  width: 62px;
  height: 32px;
  background: #E5E5E5;
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.switch:before {
  content: " ";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 60px;
  height: 30px;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.switch:after {
  content: " ";
  height: 29px;
  width: 29px;
  border-radius: 28px;
  background: #FFFFFF;
  position: absolute;
  z-index: 2;
  top: 1px;
  left: 1px;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-box-shadow: 0 2px 5px #999999;
  box-shadow: 0 2px 5px #999999;
}

.switchOn, .switchOn:before {
  background: #4cd964 !important;
}

.switchOn:after {
  left: 32px !important;
}

#bandeaubas {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  position: fixed;
  bottom: 0px;
  margin-bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  padding: 20px 0px;
  -webkit-appearance: none;
}
#bandeaubas p {
  font-weight: 600;
}
#bandeaubas form input[type=checkbox] {
  margin: 0;
  vertical-align: middle;
  border: solid 1px #FFF;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  text-align: center;
  background-color: #FFF;
}
#bandeaubas form input[type=checkbox]:checked::before {
  content: "✔";
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 20px;
}
#bandeaubas form input[type=submit] {
  padding: 5px 20px;
  background-color: #70cf37;
  color: #FFF;
  margin-left: 50px;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
  border-radius: 6px;
}
#bandeaubas form input[type=button] {
  padding: 5px 20px;
  background-color: #000;
  color: #FFF;
  cursor: pointer;
  border: none;
  margin-left: 10px;
  margin-top: 15px;
  -webkit-appearance: none;
  border-radius: 6px;
}

.communication {
  text-align: center;
  width: auto;
  background-color: #11202c;
  line-height: 30px;
  color: #FFF;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 6px;
}
.communication a {
  color: #FFF;
}

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