.sc-big-title{
	text-align:center;
	margin:20px auto 30px auto;
	font-weight:bold;
	color:#005291;
}

.category-img-list{
	text-align:center;
	margin: 10px auto;
}

.category-img-list img{
	width: 100%;
	max-width:300px;
	height: 100%;
	max-height: 300px;
}

.sc-blue-p,
.sc-regular-p{
	text-align: center;
	font-size:15px;
	margin:20px auto;
	width:80%;
}

.sc-blue-p{
	/* color: #00558f; */
	line-height:24px;
}

.highlight{
	font-weight:bold;
}

.sc-program-content-bottom{
	/*margin-top:90px;*/
	padding:39px 100px 90px;
}

.sc-img-name {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 15px;
}

div.sc-category-name{
		font-weight:bold;
		font-size: 15px;
		margin: 0 auto 15px auto;
		z-index: 10;
	    position: relative;
}
a:hover{
		color:#00558f;
}

.category-img-list .btn-group a{
	background: #444;
    color: #fff;
    padding: 5px 14px;
    border: 1px solid#444;;
}
.category-img-list .btn-group a:hover{
	background:#fff;
	color:#444;
}
/* Shine */
/* .category-img-list {
	position: relative;
	overflow:hidden;
}
.category-img-list::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.category-img-list:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
} */

.category-img-list img{
	transition:transform .5s;
}
.category-img-list img:hover{
	transform: scale(1.1);
	/*border:#00558f solid 1px;*/
}

.sc-program-content-bottom img{
	width:100%;
}


/*PERSONNALISATION PROGRAMME*/

.sc-custom-section h4{text-align:center;}
div.sc-img-name{margin-bottom:10px;}
/*img.solution:hover{opacity:0.5;}*/


/* .section_solutions_combinables:hover{
	opacity:1;
} */

.section_solutions_combinables {
    font-weight: bold;
	/* opacity:0; */
	opacity:1;
    position: absolute;
    width: 77%;
    text-align: center;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255,255,255, 0.7);
    line-height: 40px;
    font-size: 18px;
	 -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
         -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
             transition: all 0.4s ease;
}

.section_solutions_combinables li{
	transition: transform .5s;

}

.section_solutions_combinables li:hover{
	transform: scale(1.3);
	color:#00558f;
}

@media (max-width: 768px){
	.sc-program-content-bottom {
		margin-top: 30px;
		padding: 30px 20px 30px;
	}
}
