/* ------
SOMMAIRE
---------*/
/*

01 - TITRES

*/


/* @font-face {
	font-family: 'kind avenue';
	src:  url('../fonts/kind-avenue/kind-avenue.otf');
	src: 
	  url('../fonts/kind-avenue/kind-avenue.ttf') format('truetype'),
	  url('../fonts/kind-avenue/kind-avenue.woff') format('woff'),
	  url('../fonts/kind-avenue/kind-avenue.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: block;
} */

/* ------
01 - TITRES
---------*/
h1, h2, h3, h4, h5, h6, .like-h1, .like-h2, .like-h3, .like-h4, .like-h5, .like-h6, .display-large, .display-medium, .display-small, .headline-large, .headline-medium, .headline-small, .title-large, 
.title-medium, .title-small, .label-large-bold, .label-large, .label-medium-bold, .label-medium, .label-small, .label-x-small, .body-large-bold, .body-large, .body-large-italic, .body-medium-bold, 
.body-medium, .body-medium-italic, .body-small-bold, .body-small, .body-small-italic   {
	line-height:normal;
	margin: 0 0 24px 0;
	line-height: 105%;
	color: var(--color-primary-dark);
	display: block;
	/* font-family: "Lexend", sans-serif; */
	font-family: "Barlow", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
 	font-variation-settings:"wdth" 100;
}
h1, .like-h1{
	position: relative;
	/* font-size: 72px; */
	font-size: 4.5rem;
	color: var(--white);
	margin-bottom: 12px;
}
h2, .like-h2{
	/* font-size: 64px; */
	font-size: 3.6rem;
}
h3, .like-h3{
	/* font-size: 48px; */
	font-size: 2.8rem;
}
h4, .like-h4{
	/* font-size:32px; */
	font-size: 1.6rem;
	line-height: 120%;
}
h5, .like-h5{
	/* font-size: 20px; */
	font-size: 1.4rem;
}
h6, .like-h6{
	/* font-size: 15px; */
	font-size: 1.3rem;
}

/*display*/
.display-large {
	font-size: 5.7rem;
	line-height: 68px;
	letter-spacing: 0.5px;
}
.display-medium {
	font-size: 4.5rem;
	line-height: 64px;
	letter-spacing: 0.4px;
}
.display-small {
	font-size: 3.6rem;
	line-height: 44px;
}

/*headline*/
.headline-large {
	font-size: 3.2rem;
	line-height: 40px;
}
.headline-medium {
	font-size: 2.8rem;
	line-height: 36px;
}
.headline-small {
	font-size: 2.4rem;
	line-height: 32px;
	font-weight: 600;
}

/*Title*/
.title-large {
	font-size: 2.2rem;
	line-height: 28px;
	font-weight: 700;
}
.title-medium {
	font-size: 1.8rem;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: 0.15px;
}
.title-small {
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: 0.1px;
}

/*Label*/
.label-bold {
	font-size: 1.8rem;
	line-height: 24px;
}
.label-large {
	font-size: 1.8rem;
	line-height: 24px;
	letter-spacing: 0.1px;
	font-weight: 500;
}
.label-medium-bold {
	font-size: 1.6rem;
	line-height: 20px;
	letter-spacing: 0.1px;
}
.label-medium {
	font-size: 1.6rem;
	line-height: 20px;
	letter-spacing: 0.1px;
	font-weight: 500;
}
.label-small {
	font-size: 1.2rem;
	line-height: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.label-x-small {
	font-size: 1.2rem;
	line-height: 16px;
	letter-spacing: 0.5px;
	font-weight: 500;
}

/*Body*/
.body-large-bold,
.body-large,
.body-large-italic {
	font-size:1.6rem;
	letter-spacing: 0.5px;
	line-height: 24px;
} 
.body-large {
	font-weight: 500;
} 
.body-large-italic {
	font-weight: 400;
	font-style: italic;
}

.body-medium-bold,
.body-medium,
.body-medium-italic {
	font-size:1.4rem;
	letter-spacing: 0.25px;
	line-height: 20px;
} 
.body-medium {
	font-weight: 400;
} 
.body-medium-italic {
	font-weight: 400;
	font-style: italic;
} 

.body-small-bold,
.body-small,
.body-small-italic {
	font-size:1.2rem;
	letter-spacing: 0.4px;
	line-height: 20px;
} 
.body-small {
	font-weight: 400;
} 
.body-small-italic {
	font-weight: 400;
	font-style: italic;
} 


/*format de police*/
.text-bleu {
	color: var(--color-secondary);
}
.line-color-left {
    border-left: 4px solid var(--color-secondary);
    padding-left: 24px;
    font-style: italic;
    color: var(--neutral-500);
	font-weight: 400;
}

hr{
	border: 3;
}


/* ------------
06 - CONTENU WYSIWYG
--------------*/

.color-primary-italic {
	display: inline-block;
	margin-bottom: 15px;
	color: var(--color-primary);
	font-style: italic;
}
.line-color-primary {
	border-left: 1px solid var(--color-primary);
	padding-left: 24px;
	margin-top:35px;
}

.text-intro{
    margin-bottom: 3.6rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
}
.italic {
	display: block;
	font-style: italic;
}
p{
	margin: 0 0 24px 0;
}
b,
strong{

}
em{
	font-style:italic;
}
	em strong, strong em{
		font-style: italic;
		font-weight: normal;
	}
u{
	text-decoration:underline;
}
strike{
	text-decoration: line-through;
}
address{
	color: #007AAA;
}
pre{
	background:#ccc;
	border:1px solid #007aaa;
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	margin:20px auto;
	overflow:auto;
	padding:5%;
	width:80%;
}
code{
	background:#007aaa;
	color:#fff;
	font-family:Courier, MS Courier New, Prestige, Everson Mono;
	font-size:1.1em;
	padding:2px;
}
cite{
	color:#000;
	font-family: Arial, sans-serif;
	font-size:1.1em;
	padding:0 3px 0 3px;
}

acronym{
	border-bottom:1px dashed #007aaa;
	cursor:help;
}
q{
	color:#007aaa;
	font-style:italic;
}
q:after{
	content: " ' Source: "attr(cite)" ";
	font-size:1em;
}

/*LISTE*/

ul{
	/* color: #666; */
	/* margin: 5px 0 5px 15px; */
}
ul.noMargin {
	margin: 0;
}
ul li{
	list-style: none;
	padding: 0 0 0 30px;
}
#contents ul{
	margin-left: 0;
	padding-left: 0;
}
#contents ul li,
.headerPage ul li{
	position: relative;
}
#contents ul > li:not(:last-of-type){
	margin-bottom: 0.5rem;
}
#contents ul li{
	padding: 0 0 0 20px;
}
#contents ul li::before {
	content:"";
	position: absolute;
	left:0;
	top:10px;
	width: 8px;
	height: 8px;
	background-color: var(--color-primary-dark);
	border-radius: 50px;
}


#contents ol > li:not(:last-of-type) {
	margin-bottom: 0.5rem;
}

ul li.noPadding {
	padding: 0;
}


#contents ul.listCheck li {
	padding: 0 0 0 30px!important;
	position: relative;
}
#contents ul.listCheck li::before {
	content:"";
	top:3px;
	left:0;
	width: 20px !important;
    height: 20px !important;
	background-image: url(/wp-content/themes/mediapilote/img/charte/icon-check.svg);
	background-color: transparent !important;
	background-repeat: no-repeat;
	position: absolute;
}

ol {
    counter-reset: numList;
    
}
#wrapperInner ol li {
	list-style-type: none;
	margin-bottom: 20px;
}
#wrapperInner ol li::before {
	counter-increment: numList;
	content: counter(numList) ".";
	margin: 0 5px 0 0;
	font-weight: 500;
	color: var(--neutral-500);
}


.separator{
	clear:both;
	visibility:hidden;
	margin: 5px 0 5px 0;
}
dl{
	margin:10px 5px;
}
dt{
	color:#000;
	font-size:1.1em;
	font-weight:bold;
}
dd{
	font-style:normal;
	margin:0;
	padding:0;
	text-indent:10px;
}

table{
	border:none;
	margin:auto;
	width:100%;
	margin-bottom:15px;
}
table caption{
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	margin:5px 0;
	text-align:left;
}
th{
	padding: 2rem;
	
}
td{
	/* border: none; */
	text-align: center;
	padding:1.5rem;
}


/* Liens */
#wrapper a, #wrapper a:link,#wrapper a:visited{
	color: var(--color-primary);
}
/* p a:link,p a:visited{
	color: var(--color-primary) !important;
}
p a:focus-visible{
	color: var(--color-primary) !important;
} */
a, a:link,a:visited{
	text-decoration: none;
}
a:hover, a:active{
	color: var(--color-primary)!important;
}


/*---------------------------
-------- RESPONSIVE ---------
-----------------------------*/

/* @media (min-width:1200px) and (max-width:1400px){
	h1{

		font-size: 42px;
		font-size: 4.2rem;
	}
	.focus-header-home{
		font-size: 12px;
	}
	.nested ul.firstLevel > li > a{
		padding: 10px !important;
	}
	.focus-header-home > .clip-path:nth-child(1) strong{
		font-size: 25px;
	}
	.focus-header-home > .clip-path:nth-child(3) strong {
		font-size: 20px;
	}
	.headerPage_text_inner-text{
		max-width: 700px !important;
	}
} */

/* Tablette */
@media (min-width:768px) and (max-width:1000px){
	h1, .like-h1{
		font-size: 3.3rem !important;
	}
	h2, .like-h2,
	.display-small{
		font-size: 3rem;
	}
	h3, .like-h3{
		font-size: 2.5rem;
	}
	.headline-large {
    	font-size: 2.8rem;
    	line-height: 30px;
	}
	.headline-medium {
		font-size: 2.5rem;
	}
	.title-large {
		font-size: 2rem;
	}
	.title-medium {
		font-size: 1.7rem;
	}
}

@media (max-width:768px) {
	h1, .like-h1{
		font-size: 30px !important;
		font-size: 3rem !important;
	}
	h2, .like-h2,
	.display-small{
		font-size: 25px;
		font-size: 2.5rem;
	}
	h3, .like-h3{
		font-size: 20px;
		font-size: 2rem;
	}
	h4, .like-h4{
		font-size:18px;
		font-size:1.8rem;
	}
	h5, .like-h5{
		font-size: 16px;
		font-size: 1.6rem;
	}
	h6, .like-h6{
		font-size: 15px;
		font-size: 1.5rem;
	}
	.headline-large {
    	font-size: 2.3rem;
		line-height: 30px;
	}
	.headline-medium {
		font-size: 2.2rem;
	}
	.title-large {
		font-size: 1.8rem;
	}
	.title-medium {
		font-size: 1.5rem;
	}

	#contents ul li::before {
		width: 5px;
		height: 5px;
	}
}


/* @media screen and (max-width:767px) {
	h1::before, .like-h1::before, .display-small-special::before, .headline-large-special::before, .headline-medium-special::before {
		content: none!important;
	}
	.display-small-special, .headline-large-special, .headline-medium-special {
		padding-left: 0;
	}
} */
