/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}

*
{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body
{
	width: 100%;
	/* max-width: 950px; */
	margin-right: auto;
	margin-left: auto;
	font-family: Arial;
	background-color: #f6f5ef;
}

body>header,body>nav,body>aside,body>article,body>footer
{
	width: 100%;
	background-color: #FFF;
}

body>header>section,
body>nav>ul,
body>aside>div,
body>article>section,
body>footer>div
{
	margin-right: auto;
	margin-left: auto;
	max-width: 950px;
	overflow: hidden;
}

body>header,body>footer
{
	background-color: #f6f5ef;
}
body>header
{
	color:#86b90d;
}
body nav:first-child 
{
	background-color: #5b1f87;
}

body>nav
{
	background-color: #5b1f87;
	color:#FFF;
	display: block;
	box-shadow:inset 0px 25px 0px 0px rgba(255,255,255,0.2);
	z-index: 10;
}
		body>nav>ul>li>ul>li
		{
			background-color: #deebc2;
			color:#86b90d;
		}

	body>nav>ul
	{
		font-size: 0;
	}
	body>nav>ul li
	{
		line-height: 50px;
		font-size: 16px;
		text-align: center;
		list-style: none;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	body>nav>ul>li
	{
		display: block;
		float: left;
		/* display: inline-block; */
		width: 100%;
		max-width:165px;
		max-width:-webkit-calc(25% - 60px / 4);
		max-width:calc(25% - 60px / 4);
		border-left:solid 2px #f6f5ef; 
	}
	body>nav>ul>li:first-child
	{
		max-width:60px;
		/* border-left:solid 0px #f6f5ef;  */
	}
	body>nav>ul>li:last-child
	{
		border-right:solid 2px #f6f5ef; 
	}
		body>nav>ul>li:first-child a
		{
			width: 100%;
			display: block;
		}
		body>nav>ul>li:first-child img
		{
			width: 36px;
			height: 40px;
			margin: 0px;
			vertical-align: middle;
		}
	body>nav>ul>li:hover
	{
		background-color: #85b90d;
		box-shadow:inset 0px 25px 0px 0px rgba(255,255,255,0.2);
	}
	body>nav>ul>li:active
	{
		background-color: #85b90d;
		box-shadow:inset 0px 25px 0px 0px rgba(255,255,255,0.2);
	}
	.active
	{
		background-color: #85b90d;
		box-shadow:inset 0px 25px 0px 0px rgba(255,255,255,0.2);
	}

	body>nav>ul>li>a
	{
		color:#FFF;
		text-decoration: none;
	}
	body>nav>ul>li>a:hover
	{
		color:#FFF;
	}
	body>nav>ul>li>a:active
	{
		color:#FFF;
	}
		body>nav>ul>li>ul>li>a
		{
			color:#86b90d;
			text-decoration: none;
		}
		body>nav>ul>li>ul>li>a:hover
		{
			color:#FFF;
		}
		body>nav>ul>li>ul>li>a:active
		{
			color:#FFF;
		}

		body>nav>ul>li>ul
		{
			display: none;
			position: absolute;
			width: 100%;
			width: -webkit-calc(25% - 60px / 4 - 2px);
			width: calc(25% - 60px / 4 - 2px);
			max-width:223px; /* 225px - 2px border */
		}
		body>nav>ul>li:hover ul
		{
			display: block;
		}
		body>nav>ul>li:active ul
		{
			display: block;
		}

			body>nav>ul>li>ul>li
			{
				line-height: 30px;
				font-size: 14px;
			}
			body>nav>ul>li:hover ul
			{
				background-color: #fff;
			}
			body>nav>ul>li:hover ul li:hover
			{
				color:#FFF;
				background-color: #85b90d;
				background-color: rgba(133,186,13,0.7);
			}
			body>nav>ul>li:hover ul li:hover a
			{
				color:#FFF;
			}

			body>nav>ul>li:active ul
			{
				background-color: #fff;
			}
			body>nav>ul>li:active ul li:active
			{
				color:#FFF;
				background-color: #85b90d;
				background-color: rgba(133,186,13,0.7);
			}
			body>nav>ul>li:active ul li:active a
			{
				color:#FFF;
			}

body>nav:after
{
	display: block;
	content: "";
	clear: both;
}

	#openMenu
	{
		display: none;
		float: right;
		margin-top: 14px;
		margin-right: 14px;
		cursor: pointer;
	}
		#openMenu img
		{
			width: 40px;
		}

	header
	{
		padding-top: 10px;
	}

	header>section
	{
		padding: 0px 80px;
	}

	header h1
	{
		float: left;
	}
		header h1>img
		{
			width: 230px;
			float: left;
			margin-right: 15px;
		}
	
	header h2
	{
		float: left;
		display: table;
		padding-top: 10px;
	}
		header h2>img
		{
			padding-top: 15px;
			padding-bottom: 10px;
			vertical-align: bottom;
			display: table-cell;
			width: 120px;
		}
		header h2>span
		{
			padding-left: 10px;
			display: table-cell;
			vertical-align: middle;
			font-size: 24px;
			text-transform: uppercase;
		}

	header h3
	{
		padding-top: 15px;
		float: left;
		width: 100%;
		max-width: 320px;
		font-size: 18px;
		font-weight: bold;
	}
	header section>img
	{
		/* width: 175px; */
		width: 165px;
		float: right;
	}

body>aside
{
	background-color: #d6cce4;
	z-index: 0;
}

	#sliderContainer
	{
		float: left;
		width: 100%;
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
		max-width: 800px;
	}

		#slider
		{
			/* width: 200%; */
			width: 100%;
			height: 250px;
			overflow: hidden;
		}
			.slide
			{
				/* width: 50%; */
				width: 100%;
			}
			.slide video
			{
				display: block;
				margin: auto;
				width: 450px;
				height: 250px;
				/* background-color: rgba(0,0,0,0.67); */
			}
			.slide>div
			{
				float: left;
			}
			.slide .videoDescription
			{
				float: none;
				height: 250px;
				display: table;
				padding-left: 10px;
				color:#5b1f87;
				font-style: italic;
				font-size: 24px;
			}
				.slide .videoDescription>p
				{
					display: table-cell;
					vertical-align: middle;
				}

				.slide .videoDescription>p sup
				{
					font-size: 15px;
				}

			#slide1
			{
				display: block;
			}
			#slide2
			{
				display: none;
			}
			#slide3
			{
				display: none;
			}
	

	.leftArrow,.rightArrow
	{
		width: 80px;
		height: 250px;
		background-color: #d6cce4;
		padding: 100px 15px;
	}
		.leftArrow img,.rightArrow img
		{
			width: 50px;
			text-align: center;
			vertical-align: middle;
		}

	.leftArrow
	{
		float: left;
	}
	.rightArrow
	{
		float: right;
	}


article>section
{
	z-index: 0;
	padding: 40px 80px;
	font-size: 16px;
}
	
	#video_explicative_container
	{
		background-color: #5c2088;
		border-radius: 10px;
		color:#FFF;
		padding: 10px;
		max-width: 600px;
		margin:auto;
		margin-bottom: 35px;
	}
		#trulicity_video
		{
			width: 120px;
			margin: 2px 2px;
		}

		#texteVideoExplicative
		{
			/* font-size: 22px; */
			font-size: 18px;
			padding-bottom: 10px; 
		}

		#videoVisa
		{
			margin-left: 130px;
			font-size: 10px!important;
			position: absolute;
			margin-top: -40px;
		}

	p.image
	{
		text-align: center;
	}

	#seringue
	{
		width: 670px;
	}

	#ml>p
	{
		margin-top: 10px!important;
	}

	article>section>h4
	{
		color: #5c2088;
		font-family: Arial;
		font-size: 25px;
		font-style: italic;
		font-weight: bold;
	}

	article>section>h4>sup
	{
		font-size: 15px;
	}

	article>section>h5
	{
		color:#86b90d;
		font-size: 20px;
		margin-top: 20px;
		font-weight: bold;
	}

	article>section a
	{
		color:#000;
	}

	article>section span sup,article>section>ul li sup,article>section>ul li ul li sup
	{
		font-size: 11px;
	}

	article>section>ul>li
	{
		margin-top: 20px;
	}
	article>section>ul li
	{
		list-style: none;
		margin-bottom: 5px;
	}

	#calendar
	{
		width: 110px;
		margin-right: 15px;
		padding-top: 10px;
	}
	#trulicity_schema
	{
		width: 100%;
		max-width: 595px;
		margin: 20px 0px;
	}

	#explainer
	{
		float: right;
		background-color:#5c2088;
		width: 140px;
		height: 132px;
		border-radius: 10px 0px 0px 10px;
		padding: 8px;
		margin-top: 40px; 
	}

	.ref
	{
		font-size: 11px;
	}
	.note
	{
		font-size: 13px;
	}

	.bulle_verte
	{
		background-image : url(../img/bulle_verte.png);
		background-size: 15px 15px;
		background-repeat: no-repeat;
		background-position: 0px 2px;
		padding-left: 20px;
	}

	.contre-indications,.association,.dose,.prescription,.recommandation
	{
		background-size: 30px 30px;
		background-repeat: no-repeat;
		background-position: 0px 4px;
		padding-left: 40px;
	}
	.contre-indications
	{
		background-image : url(../img/contre-indications.png);
	}
	.association
	{
		background-image : url(../img/association.png);
	}
	.dose
	{
		background-image : url(../img/dose.png);
	}
	.prescription
	{
		background-image : url(../img/prescription.png);
	}
	.recommandation
	{
		background-image : url(../img/recommandation.png);
	}

	.triangle
	{
		width: 13px;
	}

	.sousligne
	{
		margin-top: 10px;
		margin-bottom: 10px;
		width: 100%;
		background-image: url(../img/sousligne.png);
		background-repeat: repeat-x;
		background-size: 4px 11px;
		height: 11px;
	}

	article>section video
	{
		width: 100%;
		height: auto;
		/* background-color: rgba(0,0,0,0.67); */
	}

	article>section>form
	{
		border-radius:10px;
		padding: 25px;
		padding-bottom: 25px;
		background-color: rgba(92,32,136,0.1);
		margin-bottom: 20px;

		text-align: center;
		font-size: 20px;
		color: #5c2088;
		font-style: italic;
	}

		article>section>form input
		{
			margin-bottom: 20px;
			border-radius: 10px;
			border:0;
			padding: 5px 10px;
			color:#5b1f87;
		}
		article>section>form input[type="text"]
		{
			width: 100%;
			height: 40px;
		}
		article>section>form label
		{
			padding-left: 5px;
			color:#5b1f87;
		}
		article>section>form input:last-child
		{
			margin-bottom: 0px;
			padding: 0px;
			font-style: italic;
		}
		article>section>form input[type="submit"],article>section>form input[type="button"]
		{
			/* float:right; */
			font-size: 13px;
			background-color: #85b90d;
			margin-top: 20px;
		}

		input.bouton
		{
			border:0;
			cursor: pointer;
		}

article>footer
{
	padding: 0px 80px;
	padding-bottom:40px; 
	margin-right: auto;
	margin-left: auto;
	max-width: 950px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}

	article>footer>a
	{
		color:#000;
		padding: 0px 25px;
		border-left:solid 1px #000;
	}
	article>footer>a:last-child
	{
		border-right:solid 1px #000;
	}


footer>div
{
	font-size: 12px;
	padding: 0px 80px;
}

	footer>div
	{
		min-height: 70px;
		display: table;
		vertical-align: middle;
		width: 100%;
		padding-top: 18px;
		padding-bottom: 19px;
	}

		footer>div>h6
		{
			display: table-cell;
			text-align: left;
		}
		footer>div>a>img
		{
			display: table-cell;
			width: 63px;
			vertical-align: middle;
		}

		footer a
		{
			text-decoration: none;
		}

.bold
{
	font-weight: bold;
}	

.bouton
{
	display: inline-block;
	border-radius: 8px;
	width: 123px;
	height: 27px;
	line-height: 27px;
	background-color: #5b1f87;
	color:#FFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	box-shadow:inset 0px 8px 8px 4px rgba(255,255,255,0.3);
	margin-top: 10px;
	background-image: url(../img/points.png);
	background-size: 11px 15px;
	background-position: 105px 6px;
	background-repeat: no-repeat;
	padding-right: 11px;
	font-style: normal!important;
}

.italic
{
	font-style: italic;
}
.sousPartie
{
	font-size: 14px;
}

.floatLeft
{
	display: block;
	float: left;	
}
.afterBlock:after
{
	content:"";
	display: block;
	clear:both;
}
.txtCenter
{
	text-align: center;
}

.gris
{
	color:rgba(0,0,0,0.7);
}
.violet
{
	color:#5c2088;
}
.vert
{
	color:#86b90d;
}

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

	#slider
	{
		height: 200px;
	}

	.slide video
	{
		width: 360px;
		height: 200px;
	}

	.slide .videoDescription
	{
		font-size: 16px;
		height: 200px;
	}

	.slide .videoDescription>p sup
	{
		font-size: 12px;
	}

	.leftArrow, .rightArrow
	{
		height: 200px;
		padding: 75px 15px;
	}

}

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

	.slide .videoDescription
	{
		font-size: 14px;
	}
	.slide .videoDescription>p sup
	{
		font-size: 10px;
	}

}

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

	header
	{
		padding-bottom: 10px;
	}

		header h1>img
		{
			width: 190px;
		}
	
		header h2
		{
			padding-top: 14px;
		}

		header h2>img
		{
			width: 100px;
		}
		header h2>span
		{
			font-size: 15px;
		}

	header h3
	{
		padding-top: 0px;
		max-width: 285px;
		font-size: 16px;
	}
	header section>img
	{
		padding-top: 15px;
		width: 100px;
	}

	#openMenu
	{
		display: block;
	}

	#videoVisa
	{
		width: 120px;
		text-align: center;
		position: relative;
		margin:auto;
		float: none!important;
	}

	body>nav
	{
		display: none;
		box-shadow:inset 0px 25px 0px 0px rgba(255,255,255,0);
	}
	body>nav ul li
	{
		width: 100%;
		display: block;
		line-height: 35px;
		max-width:100%;
	}
	body>nav>ul>li
	{
		width: 100%;
		max-width:100%;
		border-left:solid 0px #f6f5ef; 
		box-shadow:inset 0px 17px 0px 0px rgba(255,255,255,0.15);
	}
	body>nav>ul>li:hover
	{
		box-shadow:inset 0px 17px 0px 0px rgba(255,255,255,0.15);
	}
	body>nav>ul>li:active
	{
		box-shadow:inset 0px 17px 0px 0px rgba(255,255,255,0.15);
	}
	.active
	{
		box-shadow:inset 0px 17px 0px 0px rgba(255,255,255,0.2);
	}

	body>nav>ul>li:first-child
	{
		max-width:100%;
	}
		body>nav>ul>li:first-child img
		{
			width: 22px;
			height: 24px;
		}
		body>nav>ul>li:last-child
		{
			border-right:solid 0px #f6f5ef; 
		}
	body>nav>ul>li>ul
	{
		position: relative;
		width: 100%;
		max-width:100%;
	}
	body>nav>ul>li:hover ul
	{
		display: block;
	}


	body > nav > ul > li > a, body > nav > ul > li > ul > li > a, body > nav > ul > li > span
	{
		display: block;
		width: 100%;
	}

	#sliderContainer
	{
		width: 100%;
		max-width: 800px;
	}

		#slider
		{
			height: auto;
		}
		.slide>div
		{
		    float: none;
		    margin: auto;
		}
		.slide video
		{
			width: 100%;
			height: auto;
		}
		.slide img
		{
			width: 100%;
			height: auto;
		}
		.slide .videoDescription
		{
			clear: both;
			height: auto;
			padding: 10px 0px;
			font-size: 14px;
		}

		#texteVideoExplicative
		{
			padding-bottom: 0px; 
		}

		.leftArrow,.rightArrow
		{
			height: 50px;
			padding: 5px 5px;
			width: 50px;
		}

			.leftArrow img, .rightArrow img
			{
				width: 40px;
			}

	article>section
	{
		padding: 10px 10px;
	}

	article>footer
	{
		padding: 10px 10px;
		padding-bottom:20px; 
	}

	footer>div
	{
		padding: 0px 10px;
	}

	header>section
	{
		padding: 0px 10px;
	}

	.slide .videoDescription>p
	{
		padding: 10px;
	}

	.leftArrow, .rightArrow
	{
		float: none;
		clear: both;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width: calc(50% - 4px);
		display: inline-block;
		border: 0;
		padding-top: 8px;
	}
	.leftArrow
	{
		padding-left: 9px;
	}
	.leftArrow img,.rightArrow img 
	{
		vertical-align: baseline;
		border: 0;
	}
	.leftArrow img 
	{
		float: left;
	}
	.rightArrow img
	{
		float: right;
	}

	#trulicity_video
	{
		width: 75px;
	}
	#explainer
	{
		margin-top:15px;
		width: 87px;
		height: 85px;
		padding: 5px;
	}

}

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

	#openMenu
	{
		margin-top: 5px;
		margin-right: 5px;
	}

	header h1 img
	{
		width: 165px;
	}

	header section>img
	{
		clear: right;
		float: right;
		padding-top: 0px;
/* 		display: none; */
	}

	header h2
	{
		padding-top: 0px;
	}
	/*
	header h2>span
	{
		padding-right: 15px;
	} */

}

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

	/* header h2
	{
		clear:left;
	}*/

	/* header section>img
	{
		display: none;
	} */
	/* header h3
	{
		float: left;
	}*/

	#calendar,#trulicity_video
	{
		display: inline;
		float: none;
		width: 75px;
	}

	#seringue
	{
		width: 100%;
	}

	#explainer
	{
		/* display: none; */
		float: none;
		background-color: rgba(0,0,0,0);
		margin-bottom: 14px;
		width: 100%;
	}

		#explainer a
		{
			width: 101px;
			display: block;
			margin: auto;
		}
		#explainer img
		{
			background-color: #5c2088;
			padding: 7px;
			width: 101px;
			border-radius: 7px;
		}

	table
	{
		width: 100%!important;
	}

	colgroup col
	{
		width: 0px!important;
	}

	table td
	{
		padding: 0!important;
		padding-top: 4px!important;
		padding-bottom: 4px!important;
	}

	table *
	{
		font-size: 8px!important;
	}

}

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


}
