@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat-Italic';
  src: url('../fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
}
* { font-family: "Montserrat-Medium"; }
b {
  font-weight: bold;
}
h1, h1 span {
  font-size: 32px;
  font-family: "Montserrat-Bold";
}
h2 {
	font-size: 20px;
  font-family: "Montserrat-Bold";
  margin-bottom: 15px;
}
h2, h3, h4 {
	font-weight: 500;
	font-family: "Montserrat-Bold";
}
.container-fluid {
  padding: 25px 25px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 15px 10px;
  }
}
@media (min-width: 768px) {
  .hr-md-r:after {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% - 38px);
    position: absolute;
    right: 0;
    bottom: 0px;
    background-color: black;
    border-radius: 15px;
  }
}
.btn {
	outline: none!important;
  font-family: 'Montserrat-Semibold';
  text-transform: uppercase;
}
.btn:disabled {
  cursor: not-allowed;
}
form label {
  font-size: 13px;
}
form + form {
  border-top: 2px solid #dcb46e;
  margin-top: 30px;
  padding-top: 30px;
}
.login-box form + form {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.form-group {
    margin-bottom: 20px;
}
.form-control {
  border-radius: 8px;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: right calc(0.375em + 0.1875rem + 10px) center;
}
textarea ~ small.form-text {
  margin-top: -2px;
}
.card {
  box-shadow: 0px 0px 10px #1111111A;
  border-radius: 8px;
}
.customtab li a.nav-link, .profile-tab li a.nav-link {
    font-size: 20px;
}
.customtab li a.nav-link.active, .profile-tab li a.nav-link.active {
    border-bottom: 5px solid;
    background: transparent;
}
.photo-profil {
  border-radius: 50%;
  width: 46px;
  height: auto;
  height: 46px;
  object-fit: cover;
  object-position: center;
}
.apercu-photo-logo {
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid #e8e8e8;
  border-radius: 3px;
}
.apercu-photo-dirigeant {
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 2px solid #e8e8e8;
  border-radius: 3px;
}
.topbar .top-navbar .profile-pic img {
  width: 46px;
  height: 46px;
}
/** BTN-ACTION **/
.btn-action {
  border-color: #fff;
  color: #fff;
  padding: 12px 15px 10px;
}
.btn-icon-rounded {
    height: 39px;
    width: 39px;
    border-radius: 39px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 19px;
}
/** /BTN-ACTION **/
/** ALERT **/
.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 14px;
    color: black;
}
/** /ALERT **/
/** BADGE **/
.badge {
  padding: .25em .8em;
}
/** /BADGE **/
/* DROPIFY */
.dropify-wrapper {
  background-color: rgba(255,255,255,0.5);
  max-width: 520px;
  border-radius: 8px;
  border: 2px solid;
}
.dropify-voir {
  margin-top: 39px;
    display: none;
    position: absolute;
    opacity: 0;
    z-index: 7;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: 2px solid #FFF;
    text-transform: uppercase;
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 700;
    color: #FFF;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
.dropify-wrapper.has-preview .dropify-voir {
    display: block;
}
.dropify-wrapper:hover .dropify-voir {
    opacity: 1;
}
.dropify-wrapper .dropify-voir:hover {
    background: rgba(255,255,255,.2);
}
.dropify-wrapper.touch-fallback .dropify-voir {
  top: auto;
    opacity: 1;
    border-color: rgba(119,119,119,.7);
    color: #777;
    bottom: 62px;
}
/* /DROPIFY */
/* PHOTOS */
.el-element-overlay {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.el-element-overlay .el-card-item {
  padding-bottom: 0px;
}
.photo-overlay {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .4s linear;
}
.photo-overlay.photo-principale:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 6px solid #dcb46e;
}
.photo-ordered .photo-overlay::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 6px solid #EDA2A7;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .photo-overlay {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li {
  margin: 3px 3px;
}
#photos .card-photo {
  cursor: grab;
}

#photos .card-photo:active {
  cursor: grabbing;
}
/*.sortable-chosen .card-photo {
  cursor: grabbing !important;
}
.sortable-ghost .card-photo {
  cursor: grabbing !important;
}*/

.grabbing {
  cursor: grabbing !important;
}

.el-element-overlay .el-card-item .el-overlay-1 {
  cursor: inherit;
}
/* /PHOTOS */
/** SELECT2 **/
.select2-container--default .select2-selection--single {
  border: none;
  height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px;
}
.select2, .select2-container--default .select2-selection--multiple, .select2-search, .select2-search__field {
    cursor: pointer;
}
.select2.select2-container {
  border: 2px solid;
  border-radius: 8px;
  padding-top: 2px;
}
.select2-selection.select2-selection--multiple {
  border: none!important;
  background: none!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0px;
}
.select2-container .select2-search--inline input.select2-search__field {
  padding-left: 0.75em;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
}
.select2-search.select2-search--inline .select2-search__field {
  width: 100%!important;
}
.select2-selection__choice ~ .select2-search.select2-search--inline .select2-search__field {
  width: 0px!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eda2a7;
  color: white;
}
.form-control.is-invalid ~ .select2.select2-container {
  border-color: #e46a76;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e46a76' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e46a76' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid ~ .select2.select2-container {
  border-color: #00c292;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300c292' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid ~ .select2.select2-container {
  border-color: #e46a76;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e46a76' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e46a76' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
.invalid-feedback i {
  font-size: 16px;
  margin-right: 4px;
  vertical-align: -2px;
  height: 14px;
}
/** /SELECT2 **/

/** DATEPICKER **/
.datepicker.datepicker-dropdown.dropdown-menu {
  padding: 0;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background: #efa4a9;
}
/** /DATEPICKER **/

/** MODAL **/
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding: 0 1rem;
}
.modal-footer {
  border-top: none;
}
/** /MODAL **/

/**** DATA TABLE ****/
.dataTables_wrapper {
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}
.dataTables_wrapper > div:nth-child(3) {
  overflow: auto;
  width: 100%;
}
.dataTables_wrapper .form-control {
  font-size: 16px;
}
table.dataTable {
  border: none;
  min-width: 100%;
}
th {
  border: none!important;
  text-align: center;
  vertical-align: middle!important;
  font-family: "Montserrat-Bold";
}
.table td {
  vertical-align: middle;
  text-align: center;
  border: none;
  border-bottom-width: 2px!important;
}
.table tbody tr:last-child td {
  border: none!important;
} 
tbody td {
  padding: 12px 12px !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 50%;
  transform: translateY(45%);
}
.dataTables_filter input, .dataTables_filter input:focus, .dataTables_length select, .dataTables_length select:focus {
  background-image: none;
}
.dataTables_wrapper .form-control {
  border: 2px solid #EDA2A7;
  color: black;
  border-radius: 8px;
  min-height: 39px;
}
/*tr.rowgroup {
  background-color: #fee8e9!important;
}
tbody div.collapse-group tr {
  transition-duration: 0.5s;
}
tbody div.collapse-group.collapsed tr:not(.rowgroup) {
  height: 0px;
  display: none;
}
tbody div.collapse-group.collapsed tr .ti-angle-up {
  transform: rotate(180deg);
  display: inline-block;
}*/
.dtrg-group {
  background-color: #fee8e9 !important;
}
.dtrg-group-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.row-group {
  transition-duration: 0.5s;
  height: 0px;
  display: none;
}
.row-group.expand {
  height: auto;
  display: table-row;
}
.dtrg-group.expand .ti-angle-down {
  transform: rotate(180deg);
  display: inline-block;
}
.mandatory-question {
  background: #dddddd !important;
}
/**** /DATA TABLE ****/

/**** PASSWORD VISIBILITY ****/
input.form-control.type-password {
  padding-right: 40px;
}
.input-group-addon.password-visibility {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 8px;
  height: 100%;
  max-height: 38px;
  cursor: pointer;
  transition: all 300ms linear 0s;
  border: 1px solid rgb(220, 180, 110)!important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
}
input.form-control:focus + .input-group-addon.password-visibility {
  border: 1px solid rgb(229, 229, 229)!important;
}
/**** /PASSWORD VISIBILITY ****/

/**** HEADER ****/
header {
}
.topbar .top-navbar .profile-pic img {
  width: 46px;
  object-fit: cover;
  object-position: center;
}
a.nav-link.profile-pic span {
  color: black;
  font-family: Montserrat-Bold;
}
.sidebar-nav ul li a {
  padding: 10px 28px 10px 15px;
}
/**** /HEADER ****/


/**** LOGIN ****/
.login-register {
  background: linear-gradient(to bottom, rgba(255,252,252,0.9) 0%,rgba(255,252,252,0.2) 100%),url('../img/bg-rose.jpg') center center/cover no-repeat!important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.login-register .card {
  margin-bottom: 0px;
}
.login-box {
  padding: 50px 0px;
}
#wrapper.step-register {
  overflow: auto;
  overflow-x: hidden;
  background: linear-gradient(to bottom, rgba(255,252,252,0.9) 0%,rgba(255,252,252,0.2) 100%),url(../img/bg-rose.jpg) center center/cover no-repeat!important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#msform fieldset {
  margin-bottom: 40px;
  width: 96%;
  margin: 0 2%;
  margin-bottom: 2%;
}
#msform  input.select2-search__field {
    /*border: none;
    padding: 3px 2px;
    padding-left: 10px;
    pointer-events: none;*/
}

@media (max-width: 767px) {

}
@media (max-width: 576px) {
	
}
@media (max-width: 480px) {
	
}
/**** /LOGIN ****/

/**** DISCUSSION MSG ****/
.discussion {
  display: flex;
  flex-direction: column;
}
.discussion-msg {
  max-width: 80%;
  border-radius: 30px;
  padding: 10px 20px;
  margin-bottom: 4px;
  display: inline-block;
}
.discussion-msg.rt {
  margin-left: auto;
  text-align: right;
  background-color: #5BD6C1;
}
.discussion-msg.lt {
  margin-right: auto;
  background-color: white;
  border: 2px solid #FAFAFA;
}
.discussion-msg.center {
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #EDA2A7;
}
.discussion-date {
  font-size: 12px;
  margin-bottom: 15px;
}
.discussion-date.rt {
  text-align: right;
}
.discussion-date.center {
  margin-left: auto;
  margin-right: auto;
}
/**** /DISCUSSION MSG ****/
.fiche-type-btn {
  font-size: 18px;
  font-family: 'Montserrat-Semibold';
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
}

.nav-ancre-form {
  margin-bottom: -15px;
  padding-top: 15px;
}
.nav-ancre {

}
.nav-ancre a {
  color: black;
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
}
.nav-ancre a:hover {
  color: #DBC07D;
}
.article-infos-flex {
  display: flex;
  justify-content: space-between;
}

/* Couleur liens dashboard */
.lien-dashboard {
  color: #212529;
}
/* Couleur liens dashboard */

/* Select : Option group en gras */
.select2-results__group {
  font-weight: bold;
}
/* Select : Option group en gras */

/* Photo de profil header */
#photo_profil {
  border-radius: 0 !important;
}
/* Photo de profil header */

/* Lien email certification */
#email-certif {
  color: black; 
  text-decoration: underline;
}

#email-certif:hover {
  color: #DCB46E; 
  text-decoration: underline;
}
/* Lien email certification */

/** btn-offre **/
.btn-offre {
  border: 2px solid #FFDDA6;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 200px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}
.btn-offre:last-child {
  margin-bottom: 0px;
}
.btn-offre.active {
  background-color: #FFDDA6;
}
.btn-offre:hover {
  background-color: #FFDDA6;
}
@media (max-width: 767px) {
  .btn-offre {
    width: calc(33.333% - 3px);
    display: inline-block;
    font-size: 11px;
    border-radius: 10px;
    padding: 12px 3px;
  }
}
@media (max-width: 375px) {
  .btn-offre {
    font-size: 9px;
    letter-spacing: 0px;
  }
}
@media (max-width: 360px) {
  .btn-offre {
    font-size: 8px;
    letter-spacing: 0px;
  }
}
/** /btn-offre **/

/** pastille reduc **/
.pastille-reduc {
  background: #FF5B5B;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: lowercase;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  width: 65px;
  position: absolute;
  top: -10px;
  left: -10px;
  transform: rotate(-15deg);
  border-radius: 5px;
}
/** /pastille reduc **/

/**** RACOURCI ****/
.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-15 { font-size: 15px; }
.font-16 { font-size: 16px; }
.font-17 { font-size: 17px; }
.font-18 { font-size: 18px; }
.font-19 { font-size: 19px; }
.font-20 { font-size: 20px; }
.font-21 { font-size: 21px; }
.font-22 { font-size: 22px; }
.font-23 { font-size: 23px; }
.font-24 { font-size: 24px; }
.font-25 { font-size: 25px; }
.font-26 { font-size: 26px; }
.font-27 { font-size: 27px; }
.font-28 { font-size: 28px; }
.font-29 { font-size: 29px; }
.font-30 { font-size: 30px; }
.font-regular { font-family: 'Montserrat-Regular'; }
.font-medium { font-family: 'Montserrat-Medium'; }
.font-bold { font-family: 'Montserrat-Bold'; }
.bg-light-grey { background-color: #f7fafc; }
.bg-light-grey2 { background-color: #eeeeee; }
.bg-light-black { background-color: #2c2c2c; }
.bg-black { background-color: #000000; }
.bg-transparent { background-color: transparent; }
.bg-pink { background-color: #FDB6B9; }
.bg-green { background-color: #29d3b2; }
.bg-yellow { background-color: #ffdda6; }
.bg-red { background-color: #ff5b5b; }
.bg-gold { background-color: #DCB46E; }
.bg-gold-dark { background-color: #C89C51; }
.bg-grey { background-color: #cecece; }
.color-black { color: black; }
.color-white { color: white; }
.color-green { color: #29d3b2; }
.border-yellow { border-color: #ffdda6!important; }
.border-gold { border-color: #DCB46E!important; }
.border-gold-dark { border-color: #C89C51!important; }
.w-auto { width: auto; }
.min-h-70 { min-height: 70px; }
.border-w-1 { border-width: 1px; }
.border-w-2 { border-width: 2px; }
.border-w-3 { border-width: 3px; }
table.table-vertical-middle td, table.table-vertical-middle th { vertical-align: middle; }
table.col-1-center tbody td:first-child { text-align: center; }
table.col-2-center tbody td:nth-child(2) { text-align: center; }
table.col-3-center tbody td:nth-child(3) { text-align: center; }
table.col-4-center tbody td:nth-child(4) { text-align: center; }
table.col-5-center tbody td:nth-child(5) { text-align: center; }
table.col-6-center tbody td:nth-child(6) { text-align: center; }
table.col-7-center tbody td:nth-child(7) { text-align: center; }
table.col-8-center tbody td:nth-child(8) { text-align: center; }
table.col-9-center tbody td:nth-child(9) { text-align: center; }
table.col-10-center tbody td:nth-child(10) { text-align: center; }
.photo-50-50 { width: 50px; height: 50px; object-fit: cover; object-position: center; }
.photo-80-80 { width: 80px; height: 80px; object-fit: cover; object-position: center; }
.photo-100-100 { width: 100px; height: 100px; object-fit: cover; object-position: center; }
.cursor-pointer{ cursor: pointer; }
.opacity-0 { opacity: 0; }
.object-fit-cover { object-fit: cover; }
.object-position-center { object-position: center; }
.vertical-middle { vertical-align: middle!important; }
.pos-relative { position: relative; }
.text-shadow-4 { text-shadow: 1px 1px 4px black; }
.text-underline { text-decoration: underline; }
.cursor-pointer { cursor: pointer; }
.d-flex-important { display: flex!important; }
/**** /RACOURCI ****/