:root {
    --main-primary-color: #ec5a4b;
    --main-secondary-color: #221e1f;
    --main-third-color: #7A7A7A;
    --main-fourth-color: #fff;
}

/* CONTAINERS */
body {
    letter-spacing: 0.5px;
    font-size: 12px;
    font-family: 'Nunito', sans-serif;
}

div#laravel-app {
    min-height: 100vh;
    background: #fff;
}

.container-construction-front-app {
    margin-top: 0;
    margin-right: 0;
}

.logo-construction-front{
    position: absolute;
    margin-left: 30px;
    margin-top: 30px;
}

.img-construction-front{
    max-width: 100%;
    width: 100%;
    height: 100vh;
}

.img-construction-front-responsive{
    display: none;
}

@media screen and (max-width: 425px){
    .logo-construction-front{
        margin-top: 10px;
    }

    .img-construction-front{
        display: none;
    }

    .img-construction-front-responsive{
        display: block;
        margin-left: -90px;
        max-width: 145%;
        width: 145%;
        height: 105vh;
    }
}

@media screen and (max-width: 320px){
    .img-construction-front-responsive{
        margin-left: -73px;
    }
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent;
}

.wrapper {
    min-height: 100%;
    position: relative;
}

/* TITLE */
h1, h2 {
    line-height: 1.5;
}

.box h1, .box h2, .box h3, .box h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    display: inline-block;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.b-rad-20 {
    border-radius: 20px !important;
}

.align-left {
    text-align: left;
}

.strong {
    font-weight: bold;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-center-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center-justify {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-flex-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.table-loader-flex-modal .loader-flex-modal {
    margin-top: 0px;
    align-items: flex-start;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgb(255 255 255 / 50%);
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.relative {
    position: relative;
}

.w-100 {
    width: 100%;
}

.m-w-100 {
    max-width: 100%;
}

.p-l-15 {
    padding-left: 15px;
}

.f-10 {
     font-size: 10px !important;
}

.f-11 {
     font-size: 11px !important;
}

.f-13 {
     font-size: 13px;
}

.f-14 {
     font-size: 14px;
}

.f-15 {
     font-size: 15px;
}

.f-16 {
     font-size: 16px;
}

.f-18 {
     font-size: 18px;
}

.f-24 {
     font-size: 24px;
}

.f-20 {
     font-size: 20px;
}

.f-8 {
    font-size: 8px !important;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 10px;
}

.sticky-80 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 80px;
}

.sticky-70 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 70px;
}

.sticky-60 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 60px;
}

.sticky-35 {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 35px;
}

.flew-wrap {
    display: flex;
    flex-wrap: wrap;
}

.nomargin {
    margin-left: 0px;
    margin-right: 0px;
}

.informations {
    display: block;
    font-size: 11px;
    color: #797878;
    font-style: italic;
}

a > i.uil {
    cursor: pointer;
}

a:focus, a:hover {
    text-decoration: none;
}

.dropdown > i.uil {
    cursor: pointer;
}

.actions > i {
    cursor: pointer;
}

.red {
    color: red !important;
}

.green {
    color: #219653 !important;
}

.white {
    color: #fff !important;
}

td.td-registration {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 80%;
}

td.actions.align-right.td-registration {
    width: 100%;
    display: block;
    margin-left: -25px;
}

.btn-success.btn-registration {
    border-bottom: 0;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bolder;
}

.btn-primary.btn-registration {
    border-bottom: 0;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bolder;
}

.btn-student-registration {
    border-bottom: 0;
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bolder;
}

.btn-registration.validated-btn {
    padding: 10px 22px;
}

.lst-registration-demands td:last-child {
    font-size: 13.5px;
    white-space: nowrap !important;
    text-overflow: initial !important;
    text-align: right;
}

.lst-registration-demands .btn{
    width: 95%;
    font-size: 12px;
}

.lst-registration-demands .registration-btn a {
    margin-right: 10px;
}

@media screen and (min-width: 769px) and (max-width:1025px){
    .lst-registration-demands .btn{
        width: 100%;
        font-size: 10px;
    }
    
    .lst-registration-demands .registration-btn a {
        margin-right: 5px;
    }
}

/* Animations
------------------------------------
*/

.form-group-informations .form-group-informations-text > span.animation-operation-info {
    color: red;
}

@keyframes bounce{
    from {left: 0px;}
    50%  {left: 5px;}
    to   {left: 0px;}
}

@keyframes cloche{
    from {transform: rotate(-10deg);}
    50%  {transform: rotate(10deg);}
    to   {transform: rotate(-10deg);}
}


.saw-notifications.active-animation i {
    animation: cloche 0.7s ease infinite;
}

/* --------------------------------------------------- */
/* Bloc : animation fade-right */
/* --------------------------------------------------- */

.col-md-6.col-animation-preview-fade-right {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    z-index: 100;
}

/* --------------------------------------------------- */
/* Fin Bloc : animation fade-right */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/* Bloc : animation fade-left */
/* --------------------------------------------------- */

.col-md-6.col-animation-preview-fade-left {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    z-index: 100;
}

/* --------------------------------------------------- */
/* Fin Bloc : animation fade-left */
/* --------------------------------------------------- */

/* Labels
------------------------------------
*/
.label {
    padding: 3px 5px;
    font-size: 11px;
    line-height: 1;
    text-shadow: none;
    background-color: #e0e0e0;
    font-weight: 600;
    color: #4b4b4b;
    border-radius: 3px;
    margin-left: 5px;
}

.label-round {
    padding: 2px 6px;
    position: absolute;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    /* background-color: #D83C31; */
    color: #333;
    position: absolute;
    top: 7px;
    right: 3px;
    border: 2px solid #fff;
    opacity: 0.98;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
  .label-success {
    background-color: #19AD79;
    color: #fff;
  }
  
  .label-warning {
    background-color: #FFd945;
    color: #4b4b4b;
  }
  
  .label-important,
  .label-danger {
    background-color: #D83C31;
    color: #fff;
  }
  
  .label-info {
    background-color: #0072EC;
    color: #fff;
  }
  
  .label-inverse {
    background-color: #004fbf;
    color: #fff;
  }
  
  .label-white {
    background-color: #fff;
    color: #4b4b4b;
  }
  
  .label-primary {
    background-color: var(--main-primary-color);
    color: #fff;
  }

/* NAV */
.navbar {
    margin-bottom: 0px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    height: 100%;
}

.navbar-brand {
    display: flex;
    align-items: center;
    padding: 0px;
    padding-right: 9px;
    height: 56px;
}

.navbar-brand.partner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.navbar-brand.partner span {
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    color: #444444;
    white-space: nowrap;
    margin-bottom: 4px;
    transition: all .5s cubic-bezier(.39,.005,.16,.995);
}

.navbar-brand > img {
    max-height: 100%;
    max-width: 190px;
}

nav.left-navbar.small-bar {
    width: 60px;
    font-size: 20px;
    min-height: 100vh;
    min-width: 60px;
    position: absolute;
    /* float: left; */
    height: 100%;
}

nav.left-navbar ul {
    list-style: none;
    padding-left: 0px;
}

nav.left-navbar ul > li a {
    height: 50px;
    color: #fff;
    line-height: 50px;
    padding-left: 17px;
    display: block;
    text-decoration: none;
    outline: 0 !important;
    position: relative;
}

nav.left-navbar ul > li a:hover {
    color: var(--main-primary-color);
}

nav.left-navbar.small-bar a:hover span {
    background: #404040;
    color: #fff;
    display: block !important;
    left: 60px;
    opacity: 1;
    padding: 1.55rem 1rem;
    position: absolute;
    top: 0;
    white-space: nowrap;
    z-index: 1000;
    height: 50px;
    line-height: 20px;
    width: auto;
}

nav.left-navbar ul > li a.active {
    color: var(--main-primary-color);
}

nav.left-navbar ul > li a.active > i {
    color: var(--main-primary-color);
}

nav.left-navbar.small-bar a span {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 17px;
}

nav.left-navbar {
    background-color: var(--main-secondary-color);
    min-width: 220px;
    font-size: 1.4rem;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.navbar-nav > li > a.spark-nav-profile {
    top: -3px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: 15px;
    text-transform: initial !important;
}

.navbar-nav > li > a.spark-nav-profile .spark-nav-profil-name {
    max-width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0px 3px;
}

.spark-nav-profile-photo {
    border: 2px solid #d3e0e9;
    border-radius: 50%;
    padding: 2px;
    height: 40px;
    width: 40px;
    margin-right: 5px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: black;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.active {
    color: var(--main-primary-color);
}

.submenu {
    margin-left: 60px;
    padding: 15px 0px 0px 15px;
}

.submenu, .submenu nav.left-navbar {
    background-color: #fff;
    box-shadow: 5px 5px 5px -5px #DDD;
}

nav.left-navbar {
    background-color: #312A2A;
    min-width: 220px;
    font-size: 1.4rem;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

nav.left-navbar {
    background-color: #312A2A;
    min-width: 220px;
    font-size: 1.4rem;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.submenu nav.left-navbar > ul {
    display: flex;
}

.submenu nav.left-navbar h2, .submenu nav.left-navbar h1 {
    color: var(--main-secondary-color);
    font-weight: bold;
    font-size: 2.0rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-left: 15px;
}

.submenu nav.left-navbar ul > li {
    padding-left: 17px;
}

.submenu nav.left-navbar ul > li a {
    color: var(--main-secondary-color);
    height: 45px;
    line-height: 45px;
    padding-left: 0px;
    display: block;
    text-decoration: none;
    outline: 0 !important;
    position: relative;
    font-size: 1.3rem;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.submenu nav.left-navbar ul > li a:hover, .submenu nav.left-navbar ul > li a.active {
    border-color: var(--main-primary-color);
    font-weight: bold;
}

.main-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px;
}

.main-content .container-fluid {
    padding: 30px;
}

.container-fluid-no-padding {
    padding-right: 0;
    padding-left: 0;
}

/* Content */
.box {
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding: 20px 20px;
    border-left: 5px solid var(--main-primary-color) !important;
}

.box.big-box {
    margin-bottom: 30px;
}

/* FLEX */
.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* LOADER */
.loader {
    visibility: hidden;
    position: fixed;
    background-color: rgba(255, 255, 255, .6);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10000000;
    transition: all 0.2s;
}

.loader.active {
    visibility: visible;
}

.loader svg {
    position: fixed;
    top: 50%;
    left: 50%;
}

.loader svg .progress-circle {
    stroke: var(--main-primary-color) !important;
}


/* PERIOD */
.period-tarification .nav-tabs > li > a {
    padding: 15px 23px;
    font-size: 11.5px;
}

.period-tarification .nav-tabs > li > a.active > div {
    color: var(--main-primary-color);
    font-weight: bold;
}

.period-tarification .nav-tabs > li > a > small {
    color: #aaa;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 45%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
    background-color: #f5f8fa;
    height: calc(100% - 61px);
}

/*Right*/
.modal.right.fade .modal-dialog {
	max-width: 45%;
	right: 0px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
    z-index: 10000;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
    display: block;
    text-align: left;
    border-radius: 0px;
    background: #fff;
    padding: 18px 15px;
}

.modal-title {
    font-size: 16px;
    color: #333;
    margin-top: -13px;
    max-width: 82%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.modal-header .close > span {
    color: #fff;
}

.modal.fade.slide-right .modal-dialog .modal-body > form > button {
    width: 100%;
    margin-top: 10px;
}

/* DRAGGABLE */
.ui-draggable-dragging {
    z-index: 100;
}

.cms-column-bloc:empty {
    display: none;
}

.container-cms-maker-item.empty {
    padding: 8px;
    cursor: pointer;
}

.container-cms-maker-item.empty:hover {
    background: #fefefe;
}

.container-cms-maker-item .ui-droppable {
    border: 2px solid transparent;
    min-height: 200px;
}

.container-cms-maker-item.empty .ui-droppable {
    border: 2px dashed #ddd;
    height: 100%;
    padding: 10px;
}

.droppable-cms-item.ui-state-active {
    border: 2px dashed var(--main-primary-color);
}

.droppable-cms-item .draggable-item {
    background: #fff;
    margin: 0px 5px;
    border-radius: 4px;
}

.droppable-cms-item .draggable-item .card-body {
    overflow: hidden;
}

.container-cms-maker-item.empty .ui-droppable:before {
    content: "Faire glisser un bloc ici...";
    width: auto;
    display: flex;
    justify-content: center;
    font-size: 13px;
    padding-top: 20px;
    height: 100%;
    transition: all 0.2s;
}

.container-cms-maker-item .ui-droppable-active {
    border: 2px dashed #ddd;
}

.list-blocs-cms {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.list-blocs-cms-item {
    margin-right: 10px;
    width: 115px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    height: 85px;
    cursor: pointer;
    box-shadow: 5px 5px 5px -6px #ddd;
    padding: 8px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.list-blocs-cms-item-footer {
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 5px;
    font-size: 10px;
}

.container-space {
    display: flex;
    flex-wrap: wrap;
}

.container-space-item {
    background: #fff;
    position: relative;
    border: 1px solid #ddd;
    width: 210px;
    height: 297px;
    padding: 15px;
    margin: 10px;
}

.container-space-item.cliquable {
    cursor: pointer;
}

.container-space-item.cliquable.active, .container-space-item.cliquable:hover {
    border: 1px solid var(--main-primary-color);
}

.container-space-item-title {
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.container-space-item-content {
    zoom: 0.1;
}

.container-space-item-content-bloc {
    /* border: 1px solid #ddd; */
    padding: 8px;
    overflow: hidden;
    font-size: 10px;
}

.container-space-item-add {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
}

.container-space-item-add > i {
    font-size: 20px;
}

.container-space-item-actions {
    cursor: pointer;
    position: absolute;
    left: 0;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    padding: 5px;
    width: 100%;
    height: 100%;
    padding-left: 36%;
    height: #fff;
    background: rgba(248, 248, 248, 0.6);
    z-index: 1;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
    padding-top: 65%;
}

.container-space-item-actions a > i {
    color: #aaa;
    font-size: 16px;
}

.container-space-item:hover .container-space-item-actions {
    opacity: 1;
}

.container-space-item:hover {
    box-shadow: none;
}

.card-cms-bloc {
    margin-bottom: 10px;
    padding: 0px;
    transition: all 0.2s;
}

.card-cms-bloc.deactivated .card-body {
    opacity: 0.3;
}

.card-title .bloc-active-switch {
    position: absolute;
    margin-top: -18px;
}

.card-cms-bloc .card-header {
    cursor: pointer;
}

.card-cms-bloc.sortable-ghost {
    background: #f4f4f4;
}

.card-cms-bloc .card-title-cms {
    max-width: 35%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-cms-bloc .card-controls .uil-angle-up:before {
    transition: all 0.2s;
    transform: rotate(180deg);
}

.card-cms-bloc.card-collapsed .card-controls .uil-angle-up:before {
    transform: rotate(0deg);
}

@media screen and (max-width: 992px){
    .container-cms-noscript .disabled-pad {
        display: none;
    }
}

@media screen and (max-width: 600px){
    .card-cms-bloc .card-header .card-title-cms {
        max-width: 45%;
        white-space: nowrap;
    }
}

.item-export {
    margin-bottom: 25px;
}

.item-export-title {
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/* SWEETALERT */
.sweetalert-image-form {
    text-align: left;
    margin-top: 10px;
}

.sweetalert-image-form .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.sweetalert-image-form .form-check .form-check-input {
    margin-top: 0px;
}

.sweetalert-image-form .form-check .form-check-label {
    margin-bottom: 0px;
    margin-left: 5px;
}

/* FORM */
form.search {
    display: flex;
}

.input-group[class*=col-] {
    margin-left: -16px;
}

.search-button{
    margin-left: -15px;
}

.form-group.form-group-hidden {
    display: none;
}

.form-group-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
}

.form-group-photos {
    display: flex;
    flex-wrap: wrap;
}

.form-group-photos .form-group-photos-item {
    width: 50%;
    height: 100px;
    padding: 5px;
    margin-bottom: 10px;
}

.form-group-photos .form-group-photos-item .form-group-photos-label {
    width: 100%;
    height: 100px;
}

.form-group-photos .form-group-photos-item .form-group-photos-label input {
    position: absolute;
    z-index: -1;
}

.form-group-photos .form-group-photos-item .form-group-photos-label label {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-radius: 4px;
}

.form-group-photos .form-group-photos-item .form-group-photos-item-image {
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all 0.2s;
}

.form-group-photos .form-group-photos-item .form-group-photos-item-image:hover {
    opacity: 0.3;
}

.form-group-photos .form-group-photos-item input[type="checkbox"]:checked + label .form-group-photos-item-image:after {
    content: '\e9c2';
    font-family: unicons-line;
    font-style: normal;
    font-size: 30px;
    color: var(--main-primary-color);
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.col-form-label.required:after {
    content: "*";
    color: red;
    font-size: 22px;
    position: absolute;
    top: 0;
    margin-left: 3px;
    margin-top: -7px;
}

.form-group-informations {
    display: flex;
    /* border: 1px solid var(--main-primary-color); */
    border-radius: 5px;
    padding: 12px 8px;
    background: #fff;
    color: var(--main-primary-color);
    margin: 15px 0px;
}

.form-group-informations .form-group-informations-image {
    display: flex;
    margin-right: 15px;
    margin-left: 0px;
    align-items: center;
}

.form-group-informations .form-group-informations-image img {
    height: 35px;
}

.form-group-informations .form-group-informations-text > div {
    color: #333;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-group-informations .form-group-informations-text > div > img {
    height: 20px;
    margin-right: 10px;
}

.form-group-informations .form-group-informations-text > div > i {
    font-size: 16px;
    margin-right: 7px;
    color: var(--main-primary-color);
}

.form-group-informations .form-group-informations-text > div > span {
    
}

.panel-default>.panel-heading {
    background-color: #f0eeee;
}

.form-group-informations .form-group-informations-text > span {
    color: #8b8a8a;
    font-size: 11px;
    display: block;
}

.form-group-informations-image.form-group-informations-image-video{
    margin-left: -5px;
}

.form-group-informations-text.informations-text-video{
    margin-left: -20px;
}

.container-menu-item {
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 15px;
    margin-bottom: 10px;
    width: 350px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container-menu-item > span {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container-menu-item > span > i {
    cursor: pointer;
    margin-right: 5px;
}

.container-menu-item-options {
    white-space: nowrap;
}

.container-menu-item-options > span {
    color: #aaa;
    font-size: 10px;
    margin-right: 10px;
}

.button-checkbox input[type=checkbox], .button-radio input[type=radio] {
    opacity: 0;
    position: absolute;
}

.input-group-quantity .input-group-text {
    display: flex;
    flex-direction: column;
    padding: 0px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.input-group-quantity input[type=number] {
    text-align: right;
}

.input-group-quantity .input-group-text i {
    font-size: 16px;
}

.input-group-quantity .input-group-text i:hover {
    color: var(--main-primary-color);
}

/* MODAL DOCUMENTS */
.container-documents {
    margin-top: 20px;
}

.container-documents .container-documents-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 13px;
}

.container-documents .container-documents-item .container-documents-item-title {
    color: #aaa;
}

.container-documents .container-documents-item a {
    color: inherit;
    margin-right: 5px;
}

.container-pax-reservation .container-pax-reservation-item .identity-pax {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* NESTABLE */
ol.container-menu {
    padding-left: 0px;
}

.container-menu .dd-placeholder {
    height: 41px !important;
    width: 350px;
    margin: 0px 0px 11.5px 0px;
}

.dd-item > .dd-list {
    padding-left: 30px;
}

.dd-item .dd-collapse {
    display: none;
}

.dd-empty {
    display: none;
}

.color-picker-group {
    color: #fff;
}

td.td-switch {
    min-height: 21px;
}

/* SELECT PICKER */
.select2-container {
    width: 100% !important;
}

/* ANIMATIONS */

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100;
}

.separation{
    margin-right: 10px;
    margin-left: 10px;
}

.fil-ariane{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 4px;
    margin-bottom: 10px;
}

.fil-ariane > a:first-child {
    pointer-events: none;
    color: currentColor;
    text-decoration: none;
}

.network_agency span:last-of-type{
    display: none;
}

.chosen-container.chosen-container-multi{
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 36px;
    padding: 0px;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 4px;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid var(--main-primary-color);
    background: var(--main-primary-color);
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    width: 12px;
    height: 12px;
    content: '\e9b8';
    font-family: unicons-line;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    right: 2px;
    position: relative;
}




/* ----------------------------------------------- */
/* CMS ------------------------------------------- */
/* ----------------------------------------------- */
.preview-template-edition {
    
}

.preview-template-edition [data-updatable='true'] {
    border: 1px solid transparent;
    transition: all 0.2s;
}

.preview-template-edition [data-updatable='true'] object {
    pointer-events: none;
}

.preview-template-edition [data-updatable='false'] input {
    border: 1px solid transparent;
    padding: 0px;
    letter-spacing: 1px;
    text-decoration: none;
    outline: none;
}

.preview-template-edition .process-update {
    border-color: red;
    background-color: rgb(255, 2, 2,0.3);
    background: rgb(255, 2, 2,0.3);
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 4px;
}

.cms-maker-manage-image {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 18px;
}

.cms-maker-manage-image i {
    background: #fff;
    border-radius: 5px;
    margin-left: 8px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.2s;
}

.cms-maker-manage-image i:hover {
    color: var(--main-primary-color);
}

.preview-template-edition-actions {
    padding: 20px 20px 5px 20px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px -5px #ddd;
    border-radius: 5px;
}

.preview-template-edition-collapse {
    margin-top: 15px;
}

.preview-template-edition-actions .flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.cms-title-description {
    float: right;
}

@media (max-width: 768px) { 
    .cms-title-description {
        float: left;
    }

    .nav-tabs-simple {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        height: 50px;
    }

    .nav-tabs-simple li.nav-item {
        /* width: 100%; */
        white-space: nowrap;
    }
}



/* ICONES */
.div-icons {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
    padding-bottom: 70px;
}

.div-icons .div-icons-item {
    float: left;
    font-size: 18px;
    transition: all 0.1s;
    cursor: pointer;
    margin-right: 9px;
}

.div-icons .div-icons-item:hover, .div-icons .div-icons-item.active {
    color: var(--main-primary-color);
}


/* CMS MAKER */
.button-submit-cms-form {
    margin-top: 15px;
    width: 100%;
}

.container-cms-maker .preview-template-edition {
    background: #fff;
    zoom: 0.7;
}

.container-cms-maker-item {
    padding: 10px;
    margin-top: -15px;
    margin-bottom: -10px;
    width: 100%;
    overflow: hidden;
}

.container-cms-maker-item-content {
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 5px 5px 5px -4px #ddd;
    background: #fff;
}

.container-cms-maker-item-header {
    display: flex;
    justify-content: space-between;
}

.container-cms-maker-item-header-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.container-cms-maker-item-footer {
    max-width: 100%;
}

.containe-cms-maker-item-footer-size {
    width: 100%;
    height: 6px;
    display: flex;
    font-size: 9px;
    position: relative;
}

.container-cms-maker .btn-group-sm>.btn, .btn-sm {
    font-size: 10px;
}

.container-cms-maker .note-editor.panel {
    margin-bottom: 0px;
}

.container-cms-maker .note-editor .panel-heading {
    background: #f5f5f5;
}

.container-cms-maker input:not(.updatable-input-temp) {
    pointer-events: none;
    cursor: not-allowed;
}

.container-cms-maker button:not(.updatable-button-temp) {
    pointer-events: none;
    cursor: not-allowed;
}

.containe-cms-maker-item-footer-size .item-footer-size {
    border: 1px solid #ddd;
    position: absolute;
    text-align: right;
    padding-right: 5px;
    transition: all 0.2s;
    cursor: pointer;
    height: 8px;
}

.containe-cms-maker-item-footer-size .item-footer-size-title {
    position: absolute;
    text-align: right;
    padding-right: 5px;
}

.containe-cms-maker-item-footer-size .item-footer-size:hover, .containe-cms-maker-item-footer-size .item-footer-size.active {
    background: var(--main-primary-color);
    color: #fff;
}

.containe-cms-maker-item-footer-size .item-footer-size:nth-child(1), .containe-cms-maker-item-footer-size .item-footer-size-title:nth-child(1) {
    width: 25%;
    z-index: 6;
}
.containe-cms-maker-item-footer-size .item-footer-size:nth-child(2), .containe-cms-maker-item-footer-size .item-footer-size-title:nth-child(2) {
    width: 33%;
    z-index: 5;
}
.containe-cms-maker-item-footer-size .item-footer-size:nth-child(3), .containe-cms-maker-item-footer-size .item-footer-size-title:nth-child(3) {
    width: 50%;
    z-index: 4;
}
.containe-cms-maker-item-footer-size .item-footer-size:nth-child(4), .containe-cms-maker-item-footer-size .item-footer-size-title:nth-child(4) {
    width: 66%;
    z-index: 3;
}
.containe-cms-maker-item-footer-size .item-footer-size:nth-child(5), .containe-cms-maker-item-footer-size .item-footer-size-title:nth-child(5) {
    width: 75%;
    z-index: 2;
}
.containe-cms-maker-item-footer-size .item-footer-size:nth-child(6), .containe-cms-maker-item-footer-size .item-footer-size-title:nth-child(6) {
    width: 100%;
    z-index: 1;
}

.container-cms-maker-item-group {
    border-left: 2px solid var(--main-primary-color);
    margin-bottom: 10px;
    padding: 0px 15px;
}

.container-cms-maker-item-group h4 {
    font-size: 12px;
    font-weight: bold;
    color: var(--main-primary-color);
    margin-bottom: 5px;
}

.container-cms-maker-item-group-flex {
    display: flex;
}

.container-cms-maker-item-group-flex .form-group {
    margin-right: 5px;
}

.droppable-cms-item {
    height: 100%;
    border: 2px solid transparent;
    transition: all 0.2s;
    margin-bottom: 10px;
    padding: 0px;
    background: transparent;
}

.droppable-cms-item.ui-droppable-hover {
    border: 2px dashed #ddd;
}

.actions i {
    margin-left: 5px;
    font-size: 14px;
}

.container-cms-maker-instant-preview {
    zoom: 0.25;
    overflow: hidden;
}

/* Disable if firefox */
@-moz-document url-prefix() {
    .nofirefox {
        display: none;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.2;
}

.list-bloc-container-lds-ellipsis {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 80%;
}

.container-blocs-cms {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.container-blocs-cms .container-blocs-cms-item .container-blocs-cms-item-new {
    position: absolute; 
    font-size: 7px;
    top: 10px;
    right: 10px;
    z-index:10;
}

.container-blocs-cms .container-blocs-cms-item {
    position: relative;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s;
    margin-right: 0px;
    margin-bottom: 15px;
    background: #f6f6f68a;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.modal-growup .container-blocs-cms .container-blocs-cms-item {
    margin-right: 15px;
    width: 205px;
}

.modal-growup-backdrop.show {
    opacity: 0.3;
}

.modal-growup-backdrop.show + .modal.fade {
    opacity: 0.3;
}

.container-blocs-cms-item.preview-click {
    box-shadow: 11px 11px 13px 5px #3333;
    position: fixed;
    z-index: 100000050;
    overflow: hidden;
    border-radius: 4px;
    outline: 0;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    min-width: 60%;
}

.container-blocs-cms-item.preview-click .container-blocs-cms-item-title {
    display: none;
}

.container-blocs-cms-item.preview-click .container-blocs-cms-item-content {
    zoom: 0.8;
}

.container-blocs-cms .container-blocs-cms-item .container-blocs-cms-item-checkbox {
    opacity: 0; 
    position: absolute; 
    left: 9999px;
}

.container-blocs-cms .container-blocs-cms-item:hover, .container-blocs-cms .container-blocs-cms-item.active {
    border-color: var(--main-primary-color);
}

.container-blocs-cms .container-blocs-cms-item .container-blocs-cms-item-square {
    position: absolute;
    margin-bottom: 170px;
    margin-left: 200px;
    font-size: 7px;
    z-index: 1;
}

.container-blocs-cms .container-blocs-cms-item .container-blocs-cms-item-title {
    margin: 10px;
    color: #000;
    font-size: 11px;
}

.container-blocs-cms .container-blocs-cms-item .container-blocs-cms-item-content {
    zoom: 0.2;
}

.container-blocs-cms .container-blocs-cms-item .container-blocs-cms-item-content a {
    pointer-events: none;
    cursor: default;
}

.container-blocs-cms .container-blocs-cms-item .container-blocs-cms-item-error {
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 188px);
    background: #fde6e6;
}

/* Animation */
.container-animations-cms {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.container-animations-cms .container-animations-cms-item {
    border: 1px solid #ddd;
    cursor: pointer;
    transition: all 0.2s;
    margin-right: 0px;
    margin-bottom: -25px;
    background: #f6f6f6;
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.modal-growup .container-animations-cms .container-animations-cms-item {
    margin-right: 35px; 
    width: 205px;
}

.container-animations-cms .container-animations-cms-item .container-animations-cms-item-checkbox {
    opacity: 0; 
    position: absolute; 
    left: 9999px;
}

.container-animations-cms .container-animations-cms-item:hover, .container-animations-cms .container-animations-cms-item.active {
    border-color: var(--main-primary-color);
}

.container-animations-cms .container-animations-cms-item .container-animations-cms-item-title {
    margin: 10px;
}

.container-animations-cms .container-animations-cms-item .container-animations-cms-item-content {
    zoom: 0.2;
    min-width: 1150px;
}

.container-animations-cms .container-animations-cms-item .container-animations-cms-item-content a {
    pointer-events: none;
    cursor: default;
}

/* ----------------------------------------------- */
/* STEPPER --------------------------------------- */
/* ----------------------------------------------- */
.stepper .nav-tabs {
    position: relative;
    border: none;
}

.stepper .nav-tabs > li {
    position: relative;
    white-space: nowrap;
}

.stepper .nav-tabs [data-toggle='tab'] {
    width: auto;
    height: 25px;
    margin: 0px;
    border: none;
    padding: 0;
    background: transparent;
    font-size: 13px;
}

.stepper .nav-tabs [data-toggle='tab'] > span {
    color: var(--main-primary-color);
}

.stepper .nav-tabs [data-toggle='tab']:hover {
    background: transparent;
    border: none;
}

.stepper .nav-tabs > .active > [data-toggle='tab'], .nav-tabs > .active > [data-toggle='tab']:hover, .nav-tabs > .active > [data-toggle='tab']:focus {
    cursor: default;
    border: none;
    font-weight: bold;
}

.stepper .tab-content {
    position: relative;
    padding-top: 50px;
}

.stepper .round-tab {
    width: 25px;
    height: 25px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
}

.stepper .completed .round-tab{
    background: #34bc9b;
}

.stepper .completed .round-tab::after {
    content: '✔';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}

.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}

.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
    display: none;
}

.stepper .input-group-addon {
    padding: 6px 8px;
}


/* BOOTSTRAP TOGGLE */
.btn-group-xs>.btn, .btn-xs {
    padding: .25rem .2rem .25rem .2rem !important;
    font-size: .575rem !important;
    border-radius: .2rem !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    white-space: nowrap;
}


.jumbotron .card-body h1, 
.jumbotron .card-body h2, 
.jumbotron .card-body h3, 
.jumbotron .card-body h4, 
.jumbotron .card-body h5, 
.jumbotron .card-body h6 {
    margin-top: 0px;
}



/* MODAL EDITION */
#modalSlideLeft .modal-image-actions i {
    font-size: 17px;
    cursor: pointer;
    transition: all 0.2s;
}

#modalSlideLeft .modal-image-actions i:hover {
    color: var(--main-primary-color);
}

#modalSlideLeft .input-file {
    display: none;
}

#modalSlideLeft label {
    margin-bottom: 0px;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
}

#modalSlideLeft .modal.fade {
    transition: none;
}

/* #modalSlideLeft .btn {
    width: 100%;
    z-index: 10;
}

#modalSlideLeft .note-btn.btn {
    width: auto;
    z-index: inherit;
} */

#modalSlideLeft .container-blocs-cms .btn {
    width: auto;
}

#modalSlideLeft .container-cms-icon-image {
    margin-bottom: 20px;
}

#modalSlideLeft .container-cms-icon-image img {
    padding: 8px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s;
    fill: var(--main-primary-color);
}

#modalSlideLeft .container-cms-icon-image img.active {
    border-color: var(--main-primary-color);
}

#modalSlideLeft .container-cms-icon-link {
    margin-bottom: 20px;
}

#modalSlideLeft .container-cms-icon-link img {
    padding: 8px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.2s;
    fill: var(--main-primary-color);
}

#modalSlideLeft .container-cms-icon-link img.active {
    border-color: var(--main-primary-color);
}

#formProfil .input-file {
    display: none;
}
.testsvg{
    position: absolute;
}


.m-t--10{
    margin-top: -10px;
}

.m-t-20{
    margin-top: 20px;
}



#modalSlideLeft .image-maker-form {
    margin-top: 15px;
}

.sticky-bottom {
    position: sticky;
    top: calc(100% - 50px);
}

.sticky-bottom-70 {
    position: sticky;
    bottom: 70px;
}

.sticky-bottom-24 {
    position: sticky;
    bottom: 24px;
}

.modal-dialog.modal-sm.modal-growup .btn-icon-image{
    width: 30% !important;
    display: flex;
    margin: 0 auto;
}

.modal-dialog.modal-sm.modal-growup .btn-icon-link{
    width: 30% !important;
    display: flex;
    margin: 0 auto;
}

/* THEME */
.preview-theme-image {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 20px;
    background: #f4f4f4;

    padding: 0px 15px;
}

input[type="color"] {
	opacity: 0;
	display: block;
	width: 50px;
	height: 100%;
    border: none;
    position: absolute;
    cursor: pointer;
}
.color-picker-wrapper {
    float: left;
    border-left: 1px solid;
    border-color: #AAAAAA;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    cursor: pointer;
}
.icon-color-picker {
    font-size: 18px;
    color: white;
}

#color-options .form-group-default.input-group .form-control {
    margin-top: 0px;
    margin-bottom: 0px;
}


.connection-bo .login-wrapper-connection {
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.connection-bo .login-wrapper-connection .bg-pic {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.connection-bo .login-wrapper-connection > * {
    height: 100%;
}

.connection-bo .login-wrapper-connection .login-container {
    width: 496px;
    display: block;
    position: relative;
    float: right;
}
.connection-bo .login-wrapper-connection > * {
    height: 100%;
}

@media screen and (max-width: 768px){
    .connection-bo .login-wrapper-connection .login-container {
        width: 100%;
    }
}

.preview-template-edition [data-updatable='true'].login-wrapper-connection{
    border: 0px solid transparent;
}

.preview-template-edition [data-updatable='true'].login-wrapper-connection:hover{
    border: 1px solid var(--main-primary-color);;
}

img.connection-bo.logo {
    transform: translateY(-40px);
}

.login-wrapper-connection.process-update {
    background-size: cover !important;
}

.login-wrapper-connection {
    background-size: cover !important;
}

/* Konami */
.konami {
    z-index: 1000;
}

.konami img {
    top: 0;
    position: absolute;
    transform: rotateY(180deg);
    width: 250px;
    visibility: hidden;
    z-index: 1000000;
}

.konami.active img {
    visibility: visible;
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 15s;
}

@-webkit-keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

@-webkit-keyframes run {
    0% { 
        left: 0;
    }
    100%{ 
        left : 100%;
    }
}

h2.text-white.day-before {
    text-align: center;
    font-size: 50px;
    margin-bottom: 10px;
    font-family: var(--main-font) !important;
}

p.text-white.hint-text {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    font-family: var(--main-font) !important;
}

.start-travel {
    margin-bottom: 35px;
}

.stock-rates {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
}

.stock-rates .pg-icon {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.background-start-travel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    /* opacity: 70%;
    z-index: 0;
    filter: brightness(0.5); */
}

.bloc-customer-last-reservation h4.text-white-center {
    color: white;
    text-align: center;
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .bloc-customer-last-reservation h4.text-white-center {
        color: white;
        text-align: center;
        font-size: 30px;
    }

    .bloc-customer-last-reservation {
        margin-bottom: 30px;
    }
}

.background-complete-folder {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    opacity: 70%;
    z-index: 0;
}

.complete-folder h4{
    opacity: 99%;
}

h4.text-white-center {
    color: white;
    text-align: center;
    font-size: 30px;
    /* transform: translate(0px, -170px); */
    /* font-family: var(--main-font) !important; */
    font-family: var(--main-font);
}

span.font-arial.text-white.fs-12.hint-text.m-l-5.begin-reservation {
    /* font-size: 16px !important;
    margin-left: -10px;
    font-family: var(--main-font) !important; */
}

span.font-arial.text-white.fs-12.hint-text.m-l-5.end-reservation {
    /* font-size: 16px !important;
    margin-left: -10px;
    font-family: var(--main-font) !important; */
}

span.font-arial.text-white.fs-12.hint-text.m-l-5.vehicle-reservation {
    font-size: 16px !important;
    font-family: var(--main-font) !important;
}

span.font-arial.text-white.fs-12.hint-text.m-l-5.price-reservation {
    font-size: 16px !important;
    font-family: var(--main-font) !important;
}

@media screen and (max-width: 1200px) {
    .company.col-4 {
        display: contents;
    }
}

p.font-montserrat.no-margin.fs-16 {
    width: max-content;
}

p.text-white-section {
    /* max-width: 90%; */
    color: #fff;
    opacity: 99%;
    margin-top: 18px;
    text-align: left;
    font-size: 16px;
    margin: auto;
}

a.btn.btn-primary.access-travel {
    height: 45px;
    margin: auto;
    font-size: 18px;
}

a.btn.btn-primary.access-my-travel {
    height: 45px;    
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
}

a.btn.btn-primary.access-my-travel.no-resa {
    height: 45px;    
    margin-top: 80px;
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    a.btn.btn-primary.access-my-travel.no-resa {
        margin-top: 0px;
    }
}

@media screen and (max-width: 375px) {
    a.btn.btn-primary.access-my-travel.no-resa {
        font-size: 13px;
    }
}

a.btn.btn-primary.access-travel:hover {
    background-color: transparent;
    color: var(--main-primary-color);
}

span.span-informations {
    font-size: 18px;
    list-style: none;
    color: white;
    opacity: 99%;
}

.complete-folder {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

i.uil.uil-envelope {
    color: white;
}

span.span-informations.mail{
    color: var(--main-primary-color);
    font-family: var(--main-font) !important;
    font-size: 18px;
}

li.li-infos{
    list-style: none;
}

.center{
    text-align: center;
}

h6.center.title-travel {
    height: 35px;
    padding-top: 8px;
    color: white;
    background-color: var(--main-primary-color);
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    p.text-white-section {
        font-size: 14px !important;
    }

    span.span-informations {
        font-size: 14px !important;
    }

    span.span-informations.mail{
        font-size: 12px !important;
        width: fit-content;
    }

    .uil-envelope{
        /* display: none; */
    }

    a.btn.btn-primary.access-travel {
        font-size: 10px;
        height: 20px;
        max-width: -webkit-fill-available;
    }
}

@media screen and (max-width: 320px) {
    .company.col-4>.vehicle{
        margin-left: 0px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}

.return-home {
    display: flex;
    justify-content: center;
}

ul.no-reservation>li {
    margin: auto;
    list-style: none;
    display: inline-flex;
}

@media screen and (min-width: 770px) {
    ul.no-reservation>li {
        transform: translate(190px, -25px);
        padding-right: 30px;
    }
}

/* input[type="file"] {
    position: absolute; 
    left: -99999rem;
}
  */
input#import-button {
    font-size: 12px;
    border: none;
    background: unset;
    max-width: 100%;
    min-width: 100%;
}
.hidden-icon{
    font-size: 13.5px !important;
    opacity: 0;
}
.fontsize-13{
    font-size: 13px !important;
}

/* Gestion des espaces */
.space-container {
    display: flex;
    flex-wrap: wrap;
}

.space-container .space-item {
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    margin: 15px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    width: 300px;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: all 0.2s;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 5px 5px 5px -2px #ddd;
}

.space-container .space-item:before {
    content: " ";
    background: linear-gradient(transparent, #333);
    left: 0;
    right: 0;
    height: 150px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.2s;
}

.space-container .space-item:hover:before {
    height: 300px;
}

.space-container .space-item:hover {
    box-shadow: none;
}

.space-container .space-item .space-item-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding: 20px;
    height: 125px;
    z-index: 1;
    transition: all 0.3s;
}

.space-container .space-item .space-item-content .space-item-content-title {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.space-container .space-item .space-item-content .space-item-content-text {
    color: #ddd;
    font-size: 11px;
}

.space-container .space-item .space-item-content .space-item-content-pages {
    color: #fff;
    margin-top: 15px;
}

.space-container .space-item .space-item-content .space-item-content-pages strong {
    color: var(--main-primary-color);
    font-size: 14px;
}

@media (max-width: 768px) {
    .space-container {
        justify-content: center;
    }
}

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    background: #fff;
}

/* NESTABLE */
.dd {
    max-width: 100%;
}

.dd-list {
    /* display: table-row-group; */
}

/* .dd-empty, .dd-item, .dd-placeholder {
    display: table-row;
} */

.dd-dragel {
    /* display: inline-block; */
    background: #fff;
    /* padding: 20px; */
}

/* TABLE */
.table tbody tr.line-group td {
    font-weight: bold;
    letter-spacing: 0.06em;
    color: #333;
    font-size: 10.5px;
    text-transform: uppercase;
    background: #fefafa;
    cursor: pointer;
}

.table tbody tr.line-group i {
    font-size: 14px;
}

.table tbody tr.line-group i:before {
    transition: all 0.2s;
    margin: 0;
    width: auto;
}

.table tbody tr.line-group.collapsed i:before {
    transform: rotate(-90deg);
}

.table tbody tr.line.collapsed td {
    display: none;
}


.export-container {
    margin-bottom: 20px;
}

.export-container .export-container-records {
    margin-bottom: 10px;
}

/* --------------------------------------------------- */
/* Erreur 403 */
/* --------------------------------------------------- */

.container-403-app {
    margin-top: 0;
    margin-right: 0;
    height: 92vh;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.container-403-app .text-403{
    margin-left: 80px;
    position: relative;
    bottom: 5%;
    max-width: 45%;
}

.container-403-app h1{
    max-width: 50%;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.container-403-app h3{
    max-width: 80%;
    text-align: left;
    font-weight: normal;
}

.img-403 {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    background-position: center !important;
    box-shadow: 0px 0px 0px 6px rgb(149 69 0 / 45%);
    margin-left: 80px;
}

a.btn.btn-primary.btn-403 {
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
    margin-top: 30px;
    float: left;
}

a.btn.btn-primary.btn-403:hover {
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color);
}

@media (max-width: 1024px) { 
    .img-403 {
        margin-left: 0;
    }

    .container-403-app h1 {
        max-width: 100%;
    }
    
    .container-403-app h3 {
        max-width: 100%;
    }

    .container-403-app .text-403 {
        max-width: 40%;
        margin-left: 30px;
    }
}

@media (max-width: 992px) { 
    .container-403-app {
        height: 80vh;
    }

    .img-403 {
        margin-left: 0;
        position: relative;
        top: 10%;
    }

    .container-403-app h1 {
        max-width: 100%;
        text-align: center;
    }
    
    .container-403-app h3 {
        max-width: 100%;
        text-align: center;
    }

    .container-403-app .text-403 {
        max-width: 100%;
        margin-left: 0px;
        top: 10%;
        bottom: 0;
    }

    a.btn.btn-primary.btn-403 {
        float: none;
    }
}

@media (max-width: 450px) { 
    .img-403 {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 380px) { 
    .img-403 {
        width: 350px;
        height: 350px;
    }
}


/* --------------------------------------------------- */
/* Fin de l'erreur 403 */
/* --------------------------------------------------- */

/* --------------------------------------------------- */
/* Erreur 404 */
/* --------------------------------------------------- */

.container-404-app {
    margin-top: 0;
    margin-right: 0;
    height: 92vh;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.container-404-app.container-front {
    height: 82vh;
}

.container-404-app .text-404{
    margin-left: 80px;
    position: relative;
    bottom: 5%;
    max-width: 45%;
}

.container-404-app h1{
    max-width: 50%;
    margin-top: 30px;
    text-align: left;
    margin-bottom: 20px;
}

.container-404-app h3{
    text-align: left;
    font-weight: normal;
}

.img-404 {
    border-radius: 50%;
    width: 500px;
    height: 500px;
    background-position: center !important;
    box-shadow: 0px 0px 0px 6px rgb(18 114 0 / 45%);
    margin-left: 80px;
}

a.btn.btn-primary.btn-404 {
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
    margin-top: 30px;
    float: left;
}

a.btn.btn-primary.btn-404:hover {
    background-color: var(--main-secondary-color);
    border-color: var(--main-secondary-color);
}

@media (max-width: 1024px) { 
    .img-404 {
        margin-left: 0;
    }

    .container-404-app h1 {
        max-width: 100%;
    }
    
    .container-404-app h3 {
        max-width: 100%;
    }

    .container-404-app .text-404 {
        max-width: 40%;
        margin-left: 30px;
    }
}

@media (max-width: 992px) { 
    .container-404-app {
        height: 80vh;
    }

    .img-404 {
        margin-left: 0;
        position: relative;
        top: 10%;
    }

    .container-404-app h1 {
        max-width: 100%;
        text-align: center;
    }
    
    .container-404-app h3 {
        max-width: 100%;
        text-align: center;
    }

    .container-404-app .text-404 {
        max-width: 100%;
        margin-left: 0px;
        top: 10%;
        bottom: 0;
    }

    a.btn.btn-primary.btn-404 {
        float: none;
    }
}

@media (max-width: 450px) { 
    .img-404 {
        width: 400px;
        height: 400px;
    }
}

@media (max-width: 380px) { 
    .img-404 {
        width: 350px;
        height: 350px;
    }
}

/* --------------------------------------------------- */
/* Fin de l'erreur 404 */
/* --------------------------------------------------- */
.export a.btn.btn-primary {
    height: 100%;
    width: 100%;
    font-size: 11px;
}

/* Animations */
@keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

@keyframes pulse_round {
	0%{
		box-shadow: 0px 0px 3px 0px rgba(173,0,0,.3);
	}
	65%{
		box-shadow: 0px 0px 3px 6px rgba(173,0,0,.3);
	}
	90%{
		box-shadow: 0px 0px 3px 6px rgba(173,0,0,0);
	}
}


/* HOUSE MODEL */
.house-model {
}

.house-model .housemodel-preview-file {
    height: 550px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.house-model .housemodel-preview-file .slick-list {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.house-model .housemodel-preview-file .housemodel-preview-file-item {
    width: 100%;
    height: 700px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.house-model .housemodel-preview-file .slick-prev, .house-model .housemodel-preview-file .slick-next {
    top: 57%;
    z-index: 1;
    bottom: auto;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 2px 2px 7px 1px #ddd;
}

.house-model .housemodel-preview-file .slick-prev {
    left: 20px;
}

.house-model .housemodel-preview-file .slick-next {
    left: auto;
    right: 20px;
}

.house-model .housemodel-preview-image {
    height: 110px;
    margin: 5px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.house-model .image-maker {
    margin-bottom: 10px;
}

.house-model .house-model-container {
    padding: 20px;
    height: 700px;
    border-right: 1px solid #ddd;
    overflow-y: auto;
}

.house-model-features {
    padding: 20px;
    height: 700px;
    overflow: auto;
}

.house-model-container .house-model-container-item {
    margin-bottom: 10px;
    transition: all 0.2s;
    color: #333;
}

.house-model-container .house-model-container-item a {
    font-size: 13px;
    color: #333;
    width: 100%;
    display: block;
    text-transform: uppercase;
    border-color: transparent;
    position: relative;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: 1px;
}

.house-model-container .house-model-container-item.model-inactive a {
    color: red;
}

.house-model-container .house-model-container-item.model-inactive a:hover {
    color: red;
}

.house-model-container .house-model-container-item.active.model-inactive a, .house-model-container.model-inactive .house-model-container-item:hover a {
    color: red;
}

.house-model-container .house-model-container-item.active a, .house-model-container .house-model-container-item:hover a {
    color: var(--main-primary-color);
}

.house-model .container-image-miniature {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.house-model .container-image-miniature .image-miniature {
    position: relative;
    width: 22%;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 110px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.house-model .container-image-miniature .image-miniature.file-miniature {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.house-model .container-image-miniature .image-miniature.file-miniature > i {
    font-size: 55px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
}

.house-model .container-image-miniature .image-miniature-empty {
    width: 22%;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 110px;
}

.house-model .model-features-container-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.house-model .model-features-container-item img {
    width: 45px;
    margin-right: 20px;
}

.house-model .model-features-container-item .form-group {
    margin-bottom: 0px;
}

.house-model .card-house-preview {
    min-height: 412px;
}

.house-model .text-overflow-200 {
    height: 200px;
    overflow: auto;
}


.container-diffuser-description .container-diffuser-description-item {
    margin-bottom: 10px;
    display: none;
}

.container-diffuser-description .container-diffuser-description-item.active {
    display: block;
}

.offer-image-recap {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
}

.offer-image-recap img {
    width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
    opacity: 0.6;
}

.offer-image-recap img.forward {
    opacity: 1;
}

.edit-space {
    margin: 10px 0px;
    display: inline-block;
}

input.hidden-input {
    opacity: 0;
    height: 0px;
    width: 0px;
    position: absolute;
    padding: 0;
    margin: 0;
}

.input-customer-score i {
    font-size: 28px;
    transition: all 0.2s;
    cursor: pointer;
}

.input-customer-score i:hover, .input-customer-score i.active {
    color: #F4BF00;
}


/* Cluster MAP styles */
.cluster img { display:none }

.cluster {
	width: 36px !important;
	height: 36px !important;
}

.cluster div {
	text-align: center;
	font-size: 15px !important;
	color: #fff !important;
	font-weight: 500;
	border-radius: 50%;
	width: 36px !important;
	height: 36px !important;
	line-height: 36px !important;
	background-color: var(--main-primary-color);
}

.cluster div:before {
	border: 7px solid var(--main-primary-color);
	opacity: 0.2;
	box-shadow: inset 0 0 0 4px var(--main-primary-color);
	content: '';
	position:absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: cluster-animation 2.5s infinite;
}

@keyframes cluster-animation {
	0%,100% {
		transform:scale(1.3) rotate(0deg)
	}
	50% {
		transform:scale(1.5) rotate(90deg)
	}
}


.infoBox {
    border-radius: 3px;
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
}

.file-type {
    position: relative;
    display: inline-block;
}

.file-type i {
    font-size: 26px;
}

.file-type .file-type-extension {
    background: blue;
    color: #fff;
    padding: 2px 5px;
    font-size: 8px;
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 2px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/* Guarantee */
.guarantee-item {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.guarantee-item.is-paid {
    opacity: 0.5;
}

.guarantee-item .guarantee-item-action {
    position: absolute;
    right: 15px;
    top: 17%;
    transition: all 0.2s;
    color: var(--main-primary-color);
}

.guarantee-item .guarantee-item-action i {
    cursor: pointer;
    font-size: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guarantee-item .guarantee-item-action i:hover {
    background: var(--main-primary-color);
    color: #fff;
    width: auto;
    font-size: 16px;
    border-radius: 4px;
    padding: 0px 10px;
}

.guarantee-item .guarantee-item-action i:hover:before {
    font-size: 14px;
    content: "Encaisser";
    font-family: inherit;
}

/* Table bootstrap */
.page-link {
    color: var(--main-primary-color);
    position: relative;
    margin-left: -1px;
    line-height: 1.25;
    border-radius: 50%;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-right: 2px;
    overflow: hidden;
}

.page-item:first-child .page-link {
    border: none;
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border: none;
    border-radius: 50%;
}

.page-item.active .page-link {
    background-color: var(--main-primary-color);
    border-color: var(--main-primary-color);
}

.where {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.where:before {
    content: "ou";
    background: #fff;
    display: inline-block;
    padding: 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.where:after {
    content: "";
    border-top: 1px solid #ddd;
    display: block;
    margin-top: -10px;
}

/* Loader css ellipsis */
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--main-primary-color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  
  

/* Documentations */
.container-documentation {
    font-size: 16px;
}

.container-documentation .container-documentation-item-title {
    font-weight: bold;
}

.container-documentation .container-documentation-item-subtitle {
    font-size: 13px;
    color: #333;
}

.container-documentation .container-documentation-item-routes {
    margin-bottom: 30px;
    margin-top: 10px;
}

.container-documentation .container-documentation-item-route {
    font-size: 14px;
    background: #2b303b;
    color: #fff;
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
    border-radius: 0.3em;
    text-shadow: 0 1px rgb(0 0 0 / 30%);
}

.container-documentation .container-documentation-item-route span.POST {
    color: #a6e22e;
}

.container-documentation .container-documentation-item-route span.GET {
    color: #e6db74;
}

.container-documentation .container-documentation-item-params {
    font-size: 12px;
    background: #2b303b;
    color: #fff;
    padding: 1em;
    margin: 0.5em 0;
    overflow: auto;
    border-radius: 0.3em;
    text-shadow: 0 1px rgb(0 0 0 / 30%);
}

.container-documentation .container-documentation-item-params p {
    padding-left: 20px;
}

.container-documentation .container-documentation-item-params .first {
    color: #a6e22e;
}

.container-documentation .container-documentation-item-params .second {
    color: #66d9ef;
}

.container-documentation .container-documentation-item-params.param-xml .p-l-20:first-child {
    padding-left: 0px !important;
}

.container-documentation .container-documentation-item-params.param-xml .tag {
    color: #a6e22e;
}

.container-documentation .container-documentation-item-params.param-xml .value {
    color: #66d9ef;
}

/* Books histories */
.list-book-history {
    
}

.list-book-history ul{
    padding-left: 0;
}

.list-book-history hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.list-book-history li{
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.list-book-history li:first-child{
    padding-top: 0;
}

.list-book-history .info-history {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.list-book-history .history-values {
    margin-bottom: 5px;
}

.list-book-history .text-color.link {
    font-size: 14px;
    text-transform: capitalize;
}

.list-book-history .text-color.span-old-value {
    font-weight: bold;
}

.list-book-history .text-color.span-new-value {
    font-weight: bold;
}

.my-count .col-md-6.col-profil-photo {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.my-count .col-md-6.col-profil-photo .form-group-informations{
    margin: 50px 0px;
}

.my-count .col-md-6.col-profil-photo .image-maker{
    width: auto;
    text-align: center;
    text-align: -webkit-center;
}

.my-count .col-md-6.col-profil-photo .image-maker .lazyload{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.my-count .align-center {
    margin-top: 40px;
}

.my-count .image-maker-checkerboard {
    height: 400px;
    width: 100%;
    background: white;
    border: none;
}

@media screen and (max-width:450px) {
    .my-count {
        margin-left: -15px;
        margin-right: -15px;
    }

    .my-count .col-md-6.col-profil-photo .image-maker .lazyload{
        width: 300px;
        height: 300px;
        border-radius: 50%;
    }
}