@import url("//fonts.googleapis.com/css?family=product+sans:400,400i,700,700i");
body, h1, h2, h3, h4, h5, h6, #top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
	font-family: "Product Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	text-rendering: geometricPrecision;
}


@media  only screen and (min-width: 900px){
	#site-description .logo {
    text-align: left !important;
}
}

img {
	max-width: 100%;
	height: auto;
}


dl.icon[class*="forum_"]:before, dl.icon[class*="topic_"]:before, dl.icon[class*="sticky_"]:before, dl.icon[class*="pm_"]:before, dl.icon[class*="global_"]:before, dl.icon[class*="announce_"]:before {
    border-radius: 100%;
}

dl.icon:before {
    box-shadow: 10px -23px 0 -7px #f2f2f2, -22px -14px 0 -7px #f2f2f2;
}


#wrap {
    background-image: url(images/pattern-mickey.png) !important;
    background-attachment: fixed !important;
}


#page-header:before {
    content: '';
    width: 100%;
    height: 100%;
	background-image: url(images/bg-header.png) !important;
	background-size: cover;
    display: block;
    position: absolute;
    z-index: 0;
}
/*MAsquage mystérieuse barre du haut*/
.top-block {
    display: none;
}

.forum-image {
    border-radius: 5px;
    box-shadow: 0px 5px 10px -5px #000;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 10px;
    top: 0;
    left: 0;
}

ul.topiclist dt {
    width: calc(100% - 440px);
	margin: 0 !important;
}

dl.icon dt .list-inner {
    display: inline-block;
    margin: initial !important;
    float: left !important;
    padding: 10px 10px 10px 60px;
    position: relative;
    width: 100%;
}

li.header dl.icon dt .list-inner {
	padding: initial;}

dl.icon dt .list-inner.avec-image {
    padding: 0 10px;
}

@media  only screen and (min-width: 1120px){
	dl.icon dt .list-inner.avec-image{width: calc(100% - 300px);}
    
}

@media  only screen and (max-width: 900px){
ul.topiclist dt {
        width: 65%;
}

	
	
	
}

.forum-image img {
  object-fit: cover !important;}


/*dt div.list-inner {
    padding-left: 290px !important;
}*/

/*ul.topiclist li.row dl {
    min-height: 105px;
}*/


@media  only screen and (min-width: 900px){
.forum-image, .forum-image img {
max-height: none !important;
max-width: none !important;
    width: 275px !important;
    height: 85px !important;

}
}

@media  only screen and (max-width: 900px){
.forum-image, .forum-image img {
max-height: none !important;
max-width: none !important;
    width: 65px !important;
	height: 65px !important;}

dl.icon dt .list-inner.avec-image {
    width: calc(100% - 100px);
	
	}
	
	
/*	dt div.list-inner {
    padding-left: 80px !important;
}*/
}

@media only screen and (max-width: 480px) {
ul.topiclist dt {
    width: 100%;
}}

/*Diminution sous-forum*/
li.row strong.subforums-title {
  font-size: 0.8em;}

li.row .subforums-wrapper {
    font-size: 0.85em;
  line-height: 1.45em;}


/*Mini correction galerie*/
.polaroid img {
    height: 120px;
    object-fit: cover;
    width: 218px;
    position: relative;
}




/*Correction logo forum*/
.imageset.site_logo {
    padding-left: 350px;
    padding-top: 86px;
    visibility: visible;
}


#site-description h1 {
	display: none;
}


/*Ajout mini logo DG Forum Topbar Fixed*/


.topbar.fixed .inner:before {
    content: '';
    position: relative;
    float: left;
    width: 36px;
    height: 36px;
    margin-right: 20px;
    background-image: url(images/mini-logo.png);
    background-size: cover;
}
.topbar.fixed[style="top: 0px;"] .inner:before {
	display: none;
}

#navbar-main[style="top: 0px;"] {
	background-color: rgba(0,0,0,0) !important;
}


/*Correction des éléments d'interfaces*/
#page-body > .action-bar .mark-read {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 10px 15px 10px 30px;
}
#page-body > .action-bar .mark-read:before {
	left: 7px;
}



/*Correction des couleurs boutons, entêtes, etc*/

li.header, .right-box a, .button, a.button, a.button1, input.button1, a.button2, input.button2, a.input.button3, input.button3, #back2topMain {
background: rgb(93,90,255);
background: -moz-linear-gradient(-45deg, rgba(93,90,255,1) 0%, rgba(209,75,151,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(93,90,255,1) 0%,rgba(209,75,151,1) 100%);
background: linear-gradient(135deg, rgba(93,90,255,1) 0%,rgba(209,75,151,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5aff', endColorstr='#d14b97',GradientType=1 );}


/*Desactivation de la couleur de bg en footer (cohérence acec le bg du body)*/
#page-footer, .endbar {
	background: none;
}



/*Correction page profil*/

/*.left-box:first-child {
	padding: 0 50px 50px 0;
} */

@media  only screen and (min-width: 990px){
.left-box:first-child {
    width: 20%;
	}
.left-box.profile-details {
    width: 80%;
	}

}


@media  only screen and (max-width: 990px){
.left-box:first-child {
    width: 100%;
	}
.left-box.profile-details {
    width: 100%;
	}

}


.left-box.profile-details {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 15px 45px -20px #000;
	float: left !important;
}



.img-circle ,.profile-avatar img {
    display: block;
	border-radius: 10px;
	margin: 0 auto 25px auto;
  
	
    box-shadow: 0 15px 45px -20px #000;
}

.profile-avatar img, .img-circle img, .postprofile .avatar img, .postprofile .avatar .img {
    width: 120px;
    height: 120px !important;   
    object-fit: cover;
 
}


.postprofile .avatar.auto-avatar .img {
    width: 120px;
    height: 120px;
	line-height: 120px;}


.avatar.auto-avatar .img.img-circle {
    border-radius: 1000px;
}



body #page-header {
    background-position: top center !important ;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


@media (max-width: 768px) {
	.main {
    width: 90%;
		margin-top: 30px;
}

	table.responsive span.rank-img {
    float: right;
    display: block;
    padding-right: 5px;
    max-width: 40%;
    font-size: 0.9em;
    text-align: right;
}
	
	table.memberlist thead, table.memberlist tbody {
		display: initial;
	}
	
	table.memberlist td {
		display: table-cell !important;
	}
	
	table.memberlist td > dfn {
		display: none !important;
	}
	
	
	table.memberlist tr td:first-child {
    width: 250px !important;
}
	
	table.memberlist tr td:last-child {
    text-align: right!important;
}
	
	
	table.memberlist a.postlink {
		visibility: hidden;
	}
	
	table.memberlist a.postlink:before {
		display: block;
		position: relative;
		content: 'Voir son site';
		visibility: visible;
	}
	
	table.memberlist td.info, table.memberlist td.info.empty {
    display: table-cell !important;
		width: 88px !important;}
	
}