/*!
Theme Name: borneleclerc
Author: KookiApps
Author URI: https://www.kookiapps.fr/
Description: Theme for Leclerc
Version: 1.0.0
*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i&display=swap');

}

body {
    font-family: 'Lato', sans-serif;
}

/* Main screen */
.buttons-container {
    display: flex;
    justify-content: space-around;
}
.buttons-container a.main-button {
    display: block;
    border: 6px solid #0059bb;
    border-radius: 20px;
    padding: 50px 20px;
    font-size: 2em;
    line-height: 1.6em;
    width: 150px;
    text-align: center;
}
a.rounded_button {
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
}
body.page-template-page-plan a.rounded_button:after {
    content: "\f002";
    font-family: FontAwesome;
    margin-left: 5px;
}
.home_button .rounded_button {
    background-color: #1173B6;
}
.top_button a.rounded_button,
body.page-template-page-plan a.rounded_button {
    background-color: #ff3154;
}
body.page-template-page-plan a.rounded_button {
    font-size: 16px;
    font-weight: lighter;
    border-radius: 80px;
    margin-bottom: 40px;
}

/* accueil */

.container{
    width: 996px;
    margin: auto;
    background-color: #ffff;
}

body{
    font-family: 'Lato', sans-serif;
}

header{
    margin: 20px 0px 20px 0px;
    max-height: 147px;
    background-color: #fff;
}

.header_top{
    display: inline-flex;
    align-items: center;
    margin-bottom: 27px;
}

header .header_top img{
    width: 229px;
    height: min-content;
}


.header_top p{
    font-family: 'Courgette';
    font-size: 33px;
    color: #F08A36;
    margin:0px;
}
.buttons-container .rounded_button{
    font-size: 28px;
    font-weight: lighter;
    align-items: center;
    display: inline-flex;
    border-radius: 80px;
    margin-bottom: 40px;
}

.buttons-container .rounded_button img{
    margin-left: 15px;
}

/* page rayons */

.header-page-template{
    background-color:#ffff;
    max-height: 147px;
    padding-bottom: 24px;
    margin: 20px 0px 24px 0px;
}
.page-template-default,
.page-template-page-recherche {
    background-color: #F0F0F0;
}

.breadcrumb{
    font-size: 17px;
    font-weight: lighter;
    color:#5a5a5a;
    display: block;
    margin: 0 auto;
}

.breadcrumb span:last-child{
    color: #1173B6;
}

.kooki_isl_top{
    padding-top: 10px;
}
.kooki_isl_top h2{
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    color: #1173B6;
    margin: 5px 0px 30px 0px;
}

.kooki_isl_top .top20-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.kooki_isl_top .top20-container .top20{
    width: 220px;
    height: 64px;
    background-color:#1173B6;
    margin: 0px 10px 30px 10px;
}

.kooki_isl_top .top20-container .top20 a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kooki_isl_top .top20-container .top20 a .top20_cat{
    font-size: 17px;
    font-weight: 400;
    color: #ffff;
    text-align: left;
    line-height: 21px;
    padding: 10px;
}

.kooki_isl_top .top20-container .top20 a .top20_allee{
    font-size: 28px;
    font-weight: 400;
    color: #ffff;
    text-align: center;
    background-color: #F08A36;
    display: flex;
    flex-direction: column;
    padding: 13px;
    min-width: 45px;
}

.kooki_isl_top .top20-container .top20 a .top20_allee span{
    font-size: 10px;
    font-weight: 400;
    color: #ffff;
    text-align: center;
    text-transform: uppercase;
}

.kooki_isl_result{
    padding: 30px 0px 10px 0px;
    margin: 20px 0 0px;
}

.kooki_isl_result_produit{
	padding: 0px 0px 0px 20px;
}
.kooki_isl_result_produits li{
    padding: 20px 0px 20px 0px;
    border-bottom: 0.5px solid #D2D2D2;
}
.kooki_isl_result_produits li:last-child{
    border-bottom: none;
}
.kooki_isl_produit_label{
    font-size: 23px;
    color: #1173B6;
    min-width: 72%;
}
.kooki_isl_cat_label{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #5A5A5A;
}

.kooki_isl_cat_label .cat_label{
    margin: 0px;
}
.kooki_isl_cat_label .cat_label:nth-child(1){
    flex-grow: 8;
    padding-left: 40px;
}


.kooki_isl_cat_label .cat_label:nth-child(2){
    flex-grow: 1;
}

.kooki_isl_cat_label .cat_label:nth-child(3){
    flex-grow: 0.5;
}

.kooki_isl_produit_search{
    width: 66px;
    height: 45px;
    display: inline-flex;
    background-color:#F08A36;
    align-items: center;
    justify-content: center;
}

.kooki_isl_result_produits li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3%;
}

/* Temporaire */
.kooki_isl_categories img {
    height: 100px;
}
