@charset "UTF-8";
html {
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: Book Antiqua !important;
  color: #574a4a;
  background-color: #faf0e6 !important;
}

* {
  outline: none;
  box-shadow: none;
}

*:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

h1 {
  color: #574a4a;
}

h2 {
  color: #574a4a;
  margin-top: 40px !important;
  margin-bottom: 30px !important;
}

h3 {
  color: #574a4a;
}

.font_aw {
  color: #574a4a;
}

.hr_style {
  border: 0;
  border-bottom: 5px dotted white;
  width: 60%;
  margin: auto;
  margin-top: 40px;
  background: transparent;
  margin-bottom: 40px;
}

.hr_delimitation {
  border: 0;
  border-bottom: 6px dotted white;
  width: 90%;
  margin: auto;
  background: transparent;
}

.bold {
  font-weight: 700;
}

/******************************************** MENU ********************************************/
.navbar {
  position: fixed !important;
  left: 0;
  z-index: 1;
  right: 0;
  background: #faf0e6;
  height: 130px;
  border-bottom: 1px solid #574a4a;
}
.navbar .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none;
}
.navbar ul {
  width: 100%;
}
.navbar ul li {
  width: calc(100% / 4);
  text-align: center;
}
.navbar ul li a {
  color: #574a4a;
  font-weight: 700;
}
.navbar .navbar-brand {
  position: relative;
  height: 100%;
}
.navbar .navbar_logo {
  height: 100%;
  width: auto;
}
.navbar .navbar-toggler {
  background: #574a4a;
  color: white;
  padding: 0px 8px;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  padding-top: 4px;
}
.navbar .navbar-collapse.collapse.show {
  position: absolute;
  left: 0;
  right: 0;
  top: 183px;
  background: #574a4a;
}
.navbar .navbar-collapse.collapse.show ul li {
  width: 100%;
  text-align: center;
}
.navbar .navbar-collapse.collapse.show ul li a {
  color: white !important;
}

/******************************************** MOBILE ********************************************/
@media screen and (max-width: 992px) {
  .navbar {
    height: 65px !important;
  }
  .navbar .navbar-brand .navbar_logo {
    display: none;
  }
  .navbar .navbar-collapse {
    top: 122px !important;
  }

  #accueil .logo {
    width: 90%;
    height: auto !important;
    max-height: 90%;
    object-fit: contain;
  }
  #accueil .socials_network {
    top: 65px !important;
    padding: 8px 15px !important;
  }

  #prestations {
    text-align: center;
  }

  #contact .msg_contact {
    color: #574a4a;
    text-align: center;
    padding: 5px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  #contact .form_contact {
    width: 100% !important;
  }
  #contact .form_contact input, #contact .form_contact textarea {
    width: 100% !important;
  }
  #contact .container_agenda {
    text-align: center;
    margin-top: 30px;
  }
  #contact .padd .col-md-6:not(:first-child) {
    margin-top: 30px;
  }

  .elementToRight, .elementToLeft {
    margin-left: 0;
    margin-right: 0;
  }

  footer {
    text-align: center;
  }
  footer p {
    text-align: center;
    margin-top: 20px;
  }
  footer img {
    margin: auto;
  }
  footer .logo, footer .mr-auto {
    margin-bottom: 20px;
  }
  footer .copyright {
    margin-top: 20px !important;
  }
  footer .flex_style {
    display: initial !important;
  }
  footer .flex_style .flex-end {
    position: initial !important;
    margin-top: 20px;
  }
}
/********************************************* SLIDES *********************************************/
#accueil, #qui_suis_je, #prestations, #contact {
  padding: 20px;
  font-weight: 700;
}

#accueil {
  padding-top: calc(183px);
  height: calc(100vh);
  position: relative;
}
#accueil .container_center {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 75px));
  left: 0;
  right: 0;
  text-align: center;
}
#accueil .row {
  height: 100%;
}
#accueil .logo {
  height: 90%;
  margin-top: calc(183px / 2);
}
#accueil .socials_network {
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
  text-align: center;
  padding: 8px 50px;
  background-color: #574a4a;
}
#accueil .socials_network .btn_contact {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 10px;
  color: black;
  transition: 1s;
  border: 1px solid #574a4a;
  position: relative;
}
#accueil .socials_network .btn_contact .fa-phone-alt {
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 8px;
}
#accueil .socials_network .btn_contact .fa-envelope {
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 8px;
}
#accueil .socials_network .btn_contact:last-child {
  margin-right: 15px;
}
#accueil .socials_network .btn_network {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  color: #faf0e6;
  transition: 1s;
  border: 1px solid #574a4a;
  position: relative;
}
#accueil .socials_network .btn_network .fa-facebook-f {
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 12px;
}
#accueil .socials_network .btn_network .fa-instagram {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 9px;
}
#accueil .socials_network .contact a {
  font-weight: 600;
}
#accueil .socials_network .btn_network:not(:last-child) {
  margin-right: 15px;
}

#qui_suis_je, #prestations, #consultation, #contact {
  padding: 30px;
}

#qui_suis_je .picture_qui_suis_je {
  background: pink;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

#prestations {
  overflow: hidden;
}
#prestations img {
  width: 80%;
  height: 100%;
  border-radius: 3px;
}
#prestations .elementToLeft:not(:last-child), #prestations .elementToRight:not(:last-child) {
  margin-bottom: 50px;
}
#prestations .elementToLeft {
  margin-left: calc(100% + 30px);
  transition: 2s;
  width: 100%;
}
#prestations .elementToRight {
  margin-right: calc(100% + 30px);
  transition: 2s;
  width: 100%;
}
#prestations .theme {
  height: 100%;
  padding: 10px;
}
#prestations .theme p {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}
#prestations img {
  display: block;
  margin: auto;
}

#consultation .formule {
  border: 1px solid #574a4a;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 3px;
  transform: scale(0.1);
  transition: 1s;
  background-color: #faf0e6;
}
#consultation .formule .price_formule {
  font-size: 22px;
}
#consultation .toScale {
  transform: scale(1);
  transition: 1s;
}

#contact {
  padding: 20px 7%;
}
#contact .padd {
  padding: 20px 7%;
}
#contact a {
  color: #574a4a;
  text-decoration: underline;
}
#contact .form_contact {
  border-radius: 5px;
  text-align: left;
  margin: auto;
  width: 90%;
}
#contact .form_contact .contact_contact a {
  color: #faf0e6;
  font-size: 22px;
}
#contact .form_contact label {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 5px;
  color: #574a4a;
  font-weight: 600;
}
#contact .form_contact input {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 5px;
  padding: 10px;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  background: white;
}
#contact .form_contact textarea {
  width: 80%;
  display: block;
  margin: auto;
  border-radius: 5px;
  padding: 10px;
  height: 150px;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  background: white;
}
#contact .form_contact input[type=submit] {
  margin-top: 10px !important;
  display: block;
  margin: auto;
  width: 80%;
  min-width: 100px;
  font-size: 25px;
  color: #574a4a;
  background: #faf0e6;
  background: white;
}
#contact .container_agenda .fa, #contact .container_agenda .fas, #contact .container_agenda .far {
  color: #574a4a;
}
#contact .container_agenda .margin-fa {
  margin-left: 20px;
}
#contact .contain_tarifs {
  border: 6px double white;
  border-radius: 5px;
  padding: 15px;
}

/*********************************************FOOTER*********************************************/
footer {
  background: #faf0e6;
  color: #574a4a;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px;
  font-weight: 500 !important;
  border-top: 1px solid #574a4a;
}
footer .mentions {
  cursor: pointer;
}
footer img {
  display: block;
}
footer .btn_network {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  color: #faf0e6;
  transition: 1s;
  border: 2px solid #574a4a;
  position: relative;
  display: inline-block;
}
footer .btn_network .fa-facebook-f {
  font-size: 23px;
  position: absolute;
  top: 7px;
  left: 10px;
}
footer .btn_network .fa-instagram {
  font-size: 25px;
  position: absolute;
  top: 5px;
  left: 7px;
}
footer .btn_network:first-child {
  margin-right: 20px;
}
footer a {
  color: #574a4a;
  text-decoration: underline !important;
}
footer .flex_style {
  display: flex;
}
footer .flex_style .flex-end {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/*********************************************MENTIONS*********************************************/
#mentions {
  background: white;
  position: fixed;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  padding: 15px;
  font-weight: 400;
}
#mentions h1, #mentions h2 {
  color: #574a4a !important;
}

#mentions h1, #mentions h2 {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 0;
}

/**************************************** LOGIN *****************************************/
#login {
  padding: 20px;
  text-align: center;
}

/******************************************** SCROLLBAR ********************************************/
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: gray;
}

/* intérieur */
::-webkit-scrollbar-thumb {
  background-color: #f8f9f9;
}

/* ascenseur */
::-webkit-scrollbar-button {
  background-color: silver;
}

/* bout */
/******************************************** ANIMATIONS ********************************************/
@keyframes swinging {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: translate(-30px, 0px) rotate(8deg);
  }
  50% {
    transform: translate(25px, 0px) rotate(-8deg);
  }
  80% {
    transform: translate(-30px, 0px) rotate(8deg);
  }
  to {
    transform: translateY(1000px);
  }
}
@keyframes pulse {
  from {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-15px);
  }
  20% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  40% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes classEffectPulse {
  0% {
    font-size: 10px;
  }
  80% {
    font-size: 80px;
  }
  to {
    font-size: 70px;
  }
}
#map {
  height: 100%;
  width: 70%;
  margin: auto;
  border-radius: 3px;
}

/******************************************** SCROLLBAR ********************************************/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: silver;
}

/* intérieur */
::-webkit-scrollbar-thumb {
  background-color: white;
}

/* ascenseur */
::-webkit-scrollbar-button {
  background-color: black;
}

/* bout */

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