/*
Theme Name: Promark
Author: Bonconseil
Author URI:
Description:
Version: 1.0
*/

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	position: relative;
	padding-bottom: 200px;
}

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

a {
	text-decoration: none;
	text-transform: uppercase;
	color: black;
	transition: 0.15s;
}

a:hover {
	text-decoration: none !important;
}

p {
	margin: 0;
}

h2, h3 {
	margin: 0;
}

.ancre {
    padding-top: 120px; 
    margin-top: -120px; 
}

@media all and (min-width: 1550px) {
	.ancre {
		padding-top: 130px; 
    	margin-top: -130px;
	}
}
@media all and (max-width: 1000px) {
	.ancre {
		padding-top: 100px; 
    	margin-top: -100px;
	}
}

/* entete */

.entete1 {
	display: flex;
	justify-content: space-around;
	font-size: 0.75rem;
	letter-spacing: 0.13rem;
	line-height: 1.2rem;
	background-color: white;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 100;
	height: 120px;
}

.logo1 {
	width: 300px;
	min-width: 200px;
	margin: 30px;
}

#menu {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
	margin: 60px 0px 20px 0px;
	width: 600px;
	transition: 0.15s;
}

#menu ul {
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s;
	width: 0;
	height: 0;
}

#menu li:hover ul {
	opacity: 1;
	visibility: visible;
	width: auto;
	height: auto;
}

.lien {
	padding: 0px 15px;
	text-align: center;
}

.lien a:hover .cercle {
	background: #01664c;
}

.lien2 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.relatif {
	position: absolute;
}

.sous-menu {
	position: relative;
	top: -33px;
	border: 2px solid white;
	background-color: rgba(10, 86, 73, 0.9);;
	padding: 10px;
	text-align: left;
	max-width: 350px;
}

.sous-menu-expertise {
	left: 43px;
}

.sous-menu-equipe {
	left: 30px;
}

.sous-menu-equipe-en {
	left: 22px;
}

.sous-menu a {
	color: white;
}

.sous-menu p {
	padding: 10px 15px;
}

.sous-menu a:hover {
	color: #2cbf95;
}

.cercle {
	width: 16px;
	height: 16px;
	margin-bottom: 5px;
	border-radius: 8px;
	background: #009872;
	transition: 0.15s;
}

.cercle2 {
	width: 16px;
	height: 16px;
	margin-bottom: 5px;
	border-radius: 8px;
	background: #01664c;
}

.langues-connexion {
	display: flex;
	justify-content: center;
	margin: 30px;
	width: 300px;
}

.langues-connexion a {
	color: #009872;
}

.langues-connexion a:hover {
	color: #01664c;
}

.current-lang a {
	color: #01664c;
}

.langues-connexion li {
	padding-right: 10px;
}

.langues {
	display: flex;
}

.connexion {
	padding-left: 20px;
}


/* entete mobile */

.entete-mobile {
	display: none;
	background-color: white;
	width: 100%;
	position: fixed;
	z-index: 300;
}

#plus-mobile {
	width: 22px;
	min-width: 22px;
	margin: 20px;
	position: fixed;
	z-index: 200;
	cursor: pointer;
}

#plus2-mobile {
	width: 22px;
	min-width: 22px;
	margin: 11px;
	cursor: pointer;
}

.logo-mobile {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0px 62px;
}

.logo-mobile img {
	width: 100%;
	max-height: 100px;
	padding: 25px 0px;
}

#menu-mobile {
	display: none;
	font-size: 0.75rem;
	letter-spacing: 0.13rem;
	line-height: 1.2rem;
	position: fixed;
	margin: 7px;
	z-index: 150;
	background-color: rgba(10, 86, 73, 0.9);;
	text-align: left;
	border: 2px solid white;
}

#menu-mobile li {
	padding: 12px 80px 12px 60px;
}

#menu-mobile a {
	color: white;
}

#menu-mobile a:hover {
	color: #2cbf95;
}

.menu-mobile-langue {
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-top: 20px;
	padding: 22px 60px !important;
}

.menu-mobile-connexion {
	padding: 22px 60px !important;
}

@media all and (min-width: 1550px) {
	.entete1 {
		font-size: 0.85rem;
		height: 130px;
	}
	.langues-connexion {
		font-size: 0.75rem;
	}
	.sous-menu-expertise {
		left: 47px;
	}
	.sous-menu-equipe {
		left: 33px;
	}
	.sous-menu-equipe-en {
		left: 24px;
	}
}
@media all and (max-width: 1549px) {
	#menu {
		width: 500px;
	}
}
@media all and (max-width: 1300px) {
	#menu {
		width: auto;
	}
}
@media all and (max-width: 1000px) {
	.entete1 {
		display: none;
	}
	.entete-mobile {
		display: flex;
	}
}


/* footer */

footer {
	background-color: #009872;
	display: flex;
	justify-content: center;
	padding: 50px;
	color: white;
	font-size: 0.7rem;
	line-height: 1rem;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

footer a {
	color: white;
	text-decoration: underline;
}

footer p {
	padding-bottom: 4px;
}

footer h3 {
	font-weight: 600;
	letter-spacing: 0.13rem;
	margin: 0px 0px 8px 0px;
}

.flex-footer {
	display: flex;
	flex-wrap: wrap;
}

.logo-footer {
	width: 220px;
	margin: 0px 60px;
	padding-bottom: 30px;
}

.contact-footer {
	margin: 0px 60px;
}

.contact-footer a {
	text-transform: none;
}

.contact-footer p:nth-child(3) {
	line-height: 1.2rem;
	text-transform: uppercase;
}

.copyrights {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin: 0px 60px;
	padding-top: 15px;
}

.copyrights p {
	padding-top: 5px;
}

.single-equipe-space {
	padding-bottom: 100px;
}

@media all and (max-width: 1150px) {
	.logo-footer, .contact-footer, .copyrights {
		margin: 0px 40px;
	}
}
@media all and (max-width: 938px) {
	body {
		padding-bottom: 310px;
	}
}
@media all and (max-width: 638px) {
	body {
		padding-bottom: 388px;
	}
}
@media all and (max-width: 400px) {
	footer {
		padding: 50px 30px;
	}
	.logo-footer, .contact-footer, .copyrights {
		margin: 0;
	}
	.logo-footer {
		width: 100%;
		max-width: 220px;
	}
}

/* home page */

.home-page {
	padding-top: 120px;
}

.home-title {
	background-color: #019973;
	padding: 20px 30px;
}

.home-title ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.home-title li {
	list-style-type: disc;
	margin: 0px 30px;
	color: white;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.13rem;
	padding: 5px 0px;
}

.home-illus {
	background-color: #f1f1f1;
	height: calc(100vh - 410px);
	min-height: 750px;
	background-image: url('images/pics-2.png'), url('images/pics-1.png'), url('images/forme-15.svg');
	background-repeat: no-repeat;
	background-size: 700px, 75%, 500px;
	background-position: right top, right top 60%, left bottom;
}

.home-texte {
	width: 350px;
	margin-left: 50px;
	padding: 25px;
	background-color: white;
}

.home-citation-texte {
	width: 600px;
	font-family: 'Baskervville', serif;
	font-size: 2.5rem;
	letter-spacing: 0.15rem;
	padding: 10px 0px 30px 0px;
}

.home-citation-auteur, .home-texte-presentation {
	font-size: 0.8rem;
	letter-spacing: 0.05rem;
}

.home-texte-presentation {
	padding-top: 30px;
}

.ligne4 {
	width: 70px;
	height: 2px;
	background-color: black;
	margin-top: 15px;
}

@media all and (min-width: 1900px) {
	.home-illus {
		background-size: 900px, 1410px, 500px;
		background-position: right top, right 40% top 60%, left bottom;
	}
}
@media all and (min-width: 1550px) {
	.home-page {
		padding-top: 130px;
	}
}
@media all and (min-width: 1440px) {
	.home-citation-texte {
		width: 1000px;
		font-size: 3rem;
	}
}
@media all and (max-width: 1440px) {
	.home-illus {
		min-height: 650px;
		background-size: 600px, 75%, 500px;
	}
}
@media all and (max-width: 1100px) {
	.home-illus {
		background-position: right top, right bottom, left bottom;
		background-size: 600px, 100%, 500px;
	}
}
@media all and (max-width: 1000px) {
	.home-page {
		padding-top: 100px;
	}
	.home-illus {
		height: calc(100vh - 380px);
	}
}
@media all and (max-width: 940px) {
	.home-illus {
		height: calc(100vh - 480px);
	}
}
@media all and (max-width: 740px) {
	.home-citation-texte {
		width: auto;
		font-size: 1.5rem;
	}
	.home-illus {
		background-size: 700px, 100%, 50%;
		min-height: 600px;
	}
}
@media all and (max-width: 640px) {
	.home-illus {
		height: calc(100vh - 580px);
	}
}
@media all and (max-width: 440px) {
	.home-texte {
		width: auto;
		margin: 0px 40px;
	}
}

/* page expertise */

.page-expertise {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 120px 0px;
	overflow: hidden;
	word-wrap: break-word;
}

.page-expertise article {
	display: flex;
	padding: 50px 350px;
}

.pict-titre {
	width: 370px;
	min-height: 250px;
	margin-right: 50px;
}

.exp-pict {
	width: 63px;
}

.page-expertise h2 {
	text-transform: uppercase;
	color: #01664c;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.25rem;
	padding-top: 15px;
}

.page-expertise h3 {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.25rem;
	padding-top: 15px;
}

.page-expertise p {
	font-family: 'Baskervville', serif;
	font-size: 1.2rem;
	width: 400px;
}

.ancre:nth-child(1) .exp-sec, .ancre:nth-child(7) .exp-sec, .ancre:nth-child(13) .exp-sec {
	background-image: url('images/forme-3.svg');
	background-repeat: no-repeat;
	background-size: 700px;
}

.ancre:nth-child(2) .exp-sec, .ancre:nth-child(8) .exp-sec, .ancre:nth-child(14) .exp-sec {
	background-image: url('images/forme-5.svg');
	background-repeat: no-repeat;
	background-size: 480px;
	background-position: top right 300px;
}

.ancre:nth-child(4) .exp-sec, .ancre:nth-child(10) .exp-sec, .ancre:nth-child(16) .exp-sec {
	background-image: url('images/forme-6.svg');
	background-repeat: no-repeat;
	background-size: 700px;
}

.ancre:nth-child(5) .exp-sec, .ancre:nth-child(11) .exp-sec, .ancre:nth-child(17) .exp-sec {
	background-image: url('images/forme-7.svg');
	background-repeat: no-repeat;
	background-size: 480px;
	background-position: bottom right 300px;
}

@media all and (min-width: 1550px) {
	.page-expertise {
		padding: 130px 0px;
	}
}
@media all and (max-width: 1000px) {
	.page-expertise {
		padding: 100px 0px;
	}
}
@media all and (max-width: 920px) {
	.page-expertise article {
		flex-direction: column;
	}
	.pict-titre {
		min-height: 0;
		width: 450px;
		margin-right: 0;
	}
	.page-expertise p {
		padding-top: 30px;
		width: 600px;
		min-height: 150px;
	}
}
@media all and (max-width: 700px) {
	.page-expertise {
		align-items: flex-start;
	}
	.page-expertise article {
		padding: 50px 50px;
	}
	.pict-titre {
		width: 100%;
		max-width: 370px;
	}
	.page-expertise p {
		width: 100%;
	}
	.ancre:nth-child(1) .exp-sec, .ancre:nth-child(7) .exp-sec, .ancre:nth-child(13) .exp-sec, .ancre:nth-child(4) .exp-sec, .ancre:nth-child(10) .exp-sec, .ancre:nth-child(16) .exp-sec {
		background-position: top left -300px;
	}
	.ancre:nth-child(2) .exp-sec, .ancre:nth-child(8) .exp-sec, .ancre:nth-child(14) .exp-sec, .ancre:nth-child(5) .exp-sec, .ancre:nth-child(11) .exp-sec, .ancre:nth-child(17) .exp-sec {
		background-position: top right;
	}
}
@media all and (max-width: 490px) {
	.exp-pict {
		width: 50px;
	}
	.page-expertise h2 {
		font-size: 1.4rem;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
	}
	.page-expertise h3 {
		font-size: 1rem;
	}
	.page-expertise p {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 400px) {
	.page-expertise article {
		padding: 50px 20px;
	}
}
@media all and (max-width: 385px) {
	.page-expertise {
		padding: 80px 0px;
	}
}

/* page équipe */

.page-equipe {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding: 120px 0px;
}

.page-equipe h2 {
	padding: 0px 16px 18px 18px;
	color: #01664c;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.25rem;
}

.associes {
	background-image: url('images/forme-8.svg');
	background-repeat: no-repeat;
	background-size: 700px;
	padding: 50px 350px 50px 350px;
	margin-right: 350px;
	width: 1180px;
	position: relative;
	z-index: 3;
}

.collaborateurs {
	background-image: url('images/forme-9.svg');
	background-repeat: no-repeat;
	background-size: 480px;
	background-position: top right 300px;
	padding: 220px 350px 50px 350px;
	width: 1180px;
	position: relative;
	top: -90px;
	margin: -90px -90px -90px 250px;
	z-index: 2;
}

.collaborateurs h2 {
	text-align: right;
}

.ofcounsel {
	background-image: url('images/forme-10.svg');
	background-repeat: no-repeat;
	background-size: 480px;
	padding: 50px 350px 50px 350px;
	margin-right: 350px;
	background-position: top 0px left 300px;
	width: 1180px;
	position: relative;
	z-index: 1;
}

.portraits {
	display: flex;
	flex-wrap: wrap;
}

.collaborateurs .portraits {
	justify-content: flex-end;
}

.inline-block {
	display: inline-block;
}

.portrait-nom {
	margin: 20px 20px 15px 20px;
	max-width: 200px;
}

.nom-portrait {
	padding-top: 4px;
	font-family: 'Baskervville', serif;
	letter-spacing: 0.1rem;
}

.nom-portrait span {
	text-transform: none;
}

.ligne3 {
	background-color: black;
	height: 1px;
	margin: 6px 0px;
}

.fonction-portrait {
	font-size: 0.8rem;
	text-transform: none;
	font-weight: 400;
}

@media all and (min-width: 1550px) {
	.page-equipe {
		padding: 130px 0px;
	}
}
@media all and (max-width: 1000px) {
	.page-equipe {
		padding: 100px 0px;
	}
}
@media all and (max-width: 920px) {
	.associes, .ofcounsel {
		margin-right: 0;
	}
	.collaborateurs {
		margin-left: -90px;
	}
}
@media all and (max-width: 530px) {
	.associes, .collaborateurs, .ofcounsel {
		width: auto;
	}
	.collaborateurs .portraits {
		justify-content: flex-start;
	}
	.collaborateurs h2 {
		text-align: left;
	}
	.page-equipe h2 {
		font-size: 1.5rem;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
	}
}
@media all and (max-width: 385px) {
	.page-equipe {
		padding: 80px 0px;
	}
}

/* single équipe */

.s-equipe {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding: 120px 0px;
}

.equipe {
	background-image: url('images/forme-3.svg');
	background-repeat: no-repeat;
	background-size: 700px;
	padding: 50px 370px 50px 370px;
	width: 1500px;
}


.description {
	font-size: 0.8rem;
	font-weight: 400;
	background-color: white;
	width: 240px;
	padding: 20px 30px;
	position: relative;
	left: 270px;
	margin-top: -70px;
}

.nom {
	font-family: 'Baskervville', serif;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
}

.nom span {
	text-transform: uppercase;
}

.ligne1 {
	background-color: black;
	height: 2px;
	margin: 10px 0px;
}

.texte-equipe {
	font-family: 'Baskervville', serif;
	font-size: 1.2rem;
	padding-top: 60px;
}

.en-dehors {
	font-family: 'Baskervville', serif;
	font-size: 1.2rem;
	font-style: italic;
	padding-top: 40px;
}

.citation {
	color: #01664c;
	padding: 40px 40px 40px 110px;
	margin-top: 20px;
	background-image: url('images/forme-5.svg');
	background-repeat: no-repeat;
	background-size: 450px;
	background-position: top right;
	position: relative;
	left: 40px;
}

.citation-texte {
	font-family: 'Baskervville', serif;
	font-size: 1.5rem;
}

.citation-source {
	font-weight: 400;
	padding-top: 20px;
}

.s-equipe li {
	list-style-type: disc;
	font-weight: 300;
	padding: 6px 0px;
	position: relative;
	left: 20px;
}

.ligne2 {
	background-color: black;
	height: 2px;
	margin-bottom: 25px;
}

.equipe-suite {
	width: 500px;
	font-size: 1.1rem;
	font-weight: 300;
	padding-top: 60px;
}

.equipe-suite h2, .equipe-publications h2 {
	font-size: 1.3rem;
	font-weight: 600;
	letter-spacing: 0.13rem;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.equipe-suite > div {
	padding: 25px 0px;
}

.equipe-suite a {
	text-decoration: underline;
	text-transform: none;
}

.equipe-suite p, .equipe-publications p {
	padding: 6px 0px;
}

.equipe-publications {
	font-size: 1.1rem;
	font-weight: 300;
	background-image: url('images/forme-7.svg');
	background-repeat: no-repeat;
	background-size: 450px;
	background-position: bottom right 50px;
	padding: 25px 0px 80px 0px;
}

.equipe-publications ul {
	padding-bottom: 20px;
}

.equipe-publications a {
	text-transform: none;
	text-decoration: underline;
}

.equipe-publications .ligne2 {
	width: 500px;
}

.equipe-publications-categorie {
	font-style: italic;
	font-weight: 600;
}

.equipe-publication-titre {
	font-weight: 500;
	padding-bottom: 0 !important;
	width: 480px;
}

.equipe-publication-source {
	font-style: italic;
	padding-top: 0 !important;
	width: 480px;
}

@media all and (min-width: 1550px) {
	.s-equipe {
		padding: 130px 0px;
	}
}
@media all and (max-width: 1000px) {
	.s-equipe {
		padding: 100px 0px;
	}
}
@media all and (max-width: 850px) {
	.equipe {
		width: 1240px;
	}
	.citation {
		padding-left: 0px;
	}
	.equipe-publications {
		background-position: bottom right;
	}
}
@media all and (max-width: 590px) {
	.s-equipe {
		align-items: flex-start;
	}
	.equipe {
		padding: 50px 50px;
		width: 100%;
		background-position: top left -320px;
	}
	.equipe img {
		width: 100%;
		max-width: 350px;
		height: auto;
	}
	.description {
		width: 100%;
		max-width: 200px;
		padding: 20px 0px;
		left: 0;
		margin-top: 0;
		background-color: transparent;
	}
	.citation {
		padding: 40px 0px;
		background-size: 450px;
		background-position: top left;
		left: 0;
	}
	.equipe-suite {
		width: 100%;
	}
	.s-equipe li {
		padding: 6px 20px 6px 0px;
		left: 20px;
	}
	.equipe-publication-titre, .equipe-publication-source, .equipe-publications .ligne2 {
		width: 100%;
	}
}
@media all and (max-width: 500px) {
	.texte-equipe, .en-dehors {
		font-size: 1rem;
		padding-top: 40px;
	}
	.citation-texte {
		font-size: 1.2rem;
	}
	.citation-source {
		font-size: 0.9rem;
	}
	.equipe-suite, .equipe-publications {
		font-size: 0.9rem;
	}
	.equipe-suite h2, .equipe-publications h2 {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 400px) {
	.equipe {
		padding: 50px 20px;
		background-position: top left -350px;
	}
}
@media all and (max-width: 385px) {
	.s-equipe {
		padding: 80px 0px;
	}
}

/* navigation single équipe */

.equipe-nav {
	position: fixed;
	bottom: 0px;
	z-index: 200;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 12px;
	text-transform: uppercase;
	font-size: 0.6rem;
	letter-spacing: 0.05rem;
}

.precedent {
	text-align: right;
	margin-right: 20px;
}

.fleche-g {
	display : inline-block;
	height : 0;
	width : 0;
	border-top : 8px solid transparent;
	border-bottom : 8px solid transparent;
	border-right : 16px solid black;
}

.retour {
	text-align: center;
	margin: 0px 20px;
}

.point-retour {
	display : inline-block;
	width: 16px;
	height: 16px;
	background-color: black;
	border-radius: 8px;
}

.suivant {
	margin-left: 20px;
	padding-right: 22px;
}

.fleche-d {
	display : inline-block;
	height : 0;
	width : 0;
	border-top : 8px solid transparent;
	border-bottom : 8px solid transparent;
	border-left : 16px solid black;
}

.fleche-gris {
	border-right-color: #79888c;
	border-left-color: #79888c;
}

.nav-gris {
	color: #79888c;
}

/* page actualités */

.page-actualites {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding: 120px 0px;
}

.page-actualites h2 {
	color: #01664c;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.lettre {
	background-repeat: no-repeat;
	background-size: 700px;
	padding: 50px 350px 70px 350px;
	width: 1500px;
	min-height: 350px;
	font-size: 1.3rem;
}

.vie-cabinet {
	padding-bottom: 60px;
	margin: 0 120px;
}

.vie-cabinet h2{
	padding-bottom: 30px;
}

.vie-cabinet .date{
	font-weight: 400;
	font-size: 1.2rem;
}

.vie-cabinet .evenement{
	padding-bottom: 20px;
}

.lettre ul {
	padding-bottom: 40px;
}

.lettre li {
	padding-bottom: 10px;
}

.parution {
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.25rem;
	padding-bottom: 25px;
}

.page-actualites a {
	text-transform: none;
	text-decoration: underline;
	font-size: 1.3rem;
}

.page-actualites li {
	list-style-type: disc;
	padding-top: 6px;
	position: relative;
	left: 20px;
	padding-right: 20px;
}

.publications {
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: top right;
	padding: 50px 350px 50px 350px;
	width: 1500px;
	min-height: 350px;
	position: relative;
	top: -40px;
	margin-top: -40px;
	z-index: 2;
	font-size: 1.3rem;
}

.publications h2 {
	text-align: right;
	padding-bottom: 15px;
}

.publications li {
	padding-top: 30px;
}

.publication-source {
	font-style: italic;
	font-weight: 400;
	font-size: 1.1rem;
	padding-top: 5px;
	max-width: 700px;
}

.contributeur {
	font-family: 'Baskervville', serif;
	font-size: 1.1rem;
	padding-top: 4px;
}

.contributeur a {
	font-size: 1.1rem;
}

@media all and (min-width: 1550px) {
	.page-actualites {
		padding: 130px 0px;
	}
}
@media all and (max-width: 1000px) {
	.page-actualites {
		padding: 100px 0px;
	}
}
@media all and (max-width: 900px) {
	.lettre {
		background-position: top left -300px;
		padding: 50px 50px 70px 50px;
		width: 100%;
	}
	.publications {
		background-position: top right -300px;
		padding: 50px;
		width: 100%;
	}
}
@media all and (max-width: 800px) {
	.vie-cabinet {
		margin: 0;
	}
}
@media all and (max-width: 580px) {
	.lettre {
		background-position: top -110px left -300px;
	}
	.vie-cabinet .date{
		font-size: 1rem;
	}
	.page-actualites h2 {
		font-size: 1.5rem;
	}
	.lettre, .parution, .page-actualites a, .publications {
		font-size: 1.1rem;
	}
	.publication-source, .contributeur, .contributeur a {
		font-size: 0.9rem;
	}
	.publications h2 {
	text-align: left;
	}
}
@media all and (max-width: 500px) {
	.lettre, .publications {
		padding: 50px 20px;
	}
}
@media all and (max-width: 385px) {
	.page-actualites {
		padding: 80px 0px;
	}
}

/* page contact */

.page-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding-top: 120px;
}

.map {
	background-image: url('images/forme-11.svg');
	background-repeat: no-repeat;
	background-size: 700px;
	padding: 0px 350px;
	position: relative;
	z-index: 2;
}

.map img {
	width: 800px;
}

.adresse-contact {
	display: flex;
	color: #01664c;
	background-image: url('images/forme-12.svg');
	background-repeat: no-repeat;
	background-size: 450px;
	background-position: top right;
	position: relative;
	z-index: 1;
	top: -90px;
	margin: -70px;
	width: 900px;
	padding: 180px 50px 100px 50px;
}

.adresse-contact > div {
	width: 50%;
}

.adresse-contact h3 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.2rem;
	font-size: 1.1rem;
	padding-bottom: 6px;
}

.adresse-contact p {
	font-weight: 400;
}

.adresse-contact a {
	text-decoration: underline;
	text-transform: none;
	color: #01664c;
}

.adresse-contact div:nth-child(2) p {
	line-height: 1.5rem;
	text-transform: uppercase;
}

@media all and (min-width: 1550px) {
	.page-contact {
		padding-top: 130px;
	}
}
@media all and (max-width: 1000px) {
	.page-contact {
		padding-top: 100px;
	}
}
@media all and (max-width: 890px) {
	.map {
		padding: 0px 50px;
		background-position: top left -140%;
		background-size: 77%;
	}
	.map img {
		width: 100%;
	}
	.adresse-contact {
		padding: 180px 50px 100px 50px;
		width: 100%;
	}
}	
@media all and (max-width: 710px) {
	.map {
		padding: 0px;
	}
	.adresse-contact {
		flex-direction: column;
		background-position: bottom right;
		background-size: 63%;
	}
	.adresse-contact > div {
		width: 100%;
	}
	.adresse-contact div:first-child {
		padding-bottom: 20px;
	}
}	
@media all and (max-width: 500px) {
	.adresse-contact h3 {
		font-size: 1rem;
	}
	.adresse-contact {
		font-size: 0.9rem;
		padding: 180px 20px 100px 20px;
	}
}
@media all and (max-width: 385px) {
	.page-contact {
		padding-top: 90px;
	}
}

/* page mentions légales */

.page-mentions {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	padding: 120px 0px;
}

.page-mentions h1 {
	color: #01664c;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	padding-bottom: 30px;
	margin: 0;
}

.page-mentions h2 {
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.page-mentions p {
	font-size: 1rem;
	font-weight: 400;
	padding-bottom: 30px;
}

.texte-mentions {
	background-image: url('images/forme-6.svg'), url('images/forme-14.svg');
	background-repeat: no-repeat;
	background-size: 700px;
	background-position: top left, bottom right;
	padding: 50px 350px 50px 350px;
	width: 1400px;
}

.texte-mentions a {
	text-transform: none;
	text-decoration: underline;
}

@media all and (min-width: 1550px) {
	.page-mentions {
		padding-top: 130px;
	}
}
@media all and (max-width: 1000px) {
	.page-mentions {
		padding-top: 100px;
	}
}
@media all and (max-width: 800px) {
	.texte-mentions {
		background-position: top left -300px, bottom right -300px;
		padding: 50px;
		width: 100% ;
	}
}
@media all and (max-width: 550px) {
	.page-mentions h1 {
		font-size: 1.5rem;
	}
	.page-mentions h2 {
		font-size: 1rem;
	}
	.page-mentions p {
		font-size: 0.8rem;
	}
}
@media all and (max-width: 450px) {
	.texte-mentions {
		padding: 50px 20px ;
	}
}
@media all and (max-width: 385px) {
	.page-mentions {
		padding: 80px 0px;
	}
}
