/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.card {background-color: #fff;}
.block-category {
    min-height: 3.75rem;}
h1{color:#4286A1  !important; font-family:Comfortaa;font-weight:bold}

h2{color:#ED6D86 !important;font-family:Comfortaa;font-weight:bold !important;padding-top: 3%;}
h3{color:#ED6D86 !important;font-family:Comfortaa;padding-top: 3%;}


.btn{border: 2px solid #4286A1}

.intro { padding-top: 3%; }

.paragraph{ font-family: Calibri, sans-serif !important; font-weight:lighter !important;font-size:1.1rem !important;
line-height: 130%; color: #000000;}
.descriProduit{ font-family: Calibri, sans-serif !important; font-weight:lighter !important;font-size:1rem !important;
line-height: 130%;}

#wrapper{background-color: #fff;}
#block-newsletter-label{font-size:1rem;}
.block_newsletter{font-size:1rem;}
.block_newsletter #block-newsletter-label {font-size:1rem;text-align:right;}
.breadcrumb {font-family: 'COMFORTAA';}

#header-microbanner{background-color:#F4BAC5;color:#fff;font-size:12px;text-align:center;}
#header-microbanner span{margin-right:20px;margin-left:20px;}

#header-microbanner-v2{background-color:red;color:#fff;font-size:12px;text-align:center;}


/* Mobile */
@media(max-width:500px){
   #header-microbanner span{margin-right:5px;margin-left:5px;}
   #header-microbanner .mb_span2, #header-microbanner .mb_sep1{display:none;}
}