.article-wrapper {
	text-align: center;
}
.article-titre {
	margin: 20px 10px;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 5px rgba(25,136,255,1);
	color: rgba(25,136,255,1);
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -2px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.article-nav {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.article-nav-bn {
    max-width: 990px;
    margin: 0 auto;
}
.bn-list {
	padding-left: 0;
	margin-top: 0;
    line-height: 18px;
}
.bn-item {
    display: inline-block;
}
.bn-item-link, .bn-item-sep {
    color: #939393;
    font-size: 12px;
}
.bn-item-link:hover {
    color: #FF8000;
}
.bn-item-sep {
	margin: 0 6px;
}

.link {
	color: #FF8000;
}
.link:hover {
	color: #1988FF;
	text-decoration: underline;
}

.article-content {
	width: 800px;
    margin: 20px auto 20px;
    z-index: 1;
    position: relative;
	display: inline-block;
	text-align: left;
}
.article-content h2 {
	color: #FF8000;
	font-weight: bold;
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 15px;
}
.article-content h3 {
	color: #1988FF;
}
.article-content ul {
	margin: 1em;
	padding-left: 2em;
}
.article-content .liste-ul {
	display: flex;
    align-items: center;
}
.article-content .liste-ul-affiche {
	flex-wrap: wrap;
    flex-direction: row;
}
.article-content .liste-ul-affiche .liste-text {
	text-align: center;
	flex: 1;
}
.article-content .liste-icon, .article-content .liste-affiche {
	margin-right: 20px;
}
.article-content .liste-icon img, .article-content .liste-text img {
	height: 50px;
	min-width: 44px;
}
.article-content .liste-affiche {
	width: 220px;
}
.article-content .liste-text {
	font-size: 20px;
	text-align: left;
}
.article-content ul li {
	margin-bottom: 5px;
    list-style-type: none;
    padding-left: 0;
	font-size: 18px;
	line-height: 2;
}
.article-content ul li::before {
    border-radius: 20px;
    background-color: #FF8000;
    height: 7px;
    width: 7px;
    content: ' ';
    display: inline-block;
    margin-right: .75em;
    margin-top: .75em;
    margin-left: -1.15em;
    vertical-align: top;
}
.article-content ul > li::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
iframe {
	width: 800px;
	height: 500px;
	border: solid 1px #909090;
}

@media only screen and (max-width: 929px) {
}
@media only screen and (max-width: 819px) {
	.article-content {
		width: auto;
		margin: 10px 15px;
	}
	iframe {
		width: 100%;
		height: 80vw;
	}
}
@media only screen and (max-width: 639px) {
	.article-titre {
		font-size: 30px;
		line-height: 30px;
		border-bottom: solid 4px rgba(25,136,255,1);
	}
	.article-nav-bn {
		display: none;
	}
	.article-content h2 {
		font-size: 22px;
		line-height: 22px;
	}
	.article-content ul {
		padding-left: 0px;
	}
	.article-content ul li {
		font-size: 16px;
	}
	.article-content .liste-ul-affiche {
		justify-content: center;
	}
	.article-content .liste-text {
		text-align: center;
	}
	.article-content .liste-ul-affiche .liste-text {
		flex: auto;
		margin: 0px 20px;
	}
	.article-content .liste-affiche {
    	width: auto;
		margin-right: 0;
	}
	iframe {
		height: 100vw;
	}
}
@media only screen and (max-width: 584px) {
	iframe {
		height: 120vw;
	}
}
@media only screen and (max-width: 479px) {
	.article-content .liste-ul-affiche .liste-text {
		width: 100%;
	}
}