* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: 'Barlow Condensed', sans-serif;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
.center {
  width: 1080px;
  margin: 0 auto;
}
.violet {
  background-color: #9373B1;
}
.anis {
  background-color: #A8C83E;
}
.rose {
  background-color: #CE5362;
}
.orange {
  background-color: #EA830D;
}
.rose-clair {
  background-color: #E995BF;
}
.vert {
  background-color: #6cb86f;
}
.bleu {
  background-color: #6C8ABB;
}
.orange-clair {
  background-color: #fe9f5c;
}
.fushia {
  background-color: #de328c;
}
.creme {
  background-color: #d8a577;
}
.sugg {
  background-color: #c266b7;
}
.fetes {
  background-color: #c5a643;
}


section.topbar {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #A8C83E;
  height: 40px;
  z-index: 999;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: end;
}
section.topbar a {
  display: flex;
  border-radius: 50%;
  border: white 1px solid;
  font-size: 18px;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 0 3px;
}
section.topbar a:hover {
  color: #2b3825;
}
section.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  background-image: url(../imgs/bg-home.svg);
  background-size: cover;
  position: fixed;
  width: 100%;
  z-index: 999;
}
section.navbar a {
  width: 30%;
}
section.navbar a img {
  width: 25%;
}
section.navbar nav {
  width: 70%;
  text-align: right;
}
section.navbar nav ul {
  font-size: 0;
}
section.navbar nav ul li {
  display: inline-block;
}
section.navbar nav ul li a {
  background-color: #A8C83E;
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 10px;
  font-family: 'Bebas Neue', sans-serif;
  color: white;
  letter-spacing: 1px;
  font-weight: bold;
}
section.navbar nav ul li a:hover {
  color: #2b3825;
}
header {
  background-image: url(../imgs/header-greensushi2.jpg);
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 200px 0 100px;
  height: auto;
}
header a.logo {
  width: 20%;
}
header a.logo img {
  width: 100%;
}
header .bg-text {
  margin: 0 50px;
}
header .bg-text h1 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 60px;
  background-color: #ffffff9a;
  border-radius: 30px;
  padding: 0 10px;
}
header img {
  width: 20%;
}
section.accordeon {
  background-image: url(../imgs/bg-livraison.svg);
  background-size: 100%;
  padding: 100px 0;
}
section.accordeon .container {
  padding: 0 100px;
}
section.accordeon .container h2 {
  font-family: 'Amatic SC', sans-serif;
  font-size: 80px;
  color: #A8C83E;
  text-align: center;
  margin: 50px 0;
}
section.accordeon .container .contentBx {
  position: relative;
  margin: 30px 20px;
}
section.accordeon .container .contentBx .label {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
  border-radius: 30px;
}
section.accordeon .container .contentBx .label:before {
  content: '+';
  position: absolute;
  top: 40%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 60px;
  font-weight: bolder;
}
section.accordeon .container .contentBx .label figure {
  position: absolute;
  left: 20px;
}
section.accordeon .container .contentBx .label figure img {
  width: 80%;
}
section.accordeon .container .contentBx .label p {
  font-family: 'Amatic SC', sans-serif;
  font-size: 60px;
}
section.accordeon .container .contentBx .content {
  position: relative;
  height: 0;
  overflow: hidden;
}
section.accordeon .container .contentBx.active .content {
  background: transparent;
  padding: 10px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
section.accordeon .container .contentBx.active .content a {
  width: calc(33% - 20px);
  margin: 20px 10px;
  display: inline-block;
}
section.accordeon .container .contentBx.active .content a img {
  width: 100%;
}
section.accordeon .container .contentBx.active .label:before {
  content: '-';
}
footer {
  background-color: rgba(175, 207, 95, 0.64);
  padding: 50px 0px;
}
footer .info-greensushi {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
  border-bottom: #A8C83E solid 1px;
}
footer .info-greensushi .info {
  display: flex;
  width: 33%;
}
footer .info-greensushi .info i {
  color: #A8C83E;
  font-size: 50px;
  margin-right: 20px;
  padding-top: 8px;
}
footer .info-greensushi .info .contenu {
  color: #556168;
  display: flex;
  flex-direction: column;
}
footer .info-greensushi .info .contenu .titre {
  color: white;
  font-size: 34px;
  font-family: 'Amatic SC', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .info-greensushi .info .contenu h2 {
  text-transform: uppercase;
}
footer .info-greensushi .info .contenu h2,
footer .info-greensushi .info .contenu p {
  font-size: 18px;
  font-weight: 600;
}
footer .info-greensushi .info .contenu a {
  color: #556168;
  margin-bottom: 5px;
  font-weight: 600;
}
footer .menu-sociaux {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
footer .menu-sociaux .container-menu {
  width: 33%;
}
footer .menu-sociaux .container-menu .titre-vert {
  color: #A8C83E;
  font-size: 34px;
  font-family: 'Amatic SC', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .menu-sociaux .container-menu li {
  list-style-type: none;
}
footer .menu-sociaux .container-menu li a {
  color: #556168;
  font-weight: 600;
  font-size: 18px;
}
footer .menu-sociaux .reseaux-sociaux {
  width: 33%;
}
footer .menu-sociaux .reseaux-sociaux a {
  width: 50px;
  height: 50px;
  border: white solid 2px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  font-size: 34px;
  text-align: center;
  color: #A8C83E;
}
.copyright {
  background-image: url(../imgs/bg-home.svg);
  background-size: 100%;
  padding: 30px 0;
}
.copyright p {
  text-align: center;
  color: #2b3825;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .center {
    width: 100%;
  }
  footer .info-greensushi,
  footer .menu-sociaux {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  nav {
    display: none;
  }
  nav a {
    background-color: transparent !important;
  }
  #toggle {
    position: fixed;
    display: block;
    width: 20px;
    height: 2px;
    top: 75px;
    right: 30px;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease-in-out;
    z-index: 8;
  }
  #toggle:before,
  #toggle:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  #toggle:before {
    top: -5px;
  }
  #toggle:after {
    top: 5px;
  }
  #toggle.active {
    background-color: transparent;
  }
  #toggle.active:before {
    transform: rotate(45deg);
    top: 0;
  }
  #toggle.active:after {
    transform: rotate(-45deg);
    top: 0;
  }
  #navigation {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -100%;
    height: 30vh;
    top: 110px;
    border-top: 3px solid #2b3825;
    transition: 0.5s;
    background-color: white;
    background-image: none;
    z-index: 6;
    text-align: left;
    padding: 0 20px;
  }
  #navigation.active {
    right: 0;
  }
  #navigation.active ul {
    width: 100%;
  }
  #navigation.active ul li {
    display: block;
    margin-bottom: 0;
  }
  #navigation.active ul li a {
    color: #2b3825;
    font-size: 24px;
    background-color: transparent !important;
    display: block;
    padding: 5px 0;
    width: 100%;
    border-bottom: 1px solid #5561682f;
  }
  #navigation.active ul li a:hover {
    color: #2b3825;
  }
  header {
    padding: 100px 0 50px;
  }
  header a.logo {
    width: 30%;
  }
  section.accordeon {
    padding: 50px 0;
  }
  section.accordeon .container {
    padding: 0 20px;
  }
  section.accordeon .container h2 {
    font-size: 60px;
  }
  section.accordeon .container .contentBx {
    margin: 20px;
  }
  section.accordeon .container .contentBx .label figure img {
    width: 60%;
  }
  section.accordeon .container .contentBx .label p {
    font-size: 40px;
  }
}
@media screen and (max-width: 600px) {
  section.topbar {
    justify-content: center;
  }
  header .bg-text {
    margin: 0;
  }
  section.accordeon .container .contentBx .label figure {
    left: 0;
  }
  footer .info-greensushi,
  footer .menu-sociaux {
    border-bottom: none;
    padding: 0 50px;
    flex-direction: column;
  }
  footer .info-greensushi .info,
  footer .menu-sociaux .info,
  footer .info-greensushi .container-menu,
  footer .menu-sociaux .container-menu,
  footer .info-greensushi .reseaux-sociaux,
  footer .menu-sociaux .reseaux-sociaux {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .menu-sociaux {
    padding: 30px 50px ;
  }
}
@media screen and (max-width: 475px) {
  section.navbar {
    padding: 2px 10px;
  }
  section.navbar a {
    width: 70%;
  }
  section.navbar #toggle {
    top: 70px;
  }
  section.navbar #navigation.active {
    width: 80%;
  }
  section.navbar #navigation.active ul {
    width: 100%;
    margin: 0 10px;
  }
  section.navbar #navigation.active ul li a {
    font-size: 20px;
  }
  header a.logo {
    width: 50%;
  }
  header .bg-text h1 {
    font-size: 40px;
  }
  header .bg-text p {
    font-size: 50px;
  }
  header img {
    width: 50%;
  }
  section.accordeon {
    padding: 0 15px 100px;
  }
  section.accordeon .container {
    padding: 0;
  }
  section.accordeon .container .contentBx {
    margin: 10px 0;
  }
  section.accordeon .container .contentBx .label figure img {
    width: 30%;
  }
  section.accordeon .container .contentBx .label:before {
    font-size: 30px;
  }
  section.accordeon .container .contentBx .label p {
    font-size: 30px;
  }
  footer .info-greensushi .info i {
    font-size: 30px;
  }
  .copyright p {
    font-size: 16px;
  }
}
@media screen and (max-width: 376px) {
  section.navbar #toggle {
    top: 70px;
  }
  section.navbar #navigation {
    top: 105px;
  }
}
@media screen and (max-width: 321px) {
  section.navbar #toggle {
    top: 65px;
  }
  section.navbar #navigation {
    top: 95px;
  }
}
