@charset "UTF-8";
:root {
  --bleu: #1a324c;
  --orange: #e27d56;
  --bleuClair: #a8d1d5;
  --blanc: #ffffff;
  --red: #ff0000; }

body {
  color: #1a324c; }

em {
  font-weight: bold;
  font-style: normal; }

/* 
p{
	@media screen and (max-width: $minSize) , screen and (max-width: $minSize) {
		background-color: red;
	}
} */
.titreCheck1:before {
  margin-right: 5px;
  content: '1';
  font-size: 25px;
  color: #1a324c;
  vertical-align: middle; }

.titreCheck2:before {
  margin-right: 5px;
  content: '2';
  font-size: 25px;
  color: #1a324c;
  vertical-align: middle; }

.titreCheck3:before {
  margin-right: 5px;
  content: '3';
  font-size: 25px;
  color: #1a324c;
  vertical-align: middle; }

.titreCheck4:before {
  margin-right: 5px;
  content: '4';
  font-size: 25px;
  color: #1a324c;
  vertical-align: middle; }

.buttonBorder {
  display: flex;
  position: relative;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
  width: 200px;
  justify-content: center; }
  .buttonBorder:before {
    background: #ffffff;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' '; }
  .buttonBorder span {
    color: #1a324c;
    z-index: 1; }
  .buttonBorder:after {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ' ';
    border-radius: 2px;
    border: 1px solid #1a324c; }
  .buttonBorder:hover:after {
    border: 2px solid #1a324c; }
  .buttonBorder:active {
    opacity: 0.9; }

.linkBefore {
  color: #1a324c; }
  .linkBefore:hover {
    color: #1a324c; }

.italic {
  font-weight: normal;
  font-style: italic; }

.bold {
  font-style: normal;
  font-weight: bold; }

.pIcon {
  display: flex;
  align-items: center; }

.liCheck {
  display: flex;
  align-items: center;
  margin: 0px; }
  .liCheck:before {
    vertical-align: middle;
    margin-right: 5px;
    font-family: 'Material Icons';
    content: 'done';
    font-size: 25px;
    color: #1a324c; }

.navBarVitrine {
  background-color: #1a324c;
  height: 60px;
  width: 100%;
  position: fixed;
  display: flex;
  top: 0px;
  z-index: 10; }
  .navBarVitrine p {
    font-size: 0.9em; }
  @media screen and (min-width: 1280px) {
    .navBarVitrine .right {
      width: 66%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .navBarVitrine .right > a {
        text-decoration: none;
        color: #ffffff; }
      .navBarVitrine .right > a:hover {
        text-decoration: none;
        color: #a8d1d5; } }
  @media screen and (max-width: 1280px) {
    .navBarVitrine .right {
      width: 66%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .navBarVitrine .right .drawerContent {
        width: 100%;
        height: 100%;
        display: flex;
        background-color: #1a324c;
        flex-direction: column; }
        .navBarVitrine .right .drawerContent a {
          color: #ffffff;
          margin: 30px 0 0 20px; }
      .navBarVitrine .right a {
        color: #ffffff;
        margin: 0 7px 7px 0; }
      .navBarVitrine .right > a {
        text-decoration: none;
        color: #ffffff; }
      .navBarVitrine .right > a:hover {
        text-decoration: none;
        color: #a8d1d5; } }
  .navBarVitrine .left {
    width: 33%;
    display: flex;
    align-items: center; }
    .navBarVitrine .left img {
      width: 45px;
      margin: auto 0 auto 50px; }

.btnConnexion {
  display: inline-block;
  background-color: #e27d56;
  text-decoration: none;
  padding: 10px;
  border-radius: 2px;
  cursor: pointer; }
  .btnConnexion span {
    color: #ffffff; }
  .btnConnexion:hover {
    background-color: #de6c40; }
    .btnConnexion:hover span {
      color: #ffffff; }
  .btnConnexion:active {
    background-color: #e68e6c; }
    .btnConnexion:active span {
      color: #ffffff; }

.vitrineContainer {
  margin-top: 60px; }
  .vitrineContainer p {
    margin: 0px;
    line-height: 1.7;
    font-size: 0.9em; }
  .vitrineContainer h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0px 20px 0px; }
  .vitrineContainer h4 {
    font-size: 1.15em;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    text-decoration: underline; }
  .vitrineContainer h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 20px 0px 0px 0px; }
  .vitrineContainer .bold {
    font-weight: bold; }
  .vitrineContainer h3 {
    border: 1px solid #1a324c;
    border-radius: 2px;
    padding: 5px; }

#accueil {
  margin-top: 60px; }
  #accueil #topContainer {
    padding: 70px 0 70px 0;
    background: url("../images/accueil5.jpg") fixed;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1a324c;
    font-weight: bold; }
    @media screen and (min-width: 500px) {
      #accueil #topContainer {
        background-position-y: 60px; } }
    #accueil #topContainer #slogan {
      margin: 20px;
      font-size: 25px;
      font-weight: bold;
      max-width: 450px;
      line-height: 1.7;
      text-align: center; }
      @media screen and (min-width: 500px) {
        #accueil #topContainer #slogan {
          align-self: flex-start;
          margin-left: 25%; } }
    #accueil #topContainer #sloganSub {
      font-size: 20px;
      margin: 20px;
      font-style: italic;
      text-align: center;
      max-width: 450px;
      line-height: 1.7; }
      @media screen and (min-width: 500px) {
        #accueil #topContainer #sloganSub {
          align-self: flex-start;
          margin-left: 25%; } }
    #accueil #topContainer .buttonBorder {
      margin: 20px auto 60px auto; }
  #accueil #bottomContainer {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1280px) {
      #accueil #bottomContainer {
        margin-top: 50px; } }
    #accueil #bottomContainer #intro {
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      line-height: 1.7;
      margin: 20px auto 20px auto; }
      @media screen and (min-width: 1280px) {
        #accueil #bottomContainer #intro {
          width: 70%; } }
      @media screen and (max-width: 1280px) {
        #accueil #bottomContainer #intro {
          width: 90%; } }
    #accueil #bottomContainer #intro2 {
      line-height: 1.7;
      margin: 20px auto 0 auto; }
      @media screen and (min-width: 1280px) {
        #accueil #bottomContainer #intro2 {
          width: 70%; } }
      @media screen and (max-width: 1280px) {
        #accueil #bottomContainer #intro2 {
          width: 90%; } }
    #accueil #bottomContainer #intro3 {
      font-weight: bold;
      margin: 0 auto 0 auto; }
      @media screen and (min-width: 1280px) {
        #accueil #bottomContainer #intro3 {
          width: 70%; } }
      @media screen and (max-width: 1280px) {
        #accueil #bottomContainer #intro3 {
          width: 90%; } }

#edgar {
  margin: 0 auto 20px auto; }
  @media screen and (min-width: 1280px) {
    #edgar {
      width: 70%; } }
  @media screen and (max-width: 1280px) {
    #edgar {
      width: 90%; } }
  #edgar h4,
  #edgar h3 {
    margin: 40px 0px 20px 0px; }
  #edgar #introEdgar {
    display: flex;
    flex-direction: column; }
    #edgar #introEdgar a {
      text-decoration: none; }
      #edgar #introEdgar a:hover {
        color: #e27d56; }
      #edgar #introEdgar a em:hover {
        color: #e27d56; }
    #edgar #introEdgar .gridImg2 {
      display: grid; }
      @media screen and (min-width: 1280px) {
        #edgar #introEdgar .gridImg2 {
          grid-template-columns: 1fr 1fr; } }
      @media screen and (max-width: 1280px) {
        #edgar #introEdgar .gridImg2 {
          grid-template-columns: 1fr; } }
      #edgar #introEdgar .gridImg2 .containerImg {
        display: flex;
        align-items: center;
        justify-content: center; }
        #edgar #introEdgar .gridImg2 .containerImg img {
          width: 35%; }

#lesBenefices {
  display: grid; }
  @media screen and (min-width: 1280px) {
    #lesBenefices {
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px 20px; } }
  @media screen and (max-width: 1280px) {
    #lesBenefices {
      grid-template-columns: 1fr;
      grid-gap: 5px; } }
  #lesBenefices .containerImg {
    display: flex;
    align-items: center;
    justify-content: center; }
    #lesBenefices .containerImg img {
      width: 30%; }
  #lesBenefices .containerAccordeon {
    display: flex;
    align-items: center; }

#nosOffres {
  margin: 20px auto 20px auto; }
  #nosOffres img {
    width: 90%; }

@media screen and (min-width: 1280px) and (min-width: 1280px) {
  #nosOffres {
    width: 70%; } }

@media screen and (min-width: 1280px) and (max-width: 1280px) {
  #nosOffres {
    width: 90%; } }
  @media screen and (max-width: 1280px) {
    #nosOffres {
      width: 90%; } }
  #nosOffres #listeIntro {
    line-height: 1.7;
    font-size: 0.8em; }
  #nosOffres #offres3 {
    display: grid;
    grid-template-rows: auto; }
    @media screen and (min-width: 1280px) {
      #nosOffres #offres3 {
        grid-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 1280px) {
      #nosOffres #offres3 {
        grid-gap: 10px;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 500px) {
      #nosOffres #offres3 {
        grid-gap: 10px;
        grid-template-columns: 1fr; } }
    #nosOffres #offres3 .offreIcon {
      font-size: 50px;
      color: #1a324c;
      font-family: 'Material Icons'; }
    #nosOffres #offres3 .offreContainer {
      max-width: 250px;
      margin: 50px auto 0 auto;
      border: 2px solid #1a324c;
      border-radius: 50px;
      display: flex;
      flex-direction: column;
      align-items: center; }
    #nosOffres #offres3 .offreContainterTitle {
      display: flex;
      align-items: center;
      margin: 10px; }
      #nosOffres #offres3 .offreContainterTitle p {
        margin-left: 10px; }
    #nosOffres #offres3 .offreIntro {
      margin: 0 20px 20px 20px;
      align-self: left; }
      #nosOffres #offres3 .offreIntro p {
        margin-top: 5px;
        line-height: 1.3;
        font-size: 0.8em; }
    #nosOffres #offres3 .offreIndicateur {
      font-weight: bold;
      margin: 10px auto 5px auto; }
    #nosOffres #offres3 .offreIndicateurs {
      margin: 0 20px 15px 20px;
      align-self: left;
      font-size: 0.8em; }
      #nosOffres #offres3 .offreIndicateurs .textCheck {
        line-height: 1.3;
        margin-top: 2px; }
        #nosOffres #offres3 .offreIndicateurs .textCheck:before {
          vertical-align: middle;
          margin-right: 5px;
          font-family: 'Material Icons';
          content: 'done';
          font-size: 25px;
          color: #1a324c; }
  #nosOffres .textPrix {
    font-weight: bold;
    margin-bottom: 10px; }

#references {
  margin: 60px auto 20px auto; }
  @media screen and (min-width: 1280px) {
    #references {
      width: 70%; } }
  @media screen and (max-width: 1280px) {
    #references {
      width: 90%; } }
  #references #referenceImages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 20px 20px; }
    @media screen and (max-width: 1280px) {
      #references #referenceImages {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (max-width: 500px) {
      #references #referenceImages {
        grid-template-columns: 1fr 1fr; } }
    #references #referenceImages div {
      display: flex;
      min-width: 130px;
      min-height: 160px;
      align-items: center;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      #references #referenceImages div:hover {
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
      #references #referenceImages div img {
        margin: auto;
        width: 120px; }

#contact {
  margin: 60px auto 20px auto; }
  #contact #contactIntro {
    font-style: italic;
    font-size: 0.8em; }
  @media screen and (min-width: 1280px) {
    #contact {
      width: 70%; } }
  @media screen and (max-width: 1280px) {
    #contact {
      width: 90%; } }
  #contact i {
    margin-right: 6px; }
  #contact .textAdresse {
    margin-left: 30px; }
    #contact .textAdresse p {
      font-size: 0.8em; }
  #contact #formContact {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1280px) {
      #contact #formContact {
        width: 40%; } }
    @media screen and (max-width: 1280px) {
      #contact #formContact {
        width: 90%; } }
    #contact #formContact #containerButton {
      margin: 30px 0 30px 0; }
    #contact #formContact #containerCaptcha {
      margin: 30px 0 30px 0; }
      #contact #formContact #containerCaptcha p {
        color: red; }

#footer {
  width: 100%;
  background-color: #1a324c;
  height: 80px;
  font-size: 0.9em; }
  #footer p {
    color: #ffffff; }
  @media screen and (max-width: 500px) {
    #footer {
      height: 150px; } }
  #footer #footerContainer {
    grid-gap: 50px 50px;
    height: 100%; }
    @media screen and (min-width: 500px) {
      #footer #footerContainer {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 500px) {
      #footer #footerContainer {
        display: flex;
        flex-direction: column; } }
    #footer #footerContainer a {
      color: #a8d1d5;
      text-decoration: none; }
    #footer #footerContainer div {
      display: flex;
      align-items: center; }
    #footer #footerContainer i {
      color: #ffffff;
      font-size: 25px;
      margin: 20px; }
      #footer #footerContainer i:hover {
        color: #a8d1d5;
        transition: all 0.25s ease; }
    @media screen and (min-width: 500px) {
      #footer #footerContainer #footerRight {
        justify-content: flex-end;
        padding-right: 100px; } }
    @media screen and (max-width: 500px) {
      #footer #footerContainer #footerRight {
        margin: auto; } }
    @media screen and (min-width: 500px) {
      #footer #footerContainer #footerLeft {
        padding-left: 100px; } }
    @media screen and (max-width: 500px) {
      #footer #footerContainer #footerLeft {
        margin: auto; }
        #footer #footerContainer #footerLeft p {
          margin: 0 10px 0 10px; } }

#top .top {
  color: #ffffff;
  background-color: #1a324c;
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  border-radius: 25%;
  z-index: 100;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.5s; }
  #top .top:hover {
    color: #a8d1d5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

#top .show {
  opacity: 1;
  transition: all 0.5s; }

#top .hide {
  opacity: 0;
  transition: all 0.5s; }

.accordeon {
  height: 310px; }
  .accordeon .accordeonItem {
    overflow: hidden;
    position: relative; }
  .accordeon .accordeonInput {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0; }
    .accordeon .accordeonInput:checked ~ .textBorder {
      padding-left: 20px;
      margin-left: 35px;
      color: #1a324c;
      position: relative;
      overflow: hidden;
      max-height: 310px;
      opacity: 1;
      z-index: 2;
      animation: toLeave 0.5s; }
  .accordeon .iconCheck {
    display: flex;
    align-items: center;
    color: #1a324c;
    border-bottom: 1px solid #a8d1d5;
    margin-bottom: 2px; }
    .accordeon .iconCheck:before {
      margin-right: 5px;
      font-family: 'Material Icons';
      content: 'check_box';
      font-size: 25px;
      color: #a8d1d5; }
  .accordeon .textBorder {
    border-left: 4px solid #a8d1d5;
    padding-left: 20px;
    margin-left: 35px;
    margin-top: 0;
    max-height: 0;
    opacity: 1;
    animation: toEnter 0.3s; }

@keyframes toEnter {
  from {
    max-height: 310px; }
  to {
    max-height: 0px; } }

@keyframes toLeave {
  from {
    max-height: 0px; }
  to {
    max-height: 310px; } }

.gridImages {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 0px 40px; }
  @media screen and (min-width: 500px) {
    .gridImages {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 500px) {
    .gridImages {
      grid-template-columns: 1fr; } }
  .gridImages .container p {
    font-style: italic;
    font-size: 0.7em; }
  .gridImages img {
    margin-top: 10px;
    width: 80%;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .gridImages img:hover {
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .gridImages .img {
    display: flex;
    align-items: center;
    justify-content: center; }

.img1 {
  width: 100%;
  height: 150px;
  background: url("../images/accueil3.jpg");
  margin: 20px 0px 20px 0px;
  border-radius: 2px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 60px; }

.divFormVitrine {
  margin: 15px; }

.mdpOublie {
  color: #545454;
  font-style: italic;
  text-decoration: none;
  font-size: 0.8em; }

.bodyVitrine p {
  margin: 10px; }

.bodyVitrine h1 {
  margin: 15px; }

.bodyCentreVitrine {
  margin: 60px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.imageUploadContainer {
  display: flex;
  flex-direction: column; }
  .imageUploadContainer p {
    padding-top: 4px;
    margin: auto;
    text-align: center; }

.imageUpload {
  height: 100px;
  width: 100px;
  border: 2px dashed var(--bleu);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
  padding: 5px; }
  .imageUpload:hover {
    border: 2px dashed var(--bleuClair); }
  .imageUpload.imageNotUploaded .imageUploadClose,
  .imageUpload.imageNotUploaded .imageUploadRotate {
    display: none; }
  .imageUpload.imageNotUploaded img {
    display: none; }
  .imageUpload.imageNotUploaded input {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0; }
  .imageUpload.imageNotUploaded div {
    top: 0px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center; }
  .imageUpload.imageNotUploaded i {
    margin: auto;
    color: var(--bleu);
    font-size: 60px; }
  .imageUpload.imageNotUploaded:hover i {
    color: var(--bleuClair); }
  .imageUpload.imageNotUploaded:hover input {
    cursor: pointer; }
  .imageUpload.imageUploaded:hover .imageUploadClose,
  .imageUpload.imageUploaded:hover .imageUploadRotate {
    opacity: 1; }
  .imageUpload.imageUploaded .imageUploadClose {
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -1px;
    display: block;
    color: var(--bleu); }
    .imageUpload.imageUploaded .imageUploadClose:hover {
      cursor: pointer;
      color: var(--bleuClair); }
  .imageUpload.imageUploaded .imageUploadRotate {
    opacity: 0;
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    color: var(--bleu); }
    .imageUpload.imageUploaded .imageUploadRotate:hover {
      cursor: pointer;
      color: var(--bleuClair); }
  .imageUpload.imageUploaded img {
    margin: auto; }
  .imageUpload.imageUploaded input {
    display: none; }
  .imageUpload.imageUploaded i {
    display: none; }

#recapitulatifRole table {
  border-collapse: collapse; }

#recapitulatifRole td {
  border: 2px solid #1a324c; }

#recapitulatifRole .rrEntete {
  text-align: center; }
  #recapitulatifRole .rrEntete p {
    writing-mode: vertical-rl; }
  @supports (-ms-ime-align: auto) {
    #recapitulatifRole .rrEntete p {
      writing-mode: vertical-rl;
      height: 170px;
      width: 40px;
      margin: auto; } }

#recapitulatifRole .rrEnteteC,
#recapitulatifRole .rrCellule,
#recapitulatifRole .rrEnteteD {
  text-align: center; }

#recapitulatifRole .rrWrite {
  background-color: #a8d1d5; }

#recapitulatifRole .rrRead {
  background-color: #ffcc00; }

#recapitulatifRole .rrBlock {
  background-color: #e27d56; }

.rrIconInfo {
  display: flex;
  align-items: center; }
  .rrIconInfo p {
    margin-left: 20px; }

.sortArray {
  overflow-y: hidden;
  overflow-x: auto; }
  .sortArray .sortArrayFooterContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .sortArray .sortArrayFooterContainer .sortArrayFooterTextPage {
      padding: 0;
      width: 150px;
      text-align: center; }
  .sortArray .sortArrayTable {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse; }
    .sortArray .sortArrayTable .sortArrayCell {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border-bottom: 1px solid #e0e0e0; }
    .sortArray .sortArrayTable .sortArrayCellHeader {
      text-align: left;
      height: 60px;
      font-size: 13px;
      padding-left: 8px; }
    .sortArray .sortArrayTable .sortArrayCellBody {
      text-align: left;
      height: 48px;
      padding-left: 18px;
      font-size: 13px; }
    .sortArray .sortArrayTable .sortArrayRowBody:hover {
      background-color: #e0e0e0; }
    .sortArray .sortArrayTable .sortArrayIconButton:hover {
      cursor: pointer; }
    .sortArray .sortArrayTable .sortArrayCellBodyOnClick {
      color: var(--orange); }
      .sortArray .sortArrayTable .sortArrayCellBodyOnClick:hover {
        cursor: pointer; }
    .sortArray .sortArrayTable .sortArrayCellHeaderContainer {
      display: flex;
      align-items: center; }
    .sortArray .sortArrayTable .sortArrayIconDown {
      transform: rotate(180deg);
      animation: 500ms; }
    .sortArray .sortArrayTable .sortArrayIconUp {
      transform: rotate(0deg);
      animation: 500ms; }
    .sortArray .sortArrayTable .sortArrayIconFilter {
      opacity: 1;
      animation: 500ms; }
    .sortArray .sortArrayTable .sortArrayCellHeaderSearchInput {
      display: none; }
      .sortArray .sortArrayTable .sortArrayCellHeaderSearchInput input {
        font-family: 'GothamRounded', 'Roboto', sans-serif !important;
        font-size: 13px;
        font-weight: bold;
        outline: none;
        border: none;
        border-bottom: 2px solid var(--bleu);
        color: var(--bleu); }
      .sortArray .sortArrayTable .sortArrayCellHeaderSearchInput input:focus {
        border-bottom: 2px solid var(--orange); }
    .sortArray .sortArrayTable .sortArrayCellHeaderWithoutInput {
      display: flex;
      align-items: center; }
    .sortArray .sortArrayTable .sortArrayCellHeaderSearchOn .sortArrayCellHeaderSearchInput {
      display: flex;
      align-items: center; }
    .sortArray .sortArrayTable .sortArrayCellHeaderSearchOn .sortArrayCellHeaderWithoutInput {
      display: none; }
    .sortArray .sortArrayTable .sortArrayCheckboxContainer {
      display: flex; }

.inputIconContainer {
  display: flex;
  justify-items: center; }
  .inputIconContainer .inputIncon {
    color: var(--orange) !important; }
    .inputIconContainer .inputIncon:hover {
      cursor: pointer; }
  .inputIconContainer .inputIconContainerIcon {
    display: flex;
    flex-direction: row-reverse; }
    .inputIconContainer .inputIconContainerIcon .inputIncon:hover ~ .inputIncon, .inputIconContainer .inputIconContainerIcon .inputIncon:hover {
      color: var(--bleuClair) !important; }
  .inputIconContainer .inputIconLabel {
    margin-top: 20px;
    margin-right: 15px; }
  .inputIconContainer .inputIconContainerIconContainer {
    display: flex;
    align-items: center; }
  .inputIconContainer .inputIconContainerIconContainerCancel {
    display: flex;
    align-items: center;
    margin-left: 10px; }
    .inputIconContainer .inputIconContainerIconContainerCancel:hover {
      color: var(--bleuClair) !important; }

.inputIconDisabled {
  display: flex;
  justify-items: center; }
  .inputIconDisabled .inputIncon {
    color: #E5E5E5 !important; }
    .inputIconDisabled .inputIncon:hover {
      cursor: not-allowed; }
  .inputIconDisabled .inputIconContainerIcon {
    display: flex;
    flex-direction: row-reverse; }
    .inputIconDisabled .inputIconContainerIcon .inputIncon:hover ~ .inputIncon, .inputIconDisabled .inputIconContainerIcon .inputIncon:hover {
      color: #E5E5E5 !important; }
  .inputIconDisabled .inputIconLabel {
    margin-top: 20px;
    margin-right: 15px; }
  .inputIconDisabled .inputIconContainerIconContainer {
    display: flex;
    align-items: center; }
  .inputIconDisabled .inputIconContainerIconContainerCancel {
    display: flex;
    align-items: center;
    margin-left: 10px; }
    .inputIconDisabled .inputIconContainerIconContainerCancel:hover {
      color: #E5E5E5 !important; }

.containerReportingDiapo {
  width: 702px;
  height: 1052px;
  position: relative; }
  .containerReportingDiapo .page {
    width: 700px;
    height: 1050px;
    border: 1px solid var(--bleu);
    position: absolute; }
  .containerReportingDiapo .toLeft {
    translate: -100%;
    transition: all 0.5s; }
  .containerReportingDiapo .toRight {
    translate: 100%;
    transition: all 0.5s; }
  .containerReportingDiapo .show {
    opacity: 1;
    translate: 0%;
    transition: all 0.5s; }
  .containerReportingDiapo .hide {
    opacity: 0;
    transition: all 0.5s; }

/* -------------------------------------- */
/*  Style concernant toute l'application  */
/* -------------------------------------- */
/* Police */
@font-face {
  font-family: 'GothamRounded';
  src: url("polices/GothamRounded/GothamRounded-Medium.otf");
  src: url("polices/GothamRounded/GothamRounded-Medium.ttf"); }

/* Corps */
body,
h4 {
  font-family: 'GothamRounded', 'Roboto', sans-serif !important;
  color: var(--bleu) !important; }

a,
div,
p,
h1,
h2,
h3,
h4 {
  font-family: 'GothamRounded', 'Roboto', sans-serif !important; }

/* Input (enlever le champs jaune de google chrome) */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset; }

.inputDisabled[disabled] {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.3); }

.PDFLoaderContainer {
  width: 100%;
  border: solid 1px var(--bleu);
  border-radius: 3px; }
  .PDFLoaderContainer div {
    height: 15px;
    background-color: var(--orange); }

.rowSelectUserRestaurant {
  background-color: var(--bleuClair) !important; }

.buttonBorderRed {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms; }
  .buttonBorderRed button {
    background-color: transparent !important;
    border: solid #e27d56 1px !important; }
  .buttonBorderRed span {
    color: #e27d56 !important;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px; }
  .buttonBorderRed:hover div {
    background-color: transparent !important; }
  .buttonBorderRed:hover button {
    background-color: transparent !important;
    border: solid #eeb19a 1px !important; }
  .buttonBorderRed:hover span {
    color: #eeb19a !important; }

.snackBar_ span {
  color: #ffffff; }

.tooltip div,
.tooltip ul,
.tooltip li {
  color: #ffffff !important; }

.bigIcon {
  font-size: 60px !important; }

.bigIconContener {
  padding: 0px !important;
  height: 100% !important; }

/*#region caractéristiques*/
.pTxtInfoInput {
  text-decoration: underline; }
  .pTxtInfoInput:hover {
    cursor: pointer; }

.pTxtInfoInputDisabled {
  color: #b2b2b2; }

/*#endregion*/
/*#region accordion*/
.expirationLicenceContainer {
  border: 1px solid var(--bleu);
  border-radius: 3px;
  padding: 5px;
  height: 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto; }
  .expirationLicenceContainer p {
    margin: 2px; }

.accordion-container-first-shadow {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px; }

.accordion-container-no-first-shadow {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px -1px, rgba(0, 0, 0, 0.12) 0px 1px 5px -1px; }

.accordion-container {
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  margin: 0px auto 0px auto;
  border-radius: 2px;
  background-color: var(--blanc);
  position: relative;
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid; }

.accordion-container .accordion-iconDown {
  opacity: 1;
  z-index: 3;
  transition: transform 0.25s; }

.accordion-container .accordion-input {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0; }

.accordion-container .accordion-input:checked ~ .accordion-contents {
  overflow: hidden !important;
  z-index: 15 !important;
  margin: 2px 5px 0px 5px;
  color: var(--bleu);
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  z-index: 2;
  transition: all 0.25s ease-in-out; }

.accordion-container .accordion-input:checked ~ .accordion-label .accordion-icon .accordion-iconDown {
  opacity: 1;
  transform: rotate(180deg);
  transition: transform 0.25s; }

.accordion-container .accordion-label {
  border-radius: 2px;
  background-color: var(--blanc);
  display: flex;
  justify-content: space-between; }

.accordion-container .accordion-label:hover {
  cursor: pointer; }

.accordion-container .accordion-label .accordion-title {
  color: var(--orange);
  font-weight: bold;
  margin: auto 5px; }

.accordion-container .accordion-label .accordion-icon {
  width: 40px;
  height: 40px; }

.accordion-container .accordion-label .accordion-icon span {
  font-size: 40px;
  color: var(--orange) !important; }

.accordion-container .accordion-contents {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%); }

/*#endregion*/
.red {
  color: var(--red) !important; }

.datepicker label {
  width: 500px; }

/* Les paragraphes d'information */
.pInfo {
  font-style: italic;
  margin-bottom: 0px; }

/* les inputs */
.input {
  margin: 10px;
  max-height: 72px; }

.input-large {
  width: 90% !important; }

.input-small {
  width: 70% !important; }

/* Les boîtes de dialog*/
.dialog-large {
  width: 80%; }

p {
  margin-top: 15px; }

.body h1 {
  font-size: 40px !important; }

a,
a:active {
  color: var(--orange); }

a:hover {
  color: var(--orange);
  cursor: pointer !important; }

.iconePrimary {
  color: var(--orange) !important; }

.actif {
  background-color: var(--red); }

.inputSansTextField {
  color: var(--blue);
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #757575;
  outline: none; }

.inputSansTextField:focus {
  border-bottom: 2px solid var(--bleu); }

/* Les tableau */
.rowHover:hover {
  background-color: #f5e3d2;
  cursor: pointer; }

.table-very-small {
  width: 30px !important; }

.table-small {
  width: 120px !important; }

.table-medium {
  width: 170px !important; }

.headerFilterCheckBox {
  width: 5px !important;
  background-color: var(--red); }

.colonneTable {
  width: 130px !important; }

/* - - - */
/* inputLigth */
.inputLigth {
  width: 100%; }

/* - - - */
/*#region contenteditable*/
.inputContentEditable {
  height: 98px;
  width: 150px; }

.inputContentEditable .errorICE {
  color: var(--red);
  font-size: 12px;
  margin: 0px;
  padding: 8px 0px 0px 0px; }

.inputContentEditable .labelICE {
  display: block;
  margin: 0px;
  position: relative;
  transform: translateY(27px);
  color: #838383;
  transition: transform 0.3s, color 0.3s;
  transform-origin: 0 50%;
  font-size: 16px; }

.inputContentEditable .inputICE {
  margin: 0px;
  padding: 8px 0px 8px 0px;
  font-size: 16px;
  color: #1e1e1e;
  outline: none;
  position: relative;
  background-color: transparent;
  border: none; }

.inputContentEditable .inputBarICE:before,
.inputContentEditable .inputBarICE:after {
  display: block;
  content: '';
  top: 33px;
  height: 2px;
  width: 100%;
  background-color: #838383; }

.inputContentEditable .inputBarICE:after {
  transform: scaleX(0);
  background-color: #2979ff;
  transition: transform 0.2s; }

.inputContentEditable .labelFocusICE {
  display: block;
  position: relative;
  transform: translateY(0px) scale(0.75);
  color: var(--bleu); }

.inputContentEditable .inputBarFocusICE:after {
  transform: scaleX(1); }

.inputContentEditable .labelNonVideICE {
  display: block;
  position: relative;
  transform: translateY(0px) scale(0.75); }

/*#endregion*/
.labelGraphiqueTool {
  color: var(--red); }

/* Le menu de la partie outils*/
.scrollTop {
  position: relative;
  width: 100%; }

.scrollBottom {
  position: fixed;
  top: 0;
  width: 20%; }

/* Style pour les infos dans les grid list*/
.showInfo {
  height: 100%;
  animation-name: showInfoAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease; }

.hideInfo {
  height: 25%;
  animation-name: hideInfoAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease; }

@keyframes showInfoAnimation {
  from {
    height: 25%; }
  to {
    height: 100%; } }

@keyframes hideInfoAnimation {
  from {
    height: 100%; }
  to {
    height: 25%; } }

/*  select */
.select {
  font-size: 16px;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 3px; }

.select:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px var(--bleu); }

.select option {
  border: none;
  outline: none; }

.select[disabled] {
  color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
  border-bottom: 2px dotted !important; }

.labelSelect {
  line-height: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  padding-right: 10px;
  transition: all 0.3s; }

.labelSelectFocus {
  color: var(--bleu); }

.labelSelect[disabled] {
  color: rgba(0, 0, 0, 0.3); }

.divSelect {
  padding-top: 53px; }

/* Pour le mot de passe */
.password {
  height: 5px;
  width: 0%;
  background-color: none; }

.password:after {
  content: ' '; }

.password10 {
  background-color: #f44336;
  width: 10%;
  transition: all 0.3s ease-out; }

.password20 {
  background-color: #ff9800;
  width: 28%;
  transition: all 0.3s ease-out; }

.password30 {
  background-color: #ffeb3b;
  width: 46%;
  transition: all 0.3s ease-out; }

.password40 {
  background-color: #2196f3;
  width: 64%;
  transition: all 0.3s ease-out; }

.password50 {
  background-color: #8bc34a;
  width: 82%;
  transition: all 0.3s ease-out; }

.password60 {
  background-color: #673ab7;
  width: 96.5%;
  transition: all 0.3s ease-out; }

/* chips */
.chipsRipple:hover {
  background: rgba(26, 50, 76, 0.7) !important; }

/* .chipsRipple::after {
		position: absolute;
		content: '';
		width: 22px;
		height: 22px;
		background: rgba(200, 200, 200, 0.38);
		opacity: 1;
		border-radius: 100%;
		top: 0px;
		left: 0px;
		transform: scale(0, 0);
	}

	.chipsRipple{
		position: relative;
		overflow: hidden;
	}

	.chipsRipple:not(:active)::after{
		animation: ripple 1s ease-out;
	}

	@keyframes ripple {
		0% {
			transform: scale(0, 0);
			opacity: 1;
		}
		30% {
			transform: scale(1.5,1.5);
			opacity: 1;
		}
		100% {
			opacity: 0;
			transform: scale(1, 1);
		}
	}
	*/
/* Pour les tab (onglets) */
.tab div button:hover:disabled {
  cursor: not-allowed !important; }

.tab div button:disabled {
  color: rgba(255, 255, 255, 0.7) !important; }

/*  */
/* draxer */
.draw-leave {
  transform: translate(-310px, 0px) !important;
  background-color: var(--red) !important;
  transition: all 0.5s ease !important; }

.draw-enter {
  background-color: rgba(100, 10, 150, 0.5) !important; }

.menuItem:hover {
  cursor: pointer;
  background-color: var(--orange);
  /*var(--orange) var(--bleuClair),var(--bleu)*/ }

.menuItem {
  font-family: 'GothamRounded', sans-serif;
  color: var(--bleu); }

/* -------------------------------------- */
/* ---- Style concernant le Filtrage ---- */
/* -------------------------------------- */
.filtre .filtreMenu {
  margin-top: 25px; }

.filtre {
  display: flex; }

/* -------------------------------------- */
/* ---- Style concernant les Outils ----- */
/* -------------------------------------- */
/* Entete */
.navBarOutils a,
.navBarOutils p {
  text-decoration: none;
  color: var(--orange);
  float: left; }

/* Pour les reseaux des restaurants quand disabled */
.disabledReseaux {
  color: rgba(0, 0, 0, 0.38); }

h1 {
  margin-top: 10px;
  margin-bottom: 10px; }

/* chartJS  */
.chartjs-hidden-iframe {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
