/* 
Fonts
*/

@import url("https://fonts.googleapis.com/css2?family=Exo&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope&family=Nunito&family=Work+Sans:wght@300&display=swap");

* {
  font-family: "Inter", sans-serif;
}

/* /Fonts */

html {
  max-width: 100%;
  overflow-x: hidden;
}

/* Typo */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--title-font) !important;
  font-weight: 700 !important;
}

p {
  font-size: 16px;
  color: var(--main-font);
}
a {
	text-decoration: none !important;
	color: #004D99 !important;
}
a:hover {
	text-decoration: none;
	color:#FA4400 !important;n
}
div {
  font-size: 16px;
  color: var(--main-font);
}

/* /Typo */

/* Var */
:root {
  --white: #fff;
  --black: #000;
  --title-font: #011128;
  --background-grey: #f0f7f6;
  --green-light: #EDF4FA;
  --red-light: #f74f4f;
  --map: #acb8e1;
  --map-hover: #858fb4;
  --orange: #FA4400;
  --strong-orange: #FB4400;
  --white-pink: #f4cbc7;
  --light-orange: #F7C67D;
  --main-font: #0B1D3F;
  --step-fourth: #af0d0a;
  --step-third: #d03932;
  --step-second: #f84c42;
  --step-first: #f38f8d;
  --white-yellow: #FFF4D7;
  --white-grey: #EDF1F4;
  --mobile-hover: #CED6E3;
}

/* /Var */

/* Layout */

.container {
  max-width: 1320px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.text-justify {
  text-align: justify;
}

.text-orange {
  color: var(--strong-orange);
  font-weight: 600;
}

.text-white-grey {
  color: var(--white-grey);
}

.text-grey {
  color: var(--background-grey);
}

.bg-white-yellow {
  background-color: var(--white-yellow);
}

hr {
  color: var(--main-font) !important;
}

.section-main {
  background-color: var(--main-font);
}

.main-font {
  background-color: var(--main-font);
}

/* /Layout */

/* Header */

.header-nav {
  background-color: var(--white);
  padding: 15px 30px;
}

.header-banner span {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}

.navbar-toggler {
  border: unset !important;
  border-radius: unset !important;
}

.navbar-toggler-icon {
  width: 2rem !important;
  height: 1.5rem !important;
}

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

.dropdown-toggle {
  text-decoration: none !important;
}

.dropdown-menu {
  --bs-dropdown-border-radius: none !important;
  --bs-dropdown-margin-y: 10px !important;
  --bs-dropdown-padding-y: none !important;
  --bs-dropdown-border-color: none !important;
  --bs-dropdown-min-width: 15rem !important;
  background-color: #f2f2f2 !important;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 10px !important;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #d0d6e1 !important;
  color: var(--main-font) !important;
}

.nav-mobile {
  background-color: rgb(236, 236, 236) !important;
}

.nav-item-mobile {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-item-mobile .dropdown-menu {
  background-color: rgb(236, 236, 236) !important;
}

.nav-item-mobile:hover {
  background-color: var(--mobile-hover) !important;
}

.nav-item-mobile .dropdown a {
  font-size: 20px;
  font-weight: 700;
}

.nav-item-mobile .nav-link{
  font-size: 20px;
  font-weight: 700;
}

#mobile-dropdown .dropdown-menu li a{
  font-size: 16px;
  font-weight: 400;
}


.nav-item-mobile .dropdown-menu .list-unstyled .show {
  background: red !important;
}

/* Navbar */

.header-nav {
  background-color: var(--white);
}

.navbar-logo {
  max-width: 200px;
  max-height: 250px;
}

.nav-item {
  padding-left: 20px;
  padding-right: 20px;
}

.nav-item a {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-font);
  text-transform: none;
}

.btn-rdv span:hover {
  color: var(--map);
}

.span-nav {
  color: var(--main-font);
  font-weight: 700;
  font-size: 18px;
}

.tel-number {
  font-size: 19px;
  font-weight: 700;
}

.btn-rdv {
  line-height: 15px;
}

.nav-item a:hover {
  color: var(--orange);
}

.font-link{
	font-size: 14px !important;
}
.font-link a{
	color:#0B1E3F !important;
}
.font-link a:hover{
	color:#FB4400 !important;
}

.btn-call {
  padding: 10px 20px;
  border: 1px solid var(--orange);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--orange);
}

.btn-about {
  padding: 10px 20px;
  border: 1px solid var(--main-font);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--main-font);
}

.btn-call a {
  color: var(--white);
  text-decoration: none;
}

.btn-about a {
  color: var(--white);
  text-decoration: none;
}

.btn-contact {
  padding: 10px 20px;
  border: 1px solid var(--red-light);
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--red-light);
  border-radius: 25px;
}

.btn-contact:hover {
  border: 1px solid var(--main-font);
  background-color: var(--main-font);
}

.btn-contact:hover a {
  color: var(--white) !important;
}

.btn-contact a {
  color: var(--white) !important;
  text-decoration: none;
}

.active {
  color: var(--orange) !important;
}


/* /Navbar */
/* /Header */

/* Banner Img */

.bg-banner {
  background-color: aliceblue;
  padding: 50px 0 50px 0;
}

.banner-title {
  color: var(--main-font);
}

.banner-section {
  align-items: center;
}

.banner-box {
  position: relative;
  margin-left: -23vw;
  z-index: 99;
  min-width: 23vw;
  max-width: 26vw;
  background-color: var(--green-light);
  padding: 50px 30px;
  border: 1px solid var(--green-light);
}

.banner-box p {
  font-size: 20px;
}

.banner-box a {
  color: var(--main-font);
}

.rating {
  color: var(--main-font);
}

.rating i {
  color: rgb(252, 172, 0);
}

/* /Banner Img */

/* Template */


.btn-call-1 {
  padding: 10px 20px;
  border: 1px solid var(--light-orange);
  color: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--light-orange);
  border-radius: 25px;
}

.btn-call-1:hover {
  border: 1px solid var(--main-font);
  background-color: var(--main-font);
}

.btn-call-1:hover a {
  color: var(--white) !important;
}

.btn-call-1 a {
  color: var(--main-font) !important;
  text-decoration: none;
}

.btn-devis {
  padding: 10px 20px;
  border: 1px solid var(--strong-orange);
  color: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--strong-orange);
  border-radius: 25px;
}

.btn-devis:hover {
  border: 1px solid var(--main-font);
  background-color: var(--main-font);
}

.btn-devis:hover a {
  color: var(--white) !important;
}

.btn-devis a {
  color: var(--white) !important;
  text-decoration: none;
}

.btn-about-1 {
  padding: 10px 20px;
  border: 1px solid var(--main-font);
  color: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--main-font);
  border-radius: 25px;
}

.btn-about-1:hover {
  border: 1px solid var(--white);
  background-color: var(--white);
}

.btn-about-1:hover a {
  color: var(--main-font) !important;
}

.btn-about-1 a {
  color: var(--white) !important;
  text-decoration: none;
}

.banner-city {
  background-color: var(--green-light);
  min-height: 200px;
}

.city-title {
  color: var(--main-font);
}

.city-content {
  align-items: center;
  padding-top: 130px;
  color: var(--main-font);
}

.breadcrumb a {
  color: var(--main-font);
}

.city-list li a {
  color: var(--main-font);
}

.intervention i {
  color: var(--main-font);
}

.testimonial-card {
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 80px;
  background-color: var(--white-grey);
}

.testimonial-img {
  width: 40%;
  position: relative;
  margin-top: -60px;
  margin-left: 85px;
}

.brand-img {
  width: 70%;
}

.img-serrurier {
  background-color: var(--white-grey);
  z-index: 999;
}

.banner-box-img {
  width: max-content;
  max-width: 50vw;
  height: max-content;
}


.badge {
  --bs-badge-padding-x: 0.90rem !important;
  --bs-badge-padding-y: 0.90rem !important;
  --bs-badge-font-size: 0.90rem !important;
  --bs-badge-font-weight: 400 !important;
}

.list-tarif li {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* /Template */

/* Liste */
li {
	list-style: none;
}

/* Liste */

/* Home Section */

.home-text {
  font-size: 20px;
}

.home-title {
  color: var(--main-font);
}

.home-img {
  padding-left: 20px;
}

.map-text {
  font-size: 22px;
  font-weight: 600;
  color: var(--orange);
}

#map {
  margin-top: -60px;
}

.map-list li .icon {
  color: var(--green-light);
  font-weight: 900;
}

.map-list .map-list-item a {
  color: var(--main-font);
  text-decoration: none;
}

.card-number {
  color: var(--main-font);
  font-size: 18px;
  text-align: center;
  align-items: center;
}

.card-number .number-plus {
  font-size: 48px;
  color: var(--main-font);
}

.number {
  color: var(--orange);
  font-weight: 600;
  font-size: 48px;
}

/* /Home Section */

/* Card Section */

.card-step {
  margin-bottom: 20px;
}

.img-step {
  width: 65%;
  z-index: 1;
}

.number-step {
  display: inline-block;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  min-width: 48px;
  min-height: 48px;
  border-radius: 100%;
  z-index: 2;
}

.number-step span {
  position: relative;
  top: 10px;
}

.text-step {
  margin-top: 15px;
}

.step-first {
  background-color: var(--step-first);
}

.step-second {
  background-color: var(--step-second);
}

.step-third {
  background-color: var(--step-third);
}

.step-fourth {
  background-color: var(--step-fourth);
}

/* /Card Section */

/* List Section */

.list-section ul li a {
  color: var(--black);
  text-decoration: none;
}

.list-section ul li:hover {
  text-decoration: underline;
}

/* / List Section */

/* Accordion */

.accordion-button:not(.collapsed) {
  background-color: var(--white-yellow) !important;
  color: var(--black) !important;
}

.accordion-item {
  color: var(--main-font) !important;
}

.accordion-header button {
  color: var(--black) !important;
}

/* /Accordion */

/* Contact */

.form-contact {
  padding-left: 20px;
}

/* Card Contact */
.card-content {
  padding: 20px 40px;
  background-color: var(--main-font);
}

.contact-list li {
  padding-top: 20px;
}

.contact-icon {
  color: var(--white);
  padding: 10px;
  border: 1px solid var(--white);
}

.contact-desc {
  color: var(--white);
}

.contact-desc a {
  color: var(--white);
}

.home-title a {
  color: var(--main-font);
}

/* /Card Contact */
/* /Contact */

.btn-next {
  padding: 10px 20px;
  border: 1px solid var(--green-light);
  color: var(--main-font);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--green-light);
}

/* Swiper */

.swiper {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.swiper-card {
  padding: 0px 30px 0px 30px;
}

.swiper-slide {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* /Swiper */

.error-input {
  border: 1px solid var(--red-light) !important;
}

.radio-box {
  padding: 5px 0px 10px 0px;
}

.fci {
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  border-color: var(--green-light);
  border-radius: 0% !important;
  border: 2px solid;
  color: var(--green-light);
  background-color: #f8f9fa;
  padding: 10px 20px;
}

input[type="radio"]:checked+label {
  border-color: var(--main-font);
  border-radius: 0%;
  color: var(--main-font);
  background-color: var(--white);
  font-weight: 600;
}

.swiper-back-button {
  background-color: var(--black);
  color: var(--white);
  padding: 10px;
  border: 1px solid var(--black);
  font-weight: 900;
}

.swiper-next-button {
  background-color: var(--main-font);
  border: 1px solid var(--main-font);
  color: var(--white);
  padding: 10px 20px;
  font-weight: 900;
}

.swiper-btn-send {
  background-color: var(--green-light);
  color: var(--main-font);
  padding: 10px;
  border: 1px solid var(--green-light);
}

.progress {
  border-radius: 0px !important;
  margin-left: 15px;
  margin-right: 15px;
  --bs-progress-height: 5px !important;
}

.progress-swiper {
  background-color: var(--green-light) !important;
}

/* /Swiper */
/* Footer */

.footer-img {
  max-width: 200px !important;
}

footer {
  padding-top: 100px;
  background-color: var(--white-grey);
}

footer p {
  color: var(--main-font);
}

footer a {
  color: var(--main-font);
  text-decoration: none;
}

.underline-hover:hover {
  text-decoration: underline;
}

footer ul li {
  color: var(--main-font);
}

footer ul li a {
  color: var(--main-font);
  text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
  color: var(--orange);
}


.footer-tel {
  font-size: 25px;
  font-weight: 900;
}

.footer-title {
  font-weight: 400;
}

.footer-tel:hover {
  color: var(--red);
}

/* /Footer */

#totop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-color: var(--main-font);
  color: var(--white);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 1px solid var(--main-font);
  border-radius: 25px;
  font-size: 18px;
  text-align: center;
  padding-top: 6px;
  line-height: 34px;
}

#totop.show {
  bottom: 100px;
}

#btnCallCenter {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
  color: var(--white);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 40px;
}

#btnCallCenter.show {
  bottom: 100px;
}

#btnCallLeft {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  color: var(--white);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 20px;
}

#btnCallLeft.show {
  bottom: 100px;
}

/* Responsive */

@media (min-width: 1500px) and (max-width: 1600px) {
  .banner-box {
    max-width: 45vw;
  }

  .banner-btn {
    display: inline-block;
  }
}

@media only screen and (max-width: 1500px) {
  .banner-box {
    max-width: 50vw;
  }

  .banner-btn {
    display: inline-block;
  }
}

@media only screen and (max-width: 1200px) {
  .banner-box {
    max-width: 60vw;
  }
}

@media only screen and (max-width: 992px) {
  .banner-box {
    max-width: 70vw;
  }
}

@media only screen and (max-width: 768px) {
  .banner-box {
    max-width: 75vw;
  }
}

@media only screen and (max-width: 600px) {
  .banner-box {
    max-width: 90vw;
	margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .home-img {
    max-width: 80% !important;
  }
}

@media screen and (min-width: 992px) {
  .home-img {
    max-width: 80% !important;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-box-img img {
    height: 50vh;
  }
}

@media only screen and (max-width: 992px) {
  .banner-box-img img {
    height: auto;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .testimonial-img {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .testimonial-img {
    width: 30%;
    margin-left: 180px;
    margin-top: -80px;
  }
}

@media only screen and (max-width: 768px) {
  .brand-img {
    width: 40%;
  }
.banner-box-img {
  max-width: 100%;
}
}

@media only screen and (max-width: 450px){
  .navbar-logo {
    width: 100px;
    height: auto;
  }
}


/* /Responsive */