/* modification de taille de texte  */
.ns-page .page__content {
	font-size: 1rem;
}

.ns-page .page__subtitle {
	font-size: 1.4rem;
}

.ns-page .page__title {
	font-size: 1.7rem;
}

/* page tarif-honoraire */
#information_texte h3 {
	font-size: 1.2rem
}

/* modification de police  général pour adapter les titres aux paragraphes */
.font-head,h1,h2,h3,h4, span.content__headline {
	font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', sans-serif;
	line-height: 1.45;
}

/* photo sur la page présentation de l'étude */
.ns-page .page__content .ns-teamlist .coworker .coworker__details .pull-left {
	vertical-align: middle;
}

/* modifcation pour le titre bureaux (h3) */
.ns-page .titre-bureaux {
	margin-top: 0px;
	font-size: 1.4rem;
	font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', sans-serif !important;
}

/* taille de slider */
.w-slider.slider-min {
	height: 400px;
}

@media screen and (max-width: 767px) {
    .links-presentation-etudes .w-slider {
        height:400px;
        min-height: 200px
    }
}