/*-------------------------
	Simple reset
--------------------------*/


* {
    margin: 0;
    padding: 0;
}


/*-------------------------
	General Styles
--------------------------*/


html 


    /*background-color:antiquewhite;*/
    /*background:url(/Assets/img/tile.jpg) repeat #a0c5d1;*/
}


body {
    /*background:url(/Assets/img/bg.jpg) no-repeat 50% -250px;*/
    /*font:14px/1.3 'Segoe UI',Arial, sans-serif;*/
    font-family: 'Nunito', sans-serif;
    color: pink;
}

a, a:visited {
    outline: none;
    color: #1c4f64;
}

    a:hover {
        text-decoration: none;
    }

section, footer, header {
    display: block;
}

/*.site-front-image {
    width: 900px;
    margin-left: 50px;
}*/
.site-front-image {
    /*width: 850px;*/
   margin-left:auto;
   margin-right:auto;
   display:block;
   padding:5px;
  
    width: 55%;
   /*margin-left: 230px;  
    margin-top: 30px;  */
}
.site-fadein {
    animation: fadein ease 5s;
    -moz-animation: fadein ease 5s;
    -webkit-animation: fadein ease 10s;
    -o-animation: fadein ease 5s;
}
    .site-title {
    font-family: "Nunito"; /*script=all rev=3","Adobe Blank";*/
    font-weight: 300;
    /*font-style: italic;*/
    font-size: 40px;
    text-align: center;
    margin-top: 8px;
    color: #908006; /*#FFE838;  #3E718E;*/
    cursor: pointer;
    /*style ="font-family:'Nunito'; text-align:center;margin-top:8px; font-weight:300"*/
}

.last-expo {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top:100px;
   
}

.show1 {
    height: 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
    font-size: large;
    cursor: pointer;
    color: gray;
    margin-top: 100px;
}

.show2 {
    height: 20px;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
    font-size: large;
    cursor: pointer;
    color: gray;
    margin-top: 30px;
}

.hide1 {
    
    display: block;
    font-size: medium;
   
}


.hide2 {
 
    display: block;
    font-size: medium;
}



.show1:hover + .hide1 {
    display: block;
}

.show2:hover + .hide2 {
    display: block;
}

.home-expos {

    padding-left: 4.688rem;
    padding-right: 75px;
    padding-right: 4.688rem;
}

.horizontalrule hr {
    border: none;
    color: #bbb;
    background-color: #bbb;
    height: 1px;
    width:500px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.redPeinture {
color:darkred;
}

.davidjanuel_title {
    text-align:center;
}

.davidjanuel_title > h2 {
    font-size:20px;
    cursor: pointer;
    font-family : 'Nunito';
    font-weight:800;
}

.menuinrow {
    display: flex;
    margin-bottom:8px;
    cursor:pointer;
}
    .menuinrow > div {
        margin-left: 20px;
        margin-right: 20px;
        font-family: 'Nunito';
    }

.menuinrow_leftside {
    width:50%;
}

.site-sub-title {
    /*font-family: 'Gloria Hallelujah', cursive;*/
    font-family: "Nunito"; /*script=all rev=3","Adobe Blank";*/
    font-weight: 300;
    /*font-style: italic;*/
    font-size: 20px;
    text-align: center;
    margin-top: 8px;
    color: #27b5f7;
    /*style ="font-family:'Nunito'; text-align:center;margin-top:8px; font-weight:300"*/
}

.main_content {
    display: inline-block;
}

.righter_web{
    margin-top :66px;
}

.rightmenu-item-title > div {
    display: none;
    margin-top: 4px;
    margin-left: 2px;
    opacity: 0;
    position: relative;
    transition: opacity 2s;
}
.rightmenu-item-title > span {
    
    color: #214667;
    font-weight: 800;
}
.rightmenu-item-title:hover > span {
    /*    text-decoration: underline;*/
    /*color: #6fb2d8;*/
    color: #297ac3 ;
    font-weight: 800;
    margin-bottom: 6px;
}
.rightmenu-item-title:hover > div {
    display: block;
    opacity: 1;
}
 /*pour les archives*/
.rightmenu-item-title-old > span {
    /*text-decoration: underline;*/
    color: #214667 ;/* #bebf86 !important;*/
    font-weight: 800;
}
.rightmenu-item-title-old:hover > span {
    text-decoration: underline;
    color: #3E718E; 
    font-weight: 800;
}
.blue-text-menu-item:hover {
    color: #77777b !important;
    text-decoration: underline;
}
.menu-item {
    cursor: pointer;
    color: ButtonFace;
    max-width: 200px;
}

.menu-item:hover {
        color: black;
        text-decoration: underline;

}

.rightmenu-item {
    cursor: pointer;
    color: #0c415e;
    max-width: 200px;
    height: 21px;
/*    margin-top: 2px;*/
    margin-bottom:2px;
    font-size:14px;
   
}

.rightmenu-item:hover {
    color: #9c9ca0;
    text-decoration: underline;
/*    margin-top: 2px;*/
    margin-bottom: 2px;
    font-size: 14px;
}

.light-text {
    margin-top: 283px;
}


.light-text:hover {
}

.active {
    color: #D7D8C1;
}

.rightmenu-active {
    color: #466aab;
}

.activeBlue {
    color: darkslateblue;
}

/* surcharge partie kraft*/

.picture-sub-title-light {
    font-family: "Nunito"; /*script=all rev=3","Adobe Blank";*/
    font-weight: 300;
    font-style: italic;
    font-size: 11px;
    font-weight: 300 !important;
    color: #795E54 !important;
}
.light-text p {
    color: #FF495F ;
    -ms-scrollbar-arrow-color: inherit;
    scrollbar-arrow-color: inherit;
  
    /*font-weight: 700;*/
}

.f{
    margin-top :283px !important;
}

.light-sub-title p {
    font-weight: 300 !important;
    color: #45473C !important;
}
.light-text a {
    border-color: #b2adad !important;
    font-weight: 500;
    border: 7px solid;
}

.light-text-menu-item :hover {
    color: #50b3f4 !important;
}
/*----------------------------
	The Header
-----------------------------*/


header {
    background-color: #fff;
    background-image: linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EDEDED 100%);
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/*header h1, header h2 {
        text-align: center;
        font-weight: normal;
    }

    header h1 {
        font: 42px/50px 'Dancing Script', sans-serif;
        color: #5e676d;
        font-size: 11px;
    }

    header h2 {
        font-family: 'Nunito', sans-serif;
    
        font-size: 13px;
        color: #b2483a;
    }*/


/*----------------------------
	Thumbnails
-----------------------------*/

.thumbs {
    width: 600px;
    margin: 60px auto 35px;
    text-align: center;
}
    .thumbs a {
        width: 250px;
        height: 250px;
        /*width: 300px;
        height: 300px;*/
        display: inline-block;
        /*border: 2px solid #303030;
        border-color: lightgray;
        box-shadow: 0 1px 3px rgba(0,0,0,0.5);
        border-radius: 4px;*/
        margin: 6px 10px 20px;
        position: relative;
        text-decoration: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-color: #F7F8FA;
        border: 1px solid;
        border-color: white;
    }

 .thumbs a:hover{
        border: 1px solid ;
        border-color:lightgray;
        border-radius:1px;   
        padding:2px;
  }



.thumbs a:after {
        /*background-color: #303030;*/
        border-radius: 7px;
        bottom: -136px;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);*/
        color: #FFFFFF;
        content: attr(title);
        display: inline-block;
        font-size: 10px;
        max-width: 90px;
        overflow: hidden;
        padding: 2px 10px;
        position: relative;
        text-align: center;
        white-space: nowrap;
 }

.thumbs div {
    margin-top: 274px;
    background-position: center;
}

.thumbs2 a {
    width: 250px;
    height: 330px;
}

.thumbs2 div {
    margin-top: 353px;
    background-position: center;
}
.thumbs3 a {
    /*width: 290px;
    height: 230px;*/
    width:360px;
    height:290px;
}
.thumbs3 div {
    margin-top: 280px;
    background-position: center;
}

.thumbs4 a {
    /*width: 290px;
    height: 230px;*/
    width: 360px;
    height: 290px;
}

.thumbs4 div {
    margin-top: 320px;
    background-position: center;
}
.picture-title {
    font-family: "Nunito"; /*script=all rev=3","Adobe Blank";*/
    font-weight: 300;
    /*font-style: italic;*/
    font-size: 13px;
    margin-top: 363px; /*373*/
    color: grey;
}

.picture-sub-title {
    font-family: "Nunito"; /*script=all rev=3","Adobe Blank";*/
    font-weight: 300;
    font-style: italic;
    font-size: 11px;
    color: grey;
}
#credit {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 11px;
    margin: 0 auto 70px;
    opacity: 0.5;
    padding: 12px 16px;
    text-align: center;
    width: 400px;
}

.container {
    display: inline-block;
    color: black;
    font-family: 'Nunito', sans-serif;
    font-size: medium;
    /*position: relative;*/
    width: 80%;
    /*min-width: 710px;*/
    max-width: 1900px;
    float: left;
    border: 1px;
   /* background: url(/Assets/Images/ladefense.png) no-repeat center right;*/
    background-position-y: 100px;
    background-size: cover;
    
}

.container body-content {
}
    
.container body-content h2 {
        font-family: 'Nunito', sans-serif;
    }

.last-expo{
   
}

.oeuvrestru {
    display: inline-block;
    width: 80%; /*80*/
    margin-left: 150px;
}


.oeuvres p {
 display: inline-block;
 width: 70%;
 }

.classement {
    display: inline-block;
    margin-top: 130px;
    margin-right: 40px;
    float: right;
    width: 100px;
    min-width: 20px;
}

.classement2 {
    margin-right: 10px;
}

.burger {
    float: right;
    width: 20%;
    margin-top: 12px;
    padding: 8px;
    padding-bottom: 0px;
    /*background-color: whitesmoke;*/
}

#nav-icon3 {
    /*background-color: whitesmoke;*/
    width: 38px;
    height: 45px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    transition: opacity 0.2s linear;
}

    #nav-icon3:hover {
        opacity: 0.8;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #4D4D50;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .10s ease-out;
    }


        /* Icon 3 */

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 15px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 30px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 15px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 15px;
        width: 0%;
        left: 50%;
    }

.righter_hidden {
    display: none;
}

.righter:hover {
    background-color: white;
    /*background-color: lightyellow;*/
    /*border: 0px solid cornflowerblue;*/
    /*color: lightgrey;*/
    bottom: 0;
    display: block;
    max-height: 400px;
    /*position: absolute;left: 70%; todo pour une amélioration du menu*/
    width: 20%;
    font-size: 19px;
    float: right;
    z-index: 100000;
    font-size: 20px;
}

/*.righter:hover div {
        display: block;
    }*/

.righter {
    font-family: 'Nunito', sans-serif;
    background-color: white;
    /*border: 1px solid cornflowerblue;*/
    color: black;
    bottom: 0;
    font-size: 20px;
    height: 545px;
    position: relative;
    width: 20%;
    float: right;
    max-height: 400px;
    z-index: 100000;
    cursor: default;
    padding-left: 5px;
    padding-top: 0px;
    text-align: right;
    margin-left:-50px;
}
.slide {
    font-size: 13px;
    cursor: pointer;
    padding-top: 2px;
    padding-right: 3px;
    margin-top: 10px;
    color: #0c415e;
}

    .slide:hover {
        font-size: 13px;
        color: white;
        background-color: #3e718e;
        cursor: pointer;
        max-width: 60px;
        padding-left: 3px;
        padding-top: 4px;
        padding-bottom: 2px,
    }


/*.slide_panel {
    padding-left: 10px;
    display: none;
    font-size: 11px;
    position: absolute;
    border-top: medium;
    border-color: darkgrey;
    border: 1px solid;
    left: -400px;
}*/


/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.info-perso {
    border-style: solid;
    border-color: #cacaca;
    border-width: 0 0 0.0625rem 0;
    font-size: 12px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #3e718e;
}

.exposition-subtitle {
    font-size: 13px;
    text-decoration: underline;
    text-decoration-color: #3e718e;
}
/* The Modal (background) */
.slide_panel {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    color: black;
}

/* Modal Content */
.modal-content {
    background-color: white;
    color: #3FD0CF;
    /* color: #27b5f7;*/
    margin: auto;
    padding: 20px;
    border: 1px solid #cacaca;
    /*border: 1px solid #888;*/
    max-width: 400px;
    border-radius: 3px;
}

.expositions {
    /*border-style: solid;
    border-color: #cacaca;
    border-width:   0.0625rem 0 0 0;*/
    max-width: 300px;
    max-height: 400px;
    cursor: default;
    font-size: 11px;
    margin-top: 10px;
}

.visiblePhone {
    display: none ;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1080px) {
    /* STYLES GO HERE */
    .site-front-image {
        width: 280px;     
        margin-left: 0px;
        margin-top:60px;
    }

    .righter_web {
        display:none ;
    }

    .menuinrow {
        display: none;
    }

    .visiblePhone {
        display: block ;
    }

    .righter {
        background-color: white;
        opacity: 0.9;
        padding-left: 5px;
        padding-top: 10px;
        position: absolute !important;
        left: 0px;
        top: 114px;
        margin-left:0px;
        width: 100% !important;
        text-align: CENTER;
    }

    .rightmenu-item {
        height: 34px;
        max-width:600px;
    }

    .oeuvres {
        margin-left: 0px;
    }
}

/*----------------------------
	The Footer
-----------------------------*/


footer {
    background-color: #111111;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 45px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

    footer h2 {
        color: #EEEEEE;
        font-size: 14px;
        font-weight: normal;
        left: 50%;
        margin-left: -400px;
        padding: 13px 0 0;
        position: absolute;
        width: 540px;
    }

        footer h2 i {
            font-style: normal;
            color: #888;
        }

    footer a.tzine, a.tzine:visited {
        color: #999999;
        font-size: 12px;
        left: 50%;
        margin: 16px 0 0 110px;
        position: absolute;
        text-decoration: none;
        top: 0;
    }

    footer a i {
        color: #ccc;
        font-style: normal;
    }

        footer a i b {
            color: #c92020;
            font-weight: normal;
        }


/**/
.container-blog {
    background-color: cornflowerblue;
    display: inline-block;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: medium;
    /*position: relative;*/
    width: 80%;
    /*min-width: 710px;*/
    max-width: 1200px;
    float: left;
    border: 1px;
}

.blog-picture-title {
    font-family: "Nunito";
    font-weight: 300;
    font-size: 13px;
    color: white;
}

.blog-picture-sub-title {
    /*font-family: "Nunito"; /*script=all rev=3","Adobe Blank";*/*/
    font-family: 'Gloria Hallelujah', cursive;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
    margin-top: 8px;
    color: white;
}

.blog {
    background-color: cornflowerblue;
    width: 500px;
    height: 1900px;
    margin-top: 40px;
}

/*----------------------------
	page Mes Expo
-----------------------------*/

.galeriepave-title {
    font-family: 'Georgia', serif;
    font-size: 2.5em;
    color: #333;
    margin-bottom: 0.5em;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
}

.galeriepave-subtitle {
    font-family: 'Arial', sans-serif;
    font-size: 1.2em;
    color: #666;
    padding-top: 30px;
    margin-bottom: 1.5em;
    font-weight: normal;
    text-align: center;
    /*font-style: italic;*/
    letter-spacing: 0.5px;
}

.mosaic-container {
    column-count: 2;
    column-gap: 10px;
}

.mosaic-item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
/*----------------------------
	Media Queries
-----------------------------*/


@media screen and (max-width: 960px) {
    .thumbs, #credit {
        width: auto;
    }

    footer {
        display: none;
    }

    #bsaHolder {
        display: none;
    }
}


