.section-title {
    font-size: 40px;
}

.panel-icon {
    border: 3px solid #000;
}
.panel-icon::before, .panel-icon::after {
    background: #000;
}

/*#headingOne_3 {
	background: rgb(10,112,197);
	background: -webkit-linear-gradient(left, rgba(10,112,197,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(10,112,197,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(10,112,197,1) 0%, rgba(255,255,255,1) 100%);	
}
#headingTwo_3 {
	background: rgb(238,44,107);
	background: -webkit-linear-gradient(left, rgba(238,44,107,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(238,44,107,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(238,44,107,1) 0%, rgba(255,255,255,1) 100%);
}
#headingThree_3 {
	background: rgb(189,189,189);
	background: -webkit-linear-gradient(left, rgba(189,189,189,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(189,189,189,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(189,189,189,1) 0%, rgba(255,255,255,1) 100%);
}
#headingFour_3 {
	background: rgb(5,184,162);
	background: -webkit-linear-gradient(left, rgba(5,184,162,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(5,184,162,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(5,184,162,1) 0%, rgba(255,255,255,1) 100%);
}
#headingFive_3 {
	background: rgb(255,59,54);
	background: -webkit-linear-gradient(left, rgba(255,59,54,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,59,54,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,59,54,1) 0%, rgba(255,255,255,1) 100%); 
}
#headingSix_3 {
	background: rgb(248,159,29);
	background: -webkit-linear-gradient(left, rgba(248,159,29,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(248,159,29,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(248,159,29,1) 0%, rgba(255,255,255,1) 100%); 
}*/


article.entry, .arrondi {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}
article.entry a.btn {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

article.entry img {
	margin: 10px 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.ml-photo {
	font-size: 12px;
	font-style: italic;
}













