@charset "UTF-8";
.notFound {
  margin: 30px auto;
  text-align: center;
  font-size: 26px; }

#myMessage {
  position: fixed;
  right: 30px;
  width: 350px;
  bottom: 0px;
  overflow: hidden;
  background: #565656;
  text-overflow: clip;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  z-index: 99999999; }

p.EndOf {
  text-align: center;
  font-size: 18px; }

@keyframes rotateInfinite {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
#LikeList {
  position: relative; }

#forgot {
  text-align: center;
  margin: 10px auto; }
  #forgot:hover {
    text-decoration: underline;
    cursor: pointer; }

#numLE {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background: #F5A000;
  line-height: 20px;
  color: white;
  left: -25px;
  top: 2px; }

.popWait {
  z-index: 9999999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px; }
  .popWait #inPopWait {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    color: white; }
    .popWait #inPopWait #clock {
      width: 120px;
      height: 120px;
      border: solid white 3px;
      border-radius: 50%;
      margin: 10px auto;
      position: relative; }
      .popWait #inPopWait #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; }
    .popWait #inPopWait #titreWait {
      width: 100%;
      font-size: 38px;
      text-align: center; }

.pop {
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px; }
  .pop.small .containModal {
    position: absolute;
    border-radius: 3px;
    background: #f6f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: auto;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .pop h2 {
    text-transform: uppercase; }
  .pop .closePop {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 24px; }
    .pop .closePop:hover {
      cursor: pointer;
      color: black; }
  .pop .containModal {
    position: absolute;
    border-radius: 3px;
    background: #f6f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 75%;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .pop .containModal.L80 {
      width: 80%; }
    .pop .containModal.L70 {
      width: 70%; }
    .pop .containModal.L60 {
      width: 60%; }
    .pop .containModal.L50 {
      width: 50%; }
    .pop .containModal.L40 {
      width: 40%; }
    .pop .containModal.L30 {
      width: 30%; }
    .pop .containModal.L20 {
      width: 20%; }
  .pop p.center {
    text-align: center;
    font-size: 18px; }

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

body, html {
  margin: 0px;
  padding: 0px;
  min-height: 100%;
  position: relative;
  font-family: 'Titillium Web', sans-serif;
  background: #f6f9fa; }

body {
  padding-bottom: 300px; }

#evalstage {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 200;
  width: 50px;
  height: auto; }
  #evalstage img {
    width: 100%;
    height: auto; }
  #evalstage::after {
    content: 'Evaluation stage';
    display: block;
    position: absolute;
    left: 100%;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    text-align: left;
    color: white;
    line-height: 51px;
    top: 0px; }

#cni {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 200;
  width: 50px;
  height: auto; }
  #cni img {
    width: 100%;
    height: auto; }
  #cni::before {
    content: 'Carte d\'identité';
    display: block;
    position: absolute;
    right: 100%;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
    text-align: right;
    color: white;
    line-height: 51px; }

.Footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 300px;
  left: 0px; }
  .Footer #wrapFooter {
    display: flex;
    justify-content: space-between; }
    .Footer #wrapFooter .oneInfoF {
      color: white;
      background: #A0A0A0;
      width: 100%;
      padding: 10px;
      box-sizing: border-box;
      text-align: left;
      padding: 10px;
      box-sizing: border-box; }
    .Footer #wrapFooter .twoInfoF {
      position: relative;
      height: 135px;
      padding: 10px;
      box-sizing: border-box; }
      .Footer #wrapFooter .twoInfoF .wrapRS {
        width: 24%;
        height: 45px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between; }
        .Footer #wrapFooter .twoInfoF .wrapRS a {
          width: 30%;
          height: auto; }
          .Footer #wrapFooter .twoInfoF .wrapRS a img {
            width: 100%;
            height: auto; }
    .Footer #wrapFooter .fourInfoF {
      background: #565656;
      color: white;
      height: 64px;
      position: relative; }
      .Footer #wrapFooter .fourInfoF .partAFIF {
        height: 50%;
        width: 45%;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%); }
        .Footer #wrapFooter .fourInfoF .partAFIF img {
          height: 100%;
          margin-right: 15px;
          float: left; }
        .Footer #wrapFooter .fourInfoF .partAFIF span {
          float: left;
          text-align: center;
          margin-right: 15px;
          line-height: 32px; }
      .Footer #wrapFooter .fourInfoF .partBFIF {
        height: 50%;
        width: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%); }
        .Footer #wrapFooter .fourInfoF .partBFIF img {
          height: 100%;
          margin-right: 15px;
          float: left; }
        .Footer #wrapFooter .fourInfoF .partBFIF span {
          float: left;
          text-align: center;
          margin-right: 15px;
          line-height: 32px; }
    .Footer #wrapFooter .col1 {
      flex: 2; }
      .Footer #wrapFooter .col1 .oneInfoF {
        text-align: right; }
      .Footer #wrapFooter .col1 .treeInfoF {
        padding-right: 10px;
        box-sizing: border-box;
        text-align: right; }
    .Footer #wrapFooter .col2 {
      width: 250px; }
      .Footer #wrapFooter .col2 .oneInfoF {
        background: #565656;
        text-align: center; }
      .Footer #wrapFooter .col2 .map {
        text-align: center; }
      .Footer #wrapFooter .col2 #mentions {
        text-align: center; }
    .Footer #wrapFooter .col3 {
      width: 43%; }
      .Footer #wrapFooter .col3 .treeInfoF {
        padding-left: 10px;
        box-sizing: border-box;
        text-align: left; }
    .Footer #wrapFooter .minceBorder {
      height: 5px;
      background: #A0A0A0; }

.Footer {
  background: #565656;
  width: 100%;
  position: absolute;
  background: white;
  bottom: 0px;
  height: 300px;
  left: 0px; }
  .Footer #charte {
    float: right;
    margin-right: 20px; }
    .Footer #charte img {
      width: 35px;
      height: auto; }
  .Footer .tableFooter td#plan {
    text-align: center;
    border: solid #A0A0A0 1px;
    width: 20%; }
  .Footer .tableFooter .grisClair {
    background: #A0A0A0;
    color: white; }
  .Footer .tableFooter .grisFonce {
    background: #565656;
    color: white; }
  .Footer .tableFooter td#partieG, .Footer .tableFooter td#partieGL2 {
    text-align: right;
    padding-right: 20px; }
  .Footer .tableFooter td#partieC {
    text-align: center; }
  .Footer .tableFooter td#partieD, .Footer .tableFooter td#partieDL2 {
    text-align: left;
    padding-left: 20px; }
  .Footer .tableFooter td#partieDL1 {
    padding-left: 20px;
    font-size: 0.85em; }
  .Footer .tableFooter td#partieGL1 {
    padding-right: 20px;
    text-align: right; }
    .Footer .tableFooter td#partieGL1 img.reseaux {
      display: inline-block;
      margin-left: 10px;
      width: 45px;
      height: auto; }
  .Footer .tableFooter td.mince {
    height: 5px;
    background: #A0A0A0; }
  .Footer .tableFooter td#partieDL3 img {
    margin-left: 20px;
    width: 150px;
    height: auto; }

html {
  height: 100%; }

#HeaderMobile, #mainMobile, #burgerMobile, #HeaderMobile2, #footerMobile {
  display: none; }

#Menu {
  display: none; }

#main-Header {
  position: fixed;
  height: 131px;
  background: #565656;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  box-sizing: border-box; }
  #main-Header #headLogo {
    width: 17%;
    height: 90%;
    position: relative;
    margin-right: 30px; }
    #main-Header #headLogo #contentHeadLogo {
      float: right;
      width: 111px;
      position: relative; }
      #main-Header #headLogo #contentHeadLogo .theLogo {
        height: 45px;
        width: auto; }
      #main-Header #headLogo #contentHeadLogo #baseLine19 {
        width: 100%;
        text-align: left;
        font-size: 14px;
        color: #F5A000; }
  #main-Header #centralHead {
    width: 50%;
    height: 70%;
    position: relative;
    margin-right: 30px; }
    #main-Header #centralHead #topCentral {
      width: 100%;
      border: solid white 1px;
      display: flex;
      height: 50%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      overflow: hidden; }
      #main-Header #centralHead #topCentral #homNew {
        text-align: center;
        width: 13%;
        background: white;
        position: relative; }
        #main-Header #centralHead #topCentral #homNew img {
          width: 36px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: auto;
          margin: auto; }
        #main-Header #centralHead #topCentral #homNew:hover {
          cursor: pointer; }
      #main-Header #centralHead #topCentral .ItemMenu {
        color: white;
        width: 21.75%;
        border: solid white 1px;
        position: relative; }
        #main-Header #centralHead #topCentral .ItemMenu .Tmenu {
          position: absolute;
          width: 85%;
          height: auto;
          top: 50%;
          left: 57.5%;
          transform: translate(-50%, -50%);
          line-height: 45px;
          padding: 5px;
          text-align: center;
          width: 85%; }
        #main-Header #centralHead #topCentral .ItemMenu img {
          width: 23px;
          position: absolute;
          transform: translate(-50%, -50%);
          top: 50%;
          left: 8%;
          height: auto;
          margin-left: 5px; }
        #main-Header #centralHead #topCentral .ItemMenu:hover {
          background: #F5A000;
          color: black;
          cursor: pointer; }
    #main-Header #centralHead #downCentral {
      width: 100%;
      padding-top: 23px;
      padding-bottom: 5px;
      height: 30px; }
      #main-Header #centralHead #downCentral #wrap-search {
        height: 100%;
        position: relative; }
        #main-Header #centralHead #downCentral #wrap-search input {
          width: 100%;
          border-radius: 6px;
          height: 100%;
          border: none;
          box-sizing: border-box;
          padding-left: 10px; }
  #main-Header #rightHead {
    width: 20%;
    height: 100%;
    color: white; }
    #main-Header #rightHead div:hover {
      cursor: pointer;
      color: #F5A000; }
    #main-Header #rightHead #ClientSpace {
      margin-bottom: 10px; }
    #main-Header #rightHead i {
      margin-right: 10px; }
  #main-Header #burger {
    position: absolute;
    display: none; }

.mainContain {
  padding-top: 131px; }

#backImage {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  background-image: url(/web/assets/images/essaibandeau.jpg);
  background-size: cover;
  background-position: 0px -200px;
  position: relative;
  height: 200px; }
  #backImage .voileNoir {
    background: black;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 8; }
  #backImage .LineB {
    z-index: 9;
    position: absolute;
    color: #f4a000;
    font-weight: 600; }
    #backImage .LineB .blanc {
      font-weight: 800;
      color: white; }
    #backImage .LineB:hover {
      cursor: zoom-in;
      text-decoration: underline; }
  #backImage #Text1 {
    top: 24px;
    font-size: 39px;
    left: 20px;
    color: #f4a000;
    font-weight: 600; }
  #backImage #Text2 {
    top: 138px;
    font-size: 26px;
    left: 195px;
    color: #f4a000;
    font-weight: 600; }
  #backImage #Text3 {
    top: 61px;
    font-size: 40px;
    right: 135px;
    color: #f4a000;
    font-weight: 600; }

#MainContent {
  width: 80%;
  margin: 50px auto; }
  #MainContent.home {
    display: flex;
    align-items: stretch; }

#GContent {
  width: 30%;
  padding: 15px;
  padding-bottom: 55px;
  padding-top: 25px;
  box-sizing: border-box; }
  #GContent .inWhite {
    width: 100%;
    background: white;
    height: 100%;
    padding-top: 10px;
    overflow: hidden;
    position: relative; }

#DContent {
  width: 70%;
  padding: 15px;
  box-sizing: border-box; }
  #DContent .oneContent {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between; }
    #DContent .oneContent .inOneC {
      background: white;
      width: 100%;
      height: 300px;
      position: relative; }
    #DContent .oneContent .inDoubleC {
      width: calc(50% - 25px);
      height: 300px;
      position: relative;
      background: white; }

#BlocInter {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 8;
  top: 50px;
  left: 0; }

#transition {
  width: 20%;
  height: 100%;
  position: absolute;
  background: #F5A000;
  z-index: 7;
  left: 20px; }

.InterFrise {
  position: relative;
  height: 97%; }

.OneGarantie {
  width: 80%;
  margin: 25px auto; }
  .OneGarantie .DateGarantie {
    padding-left: 10px;
    /* background: white; */
    z-index: 999;
    font-weight: bold; }
  .OneGarantie .WrapInfosG {
    width: 100%;
    display: flex;
    background: white;
    height: auto;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.45);
    border-radius: 10px;
    justify-content: space-around;
    align-items: stretch;
    padding: 5px;
    box-sizing: border-box; }
    .OneGarantie .WrapInfosG .logoGarantie {
      width: 20%;
      height: 100%; }
      .OneGarantie .WrapInfosG .logoGarantie img {
        width: 100%;
        height: auto; }
    .OneGarantie .WrapInfosG .InfosG {
      width: 70%; }
      .OneGarantie .WrapInfosG .InfosG .GarantieName {
        font-size: 14px;
        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: left;
          text-align: center;
          margin-right: 17px; }
        .OneGarantie .WrapInfosG .InfosG .GarantieInfos .dureeG {
          float: left; }

.TitreBloc {
  font-size: 24px;
  padding-left: 5px;
  font-weight: bold; }

#NewsStage, #BestStage {
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between; }
  #NewsStage a, #BestStage a {
    color: black;
    text-decoration: none; }
  #NewsStage .oneItemStage, #BestStage .oneItemStage {
    width: 22%;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.45);
    border-radius: 17px;
    padding: 10px;
    box-sizing: border-box;
    height: 150px; }
    #NewsStage .oneItemStage:hover, #BestStage .oneItemStage:hover {
      cursor: pointer; }
    #NewsStage .oneItemStage .LogoOIS, #BestStage .oneItemStage .LogoOIS {
      width: 100%;
      height: auto;
      position: relative;
      text-align: center;
      height: 50%; }
      #NewsStage .oneItemStage .LogoOIS img, #BestStage .oneItemStage .LogoOIS img {
        width: 45%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    #NewsStage .oneItemStage .NiveauOIS, #BestStage .oneItemStage .NiveauOIS {
      width: 100%;
      height: 50%;
      text-align: center;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      position: relative; }
      #NewsStage .oneItemStage .NiveauOIS .inNivOIS, #BestStage .oneItemStage .NiveauOIS .inNivOIS {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
        text-overflow: ellipsis;
        width: 95%; }

#wrapperForm, #wrapperActus {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  #wrapperForm #wrappyFormateur, #wrapperForm #wrappyActus, #wrapperActus #wrappyFormateur, #wrapperActus #wrappyActus {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%; }
    #wrapperForm #wrappyFormateur .BlocFormateur, #wrapperForm #wrappyFormateur .BlocActu, #wrapperForm #wrappyActus .BlocFormateur, #wrapperForm #wrappyActus .BlocActu, #wrapperActus #wrappyFormateur .BlocFormateur, #wrapperActus #wrappyFormateur .BlocActu, #wrapperActus #wrappyActus .BlocFormateur, #wrapperActus #wrappyActus .BlocActu {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px;
      box-sizing: border-box; }
      #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu, #wrapperForm #wrappyFormateur .BlocActu .oneformateur, #wrapperForm #wrappyFormateur .BlocActu .oneActu, #wrapperForm #wrappyActus .BlocFormateur .oneformateur, #wrapperForm #wrappyActus .BlocFormateur .oneActu, #wrapperForm #wrappyActus .BlocActu .oneformateur, #wrapperForm #wrappyActus .BlocActu .oneActu, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu, #wrapperActus #wrappyFormateur .BlocActu .oneformateur, #wrapperActus #wrappyFormateur .BlocActu .oneActu, #wrapperActus #wrappyActus .BlocFormateur .oneformateur, #wrapperActus #wrappyActus .BlocFormateur .oneActu, #wrapperActus #wrappyActus .BlocActu .oneformateur, #wrapperActus #wrappyActus .BlocActu .oneActu {
        width: 100%;
        height: 96%;
        overflow: hidden;
        position: relative; }
        #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur.ellipsis::after, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu.ellipsis::after, #wrapperForm #wrappyFormateur .BlocActu .oneformateur.ellipsis::after, #wrapperForm #wrappyFormateur .BlocActu .oneActu.ellipsis::after, #wrapperForm #wrappyActus .BlocFormateur .oneformateur.ellipsis::after, #wrapperForm #wrappyActus .BlocFormateur .oneActu.ellipsis::after, #wrapperForm #wrappyActus .BlocActu .oneformateur.ellipsis::after, #wrapperForm #wrappyActus .BlocActu .oneActu.ellipsis::after, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur.ellipsis::after, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu.ellipsis::after, #wrapperActus #wrappyFormateur .BlocActu .oneformateur.ellipsis::after, #wrapperActus #wrappyFormateur .BlocActu .oneActu.ellipsis::after, #wrapperActus #wrappyActus .BlocFormateur .oneformateur.ellipsis::after, #wrapperActus #wrappyActus .BlocFormateur .oneActu.ellipsis::after, #wrapperActus #wrappyActus .BlocActu .oneformateur.ellipsis::after, #wrapperActus #wrappyActus .BlocActu .oneActu.ellipsis::after {
          content: '...';
          display: block;
          position: absolute;
          right: 0px;
          bottom: 0px;
          background: white; }
        #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur .titreA, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu .titreA, #wrapperForm #wrappyFormateur .BlocActu .oneformateur .titreA, #wrapperForm #wrappyFormateur .BlocActu .oneActu .titreA, #wrapperForm #wrappyActus .BlocFormateur .oneformateur .titreA, #wrapperForm #wrappyActus .BlocFormateur .oneActu .titreA, #wrapperForm #wrappyActus .BlocActu .oneformateur .titreA, #wrapperForm #wrappyActus .BlocActu .oneActu .titreA, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur .titreA, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu .titreA, #wrapperActus #wrappyFormateur .BlocActu .oneformateur .titreA, #wrapperActus #wrappyFormateur .BlocActu .oneActu .titreA, #wrapperActus #wrappyActus .BlocFormateur .oneformateur .titreA, #wrapperActus #wrappyActus .BlocFormateur .oneActu .titreA, #wrapperActus #wrappyActus .BlocActu .oneformateur .titreA, #wrapperActus #wrappyActus .BlocActu .oneActu .titreA {
          width: 100%;
          color: #F5A000;
          text-align: center;
          margin-bottom: 19px;
          font-size: 22px;
          font-weight: bold; }
        #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur .picActu, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu .picActu, #wrapperForm #wrappyFormateur .BlocActu .oneformateur .picActu, #wrapperForm #wrappyFormateur .BlocActu .oneActu .picActu, #wrapperForm #wrappyActus .BlocFormateur .oneformateur .picActu, #wrapperForm #wrappyActus .BlocFormateur .oneActu .picActu, #wrapperForm #wrappyActus .BlocActu .oneformateur .picActu, #wrapperForm #wrappyActus .BlocActu .oneActu .picActu, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur .picActu, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu .picActu, #wrapperActus #wrappyFormateur .BlocActu .oneformateur .picActu, #wrapperActus #wrappyFormateur .BlocActu .oneActu .picActu, #wrapperActus #wrappyActus .BlocFormateur .oneformateur .picActu, #wrapperActus #wrappyActus .BlocFormateur .oneActu .picActu, #wrapperActus #wrappyActus .BlocActu .oneformateur .picActu, #wrapperActus #wrappyActus .BlocActu .oneActu .picActu {
          float: left;
          width: 40%;
          height: auto;
          margin-right: 10px;
          margin-bottom: 5px; }
        #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur .picForm, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu .picForm, #wrapperForm #wrappyFormateur .BlocActu .oneformateur .picForm, #wrapperForm #wrappyFormateur .BlocActu .oneActu .picForm, #wrapperForm #wrappyActus .BlocFormateur .oneformateur .picForm, #wrapperForm #wrappyActus .BlocFormateur .oneActu .picForm, #wrapperForm #wrappyActus .BlocActu .oneformateur .picForm, #wrapperForm #wrappyActus .BlocActu .oneActu .picForm, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur .picForm, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu .picForm, #wrapperActus #wrappyFormateur .BlocActu .oneformateur .picForm, #wrapperActus #wrappyFormateur .BlocActu .oneActu .picForm, #wrapperActus #wrappyActus .BlocFormateur .oneformateur .picForm, #wrapperActus #wrappyActus .BlocFormateur .oneActu .picForm, #wrapperActus #wrappyActus .BlocActu .oneformateur .picForm, #wrapperActus #wrappyActus .BlocActu .oneActu .picForm {
          float: left;
          width: 50%;
          height: auto;
          margin-right: 10px;
          margin-bottom: 5px; }
        #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur .descrForm, #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur .descrActu, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu .descrForm, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu .descrActu, #wrapperForm #wrappyFormateur .BlocActu .oneformateur .descrForm, #wrapperForm #wrappyFormateur .BlocActu .oneformateur .descrActu, #wrapperForm #wrappyFormateur .BlocActu .oneActu .descrForm, #wrapperForm #wrappyFormateur .BlocActu .oneActu .descrActu, #wrapperForm #wrappyActus .BlocFormateur .oneformateur .descrForm, #wrapperForm #wrappyActus .BlocFormateur .oneformateur .descrActu, #wrapperForm #wrappyActus .BlocFormateur .oneActu .descrForm, #wrapperForm #wrappyActus .BlocFormateur .oneActu .descrActu, #wrapperForm #wrappyActus .BlocActu .oneformateur .descrForm, #wrapperForm #wrappyActus .BlocActu .oneformateur .descrActu, #wrapperForm #wrappyActus .BlocActu .oneActu .descrForm, #wrapperForm #wrappyActus .BlocActu .oneActu .descrActu, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur .descrForm, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur .descrActu, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu .descrForm, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu .descrActu, #wrapperActus #wrappyFormateur .BlocActu .oneformateur .descrForm, #wrapperActus #wrappyFormateur .BlocActu .oneformateur .descrActu, #wrapperActus #wrappyFormateur .BlocActu .oneActu .descrForm, #wrapperActus #wrappyFormateur .BlocActu .oneActu .descrActu, #wrapperActus #wrappyActus .BlocFormateur .oneformateur .descrForm, #wrapperActus #wrappyActus .BlocFormateur .oneformateur .descrActu, #wrapperActus #wrappyActus .BlocFormateur .oneActu .descrForm, #wrapperActus #wrappyActus .BlocFormateur .oneActu .descrActu, #wrapperActus #wrappyActus .BlocActu .oneformateur .descrForm, #wrapperActus #wrappyActus .BlocActu .oneformateur .descrActu, #wrapperActus #wrappyActus .BlocActu .oneActu .descrForm, #wrapperActus #wrappyActus .BlocActu .oneActu .descrActu {
          width: 100%;
          height: 100%;
          padding: 0px; }
          #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur .descrForm .prenomF, #wrapperForm #wrappyFormateur .BlocFormateur .oneformateur .descrActu .prenomF, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu .descrForm .prenomF, #wrapperForm #wrappyFormateur .BlocFormateur .oneActu .descrActu .prenomF, #wrapperForm #wrappyFormateur .BlocActu .oneformateur .descrForm .prenomF, #wrapperForm #wrappyFormateur .BlocActu .oneformateur .descrActu .prenomF, #wrapperForm #wrappyFormateur .BlocActu .oneActu .descrForm .prenomF, #wrapperForm #wrappyFormateur .BlocActu .oneActu .descrActu .prenomF, #wrapperForm #wrappyActus .BlocFormateur .oneformateur .descrForm .prenomF, #wrapperForm #wrappyActus .BlocFormateur .oneformateur .descrActu .prenomF, #wrapperForm #wrappyActus .BlocFormateur .oneActu .descrForm .prenomF, #wrapperForm #wrappyActus .BlocFormateur .oneActu .descrActu .prenomF, #wrapperForm #wrappyActus .BlocActu .oneformateur .descrForm .prenomF, #wrapperForm #wrappyActus .BlocActu .oneformateur .descrActu .prenomF, #wrapperForm #wrappyActus .BlocActu .oneActu .descrForm .prenomF, #wrapperForm #wrappyActus .BlocActu .oneActu .descrActu .prenomF, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur .descrForm .prenomF, #wrapperActus #wrappyFormateur .BlocFormateur .oneformateur .descrActu .prenomF, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu .descrForm .prenomF, #wrapperActus #wrappyFormateur .BlocFormateur .oneActu .descrActu .prenomF, #wrapperActus #wrappyFormateur .BlocActu .oneformateur .descrForm .prenomF, #wrapperActus #wrappyFormateur .BlocActu .oneformateur .descrActu .prenomF, #wrapperActus #wrappyFormateur .BlocActu .oneActu .descrForm .prenomF, #wrapperActus #wrappyFormateur .BlocActu .oneActu .descrActu .prenomF, #wrapperActus #wrappyActus .BlocFormateur .oneformateur .descrForm .prenomF, #wrapperActus #wrappyActus .BlocFormateur .oneformateur .descrActu .prenomF, #wrapperActus #wrappyActus .BlocFormateur .oneActu .descrForm .prenomF, #wrapperActus #wrappyActus .BlocFormateur .oneActu .descrActu .prenomF, #wrapperActus #wrappyActus .BlocActu .oneformateur .descrForm .prenomF, #wrapperActus #wrappyActus .BlocActu .oneformateur .descrActu .prenomF, #wrapperActus #wrappyActus .BlocActu .oneActu .descrForm .prenomF, #wrapperActus #wrappyActus .BlocActu .oneActu .descrActu .prenomF {
            color: #F5A000;
            text-align: center;
            margin-bottom: 19px;
            font-size: 22px;
            font-weight: bold; }

#blocBottomContainer {
  width: 80%;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 10px; }
  #blocBottomContainer .blocBottom {
    width: 48%;
    height: 300px;
    box-sizing: border-box;
    padding: 10px;
    background: white; }
    #blocBottomContainer .blocBottom h2 {
      margin-block-start: 0em;
      height: 25px;
      padding-top: 5px; }
    #blocBottomContainer .blocBottom .contentBlocBottom {
      width: 100%;
      overflow: hidden;
      height: calc(100% - 75px);
      position: relative; }

#lesAvis {
  height: 600px;
  overflow: hidden;
  transition: all 0.5s;
  padding-bottom: 50px;
  position: relative; }
  #lesAvis span:hover {
    cursor: pointer; }
  #lesAvis span#seeMore {
    position: absolute;
    left: 0px;
    bottom: 0px; }
  #lesAvis span#seeMinus {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: none; }
  #lesAvis .oneComent {
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    height: 150px; }

.oneComent {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }
  .oneComent .TheNote {
    position: absolute;
    color: #F5A000;
    font-size: 80px;
    font-weight: bold;
    z-index: 1;
    width: auto;
    height: auto;
    left: 0;
    top: -30px;
    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: 19px;
    color: #6a6969; }
    .oneComent .TextComent .TheComent {
      margin-bottom: 15px;
      font-style: italic; }
    .oneComent .TextComent .ThePart {
      color: black; }

.oneClient {
  position: absolute;
  left: 30%;
  top: 10%;
  height: auto;
  width: 20%; }
  .oneClient img {
    width: 100%; }

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

#TitrePC {
  height: auto;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-content: center; }
  #TitrePC #logoPC {
    width: 110px;
    height: auto;
    margin-right: 10px; }
    #TitrePC #logoPC img {
      width: 100%;
      height: auto; }
  #TitrePC #namePC {
    width: auto;
    height: auto;
    margin-right: 25px;
    position: relative; }
    #TitrePC #namePC .wrapName {
      width: 100%;
      position: relative;
      height: auto;
      margin-top: 20px; }
    #TitrePC #namePC #LogName {
      font-weight: bold;
      color: #F5A000;
      font-size: 1.5em;
      display: block; }
      #TitrePC #namePC #LogName a {
        color: #F5A000;
        text-decoration: none; }
    #TitrePC #namePC #NiveauName {
      font-size: 1.5vw;
      font-weight: bold; }
  #TitrePC #logoTosa {
    width: 100px;
    height: auto; }

.oneBloc {
  background: white; }
  .oneBloc h2 {
    color: white;
    padding: 0px;
    margin: 0 auto 5px;
    line-height: 35px;
    background: #F5A000;
    box-sizing: border-box;
    padding-left: 10px;
    font-variant: small-caps;
    width: 100%;
    height: 35px;
    font-weight: normal; }
  .oneBloc div {
    box-sizing: border-box;
    padding: 10px; }

.lineInfos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 35px auto; }
  .lineInfos #infosPratiques {
    width: 30%; }
    .lineInfos #infosPratiques li {
      list-style: none; }
      .lineInfos #infosPratiques li span {
        font-weight: bold; }
  .lineInfos #Objectifs {
    width: 45%; }
  .lineInfos #other {
    padding: 0px;
    width: 16%;
    position: relative;
    background: transparent; }
    .lineInfos #other #btns {
      width: 80%;
      left: 10%;
      margin: 0px;
      padding: 0px;
      position: relative;
      padding-bottom: 20%; }
      .lineInfos #other #btns .wrapBtns {
        padding: 0px;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%; }
      .lineInfos #other #btns .oneBtn {
        padding: 0px;
        text-align: center;
        background: white;
        border: solid #565656 1px;
        box-sizing: border-box;
        color: #565656;
        width: 23%;
        height: 100%;
        line-height: 26px;
        position: relative; }
        .lineInfos #other #btns .oneBtn i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
        .lineInfos #other #btns .oneBtn:hover {
          cursor: pointer;
          color: #F5A000;
          box-shadow: none; }
          .lineInfos #other #btns .oneBtn:hover:after {
            color: #565656;
            content: attr(data-infos);
            display: block;
            position: absolute;
            width: 170px;
            text-align: center;
            padding-bottom: 16px;
            border: solid #565656 1px;
            height: 30px;
            line-height: 45px;
            background: white;
            top: -59px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            border-radius: 4px; }
          .lineInfos #other #btns .oneBtn:hover:before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 50%;
            top: -29px;
            transform: rotate(-45deg) translateX(-50%);
            border-left: solid #565656 1px;
            border-bottom: solid #565656 1px;
            background: white;
            z-index: 2; }
    .lineInfos #other a {
      text-decoration: none;
      color: black; }
    .lineInfos #other #quizz {
      width: 80%;
      height: 40px;
      line-height: 40px;
      text-transform: uppercase;
      background: white;
      text-align: center;
      padding: 0px;
      margin: 10px auto 0px;
      font-weight: bold;
      position: relative;
      border: solid #565656 1px; }
      .lineInfos #other #quizz:hover {
        cursor: pointer;
        box-shadow: none;
        color: #F5A000; }
    .lineInfos #other #btnInscrire {
      width: 80%;
      text-transform: uppercase;
      border: solid #565656 1px;
      height: 40px;
      line-height: 40px;
      background: white;
      text-align: center;
      padding: 0px;
      margin: 20px auto 18px;
      font-weight: bold;
      position: relative; }
      .lineInfos #other #btnInscrire:hover {
        cursor: pointer;
        box-shadow: none;
        color: #F5A000; }
        .lineInfos #other #btnInscrire:hover:after {
          color: #565656;
          content: attr(data-infos);
          display: block;
          padding: 5px;
          position: absolute;
          transform: translateY(-50%);
          font-weight: normal;
          line-height: 120%;
          font-size: 14px;
          left: calc(100% + 11px);
          border: solid #565656 1px;
          border-radius: 4px;
          background: white; }
        .lineInfos #other #btnInscrire:hover:before {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          border-left: solid #565656 1px;
          border-bottom: solid #565656 1px;
          background: white;
          transform: rotate(45deg) translateY(-50%);
          position: absolute;
          left: 100%;
          z-index: 1;
          top: 50%; }

.oneYear {
  width: 100%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background: white;
  margin: 15px auto;
  display: flex;
  justify-content: flex-start; }
  .oneYear .oneMonth {
    width: 8.33%;
    padding: 5px;
    box-sizing: border-box; }
    .oneYear .oneMonth h4 {
      width: 100%;
      margin: 0px auto 0px;
      text-align: center; }
    .oneYear .oneMonth .oneInter {
      text-align: center;
      border: solid black 1px;
      width: 95%;
      margin: 3px auto;
      font-size: 11px;
      font-weight: bold;
      position: relative;
      height: 19px; }
      .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; }
        .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; }

#navigation {
  width: 100%;
  margin: 30px auto;
  background: white;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
  height: 50px; }
  #navigation ul {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 0px; }
    #navigation ul li {
      list-style: none;
      width: 18%;
      text-align: center;
      display: block;
      padding: 0px;
      text-transform: uppercase;
      font-weight: 800; }
      #navigation ul li.current, #navigation ul li:hover {
        border-bottom: solid #565656 3px;
        cursor: pointer; }

#wrapperPC {
  width: 100%;
  position: relative;
  margin-bottom: 50px; }
  #wrapperPC .oneSection {
    display: none;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    background: white;
    position: relative; }

#zoomPg {
  width: 150px;
  padding: 0px 5px 0px 5px;
  height: 30px;
  line-height: 30px;
  background: #565656;
  color: white;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-left: 35px; }
  #zoomPg:hover {
    cursor: pointer; }
  #zoomPg i {
    margin-right: 19px;
    margin-left: 7px; }
  #zoomPg #voirDetail {
    display: inline-block; }
  #zoomPg #hideDetail {
    display: none; }
  #zoomPg.open {
    width: 183px; }
    #zoomPg.open #voirDetail {
      display: none; }
    #zoomPg.open #hideDetail {
      display: inline-block; }

#wrapProgramme {
  width: 50%; }
  #wrapProgramme .oneGT {
    width: auto;
    padding-left: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #F5A000;
    font-size: 22px;
    line-height: 40px;
    position: relative; }
    #wrapProgramme .oneGT ul.check {
      list-style: none;
      padding-left: 0px; }
      #wrapProgramme .oneGT ul.check li span {
        margin-left: 10px; }
      #wrapProgramme .oneGT ul.check li:before {
        content: '✓'; }
  #wrapProgramme .detailGT {
    width: 100%;
    overflow: hidden;
    display: none; }

#GlobePG {
  width: 100%;
  display: flex;
  justify-content: flex-start; }

#illPG {
  width: 30%; }
  #illPG .oneIll {
    margin-bottom: 15px; }
    #illPG .oneIll img {
      width: 100%;
      height: auto; }
    #illPG .oneIll .legende {
      margin: 0px auto 0px;
      text-align: center;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px; }

h2.titre {
  color: #F5A000; }

.GTtransition {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin: 10px auto 0px; }

.ArrowDown {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #565656 transparent transparent transparent;
  display: inline-block; }

.wrapperSection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .wrapperSection .leftSide {
    width: 50%; }
  .wrapperSection .rightSide {
    padding: 20px;
    box-sizing: border-box;
    border: solid #ccc 1px;
    width: 50%; }
    .wrapperSection .rightSide h2.titre {
      text-align: center; }
    .wrapperSection .rightSide #cursus {
      width: 70%;
      margin: auto; }

.oneBloGT {
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
  box-sizing: border-box; }
  .oneBloGT a {
    text-decoration: none;
    color: black; }
  .oneBloGT .GrosTitre {
    height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    display: flex; }
    .oneBloGT .GrosTitre a:hover {
      color: #F5A000; }
    .oneBloGT .GrosTitre img {
      height: 100%;
      width: auto;
      margin-right: 20px; }
    .oneBloGT .GrosTitre span {
      line-height: 40px;
      display: block; }
  .oneBloGT .ssTitre {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px; }
    .oneBloGT .ssTitre a:hover {
      font-weight: bold; }

.TexteObjectif ul {
  position: relative; }
  .TexteObjectif ul li:hover {
    cursor: help; }
  .TexteObjectif ul li:hover:after {
    content: attr(data-descr);
    position: absolute;
    padding: 5px;
    box-sizing: border-box;
    border: solid #F5A000 1px;
    width: 305px;
    height: auto;
    top: 0px;
    left: 60%;
    font-size: 12px;
    background: white; }

#prezVideoSwing {
  width: 600px;
  height: 386px;
  margin: 10px auto; }

#PrezSwing {
  text-align: center;
  font-size: 1.3em;
  margin: 22px; }

#btnSw {
  clear: both;
  color: black;
  width: 400px;
  text-align: center;
  padding: 3px;
  height: 25px;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.45);
  margin: 10px auto;
  background: white;
  border-radius: 4px; }
  #btnSw:hover {
    cursor: pointer;
    box-shadow: none; }

.duoLine {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .duoLine .WrapInput {
    width: 45%; }

.fullLine {
  width: 100%; }
  .fullLine .WrapInput {
    width: 100%; }

@keyframes labelDep {
  from {
    top: 32px; }
  to {
    top: 0px; } }
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.BlocChoice {
  margin-top: 20px; }

.containerCheck {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 35px; }
  .containerCheck:hover {
    cursor: pointer;
    text-decoration: underline; }
  .containerCheck span {
    width: calc(100% - 40px);
    display: inline-block; }

/* Create a custom checkbox */
.containerCheck .checkmarkCheck {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmarkCheck {
  background-color: #ccc;
  cursor: pointer; }

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmarkCheck {
  background-color: #565656; }

/* Create the checkmark/indicator (hidden when not checked) */
.containerCheck .checkmarkCheck:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmarkCheck:after {
  display: block; }

/* Style the checkmark/indicator */
.containerCheck .checkmarkCheck:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #565656; }

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white; }

.container {
  padding-left: 33px; }

.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: 12px;
      left: 0px;
      transition: all 0.2s;
      font-size: 0.8vw; }
  .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: #fafafa;
    color: black;
    padding-left: 10px;
    width: calc(100% - 10px);
    height: 40px;
    line-height: 40px;
    font-size: 1vw; }
    .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; }

.BtnStd {
  display: table;
  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; }

.BtnStd2 {
  display: table;
  padding: 5px 15px;
  background: #F4A102;
  color: white;
  margin-top: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 20px; }
  .BtnStd2.center {
    margin: 15px auto; }
  .BtnStd2:hover {
    cursor: pointer; }

#WrapReferent {
  display: flex;
  justify-content: space-between; }
  #WrapReferent #PicForm {
    margin-right: 10px;
    max-width: 170px; }
    #WrapReferent #PicForm img {
      width: 100%; }

#contactusPC #SendContactpc {
  width: 250px; }
#contactusPC h2 {
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  margin-top: 10px; }
#contactusPC .BlocCoord {
  width: 100%;
  background: white;
  padding: 20px;
  box-sizing: border-box; }
  #contactusPC .BlocCoord i {
    margin-right: 15px; }
#contactusPC .wrapTwoCol {
  display: flex;
  justify-content: space-between; }
  #contactusPC .wrapTwoCol .FormBlock {
    width: 49%;
    padding: 15px;
    background: white;
    box-sizing: border-box;
    margin-bottom: 10px; }
    #contactusPC .wrapTwoCol .FormBlock h3 {
      font-size: 16px;
      margin: 0px auto 3px 0px; }
    #contactusPC .wrapTwoCol .FormBlock .WrapInput {
      padding-top: 20px; }
      #contactusPC .wrapTwoCol .FormBlock .WrapInput input {
        height: 30px;
        background: white; }
      #contactusPC .wrapTwoCol .FormBlock .WrapInput label {
        top: 25px; }
      #contactusPC .wrapTwoCol .FormBlock .WrapInput label.up {
        top: 0px; }
      #contactusPC .wrapTwoCol .FormBlock .WrapInput textarea {
        height: 100px; }

#WrapDevis {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-content: stretch; }
  #WrapDevis #MyDevis {
    width: 75%;
    height: auto;
    padding: 15px;
    box-sizing: border-box; }
    #WrapDevis #MyDevis .oneBlockDevis {
      width: 100%;
      border: solid #ccc 1px;
      padding: 15px;
      box-sizing: border-box;
      min-height: 350px;
      position: relative; }
      #WrapDevis #MyDevis .oneBlockDevis .waitDevis {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0%;
        left: 0%;
        color: white;
        background: rgba(0, 0, 0, 0.65);
        z-index: 3; }
        #WrapDevis #MyDevis .oneBlockDevis .waitDevis .clock {
          width: 120px;
          height: 120px;
          border: solid white 3px;
          border-radius: 50%;
          margin: 30px auto;
          position: relative; }
          #WrapDevis #MyDevis .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; }
        #WrapDevis #MyDevis .oneBlockDevis .waitDevis .titreWait {
          width: 100%;
          font-size: 38px;
          text-align: center; }
      #WrapDevis #MyDevis .oneBlockDevis h3 {
        text-align: center;
        margin: 0px auto 10px; }
      #WrapDevis #MyDevis .oneBlockDevis .WrapChoix {
        width: 75%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      #WrapDevis #MyDevis .oneBlockDevis .choixLieu, #WrapDevis #MyDevis .oneBlockDevis .choixFormule, #WrapDevis #MyDevis .oneBlockDevis .choixProfil, #WrapDevis #MyDevis .oneBlockDevis .choixPQ, #WrapDevis #MyDevis .oneBlockDevis .choixTosa, #WrapDevis #MyDevis .oneBlockDevis .choixTosaB, #WrapDevis #MyDevis .oneBlockDevis .choixRepas {
        width: 40%;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border: solid #565656 1px;
        margin: 0px auto 10px; }
        #WrapDevis #MyDevis .oneBlockDevis .choixLieu:hover, #WrapDevis #MyDevis .oneBlockDevis .choixFormule:hover, #WrapDevis #MyDevis .oneBlockDevis .choixProfil:hover, #WrapDevis #MyDevis .oneBlockDevis .choixPQ:hover, #WrapDevis #MyDevis .oneBlockDevis .choixTosa:hover, #WrapDevis #MyDevis .oneBlockDevis .choixTosaB:hover, #WrapDevis #MyDevis .oneBlockDevis .choixRepas:hover {
          background: #F5A000;
          color: white;
          cursor: pointer; }
      #WrapDevis #MyDevis .oneBlockDevis #participant, #WrapDevis #MyDevis .oneBlockDevis #montantRepas {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        #WrapDevis #MyDevis .oneBlockDevis #participant .choixPart, #WrapDevis #MyDevis .oneBlockDevis #participant .choixMontant, #WrapDevis #MyDevis .oneBlockDevis #montantRepas .choixPart, #WrapDevis #MyDevis .oneBlockDevis #montantRepas .choixMontant {
          width: 35px;
          height: 35px;
          margin: 10px;
          text-align: center;
          border: solid #565656 1px;
          line-height: 35px;
          border-radius: 50%; }
          #WrapDevis #MyDevis .oneBlockDevis #participant .choixPart:hover, #WrapDevis #MyDevis .oneBlockDevis #participant .choixMontant:hover, #WrapDevis #MyDevis .oneBlockDevis #montantRepas .choixPart:hover, #WrapDevis #MyDevis .oneBlockDevis #montantRepas .choixMontant:hover {
            background: #F5A000;
            color: white;
            cursor: pointer; }
      #WrapDevis #MyDevis .oneBlockDevis select {
        width: 50%;
        display: block;
        margin: auto;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        border: solid #565656 1px; }
  #WrapDevis #RecapDevis {
    width: 25%;
    height: auto;
    padding: 15px;
    box-sizing: border-box; }
    #WrapDevis #RecapDevis .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 #565656 1px; }
      #WrapDevis #RecapDevis .Recap .wrapIcon {
        width: 20%;
        text-align: center; }
      #WrapDevis #RecapDevis .Recap span {
        display: block;
        width: 80%;
        text-align: center; }
      #WrapDevis #RecapDevis .Recap:hover {
        background: #F5A000;
        color: white; }

#connexionDevis, #inscrDevis {
  width: 60%;
  margin: auto; }
  #connexionDevis input, #inscrDevis input {
    background: white; }

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

.WrapCategOne {
  width: 25%;
  padding-bottom: 25%;
  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: absolute;
      width: calc(100% - 40px);
      height: 200px;
      top: 20px;
      left: 20px;
      background: white;
      overflow: hidden;
      display: flex;
      justify-content: flex-start;
      align-content: stretch;
      transition: all 0.2s; }
      .WrapCategOne.open .oneCateg .imgPart {
        width: 30%;
        position: relative;
        height: 100%;
        overflow: hidden; }
        .WrapCategOne.open .oneCateg .imgPart img {
          position: absolute;
          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: 70%;
        left: 0px;
        height: auto;
        background: white;
        padding: 10px;
        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;
          padding: 25px;
          box-sizing: border-box; }
        .WrapCategOne.open .oneCateg .DescriptionPart .seeInter {
          position: absolute;
          bottom: 10px;
          right: 10px;
          display: table;
          padding: 7px 6px;
          background: #565656;
          color: white;
          text-align: center; }
          .WrapCategOne.open .oneCateg .DescriptionPart .seeInter:hover {
            cursor: pointer; }
      .WrapCategOne.open .oneCateg:hover {
        cursor: pointer; }
        .WrapCategOne.open .oneCateg:hover .imgPart {
          width: 30%;
          position: relative;
          height: 100%;
          overflow: hidden; }
          .WrapCategOne.open .oneCateg:hover .imgPart img {
            position: absolute;
            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: 70%;
          left: 0px;
          height: auto;
          background: white;
          padding: 10px;
          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; }
          .WrapCategOne.open .oneCateg:hover .DescriptionPart .Descrip {
            position: relative;
            font-size: 14px;
            width: 100%;
            height: auto;
            opacity: 1;
            transition: all 0.2s;
            height: auto;
            overflow: hidden; }

.oneCateg {
  position: absolute;
  transition: all 0.2s;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  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;
      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;
      display: -webkit-box; }
  .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: rgba(0, 0, 0, 0.55);
        width: 100%;
        height: 100%;
        z-index: 2; }
    .oneCateg:hover .DescriptionPart {
      position: absolute;
      top: 50%;
      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;
        opacity: 1;
        transition: all 0.2s;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }

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

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

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

a#listInter {
  display: inline-block;
  padding: 6px;
  background: #565656;
  color: white;
  text-decoration: none; }

.WrapPageStd {
  width: 80%;
  margin: 30px auto; }

#choixAnnee {
  width: 50%;
  height: 60px;
  margin: 20px auto; }
  #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: 1.6vw;
      color: #F5A000; }
    #choixAnnee #thisYear.off {
      font-size: 1vw;
      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: 1.6vw;
      color: #F5A000; }
    #choixAnnee #nextYear.off {
      font-size: 1vw;
      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; }
    #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: 30%;
          text-align: left;
          font-size: 1.1em;
          font-weight: bold;
          color: #F5A000;
          position: absolute;
          height: auto;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
        #wrapInter #wrappyAn .oneYear .OneLog .year {
          position: absolute;
          width: 60%;
          right: 0;
          top: 0;
          height: 100%; }
          #wrapInter #wrappyAn .oneYear .OneLog .year ol {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            -webkit-margin-before: 0em;
            -webkit-margin-after: 0em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
            -webkit-padding-start: 0px; }
            #wrapInter #wrappyAn .oneYear .OneLog .year ol li {
              display: block;
              text-align: center;
              width: 8.333%;
              line-height: 40px;
              float: left; }
      #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 .intitule {
          position: absolute;
          width: 30%;
          height: 100%;
          left: 0;
          top: 0; }
          #wrapInter #wrappyAn .oneYear .OneStage .intitule .logoLog {
            width: 40px;
            height: 40px;
            display: block;
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
          #wrapInter #wrappyAn .oneYear .OneStage .intitule .nomLog {
            width: calc(100% - 50px);
            position: absolute;
            right: 0;
            top: 50%;
            height: auto;
            transform: translateY(-50%); }
        #wrapInter #wrappyAn .oneYear .OneStage .myYear {
          position: relative;
          width: 60.7%;
          margin-left: 39.3%;
          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: white;
              color: #565656;
              line-height: 20px;
              height: auto;
              padding: 3px;
              border: solid #565656 1px;
              margin: 2px auto;
              width: calc(100% - 10px); }
              #wrapInter #wrappyAn .oneYear .OneStage .myYear .myInter .session:hover {
                cursor: pointer; }

@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
.wrapBlocW {
  width: 100%;
  opacity: 0;
  margin: 50px auto 110px; }
  .wrapBlocW.open {
    animation-delay: 1s;
    animation: appear 1s linear forwards; }
  .wrapBlocW h1 {
    font-size: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }
  .wrapBlocW .blocDescr {
    width: 100%;
    background: white;
    margin-top: 30px;
    padding: 35px;
    font-size: 22px;
    box-sizing: border-box; }

#wrapInfosGeneW {
  display: flex;
  justify-content: space-between; }
  #wrapInfosGeneW .cadreI {
    width: 30%;
    background: white;
    height: 250px;
    text-align: center;
    position: relative; }
    #wrapInfosGeneW .cadreI img {
      width: auto;
      position: absolute;
      height: 70%;
      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: flex;
  justify-content: flex-start;
  height: 250px; }
  #wrapPic .inPrez {
    width: 25%;
    height: 100%;
    overflow: hidden;
    position: relative; }
    #wrapPic .inPrez img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: auto;
      height: auto; }

#WrapAcces {
  display: flex;
  justify-content: space-between;
  align-content: stretch; }
  #WrapAcces .blocAcces {
    width: 49%;
    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: flex;
  justify-content: space-between;
  align-content: stretch; }
  #restauration .side {
    width: 49%;
    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; }

.oneFormateur {
  width: 100%;
  height: auto;
  opacity: 0;
  background: white;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 20px auto; }
  .oneFormateur.open {
    animation: appear 1s linear forwards; }
  .oneFormateur .WrapImgForm {
    width: 20%;
    position: relative; }
    .oneFormateur .WrapImgForm img {
      position: absolute;
      width: 70px;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .oneFormateur .descrForm {
    width: 80%;
    padding: 20px;
    box-sizing: border-box; }
    .oneFormateur .descrForm span {
      display: block;
      color: #F5A000; }
    .oneFormateur .descrForm p {
      font-style: italic; }

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

.mainContainUser {
  padding-top: 131px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }
  .mainContainUser aside {
    width: 250px;
    background: #b0b0b0;
    padding: 40px 20px;
    box-sizing: border-box;
    color: white; }
    .mainContainUser aside #wrapMenuUser {
      width: 100%;
      height: auto; }
    .mainContainUser aside .ItemSide {
      width: 100%;
      padding-left: 5px;
      box-sizing: border-box;
      line-height: 40px;
      text-transform: uppercase;
      border-radius: 3px; }
      .mainContainUser aside .ItemSide i {
        margin-right: 10px; }
      .mainContainUser aside .ItemSide:hover {
        cursor: pointer;
        background: #F5A000; }
      .mainContainUser aside .ItemSide.current {
        background: #F5A000; }
  .mainContainUser .mainContentUser {
    width: calc(100% - 250px);
    height: auto;
    overflow-y: scroll;
    padding: 30px;
    box-sizing: border-box; }

#WrapFormProfilUser {
  width: 70%;
  margin: auto; }
  #WrapFormProfilUser input[type="file"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }

#WrapAvatar {
  width: 100%;
  height: 200px;
  background: #EFEDED;
  color: #565656;
  position: relative;
  margin-bottom: 30px; }
  #WrapAvatar:hover {
    cursor: pointer; }
  #WrapAvatar .imgAvatar {
    width: 100px;
    position: absolute;
    height: 100px;
    top: calc(50%);
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    border-radius: 50%; }
    #WrapAvatar .imgAvatar img {
      width: 100%;
      height: auto; }
  #WrapAvatar .baseLineAv {
    text-align: center;
    line-height: 40px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 100%; }

#WrapDevisUser {
  width: 90%;
  margin: auto; }

#table-listDevis {
  width: 100%;
  border-collapse: collapse; }
  #table-listDevis thead tr th {
    height: 40px;
    text-align: center;
    border: solid #565656 1px;
    text-transform: uppercase;
    font-size: 14px; }
  #table-listDevis tbody tr:nth-child(odd) {
    background: white; }
  #table-listDevis tbody tr td {
    text-align: center;
    height: 40px; }

#WrapConstellation {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  width: 1300px;
  margin: 80px auto; }

#DescrConst {
  width: 580px;
  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: 700px;
  height: 500px;
  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:hover {
      cursor: pointer; }

#Swing {
  width: 140px;
  height: 140px;
  background: #EA1E44;
  left: 70%;
  top: 65%; }
  #Swing img {
    width: 60%;
    height: auto;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }

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

#Dev {
  width: 130px;
  height: 130px;
  background: #A8A8A8;
  left: 50%;
  top: 2%; }
  #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: 130px;
  height: 130px;
  background: #565656;
  left: 40%;
  top: 75%; }
  #impl img {
    width: 60%;
    height: auto;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute; }

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

#ConstLogo {
  width: 150px;
  height: 150px;
  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: right;
  width: 0;
  overflow: hidden; }

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

.WrapWrapStages {
  display: none; }
  .WrapWrapStages.open {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
