/*
Theme Name: Cartier Meyniel

Author: Thomas Desnoyers
Author URI: www.thomasdesnoyers.com
*/


html {
	font-family: 'Cormorant Garamond', serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	transition: all 2s ease, linear;
	-webkit-font-smoothing: antialiased;
	scroll-padding-top: 12rem;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background-color:#F1ECE7;
	overflow-x: hidden;
}

.container,
.container-fluid {
	box-sizing: border-box !important;
	max-width: 100% !important;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1, h2, h3{
	font-family: 'Cormorant Garamond', serif;
	margin:0 0 4rem 0;
	font-weight: 100;
}

h3{
	margin-bottom: 0;
}

h1 {
	font-size: 3rem;
	margin-top:0;
}

h2 {
    font-size: 3rem;
    line-height: 5rem;
	font-weight: 300;
	margin-bottom: 0;

}

a.backlink {
    color: #445d6b;
	padding-left: 1rem;
	position: relative;
	display:block;
	margin-top: 2rem;
	margin-bottom: 2rem;
}



.single h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 300;
}

h3{
	font-size: 1.81rem;
	line-height: 2.2rem;
	font-weight: 300;
}

ul{
	list-style: none;
}

#content-single{
	margin-top:6rem;
}

#content-single ul {
	list-style: none;
	padding-left: 0;
}

#content-single li {
	position: relative;
	padding-left: 1rem;
}

#content-single li::before {
	content: "";
	width: 0.32rem;
	height: 0.32rem;
	background-color: #718D9D;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.82rem;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color:black;
}



:focus{
	outline:none!important;
	outline:#F1ECE7;
}

a:active,
a:hover {
	outline-width: 0;
	color:#718D9D;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

p, li {
    line-height: 2rem;
    font-size: 1.38rem;
	margin-bottom: 1rem;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	#F1ECE7-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}


/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}





/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

p.logo-cms {
    font-size: 2.13rem;
    text-transform: uppercase;
	display:inline-block;
	margin: 0;
}

.header-menu ul {
    padding: 0;
}

.col-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 6rem;
}

.menu li {
    display: inline-block;
    margin-left: 1rem;
    font-weight: 600;
}

#masthead{
	position: relative;
}

.header-menu {
	position: fixed;
	top: 6rem;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background-color: #F1ECE7;
	border-top: 1px solid rgba(68, 93, 107, 0.2);
	box-shadow: 0 1rem 2rem rgba(68, 93, 107, 0.12);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

.header-menu.is-open {
	max-height: calc(100vh - 6rem);
	overflow-y: auto;
	opacity: 1;
	pointer-events: auto;
}

.header-menu ul {
	margin: 0;
	padding: 1.5rem 2rem;
}

.header-menu .menu li {
	display: block;
	margin: 0;
	border-bottom: 1px solid rgba(68, 93, 107, 0.14);
	font-size: 1.5rem;
}

.header-menu .menu li:last-child {
	border-bottom: 0;
}

.header-menu .menu a {
	display: block;
	padding: 1rem 0;
}

.header-menu .sub-menu {
	padding: 0 0 0.75rem 1.25rem;
}

.header-menu .sub-menu li {
	border-bottom: 0;
	font-size: 1.2rem;
	font-weight: 500;
}

.header-menu .sub-menu a {
	padding: 0.45rem 0;
	color: #445d6b;
}

.menu-toggle {
	display: inline-flex;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 0;
	background: transparent;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.35rem;
	cursor: pointer;
}

.menu-toggle__line {
	display: block;
	width: 1.7rem;
	height: 2px;
	background-color: #000;
	-webkit-transition: transform 0.25s ease, opacity 0.25s ease;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-toggle.is-active .menu-toggle__line:nth-child(2) {
	transform: translateY(0.45rem) rotate(45deg);
}

.menu-toggle.is-active .menu-toggle__line:nth-child(3) {
	opacity: 0;
}

.menu-toggle.is-active .menu-toggle__line:nth-child(4) {
	transform: translateY(-0.45rem) rotate(-45deg);
}

.border-top{
	background-color:#718D9D;
	width: 100%;
	height: 0.5rem;
	position:absolute;
	left:0;
	top:0;
}

section#hero {
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	border: 3px solid #718D9D;
	box-sizing: border-box;
}

header#masthead {
    position: fixed;
    background-color: #F1ECE7;
    width: 100%;
	z-index: 999;
}

.site-content-contain {
    padding-top: 6rem;
}

.punchline {
    background-color: #F1ECE7;
    padding: 1rem 3rem;
    bottom: -23rem;
    position: absolute;
    max-width: 36rem;
    margin: auto;
	border-radius: 3px;
	right: 0;
    left: 0;
}



.punchline p {
    font-size: 1.81rem;
    line-height: 2.5rem;
}

.punchline hr {
    width: 7rem;
    height: 2px;
    background-color: #718D9D;
}

.punchline hr {
    width: 7rem;
    height: 3px;
    background-color: #718D9D;
    box-shadow: none;
    border: 0;
}

section#le-cabinet img {
    width: 100%;
    height: auto;
}

section#le-cabinet {
    margin-top: 24rem;
}

#associes img, #collaborateurs img{
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}

img.thumb-avocat {
    width: 100%;
    height: auto;
}

section {
    margin-bottom: 6rem;
}

section#competences {
    background-color: #D0DDE4;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.bloc-comp {
    padding: 1.6rem 3rem 2rem 2rem;
    border: 3px solid #718D9D;
	height: 100%;
    box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
	position: relative;
	transition: all .2s ease-in-out;
	min-height: 11rem;
}

.bloc-publi {
    padding: 1.6rem 3rem 2rem 2rem;
    border: 3px solid;
	height: 100%;
    box-sizing: border-box;
	display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
	position: relative;
	transition: all .2s ease-in-out;
}

.publi-cats {
    margin-bottom: 1rem;
}

.bloc-comp h3, .bloc-publi h3 {
    margin: 0;
}

.col-comp, .bloc-publi {
    margin-bottom: 2rem;
}

.bloc-comp::after {
    content: url(/wp-content/themes/cartier/img/right.svg);
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 0.8rem);
	width: 1rem;
	height: auto;
}

.col-actu {
    margin-bottom: 2rem;
}

.bloc-comp:hover, .bloc-publi:hover {
    box-shadow: 0px 4px 64px rgb(0 0 0 / 7%);
    transform: translateY(-5px);
}

a.cta-outline {
    padding: 0.5rem 1rem;
    border: 3px solid #718D9D;
	display:none;
}

.cont-actu{
	position: relative;
}

.cont-actu .cta-outline {
    position:absolute;
	top:1.5rem;
	right: 1rem;
}

.col-avocats{
	margin-bottom: 4rem;
}

p.number {
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 3px solid #9cb4c1;
    padding-bottom: 1rem;
}

p.number.number-news {
    border-bottom-color: #9cb4c1;
}

p.number.number-legal-news {
    border-bottom-color: #8083c4;
}

p.number.number-recognitions {
    border-bottom-color: #9cd2dd;
}

p.number.number-publications {
    border-bottom-color: #445D6B;
}

#content-single a{
	color:#718D9D;
}

footer{
	background-color:#445D6B;
	padding-top:6rem;
	padding-bottom:6rem;
	position: relative;
}

footer#colophon p {
    color: white;
    text-align: center;
	font-size: 1rem;
}

footer#colophon a {
    color: white;
    text-align: center;
}

.infos-footer{
	font-weight: 100;
    line-height: 1.5rem;
}

.bottom-links{
	position: absolute;
	bottom:1rem;
	left:0;
	right: 0;
	margin:auto;
}

a.logo-cms {
    text-transform: uppercase;
    font-size: 2rem;
}

a.backlink::before {
    content: url(/wp-content/themes/cartier/img/left.svg);
    position: absolute;
    left: 0;
    bottom: -0.2rem;
}

a.wp-block-button__link.wp-element-button {
    margin-top: 2rem;
}

a.wp-block-button__link.wp-element-button {
    margin-top: 1.5rem;
    color: black !important;
    border-radius: 0;
}

#content-single h1 {
    margin-bottom: 1.5rem;
}

p.fonction {
    margin-top: 0;
    font-weight: bold;
    font-size: 1rem;
}

a.pdf-publi {
    padding: 2rem 5rem 2rem 2rem;
    border: 3px solid #718D9D;
    margin-top: 2rem;
    display: inline-block;
    position: relative;
}

a.pdf-publi::after {
    content:url('/wp-content/themes/cartier/img/download.svg');
	position: absolute;
	right: 1rem;
    top: 1.5rem;
}

.col-lg-4.col-md-4.col-sm-4.col-xs-12.col-actu {
    margin-bottom: 1rem;
}

.col-cabinet {
    margin-bottom: 4rem;
}

p.title-info {
    color: #718d9d;
    font-weight: 600;
}

h2.actu-title {
    margin-bottom: 4rem;
}

.row-infos {
    position: relative;
}

.stroke-infos{
	width: 100%;
	height: 2px;
	background-color:#718D9D;
	position: absolute;
	top: 0;
	left: 0;
}

.stroke-infos {
    width: calc(100% - 2rem);
    height: 2px;
    background-color: #718D9D;
    position: absolute;
    top: 0;
    left: 1rem;
}

.box.informations {
    margin-top: 5rem;
}

.informations a{
	line-height: 2rem;
    font-size: 1.38rem;
}

.email, .tel, .linkedin {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.contact-title {
	font-size: 3rem;
    line-height: 2.2rem;
    font-weight: 300;
    margin-bottom: 2rem;
	padding-top: 2rem;
	border-top: 2px solid #445d6b;
}

.email:before{
	content: url('/wp-content/themes/cartier/img/email.svg');
	position: absolute;
	left: 0;
	top: 0;
}

.tel:before{
	content: url('/wp-content/themes/cartier/img/phone.svg');
	position: absolute;
	left: 0;
	top: 0.4rem;
}

.linkedin:before{
	content: url('/wp-content/themes/cartier/img/linkedin.svg');
	position: absolute;
	left: 0;
	top: 0;
}

section#publications, section#associes, section#actualites {
    margin-top: 5rem;
}

.scroll-reveal-ready .reveal-on-scroll {
	opacity: 0;
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
	-webkit-transition: opacity 0.7s ease, transform 0.7s ease;
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-reveal-ready .reveal-on-scroll.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

section#collaborateurs h2 {
    margin-bottom: 3rem;
}

section#associes h2 {
    margin-top: -1rem;
}

:root :where(.wp-element-button, .wp-block-button__link){
	background-color: #718D9D!important;
}

:root :where(.wp-element-button:hover, .wp-block-button__link):hover{
	color:black!important;
}

span.wpml-ls-display {
    border: 2px solid;
    padding: 0.2rem 0.5rem;
    border-color: #718D9D;
}

@media (prefers-reduced-motion: reduce) {
	.scroll-reveal-ready .reveal-on-scroll {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none;
	}
}

@media screen and (min-width:768px) and (max-width: 1520px){
	.bloc-comp h3{
		font-size: 1.3rem;
		line-height: 1.5rem;
		font-weight: 300;
	}
}

@media screen and (min-width:1024px){
	
	section#le-cabinet {
		margin-top: 14rem;
	}
	.header-menu{
		position: static;
		width: auto;
		max-height: none;
		overflow: visible;
		background-color: transparent;
		border-top: 0;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
	}
	.header-menu ul {
		padding: 0;
	}
	.header-menu .menu li {
		display: inline-block;
		margin-left: 1rem;
		border-bottom: 0;
		font-size: inherit;
	}
	.header-menu .menu a {
		padding: 0;
	}
	.header-menu .sub-menu {
		position: absolute;
		min-width: 12rem;
		padding: 0.75rem 1rem;
		background-color: #F1ECE7;
		box-shadow: 0 1rem 2rem rgba(68, 93, 107, 0.12);
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
		-webkit-transition: opacity 0.2s ease, transform 0.2s ease;
		transition: opacity 0.2s ease, transform 0.2s ease;
	}
	.header-menu .menu-item-has-children {
		position: relative;
	}
	.header-menu .menu-item-has-children:hover > .sub-menu,
	.header-menu .menu-item-has-children:focus-within > .sub-menu {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.header-menu .sub-menu li {
		display: block;
		margin-left: 0;
		font-size: 1rem;
	}
	.header-menu .sub-menu a {
		padding: 0.35rem 0;
	}
	.menu-toggle {
		display: none;
	}
	h2, h1 {
		font-size: 4.63rem;
	}
	a.cta-outline {
		display:block;
	}
	.single h1 {
		font-size: 4.63rem;
		line-height: 5rem;
		font-weight: 300;
	}
	.punchline {
		bottom: -7rem;
		min-height: 13.27rem;
	}
	.stroke-punchline {
		width: 100%;
		height: 8.45rem;
		position: absolute;
		left: 0;
		top: 0;
		border-top: 3px solid #718D9D;
		border-right: 3px solid #718D9D;
		border-left: 3px solid #718D9D;
		box-sizing: border-box;
	}
}

@media screen and (min-width:61em){
	a.backlink {
		margin-top: 0;
	}
}




