﻿
/*-------------------------------------------------------------------  FCK  -----------------------------------------------------------------------------*/

    
/* personnalisation */

div, table, td {
    font-size: 1em;
    color: #4b4b4b;
}

h1 {
    font-size: 1.6em;
    color: #6139c1;
    font-weight: 400;
    margin:30px 0;
    letter-spacing:1px;
    font-size:3.6em;
    text-transform:uppercase;
    padding:3px 10px ;
    font-family:Roboto;

}

    h1.orange {
        color: #e25f28;
        border-left: 12px #bcafa5 solid;
    }


    h1.taupe {
        color: #bcafa5;
        border-left: 12px #e25f28 solid;
    }


.TitreHaut {
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 0;
    color: #84c9ba;
}

.TitreBas {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #6139c1;
}


h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #4b4b4b;
    margin: 15px 0;
}

h3 {
    font-size: 18px;
    color: #a990ed;
    margin: 10px 0;
}


.TexteCouleur1 {
    color: #6139c1;
}
.TexteCouleur2 {
    color: #007e74;
}
.TexteCouleur3 {
    font-weight:bold;
    color:#4b4b4b;
       
}

blockquote {
    border-left: 5px solid #f2c840;
    font-style: italic;
    font-size:23px;
    line-height:32px;
    padding:0 20px
}

.encadre_fondVert,
.encadre_bordureVert,
.encadre_fondViolet,
.encadre_bordureViolet {
    width: 100%;
    margin:10px;
    padding:20px;
    border-radius:5px;

}

.encadre_fondVert {
    background: #84c9ba;
    color:#ffffff;
}

.encadre_bordureVert {
    border: 1px solid #84c9ba;
}

.encadre_fondViolet {
    background: #6139c1;
    color: #ffffff;
}

.encadre_bordureViolet {
    border: 1px solid #6139c1;
}

a.BoutonValidation,
.BoutonValidation {
    background: #f2c840;
    color: #ffffff;
    border-radius: 40px;
    box-shadow: #c2c3c3 0 0 10px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

#Contenu table
{
    width:100%;

}

#Contenu th {
    padding: 10px 15px 5px;
    text-align: left;
    vertical-align: top;
    background-color: #aad8ef;
}

#Contenu td {
    padding: 10px;
}

#Contenu tr:nth-child(even) {
    background: transparent;
}

#Contenu tr:nth-child(odd) {
    background: #FFF
}


/*#region Ascenseur*/
.panel-default > .panel-heading {
    text-align: left;
    border-color: #ffffff;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

.panel-heading {
    padding: 10px 20px;
    border-bottom: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
}


.panel-title a {
    text-decoration: none;
    border-radius: 30px;
    display: block;
    padding: 12px 20px 12px 65px;
    border: 1px solid transparent;
    /*border-radius: 30px;*/
    position: relative;
    transition: all 0.3s ease 0s;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
    color: #84c9ba;
    font-size: 26px;
    line-height:20px;
}

/*.panel-default>.panel-heading:hover {
    background-color: #eeeeee;
}*/

.panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}

.panel-title a.collapsed {
    /*background: #fff;
    color: #0d345d;
    border: 1px solid #ddd;*/
}

    .panel-title a:after,
    .panel-title a.collapsed:after {
        content: "\f107";
        font-family: "Font Awesome\ 5 Free",fontawesome;
        width: 55px;
        height: 55px;
        line-height: 55px;
        border-radius: 50%;
        /*background: #f2c840;*/
        font-size: 25px;
        color: #fff;
        text-align: center;
        border: 1px solid transparent;
        box-shadow: #c2c3c3 0 0 10px;
        position: absolute;
        top: -5px;
        left: -20px;
    }



.panel-body {
    padding: 20px 50px 10px 0px;
    background: #f6f3fa;
    line-height: 25px;
    border-top: none;
    position: relative;
}



.panel-title a:after,
.panel-title a.collapsed:after {
    content: "\f061";
    font-family: "Font Awesome\ 5 Free",fontawesome;
    width: 55px;
    height: 55px;
    line-height: 55px;
    /*border-radius: 50%;*/
    background: #f2c840;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: #c2c3c3 0 0 10px;
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}




/* Liste */
.cke_editable li {
    list-style: none;
}

.cke_editable li::before {
    content: "\f061";
    color: #f2c840;
    font-family: "Font Awesome\ 5 Free",fontawesome;
    position: absolute;
    margin-left: -30px;
    margin-top: -2px;
    font-size: 18px;
    font-weight: bold;
}

.cke_editable li {
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 10px 40px;
}


/* Flipbook */
#flipbook {
    position: relative;
    float: left;
    width: 100%;
    height: 1500px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;


}

#flipbook > div {
    position: relative;
    float: left;
    /*width: 100%;*/
    height:100%;
 }


    #flipbook .Image img {
        width: 100%;
    }


.PageCouverture {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
}

    .PageCouverture .Titre {
        position: absolute;
        z-index: 10;
        font-size: 3em;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        text-shadow: 2px 2px 2px #4b4b4b;
        padding: 15px;
    }

    .PageCouverture .Image {
        width:100%;
        top:0;
    }


.PageRecette {
    background: #ffffff;
    padding: 15px;
    border: 1px solid #c2c3c3;
}

    .PageRecette .Titre {
        position: absolute;
        z-index: 10;
        font-size: 3em;
        font-weight: bold;
        color: #ffffff;
        text-align: left;
        text-shadow: 2px 2px 2px #4b4b4b;
        padding: 15px;
    }

    .PageRecette .Description
    {
        display:block;
        overflow: auto;
        height: 500px;
    }



