a {
	color: rgb(6, 53, 141);
}

a:hover {
	color: red;
}

body {
	color: rgb(37, 49, 109);
}

div.figure {
	display: inline-block;
	max-width: 100%;
}

@media only screen and (max-width: 600px) {
	div.figure {
		margin-left: auto;
		margin-right: auto;
	}
}

.caption {
	color: rgb(37, 49, 109);
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

h1 {
	color: rgb(37, 49, 109);
	text-align: center;
}

h2 {
	color: rgb(37, 49, 109);
	text-align: center;
}

.blueborder {
	border: 2px solid rgb(6, 53, 141);
}

img.shadow {
	-webkit-filter: drop-shadow(5px 5px 5px #666666);
	filter: drop-shadow(5px 5px 5px #666666);
}

img.logo {
	height: 150px;
	margin-top: 12px;
}

tr.center td {
	text-align: center;
}

video {
	display: block;
	max-width: 100%;
	height: auto;
}

.col-15 {
	float: left;
	width: 15%;
	margin-top: 6px;
}

.col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
}

.col-50 {
	float: left;
	width: 48%;
	margin-top: 6px;
	margin-right: 2%;
}

.col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

.mw60 {
	width: 100%;
	max-width: 60px;
}

.mw70 {
	width: 100%;
	max-width: 70px;
}

.mw80 {
	width: 100%;
	max-width: 80px;
}

.mw100 {
	width: 100%;
	max-width: 100px;
}

.mw150 {
	width: 100%;
	max-width: 150px;
}

.mw185 {
	width: calc(25% - 9px);
}

@media only screen and (max-width: 800px) {
	.mw185 {
		width: calc(50% - 6px);
	}
}

@media only screen and (max-width: 500px) {
	.mw185 {
		width: 100%;
	}
}

.mw250 {
	width: 100%;
	max-width: 250px;
}

.mw382 {
	width: calc(50% - 6px);
}

@media only screen and (max-width: 800px) {
	.mw382 {
		width: 100%;
		max-width: initial;
	}
}

.mw400 {
	width: 100%;
	max-width: 400px;
}

.mw800 {
	width: 100%;
	max-width: 800px;
}

@media only screen and (max-width: 800px) {
	.mw800 {
		width: calc(100% - 8px);
	}
}

.bg-yellow {
	background-color: yellow;
}

.bg-orange {
	background-color: orange;
}

.bg-green {
	background-color: green;
}

.bg-blue {
	background-color: blue;
}

.bg-brown {
	background-color: brown;
}

.bg-black {
	background-color: black;
}

.bg-gray80 {
	background-color: rgb(204,204,204);
}

.black {
	color: black;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.box-shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card {
	margin: 10px;
	padding: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: white;
	width: 300px;
}

@media only screen and (max-width: 600px) {
	.card {
		width: calc(100% - 20px);
	}
}

.card h2 {
	margin: 4px auto;
}

.card ul {
	margin: 4px auto;
}

.buttonlink {
	padding: 0;
	border: 0;
	outline: inherit;
	cursor: pointer;
	background: inherit;
	font: inherit;
	color: inherit;
	text-decoration: underline;
}

.collapsed {
	display: none;
}

.copyright {
	font-size: small;
	color: rgb(37, 49, 109);
	font-weight: bold;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

div.center > * {
	margin-left: auto;
	margin-right: auto;
}

.centerimg {
	text-align: center;
}

.centerimg img {
	display: inline-block;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.xsmall {
	font-size: x-small;
}

.small {
	font-size: small;
}

.medium {
	font-size: medium;
}

.large {
	font-size: large;
}

.xxlarge {
	font-size: xx-large;
}

.kyo-midblue {
	color: rgb(6, 53, 141);
}

.kyo-darkblue {
	color: rgb(24, 45, 111);
}

.kyo-deepdarkblue {
	color: rgb(37, 49, 109);
}

.nobullet {
	padding: 0;
}

.nobullet li {
	list-style-type: none;
}

.bullet li {
	list-style-type: initial;
}

.normal {
	font-weight: normal;
	font-size: 1em;
}

.red {
	color: red;
}

.green {
	color: green;
}

.gallery {
    max-width: 100%;
}

.gallery span {
    display: inline-block;
    padding: 10px 25px;
}

@media only screen and (max-width: 600px) {
    .gallery span {
        display: inline-block;
        padding: 10px 0;
        margin: 0 auto;
    }
}

.gallery > div {
    display: inline-block;
    padding: 10px 25px;
}

@media only screen and (max-width: 600px) {
    .gallery > div {
        padding: 10px 0;
        margin: 0 auto;
    }
}

.gallery span a {
    display: block;
    margin-bottom: 10px;
}

.gallery span a img {
    max-height: 150px;
}

@media only screen and (max-width: 600px) {
    .gallery span a img {
        max-width: calc(100% - 4px);
    }
}

.gallery span video {
    display: block;
    margin-bottom: 10px;
}

ul.progressionfondateur {
	display: inline-block;
	text-align: initial;
	padding-left: 0;
	max-width: 40rem;
}

ul.progressionfondateur li {
	padding-left: 6.4rem;
	padding-bottom: 0.8rem;
	list-style-type: none;
}

ul.progressionfondateur li span.label {
	color: red;
	display: inline-block;
	width: 6rem;
	margin-left: -6.4rem;
	padding-right: 0.4rem;
	text-align: right;
}

ul.progressionfondateur li span.label2 {
	color: red;
	
	width: 6rem;
	margin-left: -8.4rem;
	padding-right: 0.4rem;
	text-align: right;
}

.tableauactivites {
    line-height: 0.9;
	color: rgb(37, 49, 109);
    border-width: 10px;
    border-style: solid;
    border-top-color: gray;
    border-left-color: gray;
    border-bottom-color: rgb(44, 44, 44);
	border-right-color: rgb(44, 44, 44);
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

.tableauactivites td,th {
    border-width: 1px;
    border-style: solid;
    border-top-color: rgb(44, 44, 44);
    border-left-color: rgb(44, 44, 44);
    border-bottom-color: gray;
	border-right-color: gray;
	padding: 0;
	line-height: normal;
	height: 40px;
	width: 250px;
}

.tableauactivites td {
	font-size: small;
	color: rgb(6, 53, 141);
}

.tableauactivites th {
	font-size: large;
}

.tableauzoneprotegee {
    line-height: 0.9;
	color: white;
    border-width: 5px;
    border-style: solid;
    border-top-color: gray;
    border-left-color: gray;
    border-bottom-color: rgb(44, 44, 44);
	border-right-color: rgb(44, 44, 44);
	margin: 16px auto;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 600px;
}

.tableauzoneprotegee tr.bg-dark {
	background-color: rgb(6, 53, 141);
}

.tableauzoneprotegee tr.bg-light {
	background-color: rgb(110, 130, 215);
}

.tableauzoneprotegee td,th {
    border-width: 1px;
    border-style: solid;
    border-top-color: rgb(44, 44, 44);
    border-left-color: rgb(44, 44, 44);
    border-bottom-color: gray;
	border-right-color: gray;
	padding: 0;
	line-height: normal;
	height: 30px;
}

.tableauzoneprotegee td {
	font-size: large;
	color: rgb(6, 53, 141);
	text-align: left;
	padding-left: 10px;
}

.tableauzoneprotegee td.margin {
	padding-top: 16px;
	padding-bottom: 16px;
}

.tableauzoneprotegee th {
	font-size: large;
	background-color: rgb(110, 130, 215);
	height: 50px;
}

.tableauzoneprotegee a {
	color: white;
}

.tableauzoneprotegee a.black {
	color: black;
}

.tableauzoneprotegee a:hover {
	color: red;
}

.uppercase {
	text-transform: uppercase;
}

.arrow-right {
	float: left;
	vertical-align: bottom;
	border-left: 0.45em solid rgb(6, 53, 141);
	border-top: 0.3em solid transparent;
	border-bottom: 0.3em solid transparent;
	margin-top: 0.3em;
	padding-right: 2px;
}

.arrow-down {
	float: left;
	vertical-align: bottom;
	border-top: 0.45em solid rgb(6, 53, 141);
	border-left: 0.3em solid transparent;
	border-right: 0.3em solid transparent;
	margin-top: 0.3em;
	padding-right: 2px;
}

::marker {
	list-style-type: initial; /* Je ne sais pas pourquoi, mais le serveur override cette valeur par defaut si elle nest pas forcee ici... */
}
