/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

.label-radio label {
	margin-right: 2em;
	vertical-align: middle;
}

body {
    line-height: 1.4;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/** HEADER **/
header {
	position:static;
	text-align: center;
	background-color:white;
	width:100%;
	padding: 0.5em 0;
	box-shadow: 0 5px 16px -10px #757575;
}

.logo-container {
	width: 100%;
	margin: 0;
}

header .container-contact-phone {
	display: block;
	text-align: center;
}

	header .contact-phone {
		font-size:1.5em;
		display: inline-block;
		width: 8em;
		padding:0.1em 0.41em 0.1em 0.5em;
		font-family: Arial, Verdana, sans-serif;
		font-weight:bold;
		border:1px solid #000;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		margin: 0.4em 0;
	}

header .contact-phone .ico-phone {
	background: url("../visuels/sprite-ico-home.png") no-repeat -308px -1.4em;
	width: 16px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.08em;
}

header .contact-phone p {
	display: inline-block;
}

header .container-contact-phone a:link, 
header .container-contact-phone a:visited,
header .container-contact-phone a:hover,
header .container-contact-phone a:focus, 
header .container-contact-phone a:active {
	text-decoration: none;
	color: #000;
}

header .container-menu-mobile {
	padding-top: 1em;
	text-align: center;
}

.menu-mobile {
	width: 1em;
	height: 1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0.4em 0.4em 0.4em;
}

.menu-mobile span {
	display: block;
	height:0.3em;
	border-bottom: 1px solid #000;
}

/** MENU **/
header nav {
	width:60%;
	margin:5.2em 9% 0 0;
	width: 100%;
	position: absolute;
	bottom: -21.65em;
}

.arrow-bullet {
	color: #ff9c01;
	display: inline-block;
	margin-right: 0.5em;
}

#nav li ul,
#nav li li ul,
#nav li span {
	display: none;
}

#nav li a {
	padding: 1em 0;
	text-decoration: none;
	font-size:1.04em;
	font-family:Arial, Verdana, sans-serif;
	color:#4c4c4c;
	background: #ff9c01;
	border-bottom: 1px solid #d98d02;
	text-transform: uppercase;
	display:block;
}

/* TITRE BANDEAU STATIQUE */
.static-title {
	font-size: 3em;
    font-weight: normal;
    margin-top: 0.6em;
    text-align: center;
    text-transform: uppercase;
}

/** SLIDER **/
.slider {
	display: none;
}

/* ACCROCHE */
.accroche {
	display: block;
}

.accroche article {
	text-align: center;
	padding: 2em 0 4em;
	margin: 0 auto;
	width: 75%;
}

.accroche h1 {
	font-size:1.8em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.2em;
}

/** PROFIL **/
.profil {
	background-color: #f6f6f6;
	padding: 0 4% 3%;
}

.profil h2 {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 3em;
	padding:1em 0;
	text-align: center;
	line-height: 0.8em;
}

.profil article {
	display: block;
	width: 100%;
	vertical-align:top;
	margin: 0 0 1.5em;
}

.profil article h3 {
	font-size: 2.5em;
	color: #ff9c01;
	text-align: left;
	font-weight: normal;
	height: 120px;
	line-height: 2.5em;
}

.profil article p,
.profil article li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align: left;
	list-style-position: inside;
	line-height: 1.6em;
}

.profil article.last {
	margin-right: 0;
}

.profil .ico-column {
	width: 103px;
	height: 102px;
	display: inline-block;
	margin:0 1em 0 0;
	float: left;
}

.profil .ico-column.un {
	background:url("../visuels/sprite-ico-home.png") no-repeat left -1px;
}

.profil .ico-column.deux {
	background:url("../visuels/sprite-ico-home.png") no-repeat -103px -1px;
}

.profil .ico-column.trois {
	background:url("../visuels/sprite-ico-home.png") no-repeat -205px -1px;
}

/** CONTENU PRINCIPAL RUBRIQUES **/
.contenu-principal {
	padding: 1em 0;
}

.contenu-principal strong {
	color: #ff9c01;
}

.contenu-principal p {
	margin-bottom:1em;
}

.contenu-principal ul {
	margin-bottom: 1em;
}

.contenu-principal li {
	list-style-type: none;
	display: list-item;
	margin:1em 0.3em 0 0;
	font-size: 1.05em;
}

.contenu-principal #liens li {
	list-style-type: none;
	display: inline-block;
	margin:1em 0.3em 0 0;
	font-size:0.9em;
	width:48%;
	text-align: center;
}

.contenu-principal a,
.contenu-principal a:visited {
	color: white;
	text-decoration: none;
	display: inline-block;
	width: auto;
	background-color: #ff9c01;
	padding:0.2em 0.5em;
	font-size: 0.9em;
}
.contenu-principal a:hover,
.contenu-principal a:active {
	text-decoration: underline;
}
/*
.contenu-principal #liens li a,
.contenu-principal #liens li a:visited {
	color: white;
	text-decoration: none;
	display: inline-block;
	width: 94.5%;
	background-color: #ff9c01;
	padding:0.5em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-transform: uppercase;
	font-weight: bold;
}
.contenu-principal #liens li a:hover
.contenu-principal #liens li a:active {
	text-decoration: underline;
}
*/
.contenu-principal a[name] {
	background-color: transparent;
	padding: 0;
	font-size: 0;
}

.contenu-principal .toggle-button {
	text-align: center;
} 

/** ARTICLE CONTENU PRINCIPAL **/
.contenu-principal article {
	padding: 1em;
}

.contenu-principal article.gris {
	/*background-color: #f8f8f8;
	background-color: #f6f6f6;*/
	background-color:#FFF;
}

.contenu-principal article img {
	width: 30%;
	float:left;
	margin: 0 1em 1em 0;
}

.contenu-principal article.gris img {
	width: 30%;
	float:right;
	margin: 0 0 1em 1em;
}

.contenu-principal h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin:0 0 1em; 
	color: #5d5d5d;
}

.contenu-principal h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	margin:0 0 1em; 
	color: #5d5d5d;
	font-size: 1.7em;
}

.contenu-principal h3 {
	text-align: left;
	font-weight: bold;
	margin:1em 0; 
	color: #ff9c01;
	font-size: 1.3em;
}

.contenu-principal h4 {
	text-align: left;
	font-weight: normal;
	margin:1em 0; 
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 1.4em;
}

/* PAGE DEVIS */
.identite input[type="radio"] {
	margin-right: 0.4em;
}

.identite label {
	display: inline-block;
	min-width: 6em;
}

.contenu-presentation input[type="text"] {
	margin-right: 4em;
	width: 16em;
	height: 1.5em;
	border: 0 none;
	background-color: #f1f1f1;
	padding: 0.4em;
}

.identite .full {
	width: 100%;
	margin-bottom: 3em;
}

.identite p {
	width: 100%;
	display: inline-block;
}

/** FOOTER **/
footer {
	background-color:#000;
	width:90%;
	color:#fff;
	font-weight:normal;
	padding:3% 5%;
}

footer a, footer a:active {
	color:#ff9c01;
	text-decoration:none;
}

footer h3 {
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:1em;
}

footer li {
	list-style:none;
	font-size:1em;
	margin-bottom:1em;
}
footer .social li {
	display:inline-block;
	margin-right: 1em;
	width:53px;
	height:45px;
	text-align: center;
	padding-top: 0.7em;
}

footer .social a {
	width:37px;
	height:37px;
	display:inline-block;
}

footer .social li.facebook {
	background-color: #39599f;
}

footer  .social li.twitter {
	background-color: #378db6;
}

footer .social li.linkedin {
	background-color: #65b7d2;
}

footer .social li.google-plus {
	background-color: #ee3e2b;
}

footer .social li.facebook a {
	background:url("../visuels/sprite-ico-social.png") no-repeat 0 top;
}

footer  .social li.twitter a {
	background:url("../visuels/sprite-ico-social.png") no-repeat -37px top;
}

footer .social li.linkedin a {
	background:url("../visuels/sprite-ico-social.png") no-repeat -74px top;
}

footer .social li.google-plus a {
	background:url("../visuels/sprite-ico-social.png") no-repeat -111px top;
}

footer .social span {
	position:absolute;
	top:-100000px;
}

footer .container-column {
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-bottom:1em;
}

/** COMPOSANTS MOBILE **/
.bouton-cartouche {
	padding:0.6em 0.8em 0.5em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: white;
	background-color: #ff9c01;
	border: 0 none;
	margin-bottom: 1em;
}

.bouton-cartouche.desktop {
	display: none;
}

.bouton-cartouche span {
	display: inline-block;
	vertical-align: middle;
}

/** AJUSTEMENTS TRES PETITES RESOLUTIONS **/
@media screen and (max-width: 372px) {
	.profil article h3 {
		height: auto;
		line-height: 1em;
	}
}
/** TABLET/LAPTOP **/
@media screen and (min-width: 690px) and (max-width: 885px) {

@font-face {
	font-family: "font-mandarine-light";
    src : /*url("../fonts/font-mandarine-light.eot");  Pour IE9 Compat mode 
    src : url('../fonts/font-mandarine-light.eot?') format('eot),
          url('../fonts/font-mandarine-light.woff') format('woff'),
          url('../fonts/font-mandarine-light.svg#abcd') format('svg'),*/
          url('../fonts/font-mandarine-light.ttf') format('truetype');
}

body {
	font-family:"font-mandarine-light", sans-serif;
}
	
header {
	padding:0 0 1em 0;
	z-index: 100;
	text-align: left;
}   

.logo-container {
	width:32%;
	height:114px;
	display:inline-block;
	text-decoration:none;
	vertical-align:top;
	margin-left: 3em;
}

header .container-menu-mobile {
	padding-top: 1em;
	text-align: center;
	display: inline-block;
}

header .container-menu-mobile {
	padding-top: 1em;
	text-align: center;
}

header .container-contact-phone {
	position:absolute;
	right:2%;
	top:0;
}

header .contact-phone {
	position:static;
	padding:0.1em 0.41em 0.1em 0.5em;
	font-family: Arial, Verdana, sans-serif;
	font-weight:bold;
	font-size:1.7em;
	border:1px solid #000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin: 0.2em 0 0.4em;
}

header .contact-phone .ico-phone {
	background-position: -308px -1.57em;
	margin-bottom: 0.1em;
}
	
	
	header nav {
		bottom: -21.5em;
		left: 0;
		text-align: center;
		margin: 0;
	}
	
/* ACCROCHE */
.accroche {
	display: block;
}
	
	.profil h2 {
		font-size: 1.4em;
		padding:1em 0;
	}
	
	.profil article {
		display: block;
		width: auto;
	}
	
	.profil .ico-column {
		display: inline-block;
		margin-bottom: 1em;
		float: none;
	}
	
	/** FOOTER **/
	footer .container-column {
		width:62.3%;
		display:inline-block;
		vertical-align:top;
		margin-right:1em;
	}

	footer .container-column + .container-column {
		width:30%;
	}

}

/** AJUSTEMENT LAPTOP/TABLET **/
@media (min-width: 590px) and (max-width: 885px) {

	.slider h1 {
		border-bottom: 1px solid #000;
		border-top: 1px solid #000;
		font-size: 2.5em;
		font-weight: bold;
		left: 40.6%;
		padding: 1% 0;
		position: absolute;
		text-transform: uppercase;
		top: 26%;
	}
	
	/* ACCROCHE */
	.accroche {
		display: block;
	}
	
	.profil h2 {
		font-size: 2.4em;
	}
	
	.profil article.last {
		width: 100%;
		margin-bottom: 0;
	}
	
	.profil .ico-column {
		float: left;
	}
	
	.profil article h3 {
		display: block;
		line-height: 2.5em;
		margin-top: 0;
	}
	
	.contenu-principal .container-pres {
		width: 47%;
		display: inline-block;
		vertical-align: top;
		margin-right: 4%;
	}

	.contenu-principal .container-pres + div {
		margin-right: 0;
	}
	
	.contenu-principal figure {
		float: none;
		width: 100%;
		text-align: right;
	}

	.contenu-principal .gris figure {
		float: none;
		text-align: left;
	}
	
	.contenu-principal article {
	display: block;
	width: auto;
	padding: 1em 9% 0;
	min-height: 22em;
}

}
  

/** DESKTOP **/   
@media (min-width: 886px) {

/** COMPOSANTS DESKTOP **/
.bouton-cartouche {
	padding:0.6em 0.8em 0.5em 2.5em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: white;
	background:#ff9c01 url("../visuels/sprite-ico-home.png") no-repeat -321px -27px;
	border: 0 none;
}

.bouton-cartouche.mobile {
	display: none;
}

.bouton-cartouche.desktop {
	display: inline;
}

.bouton-cartouche span {
	display: inline-block;
	vertical-align: middle;
}

@font-face {
	font-family: "font-mandarine-light";
    src : /*url("../fonts/font-mandarine-light.eot");  Pour IE9 Compat mode 
    src : url('../fonts/font-mandarine-light.eot?') format('eot),
          url('../fonts/font-mandarine-light.woff') format('woff'),
          url('../fonts/font-mandarine-light.svg#abcd') format('svg'),*/
          url('../fonts/font-mandarine-light.ttf') format('truetype');
}

body {
	font-family:"font-mandarine-light", sans-serif;
	position:relative;
}

header {
	position:relative;
	z-index: 100;
	text-align: left;
}

header .container-contact-phone {
	position: absolute;
	right:16%;
	top:0;
}

header .logo-container {
	margin-left: 16%;
}

/* MENU */
header .container-menu-mobile {
	display: none;
}

header nav {
	display:inline-block;
	vertical-align:bottom;
	width:63%;
	margin:5.25em 8% 0 0;
	float:right;
	position: absolute;
	top: 0;
	right: 7.6%;
	bottom: inherit;
}
	
#nav {
 float: right;
 margin: 0; 
 padding: 0;
 border: 1px solid white;
 border-bottom: none;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
 text-transform:uppercase;
 font-size:0.8em;
}

#nav li:hover {
	background:#ff9c01;
}

#nav li a {
	padding: 1em 0.8em;
	text-decoration: none;
	color: black;
	font-size:1.04em;
	font-family:"mandarine-font-light", Verdana, sans-serif;
	font-weight:bold;
	color:#4c4c4c;
	border-bottom: 0 none;
	background: none;
}

#nav li a.active {
	background: #ff9c01 url(../visuels/ombre-onglet-1.png) no-repeat right bottom;
}
 
#nav li a:hover {
	background: #ff9c01 url(../visuels/ombre-onglet-1.png) no-repeat right bottom;
}



#nav li a span {
	font-size:0.8em;
	vertical-align:bottom;
}

#nav li ul,
#nav li li ul,
#nav li span {
	display: inline-block;
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
 display: none;
 position: absolute;
 left: 0;
 top: 100%;
 padding: 0; margin: 0;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
}

#nav li li {
 _display: inline; /* for IE6 */
 font-size:0.8em;
}

#nav li li a {
	width: 175px;
	display: block;
	background:#ff9c01;
	font-size:1em;
	color:#000;
	font-family:"mandarine-font-light", Verdana, sans-serif;
	font-weight:normal;
}

#nav li li a:hover {
	background:white;
}

#nav li li a span {
	vertical-align:top;
	font-size:1em;
}

#nav li li a:hover span {
	color:#ff9c01;
	font-weight:bold;
}

#nav li li a .arrow-bullet {
	color:white;
}

#nav li li a:hover .arrow-bullet {
	color:#ff9c01;
}

#nav li li a .arrow-bullet {
	float:left;
	height:15px;
	display:block;
	margin-right:5px;
}

/* SUBSUB Menu */

#nav li li ul {
 display: none;
 background:#ff9c01;
}

#nav li li:hover ul {
 left: 100%;
 top: 0;
}

#nav li li li {
	font-size:1em;
}

#nav li li li a:hover {
	background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(255,167,0,1) 12%, rgba(255,167,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(255,167,0,1)), color-stop(100%,rgba(255,167,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%,rgba(255,167,0,1) 12%,rgba(255,167,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(76,76,76,1) 0%,rgba(255,167,0,1) 12%,rgba(255,167,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%,rgba(255,167,0,1) 12%,rgba(255,167,0,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(76,76,76,1) 0%,rgba(255,167,0,1) 12%,rgba(255,167,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#ffa700',GradientType=1 ); /* IE6-9 */
}

#nav li li li a:hover .arrow-bullet {
	color:#fff;
}

/* TITRE BANDEAU STATIQUE */
.static-title {
	font-size: 4em;
    position: absolute;
	top: 11%;
	left: 49%;
	z-index: 55;
	border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}

/** SLIDER **/
.slider {
	display: block;
	padding:0;
	position: relative;
	background-color: #f7f7f7;
	min-height: 28em;
	text-align: center;
}

.slider .visuel-static {
	width: 80%;
	height: 100%;
}

.slider article {
	text-align: center;
	margin: 0 auto;
	width: 80%;
}

.slider .masque {
	height:auto;
	position: absolute;
	z-index: 51;
	max-width: 80%;
}

.slider img {
	max-width: 100%;
}

.slider h1 {
    left: 38.6%;
    top: 12%;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 3.2em;
	font-weight: bold;
	padding: 1% 0;
	position: absolute;
	text-transform: uppercase;
}

.slider .video {
	position: absolute;
	z-index: 52;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 1em;
	margin: 0 auto;
}

.slider .hide {
	display: none;
}

.slider .show {
	display: block;
}

/* ACCROCHE */
.accroche {
	display: block;
}

/** ARGUMENTAIRE **/
.profil {
	padding: 3% 18%;
}

.profil h2 {
	color: #000;
	font-size: 1.3em;
	line-height: inherit;
	text-align: left;
}

.profil article {
	display: inline-block;
	width: 30%;
	vertical-align:top;
	margin-right: 4%;
}

.profil .ico-column {
	display: block;
	margin:0 auto;
	float: none;
}

.profil article h3 {
	font-size: 1.5em;
	line-height: 2em;
	font-weight: bold;
	height: auto;
}

.profil article p,
.profil article li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	text-align: left;
	list-style-position: inside;
	line-height: 1.5em;
}

/** CONTENU PRINCIPAL **/
.contenu-principal {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}

.contenu-principal article {
	display: block;
	width: auto;
	padding: 1em 17% 0;
	min-height: 22em;
}

.contenu-principal article img, 
.contenu-principal article.gris img {
    float: none;
    margin: 0 0 1em;
    width: 60%;
}

.contenu-principal h1, 
.contenu-principal h2, 
.contenu-principal h3,
.contenu-principal h4  {
	text-align: left;
	font-family:"mandarine-font-light", Verdana, sans-serif;
	font-weight: normal;
	margin: 0 0 1em;
	
}

.contenu-principal p {
	text-align: left;
	font-size: 0.9em;
}

.contenu-principal p.budget input {
	margin-right: 0;
}

.contenu-principal p.budget label + label {
	display:block;
	margin:2em 0;
}

.contenu-principal label[for=desc] {
	display: block;
	margin: 2em 0;
}

.contenu-principal .validation .bouton-cartouche {
	padding: 0.6em 0.8em 0.6em 2.9em;
}

.contenu-principal .bold {
	color: #000;
	font-size:1.05em;
	font-weight: bold;
}
 
.contenu-principal li {
	text-align: left;
	font-size: 0.9em;
}

.contenu-principal a,
.contenu-principal a:visited {
	color: #ff9c01;
	text-decoration: underline;
	display: inline;
	width: auto;
	background-color: transparent;
	padding:0;
	font-size: 0.9em;
}
.contenu-principal hover,
.contenu-principal a:active {
	text-decoration: none;
}

.contenu-principal figure {
	float: right;
	width: 40%;
	text-align: center;
}

.contenu-principal .gris figure {
	float: left;
	text-align: center;
}

.contenu-principal .container-content {
	display: inline-block;
	width: 59%;
}


.contenu-principal #liens li {
    display: inline;
    font-size: 0.9em;
    list-style-type: none;
    margin: 1em 0.3em 0 0;
    text-align: left;
    width: 48%;
}

.contenu-principal .container-pres {
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
}

.contenu-principal .container-pres + div {
	margin-right: 0;
}

/* PORTFOLIO */

.portfolio {
	width: 29%;
	margin: 0 auto;
	margin-bottom: 1em;
}

.portfolio.reference-01 {
	background: url(../visuels/fond-mandarine.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.portfolio.reference-02 {
	background: url(../visuels/fond-croix-rouge.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.portfolio.reference-03 {
	background: url(../visuels/fond-stanley.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.portfolio.reference-04 {
	background: url(../visuels/fond-mobifid.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.portfolio.reference-05 {
	background: url(../visuels/fond-digiteo.jpg) no-repeat center center;
	background-size: 100% 100%;
}

.portfolio.droite {
	padding: 2% 0;
	min-height: inherit;
	text-align: left;
	margin: 0 auto;
	width: 80%;
	margin-bottom: 1em;
}

.portfolio.gauche {
	padding: 2% 0;
	min-height: inherit;
	width: 80%;
	margin: 0 auto;
	text-align: right;
	margin-bottom: 1em;
}

.cadre-portfolio {
	padding: 2em 2em 5em;
	width: 57%;
	display: inline-block;
}

.gauche .cadre-portfolio {
	width: 60%;
	background: url(../visuels/cadre-portfolio-droite.png) no-repeat center center / 100% 100%;
	padding: 5%;
}

.droite .cadre-portfolio {
	width: 60%;
	background: url(../visuels/cadre-portfolio-gauche.png) no-repeat center center / 100% 100%;
	padding: 5%;
}

.cadre-portfolio h2 {
	margin: 0 0 0.3em;
	font-size: 1.2em;
	text-align: right;
}

.cadre-portfolio p {
	font-size: 0.78em;
	margin-bottom: 0;
}

.cadre-portfolio .lien-cartouche {
	margin-top: 2em;
}

.portfolio a.bouton-cartouche {
	background: url("../visuels/sprite-ico-home.png") no-repeat scroll -354px -79px #FF9C01;
	color: #fff;
	font-size: 0.9em;
    padding: 0.4em 0.8em 0.5em 2.6em;
    text-decoration: none;
	vertical-align: top;
}

/* CLIENTS */
.liste-clients ul {
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin-right: 3%;
	border-right: 1px solid #edecec;
}

/** FOOTER **/

footer {
	background-color:#000;
	width:66%;
	color:#fff;
	font-weight:normal;
	padding:3% 17%;
}

footer.home {
	width:63%;
	padding:3% 18.5%;
}

footer a, footer a:active {
	color:#ff9c01;
	text-decoration:none;
}

footer a:hover, footer a:focus, footer a:visited {
	color:#fff;
	text-decoration:underline;
}

footer .container-column {
	width:62.3%;
	display:inline-block;
	vertical-align:top;
	margin-right:1em;
}

footer .container-column + .container-column {
	width:30%;
}

footer .social li {
	display:inline-block;
	margin-right: 0;
	width:auto;
	height:auto;
	text-align: center;
	padding-top: 0;
	margin-bottom: 0;
}

footer .social a {
	width:37px;
	height:37px;
	display:block;
}



}/*FIN DESKTOP*/

@media (min-width: 886px) and (max-width: 1244px) {
	header nav {
		right: 1%;
	}
	
	header .logo-container {
		margin-left: 12%;
	}

	header .container-contact-phone {
		right: 10%;
	}
	
	footer {
		width:80%;
		padding:3% 10%;
	}

}




/** AJUSTEMENT DESKTOP **/
@media (min-width: 886px) and (max-width: 1047px) {
header .logo-container {
	margin-left: 2%;
}

header .container-contact-phone {
	position: absolute;
	right: 2%;
	top: 0;
}

header nav {
	margin: 5.2em 2% 0 0;
	width: 71%;
}
	
/* TITRE BANDEAU STATIQUE */
.static-title {
	font-size: 3em;
}

.slider .masque {
	max-width: 93%;
}
	
.slider .masque legend {
	font-size: 1.8em;
	left: 38.8%;
	top: 4%;
}

.contenu-principal .portfolio {
	margin-bottom: 1em;
}

.portfolio.gauche, 
.portfolio.droite {
	width: 100%;
	min-height: 16em;
}

.cadre-portfolio {
	display: inline-block;
	width: 62%;
	padding: 1em 1em 0.1em 2em;
}

.contenu-principal article {
	padding: 1em 10% 0;
}

}

@media (min-width: 1441px) {
	.portfolio.droite {
		width: 1000px;
		height: 250px;
	}

	.portfolio.gauche {
		width: 1000px;
		height: 250px;
	}
}

@media (min-width: 1480px) {

	.slider article li img {
		width: 100%;
	}

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
