@charset "UTF-8";

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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;
}

html {
    font-size: 17px;
    line-height: 20px;
}

/*
 * 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: #a5bede;
    text-shadow: none;
}

::selection {
    background: #a5bede;
    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, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: bottom;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

html {text-rendering: optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;}

body {
  font-family:  "Arial", Helvetica, sans-serif;
  font-size: 17px;
  color: #212427;
  background: #fefefe;
  line-height: 1.5em;
}

#page-wrapper {
	margin: 0px auto;
	max-width: 1110px; 
	padding-bottom: 30px;
}

body.aide_technique #page-wrapper {
	width: 500px!important;
}

/* Bannière */
#page-header {
	background: url("../../theme/avec_toi/pix/header.png") no-repeat;
	background-size: cover;
	height: 179px;
}
#page-header.english {
	background: url("../../theme/avec_toi/pix/header_eng.png") no-repeat;
	background-size: cover;
	height: 179px;
}

@media only screen and (max-width: 992px) {
	#page-header,
	#page-header.english {
		height: 150px;
	}
}

@media only screen and (max-width: 768px) {
	#page-header,
	#page-header.english  {
		background-size: cover;
		height: 116px;

	}
}

@media only screen and (max-width: 576px) {
	#page-header,
	#page-header.english  {
		background-size: cover;
		height: 92px;

	}
}


/* Heading */
h2,h3,h4,h5,h6 {
	font-family: duper, sans-serif;
 	font-weight: 400;
	color: #699262;
}

h1 {		
	font-family: duper, sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
	color: #8092c6;
	text-align: left;
	margin-top: 0;
	margin-bottom: 2rem;
	line-height: 1;
}

h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	color: #699262;
}


h2.titre-icone {
	color: #dfb25f;
	font-size: 1.3rem;
}

h3 {

}

h4 {

}

/* image du Titre dans le texte */
.titre_in-text {
	margin-bottom: 0.15rem;
}

.titre_in-text.english {
	margin-bottom: 0.25rem;
}

/* Titre du site en texte */
span.titre-site {
	font-family:  "Arial", Helvetica, sans-serif;
	font-size: 28px;
	color: #586b9b;
	font-style: italic;
	
}

p {
	margin-top: 0;
	margin-bottom: 2rem;
}

/* Liens */
a:link,
a:visited {
	color: #627596;
}

a:hover,
a:active,
a.selected {
	text-decoration:none;
	color: #8092c6;
}

/* Images */
figure {
	margin: 1rem 0 2rem;
}



ul li {
	margin:10px 0px;
}

ul.couleur li::marker {
	color: #627596;
}


.accueil {
	position: relative;
	text-align: right;
	margin: 0.5rem 0 1rem;
}
.accueil a {
	color: #699262;
	font-size: 1.25rem;
	text-decoration: none;
}
.accueil a:active,
.accueil a:hover,
.accueil a:focus {
	color: #9FC680;
	text-decoration: underline;
}

/*Navigation haut-pages*/
ul.nav {
    text-align: center;
    padding: 0;
}

ul.nav li {
	display:inline;
	color: #a5bede;
}

ul.nav li a {
	font-size: 1.4em;
	text-decoration: none;
	color: #a5bede;
}

ul.nav li a:active,
ul.nav li a:hover,
ul.nav li a:focus {
	color: #627596;}

ul.nav li a.selected {
	color: #627596;
}



/*Navigation bas-boutons*/

div.groupeBouton {
	float: right;
	font-size: 1rem;
	margin-bottom: 2.5rem;
}


div.groupeBouton .button {
	color: #fefefe;
	background: #586b9b;
	float: left;
	margin: 0 15px;
	text-decoration: none;
	white-space: nowrap;
	min-width: 120px;
	padding: 0.5rem;
	border-radius: 0.3rem;
}

div.groupeBouton a {
	text-decoration: none;
	margin-left: 0px;
	text-align: center;
	font-size: 1.1rem;
}

div.groupeBouton a:active,
div.groupeBouton a:hover,
div.groupeBouton a:focus {
	text-decoration: underline;
	background: #8092c6;
}




div.groupeBouton a.prec {
	margin-right:10px;
}


/*div.groupeBouton a.prec:active,
a.prec:hover,
a.prec:focus,
div.groupeBouton a.next:active,
a.next:hover,
a.next:focus {
	color: #627596;
}*/

div.groupeBouton a.disabled {
	color: #e5e5e5;
}

.nodisplay{display:none;}



table.contenu{border-spacing:10px;}
table.contenu td{vertical-align:middle;}

table.page-contenu-formation  {
    max-width: 905px;
    margin: 0 auto;
}

table.page-contenu-formation td {
	    padding: 2rem 2rem 2rem 0;
}






