* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;    
}

.inlineblock {
    display: inline-block;
    margin-bottom: 10px;
}

img {
    width: 100%;
    max-width: 600px;    
}
#meteo img {
    width: 50px;    
}

body .template{    
    background-color: #1e1e1e;    
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), 
    url('../images/imageavatar125360.jpg');   
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    color: rgb(210, 210, 210);  
}

body .template{
    margin-top: 49px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

body .template main {
    flex: 1 0 auto;
}

body .template footer {
    flex: 0 0 auto;
}

/*************************
*                        *
*                        *
*        Header          *
*                        *
*                        *
*************************/

header {
    width: 100%;
    min-height: 50vh;
    min-height: 110px;    
    background-image:  linear-gradient(
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5));
    background-size: cover;    
    display: flex;
    flex-direction: column;
    align-items: center;
    color:white;
}

header > div{
    flex: 0 1 auto;
    margin: 0 auto; 
    text-align: center;    
}

header > nav{
    flex: 0 1 100%;
    margin: 0 auto; 
    text-align: center;    
}

header h1 {
    margin-top: 5px;
    padding: 5px 10px;
    background-image: linear-gradient(
        rgba(247, 179, 71, 0.6),
        rgba(247, 179, 71, 0.6));
    color: white;
    border-radius: 25px;
    font-size: 36px;
    text-shadow: 0px 1px 0px #794f02;
}

header nav {
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0;
    margin: 0 auto;  
    z-index: 2;       
    background-color: orange;   
    font-size: 24px;
    box-shadow: 0px 1px 1px 1px rgb(0, 0, 37);
    padding: 10px 0px;   
}

header nav ul {   
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

header nav ul li {
    margin-right: 10px;
    text-align: right;
    list-style: none;
}

header nav ul li a {
    text-decoration: none;
    color: rgb(63, 41, 0); 
    color: rgb(245, 245, 245);
    text-shadow: 0px 1px 0px #794f02;
    font-size: 18px;
    text-transform: uppercase;      
}

header nav ul li a:hover {  
    color: black; 
}

#meteo {
    position: absolute;
    top: 57px;
    right: 11px;
    max-width: 200px;
}

/**************************************/


#cookieSite {
    position: absolute;
    padding: 50px 20px;    
    top: 50vh;
    left: 0px;
    right: 0px; 
    width: 50%;
    margin: 0 auto;
    background-color: white;
    border: solid 2px black;
    color: black;
    box-shadow: 10px 5px 5px black;
 
}


#cookieSite .lienRetourCookie {
    text-decoration: none;
    color: black;    
}











.slider {
    padding: 20px 0px;
    background-image: url('./../images/header-background-see.jpg');
    background-position: center;
}

#diaporama {
    position: relative;     
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 650px;
    max-height: 300px;
    margin: 0 auto;   
}

#texteDiapo {  
    position: absolute;    
    top: 5%;
    left: 7%; 
    padding: 10px;
    width: 85%;
    background-color: transparent;   
}

#diaporama a {
    display:block;
    border-bottom: solid 2px rgba(30, 20, 0, 0.8);   
    border-radius: 10px;
    background-color: rgba(60, 40, 0,0.8);  
    flex: 0 1 auto;
    width:150px;
    color: white;
    margin-left: 10px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; 
}

#diaporama img {
    display: block;
    flex: 0 1 auto;    
    width: 85%; 
    height: 300px;
    object-fit: cover;  
}

.typedescriptif {
    line-height: 1.3;
    position: relative;
    padding: 10px;
    bottom:0px;
    color:white;    
    max-width: 70%;
    margin: 20px 10px 0px 0px;
    background-image: linear-gradient(rgba(0, 0, 0,0.6),rgba(0, 0, 0,0.6));
    border-radius: 5px;
    overflow: hidden;
}

.boutonDiapo {
    flex: 1 1 auto;
    width: 25px;
    background-color: rgba(255, 165, 0, 0.5);
    color: rgb(210, 210, 210);
    border: none;    
}

.boutonDiapo:hover {
    flex: 1 1 auto;
    background-color: rgba(255, 165, 0, 0.6);
    color: white;    
}

button {
    display: block;    
}

#boutonPause, #boutonMarche {  
    margin: 5px auto;    
	background : white;
	border: solid 1px grey;
	border-radius: 50px;
    padding: 5px 40px;
    background-color: orange;
    color: rgb(240, 240, 240);
}

#boutonPause:hover, #boutonMarche:hover {    
    background-color: rgb(250, 169, 18);
    color: white;
}

.wrapper {   
    padding: 0 10px;
    max-width: 600px;
    margin: 0 auto;   
}

.container-home {   
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.home_page {
    max-width: 1200px;    
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;    
    grid-column-gap: 20px;   
}

.hpt {
    height: 20px;
    font-size: 16px;
    font-weight: 400;
}

.hps {
    height: 91px;
    overflow: hidden;
}

.home_page a {
    text-decoration: none;
    color: rgb(210, 210, 210);
}

.img-anime img {
    display: block;
    width: 100%;
    height: 200px;       
    object-fit: cover;
}

/*************************
*                        *
*                        *
*        Forum           *
*                        *
*                        *
*************************/

.orange {
    color:orange;
}

.pagetype {   
    color: white;  
}

.animepresentation {
    border: solid 2px #ffcb6d;       
    background-color: #fff3db;      
    color: #312310;
}

.comments {
    color:rgb(210, 210, 210);
}

.comments-user {
    background-color: #1e1e1e;
    border: solid 1px orange;
    box-shadow: 1px 1px 5px #cecece;   
}

.avatar { 
    border: solid 2px rgb(70, 50, 0); 
    border: solid 1px orange;  
    box-shadow: 1px 1px 5px #cecece; 
}

.datec
{
	color:grey;
	margin: 5px;
	font-size: 14px;	
}

/***************/

.italic {
    font-style: italic; 
}

.forumpath {
    font-size: 14px;
}

.pagetype .forumpath a {
    font-size: 14px;
    color: #cecece;    
}

.pagetype .forumpath a:hover {  
    color: orange;    
}

.animepresentation {
    padding: 10px;  
    line-height: 1.4;
    border-radius: 10px;
}

.paging {
    margin: 10px 0px;   
}

.pagetype {
    padding: 10px;   
}

.pagetype a{   
    color:white;
    text-decoration: none;
}

.pagetype a span:hover{   
    color:rgb(253, 190, 74);    
}

.curt {
    color: white;
    display: inline-block;  
    background-color: orange;
    border-radius: 50px;
    padding: 6px 10px;
    margin: 0px 2px;
    margin-right: 5px;
    text-decoration: none; 
}

.paging a{
    display: inline-block;
    color: white;
    background-color: transparent;
    border-radius: 50px;
    padding: 6px 10px;
    margin: 0px 2px;
    text-decoration: none; 
}

.section-title-mb20 {   
    margin-bottom: 20px;
}

.comments-user {    
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    width: 500px;
}

.comments {
    margin: 10px 0px;
}

.reportbutton {
    background-color: transparent;
    margin-top: 10px;
    border: none;
    color: red;
}

.reportbutton a{  
    color: red;
}

#send_button {
    background-color: orange;   
    padding: 5px 20px;
    margin: 10px 0; 
    border: solid 1px rgb(231, 151, 2);
    border-radius: 5px;
}

.avatar {    
    display: block;
    width: 100px;
    max-height: 100px;
    border-radius: 10px;
    object-fit: cover;      
}

.avatar-nameuser {  
    margin-right: 10px;
}

.nameuser {   
    color: orange;
}

.postuser {
    display: flex;    
    margin: 20px 0px;    
}

.avatar-nameuser {
    text-align: center;
}

.nameuser {
    padding: 5px 0px;
}

.summary {
    padding: 20px 0px; 
}

footer {
    background-color: orange;
    color: black;
    text-align: center;
    padding: 20px;
}

button input{
    font-size: 14px;
}

/**************************

messages alerte

**************************/


.alert_message {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; 
    background-color: rgb(254, 244, 246);
    color: rgb(241, 121, 173);
    padding: 15px 44px 15px 15px;
}

.alert_message > * {
    flex: 1 1 auto;
}

.alert_message a {    
    display: block;
    margin-top: 10px;
    color:white;
    text-decoration: none;
    max-width: 80px;    
    font-size: 14px;
    padding: 5px 15px;
    color: rgb(230, 230, 230);
    background-color: rgb(228, 79, 98);
    background-image:  linear-gradient(-180deg,rgb(228, 79, 98),rgb(172, 47, 63), 90%);    
    border: solid 1px rgb(228, 79, 98);      
    border-radius: 3px;
}

.alert_message a:hover{
    color:white;
    background-color: rgb(211, 62, 82);
    background-image:  linear-gradient(-180deg,rgb(206, 59, 78),rgb(156, 35, 52), 90%); 

}


footer a {    
    color: black;
    text-decoration: underline;
}


/*************************
*************************/





@media screen and (max-width:1250px) {
    .container-home {   
        max-width: 800px;    
    }
    .home_page {
        max-width: 800px;   
        grid-template-columns: 1fr 1fr;   
    }
}

@media screen and (max-width:850px) {
    .container-home {   
        max-width: 600px;    
    }
    .home_page {
        max-width: 600px;   
        grid-template-columns: 1fr;   
    }

    .img-anime img {        
        width: 100%;
        height:300px;        
    }
}

@media screen and ( max-width: 700px ){    
    body .template {
        margin-top: 0;
    }

    #meteo {
        position: relative;
        top: 10px;
        right: 0px;
        max-width: 200px;
        }
}

@media screen and (max-width:650px) {
    .comments-user {        
        width: 300px;
    }
}

@media screen and (max-width:585px) {    
    .typedescriptif {
        display: none;
    }

    #diaporama img {
        height: 250px;

    }
 
}


.tox-notification {
    display: none!important;
}
