
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position: absolute;
    /*top: -9999px;*/
    display: none;
}
.rate:not(:checked) > label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

#etoileCochee::before {
    content: '★';
    color: #ffc700;
    font-size: 24px;
}
#etoileNonCochee::before {
    content: '★';
    color: #ccc;
    font-size: 24px;
}



#avis .modal-content, #devis .modal-content {
    height: 700px;
    padding: 15px;
    background-color: #031c31;
}

#avis .modal-content, #offre .modal-content {
    height: 765px;
    padding: 15px;
    background-color: #031c31;
}

#devis .modal-content{
    height: 900px;
}
#devis .modal-body{
    padding: 27px;

}
#avis .modal-body{
    padding: 50px;
}
#avis .modal-header, #dvis .modal-header {
    border-bottom: 1px solid #ef4836;
}

#avis .modal-content .modal-header h4, #devis .modal-content .modal-header h4{
  color: #ef4836;
}

.btn-primary[disabled]{
    background-color: #ef4836;
    border-color: #ef4035;
    color: white;
}


.profile-overview h3{
    font-size: 16px;
    line-height: 1.3;
}

.profile-overview h3 span{
    color: #ef4836;
    font-size: 25px;
}

.calcule{
    position: relative;
    bottom: 45px;
    right: 341px;
}

.copyright a img{
    height: 25px;
}


.navbar-brand img{
    height: 80px;
}

.timeline-body p span, .timeline-body ul li span{
    font-size: 16px;
    font-weight: bold;
    color: #e31c17;
    text-decoration: underline;
}

.exep {
    position: relative;
    left: 190px;
}

.exep h4{
    text-align: center;
    margin: 20px;
    position: relative;
    right: 170px;
    line-height:1.5;
}
.exep h4 span{
   color:#e31c17 ;
}


.tab-pane ul{
    font-size: 16px;
    line-height: 2.2;
}



#demandedevis{
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 12px;
    padding-top:6px;
    top: 364px;
    background-color:rgb(227, 28, 23);
    border-top-right-radius :12px;
    border-top-left-radius:12px;
    position: fixed;
    display: block;
    z-index: 100000;
    right: -1px;

    transform: rotate(-90deg);
    transform-origin: 100% 100%;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
}
#demandedevis:hover{

    background-color:rgb(3, 28, 49);

}

#demandedevis a{
    color:white;
    font-weight: 600;
    text-decoration: none;

}

.pp{
    color: white;
}


#blog-section{margin-top:40px;margin-bottom:80px;}


/*recent-post-col////////////////////*/
.widget-sidebar {
    background-color: #fff;
    padding: 20px;
    margin-top: 30px;
}

.title-widget-sidebar {
    font-size: 14pt;
    border-bottom: 2px solid #e5ebef;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}

.title-widget-sidebar:after {
    border-bottom: 2px solid #e31c17;
    width: 150px;
    display: block;
    position: absolute;
    content: '';
    padding-bottom: 10px;
}

.recent-post{width: 100%;height: 80px;list-style-type: none;}
.post-img img {
    width: 100px;
    height: 70px;
    float: left;
    margin-right: 15px;
    transition: 0.5s;
}

.recent-post a {text-decoration: none;color:#34495E;transition: 0.5s;}
.post-img, .recent-post a:hover{color:#F39C12;}



/*categories//////////////////////*/

.categories-btn{
    background-color: #031c31;
    margin-top:30px;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;

}
.categories-btn:after {
    content: '\25BA';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.categories-btn:hover {
    background-color: #e31c17;color: #fff;
}

.categories-btn span{
    float: right;
    font-size: 17px;
    font-weight: bold;
}
.form-control{border-radius: 0px;}


.input-group-addon{border-radius: 0px;}





/* ------ page ------ */
.page{
    background-color:#fff;
    padding:20px 15px;
    margin-bottom:20px;
}
.page h3{
    font-size:22px;
    margin-bottom:12px;
}
.page p{
    font-size:17px;
    font-weight:500;
}
.page .details ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom:18px;
}
.page .details ul li{
    float:left;
    padding-right:15px;
    font-size: 13px;
    font-weight: 600;
}
.page .details ul li:last-child {
    float: inherit;
}
.page h4{
    font-size:13px;
    font-weight:600;
}

.imgcover{
    padding:  45px 200px;
    animation-duration: 2s
}
.imgprestat img{
    width: 100%;
}

@media (max-width: 991px) {
    .imgcover{
        padding:  5px 0px;
    }
    .intro h1 {
        padding: 0px 0px;
    }


    .navbar-toggle {
        position: absolute;
        padding: 9px 10px;
        margin-top: 25px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-left: 300px;

    }
}
@media(max-width : 370px) {
    .navbar-toggle{
        margin-left: 250px;
    }
}
.clored-text{
    color: #ef4836;
    font-size: 28px;
}