@charset "utf-8";
/*
Theme Name:		Votre thème
Description: 	Thème créé sur mesure pour vous!
Version: 		1.0.0

Author: 		Duo
Author URI: 	https://duoeg.com
Template: 		starting-point
Text Domain:	starting-point-child 
*/
body {
  color: #141414;
  font-family: 'Roboto Flex', sans-serif;
  background-color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.site-header {
  position: relative;
  padding: clamp(50px, 7.5vw, 145px) 0 clamp(50px, 6vw, 125px);
}
.site-header .row {
  display: flex;
  justify-content: center;
}
.site-header .site-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  background-position: top center;
  background-attachment: fixed;
}
.logo-container {
  display: inline-block;
  margin: 0 auto;
}
h1,
h2,
h3,
.sp_btn {
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}
h1 {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h1 small {
  display: block;
  color: inherit;
  letter-spacing: 2px;
}
@media (min-width: 1200px) {
  h1 {
    margin-top: 130px;
    font-size: 44px;
    line-height: 48px;
  }
}
h2 {
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
.sp_btn,
.sp_btn[class*="fx-"] {
  margin: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  color: #fff;
  padding: 10px 40px;
  background-color: #007BC2;
}
.sp_btn:before,
.sp_btn[class*="fx-"]:before {
  background-color: #006ba9;
}
.section-title-bar {
  text-align: center;
}
.section-title-bar .container {
  padding-bottom: 75px;
  margin-bottom: 82px;
  border-bottom: 1px solid #007BC2;
}
@media (min-width: 1500px) {
  .container {
    width: 1470px;
  }
}
.module-socialMedia {
  margin: 0 0 10px;
}
.module-socialMedia a {
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.module-socialMedia a span {
  display: inherit;
  color: initial;
}
.module-socialMedia a:active span,
.module-socialMedia a:focus span,
.module-socialMedia a:hover span {
  color: #007BC2;
}
.section a:not(.sp_btn) {
  color: #007BC2;
}
.section ul {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  .section-0 .row {
    display: flex;
    gap: 20px;
  }
  .section .sp-column {
    padding-right: 40px;
  }
  .section .sp-column + .sp-column {
    border-left: 1px solid #007BC2;
    padding-right: 0;
    padding-left: 40px;
  }
  .section ul {
    display: flex;
  }
  .section ul li {
    flex: 1 1 auto;
  }
  .section ul li ul {
    display: block;
  }
}
.signature-image .color1,
.signature-image .color2 {
  fill: #141414;
}
.site-footer {
  font-size: 12px;
}
.site-footer a {
  color: inherit;
}
.site-footer a:active,
.site-footer a:focus,
.site-footer a:hover {
  color: #007BC2;
}
.site-footer .container {
  padding: 40px 0;
  margin-top: 82px;
  border-top: 1px solid #007BC2;
}
.site-footer .row {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .site-footer .row {
    flex-direction: column;
  }
}
#toTop {
  background-color: #007BC2;
  opacity: 1 !important;
  border-radius: 4px;
  padding: 10px 12px;
}
@media (max-width: 991px) {
  .site-logo {
    max-width: 70vw;
    height: auto;
  }
  .bottom-part .row {
    margin: 0;
    padding: 0 15px;
  }
}
.navbar-header {
  display: none !important;
}
