/****** General settings ******/
@font-face {
  font-family: "Zeyada";
  src: url("fonts/zeyada/Zeyada-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Lato Thin */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
/* Lato Thin Italic */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
/* Lato Light */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Lato Light Italic */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Lato Regular */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Lato Italic */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Lato Bold */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Lato Bold Italic */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Lato Black */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/* Lato Black Italic */
@font-face {
  font-family: "Lato";
  src: url("fonts/lato/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
body {
  scroll-behavior: smooth;
}

.wrapper {
  width: 90vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.wrapper.wrapper_large {
  max-width: 1800px;
}

:root {
  --bg: #9DBCDC;
}

body {
  font: 500 16px/1.9em "Lato";
  letter-spacing: 0.6px;
}

p {
  font: 500 16px/1.9em "Lato";
  letter-spacing: 0.6px;
  display: block;
  margin-bottom: 15px;
}

.small {
  font-size: 14px;
}

.titre {
  font: 600 65px/1.2em "Lato";
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  color: #1f2e6d;
}

@media (max-width: 1200px) {
  .titre {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1000px) {
  .titre {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 700px) {
  .titre {
    font-size: 30px;
    line-height: 40px;
  }
}
.sous_titre {
  font: 400 20px/1.2em "Lato";
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #4585c6;
}

@media (max-width: 1200px) {
  .sous_titre {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 700px) {
  .sous_titre {
    font-size: 16px;
    line-height: 28px;
  }
}
.ul_style {
  appearance: none;
  margin: 10px 0;
  list-style: none;
  padding: 0;
}
.ul_style li {
  position: relative;
  padding: 3px 0 3px 20px;
  color: #4585c6;
}
.ul_style li::after {
  content: "";
  background: url(../images/arrow_list.svg) 0 no-repeat transparent;
  background-size: 7px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
}

.tel {
  position: relative;
  background: url(../images/icon_tel.svg) 0 50% no-repeat;
  background-size: 15px;
}
.tel a {
  padding-left: 30px;
}

.mail {
  position: relative;
  background: url(../images/icon_mail.svg) 0 50% no-repeat;
}
.mail a {
  padding-left: 30px;
  transition: all 300ms ease-in-out;
}

main .tel a, main .mail a {
  transition: all 300ms ease-in-out;
  padding-left: 30px;
}

@media (min-width: 1201px) {
  main .tel a:hover, main .mail a:hover {
    color: #4585c6;
    padding-left: 35px;
  }
  main .localisation:hover {
    color: #4585c6;
    padding-left: 35px;
  }
}
.localisation {
  position: relative;
  background: url(../images/icon_localisation.svg) 0 2px no-repeat;
  background-size: 14px;
  padding-left: 30px;
  transition: all 300ms ease-in-out;
  margin-bottom: 10px;
}

@media (min-width: 1201px) {
  .localisation a:hover {
    color: #4585c6;
  }
}
.heures {
  position: relative;
  background: url(../images/icon_heures.svg) 0 3px no-repeat;
  background-size: 24px;
  padding-left: 35px;
}

.footer {
  position: relative;
  padding-top: 80px;
  margin-top: 100px;
  background-color: #1C2541;
  color: #fff;
}
.footer .content {
  display: flex;
}
.footer .titre {
  color: #fff;
  font-size: 35px;
}
.footer .bloc_footer {
  margin: 40px 150px 80px 0;
}
.footer .rs {
  position: absolute;
  top: 0;
  right: 5vw;
  scroll-behavior: smooth;
}
.footer .rs .scroll_top {
  position: relative;
  scroll-behavior: smooth;
}
.footer .rs .scroll_top::after {
  content: "";
  background: url(../images/arrow_link.svg) 50% no-repeat;
  width: 14px;
  height: 40px;
  display: block;
}
.footer .footer_bottom ul {
  display: flex;
  padding: 10px 0;
}
.footer .footer_bottom ul li {
  list-style: none;
  font-size: 10px;
  margin-right: 60px;
  position: relative;
}
.footer .footer_bottom ul li::after {
  content: "";
  width: 1px;
  height: 8px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 11px;
  right: -30px;
}
.footer .footer_bottom ul li:last-child::after {
  display: none;
}

@media (min-width: 1201px) {
  .footer .coordonnees a {
    transition: all 300ms ease-in-out;
  }
  .footer .coordonnees a:hover {
    color: #4585c6;
  }
}
@media (max-width: 700px) {
  .footer {
    padding-top: 40px;
    margin-top: 50px;
  }
  .footer .content {
    flex-direction: column;
  }
  .footer .titre {
    font-size: 25px;
  }
  .footer .bloc_footer {
    margin: 20px 0 20px 0;
  }
}/*# sourceMappingURL=main.css.map */