  /* Gestions des images et couleurs - Running design */

  .los_media_container {
    height: 200px;
}

.los_media_img_container{
    display   : inline-block;
    position  : absolute;
    margin-top: 1%;
}

.los_media_container .avia_remove_image{
    display : inline-block;
    position: inherit;
}
.wp-picker-holder{
    position: absolute;
}

.los_color_container{
    display: block;
}
.avia_remove_image{
  text-indent    : 0;
  text-decoration: none;
  font-size      : 25px;
  font-weight    : bold;
  line-height    : 23px;
  padding        : 0;
  height         : 28px;
  width          : 28px;
  text-align     : center;
  background     : #fff;
  color          : #D54E21;
  border         : 1px solid #e5e5e5;
  left           : 0;
  bottom         : 0;
}

fieldset.tmg .form-table th {
    padding-left: 10px;
    width       : 220px;
}

td.non-stackable-row, th.non-stackable-row {
    padding: 4px 10px 4px;
}

fieldset.tmg {
    margin-bottom  : 1em;
    border-collapse: separate;
    border-spacing : 2px;
    border-color   : lightgray;
    border-width   : 1px;
    border-style   : dotted;
    padding        : 5px;
}

.color_00 {
    background-color: #f1f1f1 !important;
}

label.block_label{ 
    font-weight: bold;
    display    : block;
    cursor     : default;
}

label.inline_text {
    font-weight: normal;
    display    : inline-block;
}

  /* Accueil */
.promobox-home.av_promobox {
    margin-top   : 0;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow   : 0px 22px 54px rgba(0, 0, 0, .22);
}

  /* Encart contact */
.los-contact {
    display       : flex;
    flex-direction: row;
    vertical-align: middle;
    align-items   : center;
    margin-top    : 20px;
}

@media (max-width:1460px){
   .los-contact {
        flex-direction: column;
    } 
}

@media (max-width:767){
   .los-contact {
        flex-direction: row;
    } 
}

.los-contact-image {
    width : 100px;
    height: 100px;
    margin-right: 20px;
}

.los-contact-image img {
    border-radius: 10px;
}

/* Produits achetés */
#wrap_all .main_color .los-content-right.los-tuile-btn a:not(.button, .btn) {
    color: var(--footer-area-color) !important;
    margin-right: 5px;
}
#wrap_all .main_color .los-content-right.los-tuile-btn a:not(.button, .btn):hover {
    border-bottom: none;
}

/* Planning */
#top #wrap_all .all_colors h2.fc-toolbar-title {
    text-transform: capitalize;
}

#calendar-loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #32a6cf;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

#calendar .badge {
    border-radius: 50%;
    padding: 2px 4.5px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: var(--footer-area-color);
}

.main_color #calendar tr:nth-child(even) {
    color: var(--picto-color-default);
    background-color: #fff;
}

#calendar table {
    margin-bottom: 0;
}

#calendar td.ferie-custom {
    background: linear-gradient(45deg, #adaaaa 1%, #fff 1%, #fff 49%, #adaaaa 49%, #adaaaa 51%, #fff 51%, #fff 99%, #adaaaa 99%);
    background-size: 6px 6px;
    background-position: 50px 50px;
}

#calendar th {
    letter-spacing: 0px;
    text-transform: capitalize;
}

.fc-event-title {
    color: transparent;
}

.fc-event-time {
    color: transparent;
}

/* Jalon */
.tache-jalon {
    background-color: transparent !important;
    border-color: transparent !important;
    white-space: nowrap;
}
.tache-jalon i {
    font-size: 1rem;
    vertical-align: top;
    margin-right: 0 !important;
}
.tache-jalon::after {
    content: none !important;
}
.tache-jalon .fc-event-main {
    color: red;
    font-size: 1.2em;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Données personnelles */
#top .all_colors .description_annuaire strong {
    color: inherit;
}

#top [data-role="etape-formulaire"] input[type="checkbox"].custom-field:checked::before {
    color: #fff;
    background-color: var(--main_color_primary);
}

/* Sources */
.los-tuile-content .los-infos p {
    margin-bottom: 0;
}
.los-tuile-content .los-infos p:first-child {
    display: inline;
}
#wrap_all .main_color .los-tuile-content .los-infos p a {
    color: var(--footer-area-color);
}