.navbar-light{
	box-shadow: 0 0 5px rgba(125,125,125, 0.7);
	font-family: "Josefin Sans";
}

.sticky{
	position: fixed;
	top: 0;
	left:0;
	right:0;
	z-index: 900;
}

.presentation{
	margin-top: 25px;
}
.presentation h1{
	text-align: center;
	font-family: "Josefin Sans";
}
#corps_editable, .corps-article{
	font-family: "Josefin Sans";
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
}
#img-controler{
	position: fixed;
	bottom: 0;
	padding:80px;
	left:0;
	right:0;
	text-align: center;
	display: none;
}
#img-controler .btn{
}
.corps-article{
	cursor: default;
	overflow-x: hidden;
}
.corps-article img{
	cursor: pointer;
}
#corps_editable .panel, .corps-article .panel{
	margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
	border-color: #ddd;
}
#corps_editable .panel-heading, .corps-article .panel-heading{
	color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
	padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
#corps_editable .panel-title, .corps-article .panel-title{
	margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
#corps_editable .panel-body, .corps-article .panel-body{
	display: none;
	padding: 10px 20px;
}

.panel-heading .fa-caret-down{
	transition: transform 0.58s ease-in-out;
	cursor: pointer;
}
.panel-heading.panel-down .fa-caret-down{
	transform: rotate(-180deg);
}

.article{
	cursor: pointer;
	padding-bottom: 3rem;
}

.article .content h2{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-family: "Josefin Sans";
	letter-spacing: 0.2rem;
}

.article .content .corps{
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 1.7vw;
	font-weight: 200;
	line-height: 1.65;
}

.article-picture{
	margin-left: 10vw;
	float:left;
	width:50vw;
	height: calc(50vw * 0.75);
}

.article-description{
	position:absolute;
	margin-left:49.5vw;
	top: 5vh;
	bottom: 5vh;
	width: 36vw;
	padding: 7px;
	background: linear-gradient(to right, #6B0F1A, #B91372);
	box-shadow: 0 0 5px #777;
}

.article-description > .content{
	background: #FFF;
	padding: 1vw;
	height: 100%;
}

.left > .article-container{
	margin-right: 11vw;
	float:right;
}

.left > .article-description{
	margin-left: 10vw;
	background: linear-gradient(to right, #B91372, #6B0F1A);
}

.photo-preview{
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.list-categories{
	
}
.list-categories input{
	padding: 0;
	box-sizing: border-box;
	margin-top: .4rem;
	margin-left: 1rem;
}
.list-categories label{
	margin-bottom: 0;
}

.container.artcile-display{
	margin-left: 7vw;
	margin-right: 7vw;
}

.card-img-top{
	width: 96%;
	margin: 2%;
}

@media screen and (max-width: 900px) {
	.article .content .corps{
		font-size: 15pt;
	}
	
	.article-description{
		position:relative;
		width: 100%;
		box-shadow: none;
		float: none;
		margin: 0;
		top:0;
		bottom: 0;
	}
	.article-picture{
		width:100%;
		float: none;
		margin:0;
	}
	.article.py-3{
		padding-top: 0 !important;
		padding-bottom: 0!important;
	}
	.left > .article-container{
		margin-left: 0;
		margin-right: 0;
		float:none;
	}

	.left > .article-description{
		margin-left: 0;
		background: linear-gradient(to right, #6B0F1A, #B91372);
	}
}

@media screen and (max-width: 736px) {
	#corps_editable, .corps-article{
		font-family: "Josefin Sans";
		font-size: 1rem;
		letter-spacing: 0.2rem;
	}
	.article-display{
		width: 100%;
		max-width: none;
	}
	.corps-article.px-5{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.left > .article-container{
		margin-left: 0;
		margin-right: 0;
		float:none;
	}

	.left > .article-description{
		margin-left: 0;
		background: linear-gradient(to right, #6B0F1A, #B91372);
	}
}

@media screen and (max-width: 400px) {
}

/* Backgrounds color */
.bg-indigo{ background: var(--indigo); }
.bg-purple{ background: var(--purple); }
.bg-red{ background: var(--red); }
.bg-pink{ background: var(--pink); }
.bg-green{ background: var(--green); }
.bg-cyan{ background: var(--cyan); }
.bg-gray-100{ background: #f8f9fa; }

.dot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
}