@import url('http://fonts.googleapis.com/css?family=Montserrat');
@import url('http://fonts.googleapis.com/css?family=Montserrat+800');

/* Body */
*
{
  margin:0;
  padding:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-font-smoothing:antialiased
}
table,tr,td
{
  border-collapse:collapse
}
img,input::-moz-focus-inner
{
  border:0
}
img
{
  border:0
}
input:focus,textarea:focus,a:focus
{
  outline:0
}
a
{
  color:#000000;
  -webkit-transition:color 200ms linear,background-color 300ms cubic-bezier(0.23,1,0.32,1);
  -moz-transition:color 200ms linear,background-color 300ms cubic-bezier(0.23,1,0.32,1);
  -o-transition:color 200ms linear,background-color 300ms cubic-bezier(0.23,1,0.32,1);
  -ms-transition:color 200ms linear,background-color 300ms cubic-bezier(0.23,1,0.32,1);
  box-transition:color 200ms linear,background-color 300ms cubic-bezier(0.23,1,0.32,1)
}
a,a:hover
{
  text-decoration:none
}
a:hover
{
  color:#ac3d3d;
  cursor: pointer;
}

body img
{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden
}

/* Basic styles */
  body
  {
    font-family:'Montserrat',sans-serif;
    font-size:14px;
    color:#000;
    overflow-x:hidden;
	background: #f5f5f5;
  }

  h3
  {
    text-align: left;
  }



/* Header */

header
{
  font-family: "Montserrat";
  width : 100%;
  background: white;
  padding : 10px 30px;
  border-bottom : 1px solid #dbdbdb;
}

header p.titre-site {
	padding : 5px 20px 0px 20px;
	font-size: 2em;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	float: left;

}

header nav {
	width: 100%;
	margin:auto;
	text-align: center;
	padding : 15px 0px;
}

header nav ul li {
	list-style: none;
	display: inline-block;
	font-size: 1em;
	margin : 0px 35px;
	text-transform: uppercase;
}


/* Slider */

#alaune {
	width: 100%;
	height : 480px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
}
#alaune img {
	width: 100%;
	min-height: 100%;
	max-height: 130%;
}
#alaune .meta-alaune {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.23) 37%, rgba(0,0,0,0.28) 46%, rgba(0,0,0,0.43) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.23) 37%,rgba(0,0,0,0.28) 46%,rgba(0,0,0,0.43) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.23) 37%,rgba(0,0,0,0.28) 43%,rgba(0,0,0,0.46) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position : absolute;
	width: 100%;
	height : 100%;
	top:0;
	transition: 0.3s;
}

#alaune .meta-alaune:hover {
		background-color: rgba(0, 0, 0, 0.36);
}

#alaune  .content-meta {
	position : absolute;
	left : 35px;
	bottom : 30px;
}
#alaune  .content-meta .categorie a {
	text-transform: uppercase;
	color : white;
	font-size: 0.8em;
}

#alaune  .content-meta .titre-meta a {
	color : white;
	font-size: 2.4em;
	margin-top: 10px;
	font-weight : 800;
}

#alaune  .content-meta .autre-meta  {
	color : white;
	font-size: 0.8em;
	margin-top: 10px;
}
#alaune  .content-meta a:hover {
	text-decoration: underline;
}

/* blog list */

#blog-list {
	margin-top: 30px;
}

#blog-list .post {
	background: white;
	margin-bottom: 30px;
	height: 250px;
	overflow: hidden;
}

.container-img {
	overflow: hidden;
	text-align: center;
	transition: 0.4s;
	position: relative;
	padding-right: 0px!important;
}
.blackgradient {
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	position: absolute;
	transition: 0.3s;
}
.container-img .blackgradient:hover{
	background: rgba(0, 0, 0, 0.3);
}

.container-img img {
	min-width: 100%;
	max-width : 150%;
	min-height: 250px;
	max-height: 250px;
}
.infos-post {
	padding : 30px 30px;
}
.infos-post a {
	display: block;
	transition: 0.3s;
}
.infos-post a:hover {
	color : #ac3d3d;
}
.infos-post .categorie {
	color : #afafaf;
	font-size: 0.8em;
	text-transform: uppercase;
}
.infos-post .titre-post {
	color : black;
	font-size: 1.6em;
	font-weight: 800;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infos-post .informations {
	display: block;
	margin-bottom: 10px;
	padding-right: 20px;
	color : #afafaf;
	font-size: 0.7em;
}
.infos-post .extrait {
	color : #707070;
	padding-right: 20px;
}

/* Sidebar */

#side-bar {
	margin-top: 30px;
}

#side-bar .bloc {
	background: white;
	padding : 25px;
}

#side-bar .bloc .titre-bloc {
	font-size: 1.3em;
	margin-bottom: 30px;
	font-weight: 800;
}

#side-bar .bloc .pop {
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6e5e8;
	padding-bottom: 30px;
}

#side-bar .bloc .pop .contentimgpop{
	float: left;
	width: 70px;
	height : 70px;
	overflow: hidden;
	margin-right: 10px;
}

#side-bar .bloc .pop .contentimgpop img{
	min-width: 100%;
	min-height: 100%;
	max-width: 130%;
	max-height: 130%;
}

#side-bar .bloc .pop a{
	font-size: 1em;
	font-weight: 800;
}

/* Pagin */

.pagin {
	padding-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.pagin ul li{
	list-style: none;
	margin-right: 5px;
	padding : 8px 14px;
	display: inline-block;
	border : 1px solid #CCC;
	background: #f1f1f1;
}
.pagin ul li.active {
	border-color:  #ac3d3d;
}
.pagin ul li.active a {
	color : #ac3d3d;
}
.pagin ul li.active a:hover {
	color : black;
}
/* */

footer {
	margin-top: 15px;
	padding-top: 30px;
	border-top: 1px solid #ebebeb;
	color : #b3b3b3;
	text-align: center;
	padding-bottom: 30px;
}

footer a {
	color : #9c9c9c;
}
footer a:hover {
	text-decoration: underline;
}
footer ul {
	margin : 20px 10px;
}
footer ul li{
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
}
/*

	Corps content

*/

.corps-content {
	font-size: 1.1em;
}

.corps-content {
	padding : 20px;

	background: white;
	margin-bottom: 30px;

}

.corps-content p {
	margin-bottom: 15px;
}
.corps-content h2 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.corps-content-col  {
	padding : 10px;

	background: white;
	margin-bottom: 30px;
}

/* liste-likes */

.liste-likes {
	margin-top: 10px;
}

.liste-likes img {
	margin : 7px;
	width: 30px;
	height : 30px;
}

/* Autre */
h1.titre-meta {
	font-size: 1.1em;
}
.titre-de-page {
	padding : 20px;
	background: white;
	font-size: 1.4em;
}
.titre-page-h2 {
		font-size: 1.1em;
		padding : 0px!important;
		background: white;
		text-align: center;
}
.profil-image {
	width : 150px;
	height : 150px;
	float: right;
	margin-left: 20px;
}
.em14 {
	font-size: 1.4em;
}
.col-odd {
	padding-left: 20px;
	padding-right: 0px!important;
}
#corps #blog-list .petit-post {
	overflow:visible;
	height : 550px;
}

#corps #blog-list .petit-post .col-5{
	width: 100%!important;
	padding-right: 0px;
}
#corps #blog-list .petit-post img {
	width: 100%!important;
	min-height: 230px;
	max-height: 260px;
	margin-left: 0px;
}

#corps #blog-list .petit-post .col-7{
	width: 100%!important;
}
/* Not delete but modify */

.displaynone {
	display: none;
}
.displayblock {
	display: block;
}

textarea#meta_description {
	height : 100px!important;
	min-height : 100px!important;
}

/* Autre */
.pure-button-primary {
	background-color: #ac3d3d!important;
	margin-top:15px;
}
.pure-form {
	text-align: center!important;
}
.text-center {
	text-align: center;
}
.pure-form input {
	width: 300px;
}
.pure-form select {
	width: 300px;
}
.pure-form textarea {
	min-height: 300px;
	width: 300px;
}

.pure-form-admin input {
	width: 500px;
}
.pure-form-admin textarea {
	min-height: 600px;
	width: 500px;
}

.message {
	padding : 20px;
	background: #cbeec4;
	font-size: 1em;
	color : #03370d;
	text-align: center;
	margin: 10px 0px;
}

.icon {display: none;}
.li-menu { display: none;}

/* Responsiveness */

@media screen and (min-width: 1151px) {

}
@media screen and (min-width: 1001px) and (max-width: 1150px) {
	.container {
		width: 980px!important;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .container {
    width: 800px!important;
  }

}
@media screen and (max-width: 799px) {

	body {
		overflow: visible;
	}
	.container {
      width: 480px!important;
    }

	.topnav li:not(:first-child) {display: none;}
	.topnav li.li-menu { display: inline-block;}
	.topnav .icon {
	  float: right;
	  display: inline-block!important;
	}
	.topnav.responsive {position: relative;}
	.topnav.responsive li.li-menu {
		display: none!important;
	}
	.topnav.responsive li.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive li:not(:last-child) {
	  float: none;
	  display: inline;
	  width: 100%;
	}
	.topnav.responsive li a {
	  display: block;
	}


	#alaune {
		width: 100%;
		height : 280px;
		margin-top: 30px;
		overflow: hidden;
		position: relative;
	}

	#corps #blog-list {
		width: 100%!important;
		padding-right : 0px!important;
	}
	#corps #side-bar {
		width: 100%!important;
	}

	#corps #blog-list .post {
		overflow:visible;
		height : 500px;
	}

	#corps #blog-list .post .col-5{
		width: 100%!important;
		padding-right: 0px;
	}
	#corps #blog-list .post img {
		width: 100%!important;
		min-height: 230px;
		max-height: 260px;
		margin-left: 0px;
	}

	#corps #blog-list .post .col-7{
		width: 100%!important;
	}

	#corps #blog-list .to100{
		width: 100%!important;
	}
	#corps #blog-list .to100 {
		padding-left: 0px;
		padding-right: 0px;
	}


}

@media screen and (max-width: 479px)  {
	body .container {
		width: 400px!important;
	}
}
