@import url("https://fonts.googleapis.com/css2?family=Square+Peg&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300&display=swap");
* {
  margin: 0 auto;
}
html {
  scroll-behavior: smooth;
}
section.top-page {
  margin: 10px 0;
  width: 100%;
}
header {
  background-image: url(./assets/20220421_171429.jpg);
  height: 80vh;
  background-size: auto 200%;
  background-repeat: no-repeat;
}
div.img {
  height: 500px;
}
div.title {
  width: 100%;
  height: 100px;
  margin: 5px;
}
h1 {
  margin: 50px;
  margin-top: 40px;
  font-size: 50px;
  font-family: "Zilla Slab", serif;
  color: rgba(43, 72, 136, 0.815);
  text-align: center;
  font-weight: lighter;
}
div.cookies {
  margin: 50px;
  font-size: 20px;
  font-family: "Zilla Slab", serif;
  color: rgba(43, 72, 136, 0.815);
}
img.logo {
  width: 350px;
  height: 250px;
  margin: 25px 0 0 50px;
  border-right: #000000 2px solid;
  border-bottom: #000000 2px solid;
  border-radius: 50%;
  padding-bottom: 50px;
}
div.panel {
  margin-top: 100px;
}
nav.scroll.panel-clicked {
  background: rgba(70, 130, 180);
  padding-top: 20px;
  transition: 0.4s;
  position: fixed;
  top: -80px;
  height: 50px;
  width: 100%;
  z-index: 1;
}
nav.scroll {
  background: rgba(70, 130, 180);
  padding-top: 20px;
  transition: 0.4s;
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
li.box {
  margin: 10px;
}
ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  padding: 0;
}
div.panel nav.scroll p.angle {
  font-family: "Zilla Slab", serif;
  position: absolute;
  top: 80px;
  background: rgb(255, 228, 196);
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}
div.panel nav.scroll i {
  margin-right: 5px;
}
a {
  text-decoration: none;
  color: white;
  font-family: "Zilla Slab", cursive;
  font-size: 30px;
  font-weight: lighter;
}
a:hover {
  color: black;
}
li.Accueil {
  color: rgb(55, 134, 202);
  font-family: "Zilla Slab", cursive;
  font-size: 30px;
  font-weight: bold;
}

/***************************************************accueil***************************************************************/
h2 {
  border-top: solid black 1px;
  font-size: 100px;
  font-family: "Square Peg", cursive;
  color: rgba(43, 72, 136, 0.815);
  text-align: center;
  margin: 50px;
  margin-bottom: 0px;
  padding: 50px;
  font-weight: lighter;
}

div.accueil1 {
  margin: 10px 0;
  height: 1000px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
div.bureaux {
  display: flex;
  width: 1000px;
  justify-content: space-around;
  background-color: rgba(240, 248, 255, 0.582);
  padding: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.158) -20px 12px 20px;
}
img.pres {
  width: 500px;
  height: 400px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.13) -5px 5px 10px;
}
div.image {
  margin: 20px;
}
div.txt {
  margin: 20px;
  font-size: 25px;
  width: 350px;
  height: 400px;
}
span.br {
  color: rgb(106, 130, 182);
  font-size: 30px;
  font-family: "Zilla Slab", serif;
}
.accueil2 {
  margin-top: 100px;
  font-family: "Zilla Slab", serif;
  width: 100%;
}
h3 {
  font-size: 50px;
  text-align: center;
  padding: 50px;
  margin: 50px;
  margin-bottom: 0;
  border-top: solid 1px black;
  text-shadow: rgba(0, 0, 0, 0.158) -20px 12px 5px;
  font-weight: lighter;
}
div.container {
  width: 900px;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
}
.delivery-icon {
  font-size: 60px;
}
.text,
.itemI {
  font-size: 25px;
  padding: 10px;
}
.blok {
  display: flex;
  flex-direction: column;
  width: 350px;
  margin: 25px;
}

#i {
  grid-column-start: 1;
  grid-column-end: 3;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.158) -20px 12px 20px;
}
#w {
  grid-column-start: 3;
  grid-column-end: 5;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.158) -20px 12px 20px;
}
#k {
  grid-column-start: 1;
  grid-column-end: 3;
  border-left: solid 1px black;
  border-bottom: solid 1px black;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.158) -20px 12px 20px;
}
#c {
  grid-column-start: 3;
  grid-column-end: 5;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.158) -20px 12px 20px;
}
#p {
  grid-column-start: 1;
  grid-column-end: 5;
  border-bottom: solid 1px black;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.158) -20px 12px 20px;
  border-left: solid 1px black;
  flex-direction: column;
}
/******************************************************************tarif*********************************************************************/
section.tarif {
  margin: 10px 0;
}
div.t {
  height: 500px;
  width: 800px;
  background-image: url(.//assets/bureau\ div.t.jpg);
  background-size: 800px 800px;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.199) -20px 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
li.tarifs {
  color: rgb(55, 134, 202);
  font-family: "Zilla Slab", cursive;
  font-size: 30px;
  font-weight: bold;
}

h4#t {
  color: #000000;
  font-family: "Zilla Slab", serif;
  background-color: whitesmoke;
  padding: 10px;
  border-radius: 10px;
  font-size: 50px;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 150px;
}
nav.t {
  font-size: 25px;
  width: 100%;
  display: flex;
  list-style: none;
}
li.t {
  border: 1px solid rgb(166, 213, 255);
  background-color: rgb(166, 213, 255);
  border-radius: 60px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.199) -20px 12px 20px;
}

h4#r {
  color: #000000;
  font-family: "Zilla Slab", serif;
  background-color: whitesmoke;
  padding: 5px;
  border-radius: 5px;
  font-size: 25px;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 100px;
}
div.r {
  height: 300px;
  background-image: url(.//assets/bureau\ div.r.jpg);
  background-size: cover;
  width: 350px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.199) -20px 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
nav.r {
  font-size: 20px;
  width: 100%;
  display: flex;
  list-style: none;
}
h4#s {
  color: #000000;
  font-family: "Zilla Slab", serif;
  background-color: whitesmoke;
  padding: 5px;
  border-radius: 5px;
  font-size: 25px;
  text-align: center;
  font-weight: lighter;
  margin-bottom: 100px;
}
div.s {
  position: relative;
  height: 300px;
  width: 350px;
  background-image: url(.//assets/sldr\ div.s.jpg);
  background-size: cover;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.199) -20px 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
div.sr {
  display: flex;
  justify-content: space-around;
  width: 60%;
}
li.r {
  border: 1px solid rgb(166, 213, 255);
  background-color: rgb(166, 213, 255);
  border-radius: 60px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.199) -20px 12px 20px;
}
li.s {
  border: 1px solid rgb(166, 213, 255);
  background-color: rgb(166, 213, 255);
  border-radius: 60px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.199) -20px 12px 20px;
  width: 80px;
  height: 35px;
  font-size: 15px;
  text-align: center;
}
nav.r ul li.up {
  position: absolute;
  top: 50%;
  transform: translate(0, -55px);
}

/*************************************************************contact********************************************************************/
li.contact {
  color: rgb(55, 134, 202);
  font-family: "Zilla Slab", cursive;
  font-size: 30px;
  font-weight: bold;
}

iframe {
  display: block;
  margin: 0 auto;
}

div.where {
  background-color: aliceblue;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  margin: auto;
  min-width: 800px;
  width: 800px;
}
.who {
  position: relative;
  height: 800px;
}
.who .contact {
  background-color: aliceblue;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  height: 550px;
}
.who .contact #contact {
  font-weight: normal;
  font-size: 50px;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  border-top: none;
  text-shadow: none;
  font-family: "Zilla Slab", cursive;
  color: #1033a688;
}
.who .contact .ct {
  display: flex;
  padding: 10px;
  flex-direction: column;
}

.who .contact .ct .boite {
  background-color: white;
  margin: 20px;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.who .contact .ct .boite .esn,
a#esn {
  font-family: "Zilla Slab", cursive;
  font-size: 20px;
  padding: 10px;
  border-left: 1px solid #1034a6;
  border-right: 1px solid #1034a6;
  border-radius: 5px;
  width: 95%;
  color: black;
  text-align: center;
  font-weight: initial;
  transition: 0.3s;
}

.who .contact .ct .boite .ic {
  font-size: 20px;
  border-radius: 5px;
  padding: 5px;
  color: #1034a6;
}
footer p.copyright {
  margin: 20px 100px;
}

/**************************************************************responsive*****************************************************************************/
@media screen and (max-width: 1200px) {
  h1 {
    margin-top: 40px;
    font-size: 40px;
  }
  div.accueil1 {
    height: 800px;
  }

  div.bureaux {
    width: 600px;
    height: 300px;
  }
  img.pres {
    width: 300px;
    height: 250px;
  }
  div.image {
    margin: 20px;
  }
  div.txt {
    margin: 20px;
    font-size: 15px;
    width: 230px;
    height: 250px;
  }
  div.container {
    width: 824px;
  }
  div.t {
    height: 400px;
    width: 700px;
    background-size: 700px 700px;
  }
  div.sr {
    width: 70%;
  }
  ul {
    padding: 0;
    width: 100%;
  }
  div.r {
    height: 200px;
    width: 250px;
  }
  div.s {
    height: 200px;
    width: 250px;
  }
  iframe {
    margin: 0 auto;
    width: 400px;
    height: 300px;
  }
  div.where {
    padding: 30px;
    text-align: center;
    min-width: 400px;
    min-height: 300px;
    width: 400px;
  }
}
@media screen and (max-width: 920px) {
  header {
    height: 250px;
    background-size: 100% auto;
  }
  img.logo {
    width: 250px;
    height: 150px;
    margin: 25px 0 0 50px;
    padding-bottom: 50px;
  }

  div.container {
    width: 100%;
  }
  .blok {
    width: 300px;
    margin: 25px;
  }

  div.t {
    height: 300px;
    width: 600px;
    background-size: 700px 700px;
    margin-bottom: 50px;
  }
  div.r {
    height: 200px;
    width: 250px;
  }
  div.s {
    height: 200px;
    width: 250px;
  }
  iframe {
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 200px;
  }
  div.where {
    padding: 25px;
    min-width: 300px;
    min-height: 200px;
    width: 300px;
  }
  .who {
    height: 800px;
  }
  .who .contact {
    height: 450px;
    width: 350px;
  }
  .who .contact .ct {
    padding: 10px;
    height: 80%;
  }

  .who .contact .ct .boite {
    margin: 10px;
    padding: 20px;
    height: 100px;
  }
  .who .contact .ct .boite .esn {
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    width: 95%;
  }
  .who .contact .ct .boite .ic {
    font-size: 15px;
    padding: 5px;
  }
  .who .contact #contact {
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
    border-top: none;
    text-shadow: none;
  }
}
@media screen and (max-width: 777px) {
  span.br {
    font-size: 15px;
  }

  div.accueil1 {
    height: 400px;
  }

  div.bureaux {
    width: 300px;
    height: 150px;
  }
  img.pres {
    width: 150px;
    height: 125px;
  }
  div.image {
    margin: 10px;
  }
  div.txt {
    margin: 10px;
    font-size: 6px;
    width: 115px;
    height: 125px;
  }

  div.container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ul {
    padding: 0;
    width: 500px;
    width: 100%;
  }
  h4#t {
    margin-bottom: 100px;
  }
  h4#s,
  h4#r {
    padding: 5px;
    margin-bottom: 40px;
    border-radius: 5px;
    font-size: 25px;
    margin-bottom: 80px;
  }

  div.t {
    height: 300px;
    width: 500px;
    background-size: 500px 500px;
    margin-bottom: 50px;
  }
  nav.t {
    font-size: 20px;
    width: 100%;
    display: flex;
  }
  li.t {
    padding: 25px;
    width: 100px;
  }

  div.sr {
    flex-direction: column;
    width: 70%;
  }
  div.r {
    height: 200px;
    margin-bottom: 20px;
    width: 250px;
  }
  div.s {
    height: 200px;
    margin-top: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 530px) {
  img.logo {
    width: 150px;
    height: 100px;
    margin: 25px 0 0 20px;
    padding-bottom: 10px;
  }

  ul {
    padding: 0;
    width: 250px;
  }
  li.t.box {
    margin: 0;
    font-size: 10px;
    padding: 10px;
  }
  h4#s {
    margin-bottom: 50px;
    font-size: 30px;
  }
  h4#r {
    margin-bottom: 50px;
    font-size: 30px;
  }
  h4#t {
    margin-bottom: 50px;
    font-size: 30px;
  }
  div.t {
    height: 300px;
    width: 300px;
    background-size: cover;
    background-size: 300px 300px;
  }
  a {
    margin: 10px;
  }
  h3 {
    font-size: 40px;
  }
  a#esn {
    margin: 0;
  }
}
