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

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
	line-height: 1.7em;
	font-size: 14px;
	margin-top: 29px;
	padding-top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
	color: #f1f1f1;
}

h2.content-head {
	margin-top: 2em;

}

h3.content-head {
	text-transform: none;
	margin-top: 2em;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}

.alogo {
	z-index: 10;
	position: fixed;
	margin-top: -95px;
	width:100%;
	text-align: center;
}

.imglogo {
	height: 64px;
	width: 64px;
	border-radius: 8px;
}

.imgstory {
	max-width: 100%;
	margin-left: 0px;
}

.pure-img-responsive {
	max-width: 100%;
	height: auto;
}

.masterpage {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

.cardheader {
	background: #55ace6;
	padding: 25px;
	border-radius: 15px;
	text-align: center;
	margin: 32px 6%;
	color: #ffffff;
}

.textprose {
	text-align: justify;
	text-indent: 1.2em;
	margin-left: 6%;
	margin-right: 6%;
}

.textstory {
	text-align: justify;
}

#contact {
	background-color: rgba(224,224,224,0.8);
	padding-top: 14px;
	position: sticky;
	bottom: 24px;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50px;
}

.sas {
	font-size: 0.66em;
	margin-top: 0px;
	margin-bottom: 32px;
	color: #000000;
}

.sas > a {
  color: #000000;
}

.footertable {
	padding-right: 50px;
	padding-left: 50px;
	margin-top: -6px;
}

.rdvtxt {
	text-align: center;
}

.rdv, .contcv {
	margin-top: 1.5em;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
	padding: 0em;
}

.l-box-lrg {
	padding: 2em 0.9em 2em;
	border-top: 2px solid rgba(0, 0, 0, 0.24);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

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



/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
	margin: 1em 0 0;
	font-weight: bold;
	font-size: 100%;
}

.pure-form input[type] {
	border: 2px solid #ddd;
	box-shadow: none;
	font-size: 100%;
	width: 100%;
	margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
	background-color: #4592C1;
	color: white;
	padding: 0.5em 2em;
	border-radius: 5px;
}

a.pure-button-primary {
	background: white;
	color: #4592C1;
	border-radius: 5px;
	font-size: 120%;
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
	padding: 0.2em 0.5em 0.2em 0.5em;
	text-align: center;
	box-shadow: white;
	background: rgba(18,42,68,0.9);
	margin-top: 40px;
	margin-bottom: 100px;
}

.pure-menu-fixed {
	top: 60px;
}

.pure-menu.pure-menu-fixed {
	/* Fixed menus normally have a border at the bottom. */
	border-bottom: #55ace6;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	/* I need a higher z-index here because of the scroll-over effect. */
	z-index: 4;
	max-width: 912px;
}
.pure-menu-horizontal .pure-menu-list {
	margin-left: -10px;
}

.home-menu .pure-menu-heading {
	color: white;
	font-weight: 400;
	font-size: 120%;
}

.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
	padding: 0.5em 0.7em;
}

.home-menu .pure-menu-selected a {
	color: #d8e8fd;
}

.pure-menu-selected > .pure-menu-link, .pure-menu-selected > .pure-menu-link:visited {
	color: #d8e8fd;
}


.home-menu a {
	color: #6FBEF3;
}
.home-menu li a:hover,
.home-menu li a:focus {
	background: none;
	border: none;
	color: #AECFE5;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
	background: #4592C1;
	z-index: 1;
	overflow: hidden;
	/* The following styles are required for the "scroll-over" effect */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed !important;
}

.splash {
	/* absolute center .splash within .splash-container */
	width: 80%;
	height: 50%;
	margin: auto;
	position: absolute;
	top: 100px; left: 0; bottom: 0; right: 0;
	text-align: center;
	text-transform: uppercase;
}

/* This is the main heading that appears on the blue section */
.splash-head {
	font-size: 20px;
	font-weight: bold;
	color: white;
	border: 3px solid white;
	padding: 1em 1.6em;
	font-weight: 100;
	border-radius: 5px;
	line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
	color: white;
	letter-spacing: 0.05em;
	opacity: 0.8;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
	/* These styles are required for the "scroll-over" effect */
	position: relative;
	top: 17%;
	width: 100%;
	min-height: 12%;
	z-index: 2;
   

}

/* We want to give the content area some more padding */
.content {
	color:white;
	bottom: 50px;
	padding-top: 5px;
}

.content a {
  color:white;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	/* margin: 5em 0 1em; */
	margin:3em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
	color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
	color: #4592C1;
}
	.content-subhead i {
		margin-right: 7px;
	}

/* This is the class used for the dark-background areas. */
.ribbon {
	background: #122a44;
	margin: 3em 18px 2em;
	border-radius: 15px;
	padding-top: 1em;
	padding-bottom: 2.5em;
}

.ribbonstory {
	margin-top: 32px;
}

.bg-primary {
	color: #e5e5e5;
}

.product {
	font-weight: 700;
	color: #eee;
	border-style: outset;
	padding: 0.6em 1.25em;
	margin: 0.5em 0;
	display: inline-block;
	background: #193e66;
	border-radius: 36px;
	text-decoration: none;
	font-size: 1.2em;
	border-width: 2.5px;
}

.product:hover{
	background: #69b2da;
}

.prod{
	margin-top: 2em;
}

.icprod {
	margin-right: 0.75em;
}

.servtxt {
	padding-left: 8%;
	padding-right: 8%;
	margin-bottom: 12px;
	margin-top: -12px;
}

.servlist {
	text-align: left;
	padding-left: 15%;
	margin-bottom: 12px;
	margin-top: -12px;
	line-height: 1.9;
}

.servlist li a {
	color: #6FBEF3;
}

.service-item {
	margin-top: 28px;
}

.bioaf {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

code {
 font-family:Menlo,Monaco,Consolas,"Courier New",monospace
 padding:2px 4px;
 font-size:90%;
 color:#4a0a0a;;
 background-color:#e1e3e6;
 display:block;
 padding-left: 6%;
}

/* This is the class used for the footer */
.footer {
   width: 100%;
   bottom: 50px;
	padding-top: 5px;

}
.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
	margin-left: 10px;
}

.pure-menu-fixed {
	left: auto;
	right: auto;
	top: 34px;
}
.cartevisite{
	max-width:100%;
}

.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
	margin-left: 0;
}

.text-primary {
	color: #122a44;
}

.textstory a {
	color: #6FBEF3;
}

.calendrier{
	text-align: center;
}

.calendrierimg{
	width:60px;
	text-align: center;
}

.addressinfo{
	margin-top: 2em;
	margin-bottom: 1em;
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

	/* We increase the body font size */
	body {
		font-size: 16px;
	}

	.imgstory{
		max-width: 90%;
		margin-left: 20px;
	}

	.alogo {
		margin-top: -20px;
		text-align: left;
		width:0;
	}
	
	.imglogo {
		height: 120px;
		width: 120px;
		border-radius: 20px;
		margin-left: 20px;
	}
	
	h2.content-head {
		margin-top: 4em;
	}
	
	h3.content-head {
		margin-top: 2.5em;
	}
	
	/* We can align the menu header to the left, but float the
	menu items to the right. */
	.home-menu {
		text-align: left;
	}
		.home-menu ul {
			float: right;
		}

	/* We increase the height of the splash-container */
/*    .splash-container {
		height: 500px;
	}*/

	/* We decrease the width of the .splash, since we have more width
	to work with */
	.splash {
		width: 50%;
		height: 50%;
	}

	.splash-head {
		font-size: 250%;
	}


	.l-box {
		padding: 1em;
	}
	
	.masterpage {
		margin-top: 0px;
	}

	.pure-menu-fixed {
		top: 0px;
		font-size: inherit;
		margin-left: 20px;
		width: 95%;
		border-radius: 15px;
	}
	
	.pure-menu-disabled, .pure-menu-heading, .pure-menu-link {
		margin-left: 10px;
	}
	
	.ribbonstory {
		margin-top: 120px;
	}
	
	.rdvtxt {
		/* text-align: left; */
		padding-left: 200px;
	}
	.calendrier{
		text-align: left;
		padding-left: 8px
	}
	.calendrierimg{
		width:85px;
	}
	
	.prod{
		margin-top: 7.5em;
	}
	
	.contcv {
		padding-left: 220px;
		padding-right: 220px;
	}
}



/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
	/* We increase the header font size even more */
	.splash-head {
		font-size: 300%;
	}
	.pure-menu-fixed {
		top: 0px;
		font-size: inherit;
		margin-left: 20px;
	}
	.rdv {
		margin-top: 2em;
	}
	.rdvtxt {
		padding-left: 240px;
	}
	.calendrier{
		padding-left: 32px;
	}
}
