@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    position: relative;
}

.navbar-item-custom,
.navbar-item-custom a {
    color: #f4f8ff;
}

.footer-custom {
    text-align: center;
    position: absolute;
    width: 100%;
    background-color: #dfeaff;
    padding-top: 20px;
    margin-top: 50px;
}

text-reset h5 {
    text-decoration: none;
    display: none;
}

.product-item h5 {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 1px;
}

.product-item {
    margin-top: 50px;
}

.product-item .product-subtitle {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.product-item .product-price {
    font-size: 15px;
    /* font-weight: bold; */
}

.product-container {
    margin-bottom: 150px;
}

.product-page-price {
    font-width: bold;
    font-size: 19px;
}

.cart-icon {
    height: 20px;
    padding-left: 20px;
}

.register-block {
    padding: 10px;
    background-color: #fafafa;
}

.block-small {
    max-width: 600px;
    margin: 0 auto;
}

.form-check {
    background-color: #f4f8ff;
    padding: 20px 65px;
    margin-top: 7px;
}

.col-form-label {
    font-weight: bold;
}

.order-summary {
    background-color: #f4f8ff;
    padding: 20px;
    margin-top: 22px;
}

.account-item {
    background-color: #f1f2f6;
    padding: 70px;
}

.account-item a {
    text-transform: uppercase;
    font-size: 13px;
    color: #4b6584;
    font-weight: bold;

}

.account-item a:hover {
    color: #778ca3;
    text-decoration: none;
}


/* card  */

ul {
    list-style-type: none;
    margin-left: 37%;
    padding: 0
}

.card-img-top {
    width: 100%;
    height: 15vw;
    /* height: 225px; */
    object-fit: cover;
}

.view {
    background-color: #dfe6e0;
    padding: 10px;
    margin: 20px;
}

.card {
    width: 95%;
    padding: 0px;
    margin-left: 2%;
    max-height: 650px;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18);
    border-radius: 0;
    border: 0;
}
.card-sm {
   
    width: 50%;
    margin-left: 2%;
    max-height: 350px;
    max-height: 650px;
    
}

.card-sm-order {
   
    width: 50%;
    margin-left: 2%;
    max-height: 650px;
    max-height: 650px;
    
}

.card-footer {
    background-color: #ff772e;
    font-weight: 200;
    width: 90%;
}

a:link{
    text-decoration: none;
}

.zoom-couleur {overflow:hidden}
.zoom-couleur img {width:100%;height:auto;filter:grayscale(30%)}
.zoom-couleur img:hover{width:100%;filter:grayscale(0%);-webkit-transform:scale(1.3);transform:scale(1.3);-webkit-transition:1s ease-in-out;transition:1s ease-in-out}
.price {
    color: #ff4517;
    font-weight: 600
}

.wrapper{
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.1);
}

.price-input{
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}
.price-input .field{
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
}
.field input{
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator{
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider{
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress{
    height: 100%;
    left: 25%;
    right: 25%;
    position: absolute;
    border-radius: 5px;
    background: #17A2B8;
}
.range-input{
    position: relative;
}
.range-input input{
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb{
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
input[type="range"]::-moz-range-thumb{
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17A2B8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
}
.contact-form{
    background: #fff;
    margin-top: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 7%;
}
.contact-form form .row{
    /* margin-bottom: -7%; */
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
.error-message{
    background-color: #ffffff;
    color: #333333;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.custom-info-window {
      background-color: #ffffff;
      color: #333333;
      padding: 10px;
      border-radius: 5px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }
    .bg-gradient {
        background: #C9D6FF;
        background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF); 
        background: linear-gradient(to right, #E2E2E2, #C9D6FF);
        } 
        ul li {
          margin-bottom:1.4rem;
        }
        .pricing-divider {
        border-radius: 20px;
        background: #C64545;
        padding: 1em 0 4em;
        position: relative;
        }
        .blue .pricing-divider{
        background: #2D5772; 
        }
        .marron .pricing-divider{
            background: #C69774; 
            }
        .grey .pricing-divider{
            background: #cad1d6; 
        }
        .pink .pricing-divider{
            background: #FFB7B7; 
        }
        .orange .pricing-divider {
            background: #EA906C;
        }
        .green .pricing-divider {
        background: #1AA85C; 
        }
        .red b {
          color:#C64545
        }
        .blue b {
          color:#2D5772
        }
        .green b {
          color:#1AA85C
        }
        .pricing-divider-img {
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 80px;
        }
        .deco-layer {
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }
        .btn-custom  {
          background:#C64545; color:#fff; border-radius:20px
        }
        
        .img-float {
          width:50px; position:absolute;top:-3.5rem;right:1rem
        }
        
        .princing-item {
          transition: all 150ms ease-out;
        }
        .princing-item:hover {
          transform: scale(1.05);
        }
        .princing-item:hover .deco-layer--1 {
          -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
        }
        .princing-item:hover .deco-layer--2 {
          -webkit-transform: translate3d(-15px, 0, 0);
          transform: translate3d(-15px, 0, 0);
        }

 @media screen and (max-width: 1030px) {
    .service {
        display: none; /* Masque la div sur les écrans de 576 pixels de largeur et moins */
    }
    .map-container{
        justify-content: center; /* Centrer les div sur les petits écrans */
        width: auto;

    }
}

        
        
        