/******************************** Start view content type  *************************************************/

.container-sortable {
    display: flex;
    width: 100%;
}

.item-sortable {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: auto
}

.item-sortable-title {
    width: 100px;
    margin: 10px;
    align-self: center;
}

.item-sortable-icone {
    margin: 10px;
    align-self: center;
}

.container-title {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.item-subtitle {
    flex-basis: 200px;
    text-align: left;
    color: #333;
    font-weight: bold;
}

.item-subtitle-order {
    flex-basis: 20px;
    color: #333;
    font-weight: bold;
    text-align: left;
}

.item-subtitle-tag {
    flex-basis: 120px;
    color: #333;
    font-weight: bold;
    text-align: left;
}

.item-subtitle-tag {
    position: relative;
    right: 0px
}

.item-subtitle {
    position: relative;
    right: 20px
}

.item-subtitle-display {
    position: relative;
    right: 3px;
}

/********************************** Start display slideShow***************************************************/
.container_slideshow {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 22 /9;
}

.container_slideshow .container_slideshow_opacity {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    width: 100%;
    height: 100%;
}

.container_image_title_date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
}

.title_image_span {
    color: #fff;
    font-size: 2.2em;
    font-weight: bold;
    width: 450px;
    margin: auto;
}

.carousel-caption-slideshow {
    position: absolute;
    width: 100%;
    background-color: red;

}

.carousel-inner {
    width: 100%;
}

.container_slideshow img {
    position: absolute;
    width: 100%;
    height: auto !important;
    vertical-align: top;
    object-fit: initial;
}

.container_slideshow img:not(.emoji) {
    padding: 0px !important;
}

.container_slideshow .container_slideshow_inscription {
    position: absolute;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    min-width: 120px;
    height: 35px;
    background-color: #074266 !important;
    bottom: 20px;
    right: 20px;
    z-index: 2000;
}

.container_slideshow .container_slideshow_inscription .inscrire_a {
    top: 5px;
    width: 90px;
    position: relative;
}

.container_slideshow .container_slideshow_inscription .inscrire_a a {
    color: #fff !important;
    position: relative;
}

.container_slideshow .container_slideshow_inscription .inscrire_a a:hover {
    color: #fff !important;
}

.container_slideshow .container_slideshow_inscription .inscrire_a .button_incription_slideshow {
    font-size: 14px;
}

.container_slideshow .container_slideshow_tags .node-item-tags .badge {
    font-weight: bold;
    position: relative;
    left: 18px;
    font-size: 14px;
    height: 25px;
    min-width: 80px;
    top: 35px;
}

.slideshow-action {
    position: absolute;
    z-index: 2000;
    top: 5px;
    left: 815px;
}

.slideshow-action .fa-semi-transparent {
    opacity: unset !important;
}

.container_slideshow i {
    color: #fff !important;
}

.carousel-control-slideshow .carousel-control {
    height: 150px;
    width: 5%;
    margin: auto;
}

.aside .carousel-inner {
    height: 350px;
}

.aside .container_slideshow img {
    position: absolute;
    width: 100%;
    height: 400px !important;
    vertical-align: top;
    object-fit: cover;
}

.aside .container_slideshow .container_slideshow_opacity {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    margin: auto;
    width: 100%;
    height: 400px;
}

.aside .slideshow-action {
    position: absolute;
    z-index: 2000;
    top: 5px;
    left: 65%;
}

.aside .carousel-control .fa-chevron-left {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    left: 7px;
}

.aside .carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
    left: 0px;
}

.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .fa-chevron-left {
    left: 17px;
}

.carousel-control .fa-chevron-right {
    right: 17px;
}

@media (max-width:1352px) {
    .container_slideshow {
        position: relative;
        width: 100%;
        height: 350px;
    }

    .container_slideshow img {
        position: absolute;
        width: 100%;
        height: 350px !important;
        vertical-align: top;
        object-fit: initial;
    }

    .container_slideshow .container_slideshow_inscription {
        position: absolute;
        background-color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        min-width: 120px;
        height: 35px;
        background-color: #074266 !important;
        bottom: 20px;
        right: 20px;
        z-index: 2000;
    }

    .slideshow-action {
        position: absolute;
        z-index: 2000;
        top: 5px;
        left: 80%;
    }
}

@media (max-width:800px) {
    .container_slideshow .container_slideshow_tags .node-item-tags .badge {
        font-weight: bold;
        position: relative;
        left: 14.5px;
        font-size: 14px;
        height: 25px;
        min-width: 80px;
        top: 40px;
        margin-left: 5px;
    }

    .slideshow-action {
        position: absolute;
        z-index: 2000;
        top: 5px;
        left: 75%;
    }

    .container_slideshow .container_slideshow_inscription {
        position: absolute;
        background-color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        min-width: 120px;
        height: 35px;
        background-color: #074266 !important;
        right: 20px;
        bottom: 20px;
        z-index: 2000;
    }
}

@media (max-width:606px) {

    .slideshow-action {
        position: absolute;
        z-index: 2000;
        top: 5px;
        left: 41%;
    }

    .container_slideshow .container_slideshow_inscription {
        position: absolute;
        background-color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        min-width: 120px;
        height: 35px;
        background-color: #074266 !important;
        right: 20px;
        bottom: 50px;
        z-index: 2000;
    }

    .carousel-control.right i {
        right: 10px;
    }

    .carousel-control-slideshow .carousel-control {
        height: 150px;
        width: 10%;
        margin: auto;
    }
}

@media (max-width:414px) {

    .title_image_span {
        width: 60%;
        text-align: center;
        font-size: 1.1em;
    }

    .container_slideshow_date {
        font-size: 0.8em;
        margin-left: 40px;
        width: 70%;
    }

    .container_slideshow .container_slideshow_tags .node-item-tags .badge {
        font-weight: bold;
        position: relative;
        left: 14.5px;
        font-size: 10px;
        height: 20px;
        min-width: 30px;
        top: 40px;
        margin: 2px 5px;
    }

    .container_slideshow .container_slideshow_inscription {
        position: absolute;
        background-color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        min-width: 100px;
        height: 30px;
        background-color: #074266 !important;
        top: 320px;
        left: 58%;
        z-index: 2000;
    }

    .container_slideshow img {
        position: absolute;
        width: 100%;
        height: 400px !important;
        vertical-align: top;
        object-fit: cover;
    }

    .container_slideshow {
        position: relative;
        width: 100%;
        height: 400px;
    }

    .slideshow-action {
        position: absolute;
        z-index: 2000;
        top: 5px;
        left: 50%;
    }

    .mx-5 {
        margin-left: unset !important;
        margin-right: unset !important;
    }

}

@media (max-width:320px) {

    .container_slideshow .container_slideshow_inscription {
        position: absolute;
        background-color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        min-width: 100px;
        height: 30px;
        background-color: #074266 !important;
        top: 300px;
        left: 50%;
        z-index: 2000;
    }
}



/********************************** End display slideShow***************************************************/
/******************************** Start chip view *************************************************/
.chip-container {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

#chip-item-right-left-a-event::before {
    content: "";
    position: absolute;
    background-color: var(--secondaire);
    background-image: none;
    height: 100px;
    width: 1.5px;
    left: 6.5px;
}

.chip-item-circle {
    font-size: 6px;
    position: relative;
    top: 15px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--primaire) !important;
    z-index: 100;
}

[id="chip-item-a"]::before {
    content: "";
    position: absolute;
    background-color: var(--secondaire);
    background-image: none;
    height: 100px;
    width: 2px;
    left: 6.5px;
}

.chip-item-a-title {
    color: var(--primaire);
    position: relative;
    left: 17px;
    bottom: 3px;
    font-size: 16px;
}

.chip-item-action {
    position: relative;
    bottom: 35px;
}

.node-item .chip-container .badge {
    font-size: 1.2em;
}

.chip-item-a-title:hover {
    color: var(--secondaire);
    position: relative;
    left: 17px;
    bottom: 2px;
}

@media (max-width:343px) {
    [id="chip-item-a"]::before {
        content: "";
        position: absolute;
        background-color: var(--secondaire);
        background-image: none;
        height: 20px;
        width: 1px;
        left: 6px;
    }
}

[id="chip-item-right-left-a-no-event"]::before {
    content: "";
    position: absolute;
    background-color: var(--secondaire);
    background-image: none;
    height: 100px;
    width: 2px;
    left: 6px;
}

#chip-item-right-left-a-event::before {
    content: "";
    position: absolute;
    background-color: var(--secondaire);
    background-image: none;
    height: 180px;
    width: 1.5px;
    left: 6.5px;
}

/*********************** Start Event Chip ************************/

.container-chip {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 17px;
    margin-top: -16px;
    margin-bottom: -25px;
}

.chip-item-container-chip-inscription {
    text-align: right;
    margin-top: 8px;
    margin-bottom: 20px;
}

.content-type-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px
}

/*********************** End Event Chip ************************/
.pagination-content-type {
    text-align: right;
}