@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@200;300;400;500;700&display=swap');
/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }

/* Style */
body { margin: 0; padding: 0; color: #212529; font-family: "Encode Sans", Arial, sans-serif; font-size: 1rem; font-weight: 300; line-height: 1.5; text-align: left; background-color: #fff; }
h1, h2, h3 { margin-top: 0; margin-bottom: .5rem; font-weight: 500; line-height: 1.2; }
h1 { font-size: 3rem; }
h2 { font-size: 2.2rem; margin: 2rem 0 3.5rem 0; text-transform: uppercase; }
h3 { font-size: 1.6rem; }
strong { font-weight: 500; }
ul { margin-top: .5rem; }
hr { box-sizing: content-box; height: 0; overflow: visible; margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, .1); }
.jumbotron { margin-bottom: 2rem; padding: 4rem 2rem; color: #fff; background: #314788; border-radius: 0; }
.jumbotron p { font-size: 1.3rem; font-weight: 200; }
.bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.text-center { text-align: center; }
.numero_section { display: inline-block; width: 45px; height: 45px; margin: 1rem auto .75rem; padding: 1px 0 0; color: #fff; font-size: 1.75rem; font-weight: 600; text-align: center; vertical-align: middle; background: #222; border-radius: 100%; }
h3.title_section { display: inline-block; width: calc(100% - 75px); margin: 1rem .5rem .75rem; vertical-align: middle; }
.bloc_contact { width: 100%; margin: 0 auto; padding: 1.5rem; color: #222; font-size: 1rem; background: #dcdcdc; }
.camera-illus { width: 100%; max-width: 185px; margin: 10px 0px; }
em.small { display: block; font-size: .75rem; }

@media (min-width: 768px) {
	.bd-placeholder-img-lg { font-size: 3.5rem; }
}