@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
    font-family: 'oswaldRegular';
    src: url('fonts/oswald-regular-webfont.woff2') format('woff2'),
    url('fonts/oswald-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald-light-webfont.woff2') format('woff2'),
    url('fonts/oswald-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
    font-family: 'ralewayRegular';
    src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
    url('fonts/raleway-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.woff2') format('woff2'),
    url('fonts/raleway-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/


@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/*
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

html, body { height: 100% }

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background:#fbfaf8;
    /*color:#6f6f6f;*/
    color:#555555;
    font-family: 'Lato', sans-serif;
}

/* liens ! */
a, a:hover, a:visited{
	color:#996633;
}

/* gras ! */
b, strong{
	/*font-weight:bold;*/
	font-family:'latobold';
	font-weight:normal;
	color:#9d561b;
}

em, i{
    font-style:italic;
}

.hidemobile{
    display:none;
}

.center{
  text-align:center;
}

input, textarea{
    border:1px solid #cccccc;
    font-size:1.4rem;
    padding:5px 10px;
    margin:5px 0;
    font-family:arial;
}

iframe{
    max-width:100%;
}


.submitbutton{
    border:none;
    border-bottom:3px solid #523c2c;
    background:#998675;
    color:#ffffff;
    font-size:1.5rem;
    cursor:pointer;
    text-align:center;
    min-width:170px;
    font-weight:bold;
    font-family: 'Lato', sans-serif;
}


.formfield{
    width:100%;
    margin:20px auto;
}
.formfieldbloc{
    width:100%;
    overflow:auto;
}
.formfield:after{
    content:' ';
    display:block;
    clear:both;
}
.formfield label{
    display:block;
    width:100%;
    margin-bottom:6px;
}
.formfield input[type=text],
.formfield input[type=email],
.formfield input[type=password],
.formfield textarea
{
    font-family:inherit;
    border:none;
    width:100%;
    font-size:inherit;
    border:2px solid #cccccc;
    height:4rem;
    padding:3px 5px;
    background:transparent; background:#f5f5f6;
    color:#666666;
    font-family: 'Lato', sans-serif;
}
.formfield input[type=text]:hover,
.formfield input[type=email]:hover,
.formfield input[type=password]:hover,
.formfield input[type=text]:focus,
.formfield input[type=email]:focus,
.formfield input[type=password]:focus,
.formfield textarea:hover,
.formfield textarea:focus,
.formfield select:hover,
.formfield select:focus
{
    border-bottom:2px solid #666666;
}
.formfield input[type=text]:hover:disabled,
.formfield input[type=email]:hover:disabled,
.formfield input[type=password]:hover:disabled,
.formfield input[type=text]:focus:disabled,
.formfield input[type=email]:focus:disabled,
.formfield input[type=password]:focus:disabled{
    border-bottom:2px solid #cccccc;
}

.submitbutton:disabled {
    background: #dddddd;
    cursor:not-allowed;
}

.formfield.formfield_error input[type=text],
.formfield.formfield_error input[type=email],
.formfield.formfield_error input[type=password],
.formfield.formfield_error textarea{
    border-bottom:2px solid #cc0000!important;
}

.formfield select{
    font-family:inherit;
    border:none;
    width:100%;
    font-size:inherit;
    border:2px solid #cccccc;
    height:4rem;
    padding:3px 5px;
    background:transparent; background:#f5f5f6;
    color:#666666;
     font-family: 'Lato', sans-serif;
}
.formfield textarea{
    height:120px;
    font-family:inherit;
    font-size:inherit;
}


.alert-error, .alert-success{
    /*display:table-caption;*/
    display:block;
    width:auto;
    margin:20px 15%;
    text-align:center;
    padding:10px 30px;
    /*background:rgba(137,23,0,0.4);*/
    background:#b34503;
    color:#ffffff;
    /*margin:10px 0;*/
}
.alert-error:after, .alert-success:after{
    content:' ';
    width:100%;
    clear:both;
    height:5px;

}
.alert-success{
    color:#ffffff;
    /*background:rgba(0,137,3,0.4);*/
    background:#998675;
}
.errorlog{
    color:red;
    display:block;
}



/* fonds couleurs types articles */
.bg_category_1 {
    background:#998675!important;
}

a.category_info{
    color:#ffffff;
    padding:5px;
    background:#463b2e;
}


/* blocs en 4 sur fullsize*/
.blocs_4{
    width:100%;
    text-align:left;
    padding:10px;
    vertical-align:top;
}



/* addthis */
.addthis_inline_share_toolbox{
    margin-bottom:20px;
}



/***********************************************/
/* bloc de listing */
div.element_liste_bloc {
    border-radius: 0;
    clear: both;
    margin: 0 0 20px 0;
    opacity: 1;
    position: relative;
    transition: all 0.2s linear 0s;
    color: #000000;
    text-shadow: none;
    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);*/
}

div.element_liste_bloc:hover {
    /*border: 1px solid #AAAAAA;*/
    /*box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);*/
}
div.element_liste_bloc:hover .element_liste_bloc_title{
    border-left-color:#736357!important;
}
div.element_liste_bloc:hover .element_liste_bloc_title h3 a{
    color:#996633;
}

div.element_liste_bloc:before {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 26px;
    border-top: 1px dashed #CCCCCC;
}


div.element_liste_bloc div.element_liste_bloc_title {
    font-family:'latobold';
    background:#ffffff;
    color:#6f6f6f;
    padding: 10px;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid #d4d4d4;
    border-left:4px solid #d2c2ae;

    border-top:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;

    box-shadow: 0 4px 2px -2px #d4d4d4;
}
div.element_liste_bloc div.element_liste_bloc_title h3{
    font-size:1.8rem;
    margin-right:25px;
}
div.element_liste_bloc div.element_liste_bloc_title h3 a{
    color:#6f6f6f;
}

div.element_liste_bloc div.element_liste_bloc_title span.comments{
    position:absolute;top:10px;right:5px;
    display:block;
    color:#cccccc;
}


div.element_liste_bloc div.title span.label {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div.element_liste_bloc div.element_liste_bloc_title span.date {
    /*float: right;*/
    font-size:0.7em;
    color:#cccccc;

}

div.element_liste_bloc div.content {
    margin-left:4px;
    background:#ffffff;
    color:#6f6f6f;
    border-right:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    border-left:1px solid #dfdfdf;
}
div.element_liste_bloc div.content .image{
    float:left;
    max-width:25%;
    max-height:220px;
    overflow:hidden;
    margin-right:2%;
    height:100%;
    /*margin:0 5px 5px 5px;*/
}
div.element_liste_bloc div.content .image img{
    display:block;
    width:100%;
    height:auto;
}
div.element_liste_bloc div.content .content_content{
    padding: 10px 10px 10px;
}

div.element_liste_bloc div.content:after {
    clear:both; content:"."; display:block; height:0; visibility:hidden;
}


.select_listing{
    margin:10px 0;
}


/***********************************************/










header#head{
    background:#998675 url(../img/noise2.png);
    z-index:6;
    position:fixed;
    top:0;
    text-align:center;
    height:50px;
    width:100%;
    font-family:'oswaldRegular';
}

header#head .header_content{
    position:relative;
    width:100%;
    height:100%;
    max-width:1250px;
    margin:0 auto;
    text-align:left;
}

header#head .header_content h1{
    position:relative;
    height:100%;
    width:auto;
    max-width:40%;
}
header#head .header_content h1 a{
    padding:8px 0 8px 20px;
    display:block;
    height:100%;
}
header#head .header_content h1 a img{
   /* height:100%;
    width:auto;*/
    max-width:none;
    height:auto;
    width:auto;
    max-height:100%;
}



/* bouton menu mobile */
header#head .header_content #mobile_nav{
    position:absolute;
    width:45px;
    height:100%;
    right:0px;
    top:8px;
}
header#head .header_content #mobile_nav .sidebar-menu-fleche  { cursor: pointer; padding: 0px 35px 16px 0px; margin-top:15px; }
header#head .header_content #mobile_nav .sidebar-menu-fleche  span, header#head .header_content #mobile_nav .sidebar-menu-fleche  span:before, header#head .header_content #mobile_nav .sidebar-menu-fleche  span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 35px;
    background: #fbfaf8;
    position: absolute;
    display: block;
    content: '';
}
header#head .header_content #mobile_nav .sidebar-menu-fleche  span:before {
    top: -10px;
}
header#head .header_content #mobile_nav .sidebar-menu-fleche  span:after {
    bottom: -10px;
}

header#head .header_content #mobile_nav .sidebar-menu-fleche  span,
header#head .header_content #mobile_nav .sidebar-menu-fleche  span:before,
header#head .header_content #mobile_nav .sidebar-menu-fleche  span:after {
    transition: all 500ms ease-in-out;
}
header#head .header_content.ouvert #mobile_nav .sidebar-menu-fleche span {
    background-color: transparent;
}
header#head .header_content.ouvert #mobile_nav .sidebar-menu-fleche span:before,
header#head .header_content.ouvert #mobile_nav .sidebar-menu-fleche span:after {
    top: 0;
}
header#head .header_content.ouvert #mobile_nav .sidebar-menu-fleche span:before {
    transform: rotate(45deg);
}
header#head .header_content.ouvert #mobile_nav .sidebar-menu-fleche span:after {
    transform: rotate(-45deg);
}
/* navigation */
header#head .header_content .navigation_globale{
    position:fixed;
    top:0;
    right:-100%;
    width:100%;
    height:100vh;
    margin-top:50px;
    padding-bottom:50px;
    background:#ffffff;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
header#head .header_content.ouvert .navigation_globale{
    right:0;
    color:#8c8c8c;
}
header#head .header_content .navigation_globale a{
    color:#8c8c8c;
}
header#head .header_content .navigation_globale .navigation_network:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }

header#head .header_content .navigation_globale .navigation_network ul{
    float:right;
    width:100%;
    border-bottom:1px solid #8c8c8c;
}
header#head .header_content .navigation_globale .navigation_network ul li{
    float:left;
    *zoom: 1;
    height: 40px;
    line-height: 40px;
    width:16.6666666667%;
    font-weight: normal;
    text-align:center;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    position:relative;
    background:url(../img/head-separation.gif) no-repeat left center;
    vertical-align:middle;
}
header#head .header_content .navigation_globale .navigation_network ul li a{
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}
header#head .header_content .navigation_globale .navigation_network ul li a:hover{
    color:#303030;
}
header#head .header_content .navigation_globale .navigation_network ul li.fb{
    background:none;
}
header#head .header_content .navigation_globale .navigation_network ul li .inscription{
     color:#c7b299;
    padding:0 10px;
 }
header#head .header_content .navigation_globale .navigation_network ul li#login{
    text-align:center;
    width:100%;
    background:none;
    border-bottom: 1px solid #8c8c8c;
}
header#head .header_content .navigation_globale .navigation_network ul li#login a{
    display:inline;
}
header#head .header_content .navigation_globale .navigation_network ul li#login #login-content {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    background: #998675;
    padding: 10px;
    width:100%;
    text-align:center;
}
header#head .header_content .navigation_globale .navigation_network ul li#login #login-content .login-content-inside{
    width:250px;
    margin:0 auto;
    text-align:left;
}

header#head .header_content .navigation_globale .navigation_network ul li#login #login-content input[type=submit]{
    border:1px solid #473c2f;
    background:#473c2f;
    color:#ffffff;
    font-size:1.5rem;
    cursor:pointer;
    text-align:center;
}

header#head .header_content .navigation_globale .navigation_network ul li#login #login-content .lost_pwd{
    color:#ffffff;
    font-size:1.2rem;
    margin-left:10px;
}


header#head .header_content .navigation_globale .navigation_network ul li#login a{
    width:auto;
}
header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok{
    position:fixed;
    height:45px;
    width:45px;
    display:block;
    top:5px;
    right:55px;
    padding-right:0;
    overflow:hidden;
    vertical-align:middle;
}
header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok .avataruser{
    width:auto;
    height:70%;
    border-radius:50%;
    vertical-align:middle;
    margin:0;
}

header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok .notifications_count{
    display:block;
    width:18px;
    height:18px;
    line-height:19px;
    position:absolute;
    top:5%;right:0;
    background:#463b2e;
    color:#ffffff;
    text-align:center;
    font-size:1rem;
    border-radius:50%;
    text-shadow:none;
}
header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok .notifications_count.notifications_off{
    display:none;
}

header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list{
    display:block;
    position:fixed;
    top:50px;
    right:0;
    left:auto;
    width:90%;
    z-index:99;
    background:#ffffff;
    padding:0;
    font-size:1.3rem;
    /*height:60%;*/
    overflow:hidden;
    color:#463b2e;
    text-shadow:none;
    font-family: 'Lato', sans-serif;
    text-align:left;
    /*border-top:1px solid #463b2e;*/
    border-left:1px solid #463b2e;
    border-bottom:1px solid #463b2e;
    background: #f4f3f1 url(../img/noise2.png);
}
header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list h4{
    font-weight:normal;
    padding:10px;
    font-family:'oswaldRegular';
    border-bottom:1px solid #d1d1d1;
    background: #ffffff url(../img/noise2.png);
}
header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list a{
    color:#463b2e;
    display:block;
    padding:6px 10px;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #d1d1d1;
    line-height:1.3;
}
header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list a:first-child{
    /*border-top:none;*/
}
header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list a:hover{
   background:#ffffff;
}

header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list.notifications_list_off{
    display:none;
}

header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list strong{
    color:inherit;
}


/* Menu principal ! */
header#head .header_content .navigation_globale #navigation{
    height:100%;
    position:relative;
    padding:5px 0;
}
header#head .header_content .navigation_globale #navigation ul{
    padding:5px 20px 0 20px;
}
header#head .header_content .navigation_globale #navigation li{
    font-size:2rem;
    margin-bottom:5px;
}
header#head .header_content .navigation_globale #navigation a{
    color:#303030;
    font-weight:normal;
    padding-left:0;
    position:relative;
    text-transform:uppercase;
}
header#head .header_content .navigation_globale #navigation > ul > li.selected > a,
header#head .header_content .navigation_globale #navigation > ul > li > a:hover,
header#head .header_content .navigation_globale #navigation > ul > li >ul > li.selected > a,
header#head .header_content .navigation_globale #navigation > ul > li >ul > li > a:hover{
    color:#c7b299;
}
header#head .header_content .navigation_globale #navigation li ul{
    margin-left:10%;
}
header#head .header_content .navigation_globale #navigation li ul li a{
    font-size:1.6rem;
    text-transform:none;
    font-weight:normal;
    color:#8c8c8c;
}
header#head .header_content .navigation_globale #navigation > ul > li >ul > li{
    margin:0;
}

/* recherche */
.searchbox_container{
    width:96%;
    margin:0 auto;
    position:relative;
    right:auto;
    height:40px;
    top:auto;
    z-index:3;
}
.searchbox{
    position:relative;
    min-width:40px;
    width:100%;
    height:40px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
    background:#857568;
    border-radius:22px;
}

.searchbox-input{
    font-family:'oswaldRegular';
    border:0;
    outline:0;
    background:transparent;
    color:#ffffff;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 40px 0px 20px;
    border-radius:20px;
    font-size:1.6rem;
}
.searchbox-input::-webkit-input-placeholder {
    color: #cccccc;
}
.searchbox-input:-moz-placeholder {
    color: #cccccc;
}
.searchbox-input::-moz-placeholder {
    color: #cccccc;
}
.searchbox-input:-ms-input-placeholder {
    color: #cccccc;
}

.searchbox-icon,
.searchbox-submit{
    width:40px;
    height:40px;
    display:block;
    position:absolute;
    top:0;
    font-size:1.6rem;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    background:#857568;
    color:#ffffff;

}
.searchbox-open{
    width:100%;
}
.ui-autocomplete {
    position: absolute;
    top:41px!important;
    left: 2.5%!important;
    z-index: 1000;
    float: left;
    display: none;
    width: 90%!important;
    padding: 4px 0;
    margin: 0 0 10px 10px;
    list-style: none;
    background-color: #857568;
    border-color: #857568;
    /*border-color: rgba(0, 0, 0, 0.2);*/
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
header#head .header_content .navigation_globale #navigation ul.ui-autocomplete li{
    float:none;
    height:auto;
    line-height:normal;
    font-size:1.5rem;
    color:#eeeeee;
    cursor:pointer;
	margin:6px 8px 0 8px;
	padding:6px 0 0 0!important;
	border-top:1px solid #aaaaaa;
}
header#head .header_content .navigation_globale #navigation ul.ui-autocomplete li:first-child{
	border-top:none;
}
header#head .header_content .navigation_globale #navigation ul.ui-autocomplete  li:hover{
    color:#ffffff;
}
.ui-menu-item{

}


.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
    font-size:1.3rem;
	/*border-bottom:1px solid #8c8c8c;*/
}

.ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-menu-item > a.ui-corner-all.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #38a6a7;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    cursor:pointer;
}
.ui-helper-hidden-accessible{
    display:none;
}

.ui-menu-item .rechimg,
.ui-menu-item .rechtxt{
	display:inline-block;
	vertical-align:middle;
}
.ui-menu-item .rechimg{
	width:32%;
	margin:0 4% 0 0;
	line-height:normal;
}
.ui-menu-item .rechimg img{
	display:block;
}
.ui-menu-item .rechtxt span{
	font-size:0.8em;
}

aside.right-col .right_element.right_recherche .bloc_recherche .ui-autocomplete{
    position: absolute;
    left: 0!important;
    float:none;
    height:auto;
    z-index: 1000;
    background-color: #ffffff;
    border-color: #cccccc;
    color:#857568;
    margin:0;
}
aside.right-col .right_element.right_recherche .bloc_recherche .ui-autocomplete li{
    cursor:pointer;
    text-align:left;
    padding: 2px 5px;
}


#breadcrumb{
    width:100%;
    /*height:34px;*/
    /*line-height:34px;*/
    /*background:#473c2f;*/
    background:#473c2f  url(../img/noise2.png);
    margin:0 auto;
    color:#ffffff;
    font-family:'oswaldlight';
    display:block;
}
#breadcrumb .breadcrumbContent{
    margin:0 auto;
    max-width:1250px;
    text-align:left;
    padding:7px 10px;
    display:block;
    font-size:1.3rem;
}
#breadcrumb .breadcrumbContent li{
    display:inline-block;
    margin-right:5px;
}


#breadcrumb a{
    color:#ffffff;
}
#breadcrumb .breadcrumbContent li:not(:first-child) a:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-right: 5px;
    /*vertical-align: middle;*/
}


    /*************************************************/
/* Contenu du site !                            */
/*************************************************/
hr{
    width:100%;
    height:2px;
    border:none;
    border-bottom:1px solid #ffffff;
    border-top:1px solid #d1d1d1;
    margin:0;
}

#content{
    min-height:300px;
    margin-top:50px;
}

/* titre général */
.titre_bloc{
    font-weight:normal;
    font-family:'oswaldRegular';
    color:#434343;
    border-bottom: 1px solid #ffffff;
    /*padding-left:2px;*/
    text-transform:uppercase;
    margin:0;
}
.titre_bloc:after {
    content: " ";
    display: block;
    padding: 0;
    height: 1px;
    width:100%;
    background: #d1d1d1;
}
.titre_bloc span:not(.smaller){
    position:relative;
    display:inline-block;
}
.titre_bloc span:after{
    content: ' ';
    position: absolute;
    height: 2px;
    left:0;
    bottom: -2px;
    width:100%;
    background:#434343;
}
.titre_bloc a {
    color:#434343;
	display:inline-block;
}
.titre_bloc span.smaller{
    font-size:0.75em;
}



/* ajout d'une marge si besoin (titres par exemple...) */
.margintop{
    margin-top:2rem;
}
.marginbottom{
    margin-bottom:2rem;
}



/* titre général */
footer .titre_bloc{
    color:#777777;
    border-bottom:none;
    margin-bottom:20px;
}
footer .titre_bloc:after {
    content: " ";
    display: block;
    padding: 0;
    height: 1px;
    width:100%;
    background: #777777;
}

footer .blocs_4 a{
    color:#777777;
}




/* blocs latéraux ou prefooter */
.blocs_4_lastcommentaires{
    font-family:'oswaldRegular';
}
.blocs_4_lastcommentaires .bloc_commentaire{
    margin:10px 0 5px 0;
}
.blocs_4_lastcommentaires .comm_titre{
    font-size:1.5rem;
}
.blocs_4_lastcommentaires .comm_titre a{
    color:#6f6f6f;
}
.blocs_4_lastcommentaires .comm_titre a span{
    color:#996633;
    font-size:1.3rem;
}
.blocs_4_lastcommentaires .comm_auteur{
    font-family:'oswaldLight','oswaldRegular';
}



.page_inside{
    width:100%;
    max-width:1250px;
    margin:0 auto;
    padding:20px 10px;
}

.page_inside_content{
    width:100%;
    margin:0;
    text-align:left;
    line-height:1.4;
}

aside.right-col{
    width:100%;
    display:block;
    text-align:left;
    padding:20px 0;
}

aside.right-col .right_element{
    margin:0 0 20px 0;
    text-align:center;
}
aside.right-col .right_element h3{
    text-align:left;
}
/*************************************************/
/* COLONNE DE DROITE */
aside.right-col .blocplus{
    float:right;
    color:#9d9790;
    font-size:2.2rem;
}
aside.right-col .blocplus a{
    color:#9d9790;
}

aside.right-col .right_element.right_jeux a{
    display:block;
    width:100%;
    max-width:300px;
    height:auto;
    margin:10px auto;
}

aside.right-col .right_element.right_articles .last_articles{
    position:relative;
    margin:1.5rem 0;
    /*height:130px;*/
    width:100%;
    text-align:left;
}
aside.right-col .right_element.right_articles .last_articles .category{
    position:relative;
    padding:5px;
    background:#463b2e;
    font-size:1.5rem;
    color:#ffffff;
    font-family:'oswaldRegular';
    display:inline-block;

}
aside.right-col .right_element.right_articles .last_articles a{  color:#434343;}
aside.right-col .right_element.right_articles .last_articles h3{
    font-size:1.1em;
    /*font-weight:bold;*/

}
aside.right-col .right_element.right_chroniques .last_chroniques{
    position:relative;
    margin:1.5rem 0;
    height:110px;
    width:100%;
}
aside.right-col .right_element.right_chroniques .last_chroniques a{
    position:relative;
    width:100%;
    height:100%;
    display:block;
    overflow:hidden;
}
aside.right-col .right_element.right_chroniques .last_chroniques a img{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    z-index:1;
    width:100%;
    height:auto;
}
aside.right-col .right_element.right_chroniques .last_chroniques a span.inside{
    z-index:2;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    vertical-align:middle;
    display:table;
    -webkit-transition: all .3s ease-out 0.1s;
    -moz-transition: all .3s ease-out 0.1s;
    -o-transition: all .3s ease-out 0.1s;
    transition: all .3s ease-out 0.1s;
}
aside.right-col .right_element.right_chroniques .last_chroniques a span.inside .title{
    display:table-cell;
    vertical-align:middle;
    color:#ffffff;
    text-align:left;
    font-size:1.1em;
    font-weight:normal;
    font-family:'oswaldRegular';
    text-shadow: 1px 1px 2px black;

}
aside.right-col .right_element.right_chroniques .last_chroniques a span.inside .title .content{
    padding:10px;
    display:inline-block;
    margin-left:10px;
    -webkit-transition: all .3s ease-out 0.1s;
    -moz-transition: all .3s ease-out 0.1s;
    -o-transition: all .3s ease-out 0.1s;
    transition: all .3s ease-out 0.1s;
}
aside.right-col .right_element.right_chroniques .last_chroniques a:hover span.inside{
    background:none;
}
aside.right-col .right_element.right_chroniques .last_chroniques a:hover span.inside .title .content{
    background:rgba(0,0,0,0.5);
}


aside.right-col .right_element.right_chroniques .last_chroniques.last_chroniques_chaud{
    height:90px;
}

aside.right-col .right_element.right_comments{
    text-align:left;
}
aside.right-col .right_element.right_comments p{
    margin:0.3em 0;
}
aside.right-col .right_element.right_comments a{
    color:#555555;
}
aside.right-col .right_element.right_comments a em{
    font-size:0.8em;
}

aside.right-col .right_element.right_recherche{
    text-align:left;
}
aside.right-col .right_element.right_recherche .bloc_recherche{
    max-width:500px;
    text-align:center;
    position:relative;
    /*margin:0 auto;*/
}
aside.right-col .right_element.right_recherche .bloc_recherche input {
    display:inline-block;

}
aside.right-col .right_element.right_recherche .bloc_recherche input.liste_recherche{
    width:90%;
    height:40px;
    vertical-align:middle;
}
aside.right-col .right_element.right_recherche .bloc_recherche .liste_recherche_submit{
    width:10%;display:inline-block;
    height:40px;
    line-height:40px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    vertical-align:middle;
    background:#998675;
    color:#ffffff;
}
aside.right-col .right_element.right_recherche .bloc_recherche .liste_recherche_submit:hover{
    background:#555555;
}


/*************************************************/

/*************************************************/
/* ACCUEIL */

/* Home faux "slider" */
.accueil_slider{
    width:100%;
    overflow:hidden;
    border-bottom:3px solid #998675;
}
.accueil_slider .accueil_slider_inside{
    position:relative;
    overflow:hidden;
    text-align:left;
}
.accueil_slider .accueil_slider_1, .accueil_slider .accueil_slider_2,
.accueil_slider .accueil_slider_3, .accueil_slider .accueil_slider_4{
    overflow:hidden;
    position:relative;
   /*background:#998675;*/
    background:#aaaaaa;
}

.accueil_slider .accueil_slider_inside a.image{
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
    font-size:1.5rem;
    position:absolute;
    top:0;
    left:0;
}

.accueil_slider .accueil_slider_inside a img{
    -moz-transition: all 1.3s;
    -webkit-transition: all 1.3s;
    transition: all 1.3s;
    /*opacity:0.6;*/
}

.accueil_slider .accueil_slider_inside a img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity:1;
}
.accueil_slider .accueil_slider_inside .description_actu{
    position:relative;
    top:0;
    left:0;
    color:#c7b299;
    font-weight:normal;
    font-size:2rem;
    line-height:1.1;
    text-align:left;
    /*background-color:rgba(0,0,0,0.7);*/
    padding:10px;
    /*width:100%;*/
    width:auto;
    display:inline-block;
    margin:0;
    font-family:'latobold';
    text-shadow: 1px 1px 2px black;
    pointer-events: none;
    letter-spacing:0.5px;
    background:rgba(0,0,0,0.7);
    position:absolute;
    bottom:0;
    top:auto;
    left:0;
}
.accueil_slider .accueil_slider_inside .description_actu a{
    color:#ffffff;
    display:block;
    width:100%;
    height:100%;
    pointer-events: none;
}
.accueil_slider .accueil_slider_inside .category{
    position:absolute;
    top:0px;
    left:0;
    padding:5px;
    background:#463b2e;
    font-size:1.5rem;
    color:#ffffff;
    font-family:'latobold';
}



.accueil_slider .accueil_slider_1,
.accueil_slider .accueil_slider_2,
.accueil_slider .accueil_slider_3,
.accueil_slider .accueil_slider_4{
    width:100%;
    height:230px;
    /*border:1px solid #ffffff;*/
    border:none;
    vertical-align:top;
}
/*.accueil_slider .accueil_slider_3{
    height:auto;
    border:none;
}*/
.accueil_slider .accueil_slider_1{
    /*min-height:240px;*/
}
/********************************/


.home_last_reviews, .home_last_articles, .home_last_news{
    width:100%;
    text-align:left;
    margin:0 auto;
    max-width:1250px;
    padding:20px 10px;
}

.home_last_articles,.home_prefooter{
    background:#f4f3f1  url(../img/noise2.png);
    width:100%;
    max-width:100%;
    padding:20px 10px;
}
.home_last_articles .home_last_articles_content,
.home_prefooter .home_prefooter_content{
    max-width:1250px;
    padding:0;
    margin:0 auto;
}

.home_last_reviews .bloc_chronique{
    position:relative;
    display:inline-block;
    vertical-align:top;
    font-size:0;
    margin-top:20px;
    width:48.5%;
    text-align:left;
	padding:0;
	margin-left:3%;
}
.home_last_reviews .bloc_chronique:nth-child(even){
	margin-left:0;
}

.home_last_reviews .bloc_chronique a{
	position:relative;
}
.home_last_reviews .bloc_chronique .titre{
    text-align:left;
	margin-top:5px;
}
.home_last_reviews .bloc_chronique img{
    max-width:100%;
    height:auto;
}

.home_last_reviews .bloc_chronique h3{
    font-family:'oswaldRegular';
    line-height:1.2;
}
.home_last_reviews .bloc_chronique h3 a{
    color:#af730c;
	display:block;
}

.home_last_reviews .bloc_chronique h3 a span{
	font-size:1.4rem;
	font-weight:normal;
    font-family:'oswaldRegular';
    line-height:1.2;
	color:#000000;
	display:block;
}
/*.home_last_reviews .bloc_chronique h4,
.home_last_reviews .bloc_chronique h5,
.home_last_reviews .bloc_chronique p.comms{
	font-size:1.4rem;
	font-weight:normal;
    font-family:'oswaldRegular';
    line-height:1.2;
}
.home_last_reviews .bloc_chronique h4 a{
    color:#000000;
}*/
.home_last_reviews .bloc_chronique p{
	font-size:1.4rem;
	font-family:'oswaldlight';
	font-style:italic;
	color:#bbbbbb;
}
.home_last_reviews .bloc_chronique p.comms{
    color:#aaaaaa;
		font-family:'oswaldlight';
	
}


.home_last_reviews .bloc_chronique .note{
    font-family:'oswaldRegular';
    color:#000000;
    font-size:1.5rem;
	position:absolute;
	bottom:5px;
	left:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	display:block;
	vertical-align:top;
	color:#fbfaf8;
	background:rgba(115,99,87,0.7);
	/*background:#736357;
	opacity:0.7;*/
	font-size:1.7rem;
	overflow:hidden;
}


.home_last_articles .bloc_article,
.blocs_4_hasardandco .bloc_article,
.page_listing .blocs_4_hasardandco .bloc_article{
	width:100%;
	position:relative;
	margin-bottom:15px;
	vertical-align:top;
}
.blocs_4_hasardandco .bloc_article{
    margin-top:10px;
    margin-left:0;
}

.blocs_4_hasardandco .bloc_article h3{
    font-size:1.5rem;
    margin-top:5px;
}

.home_last_articles .bloc_article:after,
.blocs_4_hasardandco .bloc_article:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }
.home_last_articles .bloc_article img,
.blocs_4_hasardandco .bloc_article img{
	display:inline-block;
	width:100%;
	margin-right:2%;
	max-width:35%;
	height:auto;
}
.home_last_articles .bloc_article .text_content,
.blocs_4_hasardandco .bloc_article .text_content{
	/*position:absolute;
	margin:0 1%;
	bottom:5px;
	width:98%;*/
	position:relative;
	display:inline-block;
	width:60%;
	vertical-align:top;
}
.home_last_articles .bloc_article .text_content .category,
.blocs_4_hasardandco .bloc_article .text_content .category,
.page_recherche .article_content .category{
    position:relative;
    padding:5px;
    background:#463b2e;
    font-size:1.5rem;
    color:#ffffff;
    font-family:'oswaldRegular';
	display:inline-block;
}
.page_recherche .article_content .category{
    margin-top:1.5rem;
}

.home_last_articles .bloc_article .text_content h3 a,
.blocs_4_hasardandco .bloc_article .text_content h3 a{
	color:#777777;
	font-family:'oswaldRegular';
}
.home_last_articles .bloc_article:hover .text_content h3 a,
.blocs_4_hasardandco .bloc_article:hover .text_content h3 a{
	color:#000000;
}

.home_titre_bloc_jeux{
    margin-top:25px;
}
.home_listing_jeux{
    display:block;
    width:100%;

}
.home_conteneur_pub{
    display:block;
    width:100%;
    /*height:100px;*/
    overflow:hidden;
	text-align:center;
	position:relative;
}
.home_conteneur_pub .adsbygoogle{
	width: 100%;
	height: 100px;
	text-align:center;
	margin:0 auto;
}
.home_listing_jeux .bloc_jeu{
    display:inline-block;
	vertical-align:top;
    width:50%;
    padding:20px;
}

/* page de listing */

.page_listing .bloc_article{
    position:relative;
    display:inline-block;
    vertical-align:top;
    font-size:0;
    margin-top:20px;
    width:48.5%;
    text-align:left;
    padding:0;
    margin-left:3%;
}
.page_listing .bloc_article:nth-child(odd){
    margin-left:0;
}

.page_listing .page_inside_content .bloc_article > a{
    position:relative;
    display:block;
    overflow:hidden;
    height:130px;
}
.page_listing .bloc_article .titre{
    text-align:left;
    margin-top:5px;
}
.page_listing .page_inside_content .bloc_article img{
   /* max-width:100%;
    width:100%;
    height:auto;*/
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* pour les chroniques et hasardandco, c'est différent :D */
.page_listing .page_inside_liste_chroniques .bloc_article > a{
    position:relative;
    display:block;
    overflow:hidden;
    height:auto!important;
}
.page_listing  .page_inside_liste_chroniques .bloc_article img{
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right:auto;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    object-fit: auto;
}






.page_listing .bloc_article h3{
    font-family:'oswaldRegular';
    line-height:1.1;
}
.page_listing .bloc_article h3 a{
    color:#434343;
}

.page_listing  .page_inside_liste_reports .bloc_article h3 a{
    font-size:0.8em;
}



.page_listing .bloc_article h4{
    font-size:1.4rem;
    font-weight:normal;
    font-family:'oswaldRegular';
    line-height:1.1;
}
.page_listing .bloc_article h4 a{
    color:#000000;
}
.page_listing .bloc_article .note{
    font-family:'oswaldRegular';
    color:#000000;
    font-size:1.5rem;
    position:absolute;
    bottom:5px;
    left:5px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    display:block;
    vertical-align:top;
    color:#fbfaf8;
    background:rgba(115,99,87,0.7);
    /*background:#736357;
    opacity:0.7;*/
    font-size:1.7rem;
    overflow:hidden;
}
.page_listing .bloc_article .chrostyle{
    font-size:1.3rem;
    font-style:italic;
}
.page_listing .bloc_article .chrostyle a{
    color:#bbbbbb;
}

/* listing category */
.page_listing .page_inside_content .bloc_article .category{
    position:absolute;
    bottom:8px;
    left:0;
    padding:5px;
    background:#463b2e;
    font-size:1.5rem;
    color:#ffffff;
    font-family:'oswaldRegular';
    display:inline-block;
}







    /* blocs qui affichent les nums de pages en bas */
.listing_nb_pages{
    margin:50px 0 20px 0;
    width:100%;
    position:relative;
}
ol#global_nb_pages{
    margin:0 auto;
    padding:0;
    /*height:18px;*/
    position:relative;
    /*left:50%;*/
    margin:0;
    padding:0;
    /*border:1px solid;*/
}
ol#global_nb_pages li{
    margin:0 5px 0 0;
    padding:0;
    float:left;
    list-style:none;



}
ol#global_nb_pages li a{
    display:block;
    height:3rem;
    line-height:3rem;
    width:auto;
    min-width:30px;
    padding:0 5px;
    border:none;
    background:#998675;
    color:#ffffff;
    text-decoration:none;
    font-size:1.5rem;
    text-align:center;
}
ol#global_nb_pages li.current a,
ol#global_nb_pages li a:hover{
    background:#463b2e;
    color:#ffffff;
    /*border:1px solid #bbbbbb;*/
}
ol#global_nb_pages li a:focus{outline:none;}
/* FIN blocs qui affichent les nums de pages en bas */


/*******/


/*****************************/
/* Page Article */
.head_article{
    background:#ffffff;
    margin:15px 0;
    width:100%;
    /*font-family:'oswaldLight';*/
    color:#000000;
    font-size:1.5rem;
    border:1px solid #c1c1c1;
}
.head_article h4,
.page_article .article .article_aside h4{
    color:#996633;
    font-family:'oswaldRegular';
    text-transform:uppercase;
    margin-top:8px;
    font-size:1.4rem;
}
.page_article .article .article_aside h4{
    text-transform:none;
}
.page_article .article .article_aside h4 img{
    vertical-align:middle;
}
.head_article .article_image{
    width:100%;
    text-align:center;
}
.head_article .article_image img{
    width:100%;
    max-width:400px;
    height:auto;
    display:block;
}
.head_article .article_image.article_image_actualite img{
    max-width:100%;
}
.page_inside_groupe .head_article .article_image img {
    max-width:100%;
}

.head_article .article_infos{
    padding:5px;
}
.page_article .article{
    width:100%;
    position:relative;
    text-align:left;
}
.page_article .article .article_content,
.page_article .article .article_aside{
    display:block;
    text-align:left;
    width:100%;
}
.page_article .article .article_content,
.page_article .article .article_content_full{
	line-height:1.5;
}
.page_article .article .article_aside{
    font-size:1em;
    font-family:'oswaldLight';
 }
.page_article .article .article_aside .bloc_amazon,
.bloc_bands_articles,
.page_article .article .article_aside .bloc_other_article{
    margin:20px 0;
}

.bloc_bands_articles .band_image,
.page_article .article .article_aside .bloc_other_article .article_image{
    margin:8px 0;
}
.bloc_bands_articles p a{
    color:#555555;
    margin-bottom:6px;
    display:block;
    min-height:22px;
}
.bloc_bands_articles p a:before{
    width: 22px;
    content: " ";
    background: url(../img/ico_other_reviews.png) no-repeat left center;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    height:22px;

}
.right-col .right_element.bloc_bands_articles{
    text-align:left;
}
.bloc_bands_articles .band_image a,
.page_article .article .article_aside .bloc_other_article .article_image a{
    display:block;
    position:relative;
    background:#000000;
    font-size:0;
    min-height:100px;
    width:100%;
    max-width:400px;
}
.bloc_bands_articles .band_image a img,
.page_article .article .article_aside .bloc_other_article .article_image a img{
    /* opacity:0.6;*/
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    width:100%;
    height:auto;
 }
.bloc_bands_articles .band_image a:hover img,
.page_article .article .article_aside .bloc_other_article .article_image a:hover img{
   /* opacity:1;*/
}
.bloc_bands_articles .band_image a span,
.page_article .article .article_aside .bloc_other_article .article_image a span{
    position:absolute;
    bottom:15px;
    left:0;
    text-align:left;
    padding:5px;
    margin-left:6px;
    margin-right:6px;
    border-left:3px solid #db2e1c;
    color:#ffffff;
    font-family:'oswaldRegular';
    font-size:1.5rem;
    background: rgba(0,0,0,0.6);
}

.page_article .article_player{
    width:250px;
    padding:2px 5px;
    background:#ffffff;
}

.author{
    margin:30px 0;
    border:1px solid #cccccc;
    width:100%;
    background:#ffffff;
    padding:20px 3%;
    display:table;
}
.author .author_image,
.author .author_infos{
    display:table-cell;
    padding-right:3%;
    vertical-align:top;
    text-align:left;
    width:75px;
}
.author .author_infos {
    padding-right:0;
    width:auto;
}

.author img{
    width:100%;
    height:auto;
}


.page_article .note{
    font-size:3rem;
    text-align:right;
    color:#998675;
    font-family:'oswaldLight';
}
.page_article .note .value{
    color:#000000;
    font-size:1.5em;
}

.page_article.page_chronique .article .article_content .article_content_article:first-letter,
.page_article.page_chronique .article .article_content .article_content_article p:first-child:first-letter{
    font-size:1.8em;
    display:inline-block;
    padding:5px 5px 2px 5px;
    vertical-align:bottom;
    margin-right:3px;
    background:#998675;
    color:#ffffff;
}

/* test suppression formats étranges sur articles */
.page_article.page_chronique .article .article_content .article_content_article p,
.page_article.page_chronique .article .article_content .article_content_article p span{
    font-family:inherit!important;
    color:inherit!important;
    font-size:inherit!important;
}


/* listes */
.page_article .article .article_content .article_content_article ul li,
.page_article .article .article_content_full .article_content_article ul li{
    margin-left:2.5rem;
    list-style-type:square;
}

/* affiche videos rwd */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin:20px auto;
    text-align:center;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    width: 600px;
    max-width: 100%;
}


/* page actualite */
.bloc_autres_actualites{
    margin-top:20px;
}
.autre_actus_bloc{
    margin:10px 0;
}
.autre_actus_bloc p{
    font-size:0.95em;
}
.autre_actus_bloc p.comm a{
    color:#aaaaaa;
}

.related-posts li{
	margin-left: 2.5rem;
	margin-top:0.3rem;
	list-style-type: square;
}
.related-posts li span{
	color: #999999;
	font-size: 0.8em;
}

/* interview */
.questinter{
    /*display:inline-block;*/
    font-weight:bold;
    color:#434343;
    /*font-family:oswaldRegular;*/
    /*font-size:1.1em;*/
    /*margin:0.5rem 0;*/
}
.questinter:before{
    display:inline;
    font-family: "FontAwesome";
    content: "\f0e7";
    margin-right:6px;
}


/* page report */
 .page_report .bloc_slider{
     position:relative;
 }
 .page_report .bloc_slider li{

     text-align:center;
     background:#000000;
     position:relative;
 }
.page_report  .bloc_slider img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    height:100%!important;width:auto!important;
}

.page_report .bloc_slider,
.page_report .bloc_slider li{
    height:220px;
}

.page_report  .imgreportDossier{
    display:inline-block;
    width:44%;
    height:90px;
    margin:10px 3%;
    position:relative;
    overflow:hidden;
}
.page_report  .imgreportDossier img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    width:100%!important;
    height:auto!important;
}


/* page dossier */
.page_dossier .menu_listing{
    padding:2px 0 2px 10px;
}

.infoliendossier{
    margin:15px 0;
}






/* Page compte */
/* menu interne */
.menu_compte{
    margin-bottom:30px;
}
.menu_compte a{
    display:block;
    width:100%;
    margin:3px 0 0 0;
    padding:5px 15px;
    background:#ffffff;
}

.menu_compte li:first-child a{
    border-top:0;
    margin-top:0;
}


a.profil:before {
    font-family: FontAwesome;
    content: "\f007";
    display: inline-block;
    padding-right: 5px;
    width:15px;
    /*vertical-align: middle;*/
}
a.favoris:before {
    font-family: FontAwesome;
    content: "\f025";
    display: inline-block;
    padding-right: 5px;
    width:15px;
    /*vertical-align: middle;*/
}
a.notifications:before {
    font-family: FontAwesome;
    content: "\f27b";
    display: inline-block;
    padding-right: 5px;
    width:15px;
    /*vertical-align: middle;*/
}
a.disconnect:before {
    font-family: FontAwesome;
    content: "\f08b";
    display: inline-block;
    padding-right: 5px;
    width:15px;
    /*vertical-align: middle;*/
}


.menu_compte a.selected{
    background:#c7b299;
    color:#ffffff;
}


.liste_notifications a{
    display:block;
    padding:10px 0;
    border-bottom:1px solid #dddddd;
}
.liste_notifications a span{
    color:#aaaaaa;
    font-size:1.3rem;

}
.liste_notifications a.hidden{
    display:none;
}

/*****************/
/* Commentaires  */
/*****************/
section#comments{
    position:relative;
    width:100%;
    margin:30px auto;

}
section#comments .comment{
    display:table;
    width:100%;
    margin:25px auto;
}
section#comments .comment .avatar{
    display:table-cell;
    width:15%;
    padding:0;
    border-right:2px solid #998675;
    vertical-align:top;
}
section#comments .comment .avatar img{
    max-width:75%;
    height:auto;

}
section#comments .comment .comment_text{
    display:table-cell;
    width:85%;
    padding:3px 0 3px 4%;
    vertical-align:top;
    font-size:0.9em;
}
section#comments .comment .comment_text strong{
    color:#1a1a1a;
    font-family:'oswaldRegular';
    font-weight:normal;
}
section#comments .comment .comment_text em{
    font-size:0.8em;
}
section#comments .add_comment{
    margin-top:30px;
}
section#comments .erreur_comm{
    color:red;padding:5px 0;
}

section#comments .bloc_input label,
section#comments .bloc_input input[type=text],
section#comments .bloc_input input[type=email],
section#comments .bloc_input textarea{
    width:100%;
}
section#comments .bloc_input textarea{
    height:100px;
}
section#comments .bloc_input{
    width:100%;
}




/* PAGE DE RECHERCHE */
.head_article .choix_type_recherche{
    text-align:center;
}
.head_article .choix_type_recherche li{
    display:inline-block;
    text-align:center;
}
.head_article .choix_type_recherche li a{
    display:block;
    padding:5px 10px;
}

.head_article .choix_type_recherche li a:hover,
.head_article .choix_type_recherche li a.selected{
    color:#3f3f3f;
    font-weight:bold;
}


.page_recherche .grid .element-item{
    width:100%;
}

.page_recherche .article_aside input,
.page_recherche .article_aside select{
    width:100%;
}





/* page groupe */

.page_groupe .siteweb,
.page_groupe .sitemultimedia{
    color:inherit;
    margin:10px 0;
    display:block;
}
.page_groupe .siteweb:before {
    font-family: 'FontAwesome';
    content: "\f0c1";
    display: inline-block;
    padding-right: 5px;
}
.page_groupe .sitemultimedia:before {
    font-family: 'FontAwesome';
    content: "\f001";
    display: inline-block;
    padding-right: 5px;
}

.page_groupe .groupedumois{
    margin:10px 0;
}


.page_groupe .addfavorite{
    margin-bottom:20px;
    display:block;
    cursor:pointer;
}

.page_groupe .addfavorite:hover{
    color:#000000;
}
.page_groupe .addfavorite:before{
    font-family: 'FontAwesome';
    content: "\f08a";
    display: inline-block;
    padding-right: 5px;
}
.page_groupe .addfavorite.favorite:before{
    font-family: 'FontAwesome';
    content: "\f004";
    display: inline-block;
    padding-right: 5px;
}

.page_groupe .liste_dernieres_news_groupe span{
    color:#999999;
    font-size:0.8em;
}



    /*******/
#footer{
 width:100%;
}

#footer .footer_haut{
    width:100%;
    min-height:200px;
    background:#303030 url(../img/noise2.png);
}
#footer .blocs_4_footer_navigation ul{
    position:relative;
    margin-left:0px;
}
#footer .blocs_4_footer_navigation ul li{
    position:relative;
    padding:5px 0;
    color:#c7b299;
    border-bottom:1px solid #464646;
}
#footer .blocs_4_footer_navigation ul li a{
    color:#777777;
}
#footer .blocs_4_footer_navigation ul li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    vertical-align:top;
    margin-top:8px;
    background: #c7b299;
 }


#footer .footer_bas{
    width:100%;
    background:#998675;
    color:#ffffff;
    font-size:0;
    padding:10px 15px;
}
#footer .footer_bas .gauche,
#footer .footer_bas .droite{
    padding:5px 0px;
    font-size:1.3rem;
}
#footer .footer_bas_contenu a{
    color:#ffffff;
}


/* Tablettes */
@media only screen and (min-width: 700px) {
    body {
        background:#fbfaf8  url(../img/noise2.png);
    }

    /* blocs en 4 sur fullsize*/
    .blocs_4{
        display:inline-block;
        width:50%;
        /*font-size:0;*/
        padding:40px 50px;
    }

    .blocs_4.blocs_4_footer_livereport p{
        text-align:center;
    }
    .blocs_4.blocs_4_footer_livereport a img{
        opacity:0.6;
        max-height:250px;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
        height:auto;
        max-width:80%;
        width:auto;

    }
    .blocs_4.blocs_4_footer_livereport a:hover img{
        opacity:1;
    }

    header#head{
        background:#303030 url(../img/noise2.png);
        height:70px;

    }
    header#head .header_content h1 a{
        padding:15px 0 15px 50px;

    }
    header#head .header_content #mobile_nav{
        top:20px;
        right:20px;
    }
    /* navigation */
    header#head .header_content .navigation_globale{
        margin-top:70px;
        padding-bottom:70px;
        border-left:2px solid #8c8c8c;
        max-width:450px;
		right:-450px;
    }

    header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok{
        position:fixed;
        height:55px;
        width:55px;
        display:block;
        top:15px;
        right:85px;
        padding-right:0;
        overflow:hidden;
        vertical-align:middle;
    }
    header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list{
        top:70px;
       max-width:600px;
    }



    #content{
        min-height:300px;
        margin-top:70px;
    }


    .home_last_reviews .bloc_chronique{
        width:23.875%;
		margin-left:1.5%;
    }
	.home_last_reviews .bloc_chronique:nth-child(even){
		margin-left:1.5%;
	}
	.home_last_reviews .bloc_chronique.first{
		margin-left:0;

	}
	.home_last_reviews .bloc_chronique.first:nth-child(8),
	.home_last_reviews .bloc_chronique.first:nth-child(12){
		margin-left:1.5%;
	}
	.home_last_reviews .bloc_chronique:nth-child(6),
	.home_last_reviews .bloc_chronique:nth-child(10){
		margin-left:0;

	}

    .home_listing_jeux{
        display:inline-block;
        width:60%;
        vertical-align:middle;
    }
    .home_conteneur_pub{
        display:inline-block;
        width:40%;
        vertical-align:middle;
        text-align:right;

    }
    .home_listing_jeux .bloc_jeu{
        display:inline-block;
        width:33%;
        padding:20px 20px 0 0;
    }
	.home_listing_jeux .bloc_jeu h4{
		font-size:1.5rem;
	}


    /* COLONNE DE DROITE */
    aside.right-col .right_element.right_jeux{
        text-align:left;
    }
    aside.right-col .right_element.right_jeux a{
        display:inline-block;
        width:49%;
        /*max-width:300px;*/
        height:auto;
        margin:10px 0 10px 2%;

    }
    aside.right-col .right_element.right_jeux a:nth-child(2n+2){
        margin-left:0;
    }



    /* page listing */
    .page_listing .bloc_article{
        width:23.875%;
        margin-left:1.5%;
    }
    .page_listing .bloc_article:nth-child(odd){
        margin-left:1.5%;
    }
    .page_listing .bloc_article.first{
        margin-left:0;

    }
    .page_listing .bloc_article.first:nth-child(9),
    .page_listing .bloc_article.first:nth-child(13){
        margin-left:1.5%;
    }
    .page_listing .bloc_article:nth-child(7),
    .page_listing .bloc_article:nth-child(11){
        margin-left:0;

    }
    /****************/


    /* Page chronique */
    .head_article .article_image,
    .head_article .article_infos{
        display:inline-block;
        vertical-align:middle;
        height:100%;
        width:55%;
        /*max-height:400px;*/
        overflow:hidden;
    }
    .head_article .article_image{
        width:45%;
        text-align:left;
    }
    .head_article .article_image img{
        width:100%;
        height:auto;
        max-width:none;
        display:block;
    }
    .head_article .article_infos{
        padding:10px 3%;
    }


    .head_article .article_image.article_image_actualite{
        width:100%;
        position:relative;
        text-align:left;
        height:300px;
    }
    .head_article .article_image.article_image_actualite img{
        width:100%;
        height:auto;
        max-width:none;
        display:block;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
    }

    .page_inside_groupe .head_article .article_image{
        position:relative;
        text-align:left;
        height:350px;
        /*width:55%;*/
        width:auto;
        max-width:70%;
    }
    .page_inside_groupe .head_article .article_image img{
        width:auto;
        /*height:auto;*/
        max-width:none;
        display:block;
       /* position: absolute;
        top: -9999px;
        bottom: -9999px;*/
        /*left: -9999px;
        right: -9999px;*/
        margin: auto;
        height:100%;object-fit: cover;
    }
    .page_inside_groupe .head_article .article_infos{
        /*width:45%;*/
        width:auto;
        max-width:30%;
    }




    section#comments .bloc_input_half{
        float:left;
        width:49%;
        margin-left:2%;
    }
    section#comments .bloc_input_half:first-child{
        margin-left:0;
    }




}

/* PC */
@media only screen and (min-width: 1024px) {


    /* blocs en 4 sur fullsize*/
    .blocs_4{
        width:25%;
        padding:30px 20px;
    }

    .formfieldbloc .formfieldhalf{
        width:48%;
        margin-left:4%;
        display:inline-block;
        vertical-align:top;
    }
    .formfieldbloc .formfieldhalf:first-child{
        margin-left:0;
    }


    header#head{
        height:120px;
        width:100%;
        background:url(../img/header_bg.png) repeat-x top left;
        border-bottom:3px solid #998675;
        position:relative;
    }

    header#head .header_content h1{
        float:left;
        width:20%;
        background:#998675;
        text-align:center;

    }
    header#head .header_content h1 a{
        text-align:center;
        padding:15px 0 15px 0px;
    }
    header#head .header_content #mobile_nav{
        display:none;
    }

    /* navigation */
    header#head .header_content .navigation_globale{
        position:relative;
        top:auto;
        left:auto;
        right:auto;
        float:left;
        width:80%;
        height:100%;
        margin-top:0;
        padding-bottom:0;
        background:none;
        max-width:none;
    }
    header#head .header_content .navigation_globale .navigation_network ul{
        float:right;
        width:auto;
        border-bottom:none;
    }
    header#head .header_content .navigation_globale .navigation_network ul li,
    header#head .header_content .navigation_globale .navigation_network ul li.fb {
        height: 52px;
        line-height: 52px;
        width: 50px;
        background:url(../img/head-separation.gif) no-repeat left center;

    }
    header#head .header_content .navigation_globale .navigation_network ul li#login{
        text-align:right;
        width:auto;
        padding:0 8px 0 0;
        border-bottom:none;
    }
    header#head .header_content .navigation_globale .navigation_network ul li#login #login-content {
        -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
        -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
        box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
        width:250px;
        top: 52px;
        left: 0;
    }



    /* Menu principal ! */
    header#head .header_content .navigation_globale #navigation{
        height:65px;
        width:100%;
        position:relative;
        padding:0;
    }
    header#head .header_content .navigation_globale #navigation ul{
        padding:0;
    }

    header#head .header_content .navigation_globale #navigation ul>li{
        height:65px;
        line-height:65px;
        float:left;
        position:relative;
        padding:0 18px;
        margin-bottom:0;
    }

    header#head .header_content .navigation_globale #navigation a{
        color:#ffffff;
    }
    header#head .header_content .navigation_globale #navigation a.addplus:after{
        content:'+';
        font-weight:normal;
        margin-left:5px;
        color:#998675;
        float:right;
        font-size:3rem;

    }
    header#head .header_content .navigation_globale #navigation ul>li>ul{
        display:none;
    }
    header#head .header_content .navigation_globale #navigation ul>li:hover>ul{
        display: block;
        position: absolute;
        top: 65px;
        left: 0;
        z-index: 999;
        background: #ffffff;
        padding: 10px;
        width:200px;
        text-align:left;
        border-top:3px solid #000000;
    }
    header#head .header_content .navigation_globale #navigation ul>li:hover>ul>li{
        line-height:2;
        height:auto;
    }

    header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok{
        position:relative;
        display:inline-block;
        padding-right:5px;
        height:100%;
        width:auto;
        overflow:hidden;
        vertical-align:middle;
        top:auto;
        right:auto;
    }
    header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok .avataruser{
        width:auto;
        height:50%;
        border-radius:50%;
        vertical-align:middle;
        margin:0 4px;
    }
    header#head .header_content .navigation_globale .navigation_network ul li#login a.loginuserok .notifications_count{
        display:block;
        width:18px;
        height:18px;
        line-height:19px;
        position:absolute;
        top:11%;right:0;
        background:#463b2e;
        color:#ffffff;
        text-align:center;
        font-size:1rem;
        border-radius:50%;
        text-shadow:none;
    }
    header#head .header_content .navigation_globale .navigation_network ul li#login #notifications_list{
        top:auto;
        left:250px;
        width:310px;
        right:auto;
        position:relative;
        display:block;
        border-right:1px solid;
    }



    #content{
        margin-top:0;
    }


    /* recherche */
    .searchbox_container{
        width:auto;
        position:absolute;
        right:10px;
        top:13px;
        z-index:3;
    }

    .searchbox{

        width:0%;
    }

    .searchbox-open{
        width:400px;
    }


    .accueil_slider{
        font-size:0;

    }
    .accueil_slider .accueil_slider_inside .description_actu{
        position:absolute;
        top:150px;
        left:5%;
        font-size:2.3rem;
        padding:10px;
        width:auto;
        margin:0;
        background:none;
    }
    .accueil_slider .accueil_slider_inside .category{
        position:absolute;
        top:25px;
        left:0;

    }
    .accueil_slider .accueil_slider_1{
        width:70%;
        height:260px;
        display:inline-block;
        border-right:3px solid #998675;
    }
    .accueil_slider .accueil_slider_2{
        width:30%;
        height:260px;
        display:inline-block;
    }
    .accueil_slider .accueil_slider_3{
        width:50%;
        height:200px;
        display:inline-block;
        border-top:3px solid #998675;
        border-right:3px solid #998675;
    }
    .accueil_slider .accueil_slider_4{
        width:50%;
        height:200px;
        display:inline-block;
        border-top:3px solid #998675;
    }
	 .accueil_slider .accueil_slider_3 .description_actu,
	 .accueil_slider .accueil_slider_4 .description_actu{
		 top:120px;
	 }
    .accueil_slider img{
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        -moz-transition: all 1.3s;
        -webkit-transition: all 1.3s;
        transition: all 1.3s;
        opacity:0.8;
        object-fit: cover;
        width:100%;
        height:100%;
    }
    .accueil_slider img:hover{
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity:0.9;
    }



    .home_last_reviews .bloc_chronique{
        width:15.833333333%;
		margin-left:1%;
		padding:0;
    }
	.home_last_reviews .bloc_chronique:nth-child(even),
	.home_last_reviews .bloc_chronique:nth-child(6),
	.home_last_reviews .bloc_chronique:nth-child(8),
	.home_last_reviews .bloc_chronique:nth-child(10),
	.home_last_reviews .bloc_chronique:nth-child(12){
		margin-left:1%;
	}
	
	.home_last_reviews .bloc_chronique.first,
	.home_last_reviews .bloc_chronique.first:nth-child(8){
        margin-left:0;
    }
	
	
	.home_last_articles .bloc_article,
	.home_last_articles .bloc_last{
		display:inline-block;
		font-size:0;
		width:32%;
		position:relative;
		margin-bottom:0;
		margin-right:2%;
		vertical-align:top;
	}
	.home_last_articles .bloc_last{
		margin-right:0;
		width:30%;
	}
	.home_last_articles .bloc_last .bloc_article{
		width:100%;
		display:block;
		position:relative;
		margin-bottom:15px;
		vertical-align:top;
		margin-right:0;
		font-size:0;
	}
	
	.home_last_articles .bloc_article:after { clear:none; content:""; display:none; height:0; visibility:hidden; }
	.home_last_articles .bloc_article img{
		display:block;
		width:100%;
		margin-right:0;
		max-width:100%;
		height:auto;
		max-height:400px;
	}
	
	.home_last_articles .bloc_article .text_content{
		position:absolute;
		margin:0 1%;
		bottom:5px;
		width:98%;
		vertical-align:top;
	}
	.home_last_articles .bloc_article .text_content .category{
		position:absolute;
		display:block;
		bottom:0;
		height:28px;
		left:0;
	}
	.home_last_articles .bloc_article .text_content h3{
		position:absolute;
		display:block;
		bottom:28px;
		left:0;
		padding:5px;
		background:rgba(0,0,0,0.6);
	}
	.home_last_articles .bloc_article .text_content h3 a,
	.home_last_articles .bloc_article:hover .text_content h3 a
	{
		color:#ffffff;
	}
	
	.home_last_articles .bloc_last .bloc_article img{
		display:none;
	}
	.home_last_articles .bloc_last .bloc_article .text_content{
		position:relative;
		display:block;
		width:100%;
		bottom:auto;
	}
	.home_last_articles .bloc_last .bloc_article .text_content .category{
		position:relative;
		display:inline-block;
		bottom:auto;
		height:auto;
		left:auto;
	}
	.home_last_articles .bloc_last .bloc_article .text_content h3{
		position:relative;
		bottom:auto;
		left:auto;
		padding:0;
		background:none;
	}
	.home_last_articles .bloc_last .bloc_article .text_content h3 a
	{
		color:#777777;
	}
	.home_last_articles .bloc_last .bloc_article:hover .text_content h3 a{
		color:#000000;
	}




    .page_inside_content{
        width:72%;
        margin-right:5%;
        float:left;
        text-align:left;
        min-height:350px;
    }

    aside.right-col{
        width:23%;
        float:left;
        text-align:left;
        padding:0;
    }



    /* page listing */
    .page_listing .page_inside_content .bloc_article > a{
        height:150px;
    }


    /****************/



    /* page article */
    .head_article{
        font-size:1.5rem;
    }
    .head_article h4{
        font-size:1.5rem;
    }
    .page_article .article .article_content,
    .page_article .article .article_aside{
        display:block;
        float:right;
        text-align:left;
    }
    .page_recherche .article .article_content,
    .page_recherche .article .article_aside{
        float:left;
    }
    .page_article .article .article_content{
        width:73%;
    }
    .page_article .article .article_content_full{
        width:100%;
        display:block;
        text-align:left;
    }

    .page_article .article .article_aside{
        width:23%;
       /* padding-right:20px;*/
        margin-right:4%;
    }


    .page_news .head_article{
        margin-bottom:30px;
    }


    /****************/

    /* page de recherche */
    .head_article .choix_type_recherche li a{
        border-left:1px solid #dfdfdf;
    }
    .head_article .choix_type_recherche li:first-child a{
        border-left:none;
    }



    /* page report */
    .page_report .bloc_slider,
    .page_report .bloc_slider li{
        height:300px;
    }
    .page_report  .imgreportDossier{
        width:23%;
        height:100px;
        margin:15px 1%;
    }



    /*
        #footer .footer_haut_contenu,
        #footer .footer_bas_contenu
        {
            max-width:1250px;
            margin:0 auto;
        }*/
    #footer .footer_bas{
        font-size:0;
    }

    #footer .footer_bas .gauche,
    #footer .footer_bas .droite{
        display:inline-block;width:50%;
        font-size:1.3rem;
    }
    #footer .footer_bas .gauche{
        text-align:left;
    }
    #footer .footer_bas .droite{
        text-align:right;
    }


}


/* big screen*/
@media only screen and (min-width: 1250px) {
    /* blocs en 4 sur fullsize*/
    .blocs_4{
        padding:40px 50px;
    }

    /* ajout d'une marge si besoin (titres par exemple...) */
    .margintop{
        margin-top:3rem;
    }
    .marginbottom{
        margin-bottom:3rem;
    }


    #breadcrumb .breadcrumbContent{
        padding:7px 0;
        font-size:1.5rem;
    }

    .accueil_slider{
        height:300px;
        font-size:0;
    }
    .accueil_slider .accueil_slider_inside{
        display:block;
        float:left;
        height:100%;
        overflow:hidden;
    }
    .accueil_slider .accueil_slider_inside .description_actu{
        top:210px;
        left:15%;
        font-size:2.8rem;
    }


    .accueil_slider .accueil_slider_2 .description_actu{
        top:210px;
        left:5%;
    }
    .accueil_slider .accueil_slider_3 .description_actu,
    .accueil_slider .accueil_slider_4 .description_actu{
        top:50px;
        left:4%;
    }

    .accueil_slider .accueil_slider_1{
        width:50%;
    }
    .accueil_slider .accueil_slider_2{
        width:25%;
        border-right:3px solid #998675;
    }
    .accueil_slider .accueil_slider_3{
        width:25%;
        height:150px;
        border-bottom:3px solid #998675;
        border-top:none;
        border-right:none;
    }
    .accueil_slider .accueil_slider_4{
        width:25%;
        border-top:none;
        height:150px;
    }

    .accueil_slider .accueil_slider_3 .description_actu,
    .accueil_slider .accueil_slider_4 .description_actu{
        font-size:2rem;
    }


    .home_last_reviews,.home_last_articles,.home_last_news, .home_prefooter{
        padding:25px 0;
    }



    .home_last_reviews .bloc_chronique .titre{
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:100%;
        display:block;
        opacity:0;
        padding:20px 10px;
		margin-top:0;
        background:rgba(0,0,0,0.6);
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .home_last_reviews .bloc_chronique .titre.hover{
       opacity:1;
    }
    .home_last_reviews .bloc_chronique .titre .linkoverlay{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:block;
    }
    .home_last_reviews .bloc_chronique h3 a span{
        font-size:1.5rem;
		 color:#ffffff;
    }


    .home_last_reviews .bloc_chronique img{
        float:none;
        max-width:100%;
		margin-right:10px;
    }

    .page_inside{
        padding:40px 0;
    }



    /* page article */
    .page_article .article .article_content{
        width:79%;
    }
    .page_article .article .article_aside{
        width:17%;
        /* padding-right:20px;*/
        margin-right:4%;
    }


    .head_article .article_image.article_image_actualite{
        height:330px;
    }




}



/* mega big screen*/
@media only screen and (min-width: 1600px) {
    header#head .header_content,
    #breadcrumb .breadcrumbContent,
    .page_inside,
    .home_last_reviews, .home_last_news,
    .home_last_articles .home_last_articles_content,
    .home_prefooter .home_prefooter_content{
        max-width: 1350px;
    }
	
	
	 .accueil_slider .accueil_slider_inside .description_actu{
        left:28%;
    }
	.accueil_slider .accueil_slider_2 .description_actu{
        left:5%;
    }
    .accueil_slider .accueil_slider_3 .description_actu,
    .accueil_slider .accueil_slider_4 .description_actu{
        left:4%;
    }
	
	
	.head_article .article_image.article_image_actualite{
        height:420px;
    }
	
	.head_article .article_image.article_image_radio{
        height:380px;
    }

}