*{
box-sizing: border-box;
}

body{
	width: 1260px;
	/*width: 100%;*/
	padding: 0 30px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #f0f0f0;
	color: #2b2b2b;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a,
a:hover,
a:visited {
	color: inherit;
	cursor: pointer;
}

header *,
nav,
main *,
footer *{
}


header *,
nav,
main *,
footer *{
}

/* RESET */

ul, ol, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

h6{
	font-size: 22px;  
}
 
.floatLeft {
	float: left !important;
}

.floatRight {
	float: right !important;
}

.clearfix{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
}

.none{
	display: none;
	
}
/* FIN RESET */


header{
	margin-top: 18px;
}


footer{
	padding: 0 0px;
	height: 100px;
	margin: 20px 15px 100px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	position: relative;
}

footer #contact{
width: 20%;
float: right;
font-size:14px;
line-height: 16px;
margin-right: 40px;
}

footer #partenaires {
 height: 100px;
 display: block;
 float:left;
}



footer img{
width: 130px;
vertical-align: middle;
margin: 0 25px 0 25px;
 
}


#mcc{
width: 60px;
vertical-align: middle;
margin: 20px; 
}


/* Page article */
	.postPage a{
		text-decoration:underline; 
	}
	blockquote{
	font-size: 28px;
	width: 360px;
	line-height: 28px;
	}
	blockquote::after, blockquote::before {
	    content: "—";
	}
	blockquote p {
	    margin-bottom: 0px;
	    margin-top: 0px;
	}

	#sidebar{
		    max-width: 800px;
    margin: 0 auto;
    /*padding: 0 15px;*/
	}
	#logo img{
		/* width:113px; */
	}
	
	h2.pageTitle{
		margin-bottom:92px;
	}
	
	#content.postPage{
		max-width: 800px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	#content.postPage article > p{
		max-width: 570px;
		margin-top: 0px;
	}
	
	h2 .postCat {
		border-bottom: 4px solid;
		display: inline-block;
	}
	
	#postRsn,
	#postDate {
		font-size: 15px;
		line-height: 18px;
	}
	
	#postRsn{
		margin-bottom: 24px;
		height: 24px;
		width: 40%;
	}
	
	#postRsn li{
		float: left;
		border: 1px solid;
		padding: 0px 11px;;
		margin: 0 12px 0 0;
		line-height: 25px;
		height: 25px;
		cursor: pointer;
	}
	
	#postRsn li i {
		font-weight: bold;
	}
	
	
	#fbButton:hover {
		color: #295FAD;
	}
	
	#twButton:hover {
		color: #00C3F3;
	}
	
	.postPage article img{
		 max-width: 100%;  
	}
	
	.wp-caption img{
		width: auto;
		max-width: 100%;
		max-height: 80vh;
		margin-bottom: 1em;
	}
	
	.wp-caption-text {
		/*float: right;*/
		/*width: 170px;*/
		width: auto;
		font-size: 14px;
		line-height: 18px;
		margin: 5px 0 0;
	}
	
	.carouselWrapper{
		position: static;
		height: 55vh;
		margin-bottom: 48px;
	}
	
	.main-carousel{
		position: absolute;
		left: 0px;
		width: 100vw;
		height: 55vh;
	}
	
	
	.carousel-cell {
		/*width: 40%;*/
		height: 100%;
		/* flex-box, center image in cell */
		display: -webkit-box;
		display: -webkit-flex;
		display:         flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				justify-content: center;
		-webkit-align-items: center;
				align-items: center;
}


	.carousel-cell a {
		height: 100%;
		
	}
	
	.carousel-cell img {
		display: block;
		width: auto;
		height: 100%;
		/* dim unselected */
	}
	
	
	
	#conteneur {
		position: fixed;
		background-color: #f0f0f0;
		top: -47px; 
		width: 100%;
		z-index: 1;
		transition: top 0.2s;
		left: 0px;
		border-bottom: 1px solid rgb(220,220,220);
	}
	
	#barre_fixe {
		overflow: auto;
		position: relative; 
		top: -40px; 
		max-width: 1170px;
		transition: top 0.2s;
		background-color: #f0f0f0;
		z-index: 1;
		margin: 0 auto;
		
	}	
	
	#artNav {
		float: right;
		position: absolute;
		right: 0px;
		top: 0px;
		height: 40px;
		line-height: 40px;
	}
	
	#artNav i{
	margin: 0 5px;
	}
	
	.NextArtWrapper {
		width: 800px;
		margin: 0 auto;
		padding: 0 15px;
	}
	
	#prevNextArt{
		height: auto;
		padding: 15px 0;
		background-color: rgb(255, 227, 227);
		color: rgb(152, 46, 62)
	}
	
	.nextArtText{
		float: left;
		width: 50%;
	}
	
	.nextArtImage{
		width: 200px;
		float: right;
		background-blend-mode: screen;
		background-size: cover;
		height: 180px;
		mix-blend-mode: multiply
	}
	
	.nextArtRub{
		border-bottom :1px solid;
		margin-right: 8px;
	}
	
	.nextArtTitre{
		margin-bottom: 15px;
	}
	
	#logos_miniatures img{
		width: 30px;
		float: left;
		margin: 5px 4px 0px 0px;
	}
	
	h4.pageTitle{ 
	margin: 0 auto;
	padding: 8px 0;
	max-width: 770px;
	z-index: 1;
position: relative;
	}
	
	.fa-share-alt{
			cursor: pointer;
			margin-right: 5px;
			vertical-align: middle;
			line-height: 27px
		}
		
		.share-boutton{
			cursor: pointer;
		}
		ul.sub-tools{
			margin: 0px 0 0 13px;
			position: absolute;
			text-align: left;
		}
	
		ul.sub-tools li{
			display: inline;
			margin-left: 10px;
		}
		
		
		ul.sub-tools li a{
		color: #2b2b2b;
		text-decoration: none;
		}
		ul.sub-tools li a:hover{
		color: #000;
		border-bottom: 1px solid #000;
		
		}
	
	a, #haut{
	text-decoration: none;
	
	}
		
	h4 .postCat{ 
	border-bottom: 2px solid;
	}
	

/* VIMEO */
	
	.embed-container { 
		position: relative; 
		height: 0; 
		overflow: hidden; 
		width: 100%; 
		height: auto; 
		margin-bottom: 2em;
	}

	.embed-container iframe, .embed-container object, .embed-container embed { 
    	width: 100%;
    }

/* VIMEO */

	
/*flickity reset*/	
.fancybox-next, .fancybox-prev{
	display: none !important;
}
	.flickity-prev-next-button {
    height: 44px;
	width: 44px;
    background: transparent;

}

	.flickity-prev-next-button svg{
   /* display: none; */
   cursor: pointer;
}
	
	.flickity-prev-next-button:hover {
	background:transparent;  
	cursor: pointer;
}
	
	.flickity-prev-next-button:hover .arrow {
  fill: white;
}


.flickity-prev-next-button.previous {
    left: 40px;
}
.flickity-prev-next-button.next {
    right: 40px;
}


.flickity-prev-next-button:disabled {
    opacity: 0;
}
/*flickity reset end*/	


/*Commentaires*/	
/*VIMEO FIX */
.video-wrapper iframe{
	margin-left: auto !important;
    width: 100% !important;
    height: 100% !important;
}
.fluid-width-video-wrapper iframe
{
	margin-left: auto !important;
    width: 100% !important;
    height: 100% !important;
}
.vimeography-bugsauce-prev, .vimeography-bugsauce-next{
	text-decoration:none;
	border-bottom:0 !important;
}
.vimeography-bugsauce .vimeography-main{
	padding: 0 22px;
}
/*VIMEO FIX */
#article_lies .titre,
#commentaires .titre {
margin-bottom: 20px;
margin-top: 100px;

}

.nom, .mail ,.site,.com {
border: solid 1px;
margin: 2px 0px 10px 0px;
font-size: 12px;
color:  #969696;
font-style: italic;
background-color: #f0f0f0;
}

.nom, .mail ,.site {
	width: 300px;
    height: 25px;
}



.com {
	max-width: 570px;
	height: 200px;
	width: 100%;
}


.mentions{
	font-size: 10px;
	line-height: 12px;
	width: 300px;
	float:left;
}
#respond{
	margin-top: 100px;
}

.envoi {
	background-color: #969696;
	float: right;
	margin-right: 200px;
	padding: 0px 10px;
	font-size: 14px;
	color: #eee;
	border: none;
	padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
 
 
 .comments {
	 max-width: 570px;
	 display: inline-block;
	 margin: 20px 0 20px 0;
 
 }
 
 .comments .comment-body{
	 max-width: 570px;
	 display: inline-block;
	 border-top:solid 1px;
	 margin: 20px 0 0px 0;
 }
 
 .comments .comment-author{
	 margin: 10px 0  20px 0 ;
 
 }
	 	   			
	    			
 
/*Fin Commentaires*/	


/* FANCY BOX RESET */

.fancybox-opened .fancybox-skin{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.fancybox-overlay,
.fancybox-skin{
	background: #f0f0f0;
}

.fancybox-wrap{
	min-width: 100% !important;
	min-height: 100vh !important;
	top: 0px !important;
	left: 0px !important;
	padding: 50px
}

.fancybox-title{
	position: absolute;
	top: 50px;
	right: 50px;
	color: #2B2B2B;;
	width: 410px;
	font-size: 16px;;
	line-height: 1.4
}

.fancybox-title small{
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin-top: 1em;
	color: #999
}

.fancybox-image{
	max-width: calc(100vw - 550px);
	max-height: 100%;
	height: auto;
}

.theNav i {
	margin-right: 10px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	cursor: pointer;
	}

.theNav .fw.fa-times{
	float: right;
	margin: 2px 0;
	font-size: 25px;
	line-height: 25px
}

/*Articles Liés*/	 
.lies .texte .categorie {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline;
    padding-bottom: 1px;
}

.lies {
float:left;


}
	
.lies img{
width: 170px;
height: auto;
}
	
.lies .texte, .texte2, .imagelie{
float: left;

}
	
.lies .texte, .texte2{
max-width: 250px;
padding: 0 30px 0 30px;
font-size: 14px;
line-height: 16px;;

}

.lies .texte {
max-width: 230px;
padding: 0 30px 0 30px;
}


.lies .texte2 {
max-width: 200px;
padding: 0px 0px 0px 30px;
}

#pied {
max-width: 565px;
font-size: 14px;
line-height: 16px;;
}

/*Fin Articles Liés*/

/* PANNEAU RECHERCHE */

#recherche{
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}

#recherche #searchWrapper {
	height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 100%;
	text-align: center;
}


#recherche input#s {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	border-bottom: 1px solid #2b2b2b;
	color: #2b2b2b;
	font-size: 60px;
	max-width: 50vw;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder{
	color: #2b2b2b;
	font-style: italic;
}

body *:focus{;
	outline: 0;
}

#recherche #searchsubmit{
	line-height: 69px;
	width: 60px;
	background: transparent;
	border: 0;
	color: #2b2b2b;
	font-family: fontwasome;
	font-size: 50px;
}

#searchsubmit:focus{;
	color: rgb(0, 208, 103);
}

.closeSearch{
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	color: #666;
	cursor: pointer;
}

/* FIN PANNEAU RECHERCHE*/

/* ARCHIVES*/

.grid {
	
}

.grid .post{
border-top: solid 1px;
padding: 15px 0;
width: 100%
}

.grid .post:first-of-type { 
/* border-top: solid 1px; */
}


.grid p {
float: left;
vertical-align: top;
padding: 0 15px;
margin: 0;
}



.grid .titre{
width: 25%;
}

.grid .video .type::after,
.grid .audio .type::after{
	content:"\f01d";
	font-family: fontwasome;
	padding-left: 5px;
}

.grid .audio .type::after {
	content:"\f028";
}


.grid .extrait{
	width: 33.333%;
	margin-right: 0px;
	float: right;
}


.grid .picture{
width: 25%;
}

.grid .type{
	width: 16.6667%;
}


.grid .picture img {
	display: block;
	max-width: 100%;
	max-height: 190px;
	width: auto
}

#selector,
fieldset {
	border: 0;
	margin: 0px 0 5em !important;
	padding: 0;
}

fieldset #searchform,
fieldset #reset{
	height: auto
}

fieldset{
	font-size: 50px;
}

fieldset form#searchform{
	margin: 0 15px;
	width: calc(100%/12 * 9 - 30px);
	float: left;
	border-bottom: 2px solid #2b2b2b;
	
}

fieldset input#s {
	background-color: transparent;
	border: 0px;
	padding: 0px;
	color: #2b2b2b;
	width: calc(100% / 9 * 8);
}

fieldset #reset {
	width: calc(100% / 4 - 30px);
	float: right;
	border-bottom: 2px solid;
	margin: 0 15px;
	background: transparent;
	border-width: 0px 0px 2px 0px;
	padding: 0px;
	text-align: left;
}
fieldset  #reset i{
	font-size: 42px;
	float: right;
}

fieldset #searchsubmit{
	background: transparent;
	border: 0;
	color: #2b2b2b;
	font-family: fontwasome;
	font-size: 45px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	float: right;
	padding-left: 10px
}

fieldset.fixed{
	position: fixed;
	z-index: 1000;
	background-color: #f0f0f0;
	top: 0px;
	width: 1200px
}

.ui-selectmenu-button.ui-button{
	width: calc(100% / 4 - 30px);
	float: left;
	margin: 10px 15px;
	border: 0px;
	background: transparent;
	border-radius: 0px;
	border-bottom: 2px solid #2B2B2B;
	padding: 0 0 12px;
}
.fixed .ui-selectmenu-button.ui-button{
	font-size: 20px !important
}

#categorie-button.ui-selectmenu-button.ui-button{
	width: calc(100% / 2 - 30px);
}

.ui-widget-content {
	background: #f0f0f0;
	color: #2b2b2b;
	border: 0px !important;
	border-radius: 0px !important;
}

.ui-widget-content .ui-state-active{
	border: 1px solid #ccc;
	background: #2B2B2B !important;
	font-weight: normal;
	color: #ebebeb;
}

.ui-button:active,
.ui-selectmenu-icon.ui-icon{
	color: inherit;
}

.ui-selectmenu-text:focus{
	outline-style: auto;
	outline-width: 0px;
	outline-color: none;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{
	opacity: 0.5;
	font-weight: normal;
}

#categorie-menu .ui-menu-item .ui-menu-item-wrapper{
	padding-left: 26px !important;
}

#categorie-menu .ui-menu-item:first-of-type .ui-menu-item-wrapper{
	padding-left: .4em !important;
}

.select{
	height: 50px;
	border-bottom: 2px solid;
	padding-bottom: 12px;
}

.select span{
	font-size: 60px;
	float: left;
}

.select i{
	float: right;
	height: 48px;
	line-height: 40px;
	font-size: 24px
}

#selector .subCat{
	margin-top: 9px
}

.ui-selectmenu-text:after{
	content: "\F0D7";
	font-family: fontwasome;
	font-size: 20px;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	top: 50%;
	right: 0px
}

#msg-box {
	padding: 0 15px 50px;
	text-align: center;
	font-size: 30px;
	line-height: 1.1;
	font-style: italic;
	color: rgb(140,140,140);
}

#noResult{
	border-bottom: 2px solid;
	cursor: pointer;
}


.rechercheTitle {
	float: left;
	line-height: 62px;
	display: block;
	margin: 0 15px
}

#resultNumber{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 20px;
	clear: both;
	padding: 10px 15px 0;
}

#searchResult fieldset input#s {
    width: calc(100% / 9 * 8);
}


/* FIN ARCHIVES */

.nc_socialPanel.swp_d_darkGray a, .nc_socialPanel.swp_d_fullColor a, .nc_socialPanel.swp_d_lightGray a, .nc_socialPanel.swp_d_mediumGray a, body .nc_socialPanel.swp_o_darkGray:hover a, body .nc_socialPanel.swp_o_fullColor:hover a, body .nc_socialPanel.swp_o_lightGray:hover a, body .nc_socialPanel.swp_o_mediumGray:hover a, html body .nc_socialPanel.swp_i_darkGray a:hover, html body .nc_socialPanel.swp_i_fullColor .nc_tweetContainer:hover a, html body .nc_socialPanel.swp_i_lightGray .nc_tweetContainer:hover a, html body .nc_socialPanel.swp_i_mediumGray a:hover {
    color: #2b2b2b !important;
    background-color: #f0f0f0 !important;
    /* text-align: left; */
    /* margin: 0; */
}
.swp_count{
/*color: #2b2b2b !important;*/
}
.nc_tweetContainer {
   
    border-color: #2b2b2b !important;
    border-radius: 0 !important;
}
.figure a .featured-video-plus iframe{
	max-width:100% !important;
	height: 200px !important;
}
.figure{
	background-color: #FFF;
}
