  /* GENERAL STYLING
  ******************************************************************/
  
  a				  { text-decoration:none; color:inherit}
  h1,h2,h3,h4,h5  { font-weight:normal; font-size: inherit; }
  a               { text-decoration: none; outline: none;}
  a:focus         { outline: 0; }
  *               { outline:none;}
  ul, li          { list-style:none; margin:0; padding:0; }
  .img-responsive { width: 100% !important;  max-width: 100%;  height: auto;  border: 0; -ms-interpolation-mode: bicubic; vertical-align: bottom; }
  
  /* RESETS
  ********p**********************************************************/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

html {
    width: 100%;
    height: 100%;
}
  
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}
  
body.overflow {
    overflow-y: hidden;
}

::selection {
    background: #df672b;
    color: #fff; /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #df672b;
    color: #fff; /* Gecko Browsers */
}

main {
    width: 100%;
    position: relative;
    background: #f2f5fa;
}

.cnt-95 {
    max-width: 95%;
    margin: 0 auto;
}

.cnt-50 {
    max-width: 50%;
    margin: 0 auto;
}

.cnt-60 {
    max-width: 60%;
    margin: 0 auto;
}

.cnt-65 {
    max-width: 65%;
    margin: 0 auto;
}

.cnt-75 {
    max-width: 75%;
    margin: 0 auto;
}

.cnt-90 {
    max-width: 90%;
    margin: 0 auto;
}

.cnt-85 {
    max-width: 85%;
    margin: 0 auto;
}

.cnt-80 {
    max-width: 80%;
    margin: 0 auto;
}

.flex-basic {
    display: flex;
    flex-wrap: wrap;
}

.flex-basic-n {
    display: flex;
}

.flex-align-center {
    align-items: center;
}

.flex-align-bottom {
    align-items: flex-end;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-end {
    justify-content: flex-end;
}

svg {
    display: block;
    transition: none;
}

.w100 {
    width: 100%;
    position: relative;
}

.w30 {
    width: 30%;
    position: relative;
}

.w35 {
    width: 35%;
    position: relative;
}

.w25 {
    width: 25%;
    position: relative;
}

.w45 {
    width: 45%;
    position: relative;
}

.w65 {
    width: 65%;
    position: relative;
}

.w70 {
    width: 70%;
    position: relative;
}

.w75 {
    width: 75%;
    position: relative;
}

.w50 {
    width: 50%;
    position: relative;
}

.w40 {
    width: 40%;
    position: relative;
}

.w60 {
    width: 60%;
    position: relative;
}

.pda-5 {
    padding: 5% 0;
}

.pda-10 {
    padding: 10% 0;
}

.pda-20 {
    padding: 20px 0;
}

.pda-30 {
    padding: 30px 0;
}

.pda-50 {
    padding: 50px 0;
}

.pda-100 {
    padding: 100px 0;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-75 {
    padding-top: 75px;
}

.pdt-100 {
    padding-top: 100px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-100 {
    padding-bottom: 100px;
}

.tal-center {
    text-align: center;
}

.tal-right {
    text-align: right;
}

/* video */



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

@font-face {
    font-family: 'helvetica-bold';
    src: url('https://www.mcci.org/fonts/Helvetica-Bold.eot');
    src: url('https://www.mcci.org/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.mcci.org/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('https://www.mcci.org/fonts/Helvetica-Bold.woff') format('woff'),
        url('https://www.mcci.org/fonts/Helvetica-Bold.ttf') format('truetype'),
        url('https://www.mcci.org/fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.video-play-button {
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    width: 20px;
    height: 50px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
  
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ee2e2f;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.5s ease-out 0s;
}
  
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ee2e2f;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 16px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.btn { 
    display:flex;
    z-index: 1;
    align-items: center;
}

.btn .text { 
    display: inline-block;
    margin-right: 10px;
    z-index: 2;
}

.btn .arrow { 
    display: inline-block;
    vertical-align: middle; 
    height: 2px;
    width: 12px;
    position: relative;
}

.btn .arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 6px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate3d( 0, 0, 1px);
    margin-top: -3px;
    right: 0;
}

.btn .arrow:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 6px;
    height: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg) translate3d( 0, 0, 1px);
    margin-top: 3px;
    right: 0;
}



/* Womens day */

.new-landing {
	float: left;
}

.bloc-container h1 {
	font-size: 30px;
	line-height: 110%;
	font-family: 'HelveticaNeueLTStd-Bd';
    color: #015697;
}

.women-repeated {
	width: 47.5%;
	position: relative;
	margin-bottom: 100px;
}

.women-repeated .text:before {
	content: '';
	background: url('../png/img-w-quote.png') no-repeat;
	top: -30px;
	left: -30px;
	position: absolute;
	width: 69px;
	height: 64px;
	z-index: 1;
}
			
.women-repeated .text { width: 53%; }
			
.inner-text {
	z-index: 2;
}

.women-repeated .w-desc {
	font-family:'helvetica', sans-serif;
	font-size: 15px;
	color: #474747;
	font-style: italic;
	padding-bottom: 15px;
	line-height: 130%;
}

.women-repeated .w-name {
	color: #015697;
	font-family: 'helvetica-bold', sans-serif;
	padding-bottom: 5px;
	
}

.women-repeated .w-job {
	color: #015697;
	font-family: 'helvetica', sans-serif;
	font-style: italic;
	font-size: 14px;
}


@media screen and (max-width: 1023px) {
	.women-repeated {
		width: 45%;
	}

	.women-repeated .photo {
		width: 100%;
		padding-bottom: 50px;
	}
		
	.women-repeated .text {
		width: 100%;
	}
}


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

	.women-repeated {
		width: 100%;
		max-width: 85%;
    	margin: 0 auto 100px;
	}
}
















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