.carousel .logo{
	position: absolute;
    top: 0;
    left: 0;
    background: #2E4774;
    overflow: hidden;
    max-width: 50%;
    padding: 2rem;
    border-bottom-right-radius: 6rem;
}
.carousel .logo h1{
	color: #fff;
    margin: 0;
    padding: 1rem;
}
.carousel .carousel-caption{
	top: 50%;
    left: 50%;
	bottom: auto;
    transform: translate(-50%, -50%);
    width: 90%;
}
.carousel .carousel-caption h1{
	font-size: 7vh;
	background: #2E4774cc;
	padding: 1rem;
	margin-bottom: 2rem;
    border-radius: 2rem;
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
}
.carousel .carousel-caption p{
	background: #2E4774cc;
	padding: 1rem;
	font-size: 2rem;
	border-radius: 2rem;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}
.sectors{
	background: #fff;
}
.sectors .sectors-header{
	text-align: center;	
}
.sectors .box{
	color: #fff;
	position: relative;
	height: 100vh;
	margin: 0px;
	box-shadow: none;
	background: linear-gradient(rgba(0,0,0, .5), rgba(0,0,0, .5)) no-repeat;
	background-size: cover;
	background-position: center;
}
.sectors .box .box-body{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #8d4210aa 0%, rgb(0 0 0 / 69%) 70%) repeat 0 0;
    border-bottom-right-radius: 10%;
	width: 100%;
	height: 100%;
}
.sectors .col-xs-12:nth-child(odd) .box-body{
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0px, rgba(0, 0, 0, 0.3) 100%) repeat 0 0;
	border-radius: 0px;
}
.sectors .box .box-body h3{

    text-transform: uppercase;
	width: 100%;
	padding: 20px 10px;
	text-shadow: 0px 2px 2px #000;
	font-size:4rem;
}
.sectors .box .box-body article{
	font-size:2rem;
	text-shadow: 1px 1px 1px #00000090;
    margin-bottom: 2rem;
}
.sectors a.btn:link,
.sectors a.btn:visited {
	margin-top: 2rem;
    box-shadow: 3px 3px 5px #000;
	text-shadow:none;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
}
.sectors a.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.sectors a.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.sectors a.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
    background-color: #fff;
}
.sectors a.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}
.sectors a.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}
@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
.certifications{
	background:#ffffff;
	padding: 5rem;
}
.certifications h1{
	text-align: center;
	padding: 1rem;
	margin-top: 0;
	margin-bottom: 7rem;
}
.certifications .box{
	background: transparent;
}
.certifications .box-header{
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 10%;
	border: 1px dashed #fff;
	box-shadow: 0px 0px 5px #000000e6, inset 0px 0px 30px #000000eb;
	overflow: hidden;
	background: #444;
	margin: 0 auto;
}
.certifications .box-header img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	width: 100%;
}
.certifications .box-body, .certifications .box-footer{
	text-align: center;
	color: #333;
	background: transparent;
}

.partnerships{
	padding: 5rem;
}
.partnerships .card{
	position: relative;
	overflow: hidden;
}
.partnerships .card .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	min-height: 100%;
}
.partnerships .card .img:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
}
.partnerships .card .box-body, #cards .card .box-footer{
	position: relative;
	min-height: 15rem;
}
.partnerships .card h3{
	font-size: 3rem;
	margin: 0px;
}
.partnerships .card a{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	font-size: 3rem;
	font-weight: bold;
	line-height: 100%;
    border: 1px solid #444;
    border-radius: 50%;
    padding: 0px 11px;
    color: #444;
}

.posts{
	background: #fff;
}
.posts h1{
	text-align: center;
	color: #333;
	margin-bottom: 7rem;
}
.posts .box .box-header {
	padding: 0px;
	height: 150px;
    overflow: hidden;
    position: relative;
}
.posts .box .box-header img{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.posts .box .box-body{
	word-wrap: break-word;
	min-height: 30rem;
}
.posts .box .box-body h3{
	margin: 0;
	margin-bottom: 2rem;
}
.posts .box .box-body a.more{
	font-weight: bold;
}
.posts .box .box-body small{
	color: gray;
}

.scposts h1{
	margin: 0;
	margin-bottom: 2rem;
	color: #333;
}

.scposts .box{
	//box-shadow: 1px 1px 1px #000;
}
.scposts .box .box-body{
	word-wrap: break-word;
}
.scposts .box .box-body h3{
	margin: 0;
	margin-bottom: 1rem;
}
.contact{
	background: #fff;
}
.connexion{
	background: #fff;
	padding: 4rem 1rem;
}
.connexion h1{
	text-align: center;
	margin-bottom: 4rem;
}
.connexion p{
	margin:  0 auto;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.connexion a.btn{
	margin-bottom: 2rem;
}