/* CSS Document */
/* line 3, ../scss/style_popup.scss */
.ctn_principal_fn {
  display: none;
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2099;
  /*background-color: rgba(148, 148, 148, 0.7);*/
  background-image: url("../../images/site/fond-popup.png");
}

/* Pour la partie mobile */
/* line 19, ../scss/style_popup.scss */
.ctn_prc_fn_mobile .block-affi2, .ctn_prc_fn_mobile .affi-recherche {
  width: 80% !important;
}

/* line 23, ../scss/style_popup.scss */
.ctn_prc_fn_mobile .block-affi2 {
  max-height: 80% !important;
}

/* line 27, ../scss/style_popup.scss */
.block-affi2 {
  margin: 0 auto;
  position: relative;
  top: 0px;
  height: 300px;
  width: 500px;
}

/* line 36, ../scss/style_popup.scss */
.affi-recherche {
  position: fixed;
  margin: 0 auto;
  /*margin-top: 30%;*/
  width: 500px;
  background-color: #FFF;
  /*#dadada*/
  border-style: solid;
  border-color: #707171;
  border-width: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 25px #646464;
}

/* line 52, ../scss/style_popup.scss */
.header-popup {
  position: relative;
  line-height: 30px;
  width: 100%;
  background-color: transparent;
  background-image: url("../../images/site/header-popup.png");
  background-repeat: repeat-x;
  text-align: center;
  color: #FFF;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 5px black;
  z-index: 125;
}

/* line 72, ../scss/style_popup.scss */
.header-popup button {
  position: absolute;
  top: 2px;
  right: 0px;
  margin-top: 3px;
  margin-right: 5px;
  line-height: 20px;
  width: 30px;
  background: none;
  border-width: 0;
  color: #F3F3F3;
  font-weight: bold;
}

/* line 87, ../scss/style_popup.scss */
.header-popup button:hover {
  color: #FFF;
  cursor: pointer;
}

/* line 93, ../scss/style_popup.scss */
.corp-popup {
  height: 100%;
  position: relative;
  margin: 0 auto;
}

/* line 100, ../scss/style_popup.scss */
#espaceCentrePopup {
  padding-bottom: 20px;
}

/* Nouveau en prevision du menu de gauche de la popup */
/* line 106, ../scss/style_popup.scss */
.corp-popup p {
  color: #3E3E3E;
  /*color: #5A5A5A;*/
}

/* ----------------------------- */
/* line 113, ../scss/style_popup.scss */
.corp-popup-no-menu {
  display: block;
  margin: 0px;
  padding: 10px;
}

/* line 120, ../scss/style_popup.scss */
.header-title {
  margin: 10px 0;
}

/* line 125, ../scss/style_popup.scss */
#attente-popup {
  margin: 10px 45%;
}

/* Fausse totallement ckeditor */
/* #affi-recherche span
{	
        display: inline-block;
} */
/* line 137, ../scss/style_popup.scss */
#load-popup {
  display: none;
  margin-right: 10px;
}

/* line 143, ../scss/style_popup.scss */
.submit-popup {
  position: relative;
  height: 60px;
  width: 100%;
  background-image: url("../../images/site/footer-popup3.png");
  background-repeat: repeat-x;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 126;
}

/* line 158, ../scss/style_popup.scss */
.submit-popup button {
  height: 30px;
  padding: 0 10px;
  text-decoration: none;
  border: 1px solid #C3C3C3;
  border-radius: 2px;
  font-size: 13px;
  color: #484848;
}

/* line 169, ../scss/style_popup.scss */
.submit-right-popup {
  position: absolute;
  top: 25%;
  right: 20px;
}

/* line 176, ../scss/style_popup.scss */
.button-ok-popup {
  font-family: 'Cuprum',sans-serif;
  font-weight: bold;
  background: #eeeeee;
}

/* line 183, ../scss/style_popup.scss */
.button-refus-popup {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 65px;
  font-family: 'Cuprum',sans-serif;
  font-weight: normal;
  background: #eeeeee;
}

/* line 194, ../scss/style_popup.scss */
.button-ok-popup:hover {
  cursor: pointer;
  border-width: 1px;
  border-color: #999999;
  background: #0C0;
  color: #FFF;
  box-shadow: 0 0 5px #999999;
}

/* line 204, ../scss/style_popup.scss */
.button-refus-popup:hover {
  cursor: pointer;
  border-width: 1px;
  border-color: #999999;
  background: red;
  color: #FFF;
  box-shadow: 0 0 5px #999999;
}

/*	Case a cocher	*/
/* line 216, ../scss/style_popup.scss */
#conteneurNeverDisplay {
  margin-left: 20px;
  display: none;
  /*	devient "inline-block" avec js	*/
  position: absolute;
  top: 28%;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  /* 	background-color: orange; */
}

/* line 227, ../scss/style_popup.scss */
#conteneurNeverDisplay_Croix {
  position: relative;
  top: 4px;
  display: inline-block;
  height: 15px;
  width: 15px;
  border: 2px solid #777;
  background-color: #FFF;
}

/* line 237, ../scss/style_popup.scss */
#conteneurNeverDisplay span {
  padding-left: 10px;
  color: #3E3E3E;
  font-size: 14px;
}

/*	Fin Case a cocher	*/
/* line 246, ../scss/style_popup.scss */
.menu-left-popup {
  /* position: absolute; */
  position: absolute;
  left: 0px;
  top: 0px;
  width: 150px;
  top: 0px;
  height: 100%;
  padding: 10px 0 10px 0;
  color: #1c1c1c;
  min-height: 100px;
  border-right: 1px solid #CCC;
  background-color: #EEE;
  /* #1c1c1c */
  box-shadow: 2px 0px 8px #c5c4c4;
  z-index: 124;
}

/* line 263, ../scss/style_popup.scss */
.menu-left-popup ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #CCC;
}

/* line 271, ../scss/style_popup.scss */
.menu-left-popup ul li {
  height: 30px;
  padding-left: 10%;
  line-height: 30px;
  width: 90%;
  font-size: 15px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #CCC;
}

/* .menu-left-popup ul li:first-child
{
        border-top: none 0px; 
} */
/* line 287, ../scss/style_popup.scss */
.menu-left-popup ul li:hover {
  color: #1c1c1c;
  background-color: #CCC;
  cursor: pointer;
}

/* line 293, ../scss/style_popup.scss */
.contenue-popup-profil {
  padding: 0 10px 10px 170px;
  height: 100%;
  min-height: 180px;
  font-size: 15px;
}

/* line 301, ../scss/style_popup.scss */
.contenue-popup-no-menu {
  margin-left: 150px;
  padding: 0 10px 10px 20px;
  font-size: 15px;
}

/* line 308, ../scss/style_popup.scss */
.contenue-popup-profil div[name="div-en-place"] {
  display: none;
}

/* line 313, ../scss/style_popup.scss */
#lien_active_fn_left {
  color: #FFF;
  border-top: 1px solid transparent !important;
  background-color: blue;
  background-image: url("../../images/site/header.png");
}

/* line 321, ../scss/style_popup.scss */
#loader_popup {
  display: none;
  position: relative;
  top: 2px;
  right: 10px;
}

/* line 331, ../scss/style_popup.scss */
.ctnPopupModifNote {
  padding: 10px 20px 30px 20px;
}
/* line 334, ../scss/style_popup.scss */
.ctnPopupModifNote .ctnLineChamp {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 339, ../scss/style_popup.scss */
.ctnPopupModifNote .ctnLineChamp > label {
  display: inline-block;
  width: 150px;
}
/* line 343, ../scss/style_popup.scss */
.ctnPopupModifNote .ctnLineChamp > div {
  display: inline-block;
  width: 280px;
}
/* line 347, ../scss/style_popup.scss */
.ctnPopupModifNote .ctnLineChamp > div > input {
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px 6px;
  box-sizing: border-box;
}
/* line 356, ../scss/style_popup.scss */
.ctnPopupModifNote .output-textarea {
  margin: 25px 15px 15px 15px;
  height: auto;
  width: 90%;
  min-height: 100px;
  max-height: 350px;
  overflow-y: auto;
  padding: 5px;
  border: 2px solid #C3C3C3;
  font-size: 15px;
  background-color: #FFF;
  font-size: 16px;
  overflow: none;
  overflow-y: auto;
}

/* line 375, ../scss/style_popup.scss */
.ctnShowNoteSearch {
  padding: 10px;
}
/* line 378, ../scss/style_popup.scss */
.ctnShowNoteSearch .lineShow {
  padding: 10px;
}
/* line 380, ../scss/style_popup.scss */
.ctnShowNoteSearch .lineShow * {
  vertical-align: top;
}
/* line 383, ../scss/style_popup.scss */
.ctnShowNoteSearch .lineShow > label {
  display: inline-block;
  width: 150px;
}
/* line 387, ../scss/style_popup.scss */
.ctnShowNoteSearch .lineShow > span {
  display: inline-block;
  width: 250px;
  border-bottom: 1px solid blue;
  overflow: hidden;
}
/* line 394, ../scss/style_popup.scss */
.ctnShowNoteSearch .ctnCorpNote {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  border-left: 1px solid blue;
  vertical-align: auto;
}
