/* Scss Document */
#deconnexion {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: auto; }

.MyDay.we {
  filter: brightness(70%); }

header {
  background: #405A75;
  height: 150px; }
  header #logo {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    height: auto; }
    header #logo img {
      width: 100%;
      height: auto; }
  header #connected {
    position: absolute;
    right: 41px;
    width: 18%;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 4%; }
    header #connected #picProfil {
      position: absolute;
      width: auto;
      left: 0;
      top: 0;
      height: 100%; }
      header #connected #picProfil img {
        height: 100%;
        width: auto; }
    header #connected #nameProfil {
      position: absolute;
      width: 75%;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: auto;
      text-align: center;
      font-size: 1.8em;
      color: white; }

main {
  margin: 200px auto;
  width: 80%;
  height: auto;
  padding: 1px; }

.myInput {
  width: 60%;
  margin: 0 auto;
  background: white;
  position: relative;
  height: 50px;
  border: solid #ccc 1px; }
  .myInput.first {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .myInput.snd {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
  .myInput .ill {
    position: absolute;
    left: 0;
    height: 100%;
    width: 20%;
    text-align: center;
    top: 0; }
    .myInput .ill img {
      height: 50%;
      width: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .myInput input {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 2px);
    display: block;
    width: 80%;
    border: none;
    font-size: 1.2em;
    text-align: center; }

#connexionForm {
  margin: 30px auto 30px; }

#connexionF {
  width: 50%;
  margin: 60px auto;
  height: auto;
  background: #5B82A5;
  padding-bottom: 30px;
  color: white;
  border-radius: 30px; }
  #connexionF h1 {
    font-size: 2em;
    text-align: center;
    width: 100%;
    padding: 4px;
    border: none;
    color: white; }
  #connexionF #forgotMDP {
    font-size: 0.7em;
    font-style: italic;
    width: 60%;
    margin: auto;
    text-align: right; }
  #connexionF .btn-form {
    background: #F4A102;
    border: solid #F4A102 1px; }
    #connexionF .btn-form:hover {
      cursor: pointer;
      background: white;
      color: #F4A102; }

.errorForm {
  display: none;
  color: #F4C1A8;
  font-style: italic;
  text-align: center;
  width: 60%;
  margin: 10px auto; }

aside {
  width: 170px;
  position: absolute;
  top: 165px;
  left: -120px;
  transition: left 1s; }
  aside #wrapItem {
    width: 100px;
    height: auto;
    margin: 0 auto auto 0px; }
    aside #wrapItem .itemAside {
      width: 100%;
      padding-bottom: 100%;
      position: relative;
      border: solid white 1px;
      background: #405A75; }
      aside #wrapItem .itemAside img {
        position: absolute;
        width: 50%;
        height: auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      aside #wrapItem .itemAside:hover {
        cursor: pointer;
        background: #5B82A5; }
      aside #wrapItem .itemAside.current {
        background: #5B82A5; }
  aside #burger {
    position: absolute;
    top: 15px;
    right: 5px;
    width: 45px;
    height: 45px; }
    aside #burger .bar {
      width: 100%;
      background: black;
      height: 7px;
      margin-bottom: 6px; }
      aside #burger .bar.C {
        margin-bottom: 0px; }
    aside #burger:hover {
      cursor: pointer; }
  aside.open {
    left: 0px;
    transition: left 1s; }

#contentMain {
  width: calc(100% - 60px);
  height: 100%;
  overflow: hidden;
  margin: 165px 0 0 50px;
  /*background: #CCC;*/
  position: relative;
  transition: all 1s; }
  #contentMain #wrappyMainF {
    width: 500%;
    top: 0;
    left: 0%;
    height: 100%;
    overflow: hidden;
    position: absolute; }
    #contentMain #wrappyMainF .oneContent {
      width: 20%;
      float: left;
      height: 100%;
      overflow: hidden;
      position: relative;
      float: left; }

.wrapContent {
  width: calc(100% - 40px);
  height: calc(100% - 20px);
  margin: 10px 10px auto 30px;
  overflow: hidden; }
  .wrapContent .inContent {
    width: 110%;
    padding-right: 10%;
    overflow-y: scroll;
    height: 100%; }
    .wrapContent .inContent h2 {
      color: #F4A102;
      border-bottom: solid #F4A102 1px; }

.oneDash {
  width: 22.5%;
  padding-bottom: 22.5%;
  background: #25282B;
  color: white;
  float: left;
  position: relative;
  border: solid white 3px; }
  .oneDash .enPlus {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    border: solid white 1px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white; }
  .oneDash .symbole {
    position: absolute;
    display: block;
    height: 45%;
    width: auto;
    top: 12.5%;
    left: 50%;
    transform: translateX(-50%); }
  .oneDash .contentOneDash {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 26%;
    text-align: center;
    line-height: 100%;
    padding-bottom: 36px;
    font-size: 1.8em; }
    .oneDash .contentOneDash.all {
      position: absolute;
      top: 50%;
      bottom: auto;
      left: 0;
      width: 100%;
      height: auto;
      text-align: center;
      line-height: auto;
      padding-bottom: 0px;
      font-size: auto;
      transform: translateY(-50%); }
  .oneDash:hover {
    filter: brightness(110%);
    margin-top: 15px;
    cursor: pointer; }

.totalCash {
  font-size: 0.6em;
  font-style: italic; }

.EtiquetteRdvFF {
  width: 94%;
  height: 119px;
  /* padding: 5px; */
  border-bottom: dashed white 1px;
  margin: 15px auto;
  color: white;
  position: relative; }
  .EtiquetteRdvFF .PicEt {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 17%;
    height: 90%;
    overflow: hidden;
    transform: translateY(-50%); }
    .EtiquetteRdvFF .PicEt .ImgpicEt {
      width: 100%;
      height: auto; }
  .EtiquetteRdvFF .InfosRdvEt {
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
    height: 100%; }
    .EtiquetteRdvFF .InfosRdvEt .infosDH {
      font-size: 0.4em; }
    .EtiquetteRdvFF .InfosRdvEt .Tbleu {
      color: white; }
    .EtiquetteRdvFF .InfosRdvEt .nomFormateurEt {
      color: #F4A102;
      font-weight: bold;
      margin-top: 2px;
      margin-bottom: 2x;
      font-size: 0.4em; }

.convstop {
  display: inline-block;
  width: auto;
  height: 25px;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
  color: white;
  background: #B70003;
  float: left;
  clear: both; }

.item-do {
  display: inline-block;
  float: left;
  border-radius: 10px;
  width: 230px;
  height: 130px;
  margin-right: 50px;
  margin-top: 30px;
  padding: 15px;
  color: white;
  font-size: 0.9em;
  text-align: center; }

.pave-stat {
  display: inline-block;
  float: left;
  border-radius: 10px;
  width: 350px;
  height: 100px;
  margin-right: 90px;
  margin-top: 30px;
  padding: 15px;
  color: white;
  font-size: 0.9em;
  text-align: center; }

.pave-stat-long {
  display: inline-block;
  clear: both;
  border-radius: 10px;
  width: 790px;
  height: 100px;
  margin-right: 0px;
  margin-top: 30px;
  padding: 10px;
  color: white;
  font-size: 0.9em;
  text-align: center; }

.bt-bas-dash {
  display: inline-block;
  float: left;
  border-radius: 10px;
  width: 350px;
  height: 50px;
  margin-right: 90px;
  margin-top: 30px;
  padding: 10px;
  color: white;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 30px; }

.bt-bas-dash img {
  width: 30px;
  height: auto; }

.bt-bas-dash img.bill {
  width: 25px;
  height: auto; }

.item-do img {
  width: 70px;
  height: auto; }

.pave-stat-long img {
  width: 60px;
  height: auto; }

#dispo, #stats-video, #Send-bill {
  margin-left: 150px; }

#cash-back {
  margin-left: -50px; }

#aj-video tr:nth-child(1) td:nth-child(1) {
  font-size: 3em; }

.cash {
  font-size: 1.2em;
  font-weight: bold; }

.cont.open {
  width: 100%;
  height: auto;
  position: relative; }

.cont.close {
  width: 100%;
  height: 0px;
  overflow: hidden;
  visibility: hidden; }

#photo-profil {
  float: left;
  width: 200px;
  height: 200px;
  border: solid #848282 1px;
  background-size: cover;
  margin-left: 50px; }
  #photo-profil img.myProfilPic {
    width: 100%;
    height: 100%; }

#bio-profil {
  float: left;
  margin-left: 40px;
  width: 800px;
  height: 200px;
  margin-bottom: 40px;
  padding: 10px; }

#bio-profil p {
  color: #606060;
  font-style: italic;
  text-align: left; }

#photo-profil, #bio-profil {
  margin-top: 35px;
  position: relative; }

@keyframes mod {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.2; }
  40% {
    opacity: 0.6; }
  100% {
    opacity: 0.90; } }
#photo-profil:hover > span.bt-flottant::after, #bio-profil:hover > span.bt-flottant::after {
  content: attr(text-descr);
  min-width: 120px;
  height: 30px;
  border-radius: 4px;
  background: #f5a100;
  position: absolute;
  display: inline-block;
  bottom: 5px;
  left: calc(50% - 60px);
  padding-top: 3px;
  animation: mod 0.4s ease;
  color: white;
  cursor: pointer;
  text-align: center;
  line-height: 30px; }

#wait, #wait2, #wait3 {
  display: inline-block;
  width: 80px;
  height: auto;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 30px); }

#wait3 {
  color: black; }

#wait img, #wait2 img, #wait3 img {
  width: 80px;
  height: auto; }

#coordF {
  width: 60%;
  margin: 25px auto auto auto;
  border-radius: 10px;
  text-align: left;
  height: auto;
  overflow: visible;
  padding-top: 15px; }
  #coordF .CoordG {
    width: 50%;
    float: left;
    height: auto; }
  #coordF .CoordD {
    width: 50%;
    margin-left: 50%;
    height: auto; }
  #coordF .inputCoord {
    width: 80%;
    margin: auto auto 15px auto;
    height: 50px;
    position: relative; }
    #coordF .inputCoord Input, #coordF .inputCoord select {
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      display: block;
      border: solid #ccc 1px;
      text-align: center;
      font-size: 1.3em; }
    #coordF .inputCoord label {
      position: absolute;
      left: 5px;
      top: 0px;
      transform: translateY(-50%);
      height: auto;
      z-index: 3;
      background: white; }

.ErrorInput {
  position: absolute;
  top: 0;
  background: white;
  padding: 5px;
  border: solid #ccc 1px;
  width: 150px;
  height: auto; }
  .ErrorInput.gauche {
    left: 0;
    transform: translateX(-110%); }
  .ErrorInput.droite {
    right: 0;
    transform: translateX(110%); }

input {
  position: relative; }

input#MCin.close, input#LOGin.close {
  width: 0px;
  transition: 0.3s all;
  visibility: hidden; }

input#MCin.open, input#LOGin.open {
  width: 95px;
  transition: 0.3s all;
  visibility: visible;
  margin: auto 5px auto 5px; }

input {
  color: black; }

#tri-rdv, #tri-rdv2 {
  float: right; }

#wrap-rdv-av {
  clear: both;
  text-align: left; }

.one-rdv {
  margin: 10px auto 10px auto;
  text-align: left; }

#compte-conv {
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #F44548;
  color: white;
  font-size: 0.75em;
  padding-top: -1px; }

.conv {
  display: block;
  float: left;
  position: relative;
  width: 125px;
  height: auto;
  min-height: 40px;
  border-radius: 5px;
  text-align: center;
  margin-right: 8px;
  margin-top: 8px;
  color: black;
  font-weight: bold; }

.case {
  width: 36px;
  height: 32px;
  background: black;
  color: white;
  position: relative;
  float: left;
  margin-right: 5px;
  border-radius: 2px; }

.dscase {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 2px;
  font-size: 16px;
  color: white;
  z-index: 12; }

.elt {
  position: absolute;
  display: block;
  bottom: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 8px; }

.btn-MAJ {
  width: 200px;
  border-radius: 4px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  clear: both;
  background: #F4A102;
  border: solid #F4A102 1px;
  display: block;
  color: white;
  margin: 10px auto;
  position: relative; }
  .btn-MAJ:hover {
    cursor: pointer;
    background: white;
    color: #F4A102; }

#wrapCompetences {
  width: 90%;
  height: auto;
  position: relative; }

#mesCategories {
  width: 20%;
  float: left;
  height: auto;
  text-align: center;
  position: relative; }
  #mesCategories .catComp, #mesCategories .catCompSpe {
    width: 90%;
    margin: auto auto 5px;
    background: #405A75;
    color: white;
    border-radius: 4px;
    position: relative;
    height: 40px; }
    #mesCategories .catComp:hover, #mesCategories .catCompSpe:hover {
      cursor: pointer;
      filter: brightness(120%); }
    #mesCategories .catComp.current, #mesCategories .catCompSpe.current {
      filter: brightness(120%); }
    #mesCategories .catComp .Tin, #mesCategories .catCompSpe .Tin {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      transform: translateY(-50%); }

#mesLogiciels {
  width: 65%;
  margin: auto auto auto 23%;
  height: auto;
  overflow: auto; }

.wrapOneLogComp {
  width: 160px;
  height: 40px;
  position: relative;
  float: left;
  overflow: auto;
  margin: 8px; }
  .wrapOneLogComp .selector {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 5px;
    border: solid black 1px;
    transform: translateY(-50%);
    border-radius: 50%; }
    .wrapOneLogComp .selector:hover {
      background: #8CC540;
      cursor: pointer; }
    .wrapOneLogComp .selector.moins {
      right: 0px;
      left: 5px; }
    .wrapOneLogComp .selector.plus {
      left: auto;
      right: 5px; }
    .wrapOneLogComp .selector .barreH {
      position: absolute;
      top: 50%;
      width: 60%;
      left: 50%;
      height: 1px;
      transform: translate(-50%, -50%);
      background: black; }
    .wrapOneLogComp .selector .barreV {
      position: absolute;
      top: 50%;
      height: 60%;
      left: 50%;
      width: 1px;
      transform: translate(-50%, -50%);
      background: black; }

.OneLogComp {
  width: 100px;
  height: 40px;
  text-align: center;
  margin: auto;
  color: white;
  position: relative;
  border-radius: 4px;
  font-size: 0.9em; }
  .OneLogComp .TheLog {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    height: auto;
    transform: translateY(-50%); }
  .OneLogComp.nivA {
    background: #471f26; }
  .OneLogComp.nivB {
    background: #9e1e36; }
  .OneLogComp.nivC {
    background: #e82144; }
  .OneLogComp.nivD {
    background: #bb7142; }
  .OneLogComp.nivE {
    background: #99ae41; }

#legende {
  margin: auto auto 10px;
  width: auto;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0; }
  #legende .legende {
    width: 100%;
    margin-right: 4px;
    margin-bottom: 10px;
    color: white;
    line-height: 40px;
    padding: 4px;
    text-align: center; }
    #legende .legende.nc {
      background: #471f26; }
    #legende .legende.deb {
      background: #9e1e36; }
    #legende .legende.int {
      background: #e82144; }
    #legende .legende.perf {
      background: #bb7142; }
    #legende .legende.exp {
      background: #99ae41; }

.newNiveau {
  position: fixed;
  top: 350px;
  width: 200px;
  padding: 5px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  color: white; }
  .newNiveau.nivA {
    background: #471f26; }
  .newNiveau.nivB {
    background: #9e1e36; }
  .newNiveau.nivC {
    background: #e82144; }
  .newNiveau.nivD {
    background: #bb7142; }
  .newNiveau.nivE {
    background: #99ae41; }

.oneLogSpe {
  width: 80%;
  position: relative;
  margin: 15 10.7% 0 auto;
  border: solid  #ccc 1px;
  height: auto;
  overflow: visible;
  padding: 10px; }
  .oneLogSpe #wrapSpe {
    width: 100%;
    height: auto;
    overflow: auto; }
  .oneLogSpe .logSpeName {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 1.6em;
    font-variant-caps: all-small-caps;
    width: auto;
    height: auto;
    padding: 0 5px;
    background: white;
    transform: translateY(-50%); }
  .oneLogSpe .OneSpe {
    width: 15%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    float: left;
    font-size: 0.6em;
    margin: 5px; }
    .oneLogSpe .OneSpe.nivA {
      background: #471f26; }
    .oneLogSpe .OneSpe.nivE {
      background: #99ae41; }
    .oneLogSpe .OneSpe:hover {
      cursor: pointer; }

#EtatRendezVous, #Who {
  width: 100%;
  left: 0;
  border-radius: 6px;
  color: white;
  height: 40px;
  margin: auto auto 5px;
  position: relative; }
  #EtatRendezVous.indispo, #Who.indispo {
    border: solid #EA1E44 1px;
    background: #EA1E44; }
  #EtatRendezVous.dispo, #Who.dispo {
    border: solid #8CC540 1px;
    background: #8CC540; }

@keyframes clignote {
  0% {
    box-shadow: 0px 0px 20px red; }
  50% {
    box-shadow: 0px 0px 0px red; }
  100% {
    box-shadow: 0px 0px 20px red; } }
#Who {
  border: solid #8CC540 1px;
  background: white;
  color: black;
  font-size: 0.6em; }
  #Who.same {
    animation-name: clignote;
    animation-duration: 1s;
    animation-iteration-count: infinite; }

#FicheClient {
  border: dashed 1px #02A89D;
  width: 120%;
  height: auto;
  position: absolute;
  left: 50.5%;
  transform: translateX(-50%);
  top: 202%; }
  #FicheClient h2 {
    width: 100%;
    font-size: 1.1em;
    text-align: center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    height: 40px; }

.oneInfo {
  width: 80%;
  margin: 5px auto 5px;
  height: 40px; }
  .oneInfo .titreInfos {
    font-weight: bold;
    float: left;
    height: 100%;
    line-height: 100%;
    width: 30%;
    font-size: 0.6em;
    text-align: left; }
  .oneInfo .myInfos {
    margin-left: 35%;
    width: 65%;
    line-height: 100%;
    height: 100%;
    font-size: 0.6em;
    text-align: left; }

.EtiquetteRdvFFA.G {
  width: 16%;
  height: auto;
  min-height: 353px;
  padding: 5px;
  border: solid #02A89D 2px;
  border-radius: 4px;
  margin-left: 5%;
  margin-bottom: 15px;
  float: left;
  color: #02A89D;
  position: relative;
  background: #25282B; }
  .EtiquetteRdvFFA.G .Tblanc {
    color: white; }
  .EtiquetteRdvFFA.G .btnRdv {
    width: auto;
    border-radius: 4px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    clear: both;
    background: #F4A102;
    border: solid #F4A102 1px;
    display: block;
    color: white;
    margin: 10px auto;
    position: relative; }
    .EtiquetteRdvFFA.G .btnRdv:hover {
      background: white;
      color: #F4A102;
      cursor: pointer; }
    .EtiquetteRdvFFA.G .btnRdv.go {
      background: #02A89D;
      border: solid #02A89D 1px; }
      .EtiquetteRdvFFA.G .btnRdv.go:hover {
        background: white;
        color: #02A89D;
        cursor: pointer; }

#rdvNonFait, #rdvFaitRapport {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px; }

#detailsRdv {
  position: fixed;
  top: 200px;
  left: 5%;
  width: 90%;
  height: auto;
  border: solid #02A89D 2px;
  z-index: 5000;
  border-radius: 4px;
  background: #25282B;
  color: white; }
  #detailsRdv .fermer {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    border-radius: 16px;
    border: solid black 1px; }
    #detailsRdv .fermer .barre {
      width: 80%;
      height: 2px;
      background: black;
      transform-origin: center;
      position: absolute;
      left: 10%;
      top: calc(50% - 1px);
      transform: translateY(-50%); }
      #detailsRdv .fermer .barre.A {
        transform: rotate(45deg); }
      #detailsRdv .fermer .barre.B {
        transform: rotate(-45deg); }
    #detailsRdv .fermer:hover {
      cursor: pointer;
      border: solid white 1px; }
      #detailsRdv .fermer:hover .barre {
        background: white; }
  #detailsRdv h2 {
    color: #F4A102;
    text-align: center; }
  #detailsRdv .partofDetail {
    width: 50%;
    height: auto;
    padding-bottom: 0.83em; }
  #detailsRdv #detailsClient {
    float: left;
    border-right: solid #02A89D 2px; }
  #detailsRdv #DetailRdv {
    margin-left: 50%;
    height: auto; }
  #detailsRdv .oneInfo {
    width: 90%;
    margin: 5 auto 5;
    height: auto;
    position: relative; }
    #detailsRdv .oneInfo .titreInfos {
      font-weight: bold;
      float: left;
      height: auto;
      line-height: 100%;
      width: 30%;
      font-size: 1em;
      text-align: left;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    #detailsRdv .oneInfo .myInfos {
      margin-left: 35%;
      width: 65%;
      line-height: 100%;
      height: 100%;
      font-size: 1em;
      text-align: left;
      padding: 10 0; }

.btnGene {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: white;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-variant-caps: all-small-caps;
  font-weight: bold; }

.center {
  margin-left: auto;
  margin-right: auto; }

.left {
  margin-left: 0;
  margin-right: auto; }

.right {
  margin-left: auto;
  margin-right: 0; }

.orange {
  background: #F4A102; }

.vert {
  background: #8CC540; }

.bleu {
  background: #02A89D; }

#rapportRdv {
  position: absolute;
  top: 200px;
  left: 20%;
  width: 60%;
  height: auto;
  border: solid #02A89D 2px;
  z-index: 5000;
  border-radius: 4px;
  background: #25282B;
  color: white;
  display: none; }
  #rapportRdv .fermer {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 30px;
    width: 30px;
    border-radius: 16px;
    border: solid white 1px; }
    #rapportRdv .fermer .barre {
      width: 80%;
      height: 2px;
      background: white;
      transform-origin: center;
      position: absolute;
      left: 10%;
      top: calc(50% - 1px);
      transform: translateY(-50%); }
      #rapportRdv .fermer .barre.A {
        transform: rotate(45deg); }
      #rapportRdv .fermer .barre.B {
        transform: rotate(-45deg); }
    #rapportRdv .fermer:hover {
      cursor: pointer;
      border: solid white 1px; }
      #rapportRdv .fermer:hover .barre {
        background: white; }
  #rapportRdv h2 {
    text-align: center;
    color: #F4A102; }
  #rapportRdv #intro {
    width: 100%;
    margin: 10 auto;
    font-size: 1.3em; }
  #rapportRdv #contentRapport {
    width: 80%;
    margin: 10px auto auto;
    padding-bottom: 20px; }
    #rapportRdv #contentRapport .inputRapport {
      width: 100%;
      height: auto;
      margin: 15px auto auto; }
      #rapportRdv #contentRapport .inputRapport label {
        width: 100%;
        display: block;
        font-size: 1.3em;
        margin-bottom: 15px;
        font-weight: bold;
        border-bottom: solid white 1px; }
      #rapportRdv #contentRapport .inputRapport .wrapChoix {
        right: 0;
        top: 0;
        height: 40px;
        display: block;
        width: 100%;
        border: none;
        font-size: 1.2em;
        text-align: center;
        position: relative;
        width: 100%; }
        #rapportRdv #contentRapport .inputRapport .wrapChoix .wrapMyChoice {
          width: auto;
          height: 100%;
          float: left;
          position: relative;
          margin-right: 40px; }
          #rapportRdv #contentRapport .inputRapport .wrapChoix .wrapMyChoice .checkBox {
            position: absolute;
            width: 15px;
            height: 15px;
            left: 5px;
            top: 50%;
            transform: translateY(-50%);
            border: #F4A102 solid 1px;
            border-radius: 50%; }
            #rapportRdv #contentRapport .inputRapport .wrapChoix .wrapMyChoice .checkBox:hover {
              cursor: pointer;
              background: #F4A102; }
            #rapportRdv #contentRapport .inputRapport .wrapChoix .wrapMyChoice .checkBox.check {
              background: #F4A102; }
          #rapportRdv #contentRapport .inputRapport .wrapChoix .wrapMyChoice .textChoix {
            margin-left: 25px;
            position: relative;
            height: 100%;
            text-align: center;
            width: auto;
            line-height: 40px; }
          #rapportRdv #contentRapport .inputRapport .wrapChoix .wrapMyChoice:hover {
            cursor: pointer; }
          #rapportRdv #contentRapport .inputRapport .wrapChoix .wrapMyChoice:hover .checkBox {
            cursor: pointer;
            background: #F4A102; }
      #rapportRdv #contentRapport .inputRapport textarea {
        width: 100%;
        height: 250px; }

#wrapSem {
  width: 60%;
  height: auto;
  margin: auto auto auto 10%;
  position: relative;
  -webkit-user-select: none; }
  #wrapSem .MyDay {
    width: calc(13% - 4px);
    height: auto;
    margin: auto 2px;
    float: left; }
    #wrapSem .MyDay.A {
      width: calc(9% - 2px);
      margin: auto 2px auto 0; }
      #wrapSem .MyDay.A .oneHeure {
        width: calc(100% - 2px);
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin: 0 auto 3px;
        border: solid #ccc 1px; }
    #wrapSem .MyDay .enTeteDate {
      width: calc(100% - 2px);
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin: 0 auto 3px;
      border: solid #ccc 1px;
      background: #25282B;
      color: white;
      position: relative; }
    #wrapSem .MyDay .oneCrenFF {
      width: calc(100% - 2px);
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin: 0 auto 3px;
      border: solid #ccc 1px;
      border-radius: 4px; }
      #wrapSem .MyDay .oneCrenFF:hover {
        cursor: pointer;
        background: #8CC540; }
      #wrapSem .MyDay .oneCrenFF.nonDispo {
        background: #ccc; }
        #wrapSem .MyDay .oneCrenFF.nonDispo:hover {
          background: #8CC540; }
        #wrapSem .MyDay .oneCrenFF.nonDispo.select {
          background: #8CC540; }
      #wrapSem .MyDay .oneCrenFF.libre {
        background: #8CC540; }
        #wrapSem .MyDay .oneCrenFF.libre:hover {
          background: #ccc; }
        #wrapSem .MyDay .oneCrenFF.libre.select {
          background: #ccc; }
      #wrapSem .MyDay .oneCrenFF.rdvBy {
        background: #EA1E44; }
        #wrapSem .MyDay .oneCrenFF.rdvBy:hover {
          cursor: default;
          background: #EA1E44; }

.allCheck {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 22%;
  padding-bottom: 10%; }
  .allCheck .all {
    position: absolute;
    width: 43%;
    /* padding-bottom: 47%; */
    border-radius: 50%;
    top: 0;
    height: 100%; }
    .allCheck .all.in {
      left: 0;
      background: #8CC540; }
    .allCheck .all.out {
      right: 0;
      background: #ccc; }
    .allCheck .all:hover {
      cursor: pointer; }
