*{
    margin: 0;
    font-family:  Arial, Helvetica, sans-serif;
}

.btn{
  cursor: pointer;
}

.lehaut{
  display: flex;
  justify-content: space-evenly;
  height: 30px;
  width: 100%;
  background-color: #f59420;
  color: white;
  align-items: center;
}
.logo button{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.logo img{
    width: 180px;
}
/* Navbar container */
.navbar {
  background-color: white;
  font-family: Arial;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}


/* Links inside the navbar */
.navbar a {
  /* float: left; */
  font-size: 16px;
  color: #169e4a;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  /* float: left; */
  position: relative;
  display: inline-block;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #169e4a;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #f59420;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  padding-right: 5px;
  animation: 8s;
  color:#169e4a ;
  border-bottom: 2px solid #169e4a ;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.show {display:block;}

.actualite{
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  background-color: rgb(231, 231, 231);
  padding: 10px;
}

.actualite a{
  color:#f59420 ;
}

.actu_gauche{
  display: flex;
  width: 40%;

}
.tou_services{
  width: 60%;  
  display: flex;
  flex-direction: column;
}
.tou_services .actu_droite{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  
}

.actu_droite .service_1, .actu_droite .service_2{
  display: flex;
  margin-bottom: 10px;
  /* justify-content: space-evenly; */
}

.actu_droite .service1{
  /* display: flex;
  justify-content: space-evenly; */
  border: 1px solid #169e4a;
  width: 220px;
  height: 90px;
  margin-left: 10px;
  text-align: center;
  padding: 5px;

}
.actu_droite .service1:hover{
  cursor: pointer;
  background-color: #169e4a;
  color: white;
}

i{
  font-size: 20px;
}

.slick-dots{
  display: none;
  visibility: hidden;
}
.slick-arrow{
  background: none;
}

.slick-track{
  width: 500px;
}

.actu{
  width: 300px;
  height: 350px;
}
.actu:hover img{
  box-shadow: 1px black;
}

.actu img{
  width: 100%;
  height: 200px;
}

.carousel-caption{
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: none;
  background:rgba(22, 158, 74, 0.3);
}
  /*couleur orange: #f59420 */
  /*couleur verte: #169e4a */
  /* .section1
{
    position: relative;
    width: 100%;
    height: 80vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    animation: Slide 10s linear infinite 0s;
    animation-timing-function: ease-in-out;
    background-image: url('../img/Nature.jpeg');
} */

/* @keyframes Slide {
    0%{
        background-image: url('img/african-american-biologist-greeting-remote-chemist-during-online-videocall.jpg')
    }
    25%{
        background-image: url('img/african-american-man-hands-using-wash-hand-sanitizer-gel-pump-dispenser-for-protection-germ-and-bacteria.jpg');
    }

    75%{
        background-image: url('img/doctor-showing-wooden-board-in-white-coat-and-gloves.jpg');
    }
    100%{
        background-image: url('img/La-Guadeloupe-touchée-par-la-pandémie-de-Coronavirus.jpg');
    }
    
} */

/* .page1 ,.page2, .page3{
    width: 200px;
    height: 200px;
    color: white;
    font-weight: bold;
    font-size: 80px;
    text-align: center;
    justify-items: center;
    
}

.page1{
    background-color: sandybrown;
}
.page2{
    background-color:violet;
}
.page3{
    background-color:yellow;
} */

.infos{
  display: flex;
  background-color: #169e4a;
  height: 25px;
  width: 100%;
  align-items: center;
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}

.infos .red{
  width: 15%;
  background-color: #f59420;
  color: white;
}

.infos marquee{
  width: 85%;
}

.section2{
  margin: 10px;
  text-align: center;
}
.section2 a{
  color: black;
}

.card-1,.card-2,.card-3,.card-4,.card-5,.card-6{
  width:100px;
  height:100px;
  border-radius: 100px;
  border: 1px #169e4a solid;
}

.col{
  text-align: center;
}


.section3{
  background-color: rgb(225, 229, 233);
  padding: 10px;
}


.section3 article{
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
  
}

.section3 article .card{
  width: 280px;
  height: 350px;
}
.section3 article .card-text{
  font-size: 10px;
}

.section3 article .card img{
  height: 150px;
}

.sous-section1,.sous-section2{
  
  height: 200px;
}
.sous-section2{
  width: 40%;
  background-image: url("img/La-Guadeloupe-touchée-par-la-pandémie-de-Coronavirus.jpg");
  background-size: cover;
}

.image{
  width: 50%;
  display: flex;
  justify-content: center;
}

.image img{
  border: 1px #169e4a solid;
  width: 100px;
  height: 100px;
}
/* .section4{
  height: 400px;
  background-color: rgb(225, 229, 233);
  padding: 10px;
} */

.col-lg-4{
  flex: 0 0 33.3333% ;
  max-width: 33.3333%;
}
.serv1{
  margin-bottom: 40px;
  display: flex!important;
  background-color: #169e4a;
  padding: 15px;
  color: white;
}
.serv1:hover{
  background-color: #f59420;
  transition: .3s;
  cursor: pointer;
}

.serv1_icon a i{
  font-size: 45px;
  color: white;
}

.serv1_text{
  padding-left: 20px;
  margin-top: -4px;
  
}

.bilan_rapide{
  padding: 10px;
}

h4{
  font-weight: bold;
  color: #f59420;
}

.border{
  height: 5px;
  width: 100%;
  background-color: #f59420;
  content: "";
}

/* .serv1 h6{
  color: orange;
} */

.serv1_text h6{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section4{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px;
  align-items: center;
  margin-bottom: 10px;

}

.section4 a{
  text-decoration: none;
  color: #f59420;
}

footer{
  background-color:#169e4a;
}

footer .niveau1{
  display: flex;
  justify-content: space-between;
  padding: 10px;
  height: 300px;
  
}
.footer1,.footer2,.footer3{
  width: 33.33%;
  color: white;
}

.partenaire{
  padding: 50px;
  background-color: white;
}

.p{
  display: flex;
}
.p .slick-slide{
  height: 20px;
  padding: 20px;
  color: white;
  
}
.p #c{
  margin: 3px;
  height: 100px;
}

.footer2 a{
  text-decoration: none;
  color: white;
}

.fa_bas{
  display: flex;
  justify-content: center;
  padding: 5px;
}
.footer1 a{
  text-decoration: none;
  color: white;
}
.footer2 a i{
  font-size: 30px;
}

#textarea,#email,#envoyer{
  width: 300px;
  margin: 2px;
}

.slick-arrow{
  border: none;
}

.identite{
  display: flex;
  justify-content: space-between;
}
.identite .nom{
text-align: center;
}

#bas:hover{
  border-bottom: 1px solid white;
  padding-right: 5px;
  animation-duration: 5s;
}
.bilan{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

/* .image_bilan img{
  width: 500px;
}
.form_bilan{
  width: 500px;
  padding: 10px;
} */

.bord{
  height: 3px;
  width: 20px;
  background-color: #f59420;
}

#image_modal{
  width: 100%;
  height: 300px;
}

.icon a{
  text-decoration: none;
  color: white;
}

.test{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-3{
  flex: 0 0 25%;
  max-width: 25%;
}

.icon-box-1{
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #169e4a;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.icon-box-1{
  background-image: url('img/close-up-of-glass-lens-microscope-on-laboratory-desk.jpg');
}
.icon-box-2{
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #169e4a;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.icon-box-2{
  background-image: url('img/handsome-lab-technician-or-scientists-working-in-laboratory-looking-through-microscopes.jpg');
}
.icon-box-3{
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #169e4a;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.icon-box-3{
  background-image: url('img/side-view-of-researcher-in-the-biotechnology-laboratory-with-plant-and-test-tube.jpg');
}
.icon-box-4{
  height: 280px;
  background-size: cover;
  background-position: center;
  background-color: #169e4a;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.icon-box-4{
  background-image: url('img/african-american-biologist-greeting-remote-chemist-during-online-videocall.jpg');
}

.icon-content{
  position: absolute;
  left: 0;
  top: 210px;
  width: 100%;
  height: 100%;
  background:#f59420;
  opacity: .9;
  color: white;
  z-index: 1;
  padding: 20px 30px 30px 30px;
  transition: .6s;
  cursor: pointer;
}
.icon-content:hover{
  top:0;
}

#parternaires{
  background-color: #169e4a;
  color:white ;
}

.liens .les_liens{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: white;
}

.les_liens img{
  width: 100px;

}
