/* --------------------------------------------------------------------------------------
// 
//IAA : mise en forme
// 
// --------------------------------------------------------------------------------------
// Auteur        : Nicolas DE MONTFUMAT, Bretagne Développement Innovation
// Version       : 2.0
// Date           : 26/07/2018
// Version CRAFT : 4.2
// --------------------------------------------------------------------------------------
*/

@font-face {
font-family: 'vista';
src: url('../fonts/VistaSansLight.eot');
src: url('../fonts/VistaSansLight.otf') format('truetype'),
     url('../fonts/VistaSansLight.woff') format('woff'),
     url('../fonts/VistaSansLight.eot?#iefix') format('embedded-opentype'),
     url('../fonts/VistaSansLight.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'vistaBold';
src: url('../fonts/VistaSansBold.eot');
src: url('../fonts/VistaSansBold.otf') format('truetype'),
     url('../fonts/VistaSansBold.woff') format('woff'),
     url('../fonts/VistaSansBold.eot?#iefix') format('embedded-opentype'),
     url('../fonts/VistaSansBold.svg#QuadrantaBold') format('svg');
font-weight: normal;
font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Verdana, vista;
	font-size:14px;
}
h2, h3, h4, h5, h6, b, strong{
		font-family:Verdana, vistaBold;
}
span {
	margin-left:8px;
	margin-right:8px;
}

/* Bandeau du Haut */

#bordure{	
margin:0 0 10px 0;
}
div.col-sm-12 h4{
	background-color: #EF7203 !important;	
}

a{
	color:#EF7203;
}

h3:before{
	content:"/ ";
	text-decoration:underline;
}
h3{
	text-decoration:underline;	
}

.glyphicon.glyphicon-trash{
	background:url('../img/trash.png') no-repeat 0 0;
	padding:0 0 6px 20px;
	font-family:vista;
	line-height:20px;
}
.glyphicon.glyphicon-trash:before{
	content:'';
}


