/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
@charset "UTF-8";
/* NEUTRALS */
/*#f7f4ee*/
/* GREY */
/* BLUE + VIOLET */
/* YELLOW */
/* GREEN */
/* RED + PINK + ORANGE + BEIGE */
/* Shadow */
/* Slidetoggle */
/*****************************************/
/* Code réellement utilisée (27/11/2019) */
/*****************************************/
.modal-backdrop {
  background-color: #011b1f !important;
  opacity: 0.7 !important; }

.comp_popin .modal-content {
  border-radius: 5px;
  border: none;
  position: relative; }

.comp_popin .modal-dialog {
  max-width: 600px; }

.comp_popin .modal-header {
  padding: 20px 40px 20px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px; }

.rdv-modal-header {
  background-color: #232558 !important; }

.comp_popin .modal-header h2 {
  font-family: "Montserrat-SemiBold", Verdana, Arial, sans-serif;
  display: inline-block; }

.comp_popin .modal-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.comp_popin .modal-header .close {
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 10px; }

.comp_popin .modal-header .close::before {
  display: block;
  content: url("../../../img/edito/icone/close.svg"); }

.comp_popin .modal-header .close-white {
  margin: 0;
  opacity: 1;
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: transparent;
  border: none; }

.comp_popin .modal-header .close-white::before {
  display: block;
  content: url("../../../img/edito/icone/close-white.svg"); }

.comp_popin .modal-body {
  position: relative;
  background-color: #fff;
  color: #444;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.comp_popin .modal-body .modal-rdv-alert {
  display: flex;
  justify-content: center;
  margin: 15px;
  padding: 10px;
  background-color: rgba(255, 83, 31, 0.1); }

.comp_popin .modal-body .modal-rdv-alert .message-alert {
  font-size: 16px;
  color: #232558;
  margin-left: 12px; }

.comp_popin .modal-body p,
.comp_popin .modal-body li {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-bottom: 8px; }

.comp_popin .modal-body .slide-toggle-bar + p {
  text-align: left;
  display: flex;
  align-items: center; }

.comp_popin .modal-body .slide-toggle-bar + p .pictoQuestion {
  margin-left: .5rem; }

.comp_popin .icon-modal {
  margin-right: 10px; }

.img-fluid {
  max-width: 300px !important;
  height: auto !important; }

/************************ Crée le 19/04/2018 ***********************/
/****************************** POPIN *****************************/
/*****************************************************************/
/* Popin */
.comp_popin .modal-content .button-flat-blue {
  margin: 30px 0 10px 0;
  border-radius: 25px !important; }

.comp_popin.cv-lettres .modal-content .button-flat-blue {
  margin: 30px 0 10px 0;
  background-color: #1fbcdc !important;
  border-radius: 25px !important; }

.comp_popin .modal-content hr + .text-center.clearfix .button-flat-blue {
  margin: 10px 0 10px 0; }

.comp_popin .modal-header .icon-modal.sent {
  width: 26px;
  height: 22px; }

.comp_popin .modal-header .icon-modal.sent {
  width: 26px;
  height: 22px; }

.comp_popin .fileName_highlighted {
  color: #f38237; }

.comp_popin .modal-title-highlight {
  color: #f38237;
  font-weight: 700; }

.comp_popin .buttons-group button + button {
  margin-left: 10px; }

.comp_popin .bottom-fixed-block {
  transform: translate(0, 0);
  transition: transform .3s ease-out;
  width: 600px;
  padding: 5px 30px 15px 30px;
  margin: -35px auto 0 auto;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99999;
  display: none; }

.comp_popin .bottom-fixed-block.active {
  display: block; }

.comp_popin .bottom-fixed-block.active.pushed {
  position: fixed;
  bottom: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  background-color: transparent;
  padding: 0 17px 0 0;
  /* left: 50%;
    margin-left: -300px; */
  /* -webkit-box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3);
    box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3); */ }

.comp_popin .bottom-fixed-block.active.pushed .security-control {
  border-top: 1px solid #ccc;
  background-color: #fff;
  width: 600px;
  position: relative;
  margin: 0 auto; }

.comp_popin .bottom-fixed-block .buttons-group .back-to-top-modal {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 5px 20px !important;
  white-space: normal;
  display: none !important; }

.comp_popin .bottom-fixed-block .buttons-group .back-to-top-modal.active {
  display: block !important; }

.comp_popin .back-to-top-modal {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: none;
  background-color: #f38237;
  border: none; }

.comp_popin #cgu-block h3 {
  color: #f38237;
  text-transform: uppercase; }

.comp_popin .buttons-group .button-flat-blue + .button-flat-blue {
  margin-left: 25px; }

/********** END PUSH OFFRES **********/
.comp_popin .rdv-next-steps {
  padding-left: 0 !important;
  margin-top: 15px; }

.comp_popin .rdv-next-steps li {
  position: relative;
  list-style: none;
  padding-left: 40px; }

.comp_popin .rdv-next-steps li:not(:last-child) {
  margin-bottom: 15px; }

.comp_popin .rdv-next-steps li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
  font-weight: 100;
  font-size: 30px;
  color: #ababab; }

.comp_popin .rdv-next-steps li:nth-child(1)::before {
  content: "1"; }

.comp_popin .rdv-next-steps li:nth-child(2)::before {
  content: "2"; }

.comp_popin .rdv-next-steps li:nth-child(3)::before {
  content: "3"; }

/* Matching CV */
.matching-cv .comp_popin .modal-header .icon-modal {
  padding-top: 0; }

.matching-cv .comp_popin .modal-header h2 {
  padding-top: 8px !important; }

.comp_popin .modal-title-highlight {
  color: #f38237;
  font-weight: 700; }

.comp_popin .rdv-next-steps {
  padding-left: 0 !important;
  margin-top: 15px; }

.comp_popin .rdv-next-steps li {
  position: relative;
  list-style: none;
  padding-left: 40px; }

.comp_popin .rdv-next-steps li:not(:last-child) {
  margin-bottom: 15px; }

.comp_popin .rdv-next-steps li::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -21px;
  font-weight: 100;
  font-size: 30px;
  color: #ababab; }

.comp_popin .rdv-next-steps li:nth-child(1)::before {
  content: "1"; }

.comp_popin .rdv-next-steps li:nth-child(2)::before {
  content: "2"; }

.comp_popin .rdv-next-steps li:nth-child(3)::before {
  content: "3"; }

/* Matching CV */
.matching-cv .comp_popin .modal-header .icon-modal {
  padding-top: 0; }

.matching-cv .comp_popin .modal-header h2 {
  padding-top: 8px !important; }

/* Popin conditions générales d'utilisation */
#candidature-cgu.comp_popin .modal-dialog {
  width: 1170px; }

#candidature-cgu.comp_popin .modal-body {
  padding: 30px 30px 150px 30px; }

#candidature-cgu.comp_popin .modal-body h3 {
  color: #f38237;
  text-transform: uppercase; }

#candidature-cgu.comp_popin .modal-body h4 {
  margin: 10px 0; }

#candidature-cgu.comp_popin .modal-body p {
  margin: 20px 0; }

#candidature-cgu.comp_popin .modal-body .apecCenter-address {
  width: 100%;
  margin: 30px auto; }

#candidature-cgu.comp_popin #bottom-fixed-menu {
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  z-index: 9999999; }

#candidature-cgu.comp_popin .results-save {
  width: 1170px;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  border-top: 1px solid #f38237;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3); }

#candidature-cgu.comp_popin .back-to-top-modal {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: none;
  background-color: #f38237;
  border: none; }

#candidature-cgu.comp_popin .btn {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 5px 20px !important;
  white-space: normal; }

/********** Ajout version grande taille **********/
.comp_popin.big-size .modal-dialog {
  width: 1170px; }

.comp_popin.big-size .modal-body {
  padding: 30px 30px 150px 30px;
  height: calc(100%);
  min-height: 100vh; }

.comp_popin.big-size .modal-body h3 {
  font-weight: 700;
  text-transform: uppercase; }

#cadres .comp_popin.big-size .modal-body h3 {
  color: #f38237; }

.comp_popin.big-size .modal-body h4 {
  margin: 10px 0; }

.comp_popin.big-size .modal-body p {
  margin: 0 0 20px 0; }

.comp_popin.big-size .modal-body .apecCenter-address {
  width: 100%;
  margin: 30px auto; }

.comp_popin.big-size #bottom-fixed-menu {
  max-width: 1170px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  display: block;
  z-index: 9999999; }

.comp_popin.big-size .results-save {
  width: 1170px;
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
  border-top: 1px solid #f38237;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -4px 20px rgba(50, 50, 50, 0.3); }

.comp_popin.big-size .back-to-top-modal {
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 20px;
  display: none;
  background-color: #f38237;
  border: none; }

.comp_popin.big-size .btn {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 5px 20px !important;
  white-space: normal; }

.comp_popin .idea-block {
  color: #ABABAB;
  font-style: italic;
  padding-left: 40px;
  margin-top: 0;
  background: url("../../../img/angular/core/icons/icon_idea.png") no-repeat center left;
  background-size: 33px 33px;
  margin-bottom: 0; }

.comp_popin .idea-block .idea-title {
  color: #444;
  font-style: normal;
  font-weight: 400;
  display: block; }

.comp_popin .idea-block .idea-content {
  color: #ABABAB;
  font-style: normal;
  font-weight: 400;
  display: block; }

.comp_popin .idea-block .idea-title + .idea-content {
  font-style: italic; }

.comp_popin .idea-block .idea-content.error-detected {
  color: #FF0000; }

.comp_popin hr {
  background: none;
  border-bottom: 1px solid #d8d8d8; }

.comp_popin .fonctions-list {
  margin-top: 30px; }

.comp_popin .category:not(:last-child) {
  margin-bottom: 30px; }

.comp_popin .modal-body .filter-category {
  float: left;
  margin-right: 80px; }

.comp_popin #accordion-maps .panel-title a::before {
  content: url("../../../img/angular/candidapec/icons/select-black.png");
  position: relative;
  right: 5px;
  bottom: 2px; }

.comp_popin #accordion-maps #regions-list,
.comp_popin #accordion-maps .filter-category {
  margin-top: 15px; }

.comp_popin #accordion-maps .panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.comp_popin #accordion-maps .checkbox {
  padding-left: 20px;
  margin-bottom: 5px; }

.comp_popin #accordion-maps .panel-title a.collapsed::before {
  content: url("../../../img/angular/core/icons/select-vertical-orange.png");
  position: relative;
  right: 5px;
  bottom: 2px; }

/**********  Cartes **********/
.comp_popin .linemap {
  width: 100%;
  height: 205px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block; }

.comp_popin .linemap.france {
  background: url("../../../img/angular/core/maps/linemap_france.png") no-repeat center left;
  background-size: auto 205px; }

.comp_popin .linemap.ue {
  background: url("../../../img/angular/core/maps/linemap_ue.png") no-repeat center left;
  background-size: auto 205px; }

.comp_popin .linemap.world {
  background: url("../../../img/angular/core/maps/linemap_world.png") no-repeat center left;
  background-size: auto 205px; }

.comp_popin .linemap .title-map {
  display: none; }

.comp_popin label {
  margin-top: 0;
  gap: 1rem; }

.comp_popin .row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .comp_popin .bottom-fixed-block.active.pushed {
    padding: 0 0 0 0; }
  .comp_popin .idea-block {
    background: url("../../../img/angular/core/icons/icon_idea@2x.png") no-repeat center left;
    background-size: 33px 33px; }
  .comp_popin .linemap.france {
    background: url("../../../img/angular/core/maps/linemap_france@2x.png") no-repeat center left;
    background-size: auto 205px; }
  .comp_popin .linemap.ue {
    background: url("../../../img/angular/core/maps/linemap_ue@2x.png") no-repeat center left;
    background-size: auto 205px; }
  .comp_popin .linemap.world {
    background: url("../../../img/angular/core/maps/linemap_world@2x.png") no-repeat center left;
    background-size: auto 205px; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .comp_popin .idea-block {
    background: url("../../../img/angular/core/icons/icon_idea@2x.png") no-repeat center left;
    background-size: 33px 33px; }
  .comp_popin .linemap.france {
    background: url("../../../img/angular/core/maps/linemap_france@2x.png") no-repeat center left;
    background-size: auto 205px; }
  .comp_popin .linemap.ue {
    background: url("../../../img/angular/core/maps/linemap_ue@2x.png") no-repeat center left;
    background-size: auto 205px; }
  .comp_popin .linemap.world {
    background: url("../../../img/angular/core/maps/linemap_world@2x.png") no-repeat center left;
    background-size: auto 205px; } }

@media (max-width: 768px) {
  .comp_popin {
    padding-right: 0 !important; }
  .comp_popin .modal-dialog {
    margin: 10px; }
  .comp_popin.email-subscription .modal-dialog {
    margin-right: auto;
    margin-left: auto; }
  .comp_popin .modal-header {
    border-radius: 0; }
  .comp_popin.email-subscription .buttons-group button + button {
    /*// margin-top: 15px;*/ }
  .comp_popin .buttons-group button + button {
    display: block;
    margin: 10px auto 0 auto; }
  #candidature-cgu.comp_popin #bottom-fixed-menu {
    max-width: 100%;
    width: 100%; }
  #candidature-cgu.comp_popin .results-save {
    width: 100%; }
  /* Matching CV */
  .matching-cv .comp_popin .modal-dialog {
    height: 100%; }
  .matching-cv .comp_popin .modal-body {
    height: 100%; }
  .matching-cv .comp_popin .modal-header .icon-modal {
    padding-top: 10px; }
  /********** Ajout version grande taille **********/
  .comp_popin.big-size .modal-dialog {
    width: 100%;
    margin: 0; }
  .comp_popin.big-size #bottom-fixed-menu {
    max-width: 100%;
    width: 100%; }
  .comp_popin.big-size .results-save {
    width: 100%; }
  .comp_popin.big-size .modal-body {
    padding: 15px 15px 150px 15px; }
  /********** Fin **********/
  .comp_popin .linemap {
    display: none; }
  .comp_popin .bottom-fixed-block {
    padding: 0;
    margin: -20px auto 0 auto;
    width: 100%;
    border-radius: 0; }
  .comp_popin .bottom-fixed-block.active.pushed {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 0;
    border-radius: 0; }
  .comp_popin .bottom-fixed-block.active.pushed .security-control {
    width: 100%; } }

@media (max-width: 767px) {
  .comp_popin .bottom-fixed-block .buttons-group {
    margin-top: -20px; }
  .comp_popin .modal-content .button-flat-blue {
    margin-top: 15px; }
  .comp_popin .buttons-group .button-flat-blue + .button-flat-blue {
    margin-top: 15px;
    margin-left: 0; } }

.card.unavailable {
  border: 1px solid #fdc300;
  box-shadow: none; }
  .card.unavailable .card-body .card-title {
    margin-bottom: 3rem; }
  .card.unavailable img {
    width: 4.5rem;
    height: auto; }
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
/*!!!ATTENTION, CECI EST UN FICHIER GENERE DEPUIS LE REPOSITORY MAQUETTE. NE PAS MODIFIER !!!*/
