/* ------
SOMMAIRE
---------*/
/*

01 - TITRES

*/







/* ------
01 - TITRES
---------*/
.font-big,
h1, h2, h3, h4, .like-h1, .like-h2, .like-h3, .like-h4{
	font-weight: bold;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    line-height: 120%;
}
h5, h6, .like-h5, .like-h6{
    font-weight: 500;
}
h1, .like-h1{
	font-size: 30px;
	font-size: 3rem;
    padding: 20px 0 40px;
}
h2, .like-h2{
	font-size: 28px;
	font-size: 2.8rem;
    margin-bottom: 40px;
}
.font-big,
h3, .like-h3{
	font-size: 24px;
	font-size: 2.4rem;
    margin-bottom: 20px;
}
h4, .like-h4{
	font-size: 20px;
	font-size: 2rem;
    margin-bottom: 20px;
}
h5, .like-h5{
	font-size: 16px;
	font-size: 1.6rem;
    margin-bottom: 20px;
}
h6, .like-h6{
	font-size: 14px;
	font-size: 1.4rem;
    margin-bottom: 20px;
}



@media (min-width:1200px){
	h1, .like-h1{
		font-size: 40px;
		font-size: 4rem;
	}
	h2, .like-h2{
		font-size: 32px;
		font-size: 3.2rem;
	}
    .font-big,
	h3, .like-h3{
		font-size: 28px;
		font-size: 2.8rem;
	}
	h4, .like-h4{
		font-size:24px;
		font-size:2.4rem;
	}
	h5, .like-h5{
		font-size: 18px;
		font-size: 1.8rem;
	}
	h6, .like-h6{
		font-size: 16px;
		font-size: 1.6rem;
	}
}



/* ------------
06 - CONTENU WYSIWYG
--------------*/
p{
	margin: 0 0 10px 0;
    text-align: justify;
}
@media (min-width:992px) {
    ul li,
    ol li,
    p {
        line-height: 2.4rem;
    }
}
b,
strong{
	font-weight: 800;
}
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-size:1.1em;
	margin:20px auto;
	overflow:auto;
	padding:5%;
	width:80%;
}
code{
	background:#007aaa;
	color:#fff;
	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;
	}

ul{
	color: #666;
	margin: 5px 0 5px 20px;
}
ul.noMargin {
	margin: 0;
}
	ul li{
        list-style: none;
        padding: 0 0 0 15px;
        color: var(--color-primary);
        position: relative;
        text-align: left;
        line-height: 140%;
        margin-bottom: 12px;
	}
	ul li.noPadding {
		padding: 0;
	}
	ul li.noBefore::before {
		display: none;
	}
    .bloc ul > li::before {
        content: '';
        width: 13px;
        height: 8px;
        border-left: 2px solid var(--orange);
        display: block;
        border-bottom: 2px solid var(--orange);
        transform: rotate(-40deg);
        position: absolute;
        left: -15px;
        top: 0;
    }
        ol {
            margin-left: 0;
            margin-bottom: 20px;
        }
        ol > li {
            list-style: none;
            counter-increment: numList;
        }
        ol > li::before {
            content: "0" counter(numList);
            font-weight: 900;
            margin-right: 5px;
        }



hr{
	border-bottom:2px ridge #666;
	border:0;
}
.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-collapse:collapse;
	border-spacing:0;
	margin:auto;
	width:100%;
	/* margin-bottom:15px; */
    height: auto !important;
    display: flex;
    flex-direction: column;
}
	table caption{
		color: #ccc;
		font-size: 14px;
		font-weight:bold;
		margin:5px 0;
		text-align:left;
	}
th{
	font-weight:bold;
	padding:2px;
    color: var(--color-primary);
    text-align: left;
}
tr:nth-child(even) th,
tr:nth-child(even) td {
    background-color: var(--color-secondary);
}
td {
padding: 10px;
}
th,
td{
    line-height: 1;
    min-height: 60px;
    vertical-align: middle;
}
thead th {
    font-size: 1.8rem;
    background-color: var(--color-secondary);
}
@media (max-width:423px) {
    thead th {
        font-size: 1.4rem;
        background-color: var(--color-secondary);
    }
}
th p,
td p {
    margin-bottom: 0;
}
td img{
	padding:3px;
}




/* Liens */
a, a:link, a:visited{
	color: #4d4d4d;
	text-decoration: none;
}
a:hover, a:active{
	color: #000;
}

/* texte avec cote */
blockquote {
    position: relative;
    background-image: url(/wp-content/themes/mediapilote/img/charte/quote.svg);
    background-repeat: no-repeat;
    background-size: 30px;
}
blockquote p:last-child {
    background-image: url(/wp-content/themes/mediapilote/img/charte/quote2.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: bottom right;
    padding: 0 30px;
}
blockquote p {
    font-style: italic;
    font-weight: 300;
}
/* blockquote::before {
    transform: scale(-1);
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
}
blockquote::before,
blockquote::after {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    content: '';
    background-image: url(/wp-content/themes/mediapilote/img/charte/quote.svg);
    left: 15px;
    top: 0;
}
blockquote::after {
    right: -2px;
    top: initial;
    bottom: 0;
    left: initial;
} */
