@import url("https://fonts.googleapis.com/css2?family=Amiri:ital@1&display=swap");

* {
  transition: 0.3s ease;
  padding: 0;
  margin: 0;
}
body {
  height: 140vh;
}
.logo-container {
  display: flex;
  background: linear-gradient(45deg, #fff, rgba(48, 112, 48, 0.5), #fff);
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 420px;
}
img.logo {
  background-color: #fff;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  padding: 10px;
}
.circle {
  display: flex;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.t3 {
  width: 300px;
  height: 300px;
}
.t2 {
  width: 200px;
  height: 200px;
}
.t1 {
  width: 100px;
  height: 100px;
}
.circle .bl {
  background: linear-gradient(45deg, #fff, #f27649, #fff);
  width: 30%;
  height: 30%;
  border-radius: 50%;
}
h1 {
  font-family: "Amiri", serif;
  font-weight: lighter;
  width: 100%;
  text-align: center;
  margin: 10px;
  font-size: 50px;
  padding-top: 50px;
}
.mf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 800px;
  gap: 0 20%;
}
.mf .m {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 600px;
  width: 400px;
  background-color: rgba(28, 85, 172, 0.5);
  margin: 10% 0 10% 0;
  border-radius: 10px;
}
.mf .f {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
  height: 600px;
  width: 400px;
  background-color: rgba(75, 24, 134, 0.5);
  margin: 10% 0 10% 0;
  border-radius: 10px;
}

.mf img.mec {
  position: absolute;
  width: 400px;
  height: 600px;
  border-radius: 10px;
}
.mf img.fille {
  position: absolute;
  width: 400px;
  height: 600px;
  border-radius: 10px;
}

.mf a.b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 150px;
  font-size: 40px;
  color: #fff;
  background-color: #6e000062;
  box-shadow: hsl(0, 100%, 42% / 80%) 0 0 20px 20px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border-radius: 10px;
  z-index: 0;
}
.mf a.c {
  position: absolute;
  width: 200px;
  height: 150px;
  text-decoration: none;
  border-radius: 20px;
  z-index: 2;
}
.mf a.c:hover {
  background: #6e000062;
}

.mf .mousemove {
  position: absolute;
  width: 800px;
  height: 1200px;
  top: -300px;
  right: -200px;
  z-index: 1;
}
/*******************************************************************************JEANS MEC*************************************************************************************************/
.logo-container2 {
  display: flex;
  background: linear-gradient(45deg, #fff, rgba(28, 85, 172, 0.5), #fff);
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 420px;
}
.logo-container3 {
  display: flex;
  background: linear-gradient(45deg, #fff, rgba(75, 24, 134, 0.5), #fff);
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 420px;
}

.container {
  height: 800px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20%;
}
.container .j1 {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: rgba(75, 24, 134, 0.5) 2px solid;
  border-bottom: none;
  border-radius: 10px;
  font-size: 40px;
  box-shadow: rgba(75, 24, 134, 0.5) 5px 5px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.container .j2 {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  border: rgba(28, 85, 172, 0.5) 2px solid;
  border-bottom: none;
  border-radius: 10px;
  font-size: 40px;
  box-shadow: rgba(28, 85, 172, 0.5) 5px 5px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.container p.prix2 {
  background-color: rgba(75, 24, 134, 0.5);
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  width: 100%;
  z-index: -1;
}
.container p.prix {
  background-color: rgba(28, 85, 172, 0.5);
  position: absolute;
  bottom: 0;
  border-radius: 20px;
  width: 100%;
  z-index: -1;
}

.container img.first {
  border-radius: 10px;
  height: 500px;
  width: 300px;
}
.container .j1:hover p.prix2 {
  bottom: -70px;
}

.container .j1:hover p.prix {
  bottom: -70px;
}
.container .j1:hover {
  box-shadow: none;
}
.container .j2:hover p.prix2 {
  bottom: -70px;
}

.container .j2:hover p.prix {
  bottom: -70px;
}
.container .j2:hover {
  box-shadow: none;
}
.panel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 50px;
  left: 50px;
}

.panel .icon {
  position: relative;
  width: 80px;
  height: 80px;
  background: rgba(28, 85, 172);
  border-radius: 50%;
  box-shadow: rgba(28, 86, 172, 0.3) 0 0 20px 10px;
}
.panel .purple {
  position: relative;
  width: 80px;
  height: 80px;
  background: rgba(75, 24, 134);
  border-radius: 50%;
  box-shadow: rgba(75, 24, 134, 0.3) 0 0 20px 10px;
}

.panel .icon .bar {
  position: absolute;
  top: 40px;
  left: 0;
  width: 80px;
  height: 2px;
  background: #fff;
}
.panel p.menu {
  font-size: 30px;
  margin-top: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: rgba(28, 85, 172);
}
.panel p.purp {
  color: rgba(75, 24, 134);
}
.panel .icon .a0 {
  transform: rotate(90deg);
}
.panel .icon .a1 {
  transform: rotate(45deg);
}
.panel .icon .a2 {
  transform: rotate(135deg);
}
.panel .icon .a3 {
  transform: rotate(0deg);
}

.panel .icon:hover .bar {
  transform: rotate(0);
}
.panel .icon:hover {
  box-shadow: none;
}
.panel .gl {
  display: flex;
  flex-direction: column;
  align-items: end;
  position: absolute;
  top: 150px;
  left: -350px;
}
.panel .gl .close .cross {
  position: absolute;
  top: 15px;
  width: 30px;
  height: 1px;
  background-color: #000;
  cursor: pointer;
}
.panel .gl #close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
.panel .gl .close .l90 {
  transform: rotate(45deg);
}
.panel .gl .close .l0 {
  transform: rotate(135deg);
}

.panel .gl .close {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 30, 30, 0.5);
}

.panel .gl .openm {
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: left;
  height: 800px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.329);
}
.panel .gl .openm .ac {
  margin: 10px;
  padding: 5px;
  border-bottom: #fff 2px solid;
}
.panel .gl .openm .ac a.return {
  font-size: 30px;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}
.panel .openm .ac:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
