
body {
font-family: Arial;
}
.bgc_green {
	background-color: #5febbe
}
.bgc_red {
	background-color: #ed7272
}
.bgc_orange{
background-color: #edba5b
}
		
		
background-color: #ed7272;
font-family: Arial;
}
h1 {
color:red;
text-align center;
}
p {
color:black;
text-align center;
}
a {
color : blue;
}

a:hover {
color:	green;
}

.fit-picture {
width: 500px;
}

.rotate {
  transition: rotate 1s;
}

div:hover .rotate {
  rotate: 1 -0.5 1 180deg;
}

.textCenter {
	text-align: center;
}

figure {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 500px;
  margin: auto;
}

img {
  max-width: 500px;
  max-height: 300px;
}

figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
} 
.box {
  display: flex;
  align-items: stretch;
}
.containerImage{
	display: flex
}
}
body {
background-color: #ed7272;
font-family: Arial;
}
h1 {
color:red;
text-align center;
}
p {
color:black;
text-align center;
}
a {
color : blue;
}

a:hover {
color:	green;
}

.fit-picture-lg {
width: 250px;
}

.rotate {
  transition: rotate 1s;
}

div:hover .rotate {
  rotate: 1 -0.5 1 180deg;
}

.textCenter {
	text-align: center;
}

figure {
  border: thin #c0c0c0 solid;
  display: flex;
  flex-flow: column;
  padding: 5px;
  max-width: 500px;
  margin: auto;
}
 
img .realisations{
  max-width: 500px;
  max-height: 300px;
}

figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
} 
.box {
  display: flex;
  align-items: stretch;
}
.containerImage{
	display: flex
}




h1 {
color:red;
text-align center;
}
p {
color:black;
text-align center;
}
a {
color : blue;
}

a:hover {
color:	orange;
}

.fit-picture-sm {
width: 60px;
}

.img_rotate {
  transition: rotate 1s;
  
}

div:hover .rotate {
  rotate: 1 -0.5 1 180deg;
}


body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 0.5em 1em;
    color: white;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 1em;
    margin: 0;
}

.nav-links a {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #00bcd4;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: white;
}


