
/******************
-- Body & tool box
*******************/

@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-ExtraBold.eot');
    src: url('fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Raleway-ExtraBold.woff2') format('woff2'),
    url('fonts/Raleway-ExtraBold.woff') format('woff'),
    url('fonts/Raleway-ExtraBold.ttf') format('truetype'),
    url('fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.eot');
    src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Black.woff2') format('woff2'),
    url('fonts/Lato-Black.woff') format('woff'),
    url('fonts/Lato-Black.ttf') format('truetype'),
    url('fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Bold.woff2') format('woff2'),
    url('fonts/Lato-Bold.woff') format('woff'),
    url('fonts/Lato-Bold.ttf') format('truetype'),
    url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.eot');
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Light.woff2') format('woff2'),
    url('fonts/Lato-Light.woff') format('woff'),
    url('fonts/Lato-Light.ttf') format('truetype'),
    url('fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Italic.eot');
    src: url('fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Italic.woff2') format('woff2'),
    url('fonts/Lato-Italic.woff') format('woff'),
    url('fonts/Lato-Italic.ttf') format('truetype'),
    url('fonts/Lato-Italic.svg#Lato-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Lato-Regular.woff2') format('woff2'),
    url('fonts/Lato-Regular.woff') format('woff'),
    url('fonts/Lato-Regular.ttf') format('truetype'),
    url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    color: #434b54;
    font-family: "Lato", Arial;
}
h1, h2, h3, h4, h5, h6 {
    color: #434b54;
    font-family: "Lato", Arial;
}
h2{
    margin: .5em 0;
    color: #de143e;
}
h3{
    margin: 1em 0 .5em;
    color:#000;
}
footer {
    padding: 12px 0 0 0;
}

.relative {
    position: relative;
}

.bg-white {
    background-color: #fff;
}

.bg-deg {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e6eaf5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6eaf5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #e6eaf5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6eaf5', GradientType=0); /* IE6-9 */
}

.bg-green {
    background-color: #79cb83;
    color: #333;
}

.bg-green a, .bg-green h2 {
    color: #fff;
}

.bg-gray {
    background-color: #d8dff0;
    color: #434b54;
}

.bg-dark {
    background-color: #434b54;
    color: #fff;
}
.bg-dark a {
    color: #fff;
}

.mt2 {
    margin-top: 2em;
}
.ptb {
    padding: 1.25em inherit 1em;
}

.pt3 {
    padding-top: 3em;
}
iframe {
    border: 0 none;
}
.LibSemaine.LongLibSemaine {
    color: #ff0000 !important;

}

/******************
-- Header
*******************/

.titre-site {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 12px 0;
    text-align: center;

}
.titre-site:before, .titre-site:after {
    content: "";
    position: absolute;
    display: none;
    bottom: 0;
}
.titre-site:before {
    left:-140px;
    width: 73px;
    height: 120px;
    background: transparent url('/theme/cantines/images/entete-radis.png') no-repeat center;
}
.titre-site:after {
    right: -140px;
    width: 69px;
    height: 90px;
    background: transparent url('/theme/cantines/images/entete-citron.png') no-repeat center;
}

.sous-titre-site {
    margin-bottom: 0;
    padding: 5px 0 3px;
    font-size: 14px;
    font-family: "Raleway";
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    background-color: #fff;
}



/******************
-- Menu
*******************/

.menu-container {
    position: absolute;
    left: 0; top: 0;
    z-index: 10;
    text-align: left;
}

.menu-action {
    position: relative;
    z-index: 12;
    margin: 20px 0  0 2rem;
    font-weight: bold;
    color: #434b54;
    cursor: pointer;
}

.menu-open {
    display: inline-block;
    padding: 2px 4px;
    font-size: 1.25rem;
    border: 1px solid #434b54;
    transition: all .2s;
}
.menu-action:hover .menu-open {
    color: #fff;
    background-color: #434b54;
    border: 1px solid #434b54;
}

.menu-close {
    display: none;
    padding: 3px 7px 2px 8px;
    font-size: 1.2rem;
    border: 1px solid #434b54;
}

.menu-action.is-open .menu-close {
    display: inline-block;
}
.menu-action.is-open .menu-open {
    display: none;
}

.menu-list, .menu-list .submenu {
    list-style-type: none;
}

.menu-list {
    position: absolute;
    left: 0; top:0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    padding-top: 55px;
    background-color: rgba(216, 223, 240,.9);
    transition: all .2s ;
    /*transform: translateY(-100%);*/
}

.menu-list.is-open {
    display: block;
    /*height: 100vh;*/
    opacity: 1;
    visibility: visible;
    /*transform: translateY(0);*/
}

.menu-list > li a, .menu-list > li > li a {
    display: block;
    padding: .25rem 1rem;
    font-size: .875rem;
    color: #434b54;
}

.menu-list > li a:hover {
    background-color: rgba(255, 255, 255,.9);
}

.menu-list .submenu-parent {
    position: relative;
}

.menu-list .submenu-parent.active, .menu-list .active{
    background-color: rgba(255, 255, 255,.9);
}
ul.submenu li.active{
 font-weight:bold;
}
.menu-list .submenu a:hover {
    background-color: rgba(216, 223, 240,.9);
}

.menu-list li a.menu-ecoles:before, .menu-list li a.menu-creches:before, .menu-list li a.menu-loisirs:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 21px;
    margin: 0 .5em -1px 0;
    background: transparent url('/theme/cantines/images/sprite-pictos-menu.png') no-repeat;
}

.menu-list li a.menu-ecoles:before {
    background-position: 0 0;
}
.menu-list li a.menu-creches:before {
    background-position: -17px 0;
    margin-bottom: -3px;
}
.menu-list li a.menu-loisirs:before {
    background-position: -34px 0;
}



/******************
-- Home
*******************/

.home h2 {
    text-align: center;
    font-weight: 900;
    font-size: 4em;
	color:#434b54;
}

.intro {
    max-width: 90%;
    margin: 0 auto 1em;
    text-align: center;
    font-weight: 300;
    font-size: 1.125em;
    line-height: 1.2;
}

.picto-couverts:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 95px;
    height: 60px;
    background: transparent url('../images/picto-couverts.png') no-repeat center;
}

.picto-toque:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 95px;
    height: 60px;
    background: transparent url('../images/picto-toque.png') no-repeat center;
}

.bloc-types-menus .picto-container {
    margin: 0 auto;
    width: 100px;
    height: 125px;
    line-height: 125px;
    text-align: center;
}
.bloc-types-menus .picto-container img {
    vertical-align: bottom;
}

.btn-link {
    display: inline-block;
    padding: .25em .75em;
    font-size: 1.25em;
    text-transform: uppercase;
    color: #434b54;
    background-color: #d8dff0;
    border-radius: 22px;
    transition: all .2s;
}
.btn-link:hover {
    color: #fff;
}
.bg-green h2{
color:#fff;
}
.bg-green .btn-link {
    color: #fff;
    background-color: #66c071;
}
.bg-green  .btn-link:hover {
    color: #66c071;
    background-color: #fff;
}

.bloc-actu {
    background-color: #f98b00;
}

.bloc-actu-infos {
    padding: .5em 1em;
}
.bloc-actu h3 {
    font-weight: 900;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.2;
}
.bloc-actu .lire {
    color: #434b54;
}
.bloc-actu .lire:after {
    content: '\002794';
    display: inline-block;
    margin-bottom: -2px;
    padding-left: .25em;
}
.bloc-actu a:hover .lire {
    color: #fff;
}
.bloc-pratique {
    text-align: center;
}
.bloc-pratique .picto-container {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    border-radius: 100px;
    background-color: #fff;
}
.bloc-pratique .picto-container img {
    vertical-align: middle;
}
.bloc-pratique .btn-link:hover .picto-container {
    background-color: #c6cdde;
}
.bloc-pratique .btn-link:hover {
    color: #434b54;
}

h2.fruit-recre {
    font-size: 2.25em;
}

.bloc-fruit {
    position: relative;
    z-index: 10;
    margin-top: 150px;
    padding: 2em 0 .5em;
    border-top: 2px solid #d8dff0;
    border-bottom: 2px solid #d8dff0;
}

.bloc-fruit .picto-container {
    position: absolute;
    top: -120px;
    z-index: 11;
    width: 100%;
    text-align: center;
}
.bloc-fruit .picto-container img {
    
}

.bloc-fruit h3 {
    color: #79cb83;
    font-size: 2.5em;
    font-weight: bold;
}

.bloc-fruit .origine {
    font-size: 1.5em;
    font-style: italic;
    text-align: center;
}

/******************
-- Pages
*******************/

h1 {
    text-align: center;
    font-weight: 900;
    font-size: 2em;
}

.bg-green h1 {
    color: #fff;
}

thead {
    color: #fff;
    background-color: #79cb83;
}

tbody tr:nth-child(2n) {
    background-color: #d4f2d8;
}

table a {
    display: inline-block;
    color: #434b54;
    border-radius: 22px;
    line-height: 1.2;
    transition: all .2s;
    margin: .5em 0;
    font-size: 14px;
    text-decoration: underline;
}

table a:hover {
    color: #79cb83;
}


footer h3 {
    color: #fff;
    font-weight: 900;
    font-size: 1em;
    text-transform: uppercase;
}

footer ul {
    margin-left: 0;
    list-style-type: none;
}

footer ul li a {
    color: #fff;
}
footer ul li a:hover {
    text-decoration: underline;
}

.breadcrumb{
margin-bottom: 5px;
list-style: outside none none;
font-size: 0.85em;
border-radius: 0;
text-align:center;
}

.breadcrumb > li
{
display: inline-block;
color:#fff;
}
.breadcrumb > li > a{
text-decoration:underline;
}

.breadcrumb > li + li::before{
padding: 0 5px;
color: #fafafa;
content: "/\00a0";
}

/******************
-- Responsive
*******************/

.listing-news .columns:nth-child(3n + 1) {
	clear:left;
}


/* Small only Max 479px */
@media screen and (max-width: 29.9375em) {

    .menu-container, .menu-list {
        width: 100%;
    }

    .bloc-actu, .bloc-types-menus, .bloc-pratique {
        margin-bottom: 2em;
    }

}

/* Small and up 480px up */
@media screen and (min-width: 30em) {

    .bloc-actu, .bloc-types-menus, .bloc-pratique {
        margin-bottom: 4em;
    }

    .menu-container, .menu-list {
        width: 250px;
    }

    .menu-container {
        position: fixed;
    }

    .menu-list {
        height: 100vh;
    }

    .menu-list .submenu {
        position: absolute;
        left: 100%; top: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        width: 230px;
        transition: all .2s ;
        background-color: rgba(255, 255, 255,.9);
    }
    .menu-list .submenu-parent:hover .submenu {
        opacity: 1;
        visibility: visible;
    }

}

/* Small only max 639px  */
@media screen and (max-width: 39.9375em) {

    .bloc-actu, .bloc-types-menus, .bloc-pratique {
        margin-bottom: 4em;
    }

    table {width:100%;}
    thead {display: none;}
    tr:nth-of-type(2n) {background-color: inherit;}
    tr td:first-child {background: #79cb83; color:#fff; font-weight: bold;}
    tbody td {display: block;  text-align:center;}
    tbody td:before {
        content: attr(data-th);
        display: block;
        text-align:center;
    }

}

/* Medium and up  640px up */
@media screen and (min-width: 40em) {

    h1 {
        text-align: center;
        font-weight: 900;
        font-size: 4em;
    }

    .titre-site:before, .titre-site:after {
        display: block;
    }

    .intro {
        max-width: 70%;
        font-size: 1.875em;
    }

    .menu-list .submenu {
        width: 290px;
    }
    .menu-container, .menu-list {
        width: 320px;
    }

    /*.menu-list li .menu-loisirs {*/
        /*margin-bottom: 1.5em;*/
    /*}*/

}

/* Medium only 640px à 1023px */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* Large and up 1024px up */
@media screen and (min-width: 64em) {

    .bloc-actu h3 {
        font-size: 2em;
    }

    thead {
        font-size: 1.25em;
        color: #fff;
        background-color: #79cb83;
    }

    .menu-list {
        padding-top: 80px;
    }

    .menu-list > li a, .menu-list > li > li a {
        display: block;
        padding: .5rem 2rem;
        font-size: 1rem;
        color: #434b54;
    }


}

/* Large only 1024px à 1199px */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {

}

/* XLarge and up 1200px up */
@media screen and (min-width: 75em) {

}

/**********************
-- Iframe Salamandre
***********************/
#iframe-salamandre{
    width: 100%;
    height:1650px;
    padding-top:30px;
}