@charset "utf-8";
/* CSS Document 
Dupuis Cristelle - 881723502 - 22/10/2025 */
/* Base styles and utility classes */
body {
  font-size: 1em;
  line-height: 1.3em;
  background-color: #ffffff;
  font-family: Arial, sans-serif;
}
div {
  display: block;
  unicode-bidi: isolate;
}
#PageWrapper {
 max-width: 1200px;
margin: 0 auto; 
}
/*.burntred {
    color: #E94D40;
color: #0C243C;}*/
.specialcakesfont {
  font-family: Arial, sans-serif;
}
.floatleft, .float-left {
  float: left;
}
.floatright, .float-right {
  float: right;
}
.container-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  align-content: space-between
}
.container-image {
  float: left;
  width: 60%;
  margin-right: 2%;
  height: auto;
}
.container-paragraph {
  float: left;
  font-size: 20px;
  border: 2px solid #E94D40;
  border-radius: 5px;
  padding: 30px;
  background-color: #fff;
  color: #0C243C;
  min-height: 200px;
  line-height: 1.9;
  text-align: justify;
  border-collapse: separate;
  max-width: 30%;
}
.clear {
  clear: both;
}
.clear hr {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: auto;
  margin-inline-end: auto;
  color: #0C243C;
  unicode-bidi: isolate;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
/* Header */
#PageLogo {
  margin-top: 0;
  height: 71px;
  width: auto;
}
#PageBanner {
  background-image: url("../Images/banner1200.jpg");
  background-size: 1200px 360px;
  background-position: center center;
  width: 1200px;
  height: 360px;
}
#PageBanner h1 {
  color: #0C243C;
  font-size: 50px;
  font-family: Arial, sans-serif;
  text-align: left;
  padding-left: 60px;
  padding-top: 60px;
  /*padding-bottom: 10px;*/
  font-weight: normal;
  line-height: 1.2;
  max-width: 400px;
}
#PageBanner h1 strong {
  color: #0C243C;
  display: inherit;
}
#PageBanner p {
  color: #E94D40;
  font-size: 25px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  border-color: #E94D40;
}
#PageMenu {
  text-align: right;
}
#PageMenu ul {
  display: block;
  margin: 0;
  padding: 20px;
}
#PageMenu ul li {
  display: inline;
}
#PageMenu ul li a, #PageMenu ul li a:visited {
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  color: #0C243C;
}
#PageMenu ul li a:hover { /*love hate Hover*/
  color: #2672BE;
}
#PageMenu ul li a:active { /* love hate Active*/
  color: #E94D40;
}
#PageContainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}
/* Main layout */
#PageMain {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 20px;
}
.left-column, .half-column {
  float: left;
  width: 50%;
}
.job-column {
  min-width: 1200px;
  font-size: 20px;
  margin-bottom: 15px;
  width: 100%;
}
.job-column th {
  background: #0C243C;
  color: #FEFEFE;
}
/*.left-column {
    border: 2px solid #E94D40;
	 border-radius: 5px;
}*/
.left-column thead {
  background: #0C243C;
  color: #FEFEFE;
}
.left-column p {
  border-radius: 5px;
  text-align: left;
}
.right-column {
  float: right;
  width: 40%;
  color: #0C243C;
  /* border: 2px solid #E94D40;
	 border-radius: 5px;*/
}
.right-column thead {
  background: #0C243C;
  color: #FEFEFE;
}
.right-column p {
  font-size: 20px;
  font-family: Arial, sans-serif;
}
.current {
  background-color: #F5B2AD;
  border-radius: 5px;
}
.current:hover {
  background-color: #EC6B61;
}
/* Gallery styles */
.gallery {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.image-gallery {
  float: left;
  width: 30%;
  margin: 1.5%;
  text-align: center;
}
.image-gallery img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 2px solid #0C243C;
}
.image-gallery p {
  margin-top: 8px;
  font-size: 20px;
  color: #0C243C;
  font-family: Arial, sans-serif;
}
.order-button {
  background-color: #E94D40;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  margin: 15px 50px auto auto;
  float: right;
  /*align-self: flex-start;  aligns the button to the left */
}
.order-button:hover {
  background-color: #a01e1e;
}
/* Typography styles */
.typography h2 {
  color: #E94D40;
  text-decoration: underline;
  text-align: left;
}
.typography p {
  font-size: 20px;
  line-height: 1.4;
  margin: 5px 0 15px;
  padding: 5px;
  color: #0C243C;
}
.typography .float-left {
  float: left;
  max-width: 60%;
  margin: 0 20px 20px 0;
  border-bottom-width: 2px;
}
.typography .float-right {
  float: right;
  max-width: 45%;
  margin: 0 0 20px 20px;
  font-size: 25px;
  border: 2px dotted #0C243C;
  border-radius: 5px;
  line-height: 1.9;
}
/*.typography hr {
	color: #0C243C;
}*/
.typography table {
  color: #0C243C;
  width: 80%;
  min-width: 400px;
  font-size: 20px;
  margin-bottom: 15px;
  /*border-bottom: 2px solid #0C243C;*/
}
.typography table tbody tr {
  border-top: 1px solid #0C243C;
}
.typography table th, .typography table td {
  padding: 10px 15px 12px;
}
.typography table th {
  text-align: left;
}
/*.typography tbody tr:nth-child(odd) {
    background-color: #E4EEF9;
}*/
.typography form {
  color: #0C243C;
  font-size: 20px;
}
.typography form-input-wrapper {      
	
}
.typography form label {
  text-align: left;
}
.typography form input {
  float: right;
  height: 30px;
  font-size: 20px;
  border-radius: 5px;
  border-color: #0C243C;
}

#PageMain .right-column #OrderForm {
  float: left;
  width: 80%;
  min-width: 400px;
  font-size: 20px;
  line-height: 1.9;
  border: 2px solid #E94D40;
  border-radius: 5px;
  padding: 20px;
  background-color: #fff;
  color: #0C243C;
}
/* Footer */
#PageFooter {
  background-color: #0C243C;
  color: #FFFFFF;
  font-size: 18px;
  padding: 2px;
  text-align: center;
}
#PageFooter p {
  line-height: 1;
}
#PageFooter p a {
    color: #F08F87;
}
#PageFooter p #LinkFooter {
  cursor: pointer;
}
#PageFooter p #LinkFooter:hover {
  color: #a01e1e;
}
