.flex-div {
	display: flex;
}

.content .node-page .content {
	max-width: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}

.content .node-page .content ul li::before {
	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 {
	font-size: 1.5rem;
}

#lon-content strong {
	font-weight: 400;
}

#lon-content.gris {
	background-color: #F4F4F4;
}

#lon-content.gris-f {
	background-color: #ECECEC;
}

#lon-content.gris-gradient {
	background: #F5F5F5;
	background: -webkit-linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F5F5", endColorstr="#FFFFFF", 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: 32px;
	padding: 0 0 0.5em 0;
	margin: 0;
	font-weight: 500;
}

#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;
	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;
	margin: 0;
	font-weight: 500;
	color: #435D7B;
}

#lon-content h5::after {
	border-bottom: 0 !important;
}

#lon-content p {
	line-height: 1.6em;
	font-size: 16px;
	padding: 0 0 0.75em 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;
	-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;
}

#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: none;
}

.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;
}

@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 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@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;
	}
}

@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(https://www.editions-bordas.fr/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(https://www.editions-bordas.fr/sites/all/themes/bordas2019/assets/images/arrow_slider_r.svg);
	background-repeat: no-repeat;
	right: 10px;
}

.slick-slide {
	position: relative;
}

.slider-apercu span.zoom,
span.zoom {
	background: url(../../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);
	font-family: K2D, Arial, sans-serif !important;
	margin: 0px;
}

#lon-content h3 strong {
	color: rgb(216, 50, 92);
}

.pb-10,
.py-10 {
	padding-bottom: 6rem !important;
}

/*2026*/
#lon-content .card {
	padding: 2em;
	background-color: #FFFFFF;
	/*+border-radius: 1em;*/
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	-khtml-border-radius: 1em;
	border-radius: 1em;
}

#lon-content ul.liste-caracteristique li {
	padding-left: 28px;
	position: relative;
	margin-bottom: 8px;
}

#lon-content ul.liste-caracteristique li.joueurs {
}

#lon-content ul.liste-caracteristique li.duree {
}

#lon-content ul.liste-caracteristique li.materiel {
}

#lon-content ul.liste-caracteristique li.joueurs::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url("../../img/users.svg") no-repeat center / contain;
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#lon-content ul.liste-caracteristique li.duree::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url("../../img/chrono.svg") no-repeat center / contain;
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#lon-content ul.liste-caracteristique li.materiel::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url("../../img/dice.svg") no-repeat center / contain;
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#lon-content h3.iconed {
	padding-left: 32px;
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 0px;
}

#lon-content h3.iconed::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 8px;
	width: 24px;
	height: 24px;
	background: url("../../img/panier.svg") no-repeat center / contain;
	/*+border-radius: 0px;*/
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#lon-content .card ul.liste-caracteristique {
	padding: 0.5em 1em;
	margin: 0 0 1em 0;
	/*+border-radius: 8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	background-color: #F5F5F5;
}
