body {
	font-family: Gill Sans MT;
	font-style: italic;
}
  
 nav ul {
	list-style-type: none;
 }
 
 nav li {
	 float: left;
	 width: 25%;
	 text-align: center;
 }
 
 nav ul::after {
	 content: "";
	 display: table;
	 clear:both;
 }
 
 nav {
	 width: 100%;
	 margin: 0 auto;
	 backgroup-color: white;
	 position: sticky;
	 top: 0px;
 }
 
 nav a {
	 display: block;
	 texte-decoration: none;
	 color: black;
	 border-bottom: 2px solid transparent;
	 padding: 10px 0px;
 }
 
 nav a:hover {
	 color: orange;
	 border-bottom: 2px solid gold;
 }
 
 h1 {
	 text-align: center;
	 font-size:5vw;
 }
  
div {
	  overflow: auto;
	  max-width: 100%;
	  overflow-x: hidden;
}

.div_left {
  float: left;
}
.div_right {
  float: right;
}

.header-img {
  float: right;
  padding: 0 10px 10px 0;
  max-height: 100px;
  max-width: 10%;
  height: auto;
}

.img_logo {
  max-height: 100px;
  max-width: 100%;
  width: auto;
  padding: 0 10px 10px 0;
}

.img_service {
  max-height: 340px;
  max-width: 100%;
  width: auto;
  padding: 0 10px 10px 0;
}

.img-left {
  float: left;
}
.img-right {
  float: right;
}  

.site-description .site-branding .site-title {
	font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
}

.site-branding .site-description {
    font-size: 1rem;
}
.site-title {
    font-size: 1.313rem;
    font-weight: 400;
    line-height: 1.5;
	color: #dd9933;
}	
