@import 
url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
html
{
  font-family: 'Open sans', sans-serif;
  font-weight: 600;
}
* {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
body
{
  min-height: 200vh;
  background: #f7f7f7;
}

header
{
  height: 80vh;
  width: 100vw;
  background-image: url(images/adnfondcrop.jpg);
  background-size: cover;
  display: block;
}

@media screen and (max-width: 690px)
{
  header
  {
    background-image: url(images/adnfondcrop2.jpg);
  }
}

.cyto
{
  color: #ff4a5c;
  font-weight: bold;
}
.geno
{
  color: #39ff1f;
  font-weight: bold;
}
.navbar
{
  position: fixed;
  top: 0;
  left: 0;
  padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.6s;
  
}
.navbar a 
{
  color: white;
  transition: 0.6s;

}
.logo .vrailogo
{
  background-image: url('images/logoDetRes.png');
  z-index: 15555;
}
.navbar a:hover
{
  color: pink;
}

.nav-links {
font-weight: bold;
}

.navbar .logo {
  font-size: 2em;
  font-weight: bold;
}
.imglogo
{
  width: 20vw;
}
.navbar.sticky
{
  padding: 5px, 100px;
  background: #f7f7f7;
  padding: 20px;
  z-index: 1000;
}
.navbar .nav-links ul
{
  display: flex;
}
.navbar .nav-links ul li
{
  margin: 0 25px;
  transition: 0.6s;
}

.navbar .menu-hamburger
{

  display: none;
  width: 35px;
  top: 50px;
  right: 50px;
  position: absolute;
}
.texte
{
  color: white;
  position: absolute;
  display: flex;
  padding: 5%;
  top: 35%;
  font-family: 'Open sans', sans-serif;
  font-weight: 400;
  font-size: 180%;
  min-width: 40%;
  max-height: 40vh;
  align-items: center;
  box-sizing: border-box;

}
.navbar.sticky .logo,
.navbar.sticky ul li a
{
  color: #000;
}
.test1  
{
  position: absolute;
  line-height: 2.2em;
}

.resume .texte ul li
{
  margin: 20px 0;
  font-size: 1.2em;
  justify-content: center;
  align-items: center;  
  
}
#presentation h3
{
  font-size: 22px;
  color: #454343;
  padding: 0 10px 0 10px;
}
#presentation h3 span
{
  font-weight: bold;
}
#produits
{
  background-color: #f7f7f7; 
}

#produits .conteneur
{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  flex-wrap: wrap;
  background-color: #f7f7f7;
}

#produits .conteneur .block 
{
  text-align: center;
  width: 450px;
  height: 450px;
  transition: 0.2s;
  /*background-image: linear-gradient(to right top, #1eabdc, #0098dc, #0084da, #006ed5, #0056c9, #2549c1, #383bb8, #462aad, #5a24a8, #6a1ea2, #78169c, #830c96);
  background-image: linear-gradient(to right top, #1f82c#d, #0073d7, #0061de, #034bde, #4729d8);*/
  background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
  /*background: linear-gradient(45deg, rgb(10, 153, 209), rgb(46, 197, 178));*/
  margin: 30px, 0;
  border-radius: 5000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 10px 50px 10px;
}
#produits .conteneur .block:hover
{
  transform: translateY(-10px);
  box-shadow: 0px 65px 90px -55px #565656;

}

.taille2
{
  font-size: 20px;
  padding: 5px;
}

.taille3
{
  font-size: 18px;
}
#produits .conteneur .block h3 
{
  font-size: 1.5em;
  color: #2b2929;
  margin: 10px;
}   
#produits .conteneur .block p 
{
  color: white;
}
#produits .conteneur .block ul 
{
  color: #4d4b4b;
  margin: 0 40px 20px 40px;
  line-height: 29px;
  font-size: 20px;
  font-weight: 700;

}
#produits .conteneur .block ul li span::before
{
  content: "○ ";

}
#company 
{
  background-image: url(images/bandeauxcell.jpg);
  background-size: cover;
  padding: 30px;
}

#presentation h1
{
  color: #353333;  
  padding: 70px 50px 20px 50px;
  font-size: 3em;
  font-weight: 700;
}

#presentation h2
{
  color: #433f3f;  
  padding: 50px 50px;
  font-size: 40px;
  font-weight: 600;
  text-align: center;

}


    #team .container {
      display: flex;
      align-items: center;
      justify-content: center
    }
    
    #team .container_name {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: white;
      width: 520px;
      height: 300px;
      
    }   
    
    #team .portrait>img{
      width: 240px;
      height: 240px;
      padding: 15px;
      border-radius: 100%;
      box-shadow: inset 0.9em 0.9em 0.9em 0.9em rgba(255, 255, 255, .7);
    }

    #team .portrait>img:hover{
      transition: 0.6s;
      transform:rotate(90deg);
      box-shadow: 12px 12px 2px 1px rgba(0, 0, 0, .2);
    }
    #team #container{
      display: grid;
      grid-template-columns: repeat(3, 1fr);  
      margin-left:5%;
      margin-right:5%;
      justify-content: space-around;


    }
    #team .portrait{
      padding: 15px;
      background-color: #F4F4F4;
      margin: 20px;
      width: 280px;
      border-radius: 5px;

    }
    #team .text_contact {
      font-size: 20px;
      padding: 20px;
    }
    
    #team h1{
      
      font-family: 'Open Sans', sans-serif;
      color:#353333;
      padding: 20px 50px;
      font-size: 3em;
      font-weight: 700;
      text-align: center;
    }

    #team h2
    {
      font-size: 30px;
      color: #434343;
      text-align: center;
      margin: 15px;
    }

    #team .title1{
      font-family: 'Open Sans', sans-serif;
      color: #434343;
      text-align: center;
      margin-left:10px;
      font-size: 17px;
      padding: 20px 15px 20px 15px;
    }
    #team .portrait>h3{
      margin: 10px;
      font-family: 'Open Sans', sans-serif;
      color: #071275;
      /*border-top: 2px solid #E7E6E6;*/
      font-weight: bold;
      font-size: 23px;
      text-align: center;
    }

    #team .portrait>h3:hover{
      transition:0.4s;
      color:whitesmoke;
      transform:translateY(-10px);


    }
    #team .rouge
    {
      color:#D12323;
    }
    #team .vert
    {
      color: #16A624;
    }
    }
    #team .plus{
      width:20px;
      height:auto;
      padding:5px;
      margin-left:40%;
      margin-top:4%;

    }
    #team .text>.close{
      width:30px;
      height:30px;
      padding:15px;
      position:absolute;
      top:10%;
      right:15px;
    }
    #team .info{
      position:absolute;
      top:330px;
      bottom:62px;
      right:0;
      left:0;
      background-color:rgba(255,255,255,0.95);
      color:black;
      font-family: 'Open Sans', serif;
      color: #54595F;
      transition:0.4s;
      display:none;
    }
    #team .cadre{
      width:80%;
      height:auto;
      background-color: #F4F4F4;
      display:inline-flex;
      margin:10% 10% 10% 10%;
    }
    #team .cadre>img{
      width:200px;
      height:200px;
      padding:10px;
      margin:15px;
    }
    #team .info>p{
      padding-bottom:30px;
      width:70%;
      height:10%;
      background-color:white;
      margin:30px;
      border-bottom: 3px solid #E7E6E6;
    }
    #team .text>h3{
      margin: 20px;
      font-family: 'Open Sans', sans-serif;
      color: #242873;
      border-bottom: 2px solid #E7E6E6;
      padding: 10px;
      font-weight: bold;
      font-size: 23px;
      text-align: center;
    }

    footer
{
  background: #f7f7f7;
  background-image: url(images/bandeauxcell.jpg);
  background-size: cover;
  border-top: 4px solid #252251;
  justify-content: space-evenly;
  display: flex;
  flex-direction: row;
  padding: 50px 0;
  align-items: flex-start;
  color: #f7f7f7;
  text-align: center;
  line-height: 30px;
}
footer p a 
{
  color: #f7f7f7;
}
footer a img 
{
  width: 280px;
} 

footer a h3, footer h3
{
  color: #f7f7f7;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5em;
}
footer ul li a, footer p a
{
  color: white;
}
.logoLinkedin
{
  width: 3.5em;
  padding-left: 20px;
}
footer .sousfooter
{
  padding: 10px 20px;
  text-align: center;
}
footer .logoetc
{
  line-height: 30px;
}
.copyright
{
  text-align: center;
}
    /*************/
    /*Responsive*/
    /*************/

    @media (max-width: 1100px) { 
      #team #container{
      grid-template-columns: repeat(2, 1fr);
      /*margin-left:10%;
      margin-right:10%;*/
    }
      #team .info{
        top:400px;
      }
      #team .portrait>img{
        width: 220px;
          height: 220px;
          margin-left: 7%;
      }
      #team .h3{
        font-size:17px;
      }
    
    }
    @media(max-width:750px){
      #team #container{ 
      grid-template-columns: none;  
      
      }
      #team .cadre{
      display: block;
      margin:3%;
      width: 95%;
      margin-top:50%;
        }
      #team .text>p{
        margin:5px;
      }
      #team h2{
        font-size: 21px;
      }
      #team .info{
        top:440px;
      }
      #team .text>.close{
        top:18%;
      }

    }

        #team .team-member {
        display: inline-block;
        margin: 20px;
        text-align: center;
        background: linear-gradient(rgb(225 191 186), rgb(191 162 176), rgb(171 137 175), rgb(131, 103, 149), rgb(85 57 123));
        /*background: linear-gradient(rgb(226, 199, 195), rgb(194, 166, 180), rgb(162, 134, 165), rgb(131, 103, 149), rgb(99, 73, 134));
        background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);*/
        border-radius: 10px;
        }

        #team .team-member img {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        cursor: pointer;
        }

        #team .modal {
        display: none;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.9);
        }

        #team .modal-content {
        background-color: #fff;
        margin: 10% auto;
        padding: 20px;
        width: 80%;
        max-width: 600px;
        text-align: center;
        position: relative;
        }

        #team .close {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        cursor: pointer;
        }

        #team .team-member img:hover {
        background-color: #ddd;
        transform: scale(1.1);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        }
@media screen and (max-width: 1020px)
{

  .navbar.sticky 
{
  display: none;
}
.navbar a 
{
  color:#dfd1d1;
  transition: none;

}
 .navbar
  {
    padding: 0;
    position: absolute;
  }

  .navbar .logo
  {
    position: absolute;
    top: 40px;
    left: 30px;
    font-size: 1.7em;
    
  }
  .texte.txtgoaway
  {
  display: none;
}
  .nav-links
  {
    position: absolute; 
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(7px);
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -100%;
    animation: fadein 3s;
  }
  @keyframes fadein {
    0% 
    {
      opacity: 0;
    }
    50%
    {
      opacity: 0.5;

    }
    100%
    {
      opacity: 1;
    }
  }
  .nav-links.mobile-menu
  {
    margin-left: 0;

  }
  .nav-links ul
  {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .navbar .menu-hamburger
  { 
  display: block
  } 
  .navbar .nav-links ul li
  {
  margin: 25px 0;
  font-size: 1.2em;
  }
  .texte
  {
    min-width: 55%;
  }
  .test1
  {
    font-size: 85%;
  }
}
@media screen and (max-width: 690px)
  
{
  .imglogo
  {
    width: 40vw ;
  }
   .navbar .logo
  {
    font-size: 1.2em;
  }
  .menu-hamburger
  {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }

.navbar .logo 
{
  top: 55px;
  left: 30px;
}
  .texte
  {
    padding: 8%;
    min-width: 65%;
  }
  .test1
  {
    font-size: 70%;
    
  }

  #produits .conteneur .block 
{
  text-align: center;
  width: 400px;
  height: 400px;
}

#produits .conteneur .block ul
{
  font-size: 16px;
 }
}

@media screen and (max-width: 420px)
{
   #produits .conteneur .block 
{
  text-align: center;
  width: 300px;
  height: 300px;
  font-size: 13px;

}

#produits .conteneur .block ul
{
  font-size: 12px;
  line-height: 20px;
 }
 #produits .imgchromo
 {
  width: 120px;
 }
}
@media screen and (max-width: 950px)
{
  footer
  {
    flex-direction: column;
    text-align: center;
    align-items: center;

  }
  footer > div 
  {
    margin-bottom: 40px;
  }
}


 @media screen and (max-width: 430px)
   {
    .test1
    {
      font-size: 60%;
    }
    #presentation h1
    {
      font-size: 2.5em;
    }
     #presentation h2
    {
      font-size: 2em;
    }
     #presentation center h3
    {
      font-size: 1.2em;
      font-weight: 500;
    }
   }

nav > ul li:hover .sous 
{
  display: block;
}

.sous li
{
  float: none;
  text-align: left;
}

.sous a 
{
  padding: 10px;
  border-bottom: none;
}

.sous a:hover 
{
  border-bottom: none;
}

.deroulant > a::after
{
  content: '❯';
  font-size: 12px;
  margin-left: 7px;
  display: inline-block;
}
.sous
{
  position: fixed;
  z-index: 1000;
  text-align: left;
  overflow: hidden;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 0;
}

nav ul li
{
  float: left;
  text-align: center;
  position: relative;
}

.sous {
  

  text-align: left;
  background-color: #afc8ff9c;
  border-radius: 2px;
  overflow: hidden;
  max-height: 0;
}

.sous > li > a {
  height: 50px;
  padding-left: 20px;
  width: 100%;
  align-items: center;
  display: flex;
}

nav > ul > li:hover > a{
  color: #2169EC;
}
.navbar.sticky .sous{
  background-color: #2d317bad;
}

.sous > li:hover > a {
  color: pink;
}


@keyframes rotationFleche {
  0% {
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(90deg);
  }
}

.deroulant:hover > a:after{
  animation: rotationFleche 0.2s linear forwards;
}

@keyframes apparitionSousMenu {
  0% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
    border-top: 3px solid #2169EC;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {
    max-height: 70em;
    border-top: 3px solid #2169EC;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
}

.deroulant:hover > .sous {
  animation: apparitionSousMenu 0s forwards;
}
.navbar.sticky .sous a {
    color: #f7f7f7;
}

.navbar.sticky .sous li:hover a {
    color: pink;
}

@media screen and (max-width: 1020px)
{

.sous > li > a {
  height: 10px;
  font-size: 13px;
  padding-left: 20px;
  width: 100%;
  align-items: center;
  display: flex;
}

.deroulant:hover > .sous {
  display: none;
}

.deroulant > a::after
{
  content: '';
}

}