@charset "UTF-8";
/* CSS Document */
html {
  font-family:Helvetica, Arial, "sans-serif";
	 font-family: 'Ubuntu', sans-serif;
  font-size: 16px; /* 3 */
  -ms-text-size-adjust: 100%;     /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.5em;
}
@font-face {
    font-family : BAHNSCHRIFT;
    src: url('../font/BAHNSCHRIFT.TTF');
}
p{margin: 0;
    padding: 0;
}
body {
	margin:0px;
	padding:0px;
	background:#FFFFFF;
	color:#000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
.notes:after,
.item:after,
.formulaire:after,
.clearfix:after,
.header:after,
.navi:after,
.main:after,
.text:after,
.content:after,
.footer:after {
	display:block;
	content:"";
	height:0px;
	visibility: hidden;
	clear:both;
}
h1, h3, h4, h5 {
	 font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: 400;
	padding:0px;
}
h2{
	font-family: 'BAHNSCHRIFT';
    font-weight: 300;
    font-size: 30px;
    line-height: 32px;
}
h1 {
	text-transform: uppercase;
	margin:60px 0 1.6em 0;
	color:#14BECB;
        font-size:2em;
        font-weight: 300;
        line-height: 1.1em;
}
.logoART{
	width: 64%;
}
.logoFond{
	width: 64%;
	margin-top: 9px;
}
.titrePage h1,
h1.titrePage {
	margin-top:0px;
}
.text h1 {
    margin: 30px 0 35px 0;
}
.text h2 {
	margin:45px 0px 30px 0px;
         font-size:1.6em;
         line-height: 1.2em;
}
.text h3 {
	 font-size:1.4em;
         margin:30px 0px 20px 0px;
}
.text h4 {
	 font-size:1.2em;
         margin:18px 0px 13px 0px;
}
h2.bgblanc{
	color:#b0281e;
	background-color:#fff;
	border:2px solid #b0281e;
	padding:19px 27px;
	margin:0;
        font-size:2em;
		text-align: center;
}
h2.cadre {
	background-color:#b0281e;
	color:#FFF;
	padding:19px 27px;
	margin:0;
        font-size:2em;
		text-align: center;
}
h2.cadre-titre {
	background-color: #fff;
    color: #000;
	padding-top: 16px;
    margin: 0;
    font-size: 2em;
    text-align: center;
	font-weight: bold;
}

.bloc-lien {
  width:100%;
  height: 50px;
  text-align: center;
  background-color:#FFF;
}
.bleu,
a {
    color:#109DA9;
}
a:hover {
    color:#000;
}
.text a {
    text-decoration: underline;
}
/* GENERAL */
hr {
	display: block;
	height:1px;
	background: #ccc;
	border:0px;
	margin:2em 0;
}
.uper {
    text-transform: uppercase;
}
.box,
.bBorder,
.intro,
.msg, 
.text p {
	margin:1.5em 0px;
}
.box {
	position:relative;
	padding: 0;
	margin: 0;
}
.bBorder {
	border:1px solid gray;
	padding:15px;
}
.indic {
	font-size:0.7em;
	color:#666;
        font-style: italic;
}
.dark .indic {
    color:#9C9FA3;
}
h2 .indic {
	font-size:0.7em;
}
.tXS {
	font-size:0.8em;
}
.tS {
	font-size:0.9em;
}
.tL {
	font-size:1.2em;
}
.tXL {
	font-size:1.4em;
}
.tXXL {
	font-size:1.7em;
}
.nowrap {
	word-break:keep-all;
}
/* FIN GENERAL */
/* article */
.intro {
	font-size:1.1em;
	font-weight:500;
}
.msg {
	padding:6px 19px;
	border:1px solid #9ACDDC;
	/*box-shadow:2px 2px 4px rgba(0,0,0,0.25);*/
	background: #FFF;
	margin:21px auto;
	text-align: center;
	position: relative;
	background-color: #D9F4F7;
	color:#1D5561;
	border-radius:4px;
	transition: 0.2s;
	font-size:14px;
	text-align: left;
	max-width: 800px;
	text-align: center;
}
.msg.wImg {
    padding: 10px 19px 10px 45px;
    background-repeat: no-repeat;
    background-size:31px;
    background-position: 10px;
}
.msgSuccess {
	border-color:#97DF95;
        background-color:#E1FFE1;
        color:#1C6648;
}
.msgWarning {
	border-color:#FFB17D;
        background-color:#FFE8D9;
        color:#CF5836;
		padding: 32px;
    text-align: left;
}
.msgError {
	border-color:#F57670;
        background-color:#FFE1E1;
        color:#BA3425;
		width: 89%;
		margin-top: 195px;
		position: absolute;
}
.close {
    display: block;
    width:12px;
    height:12px;
    background:url('../images/close.png') no-repeat center;
    position: absolute;
    right:5px;
    top:5px;
	text-align: center;
	transition: 0.2s;
}
.close:hover {
    background-color:rgba(0,0,0,0.1);
    cursor:pointer;
}
.close:hover:after {
    color:#000;
}
.wAnim {
	animation-name: hideMsg;
	animation-duration: 1s;
	animation-delay: 3s;
	animation-fill-mode: forwards;
	transition-timing-function:ease-in;
	position:fixed;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:200px;
        z-index: 300;
}
@keyframes hideMsg {
  0%   { opacity: 1; }
    100% {opacity: 0;}
}
.sMarg {
	margin-top:0px;
	margin-bottom:0px;
}
/* FIN article */
.icPdf {
    background-image:url('../images/doc_pdf.png');
}
.pieces .icl:before {
	margin-left:0px;
	right:0px;
}
.icl.dc:before,
.icDoc {
    background-image:url('../images/doc_txt.png');
}
.icWord {
    background-image:url('../images/doc_word.png');
}
/* UL LI */
ul,
ol {
	margin:0px;
        padding:20px 27px;
}
ul li {
	list-style-type: none;
	padding:0px;
	margin:8px 0px;
}
ul.text,
ol.text,
.text ul,
.text ol {
  margin:30px 20px;
  padding:0px;
}
ul.text li,
ol.text li,
.text ul li,
.text ol li {
  list-style-type:none;
  position:relative;
  margin:8px 0px 8px 17px;
}
ul.bullet li:before,
.text ul li:before {
	display:block;
	content:"";
	position:absolute;
	height:7px;
	width:7px;
	border-radius:25px;
	background-color:#14BECB;
	margin:7px 0px 0px -17px;
	padding:0px;
}
.text ol,
ol.text {
    counter-reset: item;
}
.text ol li,
ol.text li {
	display:block;
	list-style-type:none;
	padding:0px;
	margin:1.2em 10px;
	position:relative;
}
ol.text li {
	margin:1.8em 10px;
}
.text ol > li:before,
ol.text > li:before {
    background: url('../images/ol.png') no-repeat 25px 4px;
	display:block;
	position:absolute;
	left:-40px;
        width:40px;
	top:0px;
	padding:0px 0px 0px 13px;
    content: counter(item); 
	counter-increment: item;
	font-weight:700;
	color:#000;
	font-size:1.2em;
}
.text ul.questions li {
   margin:25px 0px;
}
.pageArticle .text ul p {
   margin:10px 0px;
}
b {
    font-weight: 600;
}
/* FIN UL LI */
/* COULEURS */
.cbBlanc {
	border-color:white;
}
.cbNoir {
	border-color:black;
}
.cbGris {
	border-color:gray;
}
.cbBleu {
	border-color:blue;
}
.cbRouge {
	border-color:red;
}
.cbOrange {
	border-color:orange;
}
.cbVert {
	border-color:green;
}
.cBlanc {
	color:white;
}
.cNoir {
	color:black;
}
.cGris {
	color:gray;
}
.cBleu {
	color:blue;
}
.cRouge {
	color:red;
}
.cOrange {
	color:orange;
}
.cvert {
	color:green;
}
/* FIN COULEURS */

