body {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
div {
	position: relative;
}
img {
	display: block;
	width: 100%;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
a {
	color: #444444;
	transition: 0.3s;
}
a:hover {
	opacity: 0.5;
}
input, textarea {
	background-color: #fafafa;
	border: 1px solid #999999;
	margin: 0px;
	padding: 5px;
	font-family: 'PT Sans', sans-serif;
}
input.button {
	font-size: 14px;
	margin: 0px;
	padding: 15px;
}
hr {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0px;
	border-bottom: 1px dotted #dddddd;
	border-left: 0px;
	width: 88%;
	margin-left: auto;
	margin-right: auto;	
}






/* HEADER */
div#header {
	display: block;
	height: 160px;
	box-sizing: border-box;
	text-align: right;
}
@media screen and (max-width: 800px) {
div#header {
	height: 75px;
}
}
div#header div#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 260px;
	height: auto;
	box-sizing: border-box;
	transition: 0.3s;
	z-index: 90;
}
@media screen and (max-width: 500px) {
div#header div#logo {
	top: 15px;
	left: 15px;
	width: 100px;
}
}
@media screen and (min-width: 501px) and (max-width: 800px) { 
div#header div#logo {
	top: 15px;
	left: 15px;
	width: 140px;
}
}
div#header button.menu-btn {
	display: none;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: 50px;
	width: 34px;
	height: 34px;
	outline: none;
	border-right: 0px;
	transition: 0.3s;
	border: 0px;
	padding: 0px;
	background-image: url('https://mapledrawhubb.com/www.mdjbl.org/images/menu.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 34px;
	background-color: #000000;
}
div#header button.menu-btn:hover {
	background-color: #666666;
}
@media screen and (max-width: 800px) {
	div#header button.menu-btn {
	margin-top: 20px;
	display: inline-block;
}
}
@media screen and (min-width: 801px) and (max-width: 1200px) { 
div#header button.menu-btn {
	margin-top: 50px;
	display: inline-block;
}
}
div#header div.social {
	display: inline-block;
	vertical-align: middle;
	margin-top: 50px;
	margin-right: 30px;
	width: 34px;
	height: 34px;
	background-color: #000000;
	transition: 0.3s;
}
@media screen and (max-width: 800px) {
div#header div.social {
	margin-top: 20px;
	margin-right: 15px;	
}
}
div#header div.social:hover {
	background-color: #666666;
}
div#header div.social a {
	display: block;
	width: 100%;
}
div#header div.social a:hover {
	opacity: 1;
}
/* HEADER END */





/* NAV */
div#nav {
	display: inline-block;
	vertical-align: middle;
	margin-top: 50px;
	margin-right: 15px;
	height: 50px;
	text-align: center;
}
@media screen and (max-width: 1200px) {
div#nav {
	display: none;
}	
}
/* NAV END */




/* DROP DOWN NAV */
ul.topnav {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	z-index: 99;
	position: relative;
	font-size: 0px;  /* to remove spaces */
}
ul.topnav li {
	display: inline-block;
	height: 50px;
}
ul.topnav li a {
	display: block;
	height: 50px;
	padding-top: 14px;
	box-sizing: border-box;
	font-size: 17px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	transition: 0.3s;
	text-decoration: none;	
}
ul.topnav li.icon {
	display: none;
}
ul.topnav li ul {
	display: none;
	width: auto;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: auto;
}
ul.topnav li:hover ul {
	display: block;
}
ul.topnav li:hover ul li {
	float: none;
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 260px;
	height: auto;
}
ul.topnav li:hover ul li a {
	color: #bbbbbb;
	display: block;
	width: 100%;
	font-size: 16px;
	height: auto;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	background-color: #000000;
	text-align: left;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #333333;
	box-sizing: border-box;
}
ul.topnav li:hover ul li a:hover {
	color: #ffffff;
	background-color: #222222;
	opacity: 1;
}
/* DROP DOWN NAV END */








/* SLIDER */
div.slider.fade {
	width: 100%;
	box-sizing: border-box;
	z-index: 80;
	animation-name: fadein;
	animation-duration: 0.5s;
}
@media screen and (max-width: 500px) { 
div.slider.fade.pc {
	display: none;
}
div.slider.fade.mobile {
	display: block;
}
}
@media screen and (min-width: 501px) { 
div.slider.fade.pc {
	display: block;
}
div.slider.fade.mobile {
	display: none;
}
}
div#banner-page {
	display: block;
	width: 100%;
	margin-bottom: 40px;
	max-height: 280px;
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
div#banner-page {
	max-height: auto;
}
}
div#banner-page img {
	display: block;
	width: 100%;
}
/* SLIDER END */





/* MESSAGES */
div#covid {
	display: block;
	width: 100%;
	background-color: #bb0000;
	padding: 30px;
	box-sizing: border-box;
	margin-top: -40px;
	margin-bottom: 40px;
}
div#covid p {
	max-width: 800px;
	font-size: 16px;
	font-style: italic;
	color: #ffffff;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
div#message-activite {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
div#message-activite p {
	max-width: 700px;
	font-size: 28px;
	line-height: 38px;
	font-style: italic;
	color: #000000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#message-activite div.photos-social {
	max-width: 60px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* MESSAGES */





/* PHOTOS GALLERY */
div.gallery {
	display: block;
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
div.gallery span.image {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	transition: 0.3s;
}
div.gallery span.image img {
	display: block;
	width: 100%;
	height: auto;	
}
div.gallery span.image:hover {
	opacity: 0.7;
}
div.gallery span.description {
	display: block;
	margin-bottom: 0px;
	color: #999999;
	font-size: 16px;
}
.hidden {
    display: none;
}
div.photos-social {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 80%;
	max-width: 160px;
	height: auto;
	transition: 0.3s;
}
div.photos-social img {
	display: block;
	width: 100%;
}
div.photos-social:hover {
	opacity: 0.5;
}
/* PHOTOS GALLERY */

	



/* BOX ACCUEIL */
div.box-accueil {
	height: auto;
	float: left;
	overflow: hidden;
	background-color: #000000;
	width: 33.33%;
}
@media screen and (max-width: 700px) {
div.box-accueil {
	height: auto;
	float: none;
	display: block;
	background-color: #000000;
	width: 100%;
}	
}
div.box-accueil a:hover {
	opacity: 1;
}
div.box-accueil div.image {
	width: 100%;
	display: block;
	transition: 0.3s;
	z-index: 80;
}
@media screen and (max-width: 700px) {
div.box-accueil div.image {
	opacity: 0.5;
}	
}
div.box-accueil:hover div.image {
	opacity: 0.2;
}
div.box-accueil div.texte {
	position: absolute;
	width: 100%;
	top: 40%;
	color: #ffffff;
	font-size: 42px;
	font-weight: bold;
	z-index: 85;
	transition: 0.3s;
	opacity: 0;
}
@media screen and (max-width: 700px) {
div.box-accueil div.texte {
	opacity: 1;
}
}
@media screen and (min-width: 701px) and (max-width: 980px) { 
div.box-accueil div.texte {
	top: 40%;
	font-size: 28px;
}
}
div.box-accueil:hover div.texte {
	opacity: 1;
}
/* BOX ACCUEIL END */













/* CUSTOM ANIMATIONS */
@keyframes fadeup {
0% {
    opacity: 0;
	padding-top: 15px;
}
75% {
	opacity: 1;
	padding-top: 0px;
}
100% {
	opacity: 1;
	padding-top: 0px;
}
}
@keyframes fadein {
0% {
    opacity: 0;
}
75% {
	opacity: 0.75;
	padding-top: 0px;
}
100% {
	opacity: 1;
	padding-top: 0px;
}
}
/* CUSTOM ANIMATIONS END */







/* ANIMATIONS ON SCROLL */
[data-animate-in] {
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease
}
[data-animate-in="up"] {
    transform: translate3d(0, 50px, 0)
}
[data-animate-in="left"] {
    transform: translate3d(-15%, 0, 0)
}
[data-animate-in="right"] {
    transform: translate3d(15%, 0, 0)
}
[data-animate-in="down"] {
    transform: translate3d(0, -50px, 0)
}
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0)
}
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: transform 1.5s ease, opacity 1.5s ease
}
.fade-in {
    opacity: 0;
    transition: opacity 1s ease
}
.page-loaded .fade-in,.page-loaded.fade-in {
    opacity: 1
}
.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
    opacity: 1;
    transition: none;
    transform: none
}
/* ANIMATIONS ON SCROLL END */






/* SECTION */
div.section {
	display: block;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 80px;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 800px) {
div.section {
	padding-top: 40px;
	padding-bottom: 50px;
	box-sizing: border-box;
	text-align: center;
}	
}
div.section h1 {
	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}
div.section p.h1-style {
	font-size: 38px;
	line-height: 44px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
	width: 90%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}
div.section p {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	width: 90%;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}
div.button-plus {
	display: inline-block;
	width: 180px;
	height: 60px;
}
div.button-plus a {
	display: block;
	font-size: 18px;
	width: 180px;
	height: 60px;
	color: #ffffff;
	box-sizing: border-box;
	padding-top: 17px;
	border-radius: 30px;
	background-color: #000000;
	text-decoration: none;
	text-align: center;
}
div.button-plus a:hover {

}
/* SECTION END */










/* CONTENT */
div#content {
	display: block;;
	width: 80%;
	max-width: 780px;
	text-align: left;
	margin-bottom: 60px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
div#content div.addthis_inline_share_toolbox_gqni {
	float: right;
	margin-top: -23px;
	margin-right: 15px;
	padding-left: 30px;
	margin-left: 5px;
	height: 26px;
	background-image: url('https://mapledrawhubb.com/www.mdjbl.org/images/bg-addthis-black.png');
	background-repeat: no-repeat;
	background-position: left center;
}
div#content h1 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 36px;
	margin-bottom: 30px;	
}
div#content h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: left;
}
div#content h3 {
	font-size: 28px;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 0px;
	text-align: center;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
div#content ul {
	padding-left: 50px;
	margin-top: 0px;
	margin-bottom: 20px;	
}
div#content ul li {
	margin-right: 40px;
	margin-bottom: 12px;
	line-height: 24px;
}
div#content ul.liens li {
	margin-bottom: 5px;
}
img.nouvelle-fenetre {
	display: inline-block;
	width: 12px;
	height: 12px;
}
/* CONTENT END */





/* PARTAGER */
div#partager {
	display: block;
	width: 100%;
	box-sizing: border-box;
	background-color: #eeeeee;
	margin-bottom: 0px;
	text-align: center;
	padding: 60px 20px 60px 20px;
}
div#partager div#partager-cette-page {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
div#partager div#partager-cette-page img {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-bottom: -10px;
	margin-right: 5px;	
}
div#partager div.addthis_inline_share_toolbox {
	display: inline-block;
	text-align: center;
}
/* PARTAGER */




/* BOTTOM LINK */
div.link {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	vertical-align: middle;
	width: 150px;
	height: 150px;
}
div.link a {
	display: block;
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	background-color: #000000;
	border-radius: 75px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 62px;
	text-transform: uppercase;
}
/* BOTTOM LINK END*/








div.publication a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	padding-right: 50px;
	text-decoration: none;
	background-color: #f5f5f5;
	border-radius: 5px;
	margin-bottom: 5px;
	background-image: url('https://mapledrawhubb.com/www.mdjbl.org/images/icon-pdf.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 35px;
}
div.publication a img {
	display: inline-block;
	width: 12px;	
}







/* PARTENAIRES */
div.partenaire {
	display: inline-block;
	width: 80%;
	max-width: 260px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	transition: 0.3s;
}
div.partenaire:hover {
	opacity: 0.5;
}
div.partenaire img {
	width: 100%;
	display: block;
}
/* PARTENAIRES END */









/* BOTTOM */
div#bottom {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	padding-top: 60px;
	padding-bottom: 90px;
}
div#bottom p.texte {
	font-size: 26px;
	color: #666666;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 90%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
/* BOTTOM END */





span.contact-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: -9px;
	margin-right: 5px;
}
span.contact-icon img {
	display: block;
	width: 100%;
}
div#carte {
	display: block;
	width: 100%;
}
div#carte iframe {
	width: 100%;
	display: block;
	height: 500px;
	border: 0px;
}











/* FOOTER */
div#footer {
	background-color: #ffffff;
	width: 100%;
	clear: both;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	font-size: 15px;
}
div#footer div.logo {
	width: 80%;
	max-width: 120px;
	top: -60px;
	margin-left: auto;
	margin-right: auto;
}
div#footer div.logo {
	display: block;
	width: 100%;
}
div#footer p {
	margin-top: 0px;
	margin-bottom: 30px;
}
div#footer div.social {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	width: 34px;
	height: 34px;
	background-color: #000000;
	transition: 0.3s;
}
div#footer div.social:hover {
	background-color: #666666;	
}
div#footer div.social a {
	display: block;
	width: 100%;
}
div#footer div.social a:hover {
	opacity: 1;
}
/* FOOTER END */







div.clear {
	clear: both;
}





