@charset "UTF-8";
@font-face {
  font-family: "RalewayEL";
  src: url("/CSS/Police/Raleway-ExtraLight.ttf"); }
@font-face {
  font-family: "RalewayL";
  src: url("/CSS/Police/Raleway-Light.ttf"); }
@font-face {
  font-family: "RalewayR";
  src: url("/CSS/Police/Raleway-Regular.ttf"); }
@font-face {
  font-family: "DIN";
  src: url("/CSS/Police/DIN.ttf"); }
* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'DIN', Arial;
  position: relative; }

     /****************************************\
Sert a gerer le padding de tous les bloc de la page    
     \****************************************/
/* 
* { background-color: rgba(255,0,0,.2); }
* * { background-color: rgba(0,255,0,.2); }
* * * { background-color: rgba(0,0,255,.2); }
* * * * { background-color: rgba(255,0,255,.2); }
* * * * * { background-color: rgba(0,255,255,.2); }
* * * * * * { background-color: rgba(255,255,0,.2); }
* * * * * * * { background-color: rgba(255,0,0,.2); }
* * * * * * * * { background-color: rgba(0,255,0,.2); }
* * * * * * * * * { background-color: rgba(0,0,255,.2); } 
*/
/****************************************\
          Class générique
\****************************************/
h1 {
  font-size: 40px;
  text-align: center; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 20px; }

p {
  font-size: 16px; }

.color-black {
  color: black; }

.color-white {
  color: white; }

.color-red {
  color: red; }

.color-green {
  color: green; }

.visu-public {
  background-color: #e2ffe3cf !important; }

.visu-prive {
  background-color: #fe767635 !important; }

.color-modif {
  background: #FF9A24 !important; }

.color-sup {
  background: #FF6969 !important; }

.action {
  background-color: #2F81B7 !important; }

.suggestion {
  font-style: italic;
  font-family: sans-serif;
  font-size: 17px; }

.datetime {
  font-style: italic;
  font-family: sans-serif;
  font-size: 15px;
  color: #9b9b9b; }

.center {
  position: relative;
  text-align: center;
  margin: 0 auto; }

a {
  text-decoration: none; }

.content-flex {
  display: flex;
  justify-content: space-around; }

.btn, .annee .btn-search-annee {
  font-size: 22px;
  /*  anciennement 18 */
  border-radius: 5px;
  background: linear-gradient(10deg, #2F81B7, #01A2FC);
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 10px;
  margin: 30px 0 -15px 0;
  cursor: pointer;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  line-height: 25px; }

.indicateur {
  padding: 3px 8px;
  border-radius: 2px; }

.tal {
  text-align: left !important; }

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

.content {
  width: 90%;
  margin: 0 auto; }

.back-btn {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  top: 2.5px; }

.back {
  position: relative;
  left: 20px;
  top: 10px; }

.back:after {
  content: ' Retour'; }

.admin:after {
  content: "" !important; }

.centrage-pc {
  margin-top: 50vh;
  /*à50%/50%duparentréférent*/
  transform: translateY(-75%);
  /*décalagede50%desapropretaille*/
  -webkit-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  -o-transform: translateY(-75%); }

.loader {
  position: fixed;
  z-index: 9999;
  background: url("image/loader.gif") 50% 50% no-repeat;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: wait; }

.logo-invivo {
  border-radius: 50px; }

.espace-mobile {
  display: none; }

/****************************************\
           BARRE DE NAVIGATION
 \****************************************/
nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 60px;
  margin: 20px auto; }

nav ul {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 10px; }

nav ul li {
  list-style: none;
  margin: 0 10px;
  color: #30AD64; }

nav ul li a {
  text-decoration: none;
  color: #30AD64; }

nav img {
  width: 50px;
  height: 50px; }

/****************************************\
          Design fenetre tuto
\****************************************/
.shepherd-content {
  background: radial-gradient(#01A2FC 10%, #0059B3) !important; }

.shepherd-cancel-icon span {
  color: white; }

.shepherd.tippy-popper[x-placement^="top"].shepherd-has-title .tippy-arrow {
  border-top-color: #016fc9 !important; }

.shepherd.tippy-popper[x-placement^="bottom"].shepherd-has-title .tippy-arrow {
  border-bottom-color: #016fc9 !important; }

.shepherd.tippy-popper[x-placement^="left"].shepherd-has-title .tippy-arrow {
  border-left-color: #016fc9 !important; }

.shepherd.tippy-popper[x-placement^="right"].shepherd-has-title .tippy-arrow {
  border-right-color: #016fc9 !important; }

.shepherd-header {
  background: none !important;
  border-bottom: 3px solid white; }
  .shepherd-header h3 {
    color: white;
    font-size: 20px; }

.shepherd-text {
  color: white !important; }

.shepherd-footer {
  top: 1px;
  position: relative;
  background: none !important; }
  .shepherd-footer .shepherd-button, .shepherd-footer .shepherd-button-secondary, .shepherd-footer .shepherd-button:hover, .shepherd-footer .shepherd-button-secondary:hover {
    background: white !important; }

/****************************************\
               INDEX
\****************************************/
.title-index {
  color: #30AD64;
  font-size: 80px;
  margin: 0 0 30px 0;
  -webkit-animation-name: fade-in;
  -khtml-animation-name: fade-in;
  -mso-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 2s;
  -khtml-animation-duration: 2s;
  -mso-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.card-index {
  width: 48%;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  border-radius: 5px;
  text-align: center;
  color: white;
  background: linear-gradient(45deg, #30AD64, #3ad57b);
  padding: 5px 10px;
  /****************************************\
       logo tete 'nous joindres
  \****************************************/ }
  .card-index li {
    text-align: left; }
  .card-index img {
    width: 20%;
    border-radius: 150px; }

.card-left {
  position: relative;
  left: -1000px;
  -webkit-animation-name: intro-left;
  -khtml-animation-name: intro-left;
  -mso-animation-name: intro-left;
  -moz-animation-name: intro-left;
  -ms-animation-name: intro-left;
  -o-animation-name: intro-left;
  animation-name: intro-left;
  -webkit-animation-duration: 1s;
  -khtml-animation-duration: 1s;
  -mso-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -khtml-animation-delay: 1s;
  -mso-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

.card-right {
  position: relative;
  right: -1000px;
  -webkit-animation-name: intro-right;
  -khtml-animation-name: intro-right;
  -mso-animation-name: intro-right;
  -moz-animation-name: intro-right;
  -ms-animation-name: intro-right;
  -o-animation-name: intro-right;
  animation-name: intro-right;
  -webkit-animation-duration: 1s;
  -khtml-animation-duration: 1s;
  -mso-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -khtml-animation-delay: 1s;
  -mso-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes intro-left {
  0% {
    left: -1000px; }
  100% {
    left: 0px; } }
@keyframes intro-left {
  0% {
    left: -1000px; }
  100% {
    left: 0px; } }
@-webkit-keyframes intro-right {
  0% {
    right: -1000px; }
  100% {
    right: 0px; } }
@keyframes intro-right {
  0% {
    right: -1000px; }
  100% {
    right: 0px; } }
.fade {
  display: block;
  -webkit-animation-name: fade;
  -khtml-animation-name: fade;
  -mso-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  -o-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  -khtml-animation-duration: 1s;
  -mso-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  -khtml-animation-delay: 1.5s;
  -mso-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  opacity: 0; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.placement-50 {
  width: 48%; }
  .placement-50 .card-index {
    width: 100%; }
  .placement-50 textarea {
    margin-bottom: -20px; }

.savoir-plus {
  display: flex;
  justify-content: center;
  background: linear-gradient(165deg, #2a75a7, #0ba4fc);
  padding: 30px;
  margin: 30px 0 30px 0;
  color: white;
  text-align: center;
  overflow: hidden;
  max-height: 90px;
  -webkit-animation-name: fade;
  -khtml-animation-name: fade;
  -mso-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  -o-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  -khtml-animation-duration: 1s;
  -mso-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -mso-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
  -khtml-animation-delay: 1.5s;
  -mso-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  opacity: 0; }
  .savoir-plus h2 {
    margin: 0 130px; }
  .savoir-plus .arrow-section {
    width: 40px;
    position: relative;
    -webkit-animation-name: arrow;
    -khtml-animation-name: arrow;
    -mso-animation-name: arrow;
    -moz-animation-name: arrow;
    -ms-animation-name: arrow;
    -o-animation-name: arrow;
    animation-name: arrow;
    -webkit-animation-duration: 0.8s;
    -khtml-animation-duration: 0.8s;
    -mso-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    -khtml-animation-fill-mode: forwards;
    -mso-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    -khtml-animation-delay: 2s;
    -mso-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    top: -100px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg); }

@-webkit-keyframes arrow {
  from {
    top: -100px; }
  to {
    top: 0px; } }
@keyframes arrow {
  from {
    top: -100px; }
  to {
    top: 0px; } }
.faq {
  text-align: center; }
  .faq .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    border-radius: 5px;
    color: white;
    background: linear-gradient(45deg, #30AD64, #3ad57b);
    padding: 5px 10px;
    margin: 10px auto;
    text-align: left; }
    .faq .question img {
      width: 25px;
      position: relative;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg); }
  .faq .reponse {
    text-align: center;
    width: 80%;
    box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    border-radius: 5px;
    padding: 5px 10px;
    margin: -10px auto 10px auto;
    text-align: left;
    display: none; }

form {
  width: 100%; }

.content-flex input[type=text], input[type=email], input[type=password], textarea {
  font-family: 'DIN';
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 5px 0;
  font-size: 18px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }

.souscrire {
  padding: 50px 40px;
  font-size: 27px; }

input[type=submit] {
  font-size: 22px;
  border-radius: 5px;
  background: linear-gradient(10deg, #2F81B7, #01A2FC);
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 10px;
  margin: 30px 0 -15px 0;
  cursor: pointer;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  font-family: 'DIN'; }

/****************************************\
           BLOC ACTUALITE
\****************************************/
.content-new {
  display: flex;
  justify-content: space-between;
  width: 90%;
  background: linear-gradient(45deg, #30AD64, #3ad57b);
  text-align: center;
  color: white;
  padding: 10px;
  border-radius: 5px;
  margin: 40px auto;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  overflow: hidden; }
  .content-new img {
    position: relative;
    width: 75px;
    margin: 0 10px;
    -webkit-animation-name: quote;
    animation-name: quote;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    top: -200px; }
@-webkit-keyframes quote {
  to {
    top: 0px; }
  from {
    top: -200px; } }
@keyframes quote {
  to {
    top: 0px; }
  from {
    top: -200px; } }
/****************************************\
                CARDS
\****************************************/
.content-card {
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin: 30px auto 45px auto;
  flex-wrap: wrap; }

.card, .card-admin {
  width: 20%;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  border-radius: 5px;
  text-align: center;
  color: white;
  background: linear-gradient(45deg, #30AD64, #3ad57b);
  padding: 20px 0 10px 0;
  margin-top: 30px;
  overflow: hidden; }
  .card img, .card-admin img {
    position: relative;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    top: 45px;
    transition: 0.4s all ease; }
  .card h2, .card-admin h2 {
    transition: 0.3s all ease;
    position: relative;
    left: 200px;
    top: 150px; }

.card:hover img, .card-admin:hover img {
  top: 20px; }
.card:hover h2, .card-admin:hover h2 {
  left: 0;
  top: 10px; }

.card-litle {
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  border-radius: 5px;
  text-align: center;
  color: white;
  padding: 10px 10px 0 10px;
  min-width: 200px;
  margin-top: 15px;
  transition: 0.3s all linear; }
  .card-litle img {
    width: 50px;
    height: 50px;
    margin: 0 auto; }

.card-litle:hover {
  box-shadow: 0 0 10px grey; }

/****************************************\
                INSCRIPTION
\****************************************/
.content-form, .content-form-connexion {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  text-align: center;
  background: linear-gradient(45deg, #30AD64, #3ad57b);
  font-size: 20px; }
  .content-form h2, .content-form-connexion h2, .content-form p, .content-form-connexion p {
    text-transform: uppercase;
    color: white; }
  .content-form form, .content-form-connexion form {
    width: 100%; }
    .content-form form .content-flex, .content-form-connexion form .content-flex {
      width: 96%;
      margin: 0 auto; }
    .content-form form .content-flex input[type=text], .content-form-connexion form .content-flex input[type=text], .content-form form input[type=email], .content-form-connexion form input[type=email], .content-form form input[type=password], .content-form-connexion form input[type=password], .content-form form textarea, .content-form-connexion form textarea {
      font-family: 'DIN';
      width: 100%;
      border: none;
      border-radius: 5px;
      padding: 15px 20px;
      margin: 5px;
      font-size: 18px;
      box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
      outline-color: #30AD64; }
    .content-form form .content-input-birthday, .content-form-connexion form .content-input-birthday {
      width: 90%; }
    .content-form form .content-input-birthday .select-date, .content-form-connexion form .content-input-birthday .select-date {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      display: inline-block;
      padding: 0 1.8em 0 .7em;
      cursor: pointer;
      color: #747474;
      border: none;
      border-radius: 5px;
      background-color: #FFF;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHg9IjBweCIgeT0iMHB4Ij48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTIgMThsLTExLjAxOS0xMWgyMi4wMzh6Ii8+PC9zdmc+);
      background-size: .8em;
      background-repeat: no-repeat;
      background-position: calc(100% - .6em) center;
      font-size: 18px;
      width: 22%;
      margin: 0 5px;
      top: 5px;
      position: relative;
      height: 51px;
      box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
      text-align: center;
      outline-color: #30AD64; }
    .content-form form input[type=submit], .content-form-connexion form input[type=submit] {
      font-size: 22px;
      border-radius: 5px;
      background: linear-gradient(10deg, #2F81B7, #01A2FC);
      color: white;
      text-transform: uppercase;
      border: none;
      padding: 10px;
      margin: 30px 0 -15px 0;
      cursor: pointer;
      box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }
  .content-form .select-inscription, .content-form-connexion .select-inscription {
    outline-color: #30AD64; }

.slash {
  color: white;
  position: relative;
  top: 7px; }

.slash:after {
  content: '/'; }

.select-inscription {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0 1.8em 0 .7em;
  cursor: pointer;
  color: #747474;
  border: none;
  border-radius: 5px;
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHg9IjBweCIgeT0iMHB4Ij48cGF0aCBmaWxsPSIjMDAwMDAwIiBkPSJNMTIgMThsLTExLjAxOS0xMWgyMi4wMzh6Ii8+PC9zdmc+);
  background-size: .8em;
  background-repeat: no-repeat;
  background-position: calc(100% - .6em) center;
  font-size: 18px;
  width: 75%;
  margin: 0 5px;
  top: 5px;
  position: relative;
  height: 51px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }

/****************************************\
               CONNEXION         
\****************************************/
.content-form-connexion {
  width: 50% !important; }
  .content-form-connexion h2, .content-form-connexion p {
    text-transform: uppercase;
    color: white; }
  .content-form-connexion form {
    width: 75%;
    margin: 0 auto; }
    .content-form-connexion form input[type=email], .content-form-connexion form input[type=password] {
      width: 100%;
      border: none;
      border-radius: 5px;
      padding: 15px 20px;
      margin: 5px;
      font-size: 18px;
      box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }
    .content-form-connexion form input[type=submit] {
      font-size: 22px;
      border-radius: 5px;
      background: linear-gradient(10deg, #2F81B7, #01A2FC);
      color: white;
      text-transform: uppercase;
      border: none;
      padding: 10px;
      margin: 30px 0 2px 0;
      cursor: pointer;
      box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }

/****************************************\
           ESPACE ADMINISTRATION
\****************************************/
.card-admin {
  margin: 15px 0 !important;
  padding: 10px !important;
  padding: 25px 15px !important;
  width: 25%; }

/****************************************\
                GENERAL
\****************************************/
.content-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*     border-radius: $bor;
      box-shadow:  0 0 8px 0px rgba(132,148,165,0.5);
      padding: 15px; */
  width: 35%;
  margin: 10px 0; }
  .content-flex-column .card-admin {
    width: 100%; }

.check-metier {
  position: relative;
  top: -10px; }

/****************************************\
           Banque d'image
\****************************************/
.card-folder, .card-folder-infolder {
  width: 25%;
  text-align: center;
  color: black;
  padding: 0 2px 5px 2px;
  margin: 20px 10px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  border-radius: 5px;
  align-items: center; }

.card-folder-infolder {
  width: 19%; }

.thumbnail {
  min-width: 150px;
  min-height: 125px;
  width: 70%;
  height: 100%;
  max-width: 240px;
  max-height: 150px; }

.input-seul {
  font-family: 'DIN';
  width: 80%;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 5px;
  font-size: 18px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  outline-color: #30AD64;
  /* font-family: 'DIN';
  width: 30%;
  border:1px solid grey;
  border-radius:$bor;
  padding: 5px 20px;
  margin:5px;
  font-size:18px; 
  box-shadow: 0 0 8px 0px rgba(132,148,165,0.5); */ }

.input-seul-public {
  font-family: 'DIN';
  width: 200px;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 5px;
  font-size: 18px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  outline-color: #30AD64; }

.btn-action-image-banque {
  padding-top: 7px;
  border-radius: 5px;
  width: 35px;
  height: 35px; }
  .btn-action-image-banque img {
    width: 25px;
    height: 20px;
    padding: 2px; }

.action-folder {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-bottom: 5px; }

.submit {
  font-family: 'DIN';
  font-size: 20px;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
  top: 0px;
  margin: 0;
  color: white;
  background: #2F81B7;
  border: none;
  padding: 6px 8px;
  outline: none; }

.timeline {
  position: relative;
  top: 10px; }

.zoom {
  width: 100%; }

/****************************************\
                parametres
\****************************************/
.input-parametre {
  font-family: 'DIN';
  width: 100px !important;
  border: none;
  border-radius: 5px;
  padding: 13px 20px;
  margin: 5px;
  font-size: 18px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  outline-color: #30AD64; }

.tableau-affectation-modo {
  width: 90%;
  margin: 0 auto;
  text-align: left; }
  .tableau-affectation-modo tr {
    text-align: center;
    width: 40%; }
  .tableau-affectation-modo tr:nth-child(0) {
    width: 50%; }
  .tableau-affectation-modo tr:nth-child(1) {
    width: 40%; }
  .tableau-affectation-modo tr:nth-child(1) {
    text-align: right; }

.tableau-list-modo {
  width: 100%;
  margin: 5px auto;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.metier {
  width: 25%;
  text-align: center; }

.modo {
  width: 50%; }
  .modo .select-inscription {
    width: 90%; }

.action-list-modo input[type=submit] {
  margin-top: 6px; }

/****************************************\
           Actualités
\****************************************/
.list-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: linear-gradient(45deg, #30AD64, #3ad57b);
  color: white;
  padding: 0 10px 0 8px;
  margin: 10px 0;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  border-radius: 5px;
  /****************************************\
            documents
  \****************************************/ }
  .list-content .btn, .list-content .annee .btn-search-annee, .annee .list-content .btn-search-annee {
    margin: 4px 0 4px 0;
    line-height: 23px; }

.search {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .search form {
    width: 80%;
    display: flex;
    align-items: center; }
    .search form input[type=search] {
      width: 100%;
      z-index: 1;
      position: relative;
      border: none;
      border-radius: 50px;
      left: 75px;
      box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
      padding: 15px;
      outline: 0; }
    .search form input[type=submit] {
      position: relative;
      z-index: 2;
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
      cursor: pointer;
      top: 0px;
      margin: 0;
      float: right;
      right: 73px;
      outline: 0; }
    .search form input[type=submit]:focus {
      outline-style: hidden; }

.annee {
  width: 90%;
  margin: 0px auto 40px auto;
  border-radius: 50%;
  display: flex;
  justify-content: space-between; }
  .annee .btn-search-annee {
    color: black;
    background: white !important; }

.dimension_img {
  max-width: 100%;
  width: 90vw; }

/****************************************\
                FORUM
\****************************************/
.forum {
  text-align: center; }
  .forum .topic {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: white;
    color: black;
    padding: 15px;
    margin: 10px 0;
    box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    border-radius: 5px;
    align-items: center; }
    .forum .topic .all-action .bloc-vue, .forum .topic .all-action .bloc-message {
      align-items: center;
      margin: 0 15px; }
      .forum .topic .all-action .bloc-vue img, .forum .topic .all-action .bloc-message img {
        width: 25px;
        height: 25px;
        margin: 0 4px;
        position: relative;
        top: 6px; }

.action-forum {
  position: absolute;
  top: 146px;
  right: 63px; }

.correction {
  top: 163px; }

/****************************************\
                NEW TOPIC
\****************************************/
.input-new-title {
  font-family: 'DIN';
  width: 70%;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin: 15px auto;
  font-size: 18px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }

/****************************************\
           Reponses de l'admin
\****************************************/
.topic-user {
  width: 100%;
  background: white;
  color: black;
  padding: 15px;
  margin: 10px 0;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  border-radius: 5px; }

.btn-visu {
  border-radius: 5px;
  background: white;
  border: none;
  padding: 13px;
  cursor: pointer;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  line-height: 27px;
  top: -2px;
  position: relative; }
  .btn-visu .logo-visu {
    width: 25px;
    height: 25px;
    top: 7px;
    position: relative; }

.btn-banque {
  position: absolute;
  padding: 7px;
  z-index: 10;
  left: calc(100%-30px);
  margin-top: -10px; }
  .btn-banque img {
    margin-right: 0; }

.btn-banque-input {
  position: absolute;
  padding: 7px;
  z-index: 10;
  left: calc(100% - 30px);
  margin-top: 10px; }
  .btn-banque-input img {
    margin-right: 0; }

.h1-dossier {
  right: calc(5%) !important;
  left: inherit; }

/****************************************\
   header des messages pour btn d'action
\****************************************/
.header_mess_forum_membre {
  display: block; }
  .header_mess_forum_membre .action_membre {
    display: none; }

.header_mess_forum_admin {
  display: flex;
  justify-content: space-between; }

.action_admin a {
  border-radius: 3px;
  padding: 4px;
  margin: 0 3px; }
  .action_admin a img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin: 0;
    padding: 0; }

/****************************************\
               FOOTER
\****************************************/
footer {
  position: absolute;
  bottom: -150px;
  width: 100%;
  background-color: #30AD64;
  text-align: center;
  color: white;
  padding: 10px; }
  footer a {
    text-decoration: none;
    color: white; }

/****************************************\
           NOTIFICATION
\****************************************/
.succes {
  position: relative;
  display: block;
  top: -100px;
  background-color: rgba(0, 181, 132, 0.12);
  padding: 10px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  color: darkgrey;
  text-align: center;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 10000; }

.error {
  position: relative;
  display: block;
  top: -100px;
  background-color: #F00;
  padding: 10px;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
  color: white;
  text-align: center;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 10000; }

@-webkit-keyframes fadein {
  to {
    top: 0px; }
  from {
    top: -100px; } }
@keyframes fadein {
  to {
    top: 0px; }
  from {
    top: -100px; } }
/****************************************\
           fleche scroll top
\****************************************/
.fleche-up {
  display: none;
  position: fixed;
  z-index: 1000000;
  bottom: 10px;
  right: 10px;
  border-radius: 5px;
  background: linear-gradient(10deg, #2F81B7, #01A2FC);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5); }
  .fleche-up img {
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }

@media (min-width: 980px) and (max-width: 1280px) {
  /****************************************\
            BARRE DE NAVIGATION
  \****************************************/
  nav {
    margin: 5px auto; }

  /****************************************\
                 BLOC ACTUALITE
  \****************************************/
  .content-new {
    margin: 0 auto; }

  /****************************************\
                 CARDS
  \****************************************/
  .content-card {
    margin: 0 auto 15px auto; }

  .content-card-ajust {
    margin: 15px auto 15px auto; }

  .card-index {
    align-items: center; }
    .card-index img {
      height: 80px !important;
      width: 80px !important;
      max-height: 80px !important;
      max-width: 80px !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  /****************************************\
             Généralité
  \****************************************/
  h1 {
    font-size: 40px !important;
    text-align: center; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 17px; }

  p {
    font-size: 14px; }

  .content {
    width: 90%;
    margin: 0 auto; }

  .btn, .annee .btn-search-annee, input[type=submit] {
    font-size: 16px;
    align-self: center;
    padding: 7px; }

  .forum .topic .all-action .btn, .forum .topic .all-action .annee .btn-search-annee, .annee .forum .topic .all-action .btn-search-annee {
    line-height: 45px; }

  .back-btn {
    position: relative;
    width: 18px;
    height: 18px;
    top: 4px;
    margin-right: 0; }

  .back:after {
    content: ' Retour'; }

  .back {
    position: absolute;
    left: 4px;
    top: 30px;
    left: 20px;
    z-index: 0; }

  .datetime {
    font-size: 14px; }

  .content-flex input[type=text], input[type=email], input[type=password], textarea, input[type=submit] {
    font-size: 16px; }

  /****************************************\
             Index
  \****************************************/
  .title-index {
    font-size: 65px !important; }

  .savoir-plus h2 {
    line-height: 40px; }

  .card-index {
    align-items: center; }
    .card-index img {
      height: 80px !important;
      width: 80px !important;
      max-height: 80px !important;
      max-width: 80px !important; }

  .souscrire {
    padding: 50px 40px !important; }

  /****************************************\
                  Accueil
  \****************************************/
  .card, .card-admin {
    width: 48%;
    box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    border-radius: 5px;
    text-align: center;
    color: white;
    background-color: #30AD64;
    padding: 20px 0 10px 0;
    margin: 10px 0; }
    .card img, .card-admin img {
      position: relative;
      width: 75px;
      height: 75px;
      margin: 0 auto;
      top: 20px; }
    .card h2, .card-admin h2 {
      position: relative;
      left: 0px;
      top: 0px; }

  /****************************************\
             actualité
  \****************************************/
  .content-new {
    margin: 0px auto 10px auto; }

  /* .comblage_manque_contenu{
       display: none;
  } */
  /****************************************\
             Documents
  \****************************************/
  .search form input[type=search] {
    padding: 9px;
    left: 0;
    margin: 0 auto; }

  .search form input[type=submit] {
    right: 12px !important; }

  .content h1 {
    margin-top: 60px; }

  /****************************************\
             Forum
  \****************************************/
  .action-forum {
    top: 86px;
    right: 48px; }

  .forum .search {
    margin-bottom: 15px; }

  .btn-visu {
    top: 0px;
    padding: 7px; }

  .correction {
    top: 163px !important; }

  /****************************************\
             Metier / metier.php
  \****************************************/
  .correction-espacement {
    margin-top: 40px !important; }

  .espacement {
    margin-top: 60px !important; }

  /****************************************\
             Administration
  \****************************************/
  .topic {
    flex-direction: column;
    padding: 10px 5px !important;
    flex-wrap: wrap; }

  .indicateur2 {
    flex-wrap: wrap; }

  /****************************************\
            redaction arcicle
  \****************************************/
  /****************************************\
                 parametre
  \****************************************/
  .tableau-affectation-modo {
    width: 100%; }
    .tableau-affectation-modo tr {
      /* display: grid; */
      width: 100% !important; }
    .tableau-affectation-modo td {
      width: 50%;
      text-align: center !important; }
      .tableau-affectation-modo td .select-inscription {
        width: 90%;
        outline: #30AD64;
        height: 45px;
        top: 0; }

  .action-list-modo a img {
    top: 2px;
    position: relative; }

  .modo .select-inscription {
    height: 45px; }

  /****************************************\
             banque
  \****************************************/
  .card-folder-infolder {
    width: 30%; } }
@media (max-width: 767px) {
  /****************************************\
                  Généralité
  \****************************************/
  h1 {
    font-size: 40px;
    text-align: center; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 17px; }

  p {
    font-size: 14px; }

  .content {
    width: 90%;
    margin: 0 auto; }

  .btn, .annee .btn-search-annee, input[type=submit] {
    font-size: 16px;
    align-self: center; }

  .forum .topic .all-action .btn, .forum .topic .all-action .annee .btn-search-annee, .annee .forum .topic .all-action .btn-search-annee {
    line-height: 45px; }

  .back-btn {
    position: relative;
    width: 18px;
    height: 18px;
    top: 4px;
    margin-right: 0; }

  .back:after {
    content: ''; }

  .back {
    position: absolute;
    left: 4px;
    top: -30px;
    z-index: 0; }

  .datetime {
    font-size: 12px; }

  /****************************************\
            BARRE DE NAVIGATION
  \****************************************/
  nav {
    margin: 5px auto 20px auto;
    height: 75px;
    flex-direction: column;
    align-items: center; }
    nav ul {
      margin: 0;
      padding: 0;
      text-align: center; }
    nav .title-nav {
      display: none; }

  /****************************************\
             Register
  \****************************************/
  .content-form, .content-form-connexion {
    width: 98% !important; }
    .content-form .content-flex .select-inscription, .content-form-connexion .content-flex .select-inscription {
      width: 203%; }

  /****************************************\
                 INDEX
  \****************************************/
  .title-index {
    font-size: 30px; }

  .savoir-plus {
    width: 100%;
    margin: -5px 0 0 0; }
    .savoir-plus h2 {
      margin: -15px 40px;
      line-height: 70px; }
    .savoir-plus .arrow-section {
      width: 30px; }

  .placement-50 {
    width: 100%;
    margin: 10px 0 5px 0; }

  .card-index {
    width: 100%;
    align-items: center; }
    .card-index:nth-child(1) {
      margin-bottom: 10px; }
    .card-index img {
      max-width: 50px;
      max-height: 50px; }

  .faq {
    width: 100%; }
    .faq .question {
      width: 95%; }
      .faq .question img {
        width: 20px; }
    .faq .reponse {
      width: 88%; }

  .content-card .order-formulaire {
    order: 0; }

  .content-card .souscrire {
    padding: 10px 25px;
    order: -1; }

  /****************************************\
                 BLOC ACTUALITE
  \****************************************/
  .content-new {
    width: 98%;
    margin: 10px auto; }

  /****************************************\
                 CARDS
  \****************************************/
  .content-card {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 98%;
    margin: 15px auto 30px auto; }

  .card, .card-admin {
    width: 48%;
    box-shadow: 0 0 8px 0px rgba(132, 148, 165, 0.5);
    border-radius: 5px;
    text-align: center;
    color: white;
    background-color: #30AD64;
    padding: 20px 0 10px 0;
    margin: 10px 0; }
    .card img, .card-admin img {
      position: relative;
      width: 75px;
      height: 75px;
      margin: 0 auto;
      top: 20px; }
    .card h2, .card-admin h2 {
      position: relative;
      left: 0px;
      top: 0px; }

  .card-litle {
    width: 48%; }
    .card-litle img {
      position: relative;
      top: 15px; }

  /****************************************\
                 Documents
  \****************************************/
  .list-content .btn, .list-content .annee .btn-search-annee, .annee .list-content .btn-search-annee {
    line-height: 15px !important; }

  .annee {
    width: 99%;
    height: 70px;
    top: -10px;
    margin: 0;
    border-radius: 0;
    position: relative;
    justify-content: space-between;
    overflow-x: auto;
    white-space: nowrap; }
    .annee .btn-search-annee {
      margin: 0 5px; }

  /****************************************\
                 FORUM
  \****************************************/
  .topic {
    flex-direction: column;
    padding: 10px 5px !important;
    flex-wrap: wrap; }

  .search form input[type=submit] {
    left: -50px;
    padding: 8px; }
  .search form input[type=search] {
    left: 0px;
    padding: 10px; }
  .search a {
    padding: 5px; }

  .action-forum {
    margin-top: 0px;
    top: 138px;
    padding: 4px 8px;
    right: 5% !important; }

  .action-forum-view {
    top: 177px;
    right: 5% !important; }

  .topic-user {
    padding: 5px; }

  .action_admin {
    position: relative;
    top: 5px; }

  .input-new-title {
    width: 98%;
    padding: 10px; }

  .absolute {
    position: absolute !important; }

  .btn-visu {
    padding: 10px;
    top: 0px; }

  /****************************************\
             Administration
  \****************************************/
  .indicateur {
    width: 95%;
    margin: 0 auto;
    text-align: center; }

  .indicateur2 {
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap; }

  .btn-banque {
    position: relative; }

  .card-admin, .content-flex-column {
    width: 98% !important;
    margin: 5px auto !important; }

  /****************************************\
                  parametre
  \****************************************/
  .tableau-affectation-modo {
    width: 100%; }
    .tableau-affectation-modo tr {
      display: grid;
      width: 100% !important; }
    .tableau-affectation-modo td {
      width: 100%;
      text-align: center !important; }
      .tableau-affectation-modo td .select-inscription {
        width: 100%;
        outline: #30AD64; }

  .action-list-modo img {
    top: 3px;
    position: relative; }

  /****************************************\
                  Banque 
  \****************************************/
  .card-folder-infolder, .card-folder, .card-folder-infolder {
    width: 45%; } }
@media (max-width: 550px) {
  h1 {
    font-size: 28px; }

  .btn, .annee .btn-search-annee {
    text-align: center; }

  /****************************************\
                  Register
  \****************************************/
  .content-form form .content-flex input[type=text], .content-form-connexion form .content-flex input[type=text], .content-form form .content-flex input[type=email], .content-form-connexion form .content-flex input[type=email], .content-form form .content-flex input[type=password], .content-form-connexion form .content-flex input[type=password] {
    text-align: center;
    width: 97%; }
  .content-form form .content-flex .select-inscription, .content-form-connexion form .content-flex .select-inscription {
    width: 97% !important;
    margin: 0 5px 10px 5px !important; }

  .content-input-birthday {
    flex-direction: column; }
    .content-input-birthday .slash:after {
      content: ''; }
    .content-input-birthday .select-date {
      width: 95% !important;
      margin: 0 5px 10px 5px !important; }

  /****************************************\
             Connexion
  \****************************************/
  .content-form-connexion {
    width: 98% !important; }
    .content-form-connexion form {
      width: 98%; }
      .content-form-connexion form input[type=text], .content-form-connexion form input[type=email], .content-form-connexion form input[type=password] {
        padding: 15px 5px !important;
        width: 97% !important; }

  /****************************************\
                   INDEX
  \****************************************/
  .content-card, .content-flex, .content-input-birthday {
    flex-direction: column;
    width: 98%; }
    .content-card .card-left, .content-card .card-right, .content-flex .card-left, .content-flex .card-right, .content-input-birthday .card-left, .content-input-birthday .card-right {
      width: 100%;
      margin: 5px auto; }

  .content-flex input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
    font-size: 15px; }

  .espace {
    display: none; }

  .content-card .souscrire {
    padding: 15px 26px;
    order: -1; }

  .content-card .order-formulaire {
    order: 0;
    margin-bottom: 50px; }

  .espace-mobile {
    display: block; }

  .comblage_manque_contenu {
    display: none; }

  /****************************************\
                  ACCUEIL
  \****************************************/
  .content-new span {
    margin: 0 auto; }
  .content-new img {
    display: none; }

  .card, .card-admin, .card-admin, .card-litle {
    width: 100%; }

  /****************************************\
             documents
  \****************************************/
  .search {
    display: none; }

  .action-forum {
    position: relative;
    top: -5px;
    right: 0 !important;
    padding: 8px; }

  .header_mess_forum_admin {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

  .action_admin {
    top: 15px;
    position: relative;
    width: 70px;
    justify-content: space-between;
    display: flex; }

  /****************************************\
             Administration
  \****************************************/
  .content-flex-column {
    width: 95%;
    margin: 10px auto; }

  /****************************************\
             banque d'images
  \****************************************/
  .card-folder, .card-folder-infolder {
    width: 94%; }

  .thumbnail {
    min-width: 100px;
    min-height: 90px;
    width: 70%;
    height: 100%;
    max-width: 100px;
    max-height: 130px; }

  .action-folder {
    flex-direction: row !important;
    justify-content: space-around; }

  /****************************************\
             parametre
  \****************************************/
         /* .tableau-affectation-modo{
               width: 100%;

          tr{
               display: grid;
               width: 100%!important;
               
          }

          td{
               width: 100%;
               text-align: center!important;

               .select-inscription{
                    width: 100%;
                    outline: $vert1;
               }
          }
         } */
  .tableau-list-modo {
    width: 100%;
    margin: 15px auto;
    text-align: center !important;
    display: flex;
    flex-direction: column; }
    .tableau-list-modo .metier {
      width: 100% !important; }
    .tableau-list-modo .modo {
      width: 100% !important;
      margin: 5px auto; }
      .tableau-list-modo .modo .select-inscription {
        width: 95% !important;
        margin: 0 2px; } }
@media (min-width: 300px) and (max-width: 575px) {
  .content-flex {
    flex-direction: column;
    width: 98%;
    margin: 0 auto; }

  .tableau-list-modo {
    width: 100% !important;
    margin: 15px auto;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important; }
    .tableau-list-modo .metier, .tableau-list-modo .modo {
      width: 100%; }
    .tableau-list-modo .modo {
      margin: 10px auto; }

  .h1-dossier {
    right: calc(3%) !important;
    top: 0px; } }

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