body {
  margin: 0;
  font-family: arial, sans-serif;
}

.main-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding: 0;
}

#google-logo {
  margin-top: 15px;
  width: auto;
  height: auto;
  display: flex;
}

.search-container {
  position: relative;
  display: inline-block;
}

#search {
  border-radius: 20px;
  padding: 8px;
  width: 600px;
}

#search {
  width: 550px;
  height: 25px;
  border-radius: 40px;
  font-size: 15px;
  padding: 0.5em;
  border: #000000 solid 1px;
  padding-left: 15px;
  outline: none;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: 90% 50%, 97% 50%;
  background-size: 13px, 18px;
}

#search-bar:hover {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.nav-bar {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.nav-bar * {
  margin: 10px;
  margin-top: 5px;
}

.right-nav img {
  position: relative;
  left: 430px;
  width: 20px;
  height: 20px;
}

.second-navbar {
  border-bottom: #f2f2f2 solid 1px;
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  height: auto;
  display: inline-block; /* Ajoutez cette ligne */
}


.inner-second-div {
  margin-bottom: 10px;
  margin-left: 165px;
}
.second-navbar a {
  padding: 0 5px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #666;
}

.second-navbar a:hover {
  color: #1a0dab;
}

.right-second {
  margin-left: 200px;
}

.search-results {
  margin-left: 170px;
  font-size: 13px;
  color: #777;
  font-family: arial, sans-serif;
}

.box-results {
  margin-left: 170px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  width: 852px;
  padding: 0px 15px;
  background-image: url(crocus4.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.box-results ol {
  margin-right: 10px;
  padding: 0 20px;
}

.box-results li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 4px;
}

.box-results p {
  font-size: 12px;
  color: #737373;
  margin-left: 10px;
}

.website-chooser a {
  text-decoration: none;
  color: rgb(40, 40, 202);
}

.website-chooser h2 {
  font-size: 20px;
  font-family: arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.website-chooser h2:hover {
  text-decoration: underline;
}

.website-chooser h4 {
  font-size: 16px;
  margin: 0;
  margin-top: 5px;
  color: #006621;
  font-weight: 400;
}

.snippets {
  margin-left: 520px;
}

.snippets ul {
  list-style-type: none;
}

.snippets a {
  padding: 0 10px;
  font-size: 12px;
  text-decoration: none;
  color: #777;
}

.webpage {
  width: 650px;
  margin-left: 180px;
  margin-top: 10px;
}

.webpage * {
  margin: 0;
  padding: 2px 0;
}

.webpage a {
  text-decoration: none;
}

.webpage h3 a {
  color: rgb(40, 40, 202);
  font-weight: 400;
}

.webpage h4 a {
  color: #006621;
  font-weight: 400;
}

.webpage h3 a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.webpage p {
  color: #737373;
}

.date {
  font-size: 14px;
}

.people-also-ask {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 170px;
  border: 1px solid #f2f2f2;
  width: 650px;
}

.people-also-ask ul {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.people-also-ask li {
  padding: 15px 20px;
  border-top: 1px #f2f2f2 solid;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  background-image: url(../images/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 10px;
}

.people-also-ask h3 {
  padding-left: 20px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 0;
}

.related-search {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 170px;
  border: 1px solid #f2f2f2;
  width: 650px;
  padding: 10px;
  padding-bottom: 15px;
}

.related-search h3 {
  margin: 2px;
  font-size: 20px;
  font-weight: 400;
}

.related-search ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.lists {
  margin-left: 20px;
}

.lists img {
  width: 72px;
  height: 72px;
}

.lists a {
  text-decoration: none;
  color: blue;
  display: block;
}

.related-searches {
  color: #777;
  font-size: 14px;
}

.searches-relates {
  margin-left: 170px;
}

.searches-relates ul {
  list-style-type: none;
  padding: 0;
}

.searches-relates li {
  margin: 6px 0px;
}

.searches-relates a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #1a0dab;
}

.searches-relates a:hover {
  text-decoration: underline;
}

.searches-relates h3 {
  font-weight: 400;
  font-size: 20px;
}

.different-pages {
  margin-left: 250px;
  margin-top: 30px;
}

.different-pages ul {
  list-style-type: none;
  display: flex;
}

.different-pages a {
  margin: 5px;
  text-decoration: none;
  color: #1a0dab;
}

.different-pages a:hover {
  text-decoration: underline;
}

.next {
  margin-left: 30px;
}

.country-footer {
  background-color: #f2f2f2;
  border: #e4e4e4 1px solid;
  color: #737373;
  padding-left: 150px;
  font-size: 14px;
}

.country-footer ul {
  list-style-type: none;
  display: flex;
}

.country-footer a {
  margin-left: 3px;
  text-decoration: none;
  color: #737373;
}

.country-footer li {
  margin-left: 5px;
}

.country-footer a:hover {
  color: black;
}

#footer {
  border: none;
}

#footer a {
  font-size: 13px;
}

.bottom-text {
  display: flex;
}

.bottom-text a {
  padding: 10px;
}

.feedback {
  margin-top: 0;
  margin-left: 750px;
  font-size: 12px;
  color: #777;
  font-style: italic;
  cursor: pointer;
}

.feedback:hover {
  text-decoration: underline;
}

.kazakhstan {
  border-right: #737373 1px solid;
  padding-right: 10px;
}

.bold {
  font-weight: 800;
}
