body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
}
div {
	position: relative;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}
a {
	color: #0088cc;
	text-decoration: underline;
	transition: 0.3s;
}
a:hover {
	color: #003355;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	border: solid 1px #999999;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #39b54a;
	color: #ffffff;
	border: 0px;
	border-radius: 5px;
	transition: 0.3s;
	cursor: pointer;
	font-size: 12px;
	padding: 15px;
	text-transform: uppercase;
}
input.button:hover {
	background-color: #008a13;
}
hr {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	clear: both;
}


/* TABLE OPTIMIZATION 2021 */
table.table-2021 {
	font-size: 13px;
	background-color: #cccccc;
	box-shadow: 0px 0px 5px #cccccc;
}
table.table-2021 input {
	outline: none;
	padding: 10px;
	font-size: 13px;
	width: 100%;
	box-sizing: border-box;	
	border: 1px solid #bbbbbb;
}
table.table-2021 td {
	padding: 10px;
	box-sizing: border-box;
	background-color: #fafafa;
}
table.table-2021 hr {
	display: block;
	clear: both;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.1;
}
table.table-2021 td.label {
	font-weight: bold;
	text-align: left;
	background-color: #eeeeee;
}
table.table-2021 td.field {
	text-align: left;
}
table.table-2021 td span.checkbox-wrap {
	display: inline-block;
	vertical-align: middle;
}
table.table-2021 td span.checkbox-wrap input {
	width: 16px;
	height: 16px;
	display: block;
}
table.table-2021 td span.checkbox-txt {
	display: inline-block;
	vertical-align: middle;
}
/* TABLE OPTIMIZATION 2021 END */


div#header {
	width: 100%;
	height: auto;
	padding: 0px;
	box-sizing: border-box;
	background-color: #ffffff;
}
div#header div#logo {
	width: 260px;
	height: auto;
	float: left;
	padding: 30px;
}
div#header div#logo img {
	width: 100%;
	display: block;
}
div#header div#user {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 45px;
	margin-bottom: 15px;
	font-size: 16px;
	text-align: right;
	box-sizing: border-box;
	background-image: url(images/bg-user.png);
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom-left-radius: 20px;
	background-color: #f5f5f5;
}
div#header button.font-size {
	float: right;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #dddddd;
	border-radius: 15px;
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-left: 10px;
	transition: 0.6s;
	outline: none;
	cursor: pointer;
}
div#header button.font-size:hover {
	color: #ffffff;
	border: 1px solid #0a71be;
	background-color: #0a71be;
}




nav {
	background-color: #0a71be;
	padding: 0px;
	height: 50px;
	width: 100%;
	margin: 0px;
	box-sizing: border-box;
	padding-left: 40px;
}

/* ----- NAV ------------------------------- */

ul.topnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	margin-bottom: 20px;
	position: relative;
}
ul.topnav li {
	float: left;
	height: 50px;
}
ul.topnav li a {
	display: block;
	color: #ffffff;
	height: 32px;
	padding-top: 18px;
	font-size: 14px;
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
	transition: 0.3s;
	border-left: 1px solid #2689d8;
	border-right: 1px solid #0e5e9e;
	text-decoration: none;
}
ul.topnav li a:hover {
	background-color: #2fa8df;
}
ul.topnav li a.quitter:hover {
	background-color: #990000;
}
ul.topnav li.icon {
	display: none;
}
ul.topnav li ul {
	display: none;
	width: auto;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
ul.topnav li:hover ul {
	display: block;
	position: absolute;
	padding: 0px;
	top: auto;
}
ul.topnav li:hover ul li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: auto;
}
ul.topnav li:hover ul li a {
	color: #ffffff;
	display: block;
	box-sizing: border-box;
	width: 220px;
	height: auto;
	text-transform: none;
	padding: 15px;
	text-decoration: none;
	text-align: left;
	border-left: 0px;
	border-right: 0px;
	font-size: 13px;
	background-color: #2fa8df;
	border-bottom: 1px solid #0a71be;
	border-top: 0px;
}
ul.topnav li:hover ul li a:hover {
	background-color: #0a71be;
	border-bottom: 1px solid #0a71be;
}




@media screen and (max-width: 1220px) {
nav {
	padding-left: 0px;
}
ul.topnav li a {
	border-top: 1px solid #0a71be;
	border-left: 0px;
	border-right: 0px;
}	
ul.topnav li:not(:first-child) {
	display: none;
}
ul.topnav li.accueil {
	display: none;
}
ul.topnav li.icon {
	display: block;
	width: 100%;
	text-align: center;
}
ul.topnav li.icon img {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	outline: none;
}
ul.topnav.responsive {
	position: relative;
}
ul.topnav.responsive li {
    float: none;
    display: inline;
 }
ul.topnav.responsive li a {
    display: block;
	text-align: center;
	background-color: #0088cc;
}
ul.topnav.responsive li a:hover {
	background-color: #0a71be;
}
ul.topnav li:hover ul {
	display: none;
}
}

/* ----- NAV ------------------------------- */

div#wrap-content {
	width: 100%;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 30px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
div#wrap-content.ppp {
	background-image: linear-gradient(#ffffff, #fafafa);
}
h1 {
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
table {
	width: 100%;
	margin-bottom: 20px;
	background-color: #cccccc;
	box-sizing: border-box;
}
table.details-journee td.title {
	text-transform: none;
	white-space: nowrap;
}
table.details-journee td {
	background-color: #ffffff;
	font-size: 12px;
}
table tr {
	background-color: #ffffff;
}
table tr:hover {
	background-color: #f5f5f5;
}
table td {
	padding: 7px;
}
table td.title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #eaeaea;
}
table td.title-blue {
	font-size: 16px;
	background-color: #0088cc;
	color: #ffffff;
	padding: 15px;
}
table td.journee {
	font-size: 14px;
	text-align: center;
	padding: 15px;
	background-color: #ffffff;
}
table td.journee.on {
	background-color: #0088cc;
	color: #ffffff;
}
table td.journee.on a {
	color: #ffffff;
	text-decoration: none;
}
table td.center {
	text-align: center;
}
table td.left {
	text-align: left;
}
table td.right {
	text-align: right;
}
table td.bold {
	font-weight: bold;
}
table td.gris-pale {
	background-color: #f5f5f5;
	padding: 20px;
}
table td.red-urgence {
	background-color: #ffeeee;
}
table td.blue-pale {
	background-color: #e5f5ff;
}






/* DATE */
div.date-du {
	display: inline-block;
	vertical-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: center;
}
div.date-1 {
	display: inline-block;
	vertical-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.date-1 input {
	text-align: center;
	width: 70px;
}
div.date-au {
	display: inline-block;
	vertical-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	padding: 5px;
	text-align: center;
}
div.date-2 {
	display: inline-block;
	vertical-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.date-2 input {
	text-align: center;
	width: 70px;
}
div.date-bt {
	display: inline-block;
	vertical-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 30px;
}
/* DATE END */







/* TABLE SIGNATURE */
table.table-signature {
	float: left;
	width: 50%;
	max-width: 600px;
	border-right: 20px solid #ffffff;
	border-bottom: 20px solid #ffffff;
	box-sizing: border-box;
	margin-bottom: 0px;
}
table.table-signature tr {
	background-color: #fafafa;	
}
table.table-signature input, table.table-signature textarea {
	width: 100%;
	box-sizing: border-box;
}
table.table-signature div.sigPad {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
div.affiche-signature {
	max-width: 400px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #000000;
}
div.affiche-signature img {
	display: block;
	width: 500px;
}
/* TABLE SIGNATURE END */









div.titre-onglet {
	background-color: #eeeeee;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 0px;
	width: 160px;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
div.heures-semaine {
	background-color: #eeeeee;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 20px;
	width: 180px;
	text-align: center;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
div.total-periode {
	font-size: 26px;
	margin-bottom: 20px;
}
.green {
	color: #39b54a;
}
.red {
	color: #d71f22;
}
.purple {
	color: #93117e;
}
.orange {
	color: #f89828;
}
.star {
	color: #ff0000;
}
table td.small {
	font-size: 11px;
}
table td.uppercase {
	text-transform: uppercase;
}
span.message-red {
	color: #d71f22;
	background-color: #f5f5f5;
	font-size: 12px;
	text-transform: uppercase;
}
div#imprimer {
	width: 30px;
	height: 30px;
	float: right;
}
div#imprimer img {
	display: block;
}





/* LEXIQUE */
div.lexique {
	display: inline-block;
	width: 170px;
	height: 160px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
div.lexique a {
	background-color: #f5f5f5;
	width: 150px;
	height: 140px;
	display: block;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	transition: 0.3s;
}
div.lexique a img.icon {
	width: 150px;
	height: 100px;
	display: block;
	margin-bottom: 15px;
	transition: 0.3s;
}
div.lexique a:hover {
	background-color: #eeeeee;
}
div.lexique a img {
	opacity: 0.75;
	transition: 0.3s;
}
div.lexique a:hover img {
	opacity: 1;	
}
div#wrap-lexique {
	width: 100%;
	max-width: 990px;
}
div#content-lexique {
	float: right;
	width: calc(100% - 340px);
 	max-width: 650px;
	margin-bottom: 30px;
}
div#image-accueil {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
div#image-accueil img {
	display: block;
	width: 100%;
}
div.previous {
	float: left;
	font-size: 18px;
	margin-bottom: 10px;
}
div.next {
	float: right;
	font-size: 18px;
	margin-bottom: 10px;
}
div.previous a, div.next a {
	text-decoration: none;
}
div#video-wrap {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	height: auto;
	box-shadow: 0px 0px 3px #cccccc;
}
div#video {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #ffffff;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
div#video iframe, div#video object, div#video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div#menu-lexique {
	float: left;
	width: 300px;
	height: 500px;
	box-sizing: border-box;
	border: 10px solid #ffffff;
	background-color: #ffffff;
	overflow-y: scroll;
	box-shadow: 0px 0 3px 0px #888888;
	margin-right: 40px;
	margin-bottom: 40px;
}
div#menu-lexique div a {
	display: block;
	width: 100%;
	padding: 6px;
	box-sizing:border-box;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
div#menu-lexique div a:hover {
	background-color: #dddddd;	
}
/* LEXIQUE END */






div.more a {
	color: #FFFFFF;
	border-radius: 20px;
	font-size: 28px;
	background-color: #0088cc;
	text-decoration: none;
	line-height: 1px;
	display: block;
	height: 21px;
	width: 40px;
	text-align: center;
	padding-top: 19px;
	margin-bottom: 20px;
	transition: 0.3s;
}	
div.more a:hover {
	background-color: #004365;
}
div.retour a {
	color: #ffffff;
	border-radius: 5px;
	font-size: 14px;
	padding: 15px;
	width: 70px;
	background-color: #2fa8df;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	transition: 0.3s;
}	
div.retour a:hover {
	background-color: #0a71be;
}
div.message-de-administration {
	width: 80%;
	max-width: 900px;
	padding: 20px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffdddd;
	border: 1px dotted #000000;
	border-radius: 10px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}
div.message-de-administration p.title {
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #0a71be;
	font-weight: bold;
}
div.message-de-administration p.message {
	margin-bottom: 0px;
}
div.clear {
	clear: both;
}
div#footer {
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 50px;
	padding-bottom: 60px;
	text-align: center;
	background-color: #ffffff;
	border-top: solid 1px #dddddd;
	line-height: 20px;
}
div#footer div#logo-footer {
	width: 80%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div#footer div#logo-footer img {
	display: block;
	width: 100%;
}
div#footer p {
	margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
div#header div#logo {
	display: block;
	width: 160px;
	float: none;
	padding: 15px;
}
div#header div#user {
	float: none;
	padding-top: 10px;
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	text-align: left;
	border-top: 1px solid #cccccc;
	background-position: left center;
	border-bottom: 0px;
	border-left: 0px;
	border-bottom-left-radius: 0px;
}
div#header button.font-size {
	display: none;
}	
}
@media screen and (max-width: 900px) {
table.large {
	overflow-x: auto;
	display: block;
	width: 100%;
}
div#wrap-content {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
/* LEXIQUE */
div#content-lexique {
	float: none;
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
div#menu-lexique {
	float: none;
	display: block;
	width: 100%;
	height: 300px;
	border: 0px;
	box-shadow: 0px 0 3px 0px #888888;
	margin-left: 0px;
	margin-bottom: 20px;
}
/* LEXIQUE END */
}
@media screen and (max-width: 1100px) {
table.table-signature {
	float: none;
	width: 100%;
	border-right: 0px;
	border-bottom: 0px;
	margin-bottom: 20px;
}	
}















/* PPP */
div#header.ppp {
	background-image: url(images/bg-header-ppp.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1250px) {
div#header.ppp {
	background-image: none;	
}
}
h1 {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
div#bienvenue {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	box-sizing: border-box;
	width: calc(100% - 610px);
	max-width: 1000px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
div#bienvenue {
	display: block;
	padding-right: 0px;
	width: 100%;
	max-width: 100%;
}	
}
div#bienvenue-image {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	max-width: 600px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1180px) {
div#bienvenue-image {
	display: block;
	width: 100%;
}
}
div#bienvenue-image img {
	display: block;
	width: 100%;
}
div.main-title {
	display: block;
	width: 85%;
	max-width: 300px;
	font-size: 20px;
	color: #000000;
	padding: 20px;
	padding-left: 50px;
	border-radius: 5px;
	margin-top: 0px;
	margin-bottom: 40px;
	background-color: #eeeeee;
	background-image: url(images/fleche-down.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 25px auto;
}
div.bloc-ppp {
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	box-shadow: 0px 0px 5px #bbbbbb;
	width: 85%;
	max-width: 320px;
	box-sizing: border-box;
	padding: 15px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
}
div.bloc-ppp.large {
	max-width: 420px;
	margin-right: 30px;	
}
div.bloc-ppp.resultats {
	width: 100%;
	max-width: 100%;
}
div.titre {
	display: block;
	background-color: #2fa8df;
	border-radius: 5px;
	padding: 10px;
	padding-left: 25px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 10px;
	color: #ffffff;
    /* background-image: url(images/fleche-pathway-white.png); */
	background-repeat: no-repeat;
	background-position: 6px center;
	background-size: 18px auto;
}
div.image {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
div.image img {
	display: block;
	width: 100%;	
}
div.description {
	display: block;
	font-size: 15px;
	line-height: 18px;	
	margin-bottom: 10px;
}
div.liste a {
	display: block;
	width: 100%;
	font-size: 15px;
	text-decoration: none;
	margin-bottom: 10px;	
	background-color: #eeeeee;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	transition: 0.1s;
	color: #0a71be;
}
span.nombre {
	color: #666666;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}
div.liste a:hover {
	background-color: #2fa8df;
	color: #ffffff;
}
div.liste a:hover span.nombre {
	color: #ffffff;
}





div.formations {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	max-width: 620px;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 5px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
div.formations {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
}
}
div.formations div.liste a {
	font-size: 16px;
	padding: 15px;
	padding-left: 32px;
	padding-right: 30px;
	background-image: url(images/fleche-pathway.png), url(images/icon-plus-grey.png);
	background-repeat: no-repeat;
	background-position: 12px center, right 12px center;
	background-size: 15px auto, 19px auto;
	background-color: #fafafa;
	border: 1px solid #dddddd;
	margin-bottom: 15px;
}
div.formations div.liste a:hover {
	background-color: #2fa8df;
	color: #ffffff;
}



div.contenu-formation {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	max-width: 620px;
	box-sizing: border-box;
	padding: 0px;
	border-radius: 5px;
	margin-left: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
}
div.contenu-formation.liens-et-documents {
	max-width: 420px;
	margin-right: 0px;	
}
@media screen and (max-width: 1700px) {
div.contenu-formation {
	display: block;
	width: 100%;
	max-width: 720px;
	margin-right: 0px;
}
div.contenu-formation.liens-et-documents {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-right: 0px;
}
}
div.sous-titre-formation {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: 1px dotted #2fa8df;
	font-size: 22px;
	margin-bottom: 20px;
}
div.contenu-lien {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 15px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	transition: 0.3s;
}
div.contenu-lien:hover {
	background-color: #edf9ff;
}
div.contenu-lien.web {
	background-position: right 15px top 15px;
	background-size: 30px auto;
	background-image: url(images/icon-web-black.png);
}
div.contenu-lien.pdf {
	background-position: right 12px top 12px;
	background-size: 35px auto;
	background-image: url(images/icon-pdf-black.png);
}
div.contenu-lien div.description {
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 50px;
	display: block;
}
div.contenu-lien div.lien {
	display: inline-block;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 18px;
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: 10px;
	margin-right: 50px;
	margin-bottom: 0px;
}

hr {
	display: block;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	border-top: 1px dotted #f5f5f5;
	border-bottom: 1px dotted #cccccc;
}

div.video-wrap {
	width: 100%;
	float: right;
	height: auto;
	box-shadow: 0px 0px 10px #999999;
	margin-bottom: 30px;
}
div.video {
	position: relative;
	padding-bottom: 56.25%;
	background-color: #ffffff;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
div.video iframe, div.video object, div.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.description-video {
	font-style: italic;
	margin-bottom: 20px;
}

div#recherche-formation {


}


div.en-vedette {
	display: block;
	max-width: 600px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	padding: 15px;
	background-color: #eeeeee;
	margin-top: -20px;
	margin-bottom: 1px;
	padding-left: 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(images/icon-etoile.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 25px auto;
}
div.capsule-vedette a {
	display: block;
	width: 100%;
	max-width: 600px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #f5f5f5;
	margin-bottom: 1px;
}
div.capsule-vedette a:hover {
	background-color: #eeeeee;
}
div.capsule-vedette a div.capsule-vedette-image {
	display: inline-block;
	vertical-align: middle;
	width: 140px;
	box-sizing: border-box;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}
div.capsule-vedette a div.capsule-vedette-image img {
	display: block;
	width: 100%;
}
div.capsule-vedette a div.capsule-vedette-titre {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 170px);
	font-size: 16px;
	line-height: 20px;
}
/* PPP END */








/* PATHWAY */
div#pathway {
	width: 100%;
	box-sizing: border-box;
	padding: 17px;
	margin-bottom: 0px;
	font-size: 15px;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	height: auto;
	overflow: hidden;
	text-align: left;
}
div#footer-pathway div#pathway {
	border-top: 1px solid #dddddd;
	border-bottom: 0px solid #dddddd;
}
div#pathway div {
	display: inline-block;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
div#pathway div img {
	width: 15px;
	height: 15px;
	margin-bottom: -2px;
}
div#pathway div a {
	text-decoration: none;
	color: #0a71be;
}
div#pathway div a:hover {
	text-decoration: underline;
}
/* PATHWAY END */








/*
BLEU PÂLE : #2fa8df;
BLEU FONCÉ : #0a71be;











