html {
  scroll-behavior: smooth;
}

 body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  padding-top: 80px;
  background-image: url("img/background_gradient_1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


h1, h2, h3  {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 64px;
  color: #fff;
  text-shadow: 0 0 6px RGBA(0,0,0,0.25);
  margin: 0px 0px 30px 0px;
}

h2 {
  font-size: 40px;
  color: #4b4b4b;
  margin: 0px 0px 30px 0px;
}

.ombre {
  text-shadow: 0 0 6px RGBA(0,0,0,0.25);
}


h3 {
  font-size: 24px;
}

p {
  font-size: 20px;

}


a {
  text-decoration: none;
  color: inherit;

}

ul {
  list-style-type: none;
  padding: inherit;
}


.container-1200 {
  width: 1200px;
  margin: 0 auto;
}

header button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.btn {

  color: #fff;
  background-color: #4a48e7;
  padding: 0 15PX;
  margin: 30px auto 0 auto;
  border-radius: 50PX;
  height: 40px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  height: 70px;
  width: 260px;
  box-shadow: 0px 10px 30px 0px rgba(80,99,197,0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  transition: 0.3s;
}

.btn:hover {
  background-color: #2421FF;
}

#btn-2 {
  margin-bottom: 0px;
  background-color: #76BC7D;
  box-shadow: 0px 10px 30px 0px RGBA(118,188,125,0.7)
  }

#no-margin {
  margin-left: inherit;

}
.dark {
    color: #4b4b4b;
  }

.clair {
  color: #fff;
}

/** ----------------- HEADER ------------------ **/

.section-header {
  background-color: black;
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.layout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-img {
  height: 30px;
}
.wrapper-logo {
  display: flex;
  align-items: center;
}

.wrapper-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper-menu-right {
  display: flex;
  align-items: center;
}

.nav-list {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.nav-list-item {
  padding-right: 30px;
}

.nav-list-item:focus {
  border-bottom: solid 1px #fff;
}

.login-btn {
  border: solid 2px #fff;
  background-color: transparent;
  color: #fff;
  padding: 0 15PX;
  border-radius: 50PX;
  height: 40px;
  margin-right: 30px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-btn {
  position: relative;
  border: inherit;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 5px;
  background-color: #4A48E7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#Icon_feather-shopping-cart {
  width: 16px;
}

.bulle-panier {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #fff;
  color: #4A48E7;
  font-size: 10px;
  box-shadow: 0 0 6PX white;
  top: 0;
  right: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** ----------------- HERO ------------------ **/

.section-hero {
  height: 2000px;
  padding: 20px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  display: flex;
  align-items: center;
  color: #fff;
}

.plexi {
  height: 500px;
  z-index: 11;

}

.section-hero p {
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 6px RGBA(0,0,0,0.25);
}


.wrapper-plexi {
  padding: 30px 20px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  border: solid 2px rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  animation: incli 5s alternate infinite ease-in-out;
  box-shadow: 0px 0px 13px -2px rgba(0,0,0,0.77);
}

.wrapper-hero-right {
  perspective: 600px;
}

@keyframes incli {

  from {
    transform: rotate3d( 0, -1, 0, 35deg);
  }

  to {
    transform: rotate3d( 0, 1, 0, 35deg);
  }
}

.layout-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrapper-hero-left {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.flou {
  background-color: rgba(255, 255, 255, 0.2);
  width: 120%;
  height: 120%;
  position: absolute;
  z-index: 10;
}


/** -------------------- FIRST ------------------- **/

.section-first img {
  width: 100%;
}

.section-first {
  padding: 100px 0px;
  color: #4B4B4B;
  background-color: #fff;
}

.layout-2-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.wrapper-first-left {
  width: 40%;
}

.wrapper-first-right {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


/** ----------------- ETAPES ------------------ **/

.section-etapes {
  background-color: #1C202C;
  color: white;
  padding: 100px 0;
}

.layout-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}

.wrapper-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}



/** ----------------- GALERIE ------------------ **/

.section-galerie {
  padding: 100px 0;
  background-color: #fff;
  }

.layout-grid-sticky {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
  position: relative;
  margin-bottom: 70px;

}

.wrapper-grid-sticky img {
  width: 328px;
  height: 420px;
  object-fit: cover;
  position: sticky;
  top: 280px;
}

.wrapper-grid-sticky {
  display: flex;
  justify-content: center;
  position: relative;
}
.sticky-h2 {
  position: sticky;
  top: 180px;
}

#sticky1 {
  margin-top: 100px;
}

#sticky2 {
  margin-top: 600px;
}

#sticky3 {
  margin-top: 1100px;
}

.div-btn {
  text-align: center;
}

.wrapper-titre {
  position: relative;
}
.stop-sticky {
  position: absolute;
  height: 1100px;
}

/** ----------------- SECU ------------------ **/

.section-secu {

  background-image: url("img/background-motif.svg"), url("img/background-motif.svg"), linear-gradient(307deg, rgba(69,216,176,1) 0%, rgba(37,114,250,1) 100%);
  background-repeat:  no-repeat;
  background-position: top -55px right 0, bottom -55px left 0, center;
  background-size: 30vw, 30vw, auto;
  padding: 150px 0;
  color: #fff;
}

.wrapper-grid-item img {
  width: 90px;
}

/** ----------------- AVIS ------------------ **/

.section-avis {
  padding: 100px 0;
  background-color: #fff;
}

.layout-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 100px;
  margin-top: 100px;
}

.wrapper-grid-avis {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px;
  height: 150px;
  border: solid 1px;
  display: flex;
  align-items: center;
  position: relative;
  color: #4b4b4b;
}

#avis1 {
  grid-column: 1/4;
  grid-row: 1;
  border-color: #4A48E7;
}
.guillemet1 {
  position: absolute;
  width: 80px;
  top: -35px;
  left: 50px;
}

.guillemet2 {
  position: absolute;
  width: 80px;
  top: -35px;
  right: 50px;
}

#avis2 {
  grid-column: 2/5;
  grid-row: 2;
  border-color: #76BC7D;
}

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

.avis-img {
 width: 120px;
 height: 120px;
 border-radius: 50%;
 object-fit: cover;
}

.avis-info {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.strong {
  color: #4b4b4b;
  font-size: 28px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

#wrapper-info1 {
  margin: 0 50px 0 125px;
}

#wrapper-info2 {
  margin: 0 125px 0 50px;
}

/** ----------------- NEWSLETTER ------------------ **/

.section-newsletter {
    padding: 150px 0;
    color: #fff;
}

.form {
  text-align: center;

}

#ombre {
  text-shadow: 0 0 6px RGBA(0,0,0,0.25);
}

.newsletter {
  text-align: center;
}

form.newsletter p{
  max-width: 1000px;
  margin: 0 auto;
}
.email-box {
  margin-top: 50px;
  height: 60px;
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

.email-box i {
  background: lightgrey;
  width: 60px;
  line-height: 60px;
  border-radius: 50px 0 0 50px;
}

.tbox,.mail-btn {
  border: none;
  outline: none;
}

.tbox {
  width: 200px;
  padding: 0 20px;
  transition: 0.6s;
  font-family: 'Poppins', sans-serif;
}

.mail-btn {
  background: #4A48E7;
  color: white;
  padding: 0 30px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  border-radius: 0 50px 50px 0;
}

.email-box:hover > .tbox,.tbox:focus {
  width: 450px;
  padding: 0 30px;
}
input.tbox {

}



/* ---------------Porte cle ------------------ */


.section-last img {
  width: 100%;
}

.section-last {
  padding: 100px 0px;
  color: #4B4B4B;
  background-color: #fff;
}

.wrapper-first-left {
  display: flex;
  align-items: center;
}


/** ----------------- FOOTER ------------------ **/

.footer {
  padding: 100px 0px 30px 0;
  background-color: black;
  color: white;
}

.layout-4-footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  margin-bottom: 100px;
}

.wrapper-newsletter {
  display: flex;
  flex-direction: column;
}

.tbox-footer  {
  padding: 15px;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

.footer-btn {
  background: #4A48E7;
  color: white;
  padding: 5px 30px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  border-radius: 15px;
  margin-top: 20px;
}

.tbox-footer,.footer-btn {
    border: none;
    outline: none;
}

.wrapper-socials i {
  color: white;
}



.wrapper-socials {
  width: 400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 10px;
  text-align: center;
}

.footer-logo {
  margin: 50px auto;
  text-align: center;
}


/* -------------------------------------------------
                    Contact
----------------------------------------------------- */

.section-contact {
  padding: 100px 0px 100px 0;
}

.wrapper-contact {
  background: rgb(10,0,172);
  background: linear-gradient(118deg, rgba(10,0,172,1) 0%, rgba(69,216,179,1) 100%);
  border: solid 3px WHITE;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
}

.contact-form {
  display: grid;
  width: 500px;
}

.contact-form-left {
  display: flex;
  flex-direction: column;
}

.contact-form-right {

}

.contact-input {
  margin-bottom: 20px;
  height: 30px;
  padding: 5px 20px;
}

.contact-input,.contact-btn,.contact-textarea {
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px RGBA(0,0,0,0.09);
}
.contact-input,.contact-textarea  {
  border-radius: 10px;
}

textarea {
  resize: none;
  padding: 20px;
  width: 500px;
  font-family: 'Open Sans', sans-serif;
}

.contact-btn {
  color: #4a48e7;
  background-color: #fff;
  padding: 0 15PX;
  margin: 30px auto 0 auto;
  border-radius: 50PX;
  height: 40px;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  height: 70px;
  width: 260px;
  box-shadow: 0px 10px 30px 0px rgba(80,99,197,0.7);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
}


.section-map {
    padding: 100px 0px 100px 0;
    background-color:  #fff;
}

.wrapper-map {
  display: flex;
  padding: 50px;
  background-image: url("img/botes-panama-2.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-img {
  width: 50%;
  object-fit: cover;
}


/* ------------------ GALERIE -------------------*/

.section-hero-galerie {
  padding: 100px 0;
}



.wrapper-hero-galerie {
  display: flex;
}

.wrapper-hero-galerie img {
    height: 300px;
}

#malone {
    transform: rotate3d( 0, 0, -1, 8deg);
    height: 285px;
}

.wrapper-filtre {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;

}


.layout-galerie {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 75px 50px ;
  padding: 0 50px;
  margin: 100px 0;
}


.wrapper-card {
  width: 300px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.wrapper-card img {
object-fit: cover;
width: 100%;
height: 100%;
}

.wrapper-card:hover .card-overlay {
  opacity: 1;
}

.card-overlay {
  background: rgb(208,57,227);
  background: linear-gradient(135deg, rgba(208,57,227,0.75) 0%, rgba(102,33,234,0.7483368347338936) 100%);
  height: 400px;
  opacity: 0;
  transition: .4s;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 25px;
  border-radius: 10px;
}

.galerie-btn {
  border: solid 2px #fff;
  border-radius: 10px;
  background-color: none;
  padding: 10px 40px;
}

.galerie-titre {
  font-size: 32px;
  font-weight: 800;
  line-height: 2.5rem;
}

.none {
  display: none;
}

.filter-btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  color: #4A48E7;
  margin-top: 0;
}

.filter-btn.active {
  background-color: #4A48E7;
  color: white;
}

#myBtnContainer  {
  display: flex;
}

/** ---------------------- PANIER -------------------- **/

.section-hero-panier {
  background-image: url("img/Gradient_23.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 100px 0 10px 0;
}

.section-panier {
  background-color: WHITE;
  padding: 100px 0;
}

.layout-grid-panier {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.wrapper-info-paiement {
  background-color: #F8F8F8;
  border-radius: 10px;
  border: solid 2px #EDEDED;
  padding: 30px;

}

.wrapper-recap {
  grid-column: 2;
  grid-row: 1/ 4;
  background-color: #F8F8F8;
  border-radius: 10px;
  border: solid 2px #EDEDED;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.input-panier {
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px RGBA(0,0,0,0.09);
  border-radius: 5px;
  width: 100%;
  padding: 15px 20px;
  margin: 15px 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.form-achat {
  text-align: center;
}

.wrapper-form-achat-flex {
  display: flex;
  justify-content: space-between;
}

#test {
  width: 48%;
}

.layout-paiement-method {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 15px;
}

.paiement-method {
  border-radius: 5px;
  padding: 20px;
  display: flex;
  text-align: center;
  justify-content: center;
  cursor: pointer;

}

.paiement-method img {
  height: 30px;

}

#paypal {
  background-color: #000083;
}

#apple {
  background-color: #000;
}

#cartebleue {
    width: 75%;
}

#CCV {
   width: 20%;
}

.wrapper-checkbox-panier {
  display: flex;
  align-items: center;
  }

.wrapper-checkbox-panier p {
  margin: inherit;
  font-size: 'Poppins', sans-serif;
  color: #BEBEBE;
  font-size: 14px;
}

.checkbox {
  margin-right: 10px;
  border-radius: 5px;
  outline: none;
  border-color: #fff;
  box-shadow: 0px 0px 10px RGBA(0,0,0,0.09);
}

#achat-flex-2 {
  margin-bottom: 20px;
}

.wrapper-articles {
  background-color: white;
  box-shadow: 0px 0px 10px RGBA(0,0,0,0.09);
  padding: 20px;
  display: flex;
  font-family: 'Poppins', sans-serif;
  border-radius: 7px;
}



.layout-grid-recap {
  display: grid;
  grid-template-rows: repeat(3,1fr);
  height: 100%;
  grid-gap: 30px;
}

.wrapper-prix {

  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

#buy {
  margin: 0;
  padding: 0 2px;
}

.recap-img {
  width: 120px;
  object-fit: cover;
}

.recap-info {
  margin-left: 30px;
  width: 100%;
}

.recap-info p {
  margin: 0;
}

.recap-titre {
  font-weight: 900;
}

.recap-prix {
  margin-top: 60px;
  text-align: right;
  font-weight: 800;
}

.prixbarre {
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 10px;
}

.finalprix {
  font-weight: 900;

}

#fdp {
  font-size: 10px;
}
