@font-face{
	font-family: "cm_roman";
	src: url("/font/cmunrm.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "cm_italic";
	src: url("/font/cmunti.otf");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: "cm_italic_title";
	src: url("/font/CMUSerifH1-Mediumh1.otf");
	font-weight: normal;
	font-style: normal;
}


@font-face {
  font-family: 'icons';
  src: url('/font-icons/icons.eot?63284112');
  src: url('/font-icons/icons.eot?63284112#iefix') format('embedded-opentype'),
       url('/font-icons/icons.woff?63284112') format('woff'),
       url('/font-icons/icons.ttf?63284112') format('truetype'),
       url('/font-icons/icons.svg?63284112#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icones{
	font-family: icons;
}
.row, .row .col  {
	margin: 0;
	padding: 0;
}
.row .col {
    padding-right: 2px;
    padding-left: 2px;
}
.row {
	margin: 0 30px;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover{
	color: rgb(0,0,0);
}

em, i{
	font-family: cm_italic;
	font-style: normal;
}

html {
	font-family: cm_roman, times;
	color: rgb(0,0,0);
	font-size: 18px;
	line-height: 23px;
}


h1, h2 {
	font-size: 38px;
    line-height: 46px;
}
h1 {
	text-align: center;
	margin: 45px 0 7px 0;
	color: rgb(0,0,0);

}

h1 em {
	font-family: cm_italic_title, times;
	font-size: 38px;
    line-height: 42px;
}
h2 {
	text-align: left;
	margin: 45px 0 7px 0;
	color: rgb(173,96,0);

}
h3 {
	font-size: 18px;
	line-height: 23px;
	margin: 0;
	padding-right: 12px;
}
.first-h1{
	margin: 71px 0 7px 0;
}

.fond-couleur{
	background-color: rgb(173,96,0);
	color: rgb(255,255,255);
}
.fond-couleur .separation{
	border-color: rgb(255,255,255);
}

.fond-couleur h2{
	color: rgb(255,255,255);
}
.no-margin{
	margin-left:0;
	margin-right: 0;
	padding-left: 30px;
    padding-right: 30px;
}

.couleur{
	color: rgb(173,96,0);
}
.intro{
	min-height: 100%;
	margin: 0;
	padding: 70px 0 20px 0;
}
.intro .col{
	min-height: 330px;
	height: 50%;
	margin-top: -30px;
}

.separation{
	border-bottom: solid 1px rgb(173,96,0);
}
.menu{
	color: rgb(173,96,0);
	padding: 100px 2px 10px 2px !important;
}
.menu span, .fixed-menu-in span{
	padding: 0 30px 0 0;
	display: inline-block;
}
.fixed-menu{
	position: fixed;
	display: none;
    top: 0;
    margin: 0;
    padding-top: 0px;
    width: 100%;
    background-color: rgb(255,255,255);
}
.fixed-menu-in{
	background-color: rgb(173,96,0);
	color: rgb(255,255,255);
	padding: 10px 30px 10px 30px !important;
}
.abstract{
	display: none;
	padding-bottom: 15px !important;
	padding-top: 12px !important;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
.action-background {
	cursor: pointer;
	background-color: rgb(173,96,0);
}
.action-color{
	color: rgb(255,255,255) !important;
}

.animation img{
	display: none;
}

.underline{
	display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* comportement en taille de fenetre 'small' */
@media only screen and (max-width : 600px) {
/* DEBUT */
.row {
	margin: 0;
}
.row .col {
    padding-right: 10px;
    padding-left: 10px;
}
.intro, .fixed-menu {
	margin: 0;
}
.fixed-menu-in{
	padding: 10px 10px 10px 10px !important;
}
.menu span, .fixed-menu-in span{
	padding: 8px 30px 0 0;
}
.menu {
    padding: 100px 10px 10px 10px !important;
}
.no-margin{
	padding-left: 0px;
    padding-right: 0px;
}
.intro .col {
    min-height: 300px;
    height: 33%;
}
img.responsive-img {
	max-width: 100% !important;
}
.underline{
	padding-top: 40px;
}

/* FIN */
}