@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#wrapper {
  overflow-x: hidden;
}

body {
  color: #000;
  background: #fdfaf5;
  margin: 0;
  padding: 0;
  font: 400 16px/26px "Raleway", sans-serif;
}
body.overflow {
  overflow: hidden;
}
body input, body select, body textarea {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #000;
}

main {
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

input,
button,
textarea,
select {
  outline: none;
}

ol,
ul {
  list-style: none;
}
ol li,
ul li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #1c1c1c;
  font-weight: 700;
  -webkit-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
}
a:not([class*=btn]):hover {
  color: #a4191c;
  text-decoration: none;
  border-color: #a4191c;
}

b, strong {
  font-weight: 700;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  max-width: 1200px;
}

h1 {
  font: 700 40px/45px "raleway";
  color: #a4191c;
  margin-bottom: 30px;
}

h2 {
  color: #a4191c;
  font: 400 32px/35px "raleway";
}

.stitle {
  font: 700 32px/35px "raleway";
  color: #a4191c;
  margin-bottom: 10px;
}

.smtitle {
  font: 600 22px/32px "raleway";
  color: #a4191c;
  margin-bottom: 10px;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
}

.logoHeader {
  display: block;
}
.logoHeader img {
  height: 40px;
}

.photoText {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 20px 0 50px;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photoText a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 30px;
}
.photoText a::before {
  content: "";
  position: absolute;
  background-color: #1c1c1c;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.photoText a:hover::before {
  left: 100%;
}

.blocTexte {
  margin: 50px 0 0;
}

.width-50 {
  display: block;
  width: 50%;
}

ul li {
  position: relative;
  font: 500 17px/27px "raleway";
  padding-left: 20px;
  margin-bottom: 5px;
}
ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #a4191c;
  position: absolute;
  left: 0;
  top: 10px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .contact a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
footer .contact a:not(:last-child) {
  margin-bottom: 10px;
}
footer .contact a::before {
  content: "";
  position: absolute;
  background-color: #1c1c1c;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
footer .adresse p {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
}
footer .rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .rs a {
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  margin: 0;
}
footer .rs a.facebook {
  background: url(./assets/img/facebook.svg) no-repeat center #1c1c1c;
}
footer .rs a.instagram {
  background: url(./assets/img/instagram.svg) no-repeat center #1c1c1c;
}
footer .rs a.linkedin {
  background: url(./assets/img/linkedin.svg) no-repeat center #1c1c1c;
  background-size: 20px;
}
footer .rs a:hover {
  background-color: #a4191c;
}
footer .adresse {
  padding-left: 100px;
}
.calendly{ padding:50px 0 0}
@media (min-width: 1200px) {
	
  footer .contact a:hover::before,
  .photoText a:hover::before {
    left: 100%;
  }
}
@media (max-width: 1024px) {
  header {
    height: 70px;
  }
  header .logoHeader {
    height: 30px;
  }
  h1 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .stitle {
    font-size: 22px;
    line-height: 35px;
  }
  .smtitle {
    font-size: 18px;
    line-height: 22px;
  }
  .photoText {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 10px 0 30px;
  }
  .photoText a {
    display: initial;
    margin-top: 10px;
    border-bottom: 1px solid #1c1c1c;
  }
  .photoText a::before {
    display: none;
  }
  .blocTexte {
    margin: 30px 0;
  }
  .blocTexte.width-50 {
    width: 70%;
    margin: 0 auto;
  }
  footer .adresse {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .blocTexte.width-50 {
    width: 100%;
  }
  footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 50px;
    gap: 20px 50px;
  }
  footer .logoFooter {
    width: 100%;
  }
  footer .logoFooter img {
    height: 60px;
  }
  footer .adresse {
    margin-top: 20px;
  }
  footer .contact a:not(:last-child) {
    margin-bottom: 10px;
  }
	.calendly{ padding:50px 0 }
	.calendly h2 {margin-bottom: 20px }
}
@media (max-width: 600px) {
  footer .adresse {
    margin-top: 0;
  }
  footer .contact a:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .rs a {
    width: 40px;
    height: 40px;
  }
  footer .rs a.facebook {
    background-size: 30px;
  }
}/*# sourceMappingURL=style.css.map */
