@import url("./components/avis.css");
@import url("./components/header.css");
@import url("./components/general.css");
@import url("./components/menu.css");
@import url("./components/blog.css");
.bloc {
  padding-left: 6rem;
  padding-right: 2rem;
}

.bloc-1,
.bloc-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.premier_bloc {
  background-color: white;
}

.row1 {
  padding-left: 110px;
}

.column-66 {
  float: left;
  width: 66%;
  padding: 20px;
  margin-block: 2.5rem;
}

.column-66 p {
  width: 80%;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.conseil {
  list-style: none;
  margin: 2.5rem;
}

.column-33 {
  width: 33%;
  padding: 20px;
}

.large-font {
  font-size: 30px;
  margin-bottom: 2rem;
}

.xlarge-font {
  font-size: 2.9em;
  margin-bottom: 2rem;
}

.button {
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  background-color: red;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  text-align: center;
  cursor: pointer;
  width: auto;
}

.btn {
  margin-top: 1rem;
}

.button:hover {
  background-color: #555;
}

img {
  display: block;
  height: auto;
}

#mySidenav a {
  position: fixed;
  right: -60px;
  transition: 0.3s;
  padding: 15px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  border-radius: 5px 0px 0px 5px;
}

#mySidenav {
  position: fixed;
  bottom: 0;
  right: 0;
}

#mySidenav a:hover {
  right: 0;
}

#about {
  bottom: -10px;
  background-color: #04aa6d;
}

#accueil {
  bottom: 50px;
  background-color: #2196f3;
}

#projects {
  bottom: 110px;
  background-color: #f44336;
}

#contact {
  bottom: 170px;
  background-color: #555;
}

.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

.side {
  float: left;
  width: 15%;
  margin-top: 10px;
}

.middle {
  float: left;
  width: 70%;
  margin-top: 10px;
}

.right {
  text-align: right;
}

.contain {
  display: flex;

  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding: 70px;
}

.row1 {
  flex-direction: column;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

.bar-5 {
  width: 60%;
  height: 18px;
  background-color: #04aa6d;
}

.bar-4 {
  width: 30%;
  height: 18px;
  background-color: #2196f3;
}

.bar-3 {
  width: 10%;
  height: 18px;
  background-color: #00bcd4;
}

.bar-2 {
  width: 4%;
  height: 18px;
  background-color: #ff9800;
}

.bar-1 {
  width: 15%;
  height: 18px;
  background-color: #f44336;
}

.offres {
  color: #111;
}

.columns {
  float: left;
  width: 33.3%;
  padding: 10px;
}

.colums {
  display: flex;
  padding: 50px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

.price .grey {
  background-color: #eee;
  font-size: 20px;
}

.button {
  background-color: red;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }

  .colums {
    flex-direction: column;
    padding: 10px;
  }

  .row {
    flex-direction: column;
  }

  .container3 {
    margin: 20px;
  }
}

@media (max-width: 400px) {

  .side,
  .middle {
    width: 100%;
  }

  .right {
    display: none;
  }
}

@media screen and (max-width: 1000px) {

  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }

  img {
    margin: auto;
  }
}

@media (max-width: 768px) {

  .xlarge-font {
    font-size: 2.5rem;
  }

  .bloc-1 {
    flex-direction: column;
  }

  .bloc-2 {
    flex-direction: column-reverse;
  }

  .bloc {
    padding-inline: 2rem;
  }

  .column-66 p {
    width: 100%;
    text-align: left;
    margin-left: 1rem;
  }
  .large-font{
    font-size: 2.1rem;
  }
}

@media (max-width: 480px) {
  .xlarge-font {
    font-size: 2.2rem;
  }
  .large-font{
    font-size: 1.8rem;
  }
}