@charset "UTF-8";
@import url(plugins/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap");
/*----------*/
/* Settings */
/*---------*/
/*------*/
/* Typo */
/*------*/
/*----------*/
/*-- FONT --*/
/*----------*/
body {
  font-family: "Lato", sans-serif;
  color: #000000; }

body, p, span, a, .link, button.link {
  font-size: calc(1rem + .035vw); }

.btn, .btn-primary, form button, .link {
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
  text-transform: inherit;
  font-weight: 700;
  font-family: "Lato", sans-serif; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .title a {
    font-size: 100%;
    font-weight: 700 !important; }

h1, .h1 {
  font-size: calc(2.4rem + .035vw); }

h2, .h2 {
  font-size: calc(2rem + .035vw); }

h3, .h3 {
  font-size: calc(1.6rem + .035vw); }

h4, .h4 {
  font-size: calc(1.4rem + .035vw); }

h5, .h5, h6, .h6 {
  font-size: calc(1rem + .035vw); }

p {
  white-space: normal !important; }

p a, small a {
  font-size: 100%; }

.text-shadow {
  text-shadow: 2px 1px 9px #000000;
  -wekit-text-shadow: 2px 1px 9px #000000;
  -moz-text-shadow: 2px 1px 9px #000000;
  -o-text-shadow: 2px 1px 9px #000000; }

blockquote {
  opacity: 0.75;
  font-style: italic;
  padding: 1.5rem; }
  blockquote p:before, blockquote p:after {
    font-size: 130%;
    font-weight: bold; }
  blockquote p:before {
    content: '« '; }
  blockquote p:after {
    content: ' »'; }
  blockquote cite {
    text-align: right;
    display: block;
    font-weight: bold; }

/*----------------------*/
/* -------------------- */
/* Animations */
/* -------------------- */
/*----------------------*/
/* -------------------- */
/* Animation bouton */
/* -------------------- */
/*https://ianlunn.github.io/Hover/*/
/* -------------------- */
/* Scroll fire */
/* -------------------- */
@media (min-width: 991.98px) {
  .fadeScroll, .fadeScrollRight, .fadeScrollLeft {
    opacity: 1;
    -webkit-transition: transform 0.4s, opacity 0.4s;
    -moz-transition: transform 0.4s, opacity 0.4s;
    -ms-transition: transform 0.4s, opacity 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s; }
    .fadeScroll.not-visible, .fadeScrollRight.not-visible, .fadeScrollLeft.not-visible {
      opacity: 0; }

  .fadeScrollRight, .fadeScrollLeft {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

  .fadeScrollRight.not-visible {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px); }

  .fadeScrollLeft.not-visible {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px); }

  .fadeScroll {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    .fadeScroll.not-visible {
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      -o-transform: translateY(50px);
      transform: translateY(50px); } }
/* Setting */
.tag {
  font-size: 0.9rem;
  display: inline-block; }

.bg-img {
  background-repeat: no-repeat;
  background-position: center center; }

.btn, .btn-primary, form button {
  display: inline-block;
  text-align: center;
  white-space: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0 solid transparent;
  padding: 1rem 1.2rem;
  line-height: 1.1rem;
  border-radius: 0;
  font-size: calc(1rem + .035vw);
  margin-top: 1rem;
  font-weight: 700;
  text-transform: uppercase; }
  .btn:focus, .btn-primary:focus, form button:focus, .btn:hover, .btn-primary:hover, form button:hover, .btn:active, .btn-primary:active, form button:active {
    text-decoration: none;
    outline: 0 transparent; }
  .btn svg, .btn-primary svg, form button svg {
    position: relative;
    top: -3px; }

body:after {
  content: '';
  display: block;
  background-image: url(../medias/pattern-az.png);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; }

main, footer {
  background-color: #fff; }

header {
  text-align: center;
  background-color: #fff;
  margin-top: 150px; }
  header h1 {
    background-color: #fff;
    margin-bottom: 0;
    color: #009FE3;
    line-height: 2.1rem; }
  header h1 span {
    font-size: calc(1.6rem + .035vw);
    display: block;
    color: #000000;
    margin-top: 5px; }

.btn-primary, form button {
  background-color: #009FE3;
  color: #fff; }
  .btn-primary:focus, form button:focus, .btn-primary:hover, form button:hover, .btn-primary:active, form button:active {
    background-color: #000000;
    color: #fff; }

form label {
  display: block;
  font-weight: 700; }
form textarea, form input:not([type="checkbox"]), form select {
  display: block;
  width: 100%;
  padding: 0.5rem; }
form input:not([type="checkbox"]) {
  background-color: #f2f2f2;
  border: 0;
  border-bottom: 2px solid #009FE3;
  -webkit-transition: border-bottom-color 300ms;
  -moz-transition: border-bottom-color 300ms;
  -ms-transition: border-bottom-color 300ms;
  -o-transition: border-bottom-color 300ms;
  transition: border-bottom-color 300ms; }
  form input:not([type="checkbox"]):focus, form input:not([type="checkbox"]):active {
    border-color: #E5007D;
    outline: transparent auto 0px; }

.forminator-label--forminator-success {
  background: #009FE3;
  padding: 1rem;
  text-align: center;
  color: #fff;
  margin-bottom: 2rem; }
  .forminator-label--forminator-success p {
    margin-bottom: 0; }

#forminator-field-number-1 {
  width: calc(50% - 15px); }

.forminator-required {
  color: #E5007D; }

.forminator-error-message {
  display: block;
  padding: 0.5rem 1rem;
  background: rgba(229, 0, 125, 0.8);
  color: #fff; }

.forminator-checkbox-label {
  margin-left: 0.3rem; }

#complet, .forminator-label--info {
  width: 100%;
  padding: 1rem;
  background: rgba(229, 0, 125, 0.8);
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 2rem; }

footer a {
  font-weight: 700;
  color: #009FE3;
  -webkit-transition: color 300ms;
  -moz-transition: color 300ms;
  -ms-transition: color 300ms;
  -o-transition: color 300ms;
  transition: color 300ms; }
  footer a:hover, footer a:focus {
    color: #E5007D; }

@media (min-width: 992px) {
  .container {
    max-width: 800px !important; } }
@media (max-width: 580px) {
  .container {
    padding-left: 7%;
    padding-right: 7%; } }
/*
 <a href="<?php echo esc_url( home_url( '/' ) ); ?>">
            <img id="logo" src="<?php echo get_template_directory_uri() ?>/medias/az-print-logo.svg" alt="<?php bloginfo( 'name' ); ?>" >
        </a>
*/

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