body { background-color: #fff; }
a, a:hover, a:active, a:focus { color: #277e25; }
.strong { font-weight: bold; }
.clear { clear: both; }
.mt-1 { margin-top: 5px; }
.mt-2 { margin-top: 10px; }
.mt-3 { margin-top: 15px; }
.mt-4 { margin-top: 30px; }
.mt-5 { margin-top: 50px; }
.mb-1 { margin-bottom: 5px; }
.mb-2 { margin-bottom: 10px; }
.mb-3 { margin-bottom: 15px; }
.underline { text-decoration: underline; }

@media (min-width: 1200px) {
    .container {
        /*max-width: 1300px;*/
        /*width: 1300px;*/
    }
}


/*************** BANDEAU DESKTOP  *********************/



.product-banner {  }
.product-banner.active { animation: stuckMoveUp .6s; justify-content: center; display: flex; display: -ms-flexbox; flex-wrap: wrap; -ms-flex-wrap: wrap; align-items: center; -ms-flex-align: center; padding: 3px; position: fixed; bottom: 0; left: 0; right: 0; width: 100%; height: 65px; z-index: 10000; background-color: rgba(255,255,255,0.9); border-top: 1px solid #ddd;  }
.product-banner .action { margin-left: 0; }
.product-banner .action a { font-family: "Quicksand", sans-serif; font-size: 18px; padding: 11px 15px 11px 17px; margin-top: 5px; background-color: #58be3b; border:none; border-radius: 0; color: #fff; border-radius: 10px; }
.product-banner .price { margin-right: 7px; }
.product-banner del { display: block; }

.product-mobile-banner {  }
.product-mobile-banner .action { text-align: center; width: 100%; }
.product-mobile-banner .action a {  }

/*@media (max-width: 768px) { .product-banner { display: none !important; } }*/
@media (max-width: 768px) { .product-desktop-banner { display: none !important; } }
@media (min-width: 768px) { .product-mobile-banner { display: none !important; } }

/*************** BANDEAU MOBILE *********************/


@media (min-width: 768px) {
    .product-mobile-banner { display: none !important; } }

/************************************************* AUTOCOMPLETE */
.ui-autocomplete { position: absolute; z-index: 1000; float: left; min-width: 160px; padding: 0; margin: 2px 0 0;  list-style: none; font-size: 14px; text-align: left; background-color: #ffffff; border: 1px solid #0b6ba8; border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; } 
.ui-autocomplete > li { list-style-type: none; margin-bottom: 0; }
.ui-autocomplete > li > div { display: block; padding: 7px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333333; white-space: nowrap; }
.ui-state-hover,
.ui-state-active,
.ui-state-focus { text-decoration: none; color: #262626; background-color: #f5f5f5; cursor: pointer; }

/********************** HEADER **********************************/
#header { background-color: #f1f2f4;  }
#header nav { padding-top: 1.5rem; justify-content: space-between }
#header nav a.logo {  }
#header nav a.logo img { max-width: 100%; max-height: 100px;}

#header #search { padding-top: 28px; }
#header #search input.search { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; border: 0; }
#header #search button.submit { background-color: #42c63f; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; border: 1px solid #42c63f; }


/********************** CONTENT **********************************/
.content {  }
.content .part { padding: 15px 0; }
.content .part.bg-grey { background-color: #f1f2f4;  }
.content h1 { font-family: "Quicksand", sans-serif; text-align: left; color: #30383B; margin-bottom: 30px; font-size: 30px; }
.content h2 { font-family: "Quicksand", sans-serif; text-align: left; color: #30383B; margin-bottom: 30px; font-size: 25px;  }
.content h1:after, .content h2:after { display: block; content: ''; height: 3px; background-color: #42c63f; margin-top: 10px; width: 10%; }
.content h2 i { font-size: 20px; margin-right: 4px; }
.content h3 { margin-top: 50px; font-family: "Quicksand", sans-serif; font-size: 23px; }
.content p { font-family: "Poppins", Sans-serif; font-size: 17px; line-height: 34px; margin-top: 30px; }
.content ul li { font-family: "Poppins", Sans-serif; font-size: 17px; line-height: 30px; margin-bottom: 15px; }

.content .card { padding: 20px 15px; border-radius: 3px; background-color: #29343B; position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; border: 1px solid rgba(0, 0, 0, .125); }
.content .card.list-items {  }
.content .card.list-items a { display: block; color: #fff; font-size: 15px; margin-bottom: 7px; font-family: "Poppins", sans-serif; }
.content .card-body { padding: 1.25rem; flex: 1 1 auto; }

.content .article { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; background-color: #fff; padding: 0; border-radius: 4px; margin-bottom: 20px; }
.content .article img { border-top-left-radius: 4px; border-top-right-radius: 4px; }
.content .article p.card-title { font-family: "Quicksand", sans-serif; font-size: 23px; }
.content .article p.card-text i.date { display: block; margin-bottom: 10px; }
.content .article p.read-next { margin-top: 20px; }
.content .article p.read-next a { background-color: #42c63f; box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; border: 1px solid #42c63f;  }

.content .list-items-columns {  }
.content .list-items-columns .letter { margin-top: 30px; margin-bottom: 5px; }
.content .list-items-columns .letter:first-child { margin-top: 0; }
.content .list-items-columns .departement { margin-bottom: 5px; }
.content .list-items-columns .departement a { font-family: "Poppins", sans-serif; font-size: 17px;}

.content .list-items-columns .item { margin-bottom: 20px; }

.content .list-items-columns p.see-all { width: 500px; padding: 10px 0; margin: 30px auto 0 auto; background-color: #fff; border: 1px solid #42c63f; }
.content .list-items-columns p.see-all i { color: #42c63f; margin-right: 5px; }
.content .list-items-columns p.see-all a:hover { text-decoration: none; }

.content .illustration { margin: 20px auto; }
.content .illustration img { display: block; width: auto; margin: 0 auto; max-width: 100%; }
.content .illustration-left { float: left; max-width: 250px; margin: 5px 20px 0 0; margin-bottom: 20px; }
.content .illustration-left img { width: 100%;  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; }
.content .illustration-right { float: right; max-width: 250px; margin: 5px 0 0 20px; margin-bottom: 20px; }
.content .illustration-right img { width: 100%;  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important; }

.content .cities .item {  }
.content .cities .item .name { text-decoration: none; display: block; font-size: 18px; font-family: "Poppins", sans-serif; }
.content .cities .item .name i { margin-right: 0; display: none; }
.content .cities .item .name:hover { text-decoration: none; }
.content .cities .item .info { margin-left: 0; }
.content .cities .item .info span { display: block; margin-top: 5px; }

.content .cd {  }
.content iframe { max-width: 100%; max-height: 230px; height: 230px; }
.content .cd-item p { margin: 0; padding: 0; line-height: 28px; }
.content .cd-item .name { font-weight: bold; margin-top: -6px; }
.content .cd-item i { margin-right: 0px; width: 30px; }
.content .cd-item .phone { }
.content .cd-item .fax { margin-top: 00px; margin-bottom: 5px; }
.content .cd-item .horaires span { font-size: 13px; vertical-align: 2px; }
.content .cd-item .horaires span.decale { display: block; margin-left: 35px;}

/***************** FOOTER ***********************/
footer { text-align: center; background-color: #29343B; padding: 60px 0 40px 0;}
footer p.informations { font-size: 13px; line-height: 20px; margin: 30px 0 0 0; padding: 0; font-family: "Quicksand", Sans-serif; color: #fff; }
footer ul {  }
footer ul li { margin: 0 20px; display: inline-block; }
footer ul li a { font-family: "Quicksand", Sans-serif; color: #fff; }
@media (max-width: 768px) {
    .content .illustration-left { display: none; }
    .navbar { text-align: center; margin-bottom: 5px; padding-top: 5px !important;}
    .content h1 { line-height: 35px; margin-top: 0; font-size: 21px; margin-bottom: 5px; }
    .content h2 { line-height: 40px; }
    .content p { margin-top: 15px; }
    .content .illustration-left, .content .illustration-right { float: none; margin: 15px auto 30px auto; max-width: 100%; }
    
    #search { display: none; }
    footer { padding: 15px 0 15px 0; }
    footer ul li { display: block; margin: 10px 0; }
    
    #header nav a.logo img { width: 255px; height: 40px; }
}

/*********************************** BLOC START CASIER ***********************/
div.start-plu { margin: 30px 0; padding: 0; }
div.start-plu h3 { color: #fff; padding: 10px 0 10px 20px; margin: 0; font-size: 17px; background-color: #3a6b75; margin-bottom: 0; }
div.start-plu div.content { border: 1px solid #3a6b75; padding: 20px 10px 0px 20px; margin-top: 0; }
div.start-plu div.content label { font-weight: normal; }
div.start-plu div.content button { background-color: #58be3b; border: none; color: #fff; display: block; font-size: 16px; margin: 0; padding: 10px 30px; text-align: center; width: auto; }
div.start-plu div.content button i { margin-right: 10px; }
div.start-plu .form-group { margin-bottom: 10px; }