@keyframes rotateInfinite {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
body, html {
  padding: 0;
  margin: 0;
  font-family: 'Raleway', sans-serif; }

.sliderStatut {
  width: 60px;
  height: 30px;
  background: #949494;
  position: relative;
  margin: auto; }
  .sliderStatut:hover {
    cursor: pointer; }
  .sliderStatut .slidy {
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    transition: all 0.2s; }
  .sliderStatut.on .slidy {
    left: 30px;
    background: #8CC540; }
  .sliderStatut.off .slidy {
    left: 0px;
    background: #CD1A1B; }

#wrapLooking {
  display: flex;
  justify-content: flex-start;
  margin: 10px auto 10px 0px;
  height: 30px;
  position: relative; }

#GoLook {
  margin-left: 15px;
  height: 100%;
  width: 30px;
  color: white;
  background: #CD1A1B;
  text-align: center;
  line-height: 30px;
  border: solid #CD1A1B 1px; }
  #GoLook:hover {
    background: white;
    color: #CD1A1B;
    cursor: pointer; }

input#Look {
  width: 250px;
  height: 100%;
  padding: 0px;
  box-sizing: border-box; }

.wrapColChoice {
  clear: both;
  margin-top: 25px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .wrapColChoice .oneChoice {
    margin-right: 10px; }

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

.ChoiceBtn {
  width: 70%;
  margin: 30px auto 20px;
  display: flex;
  justify-content: space-between; }
  .ChoiceBtn div {
    width: 48%;
    height: 40px;
    text-align: center;
    color: white;
    line-height: 40px; }
    .ChoiceBtn div:hover {
      cursor: pointer; }
    .ChoiceBtn div.ConfirmBtn {
      background: #8CC540; }
    .ChoiceBtn div.CancelBtn {
      background: #CD1A1B; }

#blocMentions {
  position: absolute;
  bottom: 10px;
  width: 75%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between; }

#mentionsLegales, #copyRight {
  width: 45%;
  text-align: center; }

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

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

.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; }

@keyframes onLive {
  0% {
    margin-top: 60px;
    opacity: 0; }
  60% {
    margin-top: 20px;
    opacity: 0.5; }
  100% {
    margin-top: 0px;
    opacity: 1; } }
div {
  box-sizing: border-box; }

h2 {
  font-size: 1.6vw; }

#HomeContent {
  opacity: 0;
  font-size: 22px;
  line-height: 1.5;
  width: 70%; }
  #HomeContent h2 {
    margin-bottom: 70px; }
  #HomeContent.onLive {
    animation: onLive 1s linear forwards; }

#wrapContentEmployeurs, #wrapContentWAU, .contentStd {
  opacity: 0;
  font-size: 22px;
  line-height: 1.5;
  width: 100%; }
  #wrapContentEmployeurs.onLive, #wrapContentWAU.onLive, .contentStd.onLive {
    animation: onLive 1s linear forwards; }

.voileblack {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); }

.MainToSide {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }
  .MainToSide aside {
    padding: 25px;
    box-sizing: border-box;
    width: 350px;
    background: #c8c8c8; }
  .MainToSide .MainContent {
    width: calc(100% - 350px);
    height: auto;
    min-height: 800px;
    padding: 60px 60px 60px 110px;
    box-sizing: border-box;
    background: white; }

footer {
  width: 100%;
  height: auto; }
  footer #blocFooterA {
    width: 100%;
    border-top: solid #CD1A1B 4px;
    text-align: center;
    padding: 30px 0px; }
  footer #blocFooterB {
    width: 100%;
    border-top: solid #CD1A1B 4px;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    footer #blocFooterB .part {
      width: 33.3333%;
      overflow: hidden;
      position: relative; }

#header {
  position: relative;
  width: 100%;
  background: url("/web/assets/images/FondA.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  height: 320px; }
  #header .Sentence {
    font-size: 1.3vw;
    color: white;
    position: absolute;
    font-weight: 600; }
    #header .Sentence.A {
      bottom: 40%;
      right: 5%; }
    #header .Sentence.B {
      bottom: 20%;
      right: 5%; }

#HeadTo {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.2s;
  z-index: 9999; }
  #HeadTo.down {
    height: 70px;
    transition: all 0.2s;
    background: white;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.25); }
  #HeadTo #LangageChoice {
    width: 65px;
    display: flex;
    position: absolute;
    height: 15px;
    justify-content: space-between;
    right: 10px;
    top: 10px; }
    #HeadTo #LangageChoice .drapeau {
      width: 30px;
      height: 15px; }
      #HeadTo #LangageChoice .drapeau:hover {
        cursor: pointer; }
    #HeadTo #LangageChoice #Fr {
      background: url("/web/assets/icones/fr.png");
      background-size: cover; }
    #HeadTo #LangageChoice #Gb {
      background: url("/web/assets/icones/anglais.png");
      background-size: cover; }
  #HeadTo #Logo {
    left: 30px;
    height: 80%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #HeadTo #Logo img {
      height: 100%;
      width: auto; }
  #HeadTo #wrapMenu {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    width: 50%;
    justify-content: space-between; }
    #HeadTo #wrapMenu .itemMenu {
      width: 25%;
      padding: 15px 10px;
      font-size: 1.2vw;
      text-align: center;
      border-bottom: solid transparent 3px; }
      #HeadTo #wrapMenu .itemMenu:hover {
        cursor: pointer;
        color: #CD1A1B;
        border-bottom: solid #CD1A1B 3px;
        font-weight: 600; }
      #HeadTo #wrapMenu .itemMenu.current {
        color: #CD1A1B;
        border-bottom: solid #CD1A1B 3px;
        font-weight: 600; }

#headerMenu {
  z-index: 2; }
  #headerMenu #headerMenuIn {
    z-index: 4;
    transform: translateY(-50%); }
  #headerMenu .itemMenu {
    text-align: center;
    line-height: 6;
    font-size: 1.4em;
    font-weight: bold; }
    #headerMenu .itemMenu:hover {
      border-bottom: solid black 8px; }

#baseLine {
  width: 45%;
  height: 100px;
  margin: 460px auto 60px; }
  #baseLine .wrapBL {
    width: 100%;
    height: 50%;
    position: relative; }
    #baseLine .wrapBL .roundBefore {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 5%;
      transform: translateY(-50%); }
    #baseLine .wrapBL .blocPb {
      width: 88%;
      margin-left: 12%;
      height: 100%;
      line-height: 50px;
      font-size: 1.7em;
      font-weight: bold; }

.voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.6; }

#prezHome {
  box-sizing: border-box;
  border-top-right-radius: 60px;
  padding-right: 201px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75); }
  #prezHome .buttonA {
    position: absolute;
    right: 0%;
    transform: translateX(50%);
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.75); }
  #prezHome #cherche {
    top: 80px; }
  #prezHome #postule {
    top: 160px; }

#WrapAnnonces {
  width: 100%;
  height: auto;
  opacity: 0; }
  #WrapAnnonces.onLive {
    animation: onLive 1s linear forwards; }

.oneAnnonceSide {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  height: auto;
  background: white;
  position: relative; }
  .oneAnnonceSide h4 {
    text-align: left; }
  .oneAnnonceSide .dateOffre {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 12px; }
  .oneAnnonceSide .consultAS {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40%;
    text-transform: uppercase;
    font-weight: bold;
    background: #CD1A1B;
    color: white;
    line-height: 25px;
    height: 25px;
    border-radius: 4px;
    text-align: center;
    border: solid #CD1A1B 1px;
    font-size: 0.9vw; }
    .oneAnnonceSide .consultAS:hover {
      background: white;
      color: #CD1A1B;
      cursor: pointer; }

#wrapBtnWAU {
  width: auto;
  height: auto; }
  #wrapBtnWAU .oneBtnWAU {
    display: table;
    padding: 0px 15px;
    margin-bottom: 15px;
    background: #CD1A1B;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    border: solid #CD1A1B 1px;
    font-weight: 600;
    text-align: center; }
    #wrapBtnWAU .oneBtnWAU:hover {
      cursor: pointer;
      background: white;
      color: #CD1A1B; }

#formLook {
  width: 100%; }

.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; }

/* 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: #CD1A1B; }

/* 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: #CD1A1B; }

/* 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: #c8c8c8;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    border: solid #c8c8c8 1px; }
    .WrapInput.AddFile .FileUp:hover {
      cursor: pointer;
      background: white;
      color: #c8c8c8; }
  .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; }

.BlocForm {
  width: 100%;
  background: #fafafa;
  padding: 20px 20px 40px 20px;
  margin-bottom: 25px;
  font-size: 0.9vw; }
  .BlocForm .titleBloc {
    font-weight: 600;
    margin-bottom: 20px;
    color: #CD1A1B;
    font-weight: 600; }

#sendFormLook {
  width: 100%;
  background: #CD1A1B;
  color: white;
  text-align: center;
  height: 40px;
  border: solid #CD1A1B 1px;
  line-height: 40px; }
  #sendFormLook:hover {
    cursor: pointer;
    color: #CD1A1B;
    background: white; }

.annonce ul li {
  list-style-image: url("/web/assets/icones/puce.png"); }

.MainContentFull {
  width: 100%;
  padding: 40px; }

#headerAdmin {
  width: 100%;
  height: 150px;
  background: white;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  color: black;
  position: relative; }
  #headerAdmin #LogoAdmin {
    height: 90%;
    position: absolute;
    left: 20px;
    width: auto;
    top: 50%;
    transform: translateY(-50%); }
    #headerAdmin #LogoAdmin img {
      height: 100%;
      width: auto; }
  #headerAdmin #TitreAdmin {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  #headerAdmin #blocConnexion {
    position: absolute;
    right: 20px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #headerAdmin #blocConnexion #lock {
      font-size: 26px;
      width: auto;
      padding: 20px; }
      #headerAdmin #blocConnexion #lock i:hover {
        cursor: pointer; }

#ConnexionBloc {
  width: 500px;
  padding: 20px;
  border: solid #c0bebe 1px;
  margin: 20px auto; }

.itemAdmin {
  width: 100%;
  line-height: 40px;
  font-weight: 600; }
  .itemAdmin i {
    margin-right: 5px; }
  .itemAdmin.current {
    color: white; }
    .itemAdmin.current span {
      text-decoration: underline; }
  .itemAdmin:hover:not(.current) {
    cursor: pointer;
    color: white; }
    .itemAdmin:hover:not(.current) span {
      text-decoration: underline; }

.tble-list {
  width: 100%;
  margin: 25px auto;
  border-collapse: collapse; }
  .tble-list thead tr th {
    border: solid black 1px;
    height: 40px;
    text-align: center; }
  .tble-list tbody tr:nth-child(odd) {
    background: #ccc; }
  .tble-list tbody tr td {
    height: auto;
    padding: 10px; }
    .tble-list tbody tr td .Edit, .tble-list tbody tr td .Trash {
      text-align: center; }
    .tble-list tbody tr td i:hover {
      cursor: pointer; }

.Maj {
  width: auto;
  display: table;
  padding: 4px 10px;
  margin: 20px auto 20px 0px;
  background: #CD1A1B;
  color: white;
  text-align: center; }
  .Maj:hover {
    cursor: pointer; }

.WrapEdit {
  margin-bottom: 15px; }
  .WrapEdit label {
    display: block;
    line-height: 30px;
    font-weight: 600; }
  .WrapEdit input {
    width: 100%;
    border: solid #ccc 1px;
    line-height: 35px;
    height: 35px; }

#WrapCandidatureEdit i {
  margin-right: 7px; }
#WrapCandidatureEdit h4 {
  padding-top: 0;
  margin-top: 0; }
#WrapCandidatureEdit #WrapInfosCand, #WrapCandidatureEdit #WrapDocsCand, #WrapCandidatureEdit #WrapInfosCandB, #WrapCandidatureEdit #WrapMessageCand {
  padding: 10px 25px 10px;
  border: solid #ccc 2px; }
#WrapCandidatureEdit #WrapInfosCandB, #WrapCandidatureEdit #WrapMessageCand, #WrapCandidatureEdit #WrapC {
  margin-bottom: 40px; }
#WrapCandidatureEdit #WrapInfosCandB .oneInfosB {
  margin-bottom: 15px; }
  #WrapCandidatureEdit #WrapInfosCandB .oneInfosB .title {
    font-weight: bold;
    margin-right: 20px; }
#WrapCandidatureEdit #WrapC {
  display: flex;
  justify-content: space-between; }
  #WrapCandidatureEdit #WrapC .Infos, #WrapCandidatureEdit #WrapC .oneDoc {
    margin-bottom: 15px; }
  #WrapCandidatureEdit #WrapC .oneDoc:hover {
    text-decoration: underline;
    cursor: pointer; }
  #WrapCandidatureEdit #WrapC #WrapInfosCand {
    width: 55%; }
  #WrapCandidatureEdit #WrapC #WrapDocsCand {
    width: 30%; }
