
/* SWITCH */

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d92550;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #3ac47d;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #3ac47d;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-label{
    display: inline-block;
    line-height: 34px;
    margin-left: 15px;
    margin-right: 15px;
}

.switch-label:first-child{
    margin-left: 0;
}

.switch-container{
    display: inline-block;
    vertical-align: top;
}

.card-annonce{
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
    height: 100%;
}

.contenu-annonce{
    font-size: 1.5rem;
    color: #015181;
    margin-bottom: 0;
    padding: 10px 0;
}

.card-recrutement-success{
    border-top: 30px solid #82e955;
}

.card-recrutement-danger{
    border-top: 30px solid #d85350;
}


.row-annonce{
    display: flex;
    flex-wrap: wrap;
}

.col-annonce{
    display: flex;
    flex-direction: column;
}

.titre-annonce{
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
    background: #015181;
    color: #fff;
    padding: 10px;
}

.card-recap{
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    flex-direction: column;
    padding: 5px;
}

.lien-white{
    color: #fff;
}

.lien-black{
    color: #797979;
}


.required:after {
    content: "*";
    color: red;
    font-weight: bold;
    margin-left: 2px;
    font-size: 20px;
}

.topbar-info{
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important;
    padding: 20px;
    text-align: right;
    font-size: 16px;
}

.bloc-candidature{
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: left;
    font-size: 1.2em;
}

#entretienpopup{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999999999;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}

#entretienpopup > form{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    background: white;
    padding: 15px;
    border: 1px solid black;
    width: 30%;
}

.pagination{
    margin: 20px;
}

.page-link > span > i.fa.fa-angle-right, .page-link > span > i.fa.fa-angle-left{
    font-size: 19px;
}

.big-number{
    font-size: 3.5rem;
    font-weight: bold;
}

.btn-absolute-mdp{
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 34px;
}

/*
thead{
    background: #5BC0DE;
}
*/

thead > tr > th > a {
    color: #015181;
    font-weight: 900;
}

.table > tbody > tr > td{
    color: #015181;
}

/*
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #D9EDF6;
}
*/

.btn-bleu{
    background: #5BC0DE;
    color: #fff;
}

.d-flex{
    display: flex;
}

.flex-column{
    flex-direction: column;
}

.flex-row{
    flex-direction: row;
}

.cvtheque-filtre-sous-titre{
    color: #418BCA;
    font-size: 22px;
    text-align: center;
}

.cvtheque-filtre-titre{
    color: #418BCA;
    font-size: 24px;
}

.cvtheque-filtre-select {
    color: #707070;
    background-color: #fff;
    box-shadow: none;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    font-size: 18px;
}

.lien-retour > a{
    color: #707070;
    font-size: 18px;
}

.cvtheque-profil-container{
    background: #fff;
    padding: 20px;
}

.cvtheque-value {
    width: 70%;
    color: #015181;
}
.cvtheque-label {
    width: 30%;
    color: #015181;
    font-weight: bold;
}

.cvtheque-group {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-size: 15px !important;
}

.cvtheque-profil-container-secondaire{
    background: #D9EDF6;
    padding: 20px;
}

.cvtheque-profil-titre{
    color: #015181;
}

#mainprofil > h1.cvtheque-profil-titre{
    font-weight: bold;
    border-bottom: solid 3px #015181;
    width: fit-content;
}

.cvtheque-profil-container > h2.cvtheque-profil-titre{
    font-weight: bold;
    border-bottom: solid 3px #015181;
    width: fit-content;
}

.cvtheque-profil-photo{
    border: 1px solid #015181;
}

.no-padding-left{
    padding-left: 0;
}

.no-padding-right{
    padding-right: 0;
}

.cvtheque-profil-fichier > i{
    font-size: 45px;
    color: #015181;
}

.cvtheque-profil-fichier{
    color: #015181;
    font-size: 12px;
    line-break: anywhere;
}

.cvtheque-profil-photo{
    max-width: 100%;
    max-height: 200px;
}

.cvtheque-profil-poste, .cvtheque-profil-motivation{
    /* color: #015181; */
    font-size: 16px !important;
}

.tdb-titre{
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

.bg-red{
    background-color: #d85350;
    color: white;
}

.bg-bleu{
    background-color: #418bca;
    color: white;
}

.bg-red > a, .bg-bleu > a{
    color: white;
}

.bg-red > a:hover, .bg-bleu > a:hover{
    color: white;
}

.tdb-lien-haut > a{
    margin: 0 10px;
}

.tdb-recrutement{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tdb-recrutement > .tdb-recrutement-titre{
    order: 1;
}

.tdb-recrutement > .tdb-recrutement-lien{
    order: 2;
}

.tdb-recrutement-titre > h1{
    /* color: #015181; */
    font-size: 3rem;
    font-weight: bold;
    width: fit-content;
    word-break: break-word;
    /* border-bottom: #015181 solid 3px; */
}

.tdb-barre{
    background-color: #5bc0de;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 30px 0;
}

.tdb-barre-content{
    display: flex;
    flex-direction: row;
    font-size: 20px;
    align-content: center;
    align-items: center;
    min-width: 70%;
}

.tdb-barre-content-item {
    margin: 0 20px;
    font-size: 24px;
    color: white;
}

.tdb-barre-titre > h2{
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.tdb-titre-categorie{
    color: #418bca;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.tdb-annonce-types{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    color: #015181;
}

.tdb-un-type{
    padding: 0 10px;
    color: #015181;
}

.tdb-annonce-texte-candidatures{
    color: #d85350;
    font-size: 18px;
    font-weight: bold;
}

.btn-voir{
    background-color: #5bc0de;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
}

.btn-modifier{
    background-color: #fcb537;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 1.2em;
}

.tdb-annonce-liens{
    padding: 10px   0;
}

.tdb-annonce-liens a, .tdb-annonce-liens a:hover, .tdb-annonce-liens a:active, .tdb-annonce-liens a:focus{
    font-size: 18px;
    text-decoration: underline;
}

.card-candidature{
    border-top: 30px solid #418bca;
}

.card-candidature-title{
    position: absolute;
    top: 0;
    left: 15px;
    display: flex;
    flex-direction: row;
    width: calc(100% - (30px));
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 30px;
    color: white;
    font-size: 1.3em;
}

.card-candidature-title-item {
    margin: 0 10px;
}

.btn-rad{
    border-radius: 10px;
}

.text-primary{
    color: #5bc0de !important;
}
.text-success{
    color: #82e955 !important;
}
.text-warning{
    color: #fcb537 !important;
}

.text-danger{
    color: #d85350 !important;
}

.card-candidature-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.card-candidature-bottom-item{
    color: #284b7a;
    margin: 0 10px;
}

table{
    border-collapse:separate;
    /* border:solid #015181 1px; */
    border-radius:6px;
    overflow: hidden;
}

/*
.table > thead > tr > th{
    border-bottom: solid #015181 1px; 
}
*/

.table > thead > tr > th, .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    border: none;
}

th{
    color:#015181;
}

.candidature-container-filtre{
    border: solid #015181 1px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 50px;
}

.btn-candidature-filtre{
    background-color:white ;
    color: #015181;
    font-weight: bold;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 15px;
    align-items: center;
    display: flex;
    width: calc(100% / 5);
    justify-content: center;
}

.btn-candidature-filtre-selected{
    background-color: #5bc0de;
    color: white;
    font-weight: bold;
    border: solid #015181 1px;
    border-radius: 10px;
    font-size: 1.2em;
    align-items: center;
    display: flex;
    width: calc(100% / 5);
    justify-content: center;
}

.text-bleu{
    color: #015181;
    font-size: 15px;
}

.lien-bleu{
    color: #015181  !important;
    font-size: 15px;
}

.lien-bleu:hover{
    color: #015181 !important;
    font-size: 15px;
}

.no-border-input input{
    border: 1px solid #ced4da !important;
}

.cvtheque-profil-fichiers{
    justify-content: center;
    display: flex;
}

.flex-wrap{
    flex-wrap: wrap;
}

.flex-row{
    flex-direction: row;
}

/* Style offre d'emploi */

.offreCard{
	background: #fff;
	color: #294b79;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 5px;
}

.offre-titre{
	font-weight: bold;
	font-size: 28px;
	color: #294b79;
	width: fit-content;
	padding: 0;
}

.row-offre-inf{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.row-offre-inf-center{
	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	font-size: 1.2em;
}

.row-offre-inf-center > div:not(:first-child){
	margin: 0 15px;
}

.row-offre-inf > div > i{
	color: #fff;
}
.row-offre-inf-center > div > i {
	color: #24ad35;
}
.offre-btn-postuler{
	background-color: #e6362e;
	padding: 5px 15px;
	border-radius: 5px;
	margin-right: 20px;
	transition: all 0.2s ease-in-out 0s;
}

.offre-btn-postuler:hover{
	background-color: #bb2a24;
	cursor: pointer;
}

.offre-contact{
	background-color: #2864a9;
	padding: 20px;
	margin: 20px 0;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	border: 1px solid #2864a9;
}

.offre-contact-titre{
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	width: fit-content;
	padding: 0;
	margin: 20px 0;
	border-bottom: 2px solid #fff;
}

.offre-contact-inf-societe{
	padding-left: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0;
}

.offre-contact-inf-societe a, .offre-contact-inf-societe a:hover, .offre-contact-inf-societe a:focus, .offre-contact-inf-societe a:active{
    color: #fff;
}

.offre-contact-inf-adresse{
	margin: 20px 0;
	font-size: 16px;
	color: #fff;
}

.offre-contact-inf-contact{
	margin: 20px 0;
	font-size: 16px;
	color: #fff;
}

.offre-contact-inf-contact-personne, .offre-contact-inf-contact-personne > a{
	color: #fff !important;
}

.offreDesc{
	background-color: #fff;
	margin: 20px 0px;
	padding: 20px 40px;
	border-radius: 5px;
	border: #2864a9 solid 1px;
}

.offre-description-titre{
	font-weight: 900;
	font-size: 20px;
	color: #2864a9;
	width: fit-content;
	margin: 30px auto;
	padding: 0;
	border-bottom: 2px solid #2864a9;
}

.offre-description-footer{
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.offre-description-content{
    color: #333;
    font-size: 16px;
}

.lien-retour-liste-offre{
    font-size: 18px;
}

.btn-right-offre{
    float: right;
    margin-right: 15px;
    font-size: 18px;
}

.btn-offre-postuler{
	color: #fff;
	background-color: #05a219;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 18px;
	z-index: 99999999;
	position: fixed;
	bottom: 30px;
	right: 100px;
}

.btn-offre-postuler:hover{
	cursor: pointer;
}

.offre-lien-retour{
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.offre-contact-col{
	overflow-wrap: anywhere;
}

.offre-details{
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	border: #2864a9 solid 1px;
}

.offre-un-detail{
	margin: 20px 0;
}

.offre-un-detail-titre{
	font-size: 16px;
	font-weight: 900;
	color: #2864a9;
	padding: 0;
}

.offre-un-detail-valeur{
	font-size: 14px;
	color: #2864a9;
	padding: 0;
	margin: 2px 0 0 10px;
}

.offre-details-titre{
	font-weight: 900;
	font-size: 20px;
	color: #2864a9;
	width: fit-content;
	margin: 30px 0;
	padding: 0;
	border-bottom: 2px solid #2864a9;
}

.offre-un-detail-valeur:before{
	content: "•";
	margin-right: 6px;
}

.link-emploi{
	width: 100%;
}

/* Emploi */
.form-group-emploi{
	margin: 20px;
}

.form-group-emploi > label{
	border-bottom: #2864a9 2px solid;
	font-size: 25px;
	color: #2864a9;
}

.form-group-emploi > label.label-bold{
	font-weight: bold;
	border-bottom: #2864a9 3px solid;
	font-size: 28px;
	color: #2864a9;
 }

.form-group-emploi > .nice-select{
	width: 100%;
	border-color: #2864a9;
}

.form-group-emploi > .nice-select > .list{
	width: 100%;
}

.form-group-emploi > button{
	background: #2864a9;
	width: 100%;
	text-align: center;
}

.form-group-emploi > button:hover{
	background: #1e4a7e;
	color: #fff;
}

.col-emploi-filtres{
	border: #2864a9 1px solid;
	background: #fff;
	border-radius: 5px;
}

.container-emploi{
	background-color: #f6f6f6;
}

.emploi-titre{
	font-weight: bold;
	border-bottom: #2864a9 3px solid;
	font-size: 28px;
	color: #2864a9;
	width: fit-content;
}

.emploi-nbresult{
	font-size: 22px;
	color: #2864a9;
	width: fit-content;
}


.img-emploi{
	width: 100%;
	max-height: 200px;
	object-fit: contain;
}

.offre-labels{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.secteur{
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 5px;
	height: fit-content;
	border-radius: 5px;
}

.secteur-2{
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 5px 0;
	height: fit-content;
	border-radius: 5px;
}

.uneOffre{
	background: #fff;
	padding: 20px;
	margin: 20px 0;
	border-radius: 5px;
}

.offre-emploi-titre{
	font-weight: bold;
	font-size: 20px;
	color: #2864a9;
	width: fit-content;
	padding: 0;
	word-break: break-word;
}

.row-emploi-offre-inf{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.row-emploi-offre-inf > div > i{
	color: #24ad35;
}

.offre-date{
	text-align: right;
}

.col-offre-description{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.emploi-cvtheque{
	padding: 20px;
	background-color: #2864a9;
	color: white;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
}

.emploi-cvtheque-retirer{
	padding: 20px;
	background-color: #f8ad14;
	color: white;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
}
.emploi-cvtheque-button-retirer{
	background-color: #2864a9;
	color: #fff;
	border: #2864a9 1px solid;
	border-radius: 5px;
	margin: 10px 0 0 0;
}

.emploi-cvtheque-button-retirer:hover{
	background-color: #2864a9;
	color: #e0e0e0;
}


.emploi-cvtheque-button{
	background-color: #fff;
	color: #2864a9;
	border: #fff 1px solid;
	border-radius: 5px;
	margin: 10px 0 0 0;
}

.emploi-cvtheque-button:hover{
	background-color: #e0e0e0;
	color: #2864a9;
}

.emploi-logo{
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
}

.form-group-emploi > a{
	text-decoration: underline;
}

.bg-warm-flame {
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%) !important;
}

.topbar .card, .topbar-info{
    background: #e7f0fa !important;
}

.topbar .main-card {
    text-align: right;
    height: auto;
    font-size: 16px;
}

.topbar .main-card .card-body {
    padding: 10px;
}

.offre-statut-label{
    color: #2864a9;
    font-weight: 900;
    margin-left: 45px;
}

.offre-statut{
    display: inline-block;
}

.offre-statut span{
    font-weight: 900;
    padding: 5px 20px;
    border-radius: 10px;
    margin: 0 15px;
}

.offre-statut div{
    font-weight: 900;
    padding: 5px 20px;
    border-radius: 10px;
}

.offre-statut-success{
    color: #4cae4c !important;
    background: rgb(92, 184, 92, 0.2) !important;
}

.offre-statut-primary{
    color: #015181 !important;
    background: rgb(1, 81, 129, 0.2) !important;
}

.offre-statut-danger{
    color: #d85350 !important;
    background: rgb(216, 83, 80, 0.2) !important;
}

.offre-statut-warning{
    color: #f0ad4e !important;
    background: rgb(240, 173, 78, 0.2) !important;
}

.annuler-recherche, .text-lg{
    font-size: 18px;
}

.showback .resultat .active{
    font-weight: 900;
}

.cvtheque-lister-label{
    color: #015181;
    font-size: 24px;
}

.row-align-center{
    display: flex;
    align-items: center;
}

.container-statistiques{
    background: #F0F4F7;
    padding: 20px;
    margin-top: 20px;
}

/* PIPELINE */

.pipeline{
    height: auto;
}

.pipeline-titre{
    font-weight: bold;
    font-size: 28px;
    color: #294b79;
    width: fit-content;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

.pipeline-colonne-statut{
    padding: 15px;
    background: #eee;
    min-height: 500px;
    width: 100%;
    border-radius: 10px;
    font-size: 18px;
}

.pipeline .col-sm-3:first-child .pipeline-colonne-statut{
    margin-left: 0;
}

.pipeline .col-sm-3:first-child{
    padding-left: 0;
}

.pipeline .col-sm-3{
    padding-right: 0;
}

.pipeline-candidature{
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    display: block;
}

.pipeline-candidature-statut{
    margin-bottom: 20px;
}

.pipeline-candidature-nom{
    font-weight: 900;
    font-size: 18px;
    color: #2864a9;
}

.pipeline-candidature-poste .pipeline-candidature-poste-libelle{
    font-size: 14px;
    color: #2864a9;
}

.pipeline-candidature-poste .pipeline-candidature-poste-type-contrat{
    font-size: 14px;
    color: #fcb538;
    font-weight: 900;
    float: right;
}

.pipeline-candidature-tag .badge{
    padding: 10px 15px;
    text-transform: uppercase;
    margin: 5px;
}

.pipeline-voir-candidature{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

/* CHANGEMENTS DESIGN MONA */

.no-shadow{
    box-shadow: none;
}

.main-card-padding{
    padding: 20px;
}

.tdb_stats{
    border-radius: 15px;
    text-align: center;
    padding: 15px 0;
}

.tdb_stats_icone{
    background: #284b7a;
    display: inline-block;
    border-radius: 100px;
    font-size: 24px;
    width: 75px;
    height: 75px;
}

.tdb_stats_icone i{
    color: #fff;
    line-height: 75px;
}

.tdb_stats_details{
    color: #284b7a;
    font-size: 18px;
    font-weight: 900;
    /* display: inline-block;
    margin-left: 30px; */
}

.tdb_stats_details_nb{
    color: #284b7a;
    font-size: 28px;
    font-weight: 900;
    margin-right: 5px;
}

.row-align-center{
    display: flex;
    align-items: center;
}

.row-stats .col-sm-3:last-child{
    font-size: 18px;
    text-decoration: underline;
}

.tdb_lien_annonce{
    font-size: 18px;
    text-decoration: underline;
}

.tdb_annonce{
    height: auto;
}

.tdb_annonce .card-annonce{
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.annonce-date-publication{
    color: #284b7a;
    font-size: 16px;
}

.tdb_annonce .tdb-type-contrat{
    font-size: 18px;
    color: #fcb538;
    font-weight: 900;
}

.lien-retour-candidature{
    color: #015181;
    font-size: 18px;
}

.lien-retour-candidature .btn{
    font-size: 18px;
    float: right;
}

.lien-retour-candidature .btn:last-child{
    margin-right: 15px;
}

.card-statut{
    padding: 20px;
    height: auto;
}

.card-statut i{
    background: #D9EDF6;
    color: #015181;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
}

.card-statut .label-statut{
    color: #015181;
    font-weight: 900;
    font-size: 18px;
    line-height: 40px;
    margin-left: 10px;
}

.card-statut select{
    width: auto;
    float: right;
    height: 40px;
    border: none;
}

.select-success{
    color: #4cae4c !important;
    background: rgb(92, 184, 92, 0.2);
}

.select-danger{
    color: #d85350 !important;
    background: rgb(216, 83, 80, 0.2);
}

.select-primary{
    background: #D9EDF6;
    color: #015181;
}

.select-warning{
    background: rgb(252, 181, 56, 0.2);
    color: #fcb538;
}

.w-100{
    width: 100%;
}

.post-it{
    background: #FFE9C2;
    height: 60vh;
    border: 2px solid #FBB436;
    padding: 20px;
}

.post-it h3{
    color: #FBB436;
    border-bottom: 4px solid #FBB436;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 28px;
}

.postit-input{
    background: transparent;
    color: #333;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 1.2em;
    min-height: 40vh;
}

.postit-input:focus{
    outline: none;
}

.cvtheque-profil-nom, .cvtheque-profil-poste{
    color: #015181;
    font-size: 24px !important;
    text-transform: uppercase;
    font-weight: 900;
}

.cvtheque-profil-poste{
    font-weight: normal;
}

.cvtheque-profil-poste-voir-annonce{
    text-decoration: underline;
    font-size: 12px;
    text-transform: none;
}

.cvtheque-profil-reseaux{
    color: #015181;
    font-size: 16px;
}

.cvtheque-profil-reseaux > i, .cvtheque-profil-reseaux > a > i{
    font-size: 24px;
    color: #015181;
    margin: 0 10px;
}

.cvtheque-profil-reseaux:nth-child(n) > i, .cvtheque-profil-reseaux:nth-child(n) > a > i{
    margin-left: 0;
}

.cvtheque-profil-reseaux > a{
    color: #0000FF;
}

.mt-20{
    margin-top: 20px;
}

.cvtheque-profil-titre-principal{
    color: #015181;
    border-bottom: 4px solid #015181;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}

.cvtheque-profil-titre{
    color: #015181;
    display: block;
    font-size: 18px;
    font-weight: 900;
}

.cvtheque-profil-contenu{
    font-size: 16px;
}

.cvtheque-profil-container-secondaire hr{
    border-top: 1px solid #D0DFE6;
}

/* POP UP */
#pop_up, .pop_up_filtre_noir{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
}

.pop_up_filtre_noir{
    display: block;
    opacity: 1;
}

#pop_up_suppression{
    display: block;
    width: calc(100% - 490px);
    height: calc(100% - 270px);
    position: fixed;
    left: 385px;
    top: 165px;
}

.pop_up{
    display: flex;
    width: 60%;
    height: calc(100% - 182.5px);
    position: fixed;
    top: 125px;
    left: 30%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 0 30px #495057;
    padding: 25px 50px;
    justify-content: left;
    align-items: center;
    overflow-y: auto;
}

#champs_pop_up{
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .pop_up{
        width: 80%;
        left: 10%;
        top: 10%;
    }
}

.contenu_pop_up{
    width: calc(100% - 90px);
    margin: auto;
}

.pop_up i.fa-times{
    cursor: pointer;
    position: fixed;
    top: 140px;
    right: 12.5%;
    font-size: 24px;
}

.pop_up .btn i.fa-times{
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
}

.pop_up .btn i.fa-times:hover, .pop_up .btn i.fa-times:active, .pop_up .btn i.fa-times:focus{
    color: #fff;
}

.pop_up .btn-lg{
    font-size: 1.3rem;
}

.pop_up .contenu{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.pop_up .contenu-lg{
    font-size: 1.3rem;
}

.pop_up .centrage_vertical{
    width: calc(100% - 90px);
    margin: auto;
}

.bg-bleu-fonce, .bg-bleu-fonce:hover, .bg-bleu-fonce:active, .bg-bleu-fonce:focus{
    background: #284b7a;
}

.search-container .input-search-with-btn{
    display: inline-block;
    width: calc(100% - 60px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-container .btn-search{
    margin-left: -5px;
    margin-top: -4px;
    padding: 10px 20px;
}

#contrat_duree{
    width: 100px;
    display: inline-block;
}

#contrat_duree_unite{
    width: calc(100% - 105px);
    display: inline-block;
}

/* ESPACE CANDIDAT */

.sidebar-menu-candidat{
    height: 100%;
    /* min-height: calc(100vh - 90px); */
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 60px 20px;
    text-align: center;
}

.sidebar-menu-candidat h2{
    font-size: 24px;
    line-height: 32px;
}

.sidebar-menu-candidat .menu-candidat{
    text-align: left;
    padding-top: 20px;
}

.sidebar-menu-candidat .menu-candidat a, .sidebar-menu-candidat .menu-candidat a:hover, .sidebar-menu-candidat .menu-candidat a:focus, .sidebar-menu-candidat .menu-candidat a:active{
    color: #999;
    font-size: 22px;  
    padding: 10px 15px;
    width: 100%;
    border-left: 3px solid transparent;
}

.sidebar-menu-candidat .menu-candidat a:hover, .sidebar-menu-candidat .menu-candidat a:focus, .sidebar-menu-candidat .menu-candidat a:active, .sidebar-menu-candidat .menu-candidat a.active{
    color: #66c1bd;
    text-decoration: none;
    border-left: 3px solid #66c1bd;
    background: #E7F0FA;
}

.espace-candidat-contenu{
    padding: 20px;
    min-height: 100vh;
}

.sticky-top{
    width: 100%;
}

/* POP UP */
#pop_up, .pop_up_filtre_noir{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
}

.pop_up_filtre_noir{
    display: block;
    opacity: 1;
}

#pop_up_suppression{
    display: block;
    width: calc(100% - 490px);
    height: calc(100% - 270px);
    position: fixed;
    left: 385px;
    top: 165px;
}

.pop_up{
    display: flex;
    width: 60%;
    height: calc(100% - 182.5px);
    position: fixed;
    top: 125px;
    left: 30%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 0 30px #495057;
    padding: 25px 50px;
    justify-content: left;
    align-items: center;
    overflow-y: auto;
}

#champs_pop_up{
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .pop_up{
        width: 80%;
        left: 10%;
        top: 10%;
    }
}

.contenu_pop_up{
    width: calc(100% - 90px);
    margin: auto;
}

.pop_up i.fa-times{
    cursor: pointer;
    /* position: fixed;
    top: 140px;
    right: 12.5%; */
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
}

.pop_up .btn i.fa-times{
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
}

.pop_up .btn i.fa-times:hover, .pop_up .btn i.fa-times:active, .pop_up .btn i.fa-times:focus{
    color: #fff;
}

.pop_up .btn-lg{
    font-size: 1.3rem;
}

.pop_up .contenu{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.pop_up .contenu-lg{
    font-size: 1.3rem;
}

.pop_up .centrage_vertical{
    width: calc(100% - 90px);
    margin: auto;
}

.bg-bleu-fonce, .bg-bleu-fonce:hover, .bg-bleu-fonce:active, .bg-bleu-fonce:focus{
    background: #284b7a;
}

.search-container .input-search-with-btn{
    display: inline-block;
    width: calc(100% - 60px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-container .btn-search{
    margin-left: -5px;
    margin-top: -4px;
    padding: 10px 20px;
}

.sidebar h1{
    font-size: 20px;
}

.sidebar h2{
    font-size: 14px !important;
}

.d-inline{
    display: inline;
}

.card-document{
    padding: 15px;
    height: auto;
}

.card-document img{
    max-width: 50%;
    padding-bottom: 15px;
}

.min-h-100{
    min-height: 100vh;
}

.container-favori .h-100{
    height: auto !important;
}

/* DÉTAIL D'UNE CANDIDATURE */
.fiche-candidature .entreprise-fiche-presentation-titre{
    font-size: 28px;
}

.fiche-candidature .entreprise-fiche-presentation-sous-titre{
    font-size: 24px;
    font-weight: bold;
    font-family: "Gotham Medium", sans-serif;
}

.fiche-candidature .entreprise-fiche-presentation{
    font-family: "Gotham Light", sans-serif;
    font-weight: bold;
}

.fiche-candidature .entreprise-fiche-presentation-missions{
    font-size: 14px;
    font-weight: 300;
}

.offre-description-titre{
    border: none;
    margin: 30px 0;
}

.offre-row-bleu-clair .offre-col, .offre-row-bleu-menu .offre-col, .offre-row-jaune-doux .offre-col{
    border: none !important;
}

.mh-100vh{
    min-height: calc(100vh - 90px);
}

#profil{
    background: #e9e9e9;
}

.nav-tabs .nav-item{
    flex-grow: 1;
}

.nav-tabs .nav-link{ 
    width: 100%;
}

@media (max-width: 991px){
    .sidebar-menu-candidat{
        position: relative;
        box-shadow: none !important;
        border: none !important;
    }
    
    .row-offre-logo{
        height: auto;
    }
    
    .search-container .btn-search{
        margin-bottom: 0;
    }
    
    .espace-candidat-contenu{
        padding: 0;
    }
    
    .col-emploi-filtres-light .btn-vert{
        margin-top: 20px;
    }
}

.entreprise-fiche-partage a{
    word-break: break-word;
}

.offre-partage a, .offre-partage .btn-bleu-fonce{
    margin-right: 5px;
}

#profil-experience .card-title, #profil-formation .card-title, #profil-langue .card-title{
    margin-left: 15px;
}

/* J'ai passé en fixed à cause du CLS */
@media (max-width: 480px){
    .general, .formulaire-connexion, main{
        margin: 20px 0 0 0 !important;
    }
}