/*Custom bootstrap stylesheet for Radio Roane*/
/*Author : Landry JUGE*/
/*https://landryjuge.com*/


.bottom-red-line {
    border-bottom: solid 4px #B64A4A;
}

.navbar a {
    text-transform: uppercase;
}

header nav .nav-link {
    font-weight: bold;
}

header nav .nav-link:hover {
    color: #980000 !important;
}

/* SLIDER VOLUME */

#volume-slider .ui-widget-header {
    background: #FFB3B3;
}

#volume-slider .ui-slider-handle {
    display: none;
}

.dedi-up .title-col {
    background: #990100;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: white;
    padding: 0.5em 0;
}

.dedi-up .dedi-col {
    background: #535353;
    padding: 0.5em 1em;
    color: white;
}

.sec-title {
    color: #990100;
    font-size: 2em;
    font-family: "Raleway-v4020 Medium", sans-serif;
}

.sec-title-col i {
    font-size: 1.5em;
    color: #990100;
    padding-right: 0.5em;
}

.form-control {
    border-radius: 4px;
}

textarea.form-control, input.form-control {
    border-radius: 0;
}


.btn-primary {
    background-color: #990100;
    color: white;
    border-color: inherit;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
    background-color: #750303 !important;
    border-color: inherit !important;
    box-shadow: none;
}

.btn-primary:active {
    background-color: #990100;
    border-color: inherit;
}


.dedicace-form button[type=submit] {
    float: right;
    padding: 0.5em 1em;
}

.top-table {
    margin-top: 1em;
}

.top-table tr {
    /*margin-top: 1em;*/
}

.top-table tr th {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}

.top-table tr td {
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
}

.top-table tr td:first-child {
    justify-content: center;
}

.top-table tr td ul {
    list-style: none;
    padding: 0;
    font-weight: bold;
}

.top-table tr td ul li:first-child {
    color: #535353;
}

footer {
    height: 13vh;
    background-color: #990100;
    color: white;
    text-align: center;
    font-size: 1.3em;
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
}

.photos-command {
    width: 30px;
}

.actu-slide::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.60);
}

.actu-slide .carousel-caption {
    left: 5%;
    right: inherit;
    text-align: left;
}


.actu-slide .carousel-caption a {
    color: white;
    text-decoration: none;
}

.actu-secondary h5 {
    font-weight: bold;
    margin-left: -15px;
}

.actu-secondary img {
    border-radius: 4px;
}

.actu-secondary a:hover {
    color: #980000;
}

.actu-secondary a {
    color: black;
    text-decoration: none;
}

.actu-slide a:hover {
    color: #972c2c;
}

/*EQUIPE CARDS*/

/*.image-flip:hover .backside,*/
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

/*.image-flip:hover .frontside,*/
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.back-card-abs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    overflow: hidden;
}

.back-card-abs img {
    width: 100%;
}

.image-flip .card {
    background-color: transparent;
}

.image-flip .card img {
    border-radius: 100%;
    border: 5px solid white;

}


/*PROGRAMMES CALENDAR*/
.emission-area .nav-item {
    border: none;
    border-radius: 0;
    text-align: center;
    background-color: #D3D3D3;
    color: #8a8a8a;
    text-transform: uppercase;
}

.emission-area .nav-tabs .nav-link.active, .emission-area .nav-tabs .nav-item.show .nav-link, .emission-area .nav-item:hover {
    background-color: white !important;
    border-radius: 0 !important;
    border-bottom: 4px solid #990100;
    padding-bottom: 4px;
    color: #990100 !important;
}

.emiss-title {
    text-align: center;
    margin: 1em auto 1em auto;

}


.emission-area .nav-tabs {
    border: none;
    text-align: center;
}

.emission-area .nav-tabs li {
    width: 14.28%;
    font-weight: bold;
    /* background-color: #EEEEEE; */
}

.emission-area .tab-pane {
    /* padding: 10px; */
    background-color: #EEEEEE;
    text-transform: uppercase;
    /* display: flex; */
}

.emiss {
    height: 200px;
    display: flex;
    padding: 3em !important;
    background-size: cover;
    /*border-bottom: 2px solid #2f7bbf;*/
    background-position-y: center;
    margin-top: 2em;
    color: white;

}

.emiss-title {
    z-index: 1;
}

.emiss .row {
    z-index: 1;
}

.emiss:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    /*opacity: 0;*/
    transition: all 1s;
    -webkit-transition: all 1s;
}

.emiss .horaires-programme {
    color: white;
}

.emiss h3 {
    color: white;
}

