#loop-container {
   width: 70%;
   float: left;
	position: relative;
}

#loop-sidebar {
   width: 25%;
   float: right;
   position: relative;
}

footer h1{
	display: none;
	visibility: hidden;
}

.page-template-full-width #loop-container{
	width: 100%;
}

#main{
	width: 88.89%;
	max-width: 1280px;
	background: transparent;
}

#loop-container .entry {
    width: 100%;
}

.entry-tags{
	position: relative !important;
	top: 0px !important;
	padding: 0px !important;
	text-align: left !important;
	width: 100% !important;
}

.entry-tags a{
display: inline-block !important;
	
}

.entry-tags a::after{
content: "|";
	padding-left: 6px;
	
}

body{
	background-image: url('http://www.lamaternelledenina.fr/wp-content/uploads/2018/03/chalkboard_texture_mc2015_by_mattiamc-d8dbnac.jpg') !important;
	/*background-size: cover;*/
	background-position: center top;
	background-attachment: fixed;
	/*background-attachment: fixed;*/
}

h1{
	color: white;
}

.site-header{
	padding-bottom: 10px;
}

.site-title{
		opacity: 1 !important;
}

.entry-header h1{
	font-size: 40px;
}

.entry-header,
.entry-container{
	padding: 0px 5%;
}

.search-form-container{
	margin: 0px
}

.nwa-widget{
	margin-top: 20px;
	color: white;
}

.nwa-widget:first-child{
	margin-top: 0px;
	
}

.nwa-widget:nth-child(3){
	background-color: white;
	padding: 20px;	
	color: black;
	font-size: 12px;
}

.nwa-widget .textwidget p{
	margin-top: 0px;
}

.nwa-widget .textwidget p:last-child{
	margin-bottom: 5px;	
}

.nwa-widget:nth-child(4){
	background-color: rgba(255,255,255,0.3);
	padding: 5px 20px;	
	color: black;
	font-size: 12px;
}


.blog .subcategory{
	display: none;
	visibility: hidden;
}

.subcategory ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.subcategory ul li{
	display: inline-block;
	color: grey;
	padding-right: 12px;
	border-right: 1px solid grey;
	margin-right: 8px !important;
}

.subcategory ul li a{
	color: #f2f2f2;
}

.subcategory ul li.current-cat{
	font-weight: bold;
}

.wpb_category_n_menu_accordion .current-cat a,
.wpb_category_n_menu_accordion .wpb-wmca-current-cat-parent a{
	background-color: white !important;
	color: #383F4A !important;
}

.entry-meta-bottom{
	margin-bottom: 0px;
}

.entry-categories{
	display: none;
	visibility: hidden;
}

.archive-header h1{
	font-size: 20px;
}

.comments {
    width: 100%;
}

.entry-meta, .entry-header, .entry-container, .comments {
    padding-left: 10%;
    padding-right: 10%;
}

.comments form textarea{
	width: 100%;
	max-width: none;
}

h1.entry-title{
	color: black;
}

#loop-container .entry::before{
	content:"";
	background-image: url('http://www.lamaternelledenina.fr/wp-content/uploads/2018/03/craies.png') !important;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	width: 140px;
	height: 165px;
	position: absolute;
	right: -20px;
	top: -55px;
	overflow: visible;
	z-index: 100;
}


#loop-container .entry::after{
	content:"";
	background-image: url('http://www.lamaternelledenina.fr/wp-content/uploads/2018/03/eponge-1.png') !important;
	background-size: 100%;
	background-repeat: no-repeat;
	display: block;
	width: 200px;
	height: 250px;
	position: absolute;
	left: -95px;
	bottom: -50px;
	overflow: visible;
	z-index: 200;
}

#loop-sidebar .search-form-container .search-field{
	width: 70%;
	padding: 0px 3%;
	margin: 0px;
}

#loop-sidebar .search-form-container .search-submit{
	width: 28%;
	max-width: 28%;
	min-width: 28%;
	margin: 0px;
	padding: 10px 0px;
	outline: solid 1px #222;;
}

#loop-sidebar ul.children li a{
	padding: 7px 25px;
}

#loop-sidebar .wpb-submenu-indicator{
	padding: 5px 50px;
	height: 30px;
	position: relative;
	left: 50px;
	top: -5px;
}

.entry .featured-image{
	display: none;
	visibility: hidden;
}


/*RESPONSIVE*/


@media only screen and (max-device-width: 1075px){
.comment-content {
	width: 100%;  
	margin-top: 10px;
}
	
}


@media only screen and (max-device-width: 768px){

#loop-container{
	width: 100% !important;
	float: none !important;
	margin-bottom: 40px;
}
	
.toggle-navigation{
	margin-right: 50px;
	z-index: 500;
	position: relative;
}
	
.pagination{
	margin: 40px 0px;	
}

#loop-sidebar{
	top: 0px;
	width: 100% !important;
	float: none !important;
}	
	
.archive-header{
	width: 100%;
}
	
}


@media only screen and (max-device-width: 600px){
	
.excerpt-title a:link, .entry-title a:link, .excerpt-title a:visited, .entry-title a:visited {
    /*color: #758975;*/
}
.excerpt-title a, .entry-title a {
    /*color: #758975;*/
}
	
.excerpt-content, .excerpt-content a{
		/*color: #758975;*/
}
	
}

@media only screen and (max-device-width: 550px){
	
	
.site-header {
    height: auto !important;
}

.site-title img {
   /*
    *  max-width: 100% !important;
	max-height: auto !important;
	 width: 100% !important;
	height: auto !important;
	*/
}	
	
	.alignleft, .alignright {
    float: none;
    margin: 20px auto;
    text-align: center;
    width: 100%;
		max-width: 100%;
}
	
}


@media only screen and (max-device-width: 320px){

	
}

.page-template-full-width #loop-container{
	width: 100%;
}

.oi_page_holder{
	background-color: white;
	padding: 50px;
}

.oi_portfolio_page_holder{
	text-align: center;
}

[data-vp-layout="tiles"] .vp-portfolio__item-img img{
	object-position: 0% !important;
}

.excerpt, .featured-image{
	background-color: #111111;
}

.featured-image{
	background-position: center;
		background-size: cover;
	background-repeat: no-repeat;
}


.nwa-widget a{
	/*color: #4d4d4d !important;*/
}

.entry-content h2{
	clear: both;
}

#subscribe-blog-blog_subscription-2 #subscribe-email input{
	width: 100%;
}

#subscribe-blog-blog_subscription-2 #subscribe-submit{
	text-align: center;
}

.sharedaddy{
	margin-top: 40px;
}

#loop-container ol li,
#loop-container ul li{
	margin: 10px 0px; 
}

#loop-container .important{
	background-color: #151417;
	padding: 10px;
	color: #758975;
}

#loop-container .important a{
	color: #758975;
}

.cat-item-have-child span.wpb-submenu-indicator{
	padding: 0px !important;
	position: relative !important;
	left: auto !important;
	right: 0px !important;
	top: 0px !important;
	height: 20px !important;
}

.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a > span.wpb-submenu-indicator {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}