/*+clearfix {*/
body {
	font-size: 1.5rem;
}

.flex-div {
	display: flex;
}

.content .node-page .content {
	max-width: 100%;
	padding-top: 0;
}

/*.content .node-page .content ul li {
	display: list-item;
	list-style: square;
	font-size: 16px;
}*/
.content .node-page .content ul li::before {
	/*border-radius: 0;
	    width: 4px;
	    height: 4px;
	    margin-top: 7px;
	    margin-right: 12px;
	    background-color: #000;*/
	content: none;
}

.content .node-page .content h4, .content .node-page .content h3 {
	border-bottom: 0;
	border: none;
}

.content .node-page .content h4::after, .content .node-page .content h3::after {
	border-bottom: 0;
}

@media (max-width: 992px) {
	.hide {
		/*display:none !important;*/
	}
	
	#lon-content .intro h2 {
		font-size: 18px !important;
	}
	
	#lon-content p {
		font-size: 14px !important;
	}
	
	#lon-content ul.dots li {
		font-size: 14px !important;
	}
	
	#lon-content h3.author-name, #lon-content h3.h3 {
		font-size: 18px !important;
	}
	
	#lon-content h4.author-job {
		font-size: 16px !important;
	}
	
	#lon-content ul li {
		font-size: 14px !important;
	}
	
	.vignette {
		display: block !important;
		margin: auto auto 15px auto !important;
		width: 160px;
	}
	
	.video-yt {
		height: 320px;
		width: 80%;
	}
}

#lon-content.gris {
	background-color: #F4F4F4;
}

#lon-content.gris-f {
	background-color: #ECECEC;
}

#lon-content.gris-gradient {
	/*background: rgb(244, 244, 244);
	background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0);*/
	background: rgb(244, 244, 244);
	background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(236, 236, 236, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(236, 236, 236, 1) 100%);
	background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(236, 236, 236, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ececec', GradientType=0);
}

#lon-content .small {
	font-size: 0.7em;
}

#lon-content h1 {
	padding: 0;
	margin: 0;
	font-family: "K2D", Arial, sans-serif !important;
	font-size: 3em;
	padding: 0 0 1em 0;
	color: #435D7B;
	position: relative;
	font-weight: 400;
}

#lon-content h1::after {
	content: '';
	display: block;
	width: 120px;
	height: 4px;
	margin: 16px auto 0px;
	background-color: #C6C6C6;
}

#lon-content h1 strong {
	color: #D8325C;
}

#lon-content h2 {
	padding: 0;
	margin: 0;
	font-family: "K2D", Arial, sans-serif !important;
	font-size: 3em;
	padding: 0 0 1em 0;
	color: #435D7B;
	position: relative;
	font-weight: 400;
}

#lon-content h2::after {
	content: '';
	display: block;
	width: 120px;
	height: 4px;
	margin: 16px auto 0px;
	background-color: #C6C6C6;
}

#lon-content h2 strong {
	color: #D8325C;
}

#lon-content .intro h2 {
	line-height: 1.4em;
	font-size: 28px;
	padding: 0 0 0.5em 0;
	margin: 0;
	font-weight: 300;
}

#lon-content .intro h2::after {
	content: '';
	display: none;
	width: 0;
	height: 0;
}

#lon-content h3.author-name, #lon-content h3.h3 {
	line-height: 1.5em;
	font-size: 28px;
	/*padding: 0 0 0.5em 0;*/
	margin: 0;
	font-weight: 300;
}

#lon-content h3.author-name span {
	text-transform: uppercase;
}

#lon-content h4.author-job {
	line-height: 1.5em;
	font-size: 22px;
	/*padding: 0 0 0.5em 0;*/
	margin: 0;
	font-weight: 500;
	color: #435D7B;
}

#lon-content h5::after {
	border-bottom: 0 !important;
}

/*
#lon-content H3 {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	font-family: "K2D", Arial, sans-serif !important;
	font-size: 2em;
	padding: 0 0 1em 0;
	color: #435D7B;
	position: relative;
	font-weight: 500;
}

#lon-content H3::after {
	content: '';
	display: block;
	width: 120px;
	height: 4px;
	margin: 16px auto 0px;
	background-color: #C6C6C6;
}

#lon-content .h3 {
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	font-family: "K2D", Arial, sans-serif !important;
	font-size: 2em;
	padding: 0 0 1em 0;
	color: #435D7B;
	position: relative;
}

#lon-content H3 STRONG {
	color: #D8325C;
}

#lon-content H4 {
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	font-family: "K2D", Arial, sans-serif !important;
	font-size: 1.6em;
	padding: 0 0 0.5em 0;
	color: #435D7B;
	position: relative;
	font-weight: 500;
}

#lon-content .h4 {
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	font-family: "K2D", Arial, sans-serif !important;
	font-size: 1.6em;
	padding: 0 0 1em 0;
	color: #435D7B;
	position: relative;
}

#lon-content H4 STRONG {
	color: #D8325C;
}

#lon-content.rose {
	background-color: #D8325C;
	color: #FFFFFF;
}

#lon-content.rose A {
	color: #FFFFFF;
}

#lon-content.rose H2 {
	padding: 0;
	margin: 0;
	font-family: "K2D", Arial, sans-serif !important;
	font-size: 2.5em;
	padding: 0 0 1em 0;
	color: #FFFFFF;
	position: relative;
	font-weight: 400;
}

#lon-content.rose H2::after {
	content: '';
	display: block;
	width: 120px;
	height: 4px;
	margin: 16px auto 0px;
	background-color: #FFFFFF;
}*/
#lon-content p {
	line-height: 1.8em;
	font-size: 16px;
	padding: 0 0 0.5em 0;
	margin: 0;
	font-weight: 300;
}

#lon-content p.bleu {
	background-color: #E2E9FB !important;
	border-radius: 10px !important;
	padding: 20px !important;
	margin: 0 0 10px 0 !important;
	color: #000000 !important;
}

#lon-content p.vert {
	background-color: #E2FBE7 !important;
	border-radius: 10px !important;
	padding: 20px !important;
	margin: 0 0 10px 0 !important;
	color: #000000 !important;
}

#lon-content p.rouge {
	background-color: #FBE4E2 !important;
	border-radius: 10px !important;
	padding: 20px !important;
	margin: 0 0 10px 0 !important;
	color: #000000 !important;
}

#lon-content p.jaune {
	background-color: #FAFBE2 !important;
	border-radius: 10px !important;
	padding: 20px !important;
	margin: 0 0 10px 0 !important;
	color: #000000 !important;
}

#lon-content p.violet {
	background-color: #F3E2FB !important;
	border-radius: 10px !important;
	padding: 20px !important;
	margin: 0 0 10px 0 !important;
	color: #000000 !important;
}

#lon-content p.orange {
	background-color: #FBE5D6 !important;
	border-radius: 10px !important;
	padding: 20px !important;
	margin: 0 0 10px 0 !important;
	color: #000000 !important;
}

#lon-content .intro ul {
}

#lon-content ul li, #lon-content ol li {
	line-height: 1.8em;
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 5px 0;
	font-weight: 300;
}

#lon-content ul.dots li {
	font-size: 16px;
}

#lon-content .intro ul li a {
	color: #000;
	text-decoration: none;
}

#lon-content .intro ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#lon-content ul.dots li::before, #lon-content .intro ul.round li::before {
	content: '';
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 8px;
	background-color: #D8325C;
}

#lon-content .intro ul.dots li::before {
	content: "\00BB \0020";
	animation: colorchange 5s;
	-webkit-animation: colorchange 5s;
	animation-iteration-count: infinite;
	width: 0;
	height: 0;
	font-size: 16px;
	font-weight: bold;
	margin-right: 17px;
}

#lon-content .card.multisupport, #lon-content .card.nomade {
	padding: 1em;
	background: url('../img/bulle-h-gris.png') right bottom no-repeat #F4F4F4;
	/*+box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);*/
	-moz-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
	-webkit-box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
	box-shadow: 0 2px 4px 0 rgba(136, 136, 136, 0.5);
	margin: 1em;
}

#lon-content .card.nomade {
	margin: 1em;
}

.ouvrage {
	margin: 10px auto 50px auto !important;
}

#lon-content .multisupport p, #lon-content .nomade p {
	text-align: center;
	font-weight: 300;
	font-size: 1em;
	margin: 0;
	line-height: 1.2;
}

#lon-content .multisupport .card-header p, #lon-content .nomade .card-header p {
	text-align: left;
	font-family: "K2D", Arial, sans-serif !important;
	font-weight: 600;
	font-size: 2em;
	margin: 0;
	color: #D8325C;
	padding: 0;
}

.card .card-header {
	text-align: center;
	margin-bottom: 1em;
}

#lon-content .multisupport .card-header::after, #lon-content .nomade .card-header::after {
	content: '';
	display: block;
	width: 120px;
	height: 4px;
	margin: 16px 0 0;
	background-color: #C6C6C6;
}

.btn-savoir-plus {
	width: 100%;
	text-align: center;
	border: 1px solid #D8325C !important;
	background-color: #D8325C !important;
}

.btn-savoir-plus:hover {
	color: #D8325C !important;
	background-color: #FFF !important;
	text-decoration: underline;
	border: 1px solid #D8325C !important;
}

.btn-feuilleter {
	width: 100%;
	text-align: center;
	color: #D8325C !important;
	background-color: #FFF !important;
	border: 1px solid #D8325C !important;
}

.btn-feuilleter:hover {
	background-color: #D8325C !important;
	color: #FFF !important;
	text-decoration: underline;
	border: 1px solid #D8325C !important;
}

.btn-mn {
	width: 100%;
	text-align: center;
	border: 1px solid #435D7B !important;
	background-color: #435D7B !important;
}

.btn-mn:hover {
	color: #435D7B !important;
	background-color: #FFF !important;
	text-decoration: underline;
	border: 1px solid #435D7B !important;
}

.btn-ressources {
	width: 100%;
	text-align: center;
	border: 1px solid #7DB841 !important;
	background-color: #7DB841 !important;
}

.btn-ressources:hover {
	color: #7DB841 !important;
	background-color: #FFF !important;
	text-decoration: underline;
	border: 1px solid #7DB841 !important;
}

.btn-telecharger {
	width: 100%;
	text-align: center;
	color: #FFF !important;
	background-color: #E4513A !important;
	border: 1px solid #E4513A !important;
}

.btn-telecharger:hover {
	background-color: #FFF !important;
	color: #E4513A !important;
	text-decoration: underline;
	border: 1px solid #E4513A !important;
}

@keyframes colorchange {
	0% {
		color: #D8325C;
	}
	
	50% {
		color: #435D7B;
	}
	
	100% {
		color: #D8325C;
	}
}

@-webkit-keyframes colorchange {
	0% {
		color: #D8325C;
	}
	
	50% {
		color: #435D7B;
	}
	
	100% {
		color: #D8325C;
	}
}

.cadre-bleu {
	border: 4px solid #435D7B;
	padding: 30px;
}

.cadre-rouge {
	border: 4px solid #D8325C;
	padding: 30px;
}

.rouge {
	color: #D8325C;
}

.bleu-clair {
	color: #0875BD;
}

.bleu {
	color: #435D7B;
}

.vert {
	color: #D6DF23;
}

.vert-fonce {
	color: #53AC31;
}

.vert-clair {
	color: #8FC73F;
}

.jaune {
	color: #FE971D;
}

.orange {
	color: #FE971D;
}

.violet {
	color: #952591;
}

.padding-left-10 {
	padding-left: 10px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-left-30 {
	padding-left: 30px;
}

.padding-left-40 {
	padding-left: 40px;
}

.padding-left-50 {
	padding-left: 50px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-left-40 {
	margin-left: 40px;
}

.margin-left-50 {
	margin-left: 50px;
}

.size-50 {
	width: 50%;
}

.size-60 {
	width: 60%;
}

.size-70 {
	width: 70%;
}

.size-80 {
	width: 80%;
}

.size-90 {
	width: 90%;
}

.display-inline {
	display: inline !important;
}

.display-block {
	display: block !important;
}

.display-inlineblock {
	display: inline-block !important;
}

img.couv {
	width: 100%;
	display: block;
	margin: auto;
}

span.rouge {
	color: #FFF;
	background-color: #D8325C;
}

span.rouge:hover {
	background-color: #435D7B;
}

span.vert {
	color: #FFF;
	background-color: #ABB136;
}

span.vert:hover {
	background-color: #435D7B;
}

span.orange {
	color: #FFF;
	background-color: #F15A23;
}

span.orange:hover {
	background-color: #435D7B;
}

span.vignette {
	text-transform: uppercase;
	padding: 8px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	display: inline-block;
	line-height: 20px;
	text-align: center;
}

.feuilleteur-ouvrage-wrapper {
	color: #EF6A00;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

/*
.feuilleteur-ouvrage-wrapper::hover {
    color: #F28D3C;
	text-decoration:underline;
}*/
.feuilleteur-ouvrage-wrapper a.link-feuilleteur-ouvrage::before {
	background-image: url(/sites/all/themes/bordas2019/assets/images/feuilleter.svg);
	background-repeat: no-repeat;
}

.feuilleteur-ouvrage-wrapper a {
	background-color: #F5F5F5;
	color: inherit;
}

.feuilleteur-ouvrage-wrapper a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 35px;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: none;
}

/*.feuilleteur-ouvrage-wrapper a {
    width: 100%;
}*/
.feuilleteur-ouvrage-wrapper a:hover {
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}

.feuilleteur-ouvrage-wrapper a {
	-webkit-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	color: #FFFFFF;
	font-family: "Rubik", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	/*text-align: center;*/
	text-decoration: none;
	text-transform: uppercase;
	background-color: #D8325C;
	z-index: 0;
}

.feuilleteur-ouvrage-wrapper a {
	padding: 7.5px 14.5px;
}

.feuilleteur-ouvrage-wrapper a:focus {
	text-decoration: underline;
	opacity: 0.8;
}

.feuilleteur-ouvrage-wrapper a {
	background-color: #F5F5F5;
	color: inherit;
}

.feuilleteur-ouvrage-wrapper a {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 35px;
	font-size: 1.5rem;
	font-weight: 500;
	text-transform: none;
	background-color: #FFF;
}

.feuilleteur-ouvrage-wrapper-gris a {
	background-color: #F4F4F4 !important;
}

.feuilleteur-ouvrage-wrapper a::before {
	-webkit-background-size: 20px 18px;
	background-size: 20px 18px;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 22px;
	height: 31px;
	-webkit-transform: translateX(-17px);
	-ms-transform: translateX(-17px);
	transform: translateX(-17px);
}

.feuilleteur-ouvrage-wrapper a::before {
	width: 20px;
	height: 20px;
}

.feuilleteur-ouvrage-wrapper a.anchor-complement-numerique::before {
	background-image: url(../assets/images/numerique.svg);
	background-repeat: no-repeat;
}

.feuilleteur-ouvrage-wrapper a.link-feuilleteur-ouvrage::before {
	background-image: url(../assets/images/feuilleter.svg);
	background-repeat: no-repeat;
}

.feuilleteur-ouvrage-wrapper a.anchor-complement-papier::before {
	background-image: url(../assets/images/papier.svg);
	background-repeat: no-repeat;
}

.feuilleteur-ouvrage-wrapper {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.feuilleteur-ouvrage-wrapper a {
	width: 100%;
}

.feuilleteur-ouvrage-wrapper {
	color: #EF6A00;
	width: 382px;
	margin-left: auto;
	margin-right: auto;
}

#lon-content .text-center {
	text-align: center;
}

#lon-content .text-left {
	text-align: left;
}

#lon-content .text-right {
	text-align: right;
}

#lon-content .bouton {
	padding: 8px 15px 8px 16px;
	color: #FFFFFF;
	background-color: #D8325C;
	text-decoration: none;
	display: inline-block;
	margin-top: 8px;
	margin-bottom: 8px;
}

#lon-content .bouton:hover {
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
	opacity: 0.8;
	text-decoration: underline;
}

.nav p {
	font-weight: bold !important;
	font-size: 14px !important;
}

.nav a {
	color: #435D7B;
	text-decoration: none;
}

.nav a:hover {
	color: #435D7B;
	text-decoration: underline;
}

.indicator {
	position: relative;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	margin: 30px auto auto auto;
}

.indicator span {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: none;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	animation: animate 1s linear infinite;
}

.indicator span.round {
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF !important;
	border-radius: 10px !important;
	background-color: #435D7B !important;
}

.indicator span:nth-child(1) {
	top: -20px;
	left: -20px;
	animation-delay: 0s;
}

.indicator span:nth-child(2) {
	top: -10px;
	left: -10px;
	animation-delay: 0.2s;
}

.indicator span:nth-child(3) {
	top: 0;
	left: 0;
	animation-delay: 0.4s;
}

/*.indicator span:nth-child(4){
        top:15px;
        left:15px;
        animation-delay:0.6s;
      }
      .indicator span:nth-child(5){
        top:30px;
        left:30px;
        animation-delay:0.8s;
      }*/
@keyframes animate {
	0% {
		border-color: #435D7B;
		transform: translate(0, 0);
	}
	
	20% {
		border-color: #435D7B;
		transform: translate(10px, 10px);
	}
	
	20.1%, 100% {
		border-color: #435D7B;
	}
}

.wrapp-flex {
	/*width: 100%;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*
.one{
    float: left;
    background: red;
    width: 22%;
    height:100px; 
}

.two{
    float: right;
    background: blue;
    width: 56%;
    height:100px; 
}*/
@media only screen and (max-width: 768px) {
	.one {
		-webkit-order: 2;
		-ms-order: 2;
		order: 2;
		width: 100%;
	}
	
	.two {
		-webkit-order: 1;
		-ms-order: 1;
		order: 1;
		width: 100%;
	}
	
	.iframe-video {
		width: 100% !important;
		height: 340px !important;
	}
	
	.size-70 {
		width: 100% !important;
	}
	
	#lon-content h1, #lon-content h2 {
		font-size: 32px !important;
	}
	
	#lon-header .intro-fw h1 {
		font-size: 1.5em;
	}
	
	.flex-div {
		display: block;
	}
}

/* Back to top */
@media (min-width: 651px) {
}

@media (max-width: 768px) {
}

/* SLICK SLIDER */
.slick-slider .slick-dots li.slick-active button {
	background-color: #D8325C;
}

.slick-slider img {
	width: 90%;
	margin: auto;
}

.slick-slider .slick-arrow {
	-webkit-background-size: 14px 14px;
	background-size: 14px 14px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	position: absolute;
	top: -webkit-calc(50% - 35px);
	top: calc(50% - 35px);
	height: 30px;
	width: 30px;
	border: 3px solid #524F4F;
	border-radius: 50%;
	background-color: #FFFFFF;
	opacity: 0.5;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.slick-slider .slick-arrow.slick-prev {
	background-image: url(/sites/all/themes/bordas2019/assets/images/arrow_slider_l.svg);
	background-repeat: no-repeat;
	left: 10px;
}

.slick-slider .slick-arrow.slick-next {
	background-image: url(/sites/all/themes/bordas2019/assets/images/arrow_slider_r.svg);
	background-repeat: no-repeat;
	right: 10px;
}

/* Permet d'ajouter un picto zoom sur l'image, en ajoutant <span class="zoom"></span> Ã  la suite de l'image */
.slick-slide {
	position: relative;
}

.slider-apercu span.zoom, span.zoom {
	background: url(/sites/default/files/common/landing-produit/img/icon-zoom.png) no-repeat center bottom;
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: transparent;
}

.mfp-figure figure {
	background-color: #FFFFFF;
}

#lon-content h3 {
	font-size: 22px;
	color: rgb(67, 93, 123);
	position: relative;
	font-weight: 400;
	font-family: K2D, Arial, sans-serif !important;
	margin: 0px;
	padding: 0px 0px 1em;
}

#lon-content h3 strong {
	color: rgb(216, 50, 92);
}

.pb-10, .py-10 {
	padding-bottom: 6rem !important;
}
