@charset "iso-8859-1";
/* W3.CSS 4.10  */
html{
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	margin: auto;
	max-width: 1280px;
}

body{
	margin: 0;
	font-family: Arial;
	font-size: 15px;
	line-height: 1.5;
}
*,*:before,*:after{box-sizing:inherit}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}
img{border-style:none}
button,input,select,textarea{font:inherit;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* W3.CSS 4.10  */

h1,h2,h3,h4,h5,h6{font-family:Arial,sans-serif;font-weight:400;margin:10px 0}
h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}
mdc-wide{letter-spacing:4px}
.user {
	width: 48px;
	height: 48px;
	display: inline;
	position: relative;
	cursor: pointer;
	float: right;
	top: 11px;
	right: 15px;
}


.menu {
	display: block;
	position: relative;
	width: 48px;
	height: 48px;
	z-index: 2;
	cursor: pointer;
	padding-top: 0px;
	float: right;
	clear: none;
	right: 8px;
	top: 11px;
}

.btover:hover {
	border-radius: 24px;
	-webkit-box-shadow: 0px 0px 13px 3px #C8C8C8;
	box-shadow: 0px 0px 13px 3px #C8C8C8;
}

.mmnu  {
	width: 350px;
	min-height: 120px;
	position: relative;
	right: 295px;
	top: -56px;
	background-color: #055089;
	display: none;
	border-left: thin solid #FFFFFF;
	border-bottom: thin solid #FFFFFF;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 48px;
	cursor: default;
	-webkit-box-shadow: -7px 7px 27px 6px #CACACA;
	box-shadow: -7px 7px 27px 6px #CACACA;
}

.mmnu .mmnu-bt {
	width: 90%;
	margin: auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	text-align: center;
	line-height: 43px;
	font-size: 14pt;
	top: auto;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 2px;
}
.mmnu .mmnu-bt:hover {
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	color: #055089;
	background-color: #D7D7D7;
}

.mmnu .mmnu-close {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	right: 17px;
	top: 15px;
	cursor:pointer;
}




.mdc-header {
	width: 100%;
	display: block;
	margin: 0;
	color: #F8F8F8;
	background-color: #055089;
	border-bottom: thin solid #FFFFFF;
	height: 68px;
}
.mdc-header #logo {
	width: 35%;
	min-height: 47px;
	display: block;
	position: relative;
	background-image: url(images/mdclog-150.PNG);
	background-repeat: no-repeat;
	background-size: contain;
	top: 12px;
	left: 11px;
	float: left;
	min-width: 227px;
	cursor: pointer;
}

.mdc-header #logo #mdc {
	display: block;
	position: absolute;
	margin: 0;
	font-size: 15pt;
	font-style: italic;
	text-shadow: 2px 2px 2px #000000;
	top: 12px;
	left: 69px;
	font-weight: bold;
}
.mdc-maintop {
	background-image: url(images/dossiers-900-main.jpg);
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	color: #EAF5FE;
	text-align: center;
	padding-top: 41px;
	text-shadow: 4px 4px 7px #000000;
}
.mdc-mainctr {
	background-color: #E7E7E7;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 5%;
	padding-left: 3%;
	display: block;
	float: left;
}
.mdc-card h6 {
	padding-left: 10px;
	font-size: large;
	color: #707070;
}

.mdc-card {
	width: 31%;
	display: block;
	position: relative;
	-webkit-box-shadow: 4px 4px 8px #A7A7A7;
	box-shadow: 4px 4px 8px #A7A7A7;
	margin-left: 1%;
	margin-right: 1%;
	background-color: #FFFFFF;
	margin-bottom: 2%;
	border: thin solid #CCCCCC;
	float: left;
	overflow-y: auto;
	min-height: 230px;
}
.mdc-try,.mdc-try:active,.mdc-try:visited,.mdc-try:link {
	background-color: #055089;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3%;
	padding-bottom: 3px;
	padding-left: 3%;
	font-style: normal;
	position: absolute;
	bottom: 0px;
	text-align: center;
	right: 0px;
	text-decoration: none;
	border: thin solid #FFFFFF;
	font-size: medium;
	-webkit-box-shadow: 0px 0px 14px 3px #FFFFFF;
	box-shadow: 0px 0px 14px 3px #FFFFFF;
	border-radius: 10px;
}
.mdc-cardimgtop {
	width: 100%;
	position: relative;
	display: inline;
}

.mdc-more,.mdc-more:active,.mdc-more:visited,.mdc-more:link {
	background-color: #055089;
	color: #E9E9E9;
	padding-top: 2px;
	padding-right: 1%;
	padding-bottom: 2px;
	padding-left: 1%;
	font-style: normal;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: medium;
	border-radius: 10px;
	display: block;
	margin-top: 7%;
	margin-left: 23%;
	width: 50%;
	margin-bottom: 7%;
}

.mdc-detg {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	text-align: justify;
	margin-bottom: 37px;
	color: #707070;

}
.mdc-detg img {
	width: 40%;
	display: block;
	position: relative;
	float: left;
	margin-right: 13px;
}
.mdc-detg p {
	margin-left: 12px;
	font-size: large;
}
.mdc-detg h2 {
	color: #055089;
}




.mdc-detd {
	display: inline-block;
	position: relative;
	text-align: justify;
	margin-bottom: 37px;
	color: #707070;
	padding-left: 12px;

}
.mdc-detd img {
	width: 40%;
	display: block;
	position: relative;
	float: right;
	margin-left: 12px;
}
.mdc-detd p {
	margin-right: 12px;
	font-size: large;
}
.mdc-detd h2 {
	color: #055089;
}





@media (max-width:1968px){
.mdc-header {
	min-height: 68px;
	height: 68px;
}
.mdc-header #menu {
	height: 48px;
	top: 12px;
	right: 5px;
}
.mdc-header #logo {
	min-height: 47px;
	top: 12px;
	left: 11px;
}
.mdc-header #logo #mdc {
	top: 12px;
	left: 69px;
	font-size: 15pt;
}
.mdc-card h6 {
	font-size: large;
}

	.mdc-detg p {
	margin-left: 12px;
	font-size: large;
}	
.mdc-detd p {
	margin-right: 12px;
	font-size: large;
}	
}
	
	
@media (max-width:1328px){	

.mdc-card h6 {
	font-size: medium;
}

.mdc-detg p {
	margin-left: 12px;
	font-size: medium;
}	
.mdc-detd p {
	margin-right: 12px;
	font-size: medium;
}	
	
}
	
	
@media (max-width:983px){
h1{font-size:30px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}

.menu {
	right: 9px;
	width: 38px;
	height: 38px;
	top: 5px;
	
}


.mmnu  {
	width: 220px;
	min-height: 100px;
	right: 174px;
	top: -45px;
	padding-top: 34px;
	cursor: default;
}
.mmnu .mmnu-close {
	width: 20px;
	height: 20px;
	right: 7px;
	top: 7px;
	cursor:pointer;
}
.mmnu .mmnu-bt {
	text-align: center;
	line-height: 32px;
	font-size: 12pt;
	top: auto;
	cursor:pointer;
}	
	
.user {
	width: 38px;
	height: 38px;
	right: 17px;
	top: 5px;
	cursor: pointer;
	}
	
.mdc-header {
	min-height: 48px;
	height: 48px;
}
.mdc-header #menu {
	height: 38px;
	top: 5px;
	right: 5px;
	
}
.mdc-header #logo {
	min-height: 37px;
	top: 5px;
	left: 7px;
}
.mdc-header #logo #mdc {
	top: 10px;
	left: 53px;
	font-size: 13pt;
	z-index: 3;
}
.mdc-card {
	width: 47%;
	min-height: 200px;
}

.mdc-card h6 {
	font-size: medium;
}
	
.mdc-detg {
	padding-right: 16px;
	color: #707070;

}
.mdc-detg img {
	width: 50%;
	float: left;
	margin-right: 13px;
}

.mdc-detd {
	display: inline-block;
	padding-left: 12px;

}
.mdc-detd img {
	width: 50%;
	margin-left: 12px;
}
.mdc-detg h2 {
	text-align: center;
}	
.mdc-detd h2 {
	text-align: center;
}
	
	
	
}


.animon{position:relative;animation:animatetop 0.5s}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:-56;opacity:1}}
