@charset "UTF-8";
@-webkit-keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
@font-face {
  font-family: "a_accountant_signatureregular";
  src: url("../fonts/aaccountantsignature-webfont.woff2") format("woff2"), url("../fonts/aaccountantsignature-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/************************************************************
******** GENERAL
************************************************************/
::-moz-selection {
  color: #fff;
  background: #ff585d;
}

::selection {
  color: #fff;
  background: #ff585d;
}

body {
  font-family: "Urbanist", sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

body#body-maintenance {
  height: 100%;
  background: #612141;
}

/*Titres, paragraphes, liens */
a, input, button {
  transition: all 0.2s ease-in-out;
}

a {
  color: #1170B6;
  text-decoration: none;
}
a:hover {
  color: rgba(17, 112, 182, 0.7);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

p,
ul {
  font-size: 16px;
  line-height: 28px;
}

/* Boutons */
.btn {
  display: inline-block;
  padding: 12px 21px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0px solid transparent;
  border-radius: 0px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #f5f5f5;
}
.btn-default:focus, .btn-default.focus, .btn-default:hover {
  color: #fff;
  background-color: #000;
  border-color: #333;
}
.btn-inverse {
  color: #fff;
  background-color: #000;
  border-color: #333;
}
.btn-inverse:focus, .btn-inverse.focus, .btn-inverse:hover {
  color: #333;
  background-color: #fff;
  border-color: #f5f5f5;
}

/* Réseaux sociaux */
.social-networks {
  /* Background gradient hover instagram
  .sn-instagram {
  	background: #d6249f;
  	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  	color:$blanc;
  	&:hover {
  		background: radial-gradient(circle at 30% 107%, $bleu-ciel 0%, $bleu-ciel 5%, $bleu-ciel 45%,$bleu-ciel 60%,$bleu-ciel 90%);
  	}
  }
  */
}
.social-networks .sn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  background: #000;
  color: #fff;
  margin: 1px;
}
.social-networks .sn i {
  line-height: 40px !important;
}
.social-networks .sn:hover {
  background: #fff;
  color: #000;
}

/* Bloc texte informatif */
.blockDashed {
  text-align: center;
  margin: 10px;
  padding: 20px;
  border: 1px grey dashed;
  background: rgba(0, 0, 0, 0.06);
}

/* Margin */
.margin-top5 {
  margin-top: 5px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

.margin-top35 {
  margin-top: 35px !important;
}

.margin-top40 {
  margin-top: 40px !important;
}

.margin-top45 {
  margin-top: 45px !important;
}

.margin-top50 {
  margin-top: 50px !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-bottom25 {
  margin-bottom: 25px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

.margin-bottom35 {
  margin-bottom: 35px !important;
}

.margin-bottom40 {
  margin-bottom: 40px !important;
}

.margin-bottom45 {
  margin-bottom: 45px !important;
}

.margin-bottom50 {
  margin-bottom: 50px !important;
}

/* Visible/Hidden */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl,
.visible-xxl {
  display: none !important;
}

@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-xl {
    display: block !important;
  }
}
@media (min-width: 1400px) {
  .visible-xxl {
    display: block !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none !important;
  }
}
/** Vidéos responsive **/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Color Modal */
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.7;
}

/** Tooltip **/
.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #333;
}

.bs-tooltip-right .arrow:before {
  border-right-color: #333 !important;
}

.bs-tooltip-left .arrow:before {
  border-left-color: #333 !important;
}

.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #333 !important;
}

.bs-tooltip-top .arrow:before {
  border-top-color: #333 !important;
}

/** SFBadminbar **/
#sfbadminbar-body {
  margin-top: 0 !important;
}

#sfbadminbar {
  font-family: "Arial", sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
}
#sfbadminbar p,
#sfbadminbar ul {
  font-size: 14px !important;
  font-style: normal !important;
}

/** ReCaptcha V3 hidden **/
/************************************************************
******** STYLE DES IMAGES
************************************************************/
.img-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: 250px;
  height: auto !important;
}
.img-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  max-width: 250px;
  height: auto !important;
}
.img-inline {
  display: inline-block;
  width: 32% !important;
  margin: 0.5%;
  height: auto !important;
}
.img-responsive, .img-fluid {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .img-inline {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .img-left {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .img-right {
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
    max-width: 100%;
  }
}
#maintenance {
  position: absolute;
  z-index: 4;
  padding: 30px 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #maintenance {
    position: relative;
    top: inherit;
    transform: inherit;
  }
}
@media screen and (max-width: 575px) {
  #maintenance {
    padding: 21px 0;
  }
}
#maintenance .container-fluid {
  padding: 0 30px;
}
@media screen and (max-width: 575px) {
  #maintenance .container-fluid {
    padding: 0 21px;
  }
}
#maintenance .logo-infos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #maintenance .logo-infos {
    flex-wrap: wrap;
  }
}
#maintenance .logo-infos .logo {
  width: 290px;
}
@media screen and (max-width: 1280px) {
  #maintenance .logo-infos .logo {
    width: 230px;
  }
}
#maintenance .logo-infos .infos {
  width: calc(100% - 290px);
  color: #fff;
  padding-left: 30px;
}
@media screen and (max-width: 1280px) {
  #maintenance .logo-infos .infos {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 767px) {
  #maintenance .logo-infos .infos {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
#maintenance .logo-infos .infos .name {
  font-family: "a_accountant_signatureregular", sans-serif;
  font-size: 70px;
  line-height: 50px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1380px) {
  #maintenance .logo-infos .infos .name {
    font-size: 60px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #maintenance .logo-infos .infos .name {
    font-size: 50px;
    line-height: 30px;
  }
}
#maintenance .logo-infos .infos .subtitle {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 26px;
}
@media screen and (max-width: 1280px) {
  #maintenance .logo-infos .infos .subtitle {
    font-size: 22px;
    line-height: 24px;
  }
}
#maintenance .logo-infos .infos a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  #maintenance .logo-infos .infos a {
    font-size: 20px;
    line-height: 26px;
  }
}
#maintenance .logo-infos .infos a .icon {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  line-height: 40px;
  font-size: 20px;
  background: #ff585d;
  color: #fff;
  text-align: center;
}
#maintenance .logo-infos .infos a .text {
  width: calc(100% - 38px);
  padding-left: 12px;
  transition: all 0.2s ease-in-out;
}
#maintenance .logo-infos .infos a + a {
  margin-top: 8px;
}
#maintenance .logo-infos .infos a:hover .text {
  color: #ff585d;
}
#maintenance h1 {
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1280px) {
  #maintenance h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
#maintenance p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

#mask-maintenance {
  position: fixed;
  z-index: 3;
  top: 0;
  left: calc(100% - 460px);
  height: 100vh;
  width: 210px;
  background: url("../img/mask.png") no-repeat center left;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  #mask-maintenance {
    left: calc(100% - 200px);
  }
}
@media screen and (max-width: 630px) {
  #mask-maintenance {
    left: calc(100% - 160px);
  }
}
@media screen and (max-width: 575px) {
  #mask-maintenance {
    display: none;
  }
}

#photo-maintenance {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100vh;
  width: 460px;
  background: url("../img/photo-maintenance.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  #photo-maintenance {
    width: 200px;
  }
}
@media screen and (max-width: 630px) {
  #photo-maintenance {
    width: 160px;
  }
}
@media screen and (max-width: 575px) {
  #photo-maintenance {
    display: none;
  }
}/*# sourceMappingURL=main_fo.css.map */