header #logo h1,
.font-logo{
    font-family: 'OldStandardTT', sans-serif;
}

.navbar .navbar-nav .nav-link{padding:.50rem .75rem;}

.btn-group-segment>.btn-check:checked+.btn, .btn-group-segment>.btn-check:focus+.btn{
    background-color:#126561;
    color:#FFFFFF;
}

body .bg-black{background-color:#151515 !important;}
body .border-black{border-color:#222222 !important;}
body .border-10{border-width:10px !important;}

.list-comment-divider .list-comment-item p:last-child{margin-bottom:0;}

/* header.navbar-light .navbar-nav .nav-link{background-color:rgba(0, 0, 0, 0.20);} */
header.navbar-light .navbar-nav .nav-link,
header.navbar-light .navbar-nav .nav-link:hover, 
header.navbar-light .navbar-nav .nav-item:hover .nav-link{color:#FFFFFF;}
header.navbar .navbar-nav .nav-item:first-child .nav-link{padding-left:0;}

body .weekend-toggle-buttons{
    display: flex;
}
body .weekend-toggle-buttons .bg-primary a{color:#FFFFFF;}

.btn-gold,
.btn-gold:hover{background-color:#ad853e;color:#FFFFFF;}

.bi-list::before,
.bi-x::before{color:#ffffff;background-color:rgba(0, 0, 0, 0.20);}

.dropdown-toggle::after, {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");

}

/* Custom CSS for the oblique button */
.oblique-button {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    border:none;
    padding:0.9125rem 1.5rem 0.9125rem 1rem ;
}

.oblique-button::after  {
    content: " ";
    position: absolute;
    top: 0;
    right: 0px; /* Adjust the value to control the oblique angle */
    width: 15px;
    height: 101%;
    background-color: #fff; /* Set your desired button color */
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: 0;
    border:none;
}

.bg-hero{
    background:rgba(33, 50, 91, 0.60);
}

.text-shadow{
    text-shadow: 2px 2px 4px #222222;
}

#programma,
.bg-leafs-right{
    background:transparent url(/assets/img/background-leafs-right.png) no-repeat bottom right;
    background-size: auto 100%;
}

.bg-header{
    background:transparent url(/assets/img/background-leafs-header.png) no-repeat top left;
}

.bg-footer{
    background:transparent url(/assets/img/background-leafs-footer.png) no-repeat bottom left;
}

.bg-footer-02{
    background:transparent url(/assets/img/background-leafs-footer-03.png) no-repeat bottom left;
}

.bg-footer-white{
    background:transparent url(/assets/img/background-leafs-footer-white.png) no-repeat bottom center;
}

.step-title{
    line-height: 1.4;
}

.weekend-toggle{
    bottom: 0rem;
    right: 6rem;
    text-align: right;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
    padding-bottom: 0;
    z-index: 9;
}

.weekend-toggle-top{
    border-top-left-radius:0;
    border-top-right-radius:0;
    padding-top:0;
}

.cursor-default{cursor: default;}

.textbackground:before {
    content:"";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.8);
    color:#FFFFFF;
}

.webform input,
.webform textarea,
.webform select{
    margin-bottom: 10px;
}

/* ENQUETE */
.rate{

	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;

}


.rating-container{display:none;margin-top:10px;}
.rating-container .rating{margin-left: .75rem;}
input.form-check-input:checked~.rating-container{display:block;}
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\F586";
    position: absolute;
    opacity: 0;
    font-family: bootstrap-icons !important;
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}


.buttons{
	top: 36px;
    position: relative;
}


.rating-submit{
	border-radius: 15px;
	color: #fff;
	height: 49px;
}


.rating-submit:hover{
	
	color: #fff;
}
/* ENQUETE END */

@media (max-width: 992px) {
    .bg-hero{
        margin-top: 20px;
        background:rgba(33, 50, 91, 0.90);
    }
    .logo{max-width: 200px;margin:0 auto; text-align:center;}
    #programma,
    .bg-leafs-right{background:none}

    body .weekend-toggle-buttons{
        display: block;
    }
}