body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Quicksand'; }

body {
  display: table;
  width: 100%; }

header {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  background: #EA1E44;
  color: white;
  z-index: 500; }
  header img {
    position: absolute;
    left: 15px;
    top: 50%;
    height: 80%;
    transform: translateY(-50%); }
  header #titre {
    font-size: 2.3em;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  header #who {
    position: absolute;
    height: 60%;
    top: 50%;
    right: 15px;
    border: solid white 1px;
    transform: translateY(-50%);
    width: 200px;
    line-height: 48px;
    text-align: center;
    font-weight: bold; }

main {
  width: 100%;
  margin-left: 0;
  margin-top: 80px;
  margin-right: 0;
  height: 100%;
  position: relative;
  padding-top: 1px; }

footer {
  display: table-row;
  height: 100px;
  background: #EA1E44;
  color: white;
  vertical-align: middle;
  padding-top: 1px; }

.fermer {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px; }
  .fermer:hover {
    transform: rotate(30deg);
    cursor: pointer; }

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

.btn {
  width: 30%;
  height: 40px;
  line-height: 40px;
  font-variant-caps: all-small-caps;
  text-align: center;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px; }

.btn.bleu {
  color: white;
  background: #2EC6DB;
  border-color: #2EC6DB; }
  .btn.bleu:hover {
    background: white;
    color: #2EC6DB;
    cursor: pointer; }

.btn.orange {
  color: white;
  background: #EF8607;
  border-color: #EF8607; }
  .btn.orange:hover {
    background: white;
    color: #EF8607;
    cursor: pointer; }

.inputA {
  width: 80%;
  height: 40px;
  border: solid black 1px;
  text-align: center;
  font-size: 1.1em;
  margin: 0 auto 15px;
  display: block; }

.error {
  height: 20px;
  line-height: 20px;
  color: #EF5759;
  font-style: italic;
  width: 100%;
  text-align: center; }

.infos {
  width: 100%;
  height: 30px;
  line-height: 30px; }
  .infos .myT {
    color: #EF8607; }

form#coord {
  display: block;
  width: 90%;
  margin: 20px auto;
  height: auto;
  overflow: auto;
  padding-bottom: 30px; }

.wrapInput, .wrapInputT {
  width: 50%;
  float: left;
  margin-top: 20px;
  overflow: visible;
  position: relative;
  height: 40px; }
  .wrapInput.all, .all.wrapInputT {
    width: 70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px; }
  .wrapInput.errorI::after, .errorI.wrapInputT::after {
    content: attr(data-error);
    display: block;
    position: absolute;
    width: auto;
    height: 44%;
    padding: 5px;
    border: solid black 1px;
    top: 16%;
    right: 6%;
    background: #f39c4e;
    font-size: 0.7em;
    font-style: italic;
    padding-right: 40px;
    border-radius: 4px; }
  .wrapInput.errorI::before, .errorI.wrapInputT::before {
    content: '';
    display: block;
    position: absolute;
    width: 23px;
    height: 20px;
    top: 23%;
    right: 8%;
    background-image: url(../images/icones/1x/warning.png);
    background-size: cover;
    z-index: 12; }
  .wrapInput input, .wrapInputT input {
    width: 95%;
    display: block;
    border: solid black 1px;
    height: calc(100% - 2px);
    padding-left: 5px;
    position: relative; }
  .wrapInput select, .wrapInputT select {
    width: 95%;
    display: block;
    border: solid black 1px;
    height: calc(100% - 2px);
    padding-left: 5px;
    position: relative; }
  .wrapInput label, .wrapInputT label {
    position: absolute;
    top: 0;
    left: 10px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    transform: translateY(-50%);
    background: white;
    z-index: 15; }

.wrapInputT {
  width: 100%; }

#wrapConnexion {
  width: 30%;
  margin: 50px auto;
  position: relative;
  padding: 25px;
  background: black;
  color: white; }
  #wrapConnexion h1 {
    display: block;
    height: 40px;
    margin: 0;
    line-height: 40px;
    text-align: center;
    font-size: 1.3em; }

#wrapBtn {
  position: relative;
  width: 80%;
  margin: 80px auto;
  height: auto;
  overflow: auto; }
  #wrapBtn .oneFx {
    width: 280px;
    padding-bottom: 280px;
    float: left;
    position: relative; }
    #wrapBtn .oneFx img {
      position: absolute;
      width: 250px;
      height: 250px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      #wrapBtn .oneFx img:hover {
        top: 48%;
        cursor: pointer; }

.Tin {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

#voileBlanc {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: white;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: none; }

.pop4 {
  display: none;
  z-index: 1000;
  width: 40%;
  height: auto;
  position: absolute;
  top: 150px;
  left: 30%;
  border: #EA1E44 solid 2px;
  background: white;
  padding: 10px;
  transition: width 1s; }
  .pop4.small {
    width: 20%; }
  .pop4 h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #405A75;
    font-size: 1.2em; }
  .pop4 .headAct {
    width: 40px;
    height: 40px;
    margin: 8px auto;
    display: block; }
  .pop4 .myWrap {
    margin: 20px auto;
    height: auto;
    overflow: auto; }
    .pop4 .myWrap.A {
      width: 135px; }
    .pop4 .myWrap.B {
      width: 180px; }
    .pop4 .myWrap.C {
      width: 90px; }
    .pop4 .myWrap.D {
      width: 225px; }
    .pop4 .myWrap .oneChoiceMoment, .pop4 .myWrap .oneChoiceTR, .pop4 .myWrap .oneChoiceTRI, .pop4 .myWrap .oneChoiceTRinRech {
      float: left;
      width: 45px;
      padding-bottom: 45px;
      position: relative; }
      .pop4 .myWrap .oneChoiceMoment img, .pop4 .myWrap .oneChoiceTR img, .pop4 .myWrap .oneChoiceTRI img, .pop4 .myWrap .oneChoiceTRinRech img {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .pop4 .myWrap .oneChoiceMoment:hover, .pop4 .myWrap .oneChoiceTR:hover, .pop4 .myWrap .oneChoiceTRI:hover, .pop4 .myWrap .oneChoiceTRinRech:hover {
        cursor: pointer;
        background: #ccc; }
      .pop4 .myWrap .oneChoiceMoment.choice, .pop4 .myWrap .oneChoiceTR.choice, .pop4 .myWrap .oneChoiceTRI.choice, .pop4 .myWrap .oneChoiceTRinRech.choice {
        background: #ccc; }
      .pop4 .myWrap .oneChoiceMoment .oneCTRI, .pop4 .myWrap .oneChoiceTR .oneCTRI, .pop4 .myWrap .oneChoiceTRI .oneCTRI, .pop4 .myWrap .oneChoiceTRinRech .oneCTRI {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: white;
        background: #EA1E44; }
  .pop4 #EltsChoisi {
    width: 95%;
    height: 60px;
    position: relative;
    margin: 20px auto;
    border: solid black 1px; }
    .pop4 #EltsChoisi .recetteIn {
      width: 100%;
      height: 100%; }
      .pop4 #EltsChoisi .recetteIn .photoRecetteIn {
        width: 20%;
        height: 100%;
        position: relative;
        float: left; }
        .pop4 #EltsChoisi .recetteIn .photoRecetteIn img {
          position: absolute;
          height: 90%;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .pop4 #EltsChoisi .recetteIn .nomRecetteIn {
        width: 80%;
        text-align: center;
        margin-left: 20%;
        position: relative;
        height: 100%; }
    .pop4 #EltsChoisi .ingredientInChoix {
      width: 100%;
      height: 100%; }
      .pop4 #EltsChoisi .ingredientInChoix .nomIngredientInChoix {
        width: 80%;
        line-height: 60px;
        text-align: center;
        float: left; }
      .pop4 #EltsChoisi .ingredientInChoix .qteIngredientInChoix {
        width: 20%;
        line-height: 60px;
        text-align: center;
        margin-left: 80%; }

.pop2 {
  display: none;
  z-index: 1000;
  width: 40%;
  height: auto;
  position: absolute;
  top: 150px;
  left: 30%;
  border: #EF8607 solid 2px;
  background: white;
  padding: 10px; }
  .pop2 .headAct {
    width: 40px;
    height: 40px;
    margin: 8px auto;
    display: block; }
  .pop2 .add {
    position: absolute;
    width: 20px;
    height: 20px;
    left: calc(50% + 30px);
    top: 18px;
    transition: transform 1s; }
    .pop2 .add:hover {
      cursor: pointer;
      transform: rotate(-90deg);
      transition: transform 1s; }
  .pop2 h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #405A75;
    font-size: 1.2em; }
  .pop2 .etape {
    width: 90%;
    margin: 15px auto;
    position: relative;
    height: auto; }
    .pop2 .etape .noItem {
      width: 100%;
      height: auto;
      margin: 10px auto;
      font-style: italic;
      color: #EA1E44;
      font-size: 0.9em; }
    .pop2 .etape .fakeSelect {
      width: 70%;
      height: 40px;
      margin: 15px auto;
      position: relative;
      border: solid black 1px; }
      .pop2 .etape .fakeSelect .ChoixZ {
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        line-height: 40px; }
        .pop2 .etape .fakeSelect .ChoixZ:hover {
          cursor: pointer; }
        .pop2 .etape .fakeSelect .ChoixZ .choixFait {
          width: 100%;
          height: 40px; }
          .pop2 .etape .fakeSelect .ChoixZ .choixFait .IconeChoice {
            width: 20%;
            height: 100%;
            float: left;
            position: relative; }
            .pop2 .etape .fakeSelect .ChoixZ .choixFait .IconeChoice img {
              position: absolute;
              width: 45%;
              height: auto;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .pop2 .etape .fakeSelect .ChoixZ .choixFait .nom {
            width: 50%;
            float: left;
            text-align: center;
            line-height: 40px; }
          .pop2 .etape .fakeSelect .ChoixZ .choixFait .duree {
            width: 30%;
            float: left;
            text-align: center;
            line-height: 40px; }
      .pop2 .etape .fakeSelect .listChoix {
        position: absolute;
        width: 100%;
        height: auto;
        background: white;
        border: solid black 1px;
        top: 100%;
        left: -1px;
        display: none; }
        .pop2 .etape .fakeSelect .listChoix .oneChoice {
          width: 100%;
          height: 40px; }
          .pop2 .etape .fakeSelect .listChoix .oneChoice .IconeChoice {
            width: 20%;
            height: 100%;
            float: left;
            position: relative; }
            .pop2 .etape .fakeSelect .listChoix .oneChoice .IconeChoice img {
              position: absolute;
              width: 45%;
              height: auto;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .pop2 .etape .fakeSelect .listChoix .oneChoice .nom {
            width: 50%;
            float: left;
            text-align: center;
            line-height: 40px; }
          .pop2 .etape .fakeSelect .listChoix .oneChoice .duree {
            width: 30%;
            float: left;
            text-align: center;
            line-height: 40px; }
          .pop2 .etape .fakeSelect .listChoix .oneChoice:hover {
            cursor: pointer;
            background: #ccc; }

.pop5 {
  z-index: 1000;
  width: 40%;
  height: auto;
  position: absolute;
  top: 150px;
  left: calc(53% - 4px);
  border: #EF8607 solid 2px;
  background: white;
  padding: 10px;
  display: none; }
  .pop5 h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #405A75;
    font-size: 1.5em; }
  .pop5 form {
    width: 95%;
    margin: 15px auto;
    padding-bottom: 80px; }
    .pop5 form #wrapIconeTS {
      width: 100%;
      height: auto;
      overflow: auto; }
      .pop5 form #wrapIconeTS .OneTypeSport {
        float: left;
        width: 50px;
        padding-bottom: 80px;
        margin-right: 5px;
        margin-bottom: 3px;
        position: relative; }
        .pop5 form #wrapIconeTS .OneTypeSport img {
          position: absolute;
          width: 40px;
          height: 40px;
          left: 5px;
          top: 5px; }
        .pop5 form #wrapIconeTS .OneTypeSport .NameOfTypeSport {
          position: absolute;
          top: 43px;
          width: 100%;
          height: 37px;
          line-height: 20px;
          text-align: center;
          font-size: 0.6em; }
          .pop5 form #wrapIconeTS .OneTypeSport .NameOfTypeSport .inT {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%); }
        .pop5 form #wrapIconeTS .OneTypeSport:hover {
          cursor: pointer;
          background: #CCC; }
          .pop5 form #wrapIconeTS .OneTypeSport:hover::after {
            content: attr(data-descr);
            display: block;
            padding: 5px;
            width: auto;
            height: auto;
            position: absolute;
            left: 0px;
            top: 0px; }
        .pop5 form #wrapIconeTS .OneTypeSport.choice {
          background: #CCC; }
  .pop5 .myWrap {
    margin: 20px auto;
    height: auto;
    overflow: auto; }
    .pop5 .myWrap.A {
      width: 135px; }
    .pop5 .myWrap.B {
      width: 180px; }
    .pop5 .myWrap.C {
      width: 90px; }
    .pop5 .myWrap.D {
      width: 225px; }
    .pop5 .myWrap .oneChoiceMoment, .pop5 .myWrap .oneChoiceTR, .pop5 .myWrap .oneChoiceTRI, .pop5 .myWrap .oneChoiceTRinRech {
      float: left;
      width: 45px;
      padding-bottom: 45px;
      position: relative; }
      .pop5 .myWrap .oneChoiceMoment img, .pop5 .myWrap .oneChoiceTR img, .pop5 .myWrap .oneChoiceTRI img, .pop5 .myWrap .oneChoiceTRinRech img {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .pop5 .myWrap .oneChoiceMoment:hover, .pop5 .myWrap .oneChoiceTR:hover, .pop5 .myWrap .oneChoiceTRI:hover, .pop5 .myWrap .oneChoiceTRinRech:hover {
        cursor: pointer;
        background: #ccc; }
      .pop5 .myWrap .oneChoiceMoment.choice, .pop5 .myWrap .oneChoiceTR.choice, .pop5 .myWrap .oneChoiceTRI.choice, .pop5 .myWrap .oneChoiceTRinRech.choice {
        background: #ccc; }
      .pop5 .myWrap .oneChoiceMoment .oneCTRI, .pop5 .myWrap .oneChoiceTR .oneCTRI, .pop5 .myWrap .oneChoiceTRI .oneCTRI, .pop5 .myWrap .oneChoiceTRinRech .oneCTRI {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: white;
        background: #EA1E44; }
  .pop5 #wrapResultatRecette {
    height: 362px;
    overflow-y: scroll; }

.pop3 {
  z-index: 1000;
  width: 20%;
  height: auto;
  position: absolute;
  top: 150px;
  left: 70%;
  border: #EF8607 solid 2px;
  background: white;
  padding: 10px;
  display: none; }
  .pop3 h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #405A75;
    font-size: 1.5em; }
  .pop3 form {
    width: 95%;
    margin: 15px auto;
    padding-bottom: 80px; }
    .pop3 form #wrapIconeTS {
      width: 100%;
      height: auto;
      overflow: auto; }
      .pop3 form #wrapIconeTS .OneTypeSport {
        float: left;
        width: 50px;
        padding-bottom: 80px;
        margin-right: 5px;
        margin-bottom: 3px;
        position: relative; }
        .pop3 form #wrapIconeTS .OneTypeSport img {
          position: absolute;
          width: 40px;
          height: 40px;
          left: 5px;
          top: 5px; }
        .pop3 form #wrapIconeTS .OneTypeSport .NameOfTypeSport {
          position: absolute;
          top: 43px;
          width: 100%;
          height: 37px;
          line-height: 20px;
          text-align: center;
          font-size: 0.6em; }
          .pop3 form #wrapIconeTS .OneTypeSport .NameOfTypeSport .inT {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%); }
        .pop3 form #wrapIconeTS .OneTypeSport:hover {
          cursor: pointer;
          background: #CCC; }
          .pop3 form #wrapIconeTS .OneTypeSport:hover::after {
            content: attr(data-descr);
            display: block;
            padding: 5px;
            width: auto;
            height: auto;
            position: absolute;
            left: 0px;
            top: 0px; }
        .pop3 form #wrapIconeTS .OneTypeSport.choice {
          background: #CCC; }
  .pop3 .myWrap {
    margin: 20px auto;
    height: auto;
    overflow: auto; }
    .pop3 .myWrap.A {
      width: 135px; }
    .pop3 .myWrap.B {
      width: 180px; }
    .pop3 .myWrap.C {
      width: 90px; }
    .pop3 .myWrap.D {
      width: 225px; }
    .pop3 .myWrap .oneChoiceMoment, .pop3 .myWrap .oneChoiceTR, .pop3 .myWrap .oneChoiceTRI {
      float: left;
      width: 45px;
      padding-bottom: 45px;
      position: relative; }
      .pop3 .myWrap .oneChoiceMoment img, .pop3 .myWrap .oneChoiceTR img, .pop3 .myWrap .oneChoiceTRI img {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .pop3 .myWrap .oneChoiceMoment:hover, .pop3 .myWrap .oneChoiceTR:hover, .pop3 .myWrap .oneChoiceTRI:hover {
        cursor: pointer;
        background: #ccc; }
      .pop3 .myWrap .oneChoiceMoment.choice, .pop3 .myWrap .oneChoiceTR.choice, .pop3 .myWrap .oneChoiceTRI.choice {
        background: #ccc; }
      .pop3 .myWrap .oneChoiceMoment .oneCTRI, .pop3 .myWrap .oneChoiceTR .oneCTRI, .pop3 .myWrap .oneChoiceTRI .oneCTRI {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: white;
        background: #EA1E44; }

.pop {
  z-index: 1000;
  width: 60%;
  height: auto;
  position: absolute;
  top: 150px;
  left: 20%;
  border: #EA1E44 solid 2px;
  background: white;
  padding: 10px; }
  .pop h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #405A75;
    font-size: 1.5em; }
  .pop .wrapInPop {
    margin: 15px auto;
    width: 80%; }
    .pop .wrapInPop h3 {
      display: block;
      width: 100%;
      margin: 15px 0px;
      padding: 3px;
      text-align: center;
      color: #2EC6DB;
      font-size: 1.4em; }
  .pop .selectInPop {
    display: block;
    width: 60%;
    margin: 15px auto 15px;
    height: 40px;
    border: solid black 1px; }
  .pop .headAct {
    width: 40px;
    height: 40px;
    margin: 8px auto;
    display: block; }
  .pop .voirSeq {
    width: 50px;
    height: 50px;
    margin: 15px auto; }
    .pop .voirSeq:hover {
      cursor: pointer; }
    .pop .voirSeq img {
      width: 100%;
      height: 100%; }

.popPerm {
  z-index: 1000;
  width: 60%;
  height: auto;
  position: absolute;
  top: 150px;
  left: 20%;
  border: #EA1E44 solid 2px;
  background: white;
  padding: 10px; }
  .popPerm h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 3px;
    text-align: center;
    color: #405A75;
    font-size: 1.5em; }
  .popPerm .wrapInPop {
    margin: 15px auto;
    width: 80%; }
    .popPerm .wrapInPop h3 {
      display: block;
      width: 100%;
      margin: 15px 0px;
      padding: 3px;
      text-align: center;
      color: #2EC6DB;
      font-size: 1.4em; }
  .popPerm .selectInPop {
    display: block;
    width: 60%;
    margin: 15px auto 15px;
    height: 40px;
    border: solid black 1px; }
  .popPerm .headAct {
    width: 40px;
    height: 40px;
    margin: 8px auto;
    display: block; }
  .popPerm .voirSeq {
    width: 50px;
    height: 50px;
    margin: 15px auto; }
    .popPerm .voirSeq:hover {
      cursor: pointer; }
    .popPerm .voirSeq img {
      width: 100%;
      height: 100%; }

#message {
  display: none;
  position: fixed;
  z-index: 1000;
  width: auto;
  padding: 10px;
  text-align: center;
  background: black;
  color: white;
  top: 0px;
  left: 50%;
  transform: translateX(-50%); }

img.titre {
  width: 150px;
  height: 150px;
  display: block;
  margin: 10px auto; }

img.add {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: calc(50% - 100px);
  transition: transform 0.5s; }
  img.add:hover {
    transform: rotate(90deg);
    cursor: pointer;
    transition: transform 0.5s; }

#wrapProfil {
  display: block;
  width: 50%;
  margin: 30px auto;
  height: auto; }
  #wrapProfil h1 {
    display: block;
    font-size: 2.5em;
    border-bottom: solid black 1px;
    margin: 10px auto 10px;
    padding-left: 10px; }
  #wrapProfil .oneUser {
    width: 80%;
    margin: 23px auto 5px 3%;
    height: 30px;
    position: relative; }
    #wrapProfil .oneUser .illProf {
      float: left;
      width: 30px;
      height: 30px; }
    #wrapProfil .oneUser .nom {
      margin-left: 40px;
      height: 30px;
      line-height: 30px; }
    #wrapProfil .oneUser:hover {
      margin-left: 6%;
      cursor: pointer; }

#NameProfil {
  width: auto;
  height: auto;
  text-align: center;
  display: none;
  margin: 10px auto;
  font-size: 2.5em; }

#wrapInfosProfil {
  box-shadow: 3px 4px 19px -6px rgba(0, 0, 0, 0.75);
  display: none;
  width: 80%;
  margin: 30px auto;
  height: 800px;
  position: relative;
  border: solid black 1px; }
  #wrapInfosProfil #menuInfosProfil {
    width: 320px;
    position: relative;
    height: 80px;
    margin: auto; }
    #wrapInfosProfil #menuInfosProfil .itemMenuProfil {
      float: left;
      width: 80px;
      height: 80px;
      position: relative; }
      #wrapInfosProfil #menuInfosProfil .itemMenuProfil img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px; }
      #wrapInfosProfil #menuInfosProfil .itemMenuProfil:hover {
        margin-top: 5px;
        cursor: pointer; }
  #wrapInfosProfil #wrapperInfosProfils {
    width: 90%;
    height: 700px;
    margin: 0px auto;
    overflow: hidden;
    position: relative; }
    #wrapInfosProfil #wrapperInfosProfils #wrappyInfosProfils {
      position: absolute;
      left: 0;
      top: 0;
      width: 400%;
      height: 100%; }
      #wrapInfosProfil #wrapperInfosProfils #wrappyInfosProfils .contentInfosProfils {
        width: 25%;
        float: left;
        height: 100%;
        overflow-y: scroll; }

#wrapCreate {
  box-shadow: 3px 4px 19px -6px rgba(0, 0, 0, 0.75);
  display: none;
  width: 80%;
  margin: 30px auto;
  height: auto;
  min-height: 800px;
  position: relative;
  border: solid black 1px; }
  #wrapCreate #menuTopProgramme {
    width: 90%;
    margin: 30px auto;
    height: 50px;
    position: relative; }
    #wrapCreate #menuTopProgramme #forTitle {
      float: left;
      width: 60%;
      height: 100%;
      position: relative; }
      #wrapCreate #menuTopProgramme #forTitle .programmeIll {
        width: 30%;
        background: #EA1E44;
        color: white;
        text-align: center;
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 20px; }
      #wrapCreate #menuTopProgramme #forTitle input#title {
        width: 50%;
        display: block;
        height: 40px;
        border: solid black 1px;
        padding-left: 5px;
        right: 10%;
        top: 50%;
        position: absolute;
        transform: translateY(-50%); }
    #wrapCreate #menuTopProgramme #ForMenu {
      width: 40%;
      margin-left: 65%;
      height: 100%;
      position: relative; }
      #wrapCreate #menuTopProgramme #ForMenu .iconMenuPg {
        float: left;
        width: 50px;
        height: 50px;
        position: relative; }
        #wrapCreate #menuTopProgramme #ForMenu .iconMenuPg img {
          position: absolute;
          left: 50%;
          width: 40px;
          height: 40px;
          top: 50%;
          transform: translate(-50%, -50%); }
          #wrapCreate #menuTopProgramme #ForMenu .iconMenuPg img:hover {
            cursor: pointer;
            transform: translate(-50%, -50%) rotate(90deg); }

#noSeq {
  width: 100%;
  margin: 5px auto;
  color: #EA1E44;
  text-align: center; }

.OneSequence {
  width: 90%;
  margin: 20px 0px 0px 10%;
  height: auto;
  position: relative; }
  .OneSequence .menuTopProgrammeSeq {
    width: 90%;
    margin: 30px auto;
    height: 50px;
    position: relative; }
    .OneSequence .menuTopProgrammeSeq .deplirepli {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      background-size: cover;
      background-image: url(../images/icones/1x/repli.png); }
      .OneSequence .menuTopProgrammeSeq .deplirepli:hover {
        cursor: pointer; }
      .OneSequence .menuTopProgrammeSeq .deplirepli.repli {
        background-image: url(../images/icones/1x/depli.png); }
    .OneSequence .menuTopProgrammeSeq .forTitleSeq {
      float: left;
      width: 50%;
      height: 100%;
      position: relative;
      margin-left: 10%; }
      .OneSequence .menuTopProgrammeSeq .forTitleSeq .SequenceIll {
        width: 30%;
        background: #2EC6DB;
        color: white;
        text-align: center;
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 20px; }
      .OneSequence .menuTopProgrammeSeq .forTitleSeq input.nameInput {
        width: 50%;
        display: block;
        height: 40px;
        border: solid black 1px;
        padding-left: 5px;
        right: 10%;
        top: 50%;
        position: absolute;
        transform: translateY(-50%); }
    .OneSequence .menuTopProgrammeSeq .ForMenuSeq {
      width: 40%;
      margin-left: 65%;
      height: 100%;
      position: relative; }
      .OneSequence .menuTopProgrammeSeq .ForMenuSeq .iconMenuSeq {
        float: left;
        width: 50px;
        height: 50px;
        position: relative; }
        .OneSequence .menuTopProgrammeSeq .ForMenuSeq .iconMenuSeq img {
          position: absolute;
          left: 50%;
          width: 40px;
          height: 40px;
          top: 50%;
          transform: translate(-50%, -50%); }
          .OneSequence .menuTopProgrammeSeq .ForMenuSeq .iconMenuSeq img:hover {
            cursor: pointer;
            transform: translate(-50%, -50%) rotate(90deg); }
  .OneSequence .contentSequence {
    width: 80%;
    margin: 20px auto; }

.OneJour {
  width: 100%;
  margin: 20px 0px 0px 0%;
  height: auto;
  position: relative; }
  .OneJour .menuTopProgrammeJour {
    width: 90%;
    margin: 30px auto;
    height: 50px;
    position: relative; }
    .OneJour .menuTopProgrammeJour .forTitleJour {
      float: left;
      width: 60%;
      height: 100%;
      position: relative; }
      .OneJour .menuTopProgrammeJour .forTitleJour .JourIll {
        width: 30%;
        background: #EF8607;
        color: white;
        text-align: center;
        height: 40px;
        line-height: 40px;
        position: absolute;
        left: 0%;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 20px; }
      .OneJour .menuTopProgrammeJour .forTitleJour input.nameInput {
        width: 50%;
        display: block;
        height: 40px;
        border: solid black 1px;
        padding-left: 5px;
        right: 10%;
        top: 50%;
        position: absolute;
        transform: translateY(-50%); }
    .OneJour .menuTopProgrammeJour .ForMenuJour {
      width: 40%;
      margin-left: 65%;
      height: 100%;
      position: relative; }
      .OneJour .menuTopProgrammeJour .ForMenuJour .iconMenuJour {
        float: left;
        width: 50px;
        height: 50px;
        position: relative; }
        .OneJour .menuTopProgrammeJour .ForMenuJour .iconMenuJour img {
          position: absolute;
          left: 50%;
          width: 40px;
          height: 40px;
          top: 50%;
          transform: translate(-50%, -50%); }
          .OneJour .menuTopProgrammeJour .ForMenuJour .iconMenuJour img:hover {
            cursor: pointer;
            transform: translate(-50%, -50%) rotate(90deg); }
  .OneJour .contentJour {
    width: 80%;
    margin: 20px auto; }

.oneActivite {
  width: 100%;
  margin: 20px 0px 0px 0%;
  height: auto;
  position: relative; }
  .oneActivite .menuTopProgrammeActi {
    width: 90%;
    margin: 30px auto;
    height: 50px;
    position: relative; }
    .oneActivite .menuTopProgrammeActi .forTitleActi {
      float: left;
      width: 60%;
      height: 100%;
      position: relative; }
      .oneActivite .menuTopProgrammeActi .forTitleActi .ActiIll {
        width: 30%;
        height: 100%;
        float: left;
        position: relative; }
        .oneActivite .menuTopProgrammeActi .forTitleActi .ActiIll img {
          height: 90%;
          width: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .oneActivite .menuTopProgrammeActi .forTitleActi .nomActi {
        width: 70%;
        text-align: center;
        height: 50px;
        line-height: 50px; }
    .oneActivite .menuTopProgrammeActi .ForMenuActi {
      width: 40%;
      margin-left: 65%;
      height: 100%;
      position: relative; }
      .oneActivite .menuTopProgrammeActi .ForMenuActi .iconMenuJour {
        float: left;
        width: 50px;
        height: 50px;
        position: relative; }
        .oneActivite .menuTopProgrammeActi .ForMenuActi .iconMenuJour img {
          position: absolute;
          left: 50%;
          width: 40px;
          height: 40px;
          top: 50%;
          transform: translate(-50%, -50%); }
          .oneActivite .menuTopProgrammeActi .ForMenuActi .iconMenuJour img:hover {
            cursor: pointer;
            transform: translate(-50%, -50%) rotate(90deg); }

.oneActivite.repas {
  width: 100%;
  margin: 20px 0px 0px 0%;
  height: auto;
  position: relative; }
  .oneActivite.repas .menuTopProgrammeActi {
    width: 90%;
    margin: 30px auto;
    height: 50px;
    position: relative; }
    .oneActivite.repas .menuTopProgrammeActi .forTitleActi {
      float: left;
      width: 60%;
      height: 100%;
      position: relative; }
      .oneActivite.repas .menuTopProgrammeActi .forTitleActi .ActiIllRepas {
        width: 40%;
        height: 100%;
        float: left;
        position: relative; }
        .oneActivite.repas .menuTopProgrammeActi .forTitleActi .ActiIllRepas img {
          height: 90%;
          width: auto;
          float: left;
          margin: 2% 5px; }
      .oneActivite.repas .menuTopProgrammeActi .forTitleActi .nomActi {
        width: 60%;
        text-align: center;
        height: 50px;
        line-height: 12px;
        margin-left: 40%;
        font-size: 0.9em;
        position: relative; }
    .oneActivite.repas .menuTopProgrammeActi .ForMenuActi {
      width: 40%;
      margin-left: 65%;
      height: 100%;
      position: relative; }
      .oneActivite.repas .menuTopProgrammeActi .ForMenuActi .iconMenuJour {
        float: left;
        width: 50px;
        height: 50px;
        position: relative; }
        .oneActivite.repas .menuTopProgrammeActi .ForMenuActi .iconMenuJour img {
          position: absolute;
          left: 50%;
          width: 40px;
          height: 40px;
          top: 50%;
          transform: translate(-50%, -50%); }
          .oneActivite.repas .menuTopProgrammeActi .ForMenuActi .iconMenuJour img:hover {
            cursor: pointer;
            transform: translate(-50%, -50%) rotate(90deg); }

.RecetteC {
  height: auto;
  margin: 5px auto;
  padding: 5px;
  max-height: 150px;
  width: 95%;
  border: solid black 1px; }
  .RecetteC:hover {
    cursor: pointer;
    border: solid black 3px; }

.ph img {
  width: 100%;
  height: auto; }

.infosRC {
  margin: auto; }

.infosRC tr:first-child {
  font-size: 0.9em;
  font-weight: bold; }

.infosRC tr:not(:first-child) {
  font-size: 0.85em;
  font-style: italic; }

.infosRC td:not(.ph) {
  padding-left: 3px; }

.inBilan tr td:first-child {
  width: 60%; }

.inBilan tr td {
  font-size: 0.8em; }

.wrapper-listRC {
  width: 100%;
  overflow: hidden; }

.wrappy-listRC {
  width: 100%; }

.nomType:hover {
  filter: brightness(90%);
  cursor: pointer; }

#rechercheRecette {
  width: 95%;
  height: 40px;
  border: solid black 1px;
  display: block;
  margin: 50px auto 10px; }

.ActiviteDuJour {
  width: 80%;
  height: auto;
  margin: auto; }
  .ActiviteDuJour .illMenu {
    width: 40px;
    height: 40px;
    display: block;
    margin: 20px auto; }
  .ActiviteDuJour .nosport {
    width: 100%;
    font-style: italic;
    margin: 10px auto; }
  .ActiviteDuJour .OneSport {
    width: 50%;
    margin-left: 0%;
    height: 50px;
    position: relative; }
    .ActiviteDuJour .OneSport .illSport {
      width: 15%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute; }
      .ActiviteDuJour .OneSport .illSport img {
        position: absolute;
        width: 40px;
        height: 40px;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .ActiviteDuJour .OneSport .intituleSport {
      margin-left: 22%;
      width: 45%;
      height: 50px;
      line-height: 50px;
      text-align: left; }
    .ActiviteDuJour .OneSport .dureeSport {
      position: absolute;
      width: 23%;
      height: 100%;
      display: block;
      top: 0;
      right: 0;
      line-height: 50px; }

.MenuDuJour {
  width: 80%;
  height: auto;
  margin: auto; }
  .MenuDuJour .nomeal {
    width: 100%;
    font-style: italic;
    margin: 10px auto; }
  .MenuDuJour .illMenu {
    width: 40px;
    height: 40px;
    display: block;
    margin: 20px auto; }
  .MenuDuJour .titreMoment {
    font-size: 1em;
    font-weight: bold;
    width: auto;
    margin: auto auto 10px;
    padding: 5px;
    text-align: center;
    background: #C57F05;
    color: white;
    border-radius: 6px; }
  .MenuDuJour .WrapPartOfMenu {
    width: 90%;
    margin-left: 10%;
    height: auto;
    padding: 10px; }
    .MenuDuJour .WrapPartOfMenu .OnePartRepas {
      width: calc(100% - 20px);
      height: auto;
      overflow: auto;
      margin-bottom: 10px; }
      .MenuDuJour .WrapPartOfMenu .OnePartRepas .titreTypeRepasMenu {
        font-size: 0.8em;
        font-weight: bold;
        text-decoration: underline;
        width: 30%;
        float: left;
        height: auto; }
      .MenuDuJour .WrapPartOfMenu .OnePartRepas .myRepas {
        margin-left: 30%;
        width: 70%;
        height: auto; }
        .MenuDuJour .WrapPartOfMenu .OnePartRepas .myRepas .drawRepas {
          width: 100%;
          height: auto;
          overflow: auto; }
          .MenuDuJour .WrapPartOfMenu .OnePartRepas .myRepas .drawRepas .nameDraw {
            width: 80%;
            float: left;
            height: auto; }
          .MenuDuJour .WrapPartOfMenu .OnePartRepas .myRepas .drawRepas .illDraw {
            margin-left: 80%;
            width: 20%;
            height: 20px;
            position: relative; }
            .MenuDuJour .WrapPartOfMenu .OnePartRepas .myRepas .drawRepas .illDraw img {
              position: absolute;
              height: 100%;
              width: auto;
              top: 0;
              left: 50%;
              transform: translateX(-50%); }
      .MenuDuJour .WrapPartOfMenu .OnePartRepas .noRepas {
        width: calc(100% - 15px);
        text-align: left;
        padding-left: 15px;
        font-style: italic; }

.wrapChoixJour {
  width: 80%;
  height: 40px;
  position: relative;
  margin: 10px auto; }
  .wrapChoixJour .OneChoixJ {
    width: 38px;
    height: 38px;
    line-height: 40px;
    color: white;
    border-radius: 50%;
    border: solid 1px #660737;
    background: #660737;
    text-align: center;
    float: left;
    margin-right: 5px; }
    .wrapChoixJour .OneChoixJ:hover {
      cursor: pointer;
      background: white;
      color: #660737; }
    .wrapChoixJour .OneChoixJ.current {
      background: white;
      color: #660737; }

#infosLong {
  width: 100%;
  margin: 10px auto;
  text-align: center; }

#wrapIN {
  width: 90%;
  margin: 20px auto 10px;
  height: 202px;
  border: solid black 1px; }
  #wrapIN .graph {
    width: 400px;
    height: 200px;
    float: left; }
  #wrapIN .infosNut {
    margin-left: 400px;
    width: calc(100% - 400px);
    height: 200px; }
    #wrapIN .infosNut table {
      height: 100%; }

#wrapperDetailJour {
  width: 100%;
  height: 750px;
  position: relative;
  overflow: hidden; }
  #wrapperDetailJour #wrapDetailJour {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: auto; }
  #wrapperDetailJour .OneDayDetail {
    width: 100%;
    height: 750px;
    overflow: scroll; }

#seeSeq {
  display: none;
  z-index: 1002; }
