/* 
 Theme Name:     Larouche
 Author:         Larouche Marketing | Communications
 Author URI:     https://larouchemc.com 
 Version:        1.0 
*/
/****** Stylesheets ********/
:root {
  --gris: #63666A;
  --bleu: #4698CB;
  --gris-pale: #D7D7D7; 
  --gris-blanc: #F5F5F5;
  --gris-ligne: #AFAFAF;

}

* {
  margin: 0px;
  padding: 0px;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #000;
  position:relative;
}

html {
  height: 100%;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: -1.2px;
  @media screen and (max-width: 1024px) {
    font-size:50px;
    line-height: 50px;
  }
  @media screen and (max-width: 390px) {
    font-size:36px;
    line-height: 36px;
    letter-spacing: normal;
  }
  @media screen and (max-width: 360px) {
    font-size:33px;
    line-height: 33px;
  }
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  letter-spacing: -1.2px;
  @media screen and (max-width: 1024px) {
    font-size:35px;
    line-height:39px;
  }
  @media screen and (max-width: 390px) {
    font-size:30px;
    line-height: 36px;
    letter-spacing: normal;
  }
  @media screen and (max-width: 360px) {
    font-size:28px;
    line-height: 30px;
  }
}

h3 {
  color: var(--bleu);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height:  20px;
  text-transform: uppercase; 
  color: var(--gris);
}

.surtitre {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--gris);
}

.intro {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: -0.4px;
  @media screen and (max-width: 1024px) {
    font-size:18px;
    line-height:25px;
  }
  @media screen and (max-width: 360px) {
    font-size:17px;
    line-height: 20px;
  }
}

p,
.lienMenu {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-decoration: none;
}
.slogan{
  @media screen and (max-width: 1024px) {
    font-size:18px;
  }
  @media screen and (max-width: 390px) {
    display: none;
  }
}

.lienMenu:hover {
  color: var(--bleu) !important;
}


.container {
  width: 1130px;
  max-width: 90%;
  margin: 0 auto;
  @media screen and (max-width: 1024px) {
    width:90%;
  }
}

footer {
  position: relative;
}  

header {
  position: absolute;
  background-color: transparent;
  z-index: 3;
  width: 100%;
}

a.bouton {
    display: flex;
    align-items: center;
    width: max-content;
    margin-top: 28px;
  text-decoration:none;
    p {
        font-size: 12px;
        font-weight: 700;
        padding: 6px 20px;
        text-transform: uppercase;
    }
}

#plus1, #plus2, #plus3, #plus4 {
  cursor: pointer;
}

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