/*  utils  */
/* BREAKPOINTS */
/* BREAKPOINTS */
/*  vendors  */
/*  base  */
@font-face {
  font-family: "abrilfatface";
  src: url("police/abrilfatface/AbrilFatface-Regular.otf") format("otf");
  src: url("police/abrilfatface/abrilfatface-regular-webfont.svg") format("svg");
  src: url("police/abrilfatface/abrilfatface-regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "anglecia";
  src: url("police/angleciaprodisplay_regular_macroman/AngleciaProDisplay-Regular-webfont.woff") format("woff");
}
@font-face {
  font-family: "amatic";
  src: url("police/amatic/amatic-bold-webfont.woff") format("woff");
  src: url("police/amatic/amatic-bold-webfont.svg") format("svg");
  src: url("police/amatic/amatic-bold-webfont.eot") format("eot");
}
@font-face {
  font-family: "db";
  src: url("police/20db/20db-webfont.eot") format("eot");
  src: url("police/20db/20db-webfont.svg") format("svg");
  src: url("police/20db/20db-webfont.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
  border: 0px black solid;
  font-size: 2rem;
  font-family: Dejavu Sans, Arial, Verdana, sans-serif;
  z-index: auto;
}

html {
  font-size: 62.5%;
  min-width: 320px;
  margin: auto;
}
@media screen and (min-width: 1250px) {
  html {
    font-size: 55%;
  }
}

a, button {
  text-decoration: none;
  font-weight: normal;
  color: black;
  background-color: transparent;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
  font-weight: normal;
}

li {
  list-style-type: none;
}

.to-close {
  display: none;
}

.bandeau {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bandeau__img {
  width: 100%;
}
.bandeau__txt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 5rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 4px black;
}

.opacity {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background-color: black;
  opacity: 30%;
  z-index: 1;
}

/*  components  */
/*  layout  */
.nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0px 30px 0px 0px;
  align-self: flex-end;
  margin-bottom: 17px;
}
@media screen and (max-width: 1000px) {
  .nav {
    align-self: center;
    padding: 0;
  }
}
.nav__tel {
  display: flex;
  align-self: flex-end;
  margin-right: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .nav__tel {
    display: none;
  }
}
.nav__tel p {
  font-size: 1.6rem;
}
.nav-tabs__services {
  display: none;
}
.nav-tabs__main {
  display: flex;
}

.btn-nav {
  display: none;
}

.header {
  position: sticky relative;
  top: 0px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 120px;
  padding-top: 20px;
}
@media screen and (max-width: 1000px) {
  .header {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.header-logo {
  margin-left: 2%;
  margin-bottom: 5px;
  align-self: flex-end;
}
@media screen and (max-width: 1000px) {
  .header-logo {
    align-self: center;
  }
}
.header-logo__img {
  height: 100px;
}
@media screen and (max-width: 1250px) {
  .header-logo__img {
    height: 70px;
  }
}
@media screen and (max-width: 700px) {
  .header-logo__img {
    height: 45px;
  }
}
.header-logo__txt {
  width: 430px;
}
@media screen and (max-width: 1250px) {
  .header-logo__txt {
    width: 300px;
  }
}
@media screen and (max-width: 700px) {
  .header-logo__txt {
    width: 245px;
  }
}
.header a {
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  margin-right: 2rem;
  font-size: 1.9rem;
  transition: all 0.5s;
}
@media screen and (max-width: 1250px) {
  .header a {
    margin-right: 1.5rem;
    font-size: 1.5rem;
  }
}
.header a:hover {
  color: rgb(42, 62, 146);
}
.header a:hover strong {
  border-bottom: 2px solid rgb(42, 62, 146);
}
.header a strong {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.9rem;
  font-family: Optima, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
  padding-left: 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid white;
  transition: all 0.5s;
}
@media screen and (max-width: 1250px) {
  .header a strong {
    font-size: 1.5rem;
  }
}

.footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.footer__logo {
  position: absolute;
  left: 3%;
  top: 5px;
  width: 90px;
}
@media screen and (max-width: 1250px) {
  .footer__logo {
    width: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__logo {
    display: none;
  }
}
.footer__contacts {
  display: flex;
  width: 75%;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer__contacts {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}
.footer__contacts br {
  display: none;
}
@media screen and (max-width: 700px) {
  .footer__contacts br {
    display: inline;
  }
}
@media screen and (max-width: 700px) {
  .footer__contacts b {
    display: none;
  }
}
.footer__contact-item {
  display: flex;
  margin-right: 5%;
}
@media screen and (max-width: 1000px) {
  .footer__contact-item {
    margin-bottom: 15px;
  }
}
.footer__icon {
  margin-right: 7px;
  font-size: 1.5rem;
  align-self: center;
  color: rgb(42, 62, 146);
}

.btn {
  display: flex;
  justify-content: center;
  align-self: center;
  width: fit-content;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 2rem;
  box-shadow: 0 0.5rem 1.5rem rgb(178, 178, 178);
  padding: 1.8rem 3rem 1.8rem 3rem;
  background: linear-gradient(#131c43 0%, rgb(42, 62, 146) 80%);
  transition: all 0.5s;
}
.btn:hover {
  box-shadow: 0 1rem 2rem #7f7f7f;
}
.btn:hover::after {
  opacity: 1;
}
.btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(#1a265b 0%, #3148aa 60%);
  opacity: 0;
  transition: opacity 0.5s;
}
.btn a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* diaporama */
.slides {
  overflow: hidden;
  transition: 1s;
}
.slides > img {
  width: 100%;
}

.container-slides {
  background-color: black;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto;
}

.prev, .next {
  border-radius: 6px;
  font-size: 1.5em;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  padding: 16px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}
.prev:hover, .next:hover {
  background: rgba(0, 0, 0, 0.8);
}

.prev {
  margin-left: 10px;
}

.next {
  margin-right: 10px;
  right: 0;
}

.dot-container {
  position: absolute;
  bottom: 10px;
  right: 50%;
  text-align: center;
  padding: 5px 10px 3px 10px;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.3);
}

.dot {
  margin: 3px;
  display: inline-block;
  cursor: pointer;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  transition: 0.2s;
}
.dot:hover {
  background-color: rgb(203, 203, 203);
}

.active {
  background-color: rgb(203, 203, 203);
}

.defondu {
  animation-name: defondu;
  animation-duration: 5s;
}

.fondu {
  animation-name: fondu;
  animation-duration: 2s;
}

@keyframes fondu {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes defondu {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/*  pages  */
.accueil {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bandeau {
  width: 100%;
}
.bandeau__img {
  width: 100%;
}

.categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 75px;
}
.categories__list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 700px) {
  .categories__list {
    flex-direction: column;
  }
}

.categorie {
  display: flex;
  flex-direction: column;
  width: 32%;
  height: 300px;
  border-radius: 8px;
  box-shadow: 1px 1px 4px rgb(128, 128, 128);
  position: relative;
}
@media screen and (max-width: 700px) {
  .categorie {
    width: 100%;
    margin-bottom: 20px;
  }
}
.categorie__img {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  object-fit: cover;
}
.categorie__textbackground {
  position: absolute;
  bottom: 0;
  align-self: center;
  background-color: black;
  height: 75px;
  width: 220px;
  opacity: 35%;
  border-radius: 8px 8px 0 0;
}
.categorie__desc {
  font-size: larger;
  position: absolute;
  top: 78%;
  align-self: center;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 1px black;
  padding: 10px;
}

.presentation {
  margin-top: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  align-self: center;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.presentation__txt {
  width: 75%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .presentation__txt {
    width: 100%;
  }
}
.presentation h2 {
  margin-bottom: 30px;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .presentation h2 {
    font-size: 3rem;
  }
}
.presentation h3 {
  font-size: 3rem;
  margin-bottom: 10px;
  text-align: center;
}
.presentation p {
  margin-bottom: 50px;
  text-align: center;
  text-justify: inter-word;
}
.presentation__btn-container {
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
  width: 60%;
  justify-content: space-around;
}

.bandeau-devis__txt {
  font-size: 6rem;
}
@media screen and (max-width: 700px) {
  .bandeau-devis__txt {
    font-size: 3.7rem;
  }
}

.bandeau-contact {
  height: 250px;
  margin-bottom: 50px;
}
@media screen and (max-width: 700px) {
  .bandeau-contact {
    height: 150px;
  }
}
.bandeau-contact__img {
  transform: translateY(-25%);
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .bandeau-contact__txt {
    font-size: 3rem;
  }
}

.contact-heading {
  margin-bottom: 30px;
}
.contact-heading p {
  font-size: 1.5rem;
  color: rgb(182, 182, 182);
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .contact-heading {
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.container {
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 700px) {
  .container {
    flex-direction: column;
  }
}

.coordonees-container {
  display: flex;
  flex-direction: column;
  margin-right: 10%;
}

.coordonee {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.coordonee__icon-container {
  height: 60px;
  width: 60px;
  border-radius: 4px;
  background-color: rgb(42, 62, 146);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.coordonee__icon {
  font-size: 2rem;
  color: white;
}
.coordonee__txt {
  margin-left: 5px;
  font-size: 1.6rem;
}

.contact-container {
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
.contact-form label {
  font-size: 1.5rem;
  color: rgb(182, 182, 182);
  margin-bottom: 5px;
}
.contact-form__subject {
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid rgb(182, 182, 182);
  padding: 17px;
  font-size: 1.7rem;
}
.contact-form__body {
  margin-bottom: 50px;
  min-height: 125px;
  border-radius: 3px;
  border: 1px solid rgb(182, 182, 182);
  padding: 17px;
  font-size: 1.7rem;
}
.contact-form__submit {
  align-self: flex-start;
}
@media screen and (max-width: 700px) {
  .contact-form__submit {
    align-self: center;
  }
}

.rayon-action {
  position: relative;
}
.rayon-action p {
  padding: 30px;
  background-color: rgb(42, 62, 146);
  color: white;
  text-align: center;
}
@media screen and (max-width: 1250px) {
  .rayon-action p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .rayon-action p {
    font-size: 1.3rem;
    padding: 17px;
  }
}
@media screen and (max-width: 700px) {
  .rayon-action p {
    font-size: 1rem;
    padding: 8px;
  }
}
.rayon-action strong {
  font-size: 2.5rem;
}
@media screen and (max-width: 1250px) {
  .rayon-action strong {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .rayon-action strong {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .rayon-action strong {
    font-size: 1.2rem;
  }
}
.rayon-action__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 40px;
  left: 40px;
  bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .rayon-action__content {
    top: 20px;
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .rayon-action__content {
    top: 8px;
    left: 8px;
    bottom: 8px;
  }
}
.rayon-action__img {
  width: 100%;
}

/*  themes  */

/*# sourceMappingURL=style.css.map */
