


/*---Bouton blogg rouge --------*/

.rouge {
    color: #b33a3a;
}

.btn-voir {
	
	color:#fff !important;
	text-transform:none;
	font-size:14px;
	font-weight:600;
	background-color: #b33a3a; 
	line-height: 1;
    border: 1px solid #b33a3a;
	padding: 10px 18px;

}

.btn-voir:hover {
	background-color: #000 !important;
}

#sendcomments {
    border: 1px solid #000;
    color: #fff;
    background: #b33a3a;
    border-radius: 0px;
}
#module-lgcomments-account table.std th {
	background-color: #000;
}
.product-prices .count-down-timer {
    margin-left: 0;
    width: 100% !important;
}

@media (max-width: 991px)
.blog-post iframe {
    height: auto;
}

.blog-post iframe {
    max-width: 100%;
    width: 100%;
}

.colissimo-front-widget .modal-dialog
{
	width: 100%;
}

/*---taille logo paiement --------*/
#payment-option-1-container img
{
	width: 150px;
}


.savoir-plus
{
	color:#b33a3a !important;
	font-weight: bold !important;
}


.savoirplusdescription h2
{
	color:#464646 !important;
	    font-size: 16px;

}
/* for top bar */
#header-desktop{
padding-top: 0px;
    margin-bottom: 0px !important;
}
#horizontal_menu{
	margin-top: 20px;
}

.custom-header {
    background-color: rgb(173,20,10);; 
    padding: 0px !important;
    color: #fff; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-icons {
    display: flex;
  margin-left: 5%;

}
.social-icons a {
    margin-right: 15px;
    color: #fff;
    text-decoration: none;
}
.contact-box {
    border: 3px solid #ddd; 
    border-radius: 5px;
    padding: -10px; 
    padding-right: 10px;
    display: flex;
    align-items: center; 
    margin-right: 2%;
}

.icon {
    margin-right: -8px;
}
.contact-box p {
    margin-top: 10px;
    font-size: 20px;
}
.header-text p {
    font-size: 16px;
}
.header-text {
    margin-top: 10px;
   text-align: left;
}
/* for top bar end */