h1{
    font-size: 35px !important;
}
.onechronique{
    position: relative;
    text-align: center;
    width: 1024px;
    margin: 0 auto 30px auto;
    /*letter-spacing: 1px;*/
    height: 900px;
    overflow: hidden;
    user-select : none;
}
.onechronique p{
    text-align: left;
    margin: 0;
    font-size: 16px;
}
.contener-texte{
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, .8);
    padding: 5px
}
.onechronique img{
    width: 400px;
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bouton-suite{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-color: silver;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ComAndDon{
    display: flex;
    justify-content: center;
}
.commentaire{
    width: 650px;
    margin: 0 10px 30px 10px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px black;
    background-color: white;
}
.commentaire > h3{
    color: #27558D;
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: bolder;
}
.titre-comm{
    padding-top: 30px;
}
.commentaire > .OneComm{
    /*box-shadow: 0px 0px 5px grey;*/
    border-radius: 3px;
    border: solid 1px silver;
    margin: 5px auto;
    transition: 0.5s;
    background-color: white;
    position: relative;
}
.commentaire > .OneComm > .pseudoComm{
    box-shadow: 0px 0px 5px grey;
    width: auto;
    padding: 2px 15px;
    transform: translate(-5px, 3px);
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    background-color: #27558D;
    margin: 0;
}
.commentaire > .OneComm > .pseudoComm{
    display: inline-block;
    width: auto;
    position: relative;
}
.commentaire > .OneComm > .pseudoComm > span{
    position: absolute;
    right: -25px;
    color: #27558D;
    top: 50%;
    transform: translateY(-50%)
}
.commentaire > .OneComm > .textcomm{
    padding : 20px 20px;
    margin: 0;
    background-color: white;
    font-weight: bold;
}
.commentaire > .OneComm > .textcomm > p{
    margin: 0;
}
.commentaire > .OneComm > .datecomm{
    padding: 5px;
    margin: 0;
    text-align: right;
    font-size: 12px;
    color: grey;
}
.commentaire > .OneComm > .textcomm iframe{
    width: 350px !important;
    height: 250px !important;
}

.addcomm{

}
.addcomm > input[type="text"]{
    border-radius: 3px;
    border: 1px solid silver;
    display: block;
    height: 15px;
    width: 250px;
    margin: 5px auto;
    font-size: 20px;
    padding: 3px;
    text-align: center;
    font-family: 'Poiret One', cursive;
    font-weight: bolder;

}
.addcomm > textarea{
    border-radius: 3px;
    border: 1px solid silver;
    display: block;
    width: 100%;
    margin: 5px auto;
    height: 80px;
}
.addcomm > input[type="submit"]{
    border-radius: 3px;
    font-family: 'Poiret One', cursive;
    font-size: 18px;
    font-size: bolder;
    display: block;
    border: 1px solid #CD8131;
    background-color: #CD8131;
    color: white;
    height: 30px;
    width: 230px;
    margin: 5px auto;
    padding: 3px;
    cursor: pointer;
    transition: 0.5s;
}
.addcomm > input[type="submit"]:hover{
    background-color: white;
    color: #CD8131;
    transition: 0.5s;
}
.addcomm > span{
    font-size: 10px;
    color: red;
}
.repondreComm{
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 2px;
    color: #27558D;
    font-weight: bold;
    cursor: pointer;
}
#reponseUser{
    display: none;
    width: 100%;
}
.afficheUser{
    width: 100%;
    display: none;
    flex-wrap: wrap;
}
.afficheUser > div{
    border: solid 2px #27558D;
    color: #27558D;
    background-color: white;
    font-weight: bolder;
    font-size: 16px;
    padding: 3px 10px 3px 10px;
    border-radius: 5px;
    margin: 5px;
}
.afficheUser > div > div{
    display: inline-block;
    margin: 0px 5px;
    cursor: pointer;
}

.afficheCompteIdentifiy{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
}
.afficheCompteIdentifiy > div {
    border: solid 1px #27558D;
    color: #27558D;
    background-color: white;
    font-weight: bolder;
    font-size: 13px;
    padding: 1px 10px 1px 10px;
    border-radius: 5px;
    margin: 5px;
}


.donsmartphone{
    display: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .onechronique{
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
    .contener-texte{
        padding: 0;
    }
    .divDon{
        
    }
    .commentaire{
        width: 100%;
        
    }
    .commentaire input{
        width: 300px !important;
    }
    .commentaire textarea{
        width: 300px !important;
    }
}
@media screen and (max-width: 700px) {
    .onechronique img{
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .divDon{
        display: none !important;
    }
    .donsmartphone{
        display: block;
    }
}