.content h4 {
    font-family: "cormorant-garamond", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.4rem;
    color: #000;
    line-height: 1.4;

}

.reseau a {
    background-color: rgba(171, 173, 174, 0); 
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 40px;
    font-size: 1.5rem;
}

.header.header-white:not(.active):not(.sticky) .reseau a {
    background-color: rgba(21, 17, 25, 0);
}

.page-template-default h2 {
	
	font-family: "cormorant-garamond", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.2;
    margin: 0;
	margin-top:30px;
}


.page-template-default h3 {
	
font-weight:300;
}

.section_anecdotes article>.content .title_3 {
    margin-bottom: 18px;
    margin-top: 3px;
}


.section_deux_colonnes .container_big div:first-child {
    flex-basis: 47%;
}

.section_anecdotes article .popin .title_2 {
    margin-bottom: 35px;
    margin-top: 15px;
}
.title_2 {
    line-height: 1.1;
}

.section_anecdotes article .popin .content p {
    margin-bottom:10px;
}

.section_anecdotes article .popin .content p img {
    margin-top:40px;
}

.section_anecdotes article .popin .content h4 {
    margin-bottom:15px;
}

.galeries_list article figure img{
	height:270px;
}

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

.section_famille .slider .slides article:first-child figure img { height:inherit; width:100%; }
	
}