/* cmsms stylesheet: cashin modified: Tuesday, March 11, 2025 5:00:45 PM */
@media screen and (max-width: 1315px) {
.navbar-nav a{
font-size:14px;
}
}

.navbar-nav{
background: #008177;
    color: #FFF;
    padding-right: 25px;
}

.navbar-nav .nav-link{
color:#FFF!important;
}

.navbar-nav .nav-link:hover{
background:#08403c;
}

.listing{
padding: 20px;
}

.listing img{
    max-height: 200px;
}
.text-right{
text-align:right;
}

.listing:nth-child(2n+1){
background: #ededed;
}
.lesplus{
    background: #008177;
    border-radius: 15px;
    padding: 10px;
    color: #FFF;
}

h2{
color: #008177;
padding-bottom: 15px;
}
h3.prix p {
    display: inline;
    font-weight: 800;
}
.leprix{
border-bottom:1px solid #008177;
margin-bottom:20px;}

.sav input[type=text], .sav textarea, .sav input[type=email]{
    background-color: #F8F9FA !important;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8D9297;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.sav .fbsubmit{
    background-color: #008177;
    border-color: #008177;
color:#FFF;
    font-weight: 500;
    transition: .5s;
padding-top: 1rem !important;
    padding-bottom: 1rem !important;
padding-right: 3rem !important;
    padding-left: 3rem !important;
display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0px;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.container-xxl p {
    padding: 10px 0px;
    margin: 0px;
}

.mpopup {
    display: none;
    position: fixed;
    z-index: 100000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.mpopup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 25px;
}

.mpopup-head {
    padding: 10px 10px;
    background-color: #c9c9c9;
    color: white;
    border-radius: 25px 25px 0px 0px;
}
.mpopup-main {padding: 30px 30px;}
.mpopup-main input[type="text"]{
    width: 30%;
    height: 25px;
    font-size: 15px;
}
.mpopup-main input[type="submit"]{
    padding: 5px;
    font-size: 15px;
    font-weight: bold;
    background-color: #333;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.close {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}
