html, body {
  color: #4b5c7a; }

.maincolor {
  color: #a40d20; }

.sndcolor {
  color: #0d1839; }

.dark {
  color: #0d1839; }

.white {
  color: #FFFFFF; }

.bgmain {
  background: #a40d20; }

.bgwhite {
  background: #FFFFFF; }

.bgsnd {
  background: #0d1839; }

.bgdark {
  background: #0d1839; }

h1 {
  color: #FFFFFF; }

h2 {
  color: #a40d20; }

a {
  text-decoration: none;
  color: #a40d20;
  font-weight: inherit; }

p, li {
  color: #4b5c7a; }

h4 {
  color: #0d1839; }

* {
  font-family: "Poppins", sans-serif;
  outline-style: none !important; }

html, body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 25px; }

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  line-height: 54px;
  font-weight: 700;
  color: #a40d20; }

h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 40px; }
  h2 span.light {
    font-weight: 500;
    color: #0d1839;
    display: block;
    line-height: 38px;
    font-size: 25px; }
  @media only screen and (max-width: 550px) {
    h2 {
      font-size: 35px; } }

h3 {
  font-size: 39px;
  line-height: 40px; }

h4 {
  font-size: 21px;
  margin: 0; }
  @media only screen and (max-width: 1200px) {
    h4 {
      font-size: 18px; } }

h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif; }

h5 {
  font-size: 17px;
  margin: 0 0 5px 0; }

a {
  font-family: inherit;
  font-size: inherit; }
  a.none {
    text-decoration: none; }
  a:hover {
    color: #0d1839; }
  a.hover_snd:hover {
    color: #0d1839; }
  a.white_link:hover {
    color: #FFFFFF; }

.content a {
  font-weight: 700; }
.content p {
  text-align: inherit; }
.content.last-center p {
  text-align-last: center; }
.content h2 {
  font-size: 22px;
  margin-bottom: 10px; }

p, address {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 10px 0;
  font-weight: 400;
  font-style: normal;
  line-height: 30px; }

small {
  font-size: 12px;
  font-weight: 200; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.light {
  font-weight: 300; }

.blackitalic {
  font-weight: 900; }

.mainfont {
  font-family: "Poppins", sans-serif; }

.titrefont {
  font-family: "Poppins", sans-serif; }

.underline {
  text-decoration: underline; }

.nosouligne {
  text-decoration: none; }

.letterspace {
  letter-spacing: 1.5px; }

.letterspacebig {
  letter-spacing: 3px; }

.italic {
  font-style: italic; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

em {
  font-family: inherit;
  font-style: italic; }

strong {
  font-weight: 700;
  font-family: inherit;
  font-size: inherit; }

span {
  font-family: inherit;
  font-weight: inherit;
  font-family: inherit; }

.uppercase {
  text-transform: uppercase; }

.normal {
  text-transform: initial; }

.smallLineheight {
  line-height: 20px; }

ul {
  padding-left: 20px; }
  ul li {
    padding-left: 3px;
    list-style-type: disc;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: inherit; }
  ul.none {
    padding-left: 0; }
    ul.none li {
      padding-left: 0;
      list-style-type: none;
      font-size: 16px;
      font-family: "Poppins", sans-serif; }

.border_text {
  color: transparent;
  -webkit-text-stroke: 1px #a40d20;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 60px; }

.border_text.white_stroke {
  -webkit-text-stroke: 1px #FFFFFF; }

hr {
  border: none;
  background: #a40d20;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px; }
  hr.white_hr {
    background: #FFFFFF;
    width: 100%; }

.f25 {
  font-size: 25px; }

input {
  display: block;
  width: 100%;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 25px; }
  input:focus {
    box-shadow: none;
    border: 1px solid #a40d20;
    outline: none; }
  input::placeholder {
    font-size: 15px;
    transition: all 0.3s; }
  input:focus::placeholder {
    font-size: 12px; }
  input[type=submit] {
    border: none;
    background: #a40d20;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #FFFFFF;
    padding: 15px 20px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
    input[type=submit]:hover {
      background: #0d1839;
      color: #FFFFFF; }
  input[type=radio] {
    display: inline;
    width: 15px;
    margin-bottom: 25px; }
  input[type=checkbox] {
    display: inline;
    line-height: 15px;
    width: 15px;
    margin-bottom: 0px; }

textarea {
  border: 1px solid #0d1839;
  -webkit-appearance: none;
  font: 16px "Poppins", sans-serif;
  padding: 10px 10px;
  background: #FFFFFF;
  display: block;
  width: 100%;
  min-height: 200px;
  color: #4b5c7a; }
  textarea:focus {
    box-shadow: none;
    outline: none; }
  textarea::placeholder {
    font-size: 15px; }

label {
  margin-bottom: 0.5rem;
  display: block;
  color: #0d1839; }
  label.form-check-label {
    display: inline; }

.form-check {
  display: inline;
  margin-right: 15px; }

button {
  border: none;
  background: #a40d20;
  text-align: center;
  margin: auto;
  margin-top: 30px;
  color: #FFFFFF;
  padding: 15px 20px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  margin-bottom: 30px; }
  button:hover {
    background: #0d1839;
    color: #FFFFFF; }

select {
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin-bottom: 25px; }

.form-group {
  margin-top: 40px; }

.group-form {
  border: 1px solid #0d1839;
  padding: 15px; }
  .group-form .form-group {
    margin: 0 10px 0 0; }

.btn {
  font-size: 16px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
  height: 40px;
  margin-top: 30px;
  transition: all 0.3s;
  width: fit-content;
  max-width: 300px;
  padding: 0 25px;
  line-height: 17px; }
  .btn.alignright {
    margin-right: 0; }
  .btn.btn_white {
    background: white;
    border: 1px solid #FFFFFF; }
    .btn.btn_white:hover {
      color: #FFFFFF;
      background: transparent; }
  .btn.btn_white_outline {
    border: 1px solid #FFFFFF;
    background: transparent;
    color: white; }
    .btn.btn_white_outline:hover {
      color: #0d1839;
      background: #FFFFFF; }
  .btn.btn_snd_outline {
    border: 1px solid #0d1839;
    background: transparent;
    color: #0d1839; }
    .btn.btn_snd_outline:hover {
      color: #FFFFFF;
      background: #0d1839; }
  .btn.btn_dark {
    background: #0d1839;
    color: white; }
    .btn.btn_dark:hover {
      background: #a40d20; }
  .btn.btn_snd {
    background: #0d1839;
    color: white; }
    .btn.btn_snd:hover {
      color: #FFFFFF;
      background: #a40d20; }
  .btn.btn_lightgrey {
    background: #f2f0f0;
    color: #0d1839; }
    .btn.btn_lightgrey:hover {
      background: #0d1839;
      color: white; }
  .btn.btn_main {
    background: #a40d20;
    color: white; }
    .btn.btn_main:hover {
      color: #FFFFFF;
      background: #0d1839; }
  .btn.btn_outline_snd {
    border: 1px solid #0d1839;
    color: #0d1839;
    background: transparent; }
    .btn.btn_outline_snd:hover {
      background: #0d1839;
      color: #FFFFFF; }
  .btn.btn_main_outline {
    border: 1px solid #a40d20;
    background: transparent;
    color: #a40d20; }
    .btn.btn_main_outline:hover {
      color: #FFFFFF;
      background: #a40d20; }

button {
  text-transform: none; }

.fancybox-skin {
  background: none;
  padding: 0 !important; }
  .fancybox-skin .fancybox-inner {
    width: 100% !important;
    background: #fff !important; }

.m100 {
  max-width: 100%; }

.m90 {
  max-width: 90%; }

.m75 {
  max-width: 75%; }

.m50 {
  max-width: 50%; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.index-999 {
  z-index: 999; }

.flex {
  display: flex; }

img {
  max-width: 100%; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.mt-2 {
  margin-top: 20px; }

.mt-5 {
  margin-top: 30px; }

.mr-2 {
  margin-right: 10px; }

.p-2 {
  padding: 10px; }

.p-3 {
  padding: 20px; }

.mb-2 {
  margin-bottom: 10px; }

.px-5 {
  padding-left: 25px;
  padding-right: 25px; }

.hide {
  display: none; }

.mx-auto {
  margin: auto; }

.my-0 {
  margin: 0; }

.ariane {
  z-index: 9999;
  position: absolute;
  left: 15%;
  top: 115px; }
  @media only screen and (max-width: 1515px) {
    .ariane {
      left: 9%; } }
  @media only screen and (max-width: 1199px) {
    .ariane {
      left: 20px; } }
  @media only screen and (max-width: 991px) {
    .ariane {
      display: none; } }
  .ariane ul {
    padding: 0; }
    .ariane ul li {
      padding: 0;
      display: inline-block;
      margin: 0;
      font-weight: 200;
      color: #FFFFFF;
      font-size: 12px;
      white-space: nowrap; }
      .ariane ul li.white {
        color: #FFFFFF; }
      .ariane ul li.accueil {
        position: relative;
        letter-spacing: 1.5px; }
        .ariane ul li.accueil a {
          text-decoration: none;
          color: #a40d20;
          font-size: 15px; }
          .ariane ul li.accueil a:hover {
            color: #FFFFFF; }
        .ariane ul li.accueil::before {
          width: 12px;
          background: #0d1839;
          height: 1px;
          content: "";
          position: absolute;
          left: -20px;
          top: 50%; }
      .ariane ul li.sndlevel {
        position: relative;
        letter-spacing: 1.5px; }
        .ariane ul li.sndlevel a {
          text-decoration: none;
          font-size: 15px; }
      .ariane ul li::before {
        content: none; }
      .ariane ul li::after {
        padding-left: 10px;
        content: ">";
        padding-right: 8px; }
      .ariane ul li:last-child {
        text-decoration: none; }
        .ariane ul li:last-child::after {
          content: none; }
      .ariane ul li a {
        font-weight: 400;
        color: #FFFFFF; }
        .ariane ul li a:hover {
          color: #a40d20; }
  .ariane.actu_ariane {
    left: 15px;
    top: -37px; }
    @media only screen and (max-width: 1515px) {
      .ariane.actu_ariane {
        left: 15px; } }
    @media only screen and (max-width: 1199px) {
      .ariane.actu_ariane {
        left: 15px; } }
    @media only screen and (max-width: 991px) {
      .ariane.actu_ariane {
        display: none; } }

.border-left-main {
  border-left: 1px solid #a40d20; }

.border-right-snd {
  border-right: 10px solid #0d1839; }
  @media screen and (max-width: 767px) {
    .border-right-snd {
      border-right: 0; } }

.module {
  margin-top: 150px;
  opacity: 0;
  transition: all 0.3s; }
  .module.module-1 {
    margin-top: 50px; }
  .module.module-2 {
    margin-top: 80px; }
  .module.module-3 {
    margin-top: 110px; }
  .module.module-4 {
    margin-top: 140px; }
  .module.module-5 {
    margin-top: 170px; }
  .module.module-6 {
    margin-top: 190px; }

.module-absolute {
  bottom: -360px;
  opacity: 0;
  transition: all 0.5s;
  transform: rotate(-65deg); }
  .module-absolute.up {
    transform: rotate(0deg); }

.module-second, .module-third {
  bottom: -160px;
  opacity: 0;
  transition: all 0.5s;
  transform: rotate(-35deg); }
  .module-second.up, .module-third.up {
    transform: rotate(0deg); }

.module-offre {
  margin-top: 150px;
  opacity: 0;
  transition: all 0.3s; }
  .module-offre.module-1 {
    margin-top: 50px; }
  .module-offre.module-2 {
    margin-top: 80px; }
  .module-offre.module-3 {
    margin-top: 110px; }
  .module-offre.module-4 {
    margin-top: 140px; }
  .module-offre.module-5 {
    margin-top: 170px; }
  .module-offre.module-6 {
    margin-top: 190px; }

@keyframes zoomIn {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }
.my-marker-inner {
  background: url("../images/marker.png") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -63px;
  left: -10px; }

header .tooltip {
  /* Red */ }
  header .tooltip .arrow::before {
    border-bottom-color: #0d1839; }
  header .tooltip .tooltip-inner {
    background: #0d1839;
    border-radius: 50px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 13px; }

.choiceNombre .tooltip {
  max-width: 250px;
  position: absolute;
  font-size: 12px; }

.woocommerce-info {
  border-top-color: #a40d20 !important; }
  .woocommerce-info::before {
    color: #a40d20 !important; }

.woocommerce-error li {
  font-size: 15px !important; }

.woocommerce-privacy-policy-text p {
  font-size: 15px !important; }

.woocommerce-MyAccount-navigation {
  width: 27%; }
  .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 10px;
    padding: 10px;
    background: #f2f0f0; }
    .woocommerce-MyAccount-navigation ul li a {
      color: #a40d20; }

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
  background: #0d1839 !important; }

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #a40d20 !important; }

#tarteaucitronCloseAlert {
  color: #FFFFFF !important; }

#tarteaucitronPercentage {
  background: #0d1839 !important;
  box-shadow: none !important; }

#tarteaucitronAlertBig #tarteaucitronPersonalize {
  color: #a40d20 !important; }

header {
  background-color: #fff;
  padding: 30px 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px; }

footer {
  background: black;
  padding: 10px 0; }
  footer a {
    color: white; }

.sidebar {
  background: #FFFFFF;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 280px;
  z-index: 1000; }
  .sidebar .sidebar-logo {
    height: 65px;
    padding: 10px; }
    .sidebar .sidebar-logo img.carre {
      width: 55px; }
    .sidebar .sidebar-logo img.grand {
      width: 165px;
      height: 51px; }
  .sidebar ul {
    list-style-type: none; }
    .sidebar ul li {
      position: relative; }
      .sidebar ul li a {
        display: block;
        font-size: 15px;
        color: black;
        font-weight: 500;
        padding: 5px 15px;
        position: relative;
        white-space: nowrap; }
        .sidebar ul li a svg {
          display: inline-block;
          height: 15px;
          left: 0;
          margin-right: 14px;
          position: relative;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          width: 35px; }
        .sidebar ul li a:hover {
          color: #a40d20; }
  .sidebar .sidebar-menu {
    border-right: 1px solid rgba(0, 0, 0, 0.0625);
    height: calc(100vh - 65px);
    list-style: none;
    margin: 0;
    overflow: auto;
    padding: 30px 0;
    position: relative; }
  .sidebar .ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto; }
  @media (min-width: 992px) and (max-width: 1400px) {
    .sidebar {
      width: 70px; }
      .sidebar .sidebar-logo img.grand {
        display: none; }
      .sidebar:hover {
        width: 280px; }
        .sidebar:hover .sidebar-logo img.grand {
          display: block; } }
  @media screen and (max-width: 991px) {
    .sidebar {
      left: -280px;
      width: 250px; } }

table {
  width: 100%;
  border: 1px solid #e9ecef;
  border-spacing: 2px;
  border-collapse: collapse; }
  table th {
    border-bottom-width: 2px;
    vertical-align: bottom;
    text-align: left;
    border: 1px solid #e9ecef;
    border-bottom: 2px solid #e9ecef;
    padding: 0.75rem; }
  table tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  table tbody tr td {
    padding: 12px;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
    table tbody tr td svg {
      margin: auto;
      fill: #0d1839;
      width: 20px;
      height: 20px; }
      table tbody tr td svg:hover {
        fill: #a40d20; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8); }
  .modal .modal-dialog {
    width: 50%;
    transform: translateX(-50%);
    top: 40px;
    background: white;
    padding: 25px;
    max-height: 70vh;
    overflow-y: auto;
    left: 50%;
    position: absolute; }

.border-right-white {
  border-right: 1px solid #FFFFFF; }

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  background: #f2f0f0; }

.page-container {
  padding-left: 280px; }
  .page-container .main-content {
    padding: 25px 20px 20px;
    min-height: calc(100vh - 61px); }
  @media (min-width: 992px) and (max-width: 1400px) {
    .page-container {
      padding-left: 70px; } }
  @media screen and (max-width: 991px) {
    .page-container {
      padding-left: 0; } }

.block {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.0625) !important;
  padding: 20px;
  margin-bottom: 15px; }

.progressbar {
  border: 1px solid #0d1839;
  height: 25px;
  display: flex;
  align-items: center; }
  .progressbar span {
    background: #f2f0f0;
    display: block;
    height: 100%;
    width: 0;
    text-align: right;
    color: #0d1839;
    padding: 0 5px;
    font-size: 12px; }

.socials svg {
  width: 20px;
  height: 20px;
  fill: #0d1839; }

.fichiers_cache {
  display: none; }

.modifier_fichier {
  cursor: pointer; }

.pagination {
  display: flex;
  justify-content: end; }
  .pagination li {
    margin: 0 8px;
    list-style-type: none; }
    .pagination li .page-link {
      padding: 4px 9px; }
    .pagination li.active .page-link {
      padding: 4px 9px; }
  .pagination #dataTable_filter label input {
    height: 31px;
    border: 1px solid rgba(75, 92, 122, 0.5); }
  .pagination #dataTable_length label select {
    height: 31px;
    border: 1px solid rgba(75, 92, 122, 0.5); }

#dataTable_info {
  margin-top: 15px; }

.loader {
  margin: 0;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: none; }

.toast {
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  min-width: 250px;
  position: fixed;
  bottom: 40px;
  display: none;
  right: 40px; }
  .toast .toastHeader {
    border-bottom: 1px solid #f2f0f0; }
  .toast svg {
    width: 25px;
    height: 25px; }
  .toast p {
    font-size: 13px; }

.dossierTermine {
  color: white; }
  .dossierTermine svg {
    fill: white; }

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