@media screen and (max-width: 480px) {
  .WrapPageStd {
    width: 95%;
    margin: 30px auto; }

  #formConnexion {
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 35px auto;
    background: white; }
    #formConnexion input {
      background: white; }
    #formConnexion h2 {
      margin: 5px auto 10px auto;
      text-align: center; }

  #resultsMobile {
    position: absolute;
    opacity: 0.9;
    font-size: 19px;
    background: white;
    top: 40px;
    left: 0px;
    height: 600px;
    box-sizing: border-box;
    padding: 5px;
    width: calc(100%);
    border: none;
    transition: all 1s;
    overflow-y: scroll;
    z-index: 9999;
    display: none; }
    #resultsMobile a {
      color: #A0A0A0; }
    #resultsMobile .titreLogiciel {
      font-size: 1.3em;
      border-bottom: solid #A0A0A0 1px;
      margin-bottom: 10px;
      margin-top: 10px;
      margin-bottom: 10px; }
      #resultsMobile .titreLogiciel :hover {
        filter: brightness(90%); }
    #resultsMobile a {
      text-decoration: none;
      color: #565656; }
    #resultsMobile .listLogiciel {
      font-size: 0.95em;
      margin-bottom: 10px;
      color: #A0A0A0; }
      #resultsMobile .listLogiciel :hover {
        filter: brightness(90%);
        text-decoration: underline; }

  .BtnStd {
    display: table;
    width: 100%;
    padding: 5px 15px;
    background: #F4A102;
    color: white;
    margin-top: 15px;
    text-align: center;
    line-height: 40px;
    font-size: 22px; }
    .BtnStd.center {
      margin: 15px auto; }
    .BtnStd:hover {
      cursor: pointer; }

  .pop h2 {
    font-size: 1.3em; }
  .pop .containModal {
    height: 100%; }
    .pop .containModal.L100 {
      width: 100%; }
    .pop .containModal.L90 {
      width: 100%; }
    .pop .containModal.L80 {
      width: 100%; }
    .pop .containModal.L70 {
      width: 100%; }
    .pop .containModal.L60 {
      width: 100%; }
    .pop .containModal.L50 {
      width: 100%; }
    .pop .containModal.L40 {
      width: 100%; }
    .pop .containModal.L30 {
      width: 100%; }
    .pop .containModal.L20 {
      width: 100%; }

  a {
    text-decoration: none; }

  div {
    box-sizing: border-box; }

  #forMobile {
    position: fixed;
    opacity: 0;
    width: 10px;
    top: 0px;
    left: 0px; }

  #Menu {
    display: block;
    position: fixed;
    background: #565656;
    z-index: 99;
    top: 0;
    left: 100%;
    height: 100%;
    width: 100%;
    padding: 45px 30px; }
    #Menu.open {
      left: 0;
      transition: all 0.2s; }
    #Menu ul {
      padding: 0px;
      margin: 0px; }
      #Menu ul li {
        width: 100%;
        list-style: none;
        color: white;
        font-size: 22px;
        border-bottom: solid white 1px;
        padding: 0px;
        margin: 0px;
        line-height: 40px; }

  #mainMobile {
    display: block; }

  #main-Header {
    display: none; }

  .Footer {
    display: none; }

  .mainContain {
    display: none; }

  span.alertB {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    background: #F5A000;
    border-radius: 50%; }

  #burgerMobile {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 25px;
    display: block;
    z-index: 999999999999999; }
    #burgerMobile.alert:before {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #F5A000;
      transform: translate(-50%, 50%);
      z-index: 9; }
    #burgerMobile.abs {
      position: absolute; }
    #burgerMobile .barre {
      width: 100%;
      position: absolute;
      left: 0px;
      height: 4px;
      background: white; }
      #burgerMobile .barre.A {
        top: 0px; }
      #burgerMobile .barre.B, #burgerMobile .barre.B2 {
        transition: all 0.2s;
        transform-origin: center;
        top: calc(50% - 2px); }
      #burgerMobile .barre.C {
        bottom: 0px; }
    #burgerMobile.open .barre.A {
      display: none;
      top: 0px; }
    #burgerMobile.open .barre.B {
      transform-origin: center;
      transform: rotate(45deg);
      transition: all 0.2s; }
    #burgerMobile.open .barre.B2 {
      transform-origin: center;
      transform: rotate(-45deg);
      transition: all 0.2s; }
    #burgerMobile.open .barre.C {
      display: none;
      bottom: 0px; }

  #HeaderMobile2 {
    position: relative;
    display: block;
    height: 80px;
    z-index: 99;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding: 0px; }
    #HeaderMobile2 #WrapHead {
      height: 100px;
      width: 100%;
      height: 80px;
      position: relative;
      transition: all 0.3s;
      background: #565656;
      overflow: hidden; }
    #HeaderMobile2 #contentHeadLogoPC {
      height: 90%;
      position: absolute;
      width: 80%;
      color: white;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      #HeaderMobile2 #contentHeadLogoPC img {
        max-height: 50%;
        width: auto; }
      #HeaderMobile2 #contentHeadLogoPC .NamePC {
        width: 100%;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase; }

  #HeaderMobile {
    position: relative;
    display: block;
    height: 417px;
    background: url("/web/assets/images/fondAbis.jpg");
    background-size: cover;
    z-index: 99;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding: 0px; }
    #HeaderMobile #fondu {
      position: absolute;
      width: 100%;
      height: 100%;
      bottom: 0px;
      left: 0px;
      z-index: 1; }
      #HeaderMobile #fondu img {
        width: 100%;
        height: 100%; }
    #HeaderMobile #WrappyHM {
      position: fixed;
      height: 140px;
      width: 100%;
      top: 0px;
      left: 0px;
      z-index: 99999999; }
    #HeaderMobile #WrapHead {
      height: 100px;
      background: rgba(86, 86, 86, 0.75);
      width: 100%;
      height: 100px;
      position: relative;
      transition: all 0.3s; }
      #HeaderMobile #WrapHead.down {
        background: #565656;
        transition: all 0.3s; }
    #HeaderMobile #contentHeadLogo {
      height: 90%;
      position: absolute;
      width: 80%;
      color: white;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      #HeaderMobile #contentHeadLogo a {
        color: white; }
      #HeaderMobile #contentHeadLogo img {
        max-height: 50%;
        width: auto; }
      #HeaderMobile #contentHeadLogo .baseLine19 {
        width: 100%; }

  #SearchMobile {
    width: 100%;
    height: 40px;
    position: relative; }
    #SearchMobile input {
      text-align: center;
      width: 100%;
      height: 40px;
      margin: 0;
      padding: 0px;
      line-height: 40px;
      display: bloc;
      box-sizing: border-box;
      border-radius: 0px;
      border: none;
      font-size: 22px;
      -webkit-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.25); }
      #SearchMobile input::placeholder {
        text-align: center; }

  .oneBlocMobile {
    margin-top: 20px;
    width: 95%;
    margin: 40px auto; }
    .oneBlocMobile h2 {
      padding-left: 15px;
      font-size: 14px;
      text-transform: uppercase; }

  #wrapComents {
    margin-top: 25px;
    width: 100%;
    height: 200px;
    position: relative;
    background: white;
    padding: 10px; }

  #wrappTrust {
    margin-top: 25px;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0px; }

  #WrapFormGaranties, .WrapperMobile {
    width: 100%;
    margin: 20px auto;
    overflow-x: scroll;
    height: 170px;
    position: relative;
    -webkit-overflow-scrolling: touch; }
    #WrapFormGaranties.plus, .WrapperMobile.plus {
      height: 120px; }
    #WrapFormGaranties.Vertical, .WrapperMobile.Vertical {
      height: auto; }
    #WrapFormGaranties #wrapActu, .WrapperMobile #wrapActu {
      width: 100%;
      height: auto; }
    #WrapFormGaranties #WrappyFormGaranties, #WrapFormGaranties .WrappyMobile, .WrapperMobile #WrappyFormGaranties, .WrapperMobile .WrappyMobile {
      width: auto;
      position: absolute;
      height: 100%;
      display: flex; }
      #WrapFormGaranties #WrappyFormGaranties .OneGarantie, #WrapFormGaranties .WrappyMobile .OneGarantie, .WrapperMobile #WrappyFormGaranties .OneGarantie, .WrapperMobile .WrappyMobile .OneGarantie {
        width: 160px;
        height: 100%;
        margin-right: 10px; }

  .ForLogo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
    .ForLogo img {
      position: absolute;
      top: -10%;
      left: -20%;
      width: 100%;
      height: auto;
      filter: blur(3px); }

  .voile {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); }

  .oneItemStageM {
    width: 160px;
    height: 100%;
    margin-right: 10px;
    margin: 0px 10px 0px 0px;
    border: solid #E4E3E3 1px;
    padding: 5px;
    height: 100%;
    background: white;
    position: relative; }
    .oneItemStageM .infosStage {
      z-index: 3;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      text-align: center; }
      .oneItemStageM .infosStage .logoStage {
        width: 25%;
        margin: auto;
        text-align: center;
        height: auto; }
        .oneItemStageM .infosStage .logoStage img {
          width: 100%;
          height: auto; }
      .oneItemStageM .infosStage .StageName {
        font-size: 0.8em;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        padding: 5px; }
        .oneItemStageM .infosStage .StageName a {
          color: black; }

  .OneGarantieM {
    width: 160px;
    height: 100%;
    margin-right: 10px;
    margin: 0px 10px 0px 0px;
    border: solid #E4E3E3 1px;
    padding: 5px;
    height: 100%;
    background: white;
    position: relative; }
    .OneGarantieM .infosGarantie {
      z-index: 3;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center; }
      .OneGarantieM .infosGarantie .DateG {
        font-size: 0.8em;
        margin-bottom: 5px; }
      .OneGarantieM .infosGarantie .logoGarantie {
        width: 25%;
        margin: auto;
        text-align: center;
        height: auto; }
        .OneGarantieM .infosGarantie .logoGarantie img {
          width: 100%;
          height: auto; }
      .OneGarantieM .infosGarantie .GarantieName {
        font-size: 0.8em;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        padding: 5px; }
        .OneGarantieM .infosGarantie .GarantieName a {
          color: black; }
      .OneGarantieM .infosGarantie .GarantieInfos {
        font-size: 12px;
        padding: 4px;
        box-sizing: border-box;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
        right: 0px; }
        .OneGarantieM .infosGarantie .GarantieInfos .dispoG {
          color: #F5A000;
          float: none;
          text-align: center;
          margin-right: 0px;
          text-align: center; }
        .OneGarantieM .infosGarantie .GarantieInfos .dureeG {
          float: none;
          width: 100%;
          text-align: center; }

  .OneGarantie {
    margin: 0px 10px 0px 0px;
    border: solid #E4E3E3 1px;
    padding: 5px;
    height: 100%;
    background: white;
    position: relative; }
    .OneGarantie .DateGarantie {
      padding-left: 0px;
      font-size: 0.8em;
      z-index: 999;
      font-weight: bold;
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
      color: white;
      background: #565656; }
    .OneGarantie .WrapInfosG {
      width: 100%;
      display: flex;
      background: white;
      height: auto;
      box-shadow: none;
      border-radius: 10px;
      display: block;
      padding: 0px;
      text-align: center; }
      .OneGarantie .WrapInfosG .logoGarantie {
        width: 25%;
        margin: auto;
        text-align: center;
        height: auto; }
        .OneGarantie .WrapInfosG .logoGarantie img {
          width: 100%;
          height: auto; }
      .OneGarantie .WrapInfosG .InfosG {
        width: 100%; }
        .OneGarantie .WrapInfosG .InfosG .GarantieName {
          font-size: 13px;
          font-weight: bold; }
          .OneGarantie .WrapInfosG .InfosG .GarantieName a {
            color: black;
            text-decoration: none; }
        .OneGarantie .WrapInfosG .InfosG .GarantieInfos {
          font-size: 12px;
          padding: 4px;
          box-sizing: border-box; }
          .OneGarantie .WrapInfosG .InfosG .GarantieInfos .dispoG {
            color: #F5A000;
            float: none;
            text-align: center;
            margin-right: 0px;
            text-align: center; }
          .OneGarantie .WrapInfosG .InfosG .GarantieInfos .dureeG {
            float: none;
            width: 100%;
            text-align: center; }

  .oneItemStage {
    margin: 0px 10px 0px 0px;
    border: solid #E4E3E3 1px;
    padding: 5px;
    background: white;
    width: 160px;
    height: 100%;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 0px;
    box-sizing: border-box; }
    .oneItemStage .LogoOIS {
      width: 100%;
      height: auto;
      position: relative;
      text-align: center;
      height: 50%; }
      .oneItemStage .LogoOIS img {
        width: 45%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .oneItemStage .NiveauOIS {
      width: 100%;
      height: 50%;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      position: relative; }
      .oneItemStage .NiveauOIS .inNivOIS {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        text-overflow: ellipsis;
        width: 95%; }

  .oneformateur {
    margin: 0px 10px 0px 0px;
    border: solid #E4E3E3 1px;
    padding: 5px;
    overflow: hidden;
    background: white;
    width: 300px;
    height: 100%;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 0px;
    box-sizing: border-box;
    float: none;
    display: flex;
    justify-content: flex-start; }
    .oneformateur.ellipsis::after {
      content: '...';
      display: block;
      position: absolute;
      right: 0px;
      bottom: 0px;
      background: white; }
    .oneformateur .picForm {
      float: none;
      width: 33.33%;
      height: auto;
      margin-right: 0;
      margin-bottom: 0px; }
    .oneformateur .descrForm {
      width: 66.666%;
      height: 100%;
      padding: 5px; }
      .oneformateur .descrForm .prenomF {
        color: #F5A000;
        text-align: center;
        margin-bottom: 5px;
        font-size: 12px;
        font-weight: bold; }
      .oneformateur .descrForm .texteF, .oneformateur .descrForm .descrA {
        font-size: 10px; }

  .oneActu {
    width: 100%;
    margin-bottom: 15px;
    border: solid #E4E3E3 1px;
    background: white; }
    .oneActu .WrapImgActu {
      width: 100%;
      height: 80px;
      overflow: hidden;
      position: relative; }
      .oneActu .WrapImgActu .fondImgActu {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        transform: scale(1.2);
        filter: blur(3px); }
        .oneActu .WrapImgActu .fondImgActu img {
          position: absolute;
          top: -20px;
          left: 0;
          z-index: 1;
          width: 100%;
          height: auto; }
        .oneActu .WrapImgActu .fondImgActu .VoileActu {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.55); }
      .oneActu .WrapImgActu .titreA {
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        padding: 7px;
        color: white;
        text-align: center;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
    .oneActu .descrActu {
      width: 100%;
      padding: 7px;
      font-size: 14px;
      height: 100px;
      overflow: hidden;
      position: relative; }
      .oneActu .descrActu .fondu {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 100%; }
        .oneActu .descrActu .fondu img {
          width: 100%;
          height: 100%; }
      .oneActu .descrActu .descrA {
        width: 100%;
        height: auto; }

  .oneComent {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
    .oneComent .TheNote {
      position: absolute;
      color: #F5A000;
      font-size: 40px;
      font-weight: bold;
      z-index: 1;
      width: auto;
      height: auto;
      left: 15px;
      top: 0px;
      opacity: 0.6; }
    .oneComent .TextComent {
      position: absolute;
      width: calc(100% - 35px);
      height: auto;
      left: 35px;
      top: 15px;
      padding: 5px;
      box-sizing: border-box;
      z-index: 2;
      font-weight: 800;
      font-size: 14px;
      color: #6a6969; }
      .oneComent .TextComent .TheComent {
        margin-bottom: 15px;
        font-style: italic; }
      .oneComent .TextComent .ThePart {
        color: black; }

  .oneClient {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    width: 25%; }
    .oneClient img {
      width: 90%;
      height: auto; }

  aside.user {
    display: none; }

  .mainContainUser {
    padding-top: 18px; }
    .mainContainUser .mainContentUser {
      width: 100%;
      padding: 5px; }
      .mainContainUser .mainContentUser #WrapFormProfilUser {
        width: 100%; }
        .mainContainUser .mainContentUser #WrapFormProfilUser #form-profil input {
          background: #f6f9fa; }
        .mainContainUser .mainContentUser #WrapFormProfilUser #form-profil .duoLine {
          width: 100%;
          display: block; }
          .mainContainUser .mainContentUser #WrapFormProfilUser #form-profil .duoLine .WrapInput {
            width: 100%; }

  #footerMobile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0px;
    top: auto;
    left: 0px;
    color: white;
    background: #565656;
    transition: all 0.5s;
    z-index: 1200;
    padding: 11px;
    box-sizing: border-box; }
    #footerMobile .itemFooter {
      height: 50px;
      text-align: center;
      font-size: 30px;
      position: relative; }
      #footerMobile .itemFooter.current {
        color: #F5A000; }
      #footerMobile .itemFooter .menuName {
        font-size: 10px;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%; }
    #footerMobile .itemFooterU {
      width: 30%;
      height: 50px;
      text-align: center;
      font-size: 30px;
      position: relative; }
      #footerMobile .itemFooterU i.icon-lock {
        padding-left: 10px; }
      #footerMobile .itemFooterU.current {
        color: #F5A000; }
      #footerMobile .itemFooterU .menuName {
        font-size: 10px;
        text-align: center;
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%; }

  #WrapperPCMobile {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden; }
    #WrapperPCMobile .BlocMobilePC {
      width: 100%;
      padding: 75px 25px;
      height: auto;
      display: none;
      position: relative; }
      #WrapperPCMobile .BlocMobilePC.current {
        display: block; }

  #logoTosa {
    position: absolute;
    right: 10px;
    top: 45px;
    width: 60px;
    height: auto; }

  #TitrePCMobile {
    height: auto;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    margin-bottom: 25px; }
    #TitrePCMobile #logoPC {
      width: 80px;
      height: auto;
      margin-right: 10px; }
      #TitrePCMobile #logoPC img {
        width: 100%;
        height: auto; }
    #TitrePCMobile #namePC {
      width: calc(100% - 90px);
      height: auto;
      position: relative; }
      #TitrePCMobile #namePC .wrapName {
        width: 100%;
        position: absolute;
        height: auto;
        top: 50%;
        transform: translateY(-50%); }
      #TitrePCMobile #namePC #LogName {
        font-weight: bold;
        color: #F5A000;
        font-size: 26px;
        display: block; }
        #TitrePCMobile #namePC #LogName a {
          color: #F5A000;
          text-decoration: none; }
      #TitrePCMobile #namePC #NiveauName {
        font-size: 4.5vw;
        font-weight: bold; }

  .oneIll {
    margin: 0px 10px 0px 0px;
    border: solid #E4E3E3 1px;
    padding: 5px;
    background: white;
    width: 250px;
    height: 100%;
    margin-right: 10px;
    box-shadow: none;
    border-radius: 0px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative; }
    .oneIll img {
      width: 100%;
      height: auto; }
    .oneIll .legende {
      width: 100%;
      position: absolute;
      background: #565656;
      color: white;
      font-size: 12px;
      bottom: 0px;
      left: 0px;
      padding: 4px;
      height: auto; }

  .BlocInfosMobile {
    background: white;
    padding: 15px;
    margin-bottom: 20px;
    position: relative; }
    .BlocInfosMobile #seeAllInter {
      position: absolute;
      bottom: 5px;
      right: 5px;
      text-transform: uppercase;
      font-size: 10px; }
    .BlocInfosMobile.higthlight {
      background: #565656;
      color: white; }
    .BlocInfosMobile h2 {
      text-transform: uppercase;
      font-size: 16px;
      margin-top: 0px;
      padding-top: 0px;
      font-weight: 600;
      margin-bottom: 15px; }
    .BlocInfosMobile i {
      margin-right: 10px; }
    .BlocInfosMobile .oneInfos {
      width: 100%;
      line-height: 25px; }

  .myImg {
    width: 100%;
    margin-top: 50px; }
    .myImg img {
      width: 100%;
      height: auto; }

  #wrapProgramme {
    width: 100%; }
    #wrapProgramme .oneGTM {
      width: auto;
      height: auto;
      padding-left: 5px;
      padding-right: 10px;
      box-sizing: border-box;
      color: #F5A000;
      font-weight: bold;
      line-height: normal;
      margin-bottom: 10px;
      position: relative;
      display: flex;
      align-content: center; }
      #wrapProgramme .oneGTM i {
        margin-right: 15px;
        float: left;
        display: block;
        padding-top: 4px; }
      #wrapProgramme .oneGTM span {
        display: block; }
    #wrapProgramme .detailGTM {
      width: 100%;
      overflow: hidden;
      display: none; }

  #wrapReferentPC img {
    display: block;
    max-width: 50%;
    margin: 10px auto; }

  #wrapperAvisMob {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    transition: all 0.3s; }
    #wrapperAvisMob span#seeMore {
      position: absolute;
      width: 100%;
      background: white;
      left: 0px;
      bottom: 0px;
      height: 40px;
      line-height: 40px;
      z-index: 3; }
    #wrapperAvisMob span#seeMinus {
      position: absolute;
      left: 0px;
      width: 100%;
      bottom: 0px;
      display: none;
      height: 40px;
      line-height: 40px;
      background: white;
      z-index: 3; }

  #WrapAvisMob {
    height: auto;
    transition: all 0.5s;
    padding-bottom: 50px;
    position: relative; }
    #WrapAvisMob span:hover {
      cursor: pointer; }
    #WrapAvisMob .oneComent {
      width: 100%;
      height: auto;
      position: relative;
      margin-bottom: 10px;
      left: 0px;
      top: 0px; }
      #WrapAvisMob .oneComent .TheNote {
        position: absolute;
        color: #F5A000;
        font-size: 40px;
        font-weight: bold;
        z-index: 1;
        width: auto;
        height: auto;
        left: 15px;
        top: 0px;
        opacity: 0.5; }
      #WrapAvisMob .oneComent .TextComent {
        position: relative;
        width: calc(100% - 35px);
        height: auto;
        left: 35px;
        top: 15px;
        padding: 5px;
        box-sizing: border-box;
        z-index: 2;
        font-weight: 800;
        font-size: 14px;
        color: #6a6969; }
        #WrapAvisMob .oneComent .TextComent .TheComent {
          margin-bottom: 15px;
          font-style: italic; }
        #WrapAvisMob .oneComent .TextComent .ThePart {
          color: black; }

  #ActionPC {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start; }
    #ActionPC .oneBtn {
      width: 30px;
      height: 30px;
      border: solid #a6a4a4 1px;
      margin-right: 10px;
      line-height: 30px;
      text-align: center; }
      #ActionPC .oneBtn i {
        margin: 0;
        padding: 0; }

  .ToClient {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; }
    .ToClient .oneContact {
      width: 48%;
      height: 100%;
      background: #F5A000;
      color: white;
      text-align: center;
      line-height: 45px;
      text-transform: uppercase; }

  .GTtransition {
    width: 30px;
    height: 30px;
    top: -15px;
    left: calc(50% - 15px);
    border-bottom: solid #e4e3e3 1px;
    border-radius: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    position: absolute; }
    .GTtransition .inTransition {
      width: 100%;
      height: 100%;
      background: black;
      border-radius: 50%; }

  .oneBloGT {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: -10% -10%;
    box-shadow: none;
    border: solid #e4e3e3 1px;
    position: relative;
    margin-bottom: 15px; }
    .oneBloGT a {
      text-decoration: none;
      color: black; }
    .oneBloGT .GrosTitre {
      height: 40px;
      width: 100%;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      margin-top: 20px;
      margin-bottom: 2px;
      display: block; }
      .oneBloGT .GrosTitre a:hover {
        color: #F5A000; }
      .oneBloGT .GrosTitre span {
        line-height: 40px;
        display: block; }
    .oneBloGT .ssTitre {
      width: 100%;
      box-sizing: border-box;
      padding-left: 10px;
      text-align: center; }
      .oneBloGT .ssTitre a:hover {
        font-weight: bold; }

  .oneYear {
    width: 100%;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
    background: transparent;
    margin: 15px auto;
    display: block; }
    .oneYear .oneMonth {
      width: 100%;
      padding: 5px;
      background: white;
      box-sizing: border-box;
      margin-bottom: 15px; }
      .oneYear .oneMonth h4 {
        width: 100%;
        font-size: 20px;
        margin: 0px auto 10px;
        text-align: left; }
      .oneYear .oneMonth .oneInter {
        text-align: center;
        border: none;
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
        width: 95%;
        margin: 3px auto;
        font-size: 18px;
        color: white;
        font-weight: bold;
        position: relative;
        height: 40px;
        line-height: 40px; }
        .oneYear .oneMonth .oneInter .infosDispo {
          display: none;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 2;
          left: 0px;
          top: 0px; }
        .oneYear .oneMonth .oneInter .infosDates {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 2;
          left: 0px;
          top: 0px; }
        .oneYear .oneMonth .oneInter .slidy {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          z-index: 1;
          left: 0px;
          top: 0px; }
        .oneYear .oneMonth .oneInter.tropTard {
          background: #e5e4e4;
          opacity: 0.2;
          color: black; }
          .oneYear .oneMonth .oneInter.tropTard .slidy {
            display: none; }
        .oneYear .oneMonth .oneInter.Complet {
          background: red;
          color: white; }
          .oneYear .oneMonth .oneInter.Complet .slidy {
            display: none; }
        .oneYear .oneMonth .oneInter.normal .slidy {
          background: #4CDD81; }
        .oneYear .oneMonth .oneInter.lessTwo .slidy {
          background: #9C6C1D; }
        .oneYear .oneMonth .oneInter.normal:hover, .oneYear .oneMonth .oneInter.lessTwo:hover, .oneYear .oneMonth .oneInter.Complet:hover {
          cursor: pointer; }
          .oneYear .oneMonth .oneInter.normal:hover .infosDispo, .oneYear .oneMonth .oneInter.lessTwo:hover .infosDispo, .oneYear .oneMonth .oneInter.Complet:hover .infosDispo {
            display: block; }
          .oneYear .oneMonth .oneInter.normal:hover .infosDates, .oneYear .oneMonth .oneInter.lessTwo:hover .infosDates, .oneYear .oneMonth .oneInter.Complet:hover .infosDates {
            display: none; }

  .FormBlock {
    width: 100%;
    background: white;
    margin-bottom: 20px;
    padding: 0px 5px 30px; }
    .FormBlock h3 {
      margin-top: 3px; }
    .FormBlock input {
      background: white; }

  .WrapInput {
    height: auto;
    padding-top: 25px;
    position: relative; }
    .WrapInput.AddFile .FileAdded {
      display: none;
      width: 100px;
      height: 100px;
      background: white;
      padding: 10px;
      position: relative;
      margin-bottom: 10px; }
      .WrapInput.AddFile .FileAdded .piece {
        width: auto;
        height: auto;
        padding: 5px;
        border-radius: 6px;
        border: solid black 1px;
        position: relative;
        box-sizing: border-box;
        text-align: center; }
        .WrapInput.AddFile .FileAdded .piece img {
          width: 25px;
          height: auto; }
        .WrapInput.AddFile .FileAdded .piece .namePJ {
          width: 100%;
          padding: 7px;
          box-sizing: border-box; }
        .WrapInput.AddFile .FileAdded .piece .forSuppr {
          position: absolute;
          left: 0px;
          top: 0px;
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%;
          display: none; }
          .WrapInput.AddFile .FileAdded .piece .forSuppr i {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 26px; }
            .WrapInput.AddFile .FileAdded .piece .forSuppr i:hover {
              cursor: pointer; }
        .WrapInput.AddFile .FileAdded .piece:hover .forSuppr {
          display: block; }
    .WrapInput.AddFile .FileUp {
      width: 100%;
      height: 40px;
      line-height: 40px;
      color: white;
      background: #ccc;
      margin-bottom: 10px;
      text-align: center;
      text-transform: uppercase;
      border: solid #ccc 1px; }
      .WrapInput.AddFile .FileUp:hover {
        cursor: pointer;
        background: white;
        color: #ccc; }
    .WrapInput.AddFile input[type="file"] {
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .WrapInput.radio {
      display: flex;
      padding-top: 0px;
      justify-content: space-between; }
      .WrapInput.radio .oneRadio {
        width: 50%;
        position: relative; }
    .WrapInput.warning:after {
      font-family: 'icomoon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\ea07";
      position: absolute;
      color: white;
      background: red;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 18px;
      text-align: center;
      line-height: 28px;
      bottom: 10px;
      right: 10px; }
    .WrapInput label:not(.selectLabel) {
      position: absolute;
      top: 32px;
      left: 5px;
      width: 100%;
      line-height: 25px;
      display: block;
      color: black;
      transition: all 0.2s; }
      .WrapInput label:not(.selectLabel).up {
        top: 8px;
        left: 0px;
        transition: all 0.2s;
        font-size: 14px; }
    .WrapInput.textarea label.up {
      top: 0px; }
    .WrapInput label.selectLabel {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      line-height: 25px;
      display: block;
      color: black; }
    .WrapInput input {
      border: none;
      border-bottom: solid  #B1B1B1 1px;
      display: block;
      background: white;
      color: black;
      padding-left: 10px;
      width: calc(100% - 10px);
      height: 40px;
      line-height: 40px;
      font-size: 18px; }
      .WrapInput input:focus {
        outline: none; }
    .WrapInput select {
      border: solid black 1px;
      display: block;
      background: #fafafa;
      color: black;
      padding-left: 10px;
      width: 101%;
      height: 40px;
      line-height: 40px;
      font-size: 1vw; }
    .WrapInput textarea {
      border: solid black 1px;
      display: block;
      width: 100%;
      height: 160px;
      resize: none;
      padding: 10px;
      box-sizing: border-box;
      background: #fafafa;
      border-radius: 4px; }

  .wrapBlocW {
    width: 100%;
    opacity: 0;
    margin: 50px auto 60px; }
    .wrapBlocW.slideMobile {
      overflow-x: scroll;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .wrapBlocW.open {
      animation-delay: 1s;
      animation: appear 1s linear forwards; }
    .wrapBlocW h1 {
      font-size: 26px;
      padding: 0;
      margin: 0;
      margin-bottom: 20px; }
    .wrapBlocW .blocDescr {
      width: 100%;
      background: white;
      margin-top: 30px;
      padding: 10px;
      font-size: 16px;
      box-sizing: border-box; }

  #wrapInfosGeneW {
    display: block; }
    #wrapInfosGeneW .cadreI {
      width: 100%;
      background: white;
      height: 160px;
      text-align: center;
      position: relative;
      margin-bottom: 10px; }
      #wrapInfosGeneW .cadreI img {
        width: auto;
        position: absolute;
        height: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      #wrapInfosGeneW .cadreI #Texte {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 24px; }

  #wrapPic {
    display: block;
    justify-content: flex-start;
    height: 150px;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
    #wrapPic #wrapperPic {
      display: flex;
      justify-content: flex-start;
      width: 242%;
      height: 100%; }
    #wrapPic .inPrez {
      width: auto;
      height: 100%;
      overflow: hidden;
      position: relative;
      margin-right: 10px; }
      #wrapPic .inPrez img {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: 100%; }

  #plan img, #carteResto img {
    width: 100%;
    height: auto; }

  #WrapAcces {
    display: block;
    justify-content: space-between;
    align-content: stretch; }
    #WrapAcces .blocAcces {
      width: 100%;
      margin-bottom: 10px;
      position: relative; }
    #WrapAcces .moyen {
      display: flex;
      background: white;
      justify-content: flex-start;
      align-content: center;
      box-sizing: border-box;
      border: solid white 1px;
      margin: 10px auto; }
      #WrapAcces .moyen .ill {
        width: 20%;
        position: relative; }
        #WrapAcces .moyen .ill img {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 30%;
          height: auto; }
      #WrapAcces .moyen .texte {
        width: 80%;
        padding: 15px;
        box-sizing: border-box; }
    #WrapAcces .downPdf {
      position: relative;
      width: 50px;
      height: auto; }
      #WrapAcces .downPdf img {
        width: 100%;
        height: auto; }

  #restauration {
    display: block;
    justify-content: space-between;
    align-content: stretch; }
    #restauration .side {
      width: 100%;
      position: relative; }
      #restauration .side .texte {
        padding: 15px;
        background: white;
        box-sizing: border-box;
        margin: 10px auto; }
        #restauration .side .texte .titreResto {
          font-weight: 600; }
      #restauration .side .intro {
        display: flex;
        justify-content: flex-start;
        align-content: center;
        margin-bottom: 20px; }
        #restauration .side .intro img {
          width: 50px;
          height: 50px; }
        #restauration .side .intro .titreA {
          text-align: center;
          font-size: 24px; }

  .whiteBack, .OneMention {
    background: white;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 10px; }

  #CatalogueContainerMob {
    width: 95%;
    margin: 30px auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }

  .WrapCategOne {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    transition: all 0.2s; }
    .WrapCategOne.open {
      width: 100%;
      transition: all 0.2s;
      height: auto;
      min-height: 200px;
      padding-bottom: 25px; }
      .WrapCategOne.open .oneCateg {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        top: 10px;
        left: 10px;
        background: white;
        overflow: hidden;
        display: block;
        justify-content: flex-start;
        align-content: stretch;
        transition: all 0.2s; }
        .WrapCategOne.open .oneCateg .imgPart {
          width: 100%;
          position: relative;
          height: auto;
          overflow: hidden; }
          .WrapCategOne.open .oneCateg .imgPart img {
            position: relative;
            left: 0;
            top: 0px;
            width: 100%;
            min-width: 100%;
            height: auto;
            transform-origin: center;
            transition: all 0.2s;
            transform: scale(1);
            z-index: 1; }
          .WrapCategOne.open .oneCateg .imgPart .nbCounter {
            display: none;
            position: absolute;
            right: 5px;
            top: 5px;
            color: white;
            font-size: 26px;
            z-index: 2; }
        .WrapCategOne.open .oneCateg .DescriptionPart {
          position: relative;
          top: 0px;
          width: 100%;
          left: 0px;
          height: auto;
          background: white;
          padding: 10px 10px 50px;
          box-sizing: border-box;
          transition: all 0.3s; }
          .WrapCategOne.open .oneCateg .DescriptionPart .TitreCat {
            margin-top: 10px;
            position: relative;
            width: 100%;
            height: auto;
            text-align: center;
            margin-bottom: 10px;
            font-size: 22px;
            font-weight: 600; }
          .WrapCategOne.open .oneCateg .DescriptionPart .Descrip {
            position: relative;
            font-size: 14px;
            width: 100%;
            height: auto;
            opacity: 1;
            transition: all 0.2s;
            height: auto;
            overflow: hidden;
            display: block;
            padding: 10px;
            box-sizing: border-box; }
          .WrapCategOne.open .oneCateg .DescriptionPart .seeInter {
            position: absolute;
            bottom: 10px;
            right: 0px;
            display: block;
            padding: 7px 6px;
            width: 100%;
            text-align: center;
            background: #565656;
            color: white;
            text-align: center; }
            .WrapCategOne.open .oneCateg .DescriptionPart .seeInter:hover {
              cursor: pointer; }
        .WrapCategOne.open .oneCateg:hover .imgPart {
          width: 100%;
          position: relative;
          height: auto;
          overflow: hidden; }
          .WrapCategOne.open .oneCateg:hover .imgPart img {
            position: relative;
            left: 0;
            top: 0px;
            width: 100%;
            min-width: 100%;
            height: auto;
            transform-origin: center;
            transition: all 0.2s;
            transform: scale(1);
            z-index: 1; }
          .WrapCategOne.open .oneCateg:hover .imgPart .nbCounter {
            display: none;
            position: absolute;
            right: 5px;
            top: 5px;
            color: white;
            font-size: 26px;
            z-index: 2; }
        .WrapCategOne.open .oneCateg:hover .DescriptionPart {
          position: relative;
          top: 0px;
          width: 100%;
          left: 0px;
          height: auto;
          background: white;
          padding: 10px 10px 50px;
          box-sizing: border-box;
          transition: all 0.3s; }
          .WrapCategOne.open .oneCateg:hover .DescriptionPart .TitreCat {
            margin-top: 10px;
            position: relative;
            width: 100%;
            height: auto;
            text-align: center;
            margin-bottom: 10px;
            font-size: 22px;
            font-weight: 600; }
          .WrapCategOne.open .oneCateg:hover .DescriptionPart .Descrip {
            position: relative;
            font-size: 14px;
            width: 100%;
            height: auto;
            display: block;
            opacity: 1;
            transition: all 0.2s;
            height: auto;
            overflow: hidden;
            padding: 10px;
            box-sizing: border-box; }
          .WrapCategOne.open .oneCateg:hover .DescriptionPart .seeInter {
            position: absolute;
            bottom: 10px;
            right: 0px;
            display: block;
            padding: 7px 6px;
            width: 100%;
            text-align: center;
            background: #565656;
            color: white;
            text-align: center; }
            .WrapCategOne.open .oneCateg:hover .DescriptionPart .seeInter:hover {
              cursor: pointer; }

  .oneCateg {
    position: absolute;
    transition: all 0.2s;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    background: white;
    overflow: hidden; }
    .oneCateg .imgPart {
      width: 100%;
      position: relative;
      height: 70%;
      overflow: hidden; }
      .oneCateg .imgPart img {
        position: absolute;
        left: 0;
        top: 0px;
        width: auto;
        min-width: 100%;
        height: 100%;
        transform-origin: center;
        transition: all 0.2s;
        transform: scale(1);
        z-index: 1; }
      .oneCateg .imgPart .nbCounter {
        position: absolute;
        right: 5px;
        top: 5px;
        color: white;
        font-size: 26px;
        z-index: 2; }
    .oneCateg .DescriptionPart {
      position: absolute;
      z-index: 3;
      top: 70%;
      width: 100%;
      left: 0px;
      height: auto;
      background: white;
      padding: 10px;
      box-sizing: border-box;
      transition: all 0.3s; }
      .oneCateg .DescriptionPart .TitreCat {
        margin-top: 10px;
        position: relative;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 10px; }
      .oneCateg .DescriptionPart .Descrip {
        position: relative;
        display: none;
        font-size: 12px;
        width: 100%;
        height: auto;
        opacity: 0;
        transition: all 0.2s;
        height: 2.3em;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
    .oneCateg:hover {
      cursor: pointer; }
      .oneCateg:hover .imgPart {
        width: 100%;
        position: relative;
        height: 70%;
        overflow: hidden; }
        .oneCateg:hover .imgPart img {
          position: absolute;
          left: 0;
          top: 0px;
          width: auto;
          min-width: 100%;
          height: 100%;
          transform-origin: center;
          transition: all 0.2s;
          transform: scale(1.3);
          z-index: 1; }
        .oneCateg:hover .imgPart .nbCounter {
          position: absolute;
          right: 5px;
          top: 5px;
          color: white;
          font-size: 26px;
          z-index: 4; }
        .oneCateg:hover .imgPart:after {
          content: '';
          position: absolute;
          left: 0px;
          top: 0px;
          background: transparent;
          width: 100%;
          height: 100%;
          z-index: 2; }
      .oneCateg:hover .DescriptionPart {
        position: absolute;
        top: 70%;
        transition: all 0.3s;
        width: 100%;
        left: 0px;
        height: auto;
        background: white;
        padding: 10px;
        box-sizing: border-box; }
        .oneCateg:hover .DescriptionPart .TitreCat {
          position: relative;
          width: 100%;
          height: auto;
          text-align: center;
          margin-bottom: 10px; }
        .oneCateg:hover .DescriptionPart .Descrip {
          position: relative;
          width: 100%;
          height: auto;
          display: none;
          opacity: 1;
          transition: all 0.2s; }

  .WrapStages {
    width: calc(100% - 20px);
    min-height: 30px;
    margin: 25px auto 0px;
    box-sizing: border-box;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap; }

  .oneSageCat {
    width: 100%;
    background: white;
    margin: 0px 0px 15px;
    display: block;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1px;
    box-sizing: border-box; }
    .oneSageCat:hover {
      cursor: pointer;
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25); }
    .oneSageCat .wrapImgOSC {
      width: 30%;
      height: auto;
      position: relative;
      margin: 20px auto 10px; }
      .oneSageCat .wrapImgOSC img {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        top: auto;
        left: auto;
        transform: none; }
    .oneSageCat .wrapInfosOSC {
      width: 100%;
      padding: 15px;
      box-sizing: border-box; }
      .oneSageCat .wrapInfosOSC .TitreOSC {
        width: 100%;
        text-align: center;
        margin: 5px auto;
        font-weight: 600;
        font-size: 18px; }
      .oneSageCat .wrapInfosOSC .DescriptionOSC {
        font-size: 16px;
        font-style: italic; }

  .wrapIntro {
    width: 70%;
    padding: 20px;
    margin: 20px auto;
    box-sizing: border-box;
    font-size: 22px; }

  .CesureLog {
    width: 100%;
    background: white;
    text-align: center;
    font-size: 24px;
    margin: 10px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px; }
    .CesureLog .logOff {
      flex: 1;
      height: auto;
      position: relative; }
      .CesureLog .logOff img {
        width: 100%;
        height: auto; }
    .CesureLog .TitleLog {
      flex: 6; }

  .WrapWrapStages {
    display: none; }
    .WrapWrapStages.open {
      display: block; }

  #choixAnnee {
    width: 100%;
    height: 60px;
    margin: 50px auto 20px; }
    #choixAnnee #UniqueYear {
      width: 100%;
      text-align: center;
      font-size: 1.6vw;
      color: #F5A000; }
    #choixAnnee #thisYear {
      width: 50%;
      height: 100%;
      float: left;
      line-height: 60px;
      text-align: center; }
      #choixAnnee #thisYear.on {
        font-size: 22px;
        color: #F5A000; }
      #choixAnnee #thisYear.off {
        font-size: 20px;
        color: #ccc; }
      #choixAnnee #thisYear:hover {
        cursor: pointer; }
    #choixAnnee #nextYear {
      width: 50%;
      height: 100%;
      float: left;
      line-height: 60px;
      text-align: center; }
      #choixAnnee #nextYear.on {
        font-size: 22px;
        color: #F5A000; }
      #choixAnnee #nextYear.off {
        font-size: 20px;
        color: #ccc; }
      #choixAnnee #nextYear:hover {
        cursor: pointer; }

  #wrapInter {
    width: 100%;
    margin: 30px auto;
    height: 600px;
    overflow: hidden;
    position: relative; }
    #wrapInter #wrappyAn {
      width: 200%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      #wrapInter #wrappyAn.Unique {
        width: 100%; }
      #wrapInter #wrappyAn .WrapOneAn {
        width: calc(50% + 20px);
        padding-right: 20px;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
      #wrapInter #wrappyAn .oneYear {
        width: 100%;
        background: transparent;
        height: auto;
        display: block; }
        #wrapInter #wrappyAn .oneYear.Unique {
          width: 100%; }
        #wrapInter #wrappyAn .oneYear .OneLog {
          width: 100%;
          height: 40px;
          border-bottom: solid #F5A000 1px;
          position: relative;
          margin: 25px auto; }
          #wrapInter #wrappyAn .oneYear .OneLog .logName {
            width: 100%;
            text-align: left;
            text-align: center;
            font-size: 1.1em;
            font-weight: bold;
            color: #F5A000;
            position: relative;
            height: auto;
            left: 0;
            top: auto;
            transform: none; }
        #wrapInter #wrappyAn .oneYear .OneStage {
          width: calc(100% - 20px);
          height: auto;
          position: relative;
          margin: 10px auto 10px 20px; }
          #wrapInter #wrappyAn .oneYear .OneStage a {
            color: #565656;
            text-decoration: none; }
            #wrapInter #wrappyAn .oneYear .OneStage a:hover {
              text-decoration: underline; }
          #wrapInter #wrappyAn .oneYear .OneStage .lineYear {
            width: 100%;
            height: 40px;
            border-bottom: solid #F5A000 1px;
            margin: 10px auto; }
            #wrapInter #wrappyAn .oneYear .OneStage .lineYear ul {
              margin: 0px;
              padding: 0px;
              display: flex;
              width: 100%;
              height: 100%;
              line-height: 40px;
              justify-content: space-between; }
              #wrapInter #wrappyAn .oneYear .OneStage .lineYear ul li {
                margin: 0px;
                padding: 0px;
                display: block;
                text-align: center;
                font-size: 12px;
                font-weight: bold;
                width: 8.333%; }
          #wrapInter #wrappyAn .oneYear .OneStage .intitule {
            position: relative;
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            left: 0;
            top: 0;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            #wrapInter #wrappyAn .oneYear .OneStage .intitule .logoLog {
              width: 40px;
              height: 40px;
              display: block;
              position: relative;
              top: 0%;
              transform: none; }
            #wrapInter #wrappyAn .oneYear .OneStage .intitule .nomLog {
              width: calc(100% - 50px);
              position: relative;
              right: 0;
              top: 0%;
              height: auto;
              padding-left: 10px;
              transform: none; }
          #wrapInter #wrappyAn .oneYear .OneStage .myYear {
            position: relative;
            width: 100%;
            margin-left: 0%;
            top: 0;
            height: auto;
            background: white;
            overflow: auto;
            min-height: 40px; }
            #wrapInter #wrappyAn .oneYear .OneStage .myYear .myInter {
              text-align: center;
              width: 8.333%;
              line-height: 40px;
              float: left;
              height: auto;
              padding-top: 3px;
              padding-bottom: 3px;
              font-size: 0.7em;
              font-weight: bold; }
              #wrapInter #wrappyAn .oneYear .OneStage .myYear .myInter .session {
                background: #F5A000;
                color: #565656;
                line-height: auto;
                height: 0px;
                padding: 0px 0px 80% 0px;
                border: none;
                border-radius: 50%;
                margin: 2px auto;
                width: 80%; }
                #wrapInter #wrappyAn .oneYear .OneStage .myYear .myInter .session:hover {
                  cursor: pointer; }

  #WrapConstellation {
    display: block;
    justify-content: space-between;
    align-content: flex-start;
    width: 100%;
    margin: 50px auto; }

  #DescrConst {
    width: 100%;
    margin-top: 10px;
    height: auto;
    background: white;
    padding: 15px;
    box-sizing: border-box;
    font-size: 20px; }
    #DescrConst #ContentContext {
      margin-top: 15px; }

  @keyframes dash {
    from {
      stroke-dashoffset: 400; }
    to {
      stroke-dashoffset: 0; } }
  .lineConst {
    fill: none;
    stroke: #565656;
    stroke-miterlimit: 7;
    stroke-width: 7px;
    stroke-dasharray: 600; }
    .lineConst.drawed {
      stroke-dasharray: 50;
      animation: dash 2s linear infinite; }

  #WrapInConst {
    width: 375px;
    height: 400px;
    position: relative; }
    #WrapInConst .PartOfConstellation {
      border-radius: 50%;
      position: absolute; }
      #WrapInConst .PartOfConstellation .bl {
        font-size: 0.7em;
        position: absolute;
        background: 5px;
        text-align: center;
        bottom: 33%;
        color: white;
        width: 100%; }
        #WrapInConst .PartOfConstellation .bl.more {
          bottom: 23%; }
      #WrapInConst .PartOfConstellation:hover {
        cursor: pointer; }

  #Swing {
    width: 100px;
    height: 100px;
    background: #EA1E44;
    right: 0%;
    bottom: 0%; }
    #Swing img {
      width: 60%;
      height: auto;
      top: 33%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

  #location {
    width: 100px;
    height: 100px;
    background: black;
    left: 0%;
    top: 10%; }
    #location img {
      width: 60%;
      height: auto;
      top: 33%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

  #Dev {
    width: 100px;
    height: 100px;
    background: #A8A8A8;
    left: calc(50% - 50px);
    top: 0%; }
    #Dev img {
      width: 60%;
      height: auto;
      top: 33%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

  #Blog {
    width: 110px;
    height: 110px;
    background: #565656;
    left: 3%;
    top: 55%; }
    #Blog img {
      width: 60%;
      height: auto;
      top: 33%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

  #impl {
    width: 100px;
    height: 100px;
    background: #565656;
    left: calc(50% - 50px);
    top: 75%; }
    #impl img {
      width: 60%;
      height: auto;
      top: 33%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }
    #impl .bl {
      font-size: 0.7em;
      position: absolute;
      background: 5px;
      text-align: center;
      bottom: 30%;
      color: white;
      width: 100%; }

  #Rich {
    width: 120px;
    height: 120px;
    background: #405A75;
    right: 0%;
    left: auto;
    top: 10%; }
    #Rich img {
      width: 60%;
      height: auto;
      top: 33%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

  #ConstLogo {
    width: 110px;
    height: 110px;
    background: #565656;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #ConstLogo img {
      width: 80%;
      height: auto;
      top: 43%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute; }

  #seeAllInter {
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    background: #565656;
    color: white;
    line-height: 30px;
    height: 30px; }
    #seeAllInter:hover {
      cursor: pointer; }

  #MapImpl {
    margin: 30px auto;
    text-align: center;
    width: 0;
    overflow: hidden; }

  #WrapDevisM {
    width: 100%;
    display: block;
    justify-content: flex-start;
    align-content: stretch; }
    #WrapDevisM #MyDevisM {
      width: 100%;
      height: auto;
      padding: 0px;
      box-sizing: border-box; }
      #WrapDevisM #MyDevisM .oneBlockDevis {
        width: 100%;
        background: white;
        padding: 15px;
        box-sizing: border-box;
        min-height: 350px;
        position: relative; }
        #WrapDevisM #MyDevisM .oneBlockDevis .waitDevis {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0%;
          left: 0%;
          color: white;
          background: rgba(0, 0, 0, 0.65);
          z-index: 3; }
          #WrapDevisM #MyDevisM .oneBlockDevis .waitDevis .clock {
            width: 120px;
            height: 120px;
            border: solid white 3px;
            border-radius: 50%;
            margin: 30px auto;
            position: relative; }
            #WrapDevisM #MyDevisM .oneBlockDevis .waitDevis .clock .aig {
              position: absolute;
              transform-origin: 1.5px 1.5px;
              width: 45%;
              height: 6px;
              background: white;
              border-radius: 4px;
              left: calc(50% - 1.5px);
              top: calc(50% - 1.5px);
              animation: rotateInfinite 2s linear infinite; }
          #WrapDevisM #MyDevisM .oneBlockDevis .waitDevis .titreWait {
            width: 100%;
            font-size: 38px;
            text-align: center; }
        #WrapDevisM #MyDevisM .oneBlockDevis h3 {
          text-align: center;
          margin: 0px auto 10px; }
        #WrapDevisM #MyDevisM .oneBlockDevis .WrapChoix {
          width: 95%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          #WrapDevisM #MyDevisM .oneBlockDevis .WrapChoix.more {
            top: 60%; }
        #WrapDevisM #MyDevisM .oneBlockDevis .choixLieu, #WrapDevisM #MyDevisM .oneBlockDevis .choixFormule, #WrapDevisM #MyDevisM .oneBlockDevis .choixProfil, #WrapDevisM #MyDevisM .oneBlockDevis .choixPQ, #WrapDevisM #MyDevisM .oneBlockDevis .choixTosa, #WrapDevisM #MyDevisM .oneBlockDevis .choixTosaB, #WrapDevisM #MyDevisM .oneBlockDevis .choixRepas {
          width: 90%;
          height: 50px;
          text-align: center;
          line-height: 50px;
          border: solid #ccc 1px;
          margin: 0px auto 12px; }
          #WrapDevisM #MyDevisM .oneBlockDevis .choixLieu:hover, #WrapDevisM #MyDevisM .oneBlockDevis .choixFormule:hover, #WrapDevisM #MyDevisM .oneBlockDevis .choixProfil:hover, #WrapDevisM #MyDevisM .oneBlockDevis .choixPQ:hover, #WrapDevisM #MyDevisM .oneBlockDevis .choixTosa:hover, #WrapDevisM #MyDevisM .oneBlockDevis .choixTosaB:hover, #WrapDevisM #MyDevisM .oneBlockDevis .choixRepas:hover {
            background: #F5A000;
            color: white;
            cursor: pointer; }
        #WrapDevisM #MyDevisM .oneBlockDevis #participant, #WrapDevisM #MyDevisM .oneBlockDevis #montantRepas {
          display: flex;
          justify-content: flex-start;
          flex-wrap: wrap; }
          #WrapDevisM #MyDevisM .oneBlockDevis #participant .choixPart, #WrapDevisM #MyDevisM .oneBlockDevis #participant .choixMontant, #WrapDevisM #MyDevisM .oneBlockDevis #montantRepas .choixPart, #WrapDevisM #MyDevisM .oneBlockDevis #montantRepas .choixMontant {
            width: 50px;
            height: 50px;
            margin: 5px;
            text-align: center;
            border: solid #ccc 1px;
            line-height: 50px;
            border-radius: 50%;
            font-size: 22px; }
            #WrapDevisM #MyDevisM .oneBlockDevis #participant .choixPart:hover, #WrapDevisM #MyDevisM .oneBlockDevis #participant .choixMontant:hover, #WrapDevisM #MyDevisM .oneBlockDevis #montantRepas .choixPart:hover, #WrapDevisM #MyDevisM .oneBlockDevis #montantRepas .choixMontant:hover {
              background: #F5A000;
              color: white;
              cursor: pointer; }
        #WrapDevisM #MyDevisM .oneBlockDevis select {
          width: 95%;
          display: block;
          margin: auto;
          height: 40px;
          text-align: center;
          line-height: 40px;
          font-size: 18px;
          border: solid #565656 1px; }
    #WrapDevisM #RecapDevisM {
      width: 100%;
      height: auto;
      padding: 15px;
      box-sizing: border-box; }
      #WrapDevisM #RecapDevisM .Recap {
        width: 100%;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        border: solid #ccc 1px;
        background: white; }
        #WrapDevisM #RecapDevisM .Recap .wrapIcon {
          width: 20%;
          text-align: center; }
        #WrapDevisM #RecapDevisM .Recap span {
          display: block;
          width: 80%;
          text-align: center; }
        #WrapDevisM #RecapDevisM .Recap:hover {
          background: #F5A000;
          color: white; }

  #MessDevis .BtnStd2 {
    width: 100%; }
  #MessDevis textarea {
    border: solid #ccc 1px;
    border-radius: 0px; }

  #connexionDevis, #inscrDevis {
    width: 95%;
    margin: auto; }
    #connexionDevis input, #inscrDevis input {
      background: white; }
    #connexionDevis .BtnStd2, #inscrDevis .BtnStd2 {
      width: 100%; }
    #connexionDevis .duoLine, #inscrDevis .duoLine {
      display: block; }
      #connexionDevis .duoLine .WrapInput, #inscrDevis .duoLine .WrapInput {
        width: 100%; }

  .oneDevisUser {
    width: 100%;
    border-collapse: separate;
    margin-bottom: 40px;
    border-spacing: 5px; }
    .oneDevisUser td {
      background: white;
      border-spacing: 5px;
      height: 40px;
      padding-left: 5px; }
      .oneDevisUser td:first-child {
        font-weight: 600;
        width: 50%; } }
