body{
    background-image: url("images/background.png");
    background-repeat: repeat;
	background-color : #f1f1f1;
    color: #000000;
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 1rem;
    text-align: justify;
}

.header img{
    height: 200px;
    margin: auto;
    position: absolute;
    max-width: 99%;
}

.header{
    min-height: 200px;
}

.footer{
	background-color : #046c39;
    width: 100%;
    padding: 2rem;
	color : #ffffff;
}

.footer a:any-link{
	color : #ffffff;
    text-align: center;
}

.footerelement{
	margin: auto;
    align-self: center;
    width: 800px;
}

.maincontent{
    color: #333333;
    font-family: "Quattrocento", serif;
    margin: auto;
	background-color : #ffffff;
    max-width: 960px;
    padding: 2rem;
}

.instagramblock {
    width: 30%;
    max-height: 500px;
    overflow-y: hidden;
}

.blocktitle{
    font-family: "Cinzel Decorative", serif;
	color : #1d688f;
    text-align: center;
    margin-top: 2rem;
}

.introtitle{
    font-family: "Cinzel Decorative", serif;
	color : #1d688f;
    text-align: center;
}

select {
    width: 200px; 
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

input {
    width: 200px; 
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}

input[type=submit] {
    background-color: #1d688f;
    color: #c8b273;
    padding: 7px 10px;
    margin: 4px 0;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: rgb(67, 76, 199);
}

textarea {
    padding: 6px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
}

h5 {
    font-size: 1rem;
}
h4 {
    font-size: 1.2rem;
    color: #aa0000;
}

.flex-container {
    display: flex;
    align-items: flex-start;    
}

.flex-item {
    flex: 30%;
    padding: 5px;
    text-align: left;
    border-right: 1px solid #c8b273;
    height: 100%;
    bottom: 0;
    top: 0;
    font-size: 1rem;
}

.flex-item-start {
    border-left: 1px solid #c8b273;
    border-right: 1px solid #c8b273;
}

.tab {
    font-family: "Cinzel Decorative", serif;
    color: #c8b273;
    flex: 30%;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
}

.tabfooter {
    font-family: "Cinzel Decorative", serif;
    color: #c8b273;
    flex: 30%;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
}

.img-container {
    height: 160px;
    display: flex;
    align-items: center;
}

img{
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}
.tab a{
    color: #c8b273;
}

.tabs{
    max-width: 960px;
    background-color: #1d688f;
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: flex-start;    
}

.contact {
    color: #000000;
    text-align: left;
}

.flexchat {
    height: 780px;
}

.flexchien {
    height: 941px;
}

input::placeholder {
    color: #b8b8b8;
    font-style: italic;
}

.partners{
    max-width: 960px;
    background-color: #1d688f;
    margin: auto;
    margin-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
    color: #c8b273;  
    font-family: "Cinzel Decorative", serif;
    border-bottom: 1px solid #c8b273;
}
.partners a{
    color: #fcf0d0;
}

.partnerblock img{
    max-height: 100px;
}

.imgleft img{
    width: 25%;
    max-width: 200px;
    min-width: 150px;
    float: left;
    margin-right: 0.5rem;
}

.imgright img{
    width: 25%;
    max-width: 200px;
    min-width: 150px;
    float: right;
    margin-left: 0.5rem;
}

.partnerblock {  
    width: 100%;
    max-height: 120px;
    display: flex;
    align-items: center;
}

.reseaux img{
    max-width: 50px;
}

.mySlides {display: none;
  max-width: 45%;
  margin: auto;
  padding: 1rem;}
.mySlides img{vertical-align: middle;
border-radius: 15px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 0.5s;
}

@keyframes fade {
  from {opacity: .1} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}