@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@import url(https://db.onlinewebfonts.com/c/f3e1613331be58f2e5100535dc546e2e?family=Capucine+Web+Basic+Bold+Italic); 
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;  
}

header
{
  position: fixed;/*absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
 /* padding: 10px 50px;*/
  z-index: 1000;
 
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  background: #EE8200;
  /*opacity: 1.5;*/
}

/*.logo {
  background-image: url("logo_p.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  margin: 0px;
  width: 110px;

}*/
header .logo
{
  background-image: url("logo_p.png");
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0px;
  margin: 0px;
  width: 110px;

}
/*
.navbar{
  display: flex;
  align-items: left;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
  justify-content: space-between;

}
.navbar .links{
  display: flex;
  list-style: none;
  gap: 35px;

}
.navbar .links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 5px;
  
  opacity: 1;
}
.navbar .links a:hover{
  color: #0bfa33;
}


.navbar .login-btn {
  border:none;
  outline: none;
  color: #275360;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 10px;
  padding: 10px 18px;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
}
*/
footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: white;
  text-align: center;
  background: #EE8200;
}
/*
.toggle
{
  position: relative;
  width: 60px;
  height: 60px;
  background: url(https://i.ibb.co/HrfVRcx/menu.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  cursor: pointer;
}
.toggle.active
{
  background: url(https://i.ibb.co/rt3HybH/close.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  cursor: pointer;
}*/
.showcase
{
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding-top: 2px;
  /*padding: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*background: #471b02;*/
  /*transition: 0.5s;*/
  z-index: 2;
}
.showcase .d1{
  background:#fff; 
  /*margin:150px; 
  padding:5px;*/
}
.showcase .d2{
  margin-left:20px;
  padding:10px;
}
.showcase .d3{
  padding:30px; 
  padding-left:0px; 
}
.showcase h1{
  font-family :menco; 
  font-size:2vw;
  color:#EE8200;
  width:100%;
  margin: auto;
  width:100%;
}
.showcase h4{
  padding:20px 0px 10px 0px;
  font-family:capucine italic;
  font-size:1.5vw;/*22px;*/
  color:#8EBE44; 
  text-align: justify;
}
.showcase p{
  font-family:Menco;
  font-size:1.5vw;/*22px;*/
  line-height:1.6;
  color:#4B4B4B; 
  text-align: justify;
}
#plus {
  padding-top:50px;
  font-style: italic;
  color:#EE8200;
}
.showcase ul{
  font-family:Menco;
  font-size:1.5vw;/*22px;*/
  line-height:1.6;
  color:#4B4B4B;
}
.showcase li{
  
  font-family:Menco;
  font-size:1.5vw;/*22px;*/
  line-height:1.6;
  color:#4B4B4B;
  margin-left:30px;
}
.showcase a{
  display: block;
  text-decoration:none;
  color:#fff;
  align-items: center;
  font-size:1.1vw;
  background:#8EBE44;
  padding:25px; 
  border-radius: 5px;
  margin: 0 auto;
  width: 50%;
}
.showcase a:hover{
  background:#EE8200;
}
.showcase .lien{
  text-align: center;
  padding:60px;
  width:100%;
}
.showcase.active
{
  right: 300px;
}

.showcase video
{
  position: absolute;
  top: 50;
  align-items: center;
  /*left: 0;*/
  width: 100%;
  height:  auto;/*100%;*/
 /* object-fit: cover;
  opacity: 0.8;*/
}
.overlay
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 /* background: #03a9f4;*/
  mix-blend-mode: overlay;
  /*border: 1px solid #ffffff;*/
}
.text
{
  position: absolute; /*relative; */
  margin-top:20%;/*450px;*/

 
  z-index: 10; 
  justify-content: center;
  
}


.text a
{
  display: inline-block;
  width:20vw;
  height: 40vh;
  margin-left:1vw;

 
  background: transparent;

  text-transform: uppercase;
 
  border: 0px solid #ff1b1b;


}
.text a:hover
{
  letter-spacing: 6px;

  /*
  position: absolute;
  z-index: 10;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;    */

}
.text h2
{
  font-size: 4em;/*5em*/
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
}
.text h2:hover{
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}
.text h3
{
  font-size: 2em;/*4em*/
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase; 
}

*/
.bas{
  position: absolute;  
  top:700px; 
  display: flex;
  align-items:normal;
  z-index: 10; 
}

.bas .suite {
  max-width:800px; 
  background: #fff; 
  border-radius: 5px;  
  margin: 2px;
  padding: 2px;
 /* border: 1px solid #033d0d;  */

}
.bas .suite H2{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
 /* border-bottom: 1px solid #BFBFBF;*/
}
.bas .suite p{
  padding: 10px;  

}
.bas .suite .stitre{
  font-size: 20px;
  font-weight: 400; 
  padding-left: 20px;
  color:rgb(34, 153, 4);
}


.wrapper{
  width: 500px;
  background: #fff;
  border-radius: 5px;
  z-index: 30;
}
.wrapper H2{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: 1px solid #BFBFBF;
}
.wrapper form{
  margin: 35px 30px;
}
form .dbl-field{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
}
.dbl-field .field{
  height: 50px;
  position: relative;
  width: calc(100% /2 - 13px);
}
form .field input,
form .message textarea{
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #BFBFBF;  
}
form .field input::placeholder,
form .message textarea::placeholder{
  color: #BFBFBF;
}

.wrapper form i{
  position: absolute;
  left: 18px;
  top: 50%;
  color: #BFBFBF;
  font-size: 17px;
  pointer-events: none;
  transform: translate(-50%);
}
form .message{
  position: relative;
}
form .message i{
  top: 20px;
  font-size: 22px;
}
form .message textarea{
  min-height: 120px;
  padding:  15px 20px 0 48px;
}
form .envoyer{
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.envoyer button{
  font-size: 18px;
  border: none;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  background: #EE8200;
  padding: 13px 25px
}
.envoyer span{
  color: #0D6EFD;
  margin-left: 30px;
}


.social
{
  position: absolute;
  z-index: 10;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;    
  background: #EE8200;
  width: 100%;
}
.social li
{
  list-style: none;
}
.social li a
{
  display: inline;
  margin-right: 10px;
  transform: scale(0.5);
  filter: invert(0); 
  /*
 
  transition: 0.5s;
  */
  text-decoration: none;
  font-size: 10px;
  color: #000;
 }
.social li a:hover
{
  transform: scale(0.5) translateY(-15px);
}
.menu
{
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu ul
{
  position: relative;
}
.menu ul li
{
  list-style: none;
}
.menu ul li a
{
  text-decoration: none;
  font-size: 24px;
  color: #111;
}
.menu ul li a:hover
{
  color: #03a9f4; 
}



@media only screen and (max-width: 600px)
{

  header {
    height: 50px;
  } 

  header .logo{
    display: none;
  }
  .showcase,
  .showcase header
  {
    padding: 40px;  
  }
  .d1
  {
    margin:20px;
  }
}

@media only screen and (min-width: 600px)
{
  header {
    height: 110px;
  } 
  header .logo{
    display: inline;
  }
  .showcase,
  .showcase header
  {
    padding: 40px;  
  }
  .d1
  {
    margin:100px;
  }
}
@media (min-width: 800px)
{
  
  .showcase,
  .showcase header
  {
    padding: 10px;/*40px;*/ 
  }
  footer{
    padding-top: 20px;
  }
  .text h2
  {
    font-size: 2em;/*3em*/
  }
  .text h3
  {
    font-size: 1em;/*2em*/
  }
  .suite {
    text-align: center;   
    background: #fff; 
  }
  .suite p{
    margin: 5px;    
    color:#000;
  }
  .suite h2{
    text-align: center;
    font-size: 1em;
    color:#000;
  }
  .wrapper H2{
    text-align: center;
  
  }
  form .dbl-field{
    flex-direction: column;
  }
  .dbl-field .field{
    width: 100%;
    margin-bottom: 20px;
  }
  form .message textarea{
    resize: none;
  }
  form .envoyer{
    flex-direction: column;
  }
  .envoyer button{
    width: 100%;
  }
  .envoyer span{
    text-align: center;
    margin-right: 20px 0;
  }
}