@font-face {
    font-family:'HelveticaNeueLTStd-Cn';
    src:url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Cn.eot');
    src:url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Cn.eot?#iefix') format('embedded-opentype'),
    url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Cn.woff') format('woff'),
    url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Cn.ttf') format('truetype'),
    url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Cn.svg#HelveticaNeueLTStd_Cn') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'HelveticaNeueLTStd-Bd';
    src:url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Bd.eot');
    src:url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
    url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
    url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
    url('https://www.mcci.org/fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd_Bd') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'MyriadProRegular';
    src:url('https://www.mcci.org/fonts/MyriadPro-Regular.eot');
    src:url('https://www.mcci.org/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://www.mcci.org/fonts/MyriadPro-Regular.woff') format('woff'),
    url('https://www.mcci.org/fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('https://www.mcci.org/fonts/MyriadPro-Regular.svg#MyriadPro_Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* Text colors */

.color-1 { color: #34b2a6; }

.color-2 { color: #01589f; }

.color-3 { color: #df672b; }

.color-4 { color: #935874; }

.color-5 { color: #b3bc25; }

.color-6 { color: #4e5684; }

.color-7 { color: #ed5b5e; }

.color-8 { color: #009bdb; }

.color-9 { color: #89bda6; }


/* Bg colors */

.bg-1 { background: #34b2a6; }

.bg-2 { background: #01589f; }

.bg-3 { background: #df672b; }

.bg-4 { background: #935874; }

.bg-5 { background: #b3bc25; }

.bg-6 { background: #4e5684; }

.bg-7 { background: #ed5b5e; }

.bg-8 { background: #009bdb; }

.bg-9 { background: #89bda6; }


.container-bloc {
    margin: 50px auto 0;
}

.container-bloc h1 {
    color: #F37A20;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 26px;
    margin-bottom: 50px;
}

.wrapper section.inner_page .content_inner .bar-chart-container h4 {
    text-transform: uppercase;
    font-size: 24px;
    color: #cfc8c8;
    font-family: 'HelveticaNeueLTStd-Cn';
    letter-spacing: 3px;
    margin-bottom: 70px;
    padding-bottom: 10px;
    position: relative;
}

.wrapper section.inner_page .content_inner .bar-chart-container h4:after {
    content: '';
    background: #cfc8c8;
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -10px;
}

.bar-chart-bloc {
    width: 70%;
	position: relative;
    padding-right: 3%;
}

.bar-chart-bloc:after {
    content: '';
    background: #EBEBEB;
    width: 1px;
    height: calc(100% + 50px);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.bar-chart-desc {
    width: 30%;
	position: relative;
}

.bar-chart-text {
    width: 20%;
    text-transform: uppercase;
    font-family:'MyriadProRegular';
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}

.bar-chart-repeated:not(:last-child) {
    margin-bottom: 2%;
}

.bar-chart-rec {
    width: 78%;
    position: relative;
    background: #f3f3f3;
    height: 45px;
}

.bar-chart-rec .colored-square {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'HelveticaNeueLTStd-Cn';
}

.chart-desc-bloc {
    padding-left: 7%;
}

.chart-desc-bloc:not(:last-child) {
    margin-bottom: 15px;
}

.chart-desc-bloc-title {
    font-size: 14px;
    line-height: 22px;
    font-family: 'HelveticaNeueLTStd-Cn';
    color: #8e8e8e;
    text-transform: capitalize;
	transition: all 0.5s ease-out 0s;
}

.chart-desc-bloc-num {
    font-size: 20px;
    line-height: 28px;
    font-family: 'HelveticaNeueLTStd-Bd';
	transition: all 0.5s ease-out 0s;
}

.chart-desc-bloc-num span {
	transition: none;
}

.chart-desc-bloc-num sup {
	transition: none;
}

.chart-desc-bloc a:hover .chart-desc-bloc-title, .chart-desc-bloc a:hover .chart-desc-bloc-num {
	color: #f37a20;
}

.circle {
    display: inline-block;
    margin: 1em;
}

.circles-decimals {
    font-size: .4em;
}

#container {
    margin: 20px;
    width: 180px;
    height: 180px;
    transform: scaleX(-1);
}

.mauritius-right-bloc {
	padding-left: 100px;
}

.wrapper section.inner_page .content_inner .mauritius-right-bloc h4 {
    text-transform: uppercase;
    font-size: 22px;
    color: #cfc8c8;
    font-family: 'HelveticaNeueLTStd-Cn';
    letter-spacing: 3px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    display: table;
}

.wrapper section.inner_page .content_inner .mauritius-right-bloc h4:after {
    content: '';
    background: #cfc8c8;
    width: calc(100% + 100px);
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -10px;
}

.inner-mauritius-bloc .chart-desc-bloc-num {
    font-size: 18px;
    line-height: 26px;
}

.progressBar-section {
    padding-top: 20px;
}

.m-right-bloc-text .chart-desc-bloc-num {
	font-size: 24px;
	line-height: 32px;
}

.progressBar-section .chart-desc-bloc-num {
    color: rgba(1, 88, 159, 0.3);
	font-size: 32px;
	line-height: 40px;
}

.progressBar-section .progress-bar1-ex .chart-desc-bloc-num {
	color: #01589f;
}

.progress-bar-ex {
    position: relative;
    padding-top: 10px;
    display: table;
    margin: 0 0 0 auto;
}

.progress-bar-ex:before {
    content: '';
    background: #8e8e8e;
    position: absolute;
    left: 30%;
    top: -65px;
    width: 1px;
    height: 70px;
}

.progress-bar1-ex {
    position: relative;
    padding-right: 50px;
}

.progress-bar1-ex:after {
    content: '';
    background: #8e8e8e;
    position: absolute;
    right: -25px;
    top: 10px;
    width: 70px;
    height: 1px;
}

.m-left-desc .chart-desc-bloc {
	padding-left: 0;
}

.m-right-desc .chart-desc-bloc-num {
    color: #f37a20;
    padding-bottom: 30px;
	font-size: 24px;
	line-height: 32px;
}

.m-right-desc {
    padding-left: 50px;
}

.m-right-desc:before {
    content: '';
    background: #cfc8c8;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.age-bloc {
    margin: 100px 0;
}

.wrapper section.inner_page .content_inner .age-bloc h4 {
    text-transform: uppercase;
    font-size: 24px;
    color: #cfc8c8;
    font-family: 'HelveticaNeueLTStd-Cn';
    letter-spacing: 3px;
    margin-bottom: 70px;
    padding-bottom: 10px;
    position: relative;
}

.wrapper section.inner_page .content_inner .age-bloc h4:after {
    content: '';
    background: #cfc8c8;
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -10px;
}
			
.pie-desc {
	padding-left: 30px;
}

.pie-desc-round {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 15px;
}

.pie-desc-repeated:not(:last-child) {
    margin-bottom: 15px;
}

.pie-desc .chart-desc-bloc-title {
    min-width: 85px;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

.median-age {
    padding-top: 50px;
}

.median-age .chart-desc-bloc-title {
    font-size: 18px;
    line-height: 26px;
}

.median-age .chart-desc-bloc-num {
    font-size: 32px;
    line-height: 40px;
}

.median-age .chart-desc-bloc-num svg {
    margin-left: 20px;
}

.profile-icon {
    margin-right: 30px;
    padding-top: 10px;
}

.profile-icon svg {
    margin-right: 10px;
}

.right-age-bloc .bar-chart-desc {
    background: #ededed;
    padding: 30px 10px;
	width: 100%;
}

.wrapper section.inner_page .content_inner .inner_lefttabs .left_nav {
	width: 100%;
}

.wrapper section.inner_page .content_inner .innerright {
	width: 79%;
}



.slideL {
    opacity: 0;
}

@keyframes slideL {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: attr(data-counter);
        opacity: 1;
    }
}

.slideLe {
    opacity: 0;
}

@keyframes slideLe {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}


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

	.mauritius-right-bloc {
    	padding-left: 80px;
	}

}
























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
