body {
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, .h2, .h3, .h4, .lead, .condensed, nav, #altnav, small {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
}
h2, strong { color: #6d8db5; }
#deontologie { background-color: #6d8db5 }
h2, .lead strong { font-weight: 400; }


a, a:hover { color: #dc3545; font-weight: 400; }
.text-white a { color: #fff; }
header .logo img {
	width: 70px;
	height: auto;
	margin: 15px 0;
	transition: all 500ms;
}

header nav ul,
header #altnav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header nav li a {
	display: block;
	padding: 15px;
	color: #000;
	font-weight: 300 !important;
	font-size: 20px;
}

header .menu button {
	margin: 0;
	padding: 0;
	border: 0;
}

header .menu button i {
	font-size: 40px;
	line-height: 100px;
	transition: all 500ms;
}
header .menu button i::before { vertical-align: sub }

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(255,255,255,.8);
	-webkit-backdrop-filter : blur(4px);
	backdrop-filter: blur(4px);
}

header #altnav {
	max-height: 0;
	overflow-y: hidden;
	transition: max-height 500ms;
}

header.opened #altnav {
	max-height: 600px;	
}

header.opened i.bi-list::before {
	content: "\f62a";
}

header #altnav li a {
	display: block;
	text-align: center;
	padding: 6px 15px;
	color: #000;
	font-weight: 300 !important;
	font-size: 20px;
}
header #altnav ul {
	padding-bottom: 20px;
}


.scroll header .logo img {
	width: 40px;
	margin: 5px 0;
}

.scroll header nav li a {
	padding: 10px 15px;
	font-size: 20px;
}
.scroll header .menu button i {
	line-height: 50px;
}

main {
	padding-top: 100px;
}

#accueil { 
	position: relative;
	min-height: calc(100vh - 200px);
}
#accueil .image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40%;
	background-image: url(/img/section-accueil2.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

#deontologie { position: relative; }
#deontologie .image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 40%;
	background-image: url(/img/section-deontologie.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center;
}

#qui-suis-je .photo {
	max-width: min(75%,250px);
	height: auto;
	margin: 15px auto;
}

.picto {
	width: 120px;
	height: 120px;
	border-radius: 60px;
	line-height: 120px;
	margin: 0 auto 15px auto;
	font-size: 80px;
}

.modal-header .close {
    font-size: 2.4rem;
    text-shadow: none;
}


.btn.savoirplus {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	white-space: nowrap;
}

.offre { 
	position: relative;
	padding: 10px 0 50px 0;
	height: 100%;
	
}


.btn-bleu {
    color: #fff;
    background-color: #6d8db5;
    border-color: #6d8db5;
}

.btn-bleu:hover {
    background-color: #557aa8;
    border-color: #50739e;
}

.btn-bleu:focus, .btn-bleu.focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 141, 181, 0.5);
}

.btn-bleu.disabled, .btn-bleu:disabled {
    background-color: #6d8db5;
    border-color: #6d8db5;
}

.btn-bleu:not(:disabled):not(.disabled):active, .btn-bleu:not(:disabled):not(.disabled).active, .show > .btn-bleu.dropdown-toggle {
    background-color: #50739e;
    border-color: #4b6b94;
}

.btn-bleu:not(:disabled):not(.disabled):active:focus, .btn-bleu:not(:disabled):not(.disabled).active:focus, .show > .btn-bleu.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(109, 141, 181, 0.5);
}

