@charset "utf-8";
/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	width : 100%;
}

html {
	background-image:url(img/fondOptiMedd2.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}


/*menu*/

#menu {
	background-color : #393A3C;
	position:fixed;
	margin : 0 0 0 0;
	width: 100%;
	font-family:Aaargh, Arial, sans-serif;
	font-size:1.000em;
	font-weight:bold;
	
	-moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	-o-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.25);
}

ul#menubar li {
	display : inline;
	padding : 0 1.7em;
}

#menubar a {
	color:#9CC122;
	text-decoration:none;
}

#menubar a:hover {
	color:#ff9900;
}
/*fin menu*/




#page {
	margin: 0 60px 60px 60px;
	padding-top : 100px;
}


#footer {
	display:block;
    margin-left: auto;
    margin-right: auto;
	font-family:stag sans, Arial, sans serif;
	font-weight:200;
	font-size:1.000em;
	font-style:italic;
	color:#393A3C;
}


img.img-logo-txt {
	width: 35%;
	display:block;
    margin-left: auto;
    margin-right: auto;
}

img.img-fleche {
	width: 2%;
	display:block;
	margin:auto;
}

.subtitle {
	/*text-transform:uppercase;*/
	font-family:stag sans, Arial, sans serif;
	font-weight:300;
	font-size:1.438em;
	text-align:center;
	padding:10px;
}

.subtitle2 {
	font-family:stag sans, Arial, sans serif;
	font-weight:200;
	font-size:2.188em;
	text-align:center;
	padding:10px;
}

h1 {
	padding : 65px 10px 15px 40px;
	font-family:Aaargh, Arial;
	font-weight:300;
	font-size:2.188em;
	font-variant:small-caps;
}

.prestations {
	padding : 65px 10px 0px 40px !important;
	margin:0;
}



h2 {
	padding : 0px 10px 40px 50px;
	font-family:stag sans, Arial, sans serif;
	font-weight:200;
	font-size:1.000em;
	font-style:italic;
	color:#393A3C;
}

h3 {
	padding : 15px 10px 15px 40px;
	font-family:Aaargh, Arial;
	font-weight:200;
	font-size:25px;
}

p {
	font-family:stag sans, Arial, sans serif;
	font-weight:300;
	font-size: 1.000em;
	padding: 0 40px 15px 40px;
}

.italic {
	font-family:stag sans, Arial, sans serif;
	font-weight:200;
	font-size:1.000em;
	font-style:italic;
	color:#393A3C;
	display:inline-table;
}

.up {
	font-size: 1.125em !important;
	font-weight: 400;
	color:#9CC122;
	text-align:center;
	padding: 90px 40px 68px 40px !important;
}

img.img-logo {
	margin:-65px 50px 50px 50px;
	padding : 0px 20px 10px 20px;
	float:right;
	width:18%;
}

/*tableau prestation*/

#main {
	display:table;
	width:90%;
	margin : auto;
}
	
#admin {
	display:table-cell;
	width:33%;
}


#com{
	display:table-cell;
	width:33%;
}

#accproj {
	display:table-cell;
	width:33%;
}

img.img-presta {
	width:25%;
	display:block;
	margin: auto;
}

#titre {
	font-family:stag sans, Arial, sans serif;
	font-weight:400;
	font-size: 1.250em;
	padding: 20px 40px 15px 40px;
	text-align:center;
	display:block;
}

img.img-logo2 {
	width: 35%;
	padding:0px 10px 10px 20px;
	display:block;
}

.subtitle3 {
	/*text-transform:uppercase;*/
	font-family:stag sans, Arial, sans serif;
	font-weight:300;
	font-size:1.125em;
	padding:0px 10px 10px 125px;
}

.subtitle4 {
	font-family:stag sans, Arial, sans serif;
	font-weight:200;
	font-size:1.875em;
	padding:30px 10px 100px 10px;
	text-align:center;
}

.nom {
	font-weight:500 !important;
}

.mail {
	/*float:right;
	text-align:right;*/
	font-family:stag sans, Arial, sans serif;
	font-weight:300;
	font-size:1.563em;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #9CC122;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #9CC122;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #9CC122;
}
/*Cookie Consent End*/
