* {
    box-sizing: border-box
}

p, ul, ol{
    font-size: 15px;
}

.mdl-card__supporting-text {
    width: 100%;
    text-align: justify;
}

.mdl-card__title{
/*    background: url('bg-card-reversed-2022.jpg') center/cover;*/
    background-color: #9c0433;
}

.demo-card-wide{
    border: medium solid #001322;
}

.mdl-card__title-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 10px;
    line-height: 1.25em;
    z-index: 2;
}

.mdl-layout-title {
    font-family: 'Bebas Neue', cursive;
    font-size: 2.5em;
}

.commento-logo-container {
    display: none;
}

.ppt-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.mdl-cell {
    /*    margin: auto;*/
}

.complement {
    max-width: 800px;
    padding: 10px;
    margin: auto;
    background-color: #9c0433;
    font-family: 'Montserrat', sans-serif;
}

.trad-titre {
    font-style: italic;
    font-size: 0.8em;
}

#titre-ppt {
    max-width: 1000px;
    margin: 15px auto;
    margin-bottom: 10px;
}

body {
    background-color: #001322;
/*    background-color: #001932;*/
    color: white;
}

footer {
    background-color: lightgray;
    border-top: thin solid darkgray;
    text-align: center;
    margin-top: 30px;
    color: #666;
}

a {
    color: #cf0646;
    text-decoration: none;
}

a:hover {
    color: #9c0433;
}

.demo-card-wide > .mdl-card__title.diapo {
    color: #fff;
    height: 176px;

}

.demo-card-wide > .mdl-card__title {
    color: #fff;
    height: 176px;
}

.demo-card-wide > .mdl-card__menu {
    color: #FFF;
}

.mdl-cell--4-col:active {
    transform: none;
}

.demo-card-wide.mdl-card {
    width: 100%;
}

.lien-header {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

#commento {
    max-width: 1000px;
    position: relative;
    margin: auto;
    background-color : white;
}

.description,
.auteur {
    margin: 8px;
}

.format {
    margin: 8px;
    float: left;
    display: inline-block;
}

.duree {
    margin: 8px;
    float: right;
    display: inline-block;
    color: rgba(0,0,0,.54);
    font-size: 1rem;
}

.demo-layout-waterfall .mdl-layout__header-row .mdl-navigation__link:last-of-type {
    padding-right: 0;
}

.mdl-layout__header{
    background-color: #9c0433;
}

h1,
h2,
h3,
h4,
h5 {
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    text-transform: uppercase;
}

h5 {
    margin: 8px;
}

video:focus {
    outline: none;
}

@media screen and (min-width: 1025px) {
    .mdl-layout__drawer-button {
        display: none;
    }
}

.ppt-container:fullscreen {
    position: relative;
    margin: auto;
}

.slides {
    display: none;
    cursor: none;
}

.affiche {
    max-width: 500px;
    position: relative;
    margin: auto;
    padding: 2em;
}

.vid_conteneur_conteneur {
    display: flex;
    /*	background: #fff;*/
    justify-content: center;
    align-items: center;
    /*	max-width: 1000px;*/
}

.vid_conteneur {
    width: 100%;
    max-width: 1000px;
}

.video {
    width: 100%;
}

audio {
    display: none;
}

.slider {
    -webkit-appearance: none;
    height: 6px;
    width: 100%;
    overflow: hidden;
    border: thin solid darkgray;
    border-radius: 5px;
    background: #666;
    outline: none;
    -webkit-transition: .3s;
    transition: transform .3s;
}

.slider:hover {
    transform: scaleY(1.3);
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 1px;
    height: 10px;
    border-radius: 50%;
    /*	background: #ff9800; */
    background: #fff;
    cursor: pointer;
    /*	box-shadow: -1000px 0 0 1000px #ff9800;*/
    box-shadow: -1000px 0 0 1000px #fff;
}

.slider::-webkit-slider-runnable-track {
    height: 10px;
    /*	color: #ff9800;*/
    color: #fff;
}

.slider::-moz-range-thumb {
    width: 1px;
    height: 10px;
    border-radius: 50%;
    /*	background: #ff9800;*/
    background: #fff;
    cursor: pointer;
}

.range-value {
    position: absolute;
}

.range-value span {
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #555;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translate(-30%, 0);
    border-radius: 6px;
    opacity: 0;
}

.range-value span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid #555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    margin-top: -1px;
}

.range-wrap:hover span:not(:hover) {
    opacity: 0.9;
}

#range-wrap-diapo {
    width: 60%;
    margin: auto;
}

#range-wrap-affiche {
    width: 80%;
    margin: auto;
}

.volume_buttons.diapo {
    position: absolute;
    width: 40px;
    bottom: 0px;
    margin: 2px;
    bottom: 2px;
    left: 2px;
    opacity: 0;
    transition: 0.5s ease;
    display: none;
}

.volume_buttons.affiche {
    position: absolute;
    /*	width: 40px;*/
    margin: 2px;
    top: 0;
    left: 0;
    height: 7em;
    opacity: 0;
    transition: 0.5s ease;
    display: none;
}

#vol3 {
    display: block;
}

#volSlider {
    position: absolute;
    width: 80px;
    margin: 2px;
    bottom: 17px;
    left: 45px;
    opacity: 0;
    transition: 0.5s ease;
}

#volSlider:hover,
#volSlider-affiche:hover {
    transform: none;
}

#volSlider-affiche {
    position: absolute;
    width: 80px;
    margin: 2px;
    top: 6.5%;
    left: 75px;
    opacity: 0;
    transition: 0.5s ease;
}

.play,
.pause,
.rollback,
.skipahead,
.FSinButton,
.FSoutButton,
.volPlus,
.volMoins {
    position: absolute;
    opacity: 0;
    z-index: 1000;
    transition: 0.5s ease;
    cursor: pointer;
}

.pause,
.rollback,
.skipahead,
.FSoutButton {
    display: none;
}

.play {
    display: block;
}

.FSinButton:hover,
.FSoutButton:hover,
.play:hover,
.pause:hover,
.rollback:hover,
.skipahead:hover,
.volPlus:hover,
.volMoins:hover {
    transform: scale(1.1);
}

.FSinButton:active,
.FSoutButton:active,
.play:active,
.pause:active,
.rollback:active,
.skipahead:active,
.volPlus:active,
.volMoins:active {
    transform: scale(1);
}

.play.diapo,
.pause.diapo {
    height: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rollback.diapo,
.skipahead.diapo {
    top: 50%;
    height: 12%;
}

.rollback.diapo {
    left: 50%;
    transform: translate(-200%, -50%);
}

.skipahead.diapo {
    left: 50%;
    transform: translate(100%, -50%);
}

.FSinButton.diapo,
.FSoutButton.diapo {
    width: 40px;
    margin: 2px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.volPlus.diapo,
.volMoins.diapo {
    width: 3.5%;
    margin: 3px;
    bottom: 1.8%;
}

.volPlus.diapo {
    left: 6%;
}

.volMoins.diapo {
    left: 2%;
}

#volumeProg {
    position: absolute;
    bottom: 0;
    width: 8%;
    left: 2%
}

.FSinButton.affiche,
.FSoutButton.affiche {
    position: absolute;
    opacity: 0;
    height: 7em;
    top: 5px;
    right: 5px;
}


.FSinButton.affiche {
    display: block;
}

.FSoutButton.affiche {
    display: none;
}

.play.affiche,
.pause.affiche {
    height: 20%;
    top: 40%;
    left: 35%;
}

.skipahead.affiche,
.rollback.affiche {
    height: 15%;
    top: 42%;
}

.rollback.affiche {
    left: 20%;
}

.skipahead.affiche {
    left: 57.5%;
}


#conteneur {
    padding: 2em;
}

#fs {
    background: url('bg-ccob-2021.png') center/cover;
}

#fs:-webkit-full-screen {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0);
}

#fs:-moz-full-screen {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0);
}

#fs:-ms-fullscreen {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0);
}

#fs:fullscreen {
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0);
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    /*	background-color: #fff9e7cc;*/
    background-color: rgba(200, 200, 200, 0.8);
}

.numero {
    color: #777;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 0.8s;
    animation-name: fade;
    animation-duration: 0.8s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.info {
    line-height: 1.2;
    text-align: left;
}

@media only screen and (min-width: 1025px) {
    .info {
        display: none;
    }
}
