@charset "UTF-8";
@font-face {
  font-family: "Jost-Black";
  src: url(/fonts/Jost-Black.ttf?c758141821cd9ea5cebac52a49664f4a) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url(/fonts/OpenSans-Medium.ttf?be793100b2ab027d9b747a11a9acaf71) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  src: url(/fonts/Material.woff2?02aebb8b316adf1b0b5b8bbaa48594b9) format("woff2");
}
:root {
  --responsive-translate: -300px;
}
@media screen and (min-width: 600px) {
  :root {
    --responsive-translate: -500px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1000px) {
  :root {
    --responsive-translate: -900px;
  }
}

div.presentation, div.point-fort, div.conseils {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
div.presentation {
  background-color: #ececec;
  padding-bottom: 175px;
}
div.presentation div {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.presentation div h1 {
  transition: all 0.2s ease;
  color: #000000;
  font-family: "Jost-Black", serif;
  font-size: 40pt;
}
div.presentation div p {
  transition: all 0.2s ease;
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 12pt;
  margin: 35px 0px;
  text-align: justify;
}
div.presentation div a {
  transition: all 1s ease;
  background-color: #FA5003;
  color: #FFFFFF;
  margin: auto;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "OpenSans", serif;
}
div.presentation div a:hover {
  background-color: #F6A783;
  transition: all 0.5s ease;
}
@media screen and (min-width: 500px) {
  div.presentation div {
    width: 400px;
  }
  div.presentation div p {
    font-size: 15pt;
  }
}
@media screen and (min-width: 500px) and (min-width: 750px) {
  div.presentation div {
    width: 700px;
  }
  div.presentation div h1 {
    font-size: 50pt;
  }
}
div.point-fort {
  background-color: #FFFFFF;
  position: relative;
  padding-top: 150px;
}
div.point-fort .addWhyExpertise {
  font-family: "Material Symbols Rounded", serif;
  color: green;
  cursor: pointer;
  display: none;
}
div.point-fort div.points-principaux {
  position: absolute;
  display: flex;
  flex-direction: row;
  margin-top: -270px;
  justify-content: space-around;
  width: 316px;
}
div.point-fort div.points-principaux div.point {
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px #dadada;
  width: 260px;
  height: 200px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}
div.point-fort div.points-principaux div.point:nth-child(2), div.point-fort div.points-principaux div.point:nth-child(3) {
  display: none;
  width: 0px;
}
div.point-fort div.points-principaux div.point img {
  height: 70px;
  width: 70px;
}
div.point-fort div.points-principaux div.point h2 {
  font-family: "OpenSans", serif;
}
div.point-fort div.points-principaux div.point p {
  font-family: "OpenSans", serif;
  text-align: center;
}
div.point-fort div.points {
  width: 300px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
div.point-fort div.points span.delete-whyExpertise {
  font-family: "Material Symbols Rounded", serif;
  color: red;
  left: -15px;
  cursor: pointer;
  display: none;
  margin-top: 5px;
  position: absolute;
}
div.point-fort div.points div.point {
  position: relative;
  width: 230px;
  height: 150px;
  padding-left: 70px;
  margin-bottom: 50px;
}
div.point-fort div.points div.point:nth-child(n+4) {
  display: none;
}
div.point-fort div.points div.point img {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 5px;
  left: 5px;
}
div.point-fort div.points div.point h2 {
  font-family: "OpenSans", serif;
}
div.point-fort div.points div.point p {
  font-family: "OpenSans", serif;
}
div.point-fort h1 {
  font-family: "OpenSans", serif;
  font-size: 25pt;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}
@media screen and (min-width: 675px) {
  div.point-fort div.points-principaux {
    width: 633px;
  }
  div.point-fort div.points-principaux div.point:nth-child(2) {
    display: flex;
    width: 260px;
  }
  div.point-fort div.points {
    width: 625px;
  }
  div.point-fort div.points div.point:nth-child(-n+7) {
    display: block;
  }
  div.point-fort div.points div.point:nth-child(n+7) {
    display: none;
  }
  div.point-fort h1 {
    font-size: 30pt;
    display: flex;
    align-items: center;
  }
  div.point-fort h1 span {
    margin-left: 10px;
  }
}
@media screen and (min-width: 675px) and (min-width: 1000px) {
  div.point-fort div.points-principaux {
    width: 950px;
  }
  div.point-fort div.points-principaux div.point:nth-child(3) {
    display: flex;
    width: 260px;
  }
  div.point-fort div.points {
    width: 950px;
  }
  div.point-fort div.points div.point:nth-child(n) {
    display: block;
  }
}
div.conseils {
  background-color: #ececec;
}
div.conseils > div {
  position: relative;
  width: 300px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px #dadada;
  transition: all 0.4s ease;
}
div.conseils > div div.actions {
  position: absolute;
  z-index: 100;
  top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-family: "Material Symbols Rounded", serif;
  right: 5px;
}
div.conseils > div div.actions span.add-conseil {
  color: green;
  font-size: 20px;
  display: none;
  cursor: pointer;
}
div.conseils > div div.actions span.delete-conseil {
  color: red;
  font-size: 20px;
  display: none;
  cursor: pointer;
}
div.conseils > div div.paginate {
  position: absolute;
  right: 0;
  z-index: 100;
  background-color: white;
  top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div.conseils > div div.paginate span {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  position: relative;
  transition: all 0.3s ease;
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Chrome, Safari, Opéra depuis la version 15 */
  /* Internet explorer depuis la version 10 et Edge */
  user-select: none;
  /* Propriété standard */
}
div.conseils > div div.paginate span:hover {
  transition: all 0.3s ease;
  background-color: #eeeeee;
}
div.conseils > div div.paginate span:first-child {
  margin-right: 2px;
}
div.conseils > div div.paginate span:first-child::after {
  content: "";
  width: 2px;
  height: 14px;
  top: 23px;
  left: 60px;
  position: absolute;
  background-color: grey;
}
div.conseils > div div.paginate span#next img {
  transform: rotateZ(180deg);
}
div.conseils > div div.paginate span img {
  width: 15px;
  height: 15px;
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Chrome, Safari, Opéra depuis la version 15 */
  /* Internet explorer depuis la version 10 et Edge */
  user-select: none;
  /* Propriété standard */
}
div.conseils > div div.inner {
  display: flex;
  flex-direction: row;
  transition: all 0.4s ease;
  transform: translateX(0px);
}
div.conseils > div div.inner div {
  transition: all 0.4s ease;
}
div.conseils > div div.inner div.conseil {
  width: 300px;
  background-color: white;
  transition: all 0.4s ease;
}
div.conseils > div div.inner div.conseil img {
  width: 300px;
  height: 300px;
  transition: all 0.4s ease;
}
div.conseils > div div.inner div.conseil div {
  display: flex;
  flex-direction: column;
}
div.conseils > div div.inner div.conseil div.conseilContent {
  overflow-y: auto;
}
div.conseils > div div.inner div.conseil div.conseilContent .add-checklist {
  font-family: "Material Symbols Rounded", serif;
  color: green;
  cursor: pointer;
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  left: 20px;
}
div.conseils > div div.inner div.conseil div h1 {
  font-family: "OpenSans", serif;
  font-size: 20pt;
  padding: 20px 15px 5px 15px;
  transition: all 0.4s ease;
}
div.conseils > div div.inner div.conseil div p {
  font-family: "OpenSans", serif;
  font-size: 12pt;
  padding: 10px 20px;
  text-indent: 30px;
  text-align: justify;
  transition: all 0.4s ease;
}
div.conseils > div div.inner div.conseil div ul {
  padding: 5px 30px 20px 40px;
  list-style: none;
}
div.conseils > div div.inner div.conseil div ul span.addChecklist {
  font-family: "Material Symbols Rounded", serif;
  color: green;
  cursor: pointer;
  display: none;
}
div.conseils > div div.inner div.conseil div ul li {
  font-family: "OpenSans", serif;
  font-size: 12pt;
  position: relative;
}
div.conseils > div div.inner div.conseil div ul li span.delete-checklist {
  font-family: "Material Symbols Rounded", serif;
  color: red;
  left: -20px;
  top: 15px;
  cursor: pointer;
  display: none;
  margin-top: 5px;
  position: absolute;
}
div.conseils > div div.inner div.conseil div ul li p {
  font-size: 12pt;
  position: relative;
  text-indent: 0;
  padding: 0;
}
div.conseils > div div.inner div.conseil div ul li p::after, div.conseils > div div.inner div.conseil div ul li p::before {
  content: "";
  background-color: #FA5003;
  display: block;
  position: absolute;
  height: 2px;
}
div.conseils > div div.inner div.conseil div ul li p::after {
  width: 5px;
  top: 12px;
  left: -17px;
  transform: rotateZ(45deg);
}
div.conseils > div div.inner div.conseil div ul li p::before {
  width: 10px;
  top: 11px;
  left: -15px;
  transform: rotateZ(-45deg);
}
div.conseils > div div.inner div.conseil div a {
  transition: all 1s ease;
  background-color: #FA5003;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "OpenSans", serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}
div.conseils > div div.inner div.conseil div a:hover {
  background-color: #F6A783;
  transition: all 0.5s ease;
}
@media screen and (min-width: 600px) {
  div.conseils > div {
    width: 500px;
  }
  div.conseils > div div.inner div.conseil {
    width: 500px;
  }
  div.conseils > div div.inner div.conseil img {
    width: 500px;
    height: 500px;
  }
  div.conseils > div div.inner div.conseil div {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 600px) and (min-width: 1000px) {
  div.conseils > div {
    width: 900px;
  }
  div.conseils > div div.inner div {
    display: flex;
    flex-direction: row-reverse;
  }
  div.conseils > div div.inner div.conseil {
    width: -moz-fit-content;
    width: fit-content;
    height: 500px;
  }
  div.conseils > div div.inner div.conseil img {
    width: 500px;
    height: 500px;
  }
  div.conseils > div div.inner div.conseil div {
    width: 400px;
  }
  div.conseils > div div.inner div.conseil div h1 {
    padding: 40px 30px 10px 30px;
  }
  div.conseils > div div.inner div.conseil div p {
    padding: 10px 30px;
  }
}
@media screen and (min-width: 800px) {
  div.conseils div.carousel {
    width: 700px;
    height: 800px;
  }
  div.conseils div.carousel div.conseil {
    width: 700px;
    height: 800px;
    transform: translateX(-1400px);
  }
  div.conseils div.carousel div.conseil img {
    width: 700px;
    height: 286px;
  }
  div.conseils div.carousel div.conseil h1 {
    font-family: "OpenSans", serif;
    font-size: 20pt;
    padding: 20px;
    height: 75px;
  }
}
@media screen and (min-width: 800px) and (min-width: 1200px) {
  div.conseils div.carousel {
    width: 1100px;
    height: 800px;
  }
  div.conseils div.carousel div.conseil {
    width: 1100px;
    height: 800px;
    transform: translateX(-2200px);
  }
  div.conseils div.carousel div.conseil img {
    width: 1100px;
    height: 450px;
  }
  div.conseils div.carousel div.conseil h1 {
    font-family: "OpenSans", serif;
    font-size: 20pt;
    padding: 20px;
    height: 75px;
  }
  div.conseils div.carousel div.conseil div {
    flex-direction: row;
  }
  div.conseils div.carousel div.conseil div p {
    flex: 1;
  }
  div.conseils div.carousel div.conseil div ul {
    flex: 1;
  }
}
