/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

.social-list {
    display: flex;
	list-style: none !important;
    padding: 0 !important;
}

.social-list a {
    font-size: 0;
}

.social-list li {
    margin-right: 18px;
}

.social-list a:before {
    font-family: 'uncodeicon' !important;
    font-size: 24px;
}

.social-list .facebook a:before {
    content: "\e661";
}

.social-list .twitter a:before {
    content: "\f099";
}

.social-list .instagram a:before {
    content: "\f16d";
}

.social-list .tiktok a:before {
    content: "\e92f";
}

.social-list .youtube a:before {
    content: "\f16a";
}
 

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videographie-container {
    margin-bottom: 5em;
}

.slick-slider {
    margin:0 -30px;
}
.slick-slide {
    padding:10px;
    text-align:center;
    margin-right:3px;
    margin-left: 3px;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.carousel-bio .slick-dots {
    bottom: 15px;
}

.carousel-video .slick-dots {
    bottom: -45px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 12px;
    margin: 0px 6px;
    display: block;
    border-radius: 50%;
    transform: scale(0.8);
    transition: transform 0.2s ease-in-out;
}

.carousel-bio li button {
    background: rgba(255, 255, 255, 0.25);
}

.carousel-video li button {
    background: rgba(25, 27, 30, 0.25);
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 37%;
    display: block;
    width: 35px;
    height: 85px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: black;
}
.slick-prev i:before, .slick-next i:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next {
    right: -45px;
}

.slick-prev {
    left: -45px;
}

/* .slick-dots li button:before {
    width: 10px;
    height: 10px;
    margin: 0px 6px;
    display: block;
    border-radius: 50%;
    transform: scale(0.8);
    background: rgba(25, 27, 30, 0.25);
    transition: transform 0.2s ease-in-out;
} */

.slick-dots li button:hover, .slick-dots li button:focus {
    transform: scale(1);
    opacity: 1;
    outline: none;
}

.dflex {
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
}

.dflex h3 {
    margin-top: 0;
}


.discographie-item {
    margin-bottom: 1.2em;
}

.disc-cover {
    min-width: 70%; 
}

.disc-cover img {
    border: 1px solid rgb(234, 234, 234);
}

.small {
    font-size: 10px;
}

.video-title-container {
    text-align: left;
}

.form_nl_merci {
    display:none;
}