@import url("https://fonts.googleapis.com/css2?family=Ruda:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
.roboto {
  font-family: "Roboto", sans-serif !important; }

.roboto-slab {
  font-family: "Roboto Slab", sans-serif !important; }

.poppins {
  font-family: "Poppins", sans-serif !important; }

.lato {
  font-family: "Lato", sans-serif !important; }

.montserrat {
  font-family: "Montserrat", sans-serif !important; }

.order-6 {
  order: 6 !important; }

.order-7 {
  order: 7 !important; }

.order-8 {
  order: 8 !important; }

.order-12 {
  order: 12 !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Roboto Slab", sans-serif !important;
  width: 100vw !important;
  overflow-x: hidden !important; }

/* DISPLAYS AND TEXTS */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Ruda", sans-serif; }

p, h6, li {
  font-family: "Roboto Slab", sans-serif; }

h2, .h2 {
  font-weight: 800 !important; }

small {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400 !important;
  font-size: 12px !important;
  color: #575757; }

.semibold {
  font-weight: 600; }

/*.uppercase{
  text-transform: uppercase;
}*/
li {
  font-size: 16px; }

/* SECTIONS */
.section-1 {
  background-image: url(../src/img/hero_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  z-index: 2; }
  .section-1 .hero {
    background-color: white;
    padding: 3rem 9rem; }
    .section-1 .hero img {
      height: 90px;
      padding-bottom: 2rem; }

.section-1-left {
  background-color: #FAFAFA;
  height: 100%;
  width: 100vw;
  overflow: hidden; }
  .section-1-left .block {
    position: absolute;
    background-color: var(--primary-color);
    margin-top: -250px;
    height: 500px;
    width: 150%;
    transform: rotate(-5deg);
    z-index: 0; }
  .section-1-left .hero {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3rem 4rem;
    z-index: 1; }
  .section-1-left .img-right {
    background-image: url(../src/img/hero_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1; }

.section-2 {
  position: relative;
  z-index: 5;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.1);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f2f2; }
  .section-2 .titre {
    width: 90%;
    margin: 25px auto;
    color: #003040;
    font-size: 16px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px; }
  .section-2 .service-line {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
  .section-2 .itemblock {
    width: 250px;
    margin: auto; }
  .section-2 .imgservice {
    margin: auto;
    width: 60px;
    margin-top: 25px; }

.services02 .itemblock {
  width: 100%;
  padding: 0 3rem 2rem 3rem;
  margin-bottom: 3rem; }
.services02 h5 {
  font-weight: 800;
  color: #003040;
  font-size: 18px; }
.services02 .imgservice {
  width: 80px;
  background-color: #ffbfc8;
  padding: 15px;
  margin-top: 0;
  margin: 1.5rem auto 2.5rem auto; }
.services02 source {
  display: none; }

.section-3 {
  position: relative;
  background: #FAFAFA; }

.section-4 {
  position: relative;
  z-index: 5;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1); }
  .section-4 a {
    text-decoration: none; }
    .section-4 a:hover h6 {
      color: #6a6f74; }
    .section-4 a:hover img {
      filter: brightness(80%); }
  .section-4 h6 {
    color: #212529;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 20px;
    text-align: center; }
  .section-4 h2 {
    font-size: 24px; }
  .section-4 .item2 {
    margin: 35px 20px 20px 20px;
    height: 150px;
    text-align: center; }
    .section-4 .item2 img {
      height: 100%;
      transition: all 0.3s ease; }

.section-5 {
  padding-top: 40px;
  background: #FAFAFA; }
  .section-5 form, .section-5 input, .section-5 option, .section-5 select, .section-5 textarea {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 500;
    font-size: 14px; }
  .section-5 .form-check-input:checked[type=checkbox] {
    background-image: url("https://www.svgrepo.com/show/125862/check.svg");
    padding: 1px; }
  .section-5 .form-check-input:focus, .section-5 .form-control:focus, .section-5 .form-select:focus {
    box-shadow: none; }

/* NAVBAR */
.nav-link {
  padding: 0.3rem 0.5rem !important; }

.navbar-brand source,
.navbar-brand img {
  width: 70px; }

.nav-link.third:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.nav-link.after.active:after,
.nav-link.after:hover:after {
  width: 100%; }

.navbar-toggler:focus {
  box-shadow: none !important; }

/* ANCHORS */
#section-services {
  /*transform: translateY(-100px);*/ }

/* ELEMENTS */
/*.btn-main{
    position: relative;
  	border : 1px solid $black ;
  	background-color: $white;
  	color: $black;
  	transition : 0.3s ease;
  	box-shadow: 0px 0px 0px $color-primary;
    padding: 5px 25px 5px 25px !important;
  	font-family : $font-secondary;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    transition: all 0.3s ease;
    &:hover{
    	box-shadow: 5px 5px 0px $color-primary;
    	background-color: $light-grey;
    	}
  }*/
#section-formules .card {
  width: 22rem;
  overflow: hidden; }
  #section-formules .card .card-title {
    font-family: "Ruda", sans-serif;
    font-weight: 800;
    font-size: 21px; }
  #section-formules .card .card-text {
    font-family: "Ruda", sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding: 1rem; }
  #section-formules .card li {
    font-size: 15px; }
  #section-formules .card .list-group {
    min-height: 295px; }

.flat-card {
  background-color: #ffffff;
  box-shadow: none;
  width: 22rem; }
  .flat-card .card-title {
    font-family: "Ruda", sans-serif;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 24px; }
  .flat-card h4 {
    font-family: "Roboto Slab", sans-serif;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 18px; }
  .flat-card .card-text {
    font-family: "Roboto Slab", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 1rem;
    border: none; }
  .flat-card li {
    font-size: 15px; }
  .flat-card .list-group {
    height: 300px; }

#section-equipe .card .card-pic {
  max-height: 250px;
  width: auto;
  overflow: hidden; }
  #section-equipe .card .card-pic img {
    filter: grayscale(1);
    transform: scale(1.05); }

/*.form-access:hover{
  color: #000;
}*/
.highlighted {
  background-color: #ffbfc8; }

.yellow-hr {
  height: 2px !important;
  background-color: #ffbfc8;
  border: 1px solid #ffbfc8;
  margin-top: 25px !important;
  opacity: 1 !important; }

.form-check-label {
  font-size: 12px;
  opacity: 0.8; }

#section-newsletter {
  padding: 80px 0;
  background: #ffffff;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.1); }
  #section-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    #section-newsletter .single .btn {
      min-height: 50px;
      background: #ffbfc8;
      color: #000000; }
      #section-newsletter .single .btn:focus {
        box-shadow: none;
        border-style: solid;
        border-width: 0.5px 0.5px 0.5px 1px; }
      #section-newsletter .single .btn:hover {
        background: #f6b5bf; }
    #section-newsletter .single h4 {
      font-size: 18px;
      color: #000000;
      margin-bottom: 40px;
      font-weight: 600; }
    #section-newsletter .single .form-control {
      height: 50px;
      background: rgba(255, 255, 255, 0.6);
      border-color: transparent; }
    #section-newsletter .single .form-control:focus {
      box-shadow: none;
      border-style: solid;
      border-width: 0.5px 1px 0.5px 0.5px; }

/*#section-gallery{
  img{
    transform: translate(0px, 0px);
    box-shadow: 0px 0px 0px $dark-grey;
    transition: all 0.3s ease;
    border: 1px solid $black;
  }
  img:hover{
    transform: translate(-8px, -8px);
    box-shadow: 15px 15px 0px $dark-grey;
  }
}*/
/* FOOTER */
footer {
  bottom: 0px;
  position: relative;
  min-height: 50px;
  background: #ffffff;
  padding: 0.5rem 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  footer i::before {
    color: #003040;
    font-size: 14px; }
  footer i:hover {
    opacity: 0.8; }

.copyright {
  color: #003040;
  font-size: 12px;
  font-weight: 600; }
  .copyright a {
    text-decoration: none;
    color: #003040; }
    .copyright a:hover {
      opacity: 0.8;
      color: #003040; }

/* MEDIAQUERIES */
@media only screen and (max-width: 1400px) {
  .section-1 .hero {
    padding: 3rem 6rem; } }
@media only screen and (max-width: 768px) {
  .section-1 .hero {
    padding: 3rem 3rem; }

  .navbar-toggler {
    margin-right: 3rem; }

  .nav-link.after:after {
    height: 0px;
    width: 0;
    background: none;
    display: none; }

  .nav-link.after:hover:after {
    width: 0%; }

  .nav-link.after.active:after {
    width: 0%; }

  .nav-link {
    padding: 8px 0 0 0 !important;
    transition: all 0.3s ease; }

  .textnavlink {
    margin: 0rem 1rem 0.5rem 1rem; } }
@media only screen and (max-width: 576px) {
  .modal-dialog {
    max-width: 1200px !important; }

  .section-1 .hero {
    background-color: rgba(255, 255, 255, 0.95); }

  header .btn-main {
    padding: 1px 10px 2px 10px !important;
    font-size: 14px; }

  .navbar-toggler {
    margin-right: 2rem; } }
@media only screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 1200px !important; } }
/*MODALES*/
.modal-dialog {
  width: 80% !important;
  margin: auto !important; }

.modal-body, .modal-body li {
  font-size: 14px; }

.modal-title {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 21px; }

.modal-footer .btn-mod-close {
  position: relative;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: #003040;
  transition: 0.3s ease;
  padding: 3px 25px 4px 25px !important;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500 !important;
  font-size: 1rem !important; }
  .modal-footer .btn-mod-close:hover {
    opacity: 0.7; }

/* OWL CAROUSEL */
.owl-carousel {
  padding: 25px 0 0 0;
  overflow-x: hidden;
  overflow-y: visible;
  height: 300px; }
  .owl-carousel a {
    text-decoration: none; }
    .owl-carousel a:hover h6 {
      color: #6a6f74; }
    .owl-carousel a:hover img {
      filter: brightness(80%); }
  .owl-carousel .item {
    margin: 35px 10px 20px 10px;
    height: 150px;
    text-align: center; }
    .owl-carousel .item img {
      height: 100%;
      transition: all 0.3s ease; }
    .owl-carousel .item h6 {
      color: #212529;
      font-weight: 500;
      font-size: 14px;
      margin-top: 35px; }

.owl-stage {
  display: flex;
  flex-direction: row !important; }

.owl-nav, .owl-dots {
  display: none !important; }

.cr {
  width: 200px;
  padding: 10px;
  position: absolute;
  text-align: center;
  color: #f0f0f0;
  z-index: 5;
  background-color: #ffbfc8; }

.cr-top {
  top: 12px; }

.cr-right {
  right: -65px; }

.cr-top.cr-right {
  transform: rotate(45deg); }

.ribbon-icon {
  height: 32px;
  transform: rotate(-45deg); }

.social .fa-desktop {
  margin-top: .1rem; }
  .social .fa-desktop:before {
    font-size: .8rem; }

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