@font-face {
	font-family: "Myriad-Pro";
	src:url('MyriadPro-Regular.otf');
}
.product {
	color: #3a3b3c;
	padding: 1rem;
    line-height: 1.5rem;
    position: relative;
}
.product ul {
	list-style: none;
	padding-left: .5em;
}

.product ul li:before {
    content: "• ";
    color: #3a9fdc;
    font-size: 15px;
}

.product ul li {
	margin-bottom: .5rem;
}

.product > .header {
	background-color: #e10f21;
	display: inline-block;
	margin-top: 1rem;
	/*margin-bottom: 1rem;*/
	margin-left: -1rem;
}

.product > .header h1 {
	margin: 0;
	padding: 1rem 1rem .6rem 2rem;
	font-family: OpenMir-BC;
	color: white;
	text-transform: uppercase;
	display: inline-block;
}

.product-name {
	color: #e10f21;
	font-family: OpenMir-BC;
	text-transform: uppercase;
}

.product > h2 {
	margin-top: 1rem;
	margin-bottom: : .5rem;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 2px solid #e6e6e6;
	font-size: 16px;
}

.product > h2::before {
	content: "■ ";
	color: #e10f21;
}
.expert {
	color: white;
	background: #7dc0e8;
	background: -moz-linear-gradient(top, #7dc0e8 0%, #3b9fdc 100%);
	background: -webkit-linear-gradient(top, #7dc0e8 0%,#3b9fdc 100%);
	background: linear-gradient(to bottom, #7dc0e8 0%,#3b9fdc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dc0e8', endColorstr='#3b9fdc',GradientType=0 );

	box-sizing: border-box;
	padding: 1rem;
	width: 75%;
	margin-left: calc(25% + 1rem);
	margin-top: 1rem;
	margin-bottom: 1rem;
	position: relative;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;

	/*#7dc0e8*/
	/*#3b9fdc*/
}

.expert > .header {
	background-color: #e10f21;
	display: inline-block;
	margin-top: 0;
	margin-left: -1rem;
}

.expert > .header h2 {
	margin: 0;
	padding: .4rem 1rem 0rem 1rem;
	font-family: OpenMir-BC;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	font-size: 1.3rem;
}

.expert > h3 {
	font-size: 1.5rem;
	font-family: OpenMir-SB;
	font-style: italic;
	text-shadow: -2px 2px 2px rgba(80, 80, 80, 1);
	
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.expert .number .highlight {
	color: white;
	font-size: 3.5rem;
	font-family: OpenMir-BC;
	padding: auto 1rem;
	line-height: 4rem;
	padding-right: .3rem;
	text-shadow: -3px 3px 2px rgba(80, 80, 80, 1);
}

.expert .number div {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.expert .number {
    display: table;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.expert .number .highlight {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center;
}
.expert .number .legend {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    font-size: .8rem;
}
.video {
    max-width: 800px;
    margin-left: calc((100% - 500px)/2);
}
/****** AGENCES (locations) ******/

.page.agences > h2 {
	color: #e10f21;
}

.page.agences > h3 {
	margin-top: 1rem;
	margin-bottom: : .5rem;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 2px solid #e6e6e6;
	font-family: OpenMir-BC;
	font-size: 16px;
}

.page.agences > h3::before {
	content: "■ ";
	color: #e10f21;
}
@media only screen and (max-width: 950px){
	.expert {
		width: 100%;
		margin-left: 0;
		border-radius: 10px;
	}
	.expert .number .highlight {
		font-size: 2rem;
	}
	.expert .number .highlight, .expert .number .legend {
    	display: table-row;
    }
	.video {
    	max-width: 100%;
    	margin-left: 0;
	}
}