/* Setting fade transition and default settings */

*, ::before, ::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica";
}

body {
  font-family: sans-serif;
  min-height: 90vh;
  background-color: #f0f0f0;
  transition: background-color 1s ease;
  font-size: 120%;
  line-height: 1.618;
}

a{
  text-decoration: none;
  letter-spacing: -0.05em;
}

.link_nav{
  color: #303030;
}

footer{
  background-color: #303030;
}

li{
  list-style: none;
}

.title_h1, .title_h2 {
  text-align: center;
  font-size: 3em;
  letter-spacing: -0.05em;
  line-height: 1;
}

.color_p_black{
  color: #303030;
}

.h_footer{
  color: #f2f2f2;
}

.text_white{
  color: #f2f2f2;
}

.seot{
  color: #303030
}

/* panel styles */
.panel {
  /* min height incase content is higher than window height */
  min-height: 100vh;
  display: flex;
  padding: 0 5%;
  text-align: justify;
  justify-content: space-around;
  align-items: center;
  font-family: sans-serif;
  width: 100%;
  /* outline: 10px solid hotpink; */
  /* turn above on to see the edge of panels */
}

.section_category{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.desc_section{
  max-width: 60%;
  font-size: 1.2em;
}

/* colours */
.color-seot   {   background-color: #f2f2f2;  }
.color-seos   {   background-color: #33c9fc;  }
.color-eeta   {   background-color: #5ea1ff;  }
.color-cc     {   background-color: #0e84f2;  }
.color-ceto   {   background-color: #014EB8;  } 
.color-cnl    {   background-color: #0a346f;  }
.color-fm     {   background-color: #ffb500;  }
.color-noir   {   background-color: #303030;  } 

.text-seot    {   color: #303030;   } 
.text-seos    {   color: #33c9fc;   }
.text-eeta    {   color: #5ea1ff;   }
.text-cc      {   color: #0e84f2;   }
.text-ceto    {   color: #014EB8;   }
.text-cnl     {   color: #0a346f;   }
.text-fm      {   color: #ffb500;   }
.text-noir    {   color: #303030;   }
.text-blanc   {   color: #F2F2F2;   }

.border-seos  {   border: solid 1px #303030;  }
.border-seot  {   border: solid 1px #33c9fc;  }
.border-eeta  {   border: solid 1px #5ea1ff;  }
.border-cc    {   border: solid 1px #0e84f2;  }
.border-ceto  {   border: solid 1px #014eb8;  }
.border-cnl   {   border: solid 1px #0a346f;  }
.border-fm    {   border: solid 1px #ffb500;  }
.border-noir  {   border: solid 1px #303030;  }

.img-seos     {   background-image: url('img/voilier.png');     }
.img-seot     {   background-image: url('img/cible.png');       }
.img-cc       {   background-image: url('img/encrier.png');     }
.img-fm       {   background-image: url('img/diplome.png');     }
.img-cnl      {   background-image: url('img/boussole.png');    }
.img-eeta     {   background-image: url('img/stethoscope.png'); }
.img-ceto     {   background-image: url('img/fusee.png');       }

.img-seos, .img-seot, .img-cc , .img-fm, .img-cnl, .img-eeta, .img-ceto{
  background-repeat: no-repeat;
  background-size: 400px;
  background-position-x: 75%;
  background-position-y: 40%;
}

.nav_{
  display: flex;
  padding: 20px 0;
  font-size: 1em;
  position: sticky;
  height: 65px;
  top: 0;
  background-color: #F4F4F4;
  z-index: 100;
  transition: .5s;
}

.nav_section_link{
  display: flex;
  justify-content: space-around;
  flex: 2;
  transition: .5s;
}

.nav_section_img{
  display: flex;
  justify-content: center;
  flex: 1;
  position: relative;
}

#nav_img{
  transition: .5s;
}

.bg_img{
  background-color: #F4F4F4;
  height: 85px;
  width: 95px;
  display: flex;
  justify-content: center;
  border-radius: 0 0 55px 55px;
}

.main_content{
  padding-top: 7vh;
}

.content_form_check{
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: center;
  padding: 0 10% 0 10%;
}

.li_check{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.line_right{
  border-right: solid 1px #505050;
}

.sect_scroll_spy{
  position: fixed;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.pastille{
  border-radius: 5px;
  margin: 12px 0;
  height: 30px;
  width: 7px;
  z-index: 1;
}

.t-ou{
  border: solid grey 1px;
}

.section_info_btn{
  display: flex;
  flex-direction: column;

}

.infos_SEO{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1em;
  padding: 0 5%;
  text-align: center;
}

.div_info_seo{
  width: 80%;
  margin: 0 33px;
  padding: 0 15px 20px 15px;
  border-radius: 7px;
  margin-bottom: 50px;
}

.div_info_seo h4{
  margin: 15px 0;
  font-size: 1.5em;
}

.div_info_seo p{
  text-align: justify;
}

.div_link_product{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_div, .cprlgl{
  display: flex;
  justify-content: space-around;
  padding: 2em;
  z-index: 2;
  text-align: center;
}

.footer_div div{
  width: 50%;
}

.up_button{
  position: fixed;
  bottom: 50px;
  right: 100px;
  font-size: 2em;
  color: #f4f4f4;
}

.btn_test{
  padding: 10px 20px;
  border-radius: 30px;
  color: #014eb8;
  border: #014eb8 solid 1px;
  transition: .4s;
}

.btn_test:hover{
  color: #FFF;
  background: rgb(1,78,184);
}


.div_btn_down_page{
  height: auto;
  margin: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.btn_test_down_page{
  padding: 15px 90px;
  border-radius: 50px;
  color: #014eb8;
  font-size: 1.7em;
  border: #014eb8 solid 1px;
  transition: .4s;
}

.btn_test_down_page:hover{
  color: #FFF;
  background: rgb(1,78,184);
}



.h2_resp, .h3_resp{
  color: #303030;
}

.title_cat{
  text-align: center;
  padding: 7vh 0;

}

.list_product{
  width: 70%;
  min-width: 700px;
  max-width: 900px;
  min-height: 100vh;
  margin: 10px auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product{
  width: 100%;
  height: auto;
  margin: 5px; 
  background-color: #F0F0F0 ;
  border-radius: 10px;
  color: #303030;
}

.visible-panel{
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  padding: 10px;
}

.head_product{
  display: flex;
  width: 100%;
  padding-bottom: 5px;
}

.head_product_p1{
  display: flex;
}

.div_img_product{
  width: 33%;
  margin-right: 15px;
}

.product_img{
  width: 100%;
}

.product_h2{
  font-size: 1.3em;
}

.head_product_p2{
  width: 30%;
  position: relative;
}

.panel_img{
  position: absolute;
  top: 10px;
  right: 10px;
  margin-right: 10px;
  width: 25px;
  cursor: pointer;
}

.separate_product{
  width: auto;
  height: 1px;
  margin: 0px 15px 15px 15px;
  background-color: #505050;
}

.panel_catch{
  max-width: 50%;
}

.p_catch{
  text-align: justify;
  line-height: 1.2;
}

.toggle-panel{
  padding: 0 15px;
  height: 0;
  opacity: 0;

}

.product_desc{
  line-height: 1.5;
  text-align: justify;
}

.btn_product{
  display: flex;
  justify-content: flex-end;
}

.body_log{
  background-image: url('img/Fond-EOS.png');
  color: #303030;
}

.content_form{
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  height: 100%;
}

.div_form{
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  padding: 8% 5%;
  background: rgba(255,255,255, 0.9);

  border-radius: 0 50px 0 50px;
}
.div_form h2{
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px;
  font-size: 2em;
  font-family: "kiona";
}

.form_connexion{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form_connexion > *{
  margin-top: 25px;
}

.wrapper{
  width: 100%;
  padding: 10px 20px;
}

.wrapper .input_data{
  height: 40px;
  width: 100%;
  position: relative;
}

.wrapper .input_data input{
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 1.2em;
  border-bottom: 2px solid #014eb8;
}

.input_data input:focus ~ label, .input_data input:valid ~ label{
  transform: translateY(-25px);
  font-size: 0.7em;
}

.wrapper .input_data label{
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #2d2a2e;
  pointer-events: none;
  transition: all 0.3s ease;
}

.div_btn_cnx{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.div_btn_cnx > *:not(:nth-child(2)){
  margin-bottom: 20px;
}

.div_btn_cnx > *{
  color: #2d2a2e;
}

.div_btn_cnx > a{
  font-size: 1.2xem;
}

.div_btn_cnx > a:hover{
  text-decoration: underline;
}

.btn_cnx{
  border: 0;
  background: transparent;
  font-family: "kiona";
  font-size: 2em;
  cursor: pointer;
}