/*a:hover {
    background-color: gold;
  }

a:hover{background:url('images/tab.png');}*/


/* header */

.header {
  
  background-size: cover;
  background-color:white;
  box-shadow: 10px 5px 15px rgba(0,0,0,0.7);
  width: 100%;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: transparent;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid transparent;
  text-decoration: none;
  color: #007F8B;
  font-size: 14px;
  font-family: 'Poppins Bold', 'Poppins';
  font-weight: 400;
  font-size: 20px;
}

.header li a:hover{
 
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 700;
  background-position-y: 0px;
  color: #007F8B;
}


.header .menu-btn:hover {
  background-color:white;
 
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 55px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #007F8B;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
  
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #007F8B;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
  
}

.header .menu-btn:checked ~ .menu {
  max-height: 350px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}



.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


.heighter {
min-height: 200px;

}

.hauteur {
  min-height: 200px;

  }

/* 48em = 768px */

@media (min-width: 58em) {
  .hauteur {
    min-height: 230px;
    max-width: 230px;
    min-width: 200px;
    }
  .heighter {
    min-height: 400px;
    }
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

#btn1{
  border-radius: 0px;
  font-size: 12px;
  padding-inline: 25px;
  padding-block: 10px;
  background-color: transparent;
  border-color: white;
  border-width: 2px;
  font-weight: bold;
 color: #000;
}

#btn1:hover{
  background-color: white;
  color:  rgba(111, 189, 141, 1);
}

#submit{
  border-radius: 0px;
  font-size: 12px;
  padding-inline: 25px;
  padding-block: 10px;
  background-color: transparent;
  border-color:#333333;
  border-width: 2px;
  font-weight: bold;
  
}

#submit:hover{
  background-color: #333333;
  color: white
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1300px;
  z-index:1;
  position: relative;
  margin: auto;
  padding-inline:30px;
}

.slideshow-container1 {
  max-width: 1100px;
  position: relative;
  margin: auto;
  border-radius: 5px;
  padding-inline:30px;
}

/* Hide the images by default */
.mySlides {
  display: none;
 
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 100%;
  width: auto;
  margin-top: -25px;
  padding: -20px;
  color: #13393E;
  font-weight: bold;
  font-size: 18px;
  transition: 2s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
}
.prev {
  left: 0;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

.active1, .dot:hover {
  background-color: #13393E;
  height: 70px;
  width: 70px;
  border: 5px solid white;
}

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

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

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



/* Create four equal columns that floats next to eachother */
.collo {
  float: left;
  width: 20%;
  clear: both;
}

