/* 
Theme Name: jmWebConcept 11-03-2019 Copie
Author: Jean-Michel ESCHENLAUER
Author URI: https://eschenlauer.fr
Description: Thème wordpress
Version: 1.0
Text Domain: jmWebConcept
 */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-style: normal;
    text-decoration: none;
    list-style: none;
    /* color:black; */
    --body-bg-color: rgba(243, 247, 242, 0.1);
    --text-post-resume: black;
    --border-shadow: lightgrey;
    --border-thumbnail: rgb(43, 162, 30);
    --color-title: rgb(183, 222, 58);
    --color-menu-bg: rgb(169, 169, 169);
    --color-footer-bg : rgb(169, 169, 169);
}

.rgba-primary-0 {
    color: rgba(107, 211, 96, 1)
}

/* Main Primary color */

.rgba-primary-1 {
    color: rgba(191, 242, 185, 1)
}

.rgba-primary-2 {
    color: rgba(146, 227, 137, 1)
}

.rgba-primary-3 {
    color: rgba(73, 186, 62, 1)
}

/* html {
    font-size: 62.5%;
} */
@font-face {
    font-family: 'PWJoyeuxNoel';
    src: url('fonts/PWJoyeuxNoel.woff2') format('woff2'),
        url('fonts/PWJoyeuxNoel.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


.xmas {
    font-family: 'PWJoyeuxNoel';
    font-weight: 500;
    font-style: normal;
}

w10
{
    width   : 10%;
}

w30
{
    width   : 30%;
}


body {
    background-color: var(--body-bg-color);
}

h1,h2,h3,h4,h5,h6 {

    color: var(--color-title);
    font-family: 'Sniglet', cursive;
}

.titleSite{
    text-align:left;
}
.titleH1 {
    
    font-weight: bold;
    font-size: 2rem;
    font-family: 'Sniglet',cursive;
    padding-left:10px;
}


.flexrow
{
    display: flex;
    flex-direction: row;
}
.verticalalignflex
{
    align-items: center;
}


ul {
    /* border-bottom: 1px solid black;  */
}

.absolute
{
    position        : absolute;
}
.perenoel
{
    /* position        : absolute;
    top: 59px;
    left: 63px; */
    position: relative;
    top: 18px;
    left: -81px;

}
.neigeenfond
{
    background-color: #33364f;
    background-image: url("https://chantal.zicman.poweredbyclear.com/wp-content/themes/jmwebconcept/images/neige.gif");
}


/**********************************************************************/
/************ Début Gestion Menu Top ecran large **********************/
/**********************************************************************/

.menuTop {
    display: flex;
    z-index: 1;
    position: inherit;
    padding-left: 20px;
    border-bottom: 1px solid lightgrey;
    background: rgb(169, 169, 169);
    background: -moz-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#ffffff', GradientType=0);

    -webkit-box-shadow: inset -5px -9px 5px -3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: inset -5px -9px 5px -3px rgba(50, 50, 50, 0.75);
    box-shadow: inset -5px -9px 5px -3px rgba(50, 50, 50, 0.75);
}

.menuTop>li {
    border: 1px solid black;
    border-bottom: 1px solid var(--color-menu-bg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    justify-content: space-around;
    margin-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

.shadowMenuSelect {
    /* -webkit-box-shadow: -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
    box-shadow: -2px -2px 10px 4px rgba(50, 50, 50, 0.75); */
        background-color: lightgrey;
        border-bottom: 1px solid lightgrey;
        -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 7px 2px 7px -3px rgba(50, 50, 50, 0.75);
}
.shadowMenuInset{

}
.menuTop>li:hover {
    background-color: lightgrey;
    border-bottom: 1px solid lightgrey;
    /* -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 2px 7px -3px rgba(50, 50, 50, 0.75); */
    -webkit-box-shadow: -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
    box-shadow: -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
}

.menuTop li:hover>ul {
    display: flex;
    -webkit-box-shadow: 4px 2px 7px -3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 4px 2px 7px -3px rgba(50, 50, 50, 0.75);
    box-shadow: 4px 2px 7px -3px rgba(50, 50, 50, 0.75);
}

.menuTopSubLevel>ul,
.menuTopLevel>ul,
.menuTop>li>ul {
    display: none;
    flex-direction: column;
    background-color: lightgrey;
    border: 1px solid black;
    border-top: rgba(233, 233, 233, 1);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    position: absolute;
    z-index: 1;
    margin-top: 1px;
}

.menuTopSubLevel,
.menuTop>li>ul>li {
    padding: 3px;
}

.menuTop a,
.menuTop a:link {
    text-decoration: none;
    color: var(--border-thumbnail);
}

.menuTopSubLevel:hover,
.menuTop>li:hover>ul>li:hover {
    background-color: white;
    padding: 3px;
    border-radius: 5px;
}

/********************************************************************/

/************ fin Gestion Menu Top ecran large **********************/

/********************************************************************/

/*********************************************************************/

/************ début Gestion Menu Top ecran xs** **********************/

/*********************************************************************/

#slidemenubar2 {
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#slidemenubar2:hover {
    /* left: 0px; */
}
.menuSmartphoneClick {
    position: fixed;
    left:0px;
    padding-left: 20px;
    padding-right: 10px;
    background: rgb(169, 169, 169);
    background: -moz-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#ffffff', GradientType=0);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 2px 7px -3px rgba(50, 50, 50, 0.75);
    /* border-top-right-radius: 10px; */
    border-bottom-right-radius: 10px;
}

.titleMenuxsClick {
    position:fixed;
    display: block;
    left:172px;
    top: 50px;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    height:55px;
    padding-left: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgb(169, 169, 169);
    background: -moz-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#ffffff', GradientType=0);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 2px 7px -3px rgba(50, 50, 50, 0.75);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* #slidemenubar2:hover .menuSmartphone {
    display: inherit;
}

#slidemenubar2:hover .titleMenuxs {
    position: absolute;
    left: 173px;
} */

.titleMenuxs {
    position:fixed;
    display: block;
    left:0px;
    top: 50px;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    height:55px;
    padding-left: 8px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: rgb(169, 169, 169);
    background: -moz-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#ffffff', GradientType=0);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 2px 7px -3px rgba(50, 50, 50, 0.75);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.menuxs {
    display: block;
    background: rgb(169, 169, 169);
    background: -moz-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(169, 169, 169, 1) 0%, rgba(190, 190, 190, 1) 25%, rgba(212, 212, 212, 1) 50%, rgba(233, 233, 233, 1) 75%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#ffffff', GradientType=0);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 2px 7px -3px rgba(50, 50, 50, 0.75);
    /* border-top-right-radius: 10px; */
    border-bottom-right-radius: 10px;
}

.menuSmartphone {
    display: inherit;
    position: absolute;
    left:-500px;
    padding-left: 20px;
    padding-right: 10px;
    /* margin: auto; */
}

.menuSmartphone ul {
    display: none;
    padding-left: 10px;
}

.menuSmartphone>li:hover>ul {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.menuSmartphone>li:hover>ul>li:hover>ul {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
}

.menuSmartphone a,
.menuSmartphone a:link {
    text-decoration: none;
    color: var(--border-thumbnail);
}

/********************************************************************/
/************ fin Gestion Menu Top xs *******************************/
/********************************************************************/



/********************************************************************/
/************ Gestion bouton connection******************************/
/********************************************************************/
.connexion {
    position        : absolute;
    margin-top      : 5px;
    padding         : 2px;
    right           : 5px;
    border          : 1px solid black;
    border-radius   : 5px;
}
.connexion:hover {
   background-color     : lightgrey;
   border               : 1px solid lightgrey;
    -webkit-box-shadow  : -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
    -moz-box-shadow     : -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
    box-shadow          : -2px -2px 10px 4px rgba(50, 50, 50, 0.75);
}

.signin{
    position            : absolute;
    display             : none;
    z-index :1;
    right               : 5px;
    margin              :   0;
    padding             : 5px;
    background-color    : rgba(255, 255, 255, 1);


}
.signin form{

    padding     : 5px
    
}

/********************************************************************/
/************ Fin Gestion bouton connection**************************/
/********************************************************************/



.displaytable{
    display: table;
}

.visible{
    display : inherit;
}
.p-top-30 {
    padding-top: 30px;
}
.p-top-10 {
    padding-top: 5px;
}
.m-auto{
    margin  :auto;
}
.m-top-bottom-10{
    margin-top      : 10px;
    margin-bottom   : 10px;
}
.m-top-30 {
    margin-top: 30px;
}
a.noDecoration:link {
    text-decoration: none;
}

a.noDecoration {
    color: var(--text-post-resume);
}
/* Affichage du blog dans la page principale */
.PostFrontPage>div:last-child{
    padding-bottom: 30px;
}
.PostFrontPage>div:first-child {
    padding-top: 30px;
}

/********************************************************/

/**********************Contour***************************/

/********************************************************/

.borderWithshadow {
    border: 1px solid var(--border-thumbnail);
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
}

.borderImg {
    border: 5px solid var(--border-thumbnail);
    border-radius: 10px;
}
.borderdiv {
    border: 1px solid var(--border-thumbnail);
    border-radius: 10px;
}
.imgMax {
    display: block;
    width: 25%;
    max-width: 100%;
    margin: auto;

}

.img
{
    border-radius :10px;
    margin : 10px 0 10px 0;
}
.shadow {
    -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
}

/********************************************************/

/********************fin Contour*************************/

/********************************************************/

.textCenter {
    text-align: center;
    vertical-align: center;
}
.textLeft {
    text-align : left;
}
.textRight{
    text-align : right;
}
.textBold{
    font-weight: bold;
    font-style: normal;
}
.textItalic{
    font-weight: normal;
    font-style: italic;
}
.textBoldItalic{
    font-weight: bold;
    font-style: italic;
}

.textNormal{
    font-weight: normal;
    font-style: normal;
}
footer p{
    margin:0;
    padding-bottom : 5px;
}
.footer
{

    position:fixed;
    height: 60px;
    bottom: 0;
    background-color: var(--color-footer-bg);
    padding-top:10px;
    margin-top :10px;
      width: 100vw;
}


/* gestion particulère widget */

#wp-calendar{
    margin  :auto;
}

.pagination{
    font-size   : 1.6rem;
    padding     : 20px;
}
.pagination .current{
    border :1px solid black;
            font-size: 1.8rem;
}


@media screen and (max-width: 767px) {
    .titleSite{
        text-align: center;

    }

}