@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");
}
div.home-leading {
  width: 100%;
  display: flex;
  flex-direction: row;
  background-color: #ececec;
  transition: all 1s ease;
}
div.home-leading div {
  width: 100%;
  transition: all 1s ease;
}
div.home-leading div.intro {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.home-leading div.intro div {
  width: 275px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.home-leading div.intro div .logo {
  width: 100%;
}
div.home-leading div.intro div h1 {
  color: #000000;
  font-family: "Jost-Black", serif;
  font-size: 50pt;
}
div.home-leading div.intro div h2 {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 18pt;
}
div.home-leading div.intro div p {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 15pt;
  margin: 35px 0px;
}
div.home-leading div.intro 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.home-leading div.intro div a:hover {
  background-color: #F6A783;
  transition: all 0.5s ease;
}
@media screen and (min-width: 500px) {
  div.home-leading div.intro div {
    width: 400px;
  }
}
div.home-leading div.photo {
  display: none;
  transition: all 1s ease;
}
@media screen and (min-width: 1000px) {
  div.home-leading div {
    width: 50%;
  }
  div.home-leading div.intro {
    align-items: end;
  }
  div.home-leading div.photo {
    display: flex;
    align-items: flex-end;
  }
  div.home-leading div.photo img {
    height: 500px;
  }
}
@media screen and (min-width: 1000px) and (min-width: 1800px) {
  div.home-leading div {
    height: calc(100vh - 90px);
  }
  div.home-leading div.intro {
    padding: 0;
    justify-content: center;
  }
  div.home-leading div.intro div {
    width: 700px;
    height: -moz-fit-content;
    height: fit-content;
  }
  div.home-leading div.intro div h1 {
    font-size: 100pt;
  }
  div.home-leading div.intro div h2 {
    font-size: 20pt;
  }
  div.home-leading div.intro div a {
    margin: initial;
  }
  div.home-leading div.photo {
    display: flex;
    justify-content: flex-start;
  }
  div.home-leading div.photo img {
    height: calc(100vh - 90px);
  }
}
div.home-confiance {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 50px 0px 50px;
}
div.home-confiance .editConfianceModale {
  overflow: visible;
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: center;
  z-index: 101;
  top: 90px;
  box-shadow: 0px 0px 0px 10000px rgba(0, 0, 0, 0.8);
  background-color: white;
  border-radius: 5px;
  padding: 50px;
  max-height: calc(100vh - 300px);
  overflow: scroll;
}
div.home-confiance .editConfianceModale span.closeConfiance {
  font-size: x-large;
  font-family: "Material Symbols Rounded", serif;
  color: red;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
div.home-confiance .editConfianceModale span.addConfiance {
  font-family: "Material Symbols Rounded", serif;
  color: green;
  cursor: pointer;
}
div.home-confiance .editConfianceModale .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
div.home-confiance .editConfianceModale span.delete-confiance {
  font-family: "Material Symbols Rounded", serif;
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 20px;
  cursor: pointer;
  color: red;
}
div.home-confiance .editConfianceModale .image {
  flex: 0 0 calc(16.6666666667% - 20px);
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
div.home-confiance .editConfianceModale img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
div.home-confiance h1 {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 20pt;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  div.home-confiance h1 {
    font-size: 30pt;
  }
}
div.home-confiance h1 span.editConfiance {
  font-family: "Material Symbols Rounded", serif;
  color: lightseagreen;
  cursor: pointer;
  display: none;
}
div.home-confiance .slider-confiance {
  height: 250px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
  width: 1200px;
}
div.home-confiance .slider-confiance .slick-track {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: row;
}
div.home-confiance .slider-confiance .slide-confiance {
  width: 200px !important;
  height: auto;
}
div.home-confiance .slider-confiance .slide-confiance img {
  width: 150px;
  height: auto;
}
div.home-qualite {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #ececec;
  font-family: "OpenSans", serif;
  font-size: 15pt;
  height: 0px;
}
div.home-conseil {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
div.home-conseil > div {
  width: 300px;
}
div.home-conseil > div div img {
  width: 300px;
}
div.home-conseil > div div * {
  font-family: "OpenSans", serif;
  color: #000000;
}
div.home-conseil > div div h1 {
  margin-top: 5px;
  font-size: 20pt;
}
div.home-conseil > div div p {
  margin-top: 5px;
  font-size: 12pt;
  text-indent: 30px;
  text-align: justify;
}
div.home-conseil > div div h2 {
  margin-top: 5px;
  font-size: 18pt;
}
div.home-conseil > div div ul {
  margin-top: 5px;
  list-style: none;
  margin-bottom: 20px;
}
div.home-conseil > div div ul li {
  padding: 0 0 5px 30px;
  position: relative;
}
div.home-conseil > div div ul li p {
  font-size: 12pt;
  position: relative;
  text-indent: 0;
}
div.home-conseil > div div ul li p::after, div.home-conseil > div div ul li p::before {
  content: "";
  background-color: #FA5003;
  display: block;
  position: absolute;
  height: 2px;
}
div.home-conseil > div div ul li p::after {
  width: 5px;
  top: 12px;
  left: -17px;
  transform: rotateZ(45deg);
}
div.home-conseil > div div ul li p::before {
  width: 10px;
  top: 11px;
  left: -15px;
  transform: rotateZ(-45deg);
}
div.home-conseil > div div a {
  transition: all 1s ease;
  background-color: #FA5003;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "OpenSans", serif;
}
div.home-conseil > div div a:hover {
  background-color: #F6A783;
  transition: all 0.5s ease;
}
@media screen and (min-width: 500px) {
  div.home-conseil > div {
    width: 400px;
  }
  div.home-conseil > div div img {
    width: 400px;
  }
}
@media screen and (min-width: 500px) and (min-width: 1000px) {
  div.home-conseil > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
  }
  div.home-conseil > div div {
    width: 400px;
  }
  div.home-conseil > div div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
div.home-formation {
  background-color: #ececec;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
div.home-formation > div {
  width: 300px;
}
div.home-formation > div div img {
  width: 300px;
}
div.home-formation > div div * {
  font-family: "OpenSans", serif;
  color: #000000;
}
div.home-formation > div div h1 {
  margin-top: 5px;
  font-size: 20pt;
}
div.home-formation > div div p {
  margin-top: 5px;
  font-size: 12pt;
  text-indent: 30px;
  text-align: justify;
}
div.home-formation > div div h2 {
  margin-top: 5px;
  font-size: 18pt;
}
div.home-formation > div div ul {
  margin-top: 5px;
  list-style: none;
  margin-bottom: 20px;
}
div.home-formation > div div ul li {
  padding: 0 0 5px 30px;
  position: relative;
}
div.home-formation > div div ul li p {
  font-size: 12pt;
  position: relative;
  text-indent: 0;
}
div.home-formation > div div ul li p::after, div.home-formation > div div ul li p::before {
  content: "";
  background-color: #FA5003;
  display: block;
  position: absolute;
  height: 2px;
}
div.home-formation > div div ul li p::after {
  width: 5px;
  top: 12px;
  left: -17px;
  transform: rotateZ(45deg);
}
div.home-formation > div div ul li p::before {
  width: 10px;
  top: 11px;
  left: -15px;
  transform: rotateZ(-45deg);
}
div.home-formation > div div a {
  transition: all 1s ease;
  background-color: #FA5003;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "OpenSans", serif;
}
div.home-formation > div div a:hover {
  background-color: #F6A783;
  transition: all 0.5s ease;
}
div.home-formation > div div:last-child {
  margin-top: 30px;
}
@media screen and (min-width: 500px) {
  div.home-formation > div {
    width: 400px;
  }
  div.home-formation > div div img {
    width: 400px;
  }
}
@media screen and (min-width: 500px) and (min-width: 1000px) {
  div.home-formation > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 900px;
  }
  div.home-formation > div div {
    width: 400px;
  }
  div.home-formation > div div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
div.home-story {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
div.home-story * {
  width: 300px;
}
div.home-story h1 {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 20pt;
  margin-bottom: 30px;
  text-align: center;
}
div.home-story p {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 12pt;
  text-align: center;
}
div.home-story div {
  display: flex;
  justify-content: center;
}
div.home-story div a {
  color: #FA5003;
  font-family: "OpenSans", serif;
  text-decoration: none;
  transition: all 0.5s ease;
  margin-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
div.home-story div a::after {
  content: ">";
  position: absolute;
  font-family: "OpenSans", serif;
  margin-left: 5px;
  transition: all 0.5s ease;
}
div.home-story div a:hover {
  color: #F6A783;
  transition: all 0.5s ease;
}
div.home-story div a:hover::after {
  transition: all 0.5s ease;
  margin-left: 10px;
}
@media screen and (min-width: 500px) {
  div.home-story * {
    width: 400px;
  }
}
@media screen and (min-width: 500px) and (min-width: 900px) {
  div.home-story * {
    width: 800px;
  }
  div.home-story h1 {
    color: #000000;
    font-family: "OpenSans", serif;
    font-size: 20pt;
    margin-bottom: 30px;
    text-align: center;
  }
  div.home-story p {
    color: #000000;
    font-family: "OpenSans", serif;
    font-size: 12pt;
    text-align: center;
  }
  div.home-story div {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 500px) and (min-width: 900px) and (min-width: 1800px) {
  div.home-story * {
    width: 900px;
  }
  div.home-story h1 {
    font-size: 30pt;
  }
  div.home-story div {
    display: flex;
    justify-content: flex-end;
  }
  div.home-story div a {
    margin-right: 100px;
  }
}
div.home-catalogue {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #ececec;
  padding: 50px 0;
}
div.home-catalogue h1 {
  font-family: "OpenSans", serif;
  font-size: 20pt;
  width: 400px;
  text-align: center;
  margin-bottom: 20px;
}
div.home-catalogue h1 .addWhySolurisk {
  font-family: "Material Symbols Rounded", serif;
  color: green;
  cursor: pointer;
  display: none;
}
div.home-catalogue div.all-group {
  display: flex;
  flex-direction: column;
}
div.home-catalogue div.all-group div.group {
  display: flex;
  flex-direction: column;
}
div.home-catalogue div.all-group div.group:last-child {
  display: none;
}
div.home-catalogue div.all-group div.group div {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 10px;
  background-color: #FFFFFF;
}
div.home-catalogue div.all-group div.group div span.delete-whysolurisk {
  font-family: "Material Symbols Rounded", serif;
  color: red;
  position: absolute;
  left: 10px;
  cursor: pointer;
  display: none;
  margin-top: 5px;
}
div.home-catalogue div.all-group div.group div span.show-image {
  font-family: "Material Symbols Rounded", serif;
  color: #000000;
  position: absolute;
  right: 10px;
  z-index: 99;
  cursor: pointer;
  display: none;
}
div.home-catalogue div.all-group div.group div img {
  margin-left: 50px;
  width: 100px;
  height: 100px;
}
div.home-catalogue div.all-group div.group div h2 {
  width: 200px;
  font-family: "OpenSans", serif;
  font-size: 15pt;
  text-align: center;
  margin-top: 5px;
}
div.home-catalogue div.all-group div.group div p {
  background-color: #FFFFFF;
  position: absolute;
  top: 200px;
  left: 0;
  width: 200px;
  height: 200px;
  transition: all 0.5s ease;
  font-family: "OpenSans", serif;
  font-size: 12pt;
  padding: 5px;
}
div.home-catalogue div.all-group div.group div p.editing {
  top: 0px;
}
div.home-catalogue div.all-group div.group div:hover > p {
  top: 0px;
}
div.home-catalogue div.all-group div.group div:hover > p.hide {
  top: 200px;
}
@media screen and (min-width: 500px) {
  div.home-catalogue div.all-group {
    flex-direction: row;
  }
}
@media screen and (min-width: 500px) and (min-width: 750px) {
  div.home-catalogue div.all-group {
    flex-direction: column;
  }
  div.home-catalogue div.all-group div.group {
    flex-direction: row;
  }
  div.home-catalogue div.all-group div.group:last-child {
    display: flex;
  }
}
@media screen and (min-width: 500px) and (min-width: 750px) and (min-width: 1800px) {
  div.home-catalogue h1 {
    font-size: 30pt;
  }
}
div.home-temoignage {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
div.home-temoignage h1 {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 20pt;
  margin-bottom: 30px;
}
div.home-temoignage h1 .addTemoignage {
  font-family: "Material Symbols Rounded", serif;
  color: green;
  cursor: pointer;
  display: none;
}
div.home-temoignage div.card {
  display: flex;
  flex-direction: column;
  width: 90%;
  flex-wrap: wrap;
}
div.home-temoignage div.card div.card-item {
  margin: 10px;
  border-radius: 4px;
  height: 300px;
  box-shadow: 0px 0px 15px 0px #a5968b;
  padding: 30px;
  position: relative;
  left: 10px;
  width: 32.3% !important;
  box-sizing: border-box;
}
div.home-temoignage div.card div.card-item span.delete-temoignage {
  font-family: "Material Symbols Rounded", serif;
  color: red;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
div.home-temoignage div.card div.card-item img {
  width: 50px;
}
div.home-temoignage div.card div.card-item h2.personne {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 20pt;
}
div.home-temoignage div.card div.card-item h2.entreprise {
  color: #3f3f3f;
  font-family: "OpenSans", serif;
  font-size: 16pt;
}
div.home-temoignage div.card div.card-item p {
  margin-top: 20px;
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 12pt;
  text-indent: 55px;
  text-align: justify;
}
@media screen and (min-width: 500px) {
  div.home-temoignage div.card {
    width: 400px;
  }
}
@media screen and (min-width: 500px) and (min-width: 800px) {
  div.home-temoignage div.card {
    width: 700px;
  }
}
@media screen and (min-width: 500px) and (min-width: 800px) and (min-width: 1300px) {
  div.home-temoignage div.card {
    display: flex;
    flex-direction: row;
    width: 1200px;
  }
  div.home-temoignage div.card div {
    flex: 1;
    margin: 0 15px;
  }
  div.home-temoignage div.card div:first-child {
    margin-left: 0;
  }
  div.home-temoignage div.card div:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 500px) and (min-width: 800px) and (min-width: 1300px) and (min-width: 1800px) {
  div.home-temoignage h1 {
    font-size: 30pt;
  }
  div.home-temoignage div.card {
    display: flex;
    flex-direction: row;
  }
  div.home-temoignage div.card div {
    margin: 10px 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    width: 400px;
  }
  div.home-temoignage div.card div h2.personne {
    color: #000000;
    font-family: "OpenSans", serif;
    font-size: 20pt;
  }
  div.home-temoignage div.card div h2.entreprise {
    color: #3f3f3f;
    font-family: "OpenSans", serif;
    font-size: 16pt;
  }
  div.home-temoignage div.card div p {
    margin-top: 20px;
    color: #000000;
    font-family: "OpenSans", serif;
    font-size: 12pt;
    text-indent: 55px;
    text-align: justify;
  }
}
div.home-faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-color: #FFFFFF;
}
div.home-faq h1 {
  color: #000000;
  font-family: "OpenSans", serif;
  font-size: 20pt;
  margin-bottom: 30px;
  width: 250px;
  text-align: center;
}
div.home-faq h1 .addQuestion {
  font-family: "Material Symbols Rounded", serif;
  color: green;
  cursor: pointer;
  display: none;
}
div.home-faq ul li {
  cursor: default;
  display: flex;
  width: 250px;
  flex-direction: column;
  margin-bottom: 15px;
  background: white;
  padding: 10px;
  border-radius: 4px;
  border-left: 5px #FA5003 solid;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease;
}
div.home-faq ul li span.delete-question {
  font-family: "Material Symbols Rounded", serif;
  color: red;
  cursor: pointer;
  display: none;
}
div.home-faq ul li:hover {
  transition: all 0.5s ease;
  border-left: 5px #F6A783 solid;
  transform: translateX(2px) translateY(2px);
}
div.home-faq ul li:last-child {
  margin-bottom: 0;
}
div.home-faq ul li div.question {
  display: flex;
  align-items: center;
}
div.home-faq ul li div.question h2 {
  height: -moz-fit-content;
  height: fit-content;
}
div.home-faq ul li div.question h2 span {
  font-family: "Material Symbols Rounded", serif;
  color: #000000;
}
div.home-faq ul li div.question h2:first-child {
  display: flex;
  align-items: center;
}
div.home-faq ul li div.question h2:last-child {
  font-family: "OpenSans", serif;
  color: #000000;
  margin-left: 5px;
  font-size: 15pt;
  text-align: justify;
}
div.home-faq ul li p {
  font-family: "OpenSans", serif;
  color: #000000;
  margin-top: 8px;
  text-indent: 30px;
  text-align: justify;
}
@media screen and (min-width: 500px) {
  div.home-faq h1 {
    width: 400px;
  }
  div.home-faq ul li {
    width: 400px;
  }
}
@media screen and (min-width: 500px) and (min-width: 750px) {
  div.home-faq h1 {
    width: 650px;
  }
  div.home-faq ul li {
    width: 650px;
  }
}
@media screen and (min-width: 500px) and (min-width: 750px) and (min-width: 1150px) {
  div.home-faq h1 {
    width: 1050px;
  }
  div.home-faq ul li {
    width: 1050px;
  }
}
@media screen and (min-width: 500px) and (min-width: 750px) and (min-width: 1150px) and (min-width: 1800px) {
  div.home-faq h1 {
    font-size: 30pt;
  }
}

.slick-prev::before,
.slick-next::before {
  color: #FA5003;
}
