.noir {
  color: #000000;
}

.gris1 {
  color: #F6F6F6 !important;
}

.gris2 {
  color: #E5E5E5 !important;
}

.gris3 {
  color: #CCCCCC !important;
}

.gris4 {
  color: #AAAAAA !important;
}

.gris5 {
  color: #707070 !important;
}

.gris6 {
  color: #333333 !important;
}

.gris7 {
  color: #101017 !important;
}

.bg-gris1 {
  background: #F6F6F6 !important;
}

.bg-gris2 {
  background: #E5E5E5 !important;
}

.bg-gris3 {
  background: #CCCCCC !important;
}

.bg-gris4 {
  background: #AAAAAA !important;
}

.bg-gris5 {
  background: #707070 !important;
}

.bg-gris6 {
  background: #333333 !important;
}

.bg-gris7 {
  background: #101017 !important;
}

.blanc {
  color: #FFFFFF;
}

.main-color {
  color: #455a64;
}

.secondary-color {
  color: #fb8c00;
}

.danger-color {
  color: #f66d6d;
}

/* ==========================================================================
|  RESPONSIVE
========================================================================== */
/* ==========================================================================
|  TAILLE DES TEXTES
========================================================================== */
/* ==========================================================================
|  ANIMATIONS - TRANSITIONS
========================================================================== */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
strong {
  font-weight: bold;
}

/* ==========================================================================
|  RESET EFIL
========================================================================== */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

.clear {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.ombre {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

small {
  font-size: 70%;
}

iframe {
  max-width: 100%;
  width: 100%;
}

em {
  font-style: italic;
}

sub,
sup {
  font-size: 60%;
}

body a {
  color: #455a64;
}
body a:focus {
  outline: none !important;
}
body a:hover {
  color: #fb8c00;
}

img {
  display: block;
}

section {
  padding-bottom: 40px;
}

.ajax-progress {
  display: none !important;
}

.transition, .pagination-links .pager li div,
.pagination-links .pager li a, .galery-photo ul li .galery-photo-cadre .galery-photo-cadre-hover, table tr, .button, #page .dataTables_wrapper .dataTables_paginate a, form button, form .form-actions button, form .form-actions .button, form .form-actions button, form .form-actions button, form .form-actions .button-secondary, .button-secondary, #page .dataTables_wrapper .dataTables_paginate a.current, body #page main #person-container {
  transition: all 0.2s linear;
}

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

.container {
  max-width: 1240px;
  margin: auto;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 20px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .hidden-phone {
    display: none !important;
  }
}
.clear {
  height: 1px;
  display: block;
}

body {
  font-family: "Source Serif Pro", serif;
  font-size: 1.125rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  color: #333;
  background: #FFF;
  overflow-x: hidden;
}
body header {
  position: fixed;
  z-index: 1000;
  top: 0;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #455a64;
  color: #FFF;
  padding: 0 30px;
}
body header .logo {
  width: 300px;
  margin-top: 15px;
  position: absolute;
}
body header .logo a {
  color: #FFF;
  position: relative;
  z-index: 10;
}
body header .logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 38px;
  left: -31px;
  width: 179px;
  height: 52px;
  background: url(/images/mask.svg?0b9e952e0e59880f119c915f42caaa2f) no-repeat;
  background-size: contain;
}
body header nav {
  margin-left: 350px;
}
body header nav ul {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}
body header nav ul li {
  display: block;
}
body header nav ul li a {
  display: block;
  margin: 0 20px;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.125rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  line-height: 1;
}
body header .user {
  margin-left: auto;
  display: flex;
  align-items: center;
}
body header .user .link-login a {
  color: #FFF;
  margin: 10px;
}
body header .user ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header .user #navbarDropdown {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fb8c00;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
body header .user #navbarDropdown:after {
  display: none;
}
body header .user #navbarDropdown span {
  position: absolute;
  left: 10px;
}
body header .user #navbarDropdown span::first-letter {
  font-size: 20px;
  font-weight: bold;
  margin-right: 50px;
}
body header .user .dropdown-menu {
  z-index: 100;
  top: 8px !important;
}
body #page {
  padding: 100px 50px 30px 50px;
}
@media (max-width: 991px) {
  body #page {
    padding: 100px 20px 30px 20px;
  }
}
body #page main {
  position: relative;
}
body #page main .bt-filter {
  margin: -30px 0 20px 0;
  display: inline-block;
  text-align: right;
  padding: 0;
}
body #page main .bt-filter .button, body #page main .bt-filter .dataTables_wrapper .dataTables_paginate a, body #page .dataTables_wrapper .dataTables_paginate main .bt-filter a, body form .form-actions #page main .bt-filter .dataTables_wrapper .dataTables_paginate a, form .form-actions body #page main .bt-filter .dataTables_wrapper .dataTables_paginate a, body form .form-actions #page .dataTables_wrapper .dataTables_paginate main .bt-filter a, form .form-actions body #page .dataTables_wrapper .dataTables_paginate main .bt-filter a, body #page main .bt-filter .dataTables_wrapper .dataTables_paginate form .form-actions a, body #page .dataTables_wrapper .dataTables_paginate form .form-actions main .bt-filter a, body #page main .bt-filter form button, form body #page main .bt-filter button, body #page main .bt-filter form .form-actions button, form .form-actions body #page main .bt-filter button, body #page main .bt-filter form .form-actions .button, body #page main .bt-filter form .form-actions .dataTables_wrapper .dataTables_paginate a, body #page .dataTables_wrapper .dataTables_paginate main .bt-filter form .form-actions a, body #page main .bt-filter form .form-actions #page .dataTables_wrapper .dataTables_paginate a, body #page main .bt-filter .dataTables_wrapper .dataTables_paginate form .form-actions a, body #page .dataTables_wrapper .dataTables_paginate main .bt-filter form .form-actions a, body #page main .bt-filter form .form-actions button, body #page main .bt-filter form .form-actions button, form .form-actions body #page main .bt-filter .button, form .form-actions body #page main .bt-filter .dataTables_wrapper .dataTables_paginate a, form .form-actions body #page .dataTables_wrapper .dataTables_paginate main .bt-filter a, form .form-actions body #page main .bt-filter .dataTables_wrapper .dataTables_paginate a, form .form-actions body #page .dataTables_wrapper .dataTables_paginate main .bt-filter a, #page .dataTables_wrapper .dataTables_paginate form .form-actions body #page main .bt-filter a, form .form-actions body #page main .bt-filter button, form .form-actions body #page main .bt-filter button, body #page main .bt-filter form .form-actions .button-secondary, body #page main .bt-filter form .form-actions .dataTables_wrapper .dataTables_paginate a.current, body #page .dataTables_wrapper .dataTables_paginate main .bt-filter form .form-actions a.current, form .form-actions body #page main .bt-filter .button-secondary, form .form-actions body #page main .bt-filter .dataTables_wrapper .dataTables_paginate a.current, form .form-actions body #page .dataTables_wrapper .dataTables_paginate main .bt-filter a.current, body #page main .bt-filter .button-secondary, body #page main .bt-filter .dataTables_wrapper .dataTables_paginate a.current, body #page .dataTables_wrapper .dataTables_paginate main .bt-filter a.current {
  padding: 10px 40px;
  font-size: 1.25rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  text-transform: uppercase;
  cursor: pointer;
}
body #page main #form-search {
  position: relative;
  z-index: 2;
  background: #FFF;
}
/* ==========================================================================
|  STYLE TEXTE
========================================================================== */
body h1 {
  font-size: 3.125rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  font-weight: 300;
  font-style: italic;
  color: #707070;
  margin-bottom: 40px;
}
body h1:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #e9ebec;
}
body h2 {
  font-size: 1.25rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0;
}
body h3 {
  font-size: 1rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  font-weight: normal;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body h1 {
    font-size: 1.75rem;
    /*
      @if $size == $taille9 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8); 
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2); 
        }
      }
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5); 
        }
      }
      */
    line-height: 1.3;
  }
  body h2 {
    font-size: 1.5rem;
    /*
      @if $size == $taille9 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8); 
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2); 
        }
      }
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5); 
        }
      }
      */
    line-height: 1.3;
  }
  body h3 {
    font-size: 1.25rem;
    /*
      @if $size == $taille9 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8); 
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2); 
        }
      }
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5); 
        }
      }
      */
    line-height: 1.3;
  }
}
body .tags {
  color: #455a64;
  margin-right: 5px;
}
body .list-tags {
  display: flex;
}

/* ==========================================================================
|  BOUTONS
========================================================================== */
.btn-primary {
  background: #7e85e7;
  border-color: #7e85e7;
}

.btn-outline-primary {
  color: #7e85e7;
  border-color: #7e85e7;
}

.button, #page .dataTables_wrapper .dataTables_paginate a, form button, form .form-actions button, form .form-actions .button, form .form-actions button, form .form-actions button, form .form-actions .button-secondary, .button-secondary, #page .dataTables_wrapper .dataTables_paginate a.current {
  background: #455a64;
  padding: 5px 20px;
  border-radius: 5px;
  color: #FFF;
  border: 2px solid #455a64;
  font-weight: bold;
  text-decoration: none;
}
.button:hover, #page .dataTables_wrapper .dataTables_paginate a:hover, form button:hover, form .form-actions button:hover, form .form-actions .button:hover, form .form-actions .button-secondary:hover, .button-secondary:hover {
  background: #FFF;
  color: #455a64;
}

.button-secondary, #page .dataTables_wrapper .dataTables_paginate a.current {
  background: #fb8c00;
  border-color: #fb8c00;
}
.button-secondary:hover, #page .dataTables_wrapper .dataTables_paginate a.current:hover {
  color: #fb8c00;
}

.fa-times-circle {
  color: #dc3545;
}

.fa-times {
  color: #dc3545;
}

.fa-check-circle {
  color: #198754;
}

.fa-check {
  color: #198754;
}

/* .badge{border: none!important; border: none!important; margin-right: 5px;}
 */
.badge.badge-success {
  background: #8BC34A;
}
.badge.badge-pending {
  background: #FBC02D;
}
.badge.badge-error {
  background: #F44336;
}
.badge.badge-running {
  background: #03A9F4;
}
.badge.badge-canceled {
  background: #607D8B;
}
.badge.badge-no-column {
  background: #eb700c;
}
.badge.badge-no-lastname {
  background: #a216b4;
}
.badge.badge-pdf-empty {
  background: #252325;
}

.font-20 {
  font-size: 20px;
}

.font-30 {
  font-size: 30px;
}

.font-40 {
  font-size: 40px;
}

.font-50 {
  font-size: 50px;
}

.button-fixed-footer {
  position: fixed;
  z-index: 1000;
  background: #f0f0ff;
  bottom: 0;
  right: 0;
  width: calc(100% - 250px);
  padding: 0px 50px;
  height: 70px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.button-fixed-footer a {
  margin-left: 20px;
}

/* ==========================================================================
|  FORM
========================================================================== */
form {
  /* input[type='datetime-local']{line-height: 30px!important; padding-left: 0!important;} */
}
form label {
  margin-bottom: 3px;
}
form .form-check,
form .form-radio {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
form .form-check input[type=checkbox],
form .form-radio input[type=checkbox] {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  position: relative;
}
form .form-check input[type=radio],
form .form-radio input[type=radio] {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  position: relative;
}
form .form-check label,
form .form-radio label {
  margin: 0 !important;
}
form .form-check-input {
  margin: 2px 10px 0 0 !important;
}
form input:not(.btn):not(.button):not(.button-secondary):not([type=radio]):not([type=checkbox]) {
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin: 0 0 15px 0;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  padding: 0 20px;
  line-height: 40px;
}
form input:not(.btn):not(.button):not(.button-secondary):not([type=radio]):not([type=checkbox])::-moz-placeholder {
  font-weight: normal;
}
form input:not(.btn):not(.button):not(.button-secondary):not([type=radio]):not([type=checkbox])::placeholder {
  font-weight: normal;
}
form input[type=file] {
  line-height: 30px !important;
  padding-left: 0 !important;
}
form select {
  border-radius: 5px;
  height: 40px;
  border: 2px solid #CCCCCC;
  padding: 0 20px;
  line-height: 40px;
  width: 100%;
  background: #FFFFFF;
  margin: 0 0 15px 0;
}
form select[multiple] {
  height: 80px;
}
form .inactive input {
  background: #E5E5E5 !important;
}
form input:disabled {
  background: #E5E5E5 !important;
}
form textarea {
  border-radius: 5px;
  width: 100%;
  margin: 0;
  background: #FFFFFF;
  border: 2px solid #CCCCCC;
  padding: 10px 20px;
  line-height: 30px;
  margin-top: 0.5rem;
  width: 100%;
}
form .form-actions {
  text-align: center;
}
form .form-actions .button, form .form-actions #page .dataTables_wrapper .dataTables_paginate a, #page .dataTables_wrapper .dataTables_paginate form .form-actions a, form .form-actions button, form .form-actions button, form .form-actions .button-secondary {
  width: auto;
}
form .field-disabled {
  display: none;
}
form .mandatory {
  color: #be1010;
}
form .datepicker {
  padding: 0;
}
form .datepicker .input-group {
  display: flex;
}
form .datepicker .input-group .input-group-append {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
}
form .datepicker .input-group .input-group-append span {
  display: block;
  width: 40px;
  height: 40px;
  background: none;
}
form .datepicker .input-group .input-group-append span i {
  color: #fb8c00;
}

.datepicker table tr td.active.active {
  background: #fb8c00 !important;
}

form.login-form {
  max-width: 500px;
  border-radius: 5px;
  border: 2px solid #E5E5E5;
  margin: auto;
  padding: 70px 30px 30px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
form.login-form h2 {
  text-align: center;
  color: #AAAAAA;
}
form.login-form .button, form.login-form #page .dataTables_wrapper .dataTables_paginate a, #page .dataTables_wrapper .dataTables_paginate form.login-form a, form.login-form .button-secondary, form.login-form button, form.login-form .form-actions button {
  margin: 0 auto 20px;
}
form.login-form:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  left: 50%;
  top: -140px;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  background: #fb8c00;
  border-radius: 50%;
}
form.login-form:after {
  content: "";
  position: absolute;
  z-index: 11;
  display: block;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  background: #FFF;
  border-radius: 50%;
}
form.login-form label {
  color: #AAAAAA;
}

.drop-down-hidden {
  display: none;
}

/* ==========================================================================
|  TABLEAU
========================================================================== */
table {
  width: 100%;
  background: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
table thead th {
  background: #455a64;
  color: #FFF;
  padding: 15px 30px;
  border-left: none;
  border-right: none;
  text-transform: uppercase;
  position: relative;
}
table thead th a.arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  margin-left: 10px;
  color: #fb8c00;
}
table th, table td {
  padding: 15px 30px;
  border-bottom: 1px solid #F6F6F6;
  vertical-align: middle;
  border-left: none;
  border-right: none;
}
table tr:hover {
  background: #F6F6F6;
}
table tr.active {
  background: #f0f0ff;
}
table td.tableau-btn {
  width: 160px;
  text-align: center;
}

.tab-list-cat td {
  width: 100%;
}
.tab-list-cat .primary-category-info {
  flex: 1;
}
.tab-list-cat .primary-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab-list-cat .primary-category a {
  margin-left: 20px;
}
.tab-list-cat .primary-category .secondary-category ul {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
.tab-list-cat .primary-category .secondary-category ul li strong {
  width: 200px;
  display: inline-block;
  margin-right: 30px;
}
.tab-list-cat .primary-category .secondary-category ul li:hover strong, .tab-list-cat .primary-category .secondary-category ul li:hover a {
  color: #455a64;
}
.tab-list-cat .primary-category-btn {
  width: 400px;
}

.table-list {
  /* .drop-down{padding: 15px;
      i{transform-origin: center;}
      &.active i{transform: rotate(180deg);}
  } */
  /* .td-event{display: block; width: 100%;} */
}
.table-list .male,
.table-list .female {
  border-top: 2px solid #455a64;
}
.table-list .male td.last-name,
.table-list .female td.last-name {
  padding-left: 40px;
  position: relative;
}
.table-list .male td.last-name:before,
.table-list .female td.last-name:before {
  content: "";
  left: 5px;
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
}
.table-list .male td.first-name p,
.table-list .female td.first-name p {
  text-transform: lowercase;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.table-list .male td.first-name p:first-letter,
.table-list .female td.first-name p:first-letter {
  text-transform: uppercase;
}
.table-list .male td.first-name span:first-letter,
.table-list .male td.first-name em:first-letter,
.table-list .female td.first-name span:first-letter,
.table-list .female td.first-name em:first-letter {
  text-transform: uppercase;
  display: inline-block;
}
.table-list .male:hover,
.table-list .female:hover {
  background: #455a64 !important;
  color: #FFF;
}
.table-list .male td,
.table-list .female td {
  border-bottom: 1px solid #E5E5E5;
}
.table-list .male td.last-name:before {
  background: url(/images/picto-man.svg?6631b25f02c2eb01b8c2232da059ca09) no-repeat center;
  background-size: 30px;
}
.table-list .female td.last-name:before {
  background: url(/images/picto-woman.svg?85f9b60504753859cf21dc3640311f20) no-repeat center;
  background-size: 24px;
}
.table-list .td-link {
  min-width: 180px;
  padding: 15px;
}
.table-list .td-link .list-link {
  display: flex;
  align-items: center;
}
.table-list .td-link .list-link a {
  margin: 0 2px;
  text-decoration: none;
}
.table-list tr:hover .td-link .list-link a.fa {
  color: #FFF;
}
.table-list .tr-event .td-event {
  padding: 0;
  background: transparent;
}
.table-list .tr-event table {
  table-layout: fixed;
  margin-bottom: 0;
  background: #EEE;
  /*  th{padding: 5px 30px; background: #EEE; color: #000;font-weight: normal;} */
}
.table-list .tr-event table td {
  padding: 5px 30px;
  color: #000;
}
.table-list .tr-event .td-search {
  text-align: right;
}
.table-list .tr-event .td-search a {
  text-decoration: none;
}
.table-list .tr-event td.td-adresse p {
  text-transform: lowercase;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.table-list .tr-event td.td-adresse p:first-letter {
  text-transform: uppercase;
}

/* ==========================================================================
|  BLOC
========================================================================== */
.line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.line .bloc {
  background: #FFF;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.line .bloc:before {
  content: "";
  height: 5px;
  width: 100%;
  display: block;
  background: #fb8c00;
}
.line .bloc .bloc-title {
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.line .bloc .bloc-title span {
  padding: 10px 40px;
  display: block;
  font-size: 1.25rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  text-transform: uppercase;
  color: #455a64;
}
.line .bloc .bloc-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background: #fb8c00;
}
.line .bloc .bloc-content {
  padding: 10px 40px 20px 40px;
  flex: 1;
}
.line .bloc .bloc-content .bloc-text {
  margin-bottom: 20px;
}
.line .bloc > form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.line .bloc > form .bloc-action {
  margin-top: auto;
}
.line .bloc .bloc-action {
  margin-top: auto;
  padding: 20px;
  background: #f0f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line .bloc .bloc-action .btn {
  margin: auto;
}
.line.line-col-1 .bloc {
  width: 100%;
}
.line.line-col-2 .bloc {
  width: 48%;
}
.line.line-col-3 .bloc {
  width: 31%;
}

body.admin {
  font-family: "Source Serif Pro", serif;
  font-size: 1rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  color: #333;
  background: #F6F6F6;
}
body.admin #page #left-col {
  position: fixed;
  z-index: 10000;
  height: 100%;
  width: 250px;
  background: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #6c757d;
  padding: 30px 0;
}
body.admin #page #left-col .sidebar, body.admin #page #left-col .sidebar-sticky {
  height: 100%;
}
body.admin #page #left-col ul.nav {
  height: 100%;
}
body.admin #page #left-col ul.nav li.nav-item a.nav-link {
  display: block;
  padding: 10px 30px 10px 30px;
  color: #6c757d;
  text-decoration: none;
  position: relative;
  opacity: 0.8;
}
body.admin #page #left-col ul.nav li.nav-item a.nav-link:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.03);
}
body.admin #page #left-col ul.nav li.nav-item a.nav-link i {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
}
body.admin #page #left-col ul.nav li.nav-item .dropdown-menu {
  display: none;
  border-radius: none;
  padding: 0 25px 0 25px;
  max-width: 100%;
  background: #FFF !important;
  border: none;
  position: relative !important;
  transform: none !important;
}
body.admin #page #left-col ul.nav li.nav-item .dropdown-menu a {
  display: block;
  width: 100%;
  color: #6c757d;
  text-decoration: none;
  opacity: 0.8;
  padding: 5px;
  background: none !important;
  white-space: normal;
}
body.admin #page #left-col ul.nav li.nav-item .dropdown-menu a:hover {
  opacity: 1;
}
body.admin #page #left-col ul.nav li.nav-item.dropdown {
  max-width: 100%;
}
body.admin #page #left-col ul.nav li.nav-item.dropdown > a.nav-link:after {
  content: "+";
  position: absolute;
  right: 20px;
  border: none;
  color: #6c757d;
}
body.admin #page #left-col ul.nav li.nav-item.show > a.dropdown-toggle {
  background: #979dea;
  color: #FFF;
  opacity: 1 !important;
}
body.admin #page #left-col ul.nav li.nav-item.show > a.nav-link:after {
  content: "-";
  position: absolute;
  right: 20px;
  opacity: 1;
  color: #FFF;
}
body.admin #page #left-col ul.nav li.nav-item.show .dropdown-menu {
  display: block;
}
body.admin #page #left-col ul.nav li.nav-item.active {
  background: #7e85e7;
}
body.admin #page #left-col ul.nav li.nav-item.active i,
body.admin #page #left-col ul.nav li.nav-item.active > a {
  color: #FFF !important;
  opacity: 1 !important;
}
body.admin #page #left-col ul.nav li.nav-item.active i:after,
body.admin #page #left-col ul.nav li.nav-item.active > a:after {
  color: #FFF !important;
}
body.admin #page #left-col ul.nav li.nav-item.active .dropdown-menu {
  display: block;
}
body.admin #page #left-col ul.nav li.nav-item:last-child {
  margin-top: auto;
}
body.admin #page #right-col {
  width: calc(100% - 250px);
  margin-left: 250px;
  background: #F6F6F6;
}
body.admin #page #right-col header {
  position: fixed;
  z-index: 1000;
  width: calc(100% - 250px);
  height: 70px;
  background: #FFF;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
body.admin #page #right-col header nav {
  display: flex;
  align-items: center;
  padding: 0;
}
body.admin #page #right-col header nav .logo {
  display: block;
  width: 67px;
}
body.admin #page #right-col header nav .logo img {
  display: block;
  height: 50px;
  width: 67px;
}
body.admin #page #right-col header nav .my-account-container {
  margin-left: auto;
  height: 70px;
  border-left: 1px solid #CCCCCC;
  padding: 15px;
}
body.admin #page #right-col header nav .my-account-container > .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #F6F6F6;
  padding: 0;
}
body.admin #page #right-col main {
  padding: 100px 60px 80px 60px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
  margin-bottom: 30px;
}
.card .card-header {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: none;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  z-index: 2;
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}
.card .card-header .card-heading {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.card .card-header-filtre {
  background-color: #AAA;
  color: #FFF;
}
.card .card-body {
  flex: 1 1 auto;
  padding: 2rem 2rem;
}
.card .card-footer {
  flex: 1 1 auto;
  padding: 1rem 2rem;
}
.card.card-disabled {
  opacity: 0.4;
}

.galery-photo ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.galery-photo ul li {
  width: 200px;
  margin: 10px;
}
.galery-photo ul li .galery-photo-cadre {
  height: 200px;
  width: 200px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 10px #DDD;
}
.galery-photo ul li .galery-photo-cadre img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.galery-photo ul li .galery-photo-cadre .galery-photo-cadre-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
.galery-photo ul li .galery-photo-cadre .galery-photo-cadre-hover a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.galery-photo ul li .galery-photo-cadre:hover .galery-photo-cadre-hover {
  opacity: 1;
}

#searchImage {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#searchImage #searchName {
  border-radius: 5px;
  height: 40px;
  width: 100%;
  margin: 0 15px 0 0;
  background: #FFFFFF !important;
  border: 2px solid #CCCCCC;
  padding: 0 20px;
  line-height: 40px;
}
#searchImage #searchName::-moz-placeholder {
  font-weight: normal;
}
#searchImage #searchName::placeholder {
  font-weight: normal;
}

.filter-container {
  text-align: right;
  /* form{text-align: left; background: #FFF; padding: 30px; box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); margin: -10px 0 60px 0;

  } */
}
.filter-container .filter-button {
  margin-bottom: 20px;
}
.filter-container .filter-button #filters {
  margin: 0 0 0 10px;
}
.filter-container form {
  text-align: left;
  margin: 20px 0 60px 0;
}

/* ==========================================================================
|  PAGING
========================================================================== */
.pagination-links .pager {
  max-width: 1000px;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 0 0 3px #CCCCCC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F6F6F6;
}
.pagination-links .pager li.disabled {
  opacity: 0.5;
}
.pagination-links .pager li.disabled div svg,
.pagination-links .pager li.disabled a svg {
  stroke: #000 !important;
}
.pagination-links .pager li div,
.pagination-links .pager li a {
  transform: scale(1);
  color: #000;
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}
.pagination-links .pager li div svg,
.pagination-links .pager li a svg {
  stroke: #000 !important;
}
.pagination-links .pager li div:hover,
.pagination-links .pager li a:hover {
  color: #fb8c00;
}
.pagination-links .pager li.active div {
  background: #455a64;
  border-radius: 5px;
  transform: scale(1.3);
  color: #FFF;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}
.pagination-links .pager li.first {
  padding-left: 20px;
  padding-right: 10px;
  border-right: 2px solid #E5E5E5;
}
.pagination-links .pager li.first div,
.pagination-links .pager li.first a {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-start;
}
.pagination-links .pager li.first div svg,
.pagination-links .pager li.first a svg {
  margin-right: 20px;
}
.pagination-links .pager li.last {
  padding-right: 20px;
  padding-left: 10px;
  border-left: 2px solid #E5E5E5;
}
.pagination-links .pager li.last div,
.pagination-links .pager li.last a {
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
}
.pagination-links .pager li.last div svg,
.pagination-links .pager li.last a svg {
  margin-left: 20px;
}

/* ==========================================================================
|  DATATABLE
========================================================================== */
#page .dataTables_wrapper .dataTables_length,
#page .dataTables_wrapper .dataTables_filter {
  margin-bottom: 30px;
}
#page .dataTables_wrapper .dataTables_paginate {
  margin-top: 30px;
}
#page .dataTables_wrapper .dataTables_paginate a {
  color: #FFF !important;
}
#page .dataTables_wrapper .dataTables_paginate a:hover {
  color: #455a64 !important;
}
#page .dataTables_wrapper .dataTables_paginate a.current {
  color: #FFF !important;
}
#page .dataTables_wrapper .dataTables_paginate a.next,
#page .dataTables_wrapper .dataTables_paginate a.previous {
  opacity: 0.8;
}

/* ==========================================================================
|  SEARCH
========================================================================== */
#form-search {
  max-width: 1000px;
  margin: 0 auto 30px;
  border: 5px solid #455a64;
  border-radius: 8px;
  padding: 10px 20px;
}
#form-search .section-form {
  margin-bottom: 10px;
}
#form-search .section-form h2 {
  border-bottom: 2px solid #fb8c00;
  color: #fb8c00;
  margin: 0 0 10px;
}
#form-search .section-form .button, #form-search .section-form .button-secondary, #form-search .section-form form button, form #form-search .section-form button, #form-search .section-form #page .dataTables_wrapper .dataTables_paginate a, #page .dataTables_wrapper .dataTables_paginate #form-search .section-form a {
  margin: 20px auto 0;
}
#form-search .section-form:last-child {
  margin-bottom: 0;
}
#form-search .section-form .row-genre {
  max-width: 350px;
}
#form-search .section-form label {
  margin-bottom: 0;
}

/* ==========================================================================
|  MODAL
========================================================================== */
#linksModal .modal-body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Background data (Original source: https://subtlepatterns.com/grid-me/) */
/* Animations */
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
body.home {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
  animation: bg-scrolling-reverse 0.92s infinite;
  animation-timing-function: linear;
}
body.home .home-content {
  height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.home .home-content h1 {
  font-size: 9.375rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  font-family: exo, ubuntu, "segoe ui", helvetica, arial, sans-serif;
  margin-bottom: 0;
}
body.home .home-content h1:after {
  display: none;
}
body.home .home-content h2 {
  font-size: 1.75rem;
  /*
    @if $size == $taille9 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.8); 
      }
      @media screen and (max-width: $xs){
        font-size: calculateRem($size/2); 
      }
    }
    @if $size == $taille8 {
      @media screen and (max-width: $md){
        font-size: calculateRem($size/1.5); 
      }
    }
    */
  line-height: 1.3;
  color: #fb8c00;
  font-weight: bold;
}
@media (max-width: 991px) {
  body.home .home-content h1 {
    font-size: 5rem;
    /*
      @if $size == $taille9 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.8); 
        }
        @media screen and (max-width: $xs){
          font-size: calculateRem($size/2); 
        }
      }
      @if $size == $taille8 {
        @media screen and (max-width: $md){
          font-size: calculateRem($size/1.5); 
        }
      }
      */
    line-height: 1.3;
  }
}

.nounderline {
  text-decoration: none !important;
}
