.bottom-footer.clear {
display:none;
}

/*faire disparaitre le bloc couleur du header*/

.postid-440 .site-content,
.postid-481 .site-content,
.postid-475 .site-content,
.postid-473 .site-content,
.postid-479 .site-content,
.postid-477 .site-content,
.postid-480 .site-content,
.postid-310 .site-content,
.postid-3451 .site-content,
.postid-3453 .site-content,
.postid-3455 .site-content,
.postid-471 .site-content,
.postid-3546 .site-content,
.postid-3542 .site-content,
.postid-3618 .site-content,
.postid-3781 .site-content,
.postid-3537 .site-content,
.postid-3978 .site-content,
.postid-3989 .site-content,
.postid-4284 .site-content,
.postid-4435 .site-content,
.postid-4597 .site-content,
.postid-4821 .site-content,
.postid-4987 .site-content,
.postid-5347 .site-content,
.postid-5847 .site-content,
.postid-6732 .site-content
{
    color: #ffffff;
    padding: 0px;
}

.postid-440 .site-header,
.postid-481 .site-header,
.postid-475 .site-header,
.postid-473 .site-header,
.postid-479 .site-header,
.postid-477 .site-header,
.postid-480 .site-header,
.postid-310 .site-header,
.postid-3451 .site-header,
.postid-3453 .site-header,
.postid-3455 .site-header,
.postid-471 .site-header,
.postid-3546 .site-header,
.postid-3542 .site-header,
.postid-3618 .site-header,
.postid-3781 .site-header,
.postid-3537 .site-header,
.postid-3978 .site-header,
.postid-3989 .site-header,
.postid-4284 .site-header,
.postid-4435 .site-header,
.postid-4597 .site-header,
.postid-4821 .site-header,
.postid-4987 .site-header,
.postid-5347 .site-header,
.postid-5847 .site-header,
.postid-6732 .site-header

{
    position: absolute;
    width: 100%;
    background-color: transparent;
}

/*taille du menu et responsive*/
.menu-item-inner {
	font-size: 160%;
	font-family: 'bebas neue','Oswald', 'akrobat', sans-serif;
  letter-spacing: 0.05em;
	font-weight: 500;
}	

@media screen and ( max-device-width: 768px){
.menu-item-inner{
	 font-size: 80%;} 
}

/*taille du titre site et responsive
.logo-default-link {
	color: white;
	font-family: sans-serif;
  font-size: 180%;
 	}
 @media screen and ( max-device-width: 768px){
.logo-default-link{
	 font-size: 85%;}

	}	*/

/*faire disparaitre le bloc couleur du header*/
.page-id-5 .site-content,
.page-id-8 .site-content
{
    color: #ffffff;
    padding: 0px;
}
.page-id-5 .site-header,
.page-id-8 .site-header
{
    /*position:absolute;*/
    width: 100%;
    background-color: transparent;
}

/*imagebackground accueil
 .page-id-2 .site-content
{
	padding-top:0px!important;
	background-image:url(/wp-content/uploads/2018/02/background-mise-en-scene.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
	}*/
/*@media screen and ( max-device-width: 1920px){
.page-id-2 .site-content {
	 background-size:auto}
	}	*/


/*page accueil, couleur en transparence bandeau du header*/
.page-id-2 .site-header.no-fixed-header {
	background-color:rgba(231,133,36,0.5)
	}



/*Mise en forme des fonds sur les 4 bloc ajouté avec javascript
.fond1 {
	background-image:url(/wp-content/uploads/2018/02/background-bureau-opacite.jpg);
	background-size:cover;
  background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:100%;
	height:100%;
	transition:all 1s ease-in-out;
	opacity:0;
}
.fond2 {
	background-image:url(wp-content/uploads/2018/02/background-mise-en-scene.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:100%;
	height:100%;
	transition:all 1s ease-in-out;
	opacity:0;
}
.fond3 {
	background-image:url(/wp-content/uploads/2018/02/background-livres-references.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:100%;
	height:100%;
	transition:all 1s ease-in-out;
	opacity:0;
}
.fond4 {
	background-image:url(/wp-content/uploads/2018/02/background-livres.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:100%;
	height:100%;
	transition:all 1s ease-in-out;
	opacity:0;
}*/
/*Agencement du menu supérieur lors du survol des lien*/
header {
    transition:all 1s ease-in-out;
}
.page-id-2 .site-content {
	padding-top:0px!important;
}
.page-id-2 header {
	z-index:2000;      position:absolute; 
	top:0px; 
	left:0px;
	width:100%; 
}



/*Respectivement, les boutons "previous work" et son état de survol ainsi que "next work" et son état de survol*/ 
article + a {
	float:left;
	padding:20px;
	background-color:#e0ddd9!important;
	color:white!important;
	margin-bottom:50px;
	margin-top:50px;
  border-radius:50px;
	transition:all 0.3s ease-in-out;
	text-decoration:none!important;
	text-transform:capitalize;
}
 article + a:hover {
	background-color:white!important;
	color:#aaa!important;
	border-radius:50px;
	 cursor:pointer;
}
article + a + a {
  float:right;
	padding:20px;
	background-color:#e0ddd9!important;
	color:white!important;
	margin-bottom:50px;
	margin-top:50px;
  border-radius:50px;
	transition:all 0.3s ease-in-out;
	text-decoration:none!important;
	text-transform:capitalize;
}
article + a + a:hover {
	background-color:white!important;
	color:#aaa!important;
	border-radius:50px;
	 cursor:pointer;
}

/*imagebackground contact*/ 
 .page-id-5 .site-content
{
	padding-top:0px!important;
	background-image:url(/wp-content/uploads/2018/02/fond-paysage-blanc-3);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
}		


/*le bloc message ne peut pas se redimensionner - responsive formulaire*/
.wpcf7-form-control.wpcf7-textarea{
	resize: none;
}

/*imagebackground qui-suis-je?*/
 .page-id-8 .site-wrapper
{
	padding-top:0px!important;
	background-image:url(/wp-content/uploads/2018/03/background-portrait-bleu.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top;
		
}

/*page qui suis-je ?, couleur en transparence bandeau du header*/
.page-id-8 .site-header.no-fixed-header {
	background-color:rgba(117,178,173,0.6)
	}

/*page contact, couleur gris plus foncé du header*/
.page-id-5 .site-header.no-fixed-header {
	background-color:#e0ddd9;
	}

/*page portfolio title h1 même couleur que le fond de la page*/
.post-header-title h1, .entry-header h1{
	color:#f6f6f6
		}