

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url("fonts.css");

/* 	Begin Modified Meyer Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline;
}
/* HTML5 reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	background: #011e9c !important;
	font-size: 10px;
}
#wrapper {
}
.header {
	background: #fff;
	height: 75px;
	text-align: center;
}
.container {
	width: 1100px !important;
	max-width: 100%;
	margin: 0 auto;
	color: #fff;
	font-family:"Ratio-display";
	padding: 35px 45px 50px !important;
}
.intro {
	font-size: 23px;
	line-height: 1.15;
	text-align: center;
	margin-bottom: 30px;
}
.bloc_doc {
	text-align: center;
}
.sbloc_couv a {
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	padding-top: 5px !important;
	min-height: 45px;
	line-height: 1.2;
}
.intitule_document {
	min-height: 65px;
}
.sbloc_boutons {
	text-align: center;
	margin: 15px 0 25px;
}
.sbloc_boutons a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 225px;
	background: #fff;
	display: block;
	margin: 0 auto;
}
.btn_tlchg,
.btn_lire {
	padding: 6px 0;
}
.sbloc_boutons a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 225px;
	background: #fff;
	border: solid 3px #fff;
	border-radius: 13px;
	padding: 3px;
	text-decoration: none;
}
.doc1 .sbloc_boutons a {
	color: #00a5c0;
	border-color: #00a5c0;
}
.doc2 .sbloc_boutons a {
	color: #653281;
	border-color: #653281;
}
.doc3 .sbloc_boutons a {
	color: #b42054;
	border-color: #b42054;
}
.btn_tlchg a {
	background: #fff url("../imgs/picto_voir.png") no-repeat 8px 1px;
}
.btn_lire a {
	background: #fff url("../imgs/picto_tlchg.png") no-repeat 8px 1px;
}
.btn_global {
	text-align: center;
	padding-top: 5px;
}
.btn_global a {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 16px;
	width: 330px;
	border: solid 1px #7ab800;
	border-radius: 17px;
	padding: 7px 37px;
	text-decoration: none;
	color: #fff;
	background: #7ab800 url("../imgs/picto_tlchg_global.png") no-repeat 2px 2px;
}
.btn_global a:hover {
	color: #fff;
	
/*
	20px entre couv et btn
	12px entre les boutons
30px entre les boutons et le bouton principal
	border: solid 3px ...;
	Border-radius: 13px;
	height: 25px;
	00a5c0
	653281
	b42054
	225px de large

	16px
17 / 18px radius
7ab800
330px X 37px
*/
