<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*{box-sizing: content-box;}

/* Styles gÃ©nÃ©raux 
body {
	font-family:Sans-serif;
	font-size:100%;
	margin : 0 auto;
	max-width:1200px;	
}
*/
#page { 
	margin : 0 auto;
	max-width:1000px;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

#content { background:#fff;
max-width : 100%;
margin-left : 14%;
}
.full-width {
	padding : 2rem !important;
}
a {
	color:#369;
}

p.mention {
	margin: 1em;
	color:#666;
	clear:both;
	padding-top:2em;
}


#home h2 {
margin:0.5rem;
padding:0.5rem;
font-family: 'Rajdhani', sans-serif;
color: #001B29;
font-size: 16px;
padding-bottom: 8px;
padding-left: 12px;
padding-top: 7px;
border-bottom: thin solid #C3D3D9;
background-image: url("../images/curseur_gauche.png");
background-repeat: no-repeat;
background-position: left top;
}



#menu ul, #menu li {
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	width:100%;
	text-align:left;
}
#menu a {
	display:block;
	background:#017785;
	color:#fff;
	border-bottom:1px;
	text-decoration:none;
	line-height:120%;
	padding:22px 15px 5px;
	text-transform: uppercase;
	padding-left: 25px;
	border-bottom: 1px dotted #88C7E7;
	padding-top: 22px;
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
#menu a:hover, #menu a:focus {
	background:#fff;
	color:#017785;
}


/* Disposition par dÃ©faut */

#main, #aside {
	float:left;
	background:#fff;
	min-height:300px;
	overflow:hidden;
	width:100%;
	clear:both;
	padding : 1%;
	height : auto;
	
}

#aside {
	background:#f2f2f2;
	border-radius: 0 30px 0 0;
}

#main {
	border-radius: 30px 0 0 0;
}

#menu {
    float: left;
    clear: both;
    padding:2px;
    overflow: auto;
    clear: none;
    left : 0;
    position: relative;
    
}


/* min-width pour moyennes rÃ©solutions */
@media screen and (min-width: 1024px) {
			
	#menu {
        width: 13%;
        clear:none;
}

	
	#main {
		width:56%;
		clear:none;
		border-radius: 30px 0 0 0;
	}
	#aside {
		width:40%;
		clear:none;
	}
	h5 a:link, h5 a:visited {
	display : inline-block;
	width : 20%;
	margin : 2px auto;
	clear:none;
}
		
	}

/* max-width pour faibles rÃ©solutions */
@media screen and (max-width: 1024px) {
navigation { float : right; margin : 0;}

html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
#logo_sirsepaca img {width:280px;}

#content { 
		background : f2f2f2;
		max-width : 100%;
		margin : 0;
}
.full-width {
		margin : 0;
		padding : 0;
}
	

/* Important styles */
#toggle {
 display: inline-block;
width: 30px;
height: auto;
margin: 0;
border: 2px solid #fff;
padding: 20px 10px;
background: #0075B0;
 
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
 position: absolute;
  color: #999;
    padding: 0.5rem;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  /* just for this demo */
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;
  top : auto;
  
}
#menu:after {
  position: absolute;
    left: 95px;
  content: "";
  display: block;
 }

#menu ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

#menu li a {
  padding: 15px;
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

h5 a:link, h5 a:visited {
	display : inline-block;
	width : 90%;
	margin : 2px auto;
}

/* demo styles */

/*p, p a { font-size: 12px;text-align: center; color: #888; }*/
	#main, #aside, #full-width {
		clear:both;
		width:98%;
		margin : 0.5rem auto;
	}
	
	#main {
	border-radius: 0;
	}
	#aside {
	border-radius:  0;
	}

}

@media screen and (min-width: 200px) and (max-width: 700px) {
	html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }

#site-description {
	font-size : 0.8rem;
}
h5 a:link, h5 a:visited {
	display : inline-block;
	width : 80%;
	margin : 0.5em auto;
	clear:none;
	float:none;
}


}
</pre></body></html>