/*
 Theme Name:   Ivan Liovik Ebel
 Theme URI:    https://ivanebel-2023.ivanebel.net/ivanebel/
 Description:  Divi Child Theme
 Author:       Fabien Leyral
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ivanebel
*/

/* id pages
MOOD (home) 10
EXHIBITONS 18
WRITINGS 21
ABOUT 24
*/

body.single-post .et_pb_gallery.gauche {
	cursor: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/10/exhibitions-fleche-gauche.svg') 0 4, auto;
}
body.single-post .et_pb_gallery.droite {
	cursor: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/10/exhibitions-fleche-droite.svg') 42 4, auto;
}
body.single-post .et_pb_gallery.brave.gauche {
	cursor: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/10/flechegauche1x.png') 0 4, auto;
}
body.single-post .et_pb_gallery.brave.droite {
	cursor: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/10/flechedroite1x.png') 42 4, auto;
}
body.single-post .et_pb_gallery.brave.apple.gauche {
	cursor: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/10/flechegauche2x.png') 0 4, auto;
}
body.single-post .et_pb_gallery.brave.apple.droite {
	cursor: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/10/flechedroite2x.png') 42 4, auto;
}




@font-face {
    font-family:PPMori-Regular;
    src: url('https://ivanebel-2023.ivanebel.net/wp-content/themes/ivanebel/fonts/PPMori-Regular.woff2') format('woff2'),
         url('https://ivanebel-2023.ivanebel.net/wp-content/themes/ivanebel/fonts/PPMori-Regular.woff') format('woff');
}
@font-face {
    font-family:PPMori-SemiBold;
    src: url('https://ivanebel-2023.ivanebel.net/wp-content/themes/ivanebel/fonts/PPMori-SemiBold.woff2') format('woff2'),
         url('https://ivanebel-2023.ivanebel.net/wp-content/themes/ivanebel/fonts/PPMori-SemiBold.woff') format('woff');
}
@font-face {
    font-family:PPMori-RegularItalic;
    src: url('https://ivanebel-2023.ivanebel.net/wp-content/themes/ivanebel/fonts/PPMori-RegularItalic.woff2') format('woff2'),
         url('https://ivanebel-2023.ivanebel.net/wp-content/themes/ivanebel/fonts/PPMori-RegularItalic.woff') format('woff');
}



html {
	/*overflow:hidden;
	height: 100%;*/ /* Fallback for browsers that do not support Custom Properties */

  /*height: 100vh; */ /* Fallback for browsers that do not support Custom Properties */
  /*height: calc(var(--vh, 1vh) * 100);*/ /* Exclut la barre d'adresse sur mobile du calcul de la hauteur de la fenêtre + JS */
}


body {
   /*height:100vh;*/
   /*width:100vw;
   height:100%;
   overflow-y:none;*/
   /*position:fixed;*/
   /*webkit-overflow-scrolling:touch;*/

  /*height: 100vh; *//* Fallback for browsers that do not support Custom Properties */
  /*height: calc(var(--vh, 1vh) * 100); */ /* Exclut la barre d'adresse sur mobile du calcul de la hauteur de la fenêtre + JS */
}

body, a, p, h2, h3, h4, h5, h6 {
	font-family:PPMori-Regular, Arial, sans-serif;
	color:#000;
}
img {
	pointer-events:none;
}
/*h1 {
	font-family:PPMori-SemiBold, Arial, sans-serif;
	font-weight:400;
}*/

body, #main-content a, #main-content p, #main-content span {
	font-size:15px;
	font-weight:400;
	line-height:20px;
}
#main-content article.project_category-writings h2 a { /* liens Projets */
	font-size:15px;
	font-weight:400;
}
#main-content article.project_category-writings p, #main-content article.project_category-writings span { 
	font-size:15px;
	font-weight:400;
}
#main-content article.project_category-writings .et_pb_text.auteur p { /* Auteur */
	font-size:18px;
	font-weight:400;
}
#main-content article.project_category-writings a { /* Lien */
	font-family:PPMori-SemiBold, Arial, sans-serif;
	font-size:15px;
	font-weight:400;
}
#main-content article.project_category-writings .et_pb_portfolio a { /* Lien */
	font-family:PPMori-Regular, Arial, sans-serif;
	font-size:15px;
	font-weight:400;
}


#main-content p {
	padding-bottom:20px;
}	


#main-content h1 {
	font-family:PPMori-SemiBold, Arial, sans-serif;
	font-weight:400;
	font-size:18px;
	/*font-weight:700;*/
	line-height:20px;
	padding-bottom:20px;
}
#main-content h2 {
	font-family:PPMori-SemiBold, Arial, sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:20px;
	padding-bottom:20px;
}
/*#main-content .et_pb_column_1_3 h2 {
	padding-bottom:0;
}*/

strong {
	font-family:PPMori-SemiBold, Arial, sans-serif;
	font-weight:400;
}
i, em {
	font-family:PPMori-RegularItalic, Arial, sans-serif;
	font-style:normal;
}


#page-container #main-header .container {
	padding-left:30px;
	padding-right:30px;
}

#page-container #main-header .container,
#page-container #moodboard.container {
	width:100%;
	margin:0;
}

/* Menu */
/* Hauteur des barres menus fixes : 80px, 55px, 48px */





/* faire apparaitre le menu mobile seulement sur smartphone et non pas sur tablette */ 
.et_mobile_nav_menu,
#et_mobile_nav_menu {
	display:none !important;
}
.et_pb_menu__menu,
#menu-menu,
#top-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex !important;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;	
	margin-left:0;
	margin-right:0;
}

/* body.page-id-1254 */
header .et_pb_menu_0_tb_header.et_pb_menu {
	background-color:rgba(255, 255, 255, 0); /*  !important */
}
/*header .et_pb_menu_0_tb_header {
	background-color:rgba(255, 255, 255, 0);
}
*/

.et_pb_menu .et_mobile_menu {
	top:36px;
}


body.page-id-1254 .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
body.page-id-1254 .et_mobile_menu li a:hover,
body.page-id-1254 #main-content .et_pb_column_1_3 {
	background-color:#ffffff !important;
}
body.page-id-1254 header .et_pb_column_1_3 {
	background-color:rgba(0,0,0,0) !important;
}



body.page-id-18 .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
body.page-id-18 .et_mobile_menu li a:hover,
body.page-id-18 header .et_pb_column_1_3,
body.page-id-18 #main-content .et_pb_column_1_3 {
	background-color:#fffbf2 !important;
}

body.page-id-21 .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
body.page-id-21 .et_mobile_menu li a:hover,
body.page-id-21 header .et_pb_column_1_3 {
	background-color:#ffeaea !important;
}
body.page-id-24 .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
body.page-id-24 .et_mobile_menu li a:hover,
body.page-id-24 header .et_pb_column_1_3,
body.page-id-24 #main-content .et_pb_column_1_3 {
	background-color:#e8fae9 !important;
}

ul#menu-menu li:first-child {
	display:none;
}


/*.et_fixed_nav #main-header { */ /* sticky menu  mobile pour header original */
    /*position:fixed;
}*/
header .et_pb_row_0_tb_header {  /* sticky menu non mobile */
	position:fixed;
}


header #croix-exhibitions,
header #croix-exhibitions-smartphone,
header #header-compteur,
header #header-lien-text,
header #croix-writings {
	display:none;
}



.logo_container span {
	text-transform:uppercase;
	font-size:18px;
}

#et-top-navigation {
	width:80%;
}

.menu-item {
	padding-left:15px;
	padding-right:15px;
	opacity:1;
}


#menu-menu > li {
	padding-left:30px;
	padding-right:0;
	margin-top:0;
}
#menu-menu > li:nth-child(2) {
	padding-left:0;
}
#menu-menu > li:last-child {
	padding-right:30px;
}
#menu-menu li a {
	padding-bottom:0;
}



header a:hover,
.et-menu a:hover,
#top-menu-nav > ul > li > a:hover,
.et_pb_portfolio h2 a:hover,
.current-menu-item,
body.single-post .et_pb_menu_0_tb_header .et_pb_menu_page_id-18,
body.single-project .et_pb_menu_0_tb_header .et_pb_menu_page_id-21 {
	text-decoration:underline;
	opacity:1;
}

header span,
header a,
.et-menu a,
#top-menu a,
#top-menu li.current-menu-item > a,
.et_mobile_menu li a {
	color:#000;
	font-size:18px;
	text-transform:uppercase;
	line-height:1.7em;
	border-bottom:none;
}
body.page-id-1254 header .et_pb_column_1_3 a {
	text-decoration:underline;
}



#header-lien-text a:hover {
	text-decoration:none;
}


#et-top-navigation {
	font-weight:400;
}


.mobile_menu_bar {
	line-height:1.7em;
}
.mobile_menu_bar:before {
	font-family:PPMori-Regular, Arial, sans-serif !important;
	content: "MENU";
	font-size:18px;
	font-weight:400;
	padding-right:20px;
}
.et_pb_module .mobile_menu_bar::before {
	top:-1px;
	line-height:1.7em;
	text-shadow:none;
}
.et_mobile_menu {
	padding:0;
	border-top:0;
	border-bottom:1px solid #000;
}
.et_mobile_menu li a {
	padding-left:30px;
}



/*
ul#top-menu li:nth-child(1) {
	background-color:#0F0;	
}
ul#top-menu li:nth-child(2) {
}
ul#top-menu li:nth-child(3) {
}
ul#top-menu li:nth-child(4) {
}
*/

body.page-id-1254 h1 {
	display:none;
}


/* HEADER */
body.page-id-1254 .et_pb_column_0_tb_header {
	border-right-width:0;
}
header .ivanliovikebel {
	z-index:20000;
}
header .ivanliovikebel,
header .mood {
	display:inline;
}
header .mood {
	float:right;
	padding-right:30px;
}

header .et_pb_column_1_3 {
	width:25% !important;
}
header .et_pb_column_2_3 {
	width:75% !important;
}
/* END HEADER */



.et_pb_section {
	padding-top:0 !important;
	padding-bottom:0 !important;
}		


#main-content .et_pb_row_0.et_pb_equal_columns/*,
#main-content .et_pb_row_0*/ {
	padding-top:80px;
	padding-bottom:0;
}




/* MOOD 1254 - #moodboard = page mmod via php (old)*/
body.page-id-1254 #mood.et_pb_gallery_fullwidth {
	/*visibility:hidden;*/
}


body.page-id-1254 #mood.et_pb_gallery_fullwidth .et-pb-slider-arrows,
body.page-id-1254 #mood.et_pb_gallery_fullwidth .et-pb-controllers {
	display:none;
}


/* Galerie slider full width pour avoir les images srcset: desktop + tablet + mobile */
body.page-id-1254 #mood.et_pb_gallery_fullwidth .et_pb_gallery_item {
	/*width:auto !important;*/
	/*width:100% !important;*/
	/*width:fit-content;*/
	/*float:none;*/
	width:auto; /*   Mac Safari sinon images n'apparaissent pas car width=0 (calcul JS) */
	margin-right:0;
	display:block;
}
body.page-id-1254 #mood.et_pb_gallery_fullwidth .et_pb_gallery_image {
	/*width:fit-content;*/
	/*width:auto !important;*/
}
body.page-id-1254 #mood.et_pb_gallery_fullwidth .et_pb_gallery_item img {
	width:100%;  /* Mac Safari sinon images n'apparaissent pas car width=0 (calcul JS) */
	opacity:1; /* Christ Safari : 1, fonctionne le reste avec 0  */
	/*min-width:30% !important;*/
}




body.page-id-1254 #mood .et_overlay {
	display:none;
}
body.page-id-1254 #mood .infos-image {
	display:none;
}

body.page-id-1254 #mood .et_pb_gallery_grid .et_pb_gallery_item {
	/*display:none;*/
	-webkit-animation:none;
	animation:none;
}

body.page-id-1254 #mood .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item {
	width:33%;
	margin-right:3%;
	margin-bottom:3%;
}
body.page-id-1254 #mood .et_pb_gallery_image a {
	pointer-events:none;
}



/* Av passage page-id-10 -> page-id-1254 :  a épurer par la suite*/
body.page-id-1254 #main-content .container {
	width:100%;
	margin:0;
}
body.page-id-1254 #main-content .container #left-area {
	width:100%;
}

/*header .et_pb_column_1_3,
body.page #main-content .et_pb_column_1_3,
body.page #main-content .et_pb_column_0 {
	width:25% !important;
}
body.page-id-1254 #main-content .et_pb_column_0 {
	width:25% !important;
}

body.page-id-1254 #main-content .et_pb_column_2_3 {
	width:75% !important;
}
*/

#main-content .et_pb_column_1_3 .et_pb_module:first-child,
#main-content .et_pb_column_2_3 .et_pb_module:first-child {
	padding-top:35px;
}
/* END MOOD */


/* EXHIBITIONS 18 */
body.page-id-18 #main-content .et_pb_blog_grid .size-1of1 {
	padding-top:80px;
}
body.page-id-18 #main-content .et_pb_blog_grid .size-1of1 article.et_pb_post {
	background-color:rgb(255,251,242);
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0;
	padding-right:0;
}
body.page-id-18 #main-content .et_pb_column_2_3 .et_pb_module:first-child {
	padding-top:115px;
}

body.page-id-18 #main-content .et_pb_row_0 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex !important;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;	
}



/*body.page-id-18 #main-content .et_pb_column_0 .et_pb_module .et_pb_blog_grid .column {
	overscroll:scroll;
	overscroll-behavior:none;
	overflow-y:visible;
}*/
/*body.page-id-18 #main-content .et_pb_column_0 .et_pb_module .et_pb_blog_grid,*/
body.page-id-18 #main-content .et_pb_column_0 .et_pb_module,
body.page-id-18 #main-content .et_pb_column:nth-child(1) .et_pb_module {
	position:-webkit-sticky;
	position:sticky;
	top:35px;
	padding-top:0;
}


body.page-id-18 .et_pb_blog_grid .et_pb_post {
	border:none;	
}
body.page-id-18 .et_pb_blog_grid .et_pb_image_container {
	margin:-20px -18px;
}
body.page-id-18 #main-content .et_pb_column:nth-child(1) .et_pb_blog_grid h2.entry-title {
	padding-top:0;
	padding-bottom:0;
	/*margin-left:-20px;*/
}
body.page-id-18 #main-content .et_pb_column:nth-child(1) .et_pb_blog_grid h2.entry-title a:hover {
	text-decoration:underline;
}
body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid h2.entry-title {
	padding-top:0; /* 8px */
	padding-bottom:0; /* 10px */
	/*margin-left:-18px;*/
}


body.single-post header .et_pb_column_1_3 {
	border-right:none;
}

body.single-post header #croix-exhibitions {
	width:27px;
	height:27px;
}
body.single-post header #croix-exhibitions a {
	line-height:27px;
}
body.single-post header #croix-exhibitions a span.et_pb_image_wrap {
	width:27px;
	height:27px;
	line-height:27px;
}
body.single-post header #croix-exhibitions a img {
	width:27px;
	height:27px;
	max-width:none;
}



body.single-post #main-content .container {
	width:100%;
	max-width:2560px;
	margin-left:0;
	margin-right:0;
	padding-top:80px;
}
body.single-post #main-content .container #left-area {
	width:100%;
	padding-left:0;
	padding-bottom:0;
}

body.single-post #main-content .container::before {
	display:none;
	/*background-color:#ffffff !important;
	left:0 !important;*/
}

body.single-post #main-content .et_post_meta_wrapper {
	display:none;
}

body.single-post .single .post {
	padding-bottom:0;
}
body.single-post .et_pb_post {
	margin-bottom:0;
}


/*body.single-post .et-pb-arrow-next {
	opacity:1;
	right:0;
}
body.single-post .et-pb-arrow-prev {
	opacity:1;
	left:0;
}*/


/*display: flex;
flex-direction: column;
justify-content: center;
*/


.single .post {
	padding-bottom:0;
}


body.single-post .et_pb_gallery_item {
    left:100%;
    /*opacity:1 !important;
	display:block !important;*/
}

body.single-post .et-pb-active-slide {
    opacity:1 !important;
	/*animation:none !important;*/
 	animation-delay:0s !important;
}
body.single-post .et-pb-moved-slide {
    opacity:1 !important;
	display:block !important;
 	animation-delay:0s !important;
}
body.single-post .et_pb_gallery_item:not(.et-pb-active-slide) {
    opacity:1 !important;
	display:block !important;
 	animation-delay:0s !important;
}

/*set the height of the slide image*/
body.single-post img {
	pointer-events:auto;/* auto */
}
body.single-post .et_pb_gallery_fullwidth {
	min-height:400px;
}

body.single-post .et_pb_gallery.et_slide_transition_to_next,
body.single-post .et_pb_gallery.et_slide_transition_to_previous {
	/*transition:none !important;
	animation:none !important;*/
 	animation-delay:0s !important;
 	/*animation-duration:0s !important;*/
}
body.single-post .et_pb_gallery.et_pb_module {
 	animation-delay:0s !important;
}


body.single-post .et_pb_gallery_items {
	margin-top:auto;
	margin-bottom:auto;
}

/*align the slide image to the middle*/
body.single-post .et_pb_gallery_image {
	line-height:0;
	text-align:center;
}
body.single-post .et_pb_gallery_image.landscape {
	/*margin-top:auto;
	margin-bottom:auto;*/
}


body.single-post .et_pb_gallery_fullwidth .et_pb_gallery_image img {
	width:auto;
	max-width:100%;
	height:auto;
	/*max-height:700px;*/
	/*max-height:calc(100% - 140px);*/
	pointer-events:none;
	vertical-align:middle;
}
body.single-post .et_pb_gallery_fullwidth .et_pb_gallery_item {
	pointer-events:none;
}
/*style the slider previous and next buttons*/
body.single-post a.et-pb-arrow-prev {
	margin-left:0 !important;
	opacity:1;
	left:0;
	z-index:12;
	webkit-transition:none;
	transition:none;
	display:none;
}
body.single-post .et_pb_slider:hover .et-pb-arrow-prev {
	left:0;
}
body.single-post a.et-pb-arrow-prev::before {
	content: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/05/fleche-gauche-exhibitions.svg');
}
body.single-post a.et-pb-arrow-next {
	margin-right:0 !important;
	opacity:1;
	right:0;
	webkit-transition:none;
	transition:none;
	display:none;
}
body.single-post .et_pb_slider:hover .et-pb-arrow-next {
	right:0;
}
body.single-post a.et-pb-arrow-next::before {
	content: url('https://ivanebel-2023.ivanebel.net/wp-content/uploads/2023/05/fleche-droite-exhibitions.svg');
}

body.single-post .et-pb-controllers {
	display:none;
}

body.single-post #main-content h1 {
	font-family:PPMori-RegularItalic, Arial, sans-serif;
	font-weight:400;
	font-size:15px;
	color:#000000;
	line-height:20px;
	padding-bottom:0;
}
body.single-post #main-content h2 {
	font-family:PPMori-RegularItalic, Arial, sans-serif;
	font-weight:400;
	padding-bottom:0;
}
body.single-post #main-content .infos-image {
	display:none;
}


body.single-post .disable-lightbox .et_pb_gallery_image a {
	pointer-events:none;
}
 
body.single-post .disable-lightbox .et_overlay {
	display:none !important;
}
/*body.single-post #main-content .et_pb_gallery_image.landscape {
	padding-top:80px;
}*/


body.single-post #exhibition-descriptif .et_pb_text_inner {
	/*text-align:left;*/
}

body.single-post #exhibition-descriptif,
body.single-post #image-descriptif {
	left:100%;
	background-color:#ffffff !important;
	-webkit-transition: left 0s ease-in-out, transform 0s;
	transition: left 0s ease-in-out, transform 0s;
}


body.single-post #texte {
	left:100%;
	background-color:#ffffff !important;
	/*width:calc(50% + 60px) !important;*/
	width:50% !important;
	-webkit-transition: left 0s ease-in-out, transform 0s;
	transition: left 0s ease-in-out, transform 0s;
	/*transition:left 0.5s ease-in-out;*/
	border-left:#000 solid 1px;
}
body.single-post #texte.ouvert {
	top:0;
	left:50% !important;
	background-color:#ffffff !important;
	/*height:calc(100% -1px) !important;*/
	overflow:auto !important;
}
body.single-post #texte .et_pb_text_inner {
	background-color:#ffffff !important;
	width:100% !important;
	padding-left:30px;
	padding-right:120px;
	/*overflow:auto;*/
}
body.single-post #texte.ouvert .et_pb_text_inner p {
	background-color:#ffffff !important;
}

body.single-post #exhibition-descriptif p {
	padding-bottom:20px;
}
body.single-post #lien-text p,
body.single-post #image-descriptif p {
	padding-bottom:0;
}

body.single-post #lien-text a {
	display:block;
}
body.single-post #caption a,
body.single-post #header-lien-text a,
body.single-post #lien-text a,
body.single-post #fleche-exhibitions-fermer-texte {
	pointer-events:auto;
	cursor:pointer;
}

body.single-post #caption p {
	padding:0;
}


body.single-post #lien-text a {
	width:60px;
	-webkit-transition: width 0.5s ease-in-out, transform 0.5s;
	transition: width 0.5s ease-in-out, transform 0.5s;
	/*background-color:#CCC;*/
}
body.single-post #lien-text a.ouvert {
	-webkit-transition: width 0.5s ease-in-out, transform 0.5s;
	transition: width 0.5s ease-in-out, transform 0.5s;
	/*-webkit-transition-delay:0;
	transition-delay:0;
	transform:none;*/
	/*webkit-transition:none;
	transition:none;*/
}


body.single-post a.et-pb-arrow-prev {
	position:absolute;
	left:0;
	right:auto;
	top:50%;
	margin-top:-24px;
}
body.single-post a.et-pb-arrow-next {
	position:absolute;
	left:auto;
	right:0;
	top:50%;
	margin-top:-24px;
}


/* END EXHIBITIONS */




/* WRITINGS 21 */
body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3) .et_pb_image,
article.project_category-writings .et_pb_column_2 .et_pb_image {
	padding-bottom:24px;
}

body.page-id-21 #main-content h2.entry-title {
	display:none;
}
body.page-id-21 #main-content .et_pb_row_0.et_pb_equal_columns {
	padding-top:0;
}
body.page-id-21 #main-content .et_pb_row_10000.et_pb_equal_columns {
	padding-top:80px;
}

body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3) .et_pb_module:nth-child(2) {
	display:none;
}

body.page-id-21 .et_pb_column_4_4.et_pb_column_0 {
	width:100% !important;
}
body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1),
article.project_category-writings .et_pb_column_0 {
	width:25% !important;
	background-color:#ffeaea;
	border-right:1px solid #000;
}
body.page-id-21 article.project_category-writings .et_pb_column:nth-child(2),
article.project_category-writings .et_pb_column_1 {
	width:37% !important;
	padding-top:80px;
}
body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3),
article.project_category-writings .et_pb_column_2 {
	width:38% !important;
	padding-top:80px;
}

body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1) .et_pb_module {
	position:-webkit-sticky; /* Safari */
	position:sticky;
	top:80px;
}
/*body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1) h2,
article.project_category-writings .et_pb_column_0 h2{
	padding-bottom:15px;
}*/

/*body.page-id-21 article.project_category-writings .et_pb_column_1_3:nth-child(2),
body.page-id-21 article.project_category-writings .et_pb_column_1_3:nth-child(3),
body.single-project article.project_category-writings .et_pb_column_1,
body.single-project article.project_category-writings .et_pb_column_2 {
	padding-top:80px;
}*/




.et_pb_portfolio_item .et_pb_module_header, .et_pb_portfolio_item h2 {
	margin-top:0;
	padding-bottom:15px;
}
.et_pb_bg_layout_light .et_pb_post p {
	color:#000;
}
/* END WRITINGS */

/* PROJET WRITINGS */

body.page-id-21 article.project_category-writings .et_pb_column_0 .et_pb_module,
article.project_category-writings .et_pb_column_0 .et_pb_module {
/*body.page-id-21 #main-content .et_pb_column_0 .et_pb_text {*/
	position:-webkit-sticky; /* Safari */
	position:sticky;
	top:80px;
}

body.page-id-21 article.project_category-writings .post-content-inner > p {
	display:none;
}
body.page-id-21 article.project_category-writings .et_pb_row {
	padding-top:0;
	padding-bottom:0;
}
body.page-id-21 .et_pb_post {
	margin-bottom:0;
}


/* END PROJET WRITINGS */



/* ABOUT 24 */
body.page-id-24 #main-content .et_pb_row_0.et_pb_equal_columns {
	padding-top:0;
	
	/*display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex !important;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
	
}



/*body.page-id-24 #main-content .et_pb_column_1_3 {
	background-color:#e8fae9;
	position:-webkit-sticky;
	position:sticky;
	top:80px;
}*/
body.page-id-24 #main-content .et_pb_column_1_3 {
	width:25% !important;
}
body.page-id-24 #main-content .et_pb_column_2_3 {
	width:75% !important;
	padding-top:80px;
}
body.page-id-24 #main-content .et_pb_column_1_3 .et_pb_text {
	position:-webkit-sticky; /* Safari */
	position:sticky;
	top:80px;
}

body.page-id-24 #main-content .et_pb_column_0 h2 {
	padding-bottom:0;
}
body.page-id-24 #main-content .et_pb_column_2_3 .et_pb_text {
	padding-bottom:20px;
}
body.page-id-24 #main-content h1 {
	font-size:15px;
}


/*body.page-id-24 #main-content .et_pb_column_2_3 .et_pb_text {
	margin-bottom:48px;
}*/

/* END ABOUT */



/* FOOTER */
body.page footer,
body.single-project footer {
	display:none;
}
footer#main-footer {
	display:none !important;
}
footer#main-footer #footer-bottom {
	padding:0 !important;
	padding-top:0 !important;
	padding-bottom:0 !important;
	background-color:#fff !important;
}
/* END FOOTER */




@media all and (max-width: 1200px) { /* pc portable  */ 
	header .et_pb_column_1_3 .mood {
		margin:0 -88px 0 88px !important;
		padding-right:0;
	}
}

@media (min-width: 981px) {
	body.single-post .et_pb_row {
		padding-bottom:0;
	}
	.et_right_sidebar #left-area {
		padding-right:0;
	}
	.et_right_sidebar #main-content .container::before {
		display:none;
	}
	body.page-id-24 #main-content .et_pb_column_2_3 .et_pb_text {
		max-width:900px;
		padding-left:140px;
	}

	body.page-id-18 .et_pb_gutters1 .et_pb_column_1_3,
	body.page-id-18 .et_pb_gutters1.et_pb_row .et_pb_column_1_3 {
		width:25%;
	}
	body.page-id-18 .et_pb_gutters1 .et_pb_column_2_3,
	body.page-id-18 .et_pb_gutters1.et_pb_row .et_pb_column_2_3 {
		width:75%;
	}
	
	/* Blog sur 2 colonnes */ 	
	/*body.page-id-18 .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(1),
	body.page-id-18 .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(1) {
		padding-right:15px;
	}
	body.page-id-18 .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2),
	body.page-id-18 .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2) {
		padding-left:15px;
	}
	*/
	/* End Blog sur 2 colonnes */ 	

	body.page-id-18 #main-content .et_pb_column:nth-child(2) article {
		position:relative;
	}

	body.page-id-18 #main-content .et_pb_column:nth-child(2) article.et_pb_blog_item:hover {
		background-color:#000;
	}
	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .et_multi_view__hover_selector .et_pb_image_container {
		background-color:#000;
	}

	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .et_multi_view__hover_selector img {
		opacity:1;
	}
	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .et_multi_view__hover_selector.et_multi_view__hovered img {
		opacity:0;
	}

	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .et_multi_view__hover_selector h2.entry-title {
		opacity:0;
		width:80%;
		text-align:center;
		z-index:2;
		color:#fff;

		/*position:relative;*/
		/*margin-top:-250px;*/
		position:absolute;
		/*top:calc(50% - 20px);*/
		top:45%;
		/*height:100%;*/
		/*--title-height:height;*/
		/*top:calc(50% - ( 20px + var(--post-content-height)) / 2) );*/
		left:50%;
		-ms-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);
	}
	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .et_multi_view__hover_selector.et_multi_view__hovered h2.entry-title {
		opacity:1;
	}
	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .post-content {
		display:none;
		/*opacity:0;
		width:80%;
		text-align:center;
		margin-top:0px;
		z-index:2;

		position:absolute;
		top:calc(50% - 15px);
		left:50%;
		-ms-transform:translate(-50%, -50%);
		transform:translate(-50%, -50%);*/
	}
	/*body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .et_multi_view__hover_selector.et_multi_view__hovered .post-content {
		opacity:0;
	}
	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid .post-content p {
		color:#fff;
	}*/





	/* Blog sur 3 colonnes */ 	
	body.page-id-18 .et_pb_blog_1 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before {
		content:"3 .column.size-1of3" !important;
	}
	body.page-id-18 .et_pb_blog_1 .et_pb_blog_grid .column.size-1of3 {
		width:33.33% !important;
		/*margin-right:1%;*/
	}
	body.page-id-18 .et_pb_blog_1 .et_pb_blog_grid .column.size-1of3:nth-child(1) {
		padding-left:2%;
		padding-right:5%;
	}
	body.page-id-18 .et_pb_blog_1 .et_pb_blog_grid .column.size-1of3:nth-child(2) {
		padding-left:5%;
		padding-right:5%;
	}
	body.page-id-18 .et_pb_blog_1 .et_pb_blog_grid .column.size-1of3:nth-child(3) {
		padding-left:5%;
		padding-right:2%;
	}
	/* End Blog sur 3 colonnes */ 	
}



@media all and (max-width: 980px) { /* tablet  */ 
	body {
		font-size:15px;
	}
	header .et_pb_column_1_3,
	header .et_pb_column_2_3,
	header .et_pb_menu_0_tb_header {
		background-color:#fff;
	}
	
	/*header .et_pb_column_1_3,
	header .et_pb_column_2_3  {
		display:inline !important;
	}*/
	body.page-id-1254 header .et_pb_column_1_3 {
		background-color:#ffffff !important;
	}
	#menu-menu > li:last-child {
		padding-right:20px;
	}
	
	header .et_pb_column_1_3,
	body.page #main-content .et_pb_column_1_3 {
		width:34% !important;
	}
	header .et_pb_column_2_3,
	body.page #main-content .et_pb_column_2_3,
	body.page-id-21 #main-content .et_pb_column_1_3:nth-child(2),
	body.page-id-21 #main-content .et_pb_column_1_3:nth-child(3) {
		width:66% !important;
	}
	header .et_pb_column_1_3 .mood {
		/*margin:0 -90px 0 90px !important;*/
		margin:0 -77px 0 77px !important;
		padding-right:0;
	}
	#moodboard.container {
		padding-left:20px;
		padding-right:20px;
	}
	/*body.page-id-1254 #mood.et_pb_gallery_fullwidth .et_pb_gallery_image {
		max-width:35% !important;
	}*/
	/*body.page-id-1254 #mood.et_pb_gallery_fullwidth .et_pb_gallery_item img {
		max-width:80% !important;
	}*/

	/*#main-content .et_pb_section {
		padding-top:55px !important;
	}*/

	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid h2.entry-title {
		padding-top:8px;
		padding-bottom:30px;
		margin-left:-18px;
	}

	body.page-id-18 .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu,
	body.page-id-18 .et_mobile_menu li a:hover,
	body.page-id-18 header .et_pb_column_1_3,
	body.page-id-18 #main-content .et_pb_column_1_3 {
		background-color:#ffffff !important;
	}


	body.page-id-18 #main-content .et_pb_column_2_3 .et_pb_module:first-child {
		padding-top:55px;
	}


	body.page-id-18 .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(1),
	body.page-id-18 .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(1) {
		padding-right:10px;
	}
	body.page-id-18 .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2),
	body.page-id-18 .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2:nth-child(2) {
		padding-left:10px;
	}

	body.page-id-18 .et_pb_column_0_tb_header,
	body.single-post .et_pb_column_0_tb_header {
		border-right:none;
	}
	body.single-post #main-content .container {
		padding-top:55px;
	}

	body.single-post #texte {
		left:100%;
		/*width:calc(50% + 60px) !important;*/
		width:100% !important;
		/*transition: left 0.5s ease-in-out, transform 0.5s;*/
		-webkit-transition:left 0.5s ease-in-out;
		transition:left 0.5s ease-in-out;
		border-left:none;
	}
	body.single-post #texte.ouvert {
		top:0;
		left:0% !important;
		/*height:calc(100% -1px) !important;*/
		/*overflow:auto !important;*/
	}
	body.single-post #texte .et_pb_text_inner {
		width:100% !important;
		padding-left:0;
		padding-right:0;
		/*overflow-x: hidden;
		overflow-y: scroll;*/
		height:auto;
		overflow:auto !important;
	}
	
	body.single-post #fleche-exhibitions-fermer-texte {
		left:100%;
		-webkit-transition:left 0.5s ease-in-out;
		transition:left 0.5s ease-in-out;
	}
	body.single-post #fleche-exhibitions-fermer-texte.ouvert {
		left:20px;
	}

	body.single-post .disable-lightbox .et_pb_gallery_image a {
		pointer-events:none;
	}
	 
	body.single-post .disable-lightbox .et_overlay {
		display:none !important;
	}

	body.single-post a.et-pb-arrow-prev {
		visibility:hidden;
		position:fixed;
		z-index:10000;
		left:20px;
		margin-top:0;
		pointer-events:auto !important;
		/*top:calc(100% - 100px);*/
		display:block;
	}
	body.single-post .et_pb_slider:hover .et-pb-arrow-prev {
		left:20px;
	}
	body.single-post a.et-pb-arrow-next {
		visibility:hidden;
		position:fixed;
		z-index:10000;
		left:112px;
		right:auto;
		margin-top:0;
		pointer-events:auto !important;
		display:block;
		/*top:calc(100% - 100px);*/
	}

	/*body.single-post #exhibition-descriptif,
	body.single-post #image-descriptif {
		-webkit-transition:none;
		transition:none;
	}*/

	body.single-post .et_pb_gallery.gauche,
	body.single-post .et_pb_gallery.droite,
	body.single-post .et_pb_gallery.brave.gauche,
	body.single-post .et_pb_gallery.brave.droite,
	body.single-post .et_pb_gallery.brave.apple.gauche,
	body.single-post .et_pb_gallery.brave.apple.droite {
		cursor:none !important;
		cursor:default !important;
	}


	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3),
	article.project_category-writings .et_pb_column_2 {
		padding-top:10px;
	}


	body.page-id-21 #main-content .et_pb_column_1_3:nth-child(1) .et_pb_module:first-child,
	body.single-project #main-content .et_pb_column_1_3:nth-child(1) .et_pb_module:first-child {
		padding-top:26px;
	}
	body.page-id-21 #main-content .et_pb_column_1_3:nth-child(2) .et_pb_module:first-child,
	body.single-project  #main-content .et_pb_column_1_3:nth-child(2) .et_pb_module:first-child {
		padding-top:0;
	}
	body.page-id-21 #main-content .et_pb_column_1_3:nth-child(3) .et_pb_module:first-child,
	body.single-project #main-content .et_pb_column_1_3:nth-child(3) .et_pb_module:first-child {
		padding-top:0;
	}

	#main-content .et_pb_row.et_pb_equal_columns {
		padding-top:55px;
	}


	body.page-id-18 header .et_pb_column_2_3,
	body.page-id-18 #main-content .et_pb_column_1_3 {
		background-color:#ffffff;
	}
	body.page-id-18 #main-content .et_pb_column_1_3 {
		display:none;
	}
	body.page-id-18 #main-content .et_pb_column_2_3 {
		width:100% !important;
	}
	
	body.single-post .et_pb_row_1 {
		transform:none !important;
	}
	
	body.single-post #compteur {
		margin-bottom:0;
	}
	body.single-post #compteur p {
		padding-bottom:0;
	}
	body.single-post #lien-text {
		padding:0;
	}

	.et_pb_menu .et_mobile_menu,
	header .et_mobile_menu {
		padding-left:20px;
		padding-right:20px;
		padding-bottom:0;
	}
	.et_pb_menu .et_mobile_nav_menu {
		margin:0;
	}
	
	
	/*.et_pb_menu .et_mobile_nav_menu .mobile_nav ul.et_mobile_menu,
	.et_pb_menu .et_mobile_nav_menu .mobile_nav.closed ul.et_mobile_menu {
		border-bottom:none;
	}
	.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened ul.et_mobile_menu {
		border-bottom:1px solid #000;
	}*/

	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(2) .et_pb_module#texte-desktop {
		display:none;
	}
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3) .et_pb_module:nth-child(2) {
		display:block;
	}
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3) .et_pb_module:nth-child(1),
	article.project_category-writings .et_pb_column:nth-child(3) .et_pb_module:nth-child(1) {
		margin-top:0 !important;
	}


	/*body.page-id-21 article.project_category-writings .et_pb_column_0 .et_pb_module,
	article.project_category-writings .et_pb_column_0 .et_pb_module {
		position:-webkit-sticky;
		position:sticky;
		top:55px;
	}*/
	
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1),
	article.project_category-writings .et_pb_column_0 {
		position:fixed;
		z-index:3;
		top:55px;
	}
	
	
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1),
	article.project_category-writings .et_pb_column_0 {
		width:34% !important;
		/*border-right:0;*/
	}
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(2),
	article.project_category-writings .et_pb_column_1 {
		width:66% !important;
		margin-left:34%;
	}
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3),
	article.project_category-writings .et_pb_column_2 {
		width:66% !important;
		margin-left:34%;
	}
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3) .et_pb_image,
	article.project_category-writings .et_pb_column_2 .et_pb_image {
		padding-bottom:0;
	}
	
	/*body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1) .et_pb_module {
		position:-webkit-sticky;
		position:sticky;
		top:80px;
	}*/


	body.page-id-24 #main-content .et_pb_column_1_3 .et_pb_module:first-child,
	body.page-id-24 #main-content .et_pb_column_2_3 .et_pb_module:first-child {
		/*padding-top:35px;*/
		margin-top:0px;
	}

	body.page-id-24 #main-content .et_pb_column_1_3 {
		height:inherit;
		/*height:100%;*/
		/*position:fixed;
		z-index:3;*/
	}
	/****body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1) .et_pb_module, */
	body.page-id-24 #main-content .et_pb_column_1_3 .et_pb_module {
		position:-webkit-sticky; /* Safari */
		position:sticky;
		top:55px;
	}

	body.page-id-24 #main-content .et_pb_column_2_3 {
		padding-top:55px;
	}


	#main-content .et_pb_row.et_pb_equal_columns {
		/*display:-webkit-box;
		display:-ms-flexbox;
		display:flex;*/
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display:flex !important;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
		flex-wrap: wrap;	
	}
}

/*@media (min-width: 768px) (max-width: 1194px) and (min-device-width: 768px) and (max-device-width: 1194px) and (orientation: portrait),*/
/*@media (min-width: 834px) and (max-width: 1194px) and (orientation: portrait),
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait),*/
/*@media (min-width: 768px) and (max-width: 1194px) and (orientation: portrait),*/
@media (max-width: 767px) {
	/*header .et_pb_column_1_3,
	header .et_pb_column_2_3 {
		width:50% !important;
	}*/
	header .et_pb_column_1_3 {
		width:fit-content !important;
		display:block !important;
		position:fixed;
		top:0;
		left:0;
	}
	header .et_pb_column_2_3 {
		width:100% !important;
		display:block !important;
		position:fixed;
		top:0;
		left:0;
	}
	
	body.single-post header #header-compteur {
		font-size:15px;
	}
	body.single-post header #header-lien-text a {
		font-size:15px;
		text-transform:none;
		cursor:pointer;
	}
	
	/*#main-content .et_pb_section {
		padding-top:48px !important;
	}*/
	#main-content .et_pb_row.et_pb_equal_columns {
		padding-top:80px;
		padding-bottom:0;
	}
	
	body.page #main-content .et_pb_column_1_3 {
		width:100% !important;
	}
	body.page #main-content .et_pb_column_2_3 {
		width:100% !important;
	}

	.et_mobile_nav_menu,
	#et_mobile_nav_menu {
		display:block !important;
	}
	.et_pb_menu__menu,
	#menu-menu,
	#top-menu {
		display:none !important;
	}
	header .mood {
		display:none;
	}
	header .et_pb_column_1_3,
	#main-content .et_pb_column_1_3 {
		background-color:#ffffff;
		border-right-width:0;
	}
	
	.et_mobile_menu li a:hover {
		/*background-color:#ffffff;*/
		opacity:1;
	}	
	
	
	/*body.page-id-1254 #mood.et_pb_gallery_fullwidth .et_pb_gallery_image {
		width:80% !important;
	}*/
	
	/*body.page-id-18 header .et_pb_menu_0_tb_header.et_pb_menu,
	body.page-id-18 #main-content .et_pb_row_0 .et_pb_column_2_3 {
		background-color:#fffbf2 !important;
	}*/


	/*body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1),
	article.project_category-writings .et_pb_column_0 {
		width:100% !important;
	}*/
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(2),
	article.project_category-writings .et_pb_column_1 {
		/*width:100% !important;*/
		margin-left:0;
		padding-top:0;
	}
	body.page-id-21 article.project_category-writings .et_pb_column:nth-child(3),
	article.project_category-writings .et_pb_column_2 {
		/*width:100% !important;*/
		margin-left:0;
		padding-top:0;
	}

	#main-content .et_pb_column_1_3 .et_pb_module:first-child {
		padding-top:0;
	}


	article.project_category-writings  .et_pb_column_0 {
		width:100% !important;
	}
	article.project_category-writings .et_pb_column_1 {
		width:100% !important;
		border-bottom:1px solid #000;
		position:-webkit-sticky;
		position:sticky;
		top:47px; /* 48 */
	}
	article.project_category-writings .et_pb_column_1 .et_pb_module:first-child {
		margin-top:0 !important;
		padding-top:0px !important; /* 10px */
	}
	article.project_category-writings .et_pb_column_1 .et_pb_image {
		padding-top:0px !important; /* 10px */
	}
	article.project_category-writings .et_pb_column_2 {
		width:100% !important;
	}

	.et_pb_portfolio h2 a {
		text-decoration:none;
	}

	body.page-id-21 header .et_pb_column_2_3 .et_pb_menu {
		background-color:#ffeaea !important;
	}
	body.page-id-24 header .et_pb_column_2_3 .et_pb_menu {
		background-color:#e8fae9 !important;
	}
	
	
	body.page-id-21 {
		height:100%;
		background-color:#ffeaea !important;
	}
	
	header .et_pb_column_2_3 {
		padding-right:0;
	}
	/*header .et_mobile_nav_menu {
		padding-right:20px;		
	}*/
	.et_pb_menu .et_mobile_menu,
	header .et_mobile_menu {
		padding-left:25px;
		padding-right:20px;
		padding-bottom:0;
		box-shadow:none;
		-moz-box-shadow:none;
		webkit-box-shadow:none;
	}
	header .et_mobile_menu li {
		padding:0;
	}
	header .et_mobile_menu li a {
		padding:0;
		padding-top:15px;
		padding-bottom:15px;
	}
	header .et_mobile_menu li:last-child a {
		padding-bottom:30px;
	}

	body.page-id-24 #main-content .et_pb_column_1_3 {
		border-bottom:1px solid #000;
		border-right:0;
		position:fixed;
		z-index:3;
		top:47px; /* 48 */
		/*padding-bottom:16px;*/
	}

	body.page-id-24 #main-content .et_pb_column_1_3,
	body.page-id-24 #main-content .et_pb_column_2_3 {
		padding-right:20px;
		padding-left:20px;
	}

	body.page-id-24 #main-content .et_pb_column_2_3 {
		padding-top:80px;
	}


	/*body.page-id-24 #main-content .et_pb_column_1_3 {
		width:100%;
		border-bottom:1px solid #000;
		border-right:0;
		position:fixed;
		z-index:3;
		top:48px;
	}*/
	/****body.page-id-21 article.project_category-writings .et_pb_column:nth-child(1) .et_pb_module,*/
	body.page-id-24 #main-content .et_pb_column_2_3 .et_pb_module:first-child {
		padding-top:80px; /* 136px */
	}
	body.page-id-24 #main-content .et_pb_column_1_3 .et_pb_text {
		position:-webkit-sticky; /* Safari */
		position:sticky;
		top:48px;
	}
	#main-content .et_pb_column_1_3:first-child .et_pb_module,
	#main-content .et_pb_column_2_3 .et_pb_module:first-child {
		/*padding-top:35px;*/
		margin-top:108px;
	}
	#main-content .et_pb_column_1_3:nth-child(3) .et_pb_module {
		margin-top:0px;
	}
	#main-content .et_pb_column_2_3 .et_pb_module:first-child {
		/*padding-top:115px;*/
	}

	body.page-id-18 header .et_pb_column_1_3 {
		border-right:none;
	}
	body.page-id-18 #main-content .et_pb_blog_grid .size-1of1 {
		padding-top:55px;
	}
	body.page-id-18 .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of1,
	body.page-id-18 .et_pb_gutters1.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of1 {
		padding-right:18px;
		padding-left:18px;
	}
	body.page-id-18 #main-content .et_pb_column_2_3 .et_pb_module:first-child {
		padding-top:0;
		margin-top:0;
	}
	body.page-id-18 #main-content .et_pb_column:nth-child(2) .et_pb_blog_grid h2.entry-title {
		padding-bottom:30px;
		margin-left:-18px;
	}
	body.page-id-18 #main-content .et_pb_column_1_3,
	body.page-id-18 #main-content .et_pb_blog_grid .size-1of1 article.et_pb_post {
		background-color:#ffffff !important;
	}
	body.single-post #main-content .container {
		padding-top:48px;
	}

	body.single-post #texte {
		visibility:hidden;
		left:0%;
		/*width:calc(50% + 60px) !important;*/
		width:100% !important;
		/*transition: left 0.5s ease-in-out, transform 0.5s;*/
		-webkit-transition:top 0.5s ease-in-out;
		transition:top 0.5s ease-in-out;
		border-left:none;
	}
	
	body.single-post #texte.ouvert {
		/*top:0 !important;*/
		/*height:calc(100% -1px) !important;*/
		/*overflow:auto !important;*/
	}
	body.single-post #texte .et_pb_text_inner {
		height:auto;
		overflow:auto !important;
	}

	body.single-post .et_pb_gallery_fullwidth .et_pb_gallery_image img {
		pointer-events:none;
	}


	body.single-post #exhibition-descriptif,
	body.single-post #image-descriptif {
		padding-top:20px;
	}


/*	body.single-post a.et-pb-arrow-prev {
		position:fixed;
		z-index:10000;
		left:0px;
		top:50%;
	}
	body.single-post a.et-pb-arrow-next {
		position:fixed;
		z-index:10000;
		left:auto;
		right:0px;
		top:50%;
	}*/

	body.single-post .disable-lightbox .et_pb_gallery_image a {
		pointer-events:none;
	}
	body.single-post .disable-lightbox .et_overlay {
		display:none !important;
	}

	body.single-post a.et-pb-arrow-prev {
		position:fixed;
		left:3px;
		right:auto;
		margin-top:-24px;
		pointer-events:auto !important;
		display:none;
	}
	body.single-post .et_pb_slider:hover .et-pb-arrow-prev {
		left:3px;
	}
	body.single-post a.et-pb-arrow-next {
		position:fixed;
		left:auto;
		right:3px;
		margin-top:-24px;
		pointer-events:auto !important;
		display:none;
	}
	body.single-post .et_pb_slider:hover .et-pb-arrow-next {
		right:3px;
	}
}

/* 
body.single-post .et-pb-arrow-next {
	opacity:1; 
	right:0;
}
body.single-post .et-pb-arrow-prev {
	opacity:1;
	left:0;
}

@media all and (min-width: 768px) {
   body.single-post .et-pb-arrow-next {
      opacity:1;
      right:0;
   }
   body.single-post .et-pb-arrow-prev {
      opacity:1;
      left:0;
   }
}
@media all and (max-width: 767px) {
   body.single-post .et-pb-arrow-next {
      opacity:1;
      right:0;
   }
   body.single-post .et-pb-arrow-prev {
      opacity:1;
      left:0;
   }
}
*/
@media (max-width: 479px) {
	.et_pb_portfolio_item {
  		margin-bottom: 0;
	}
}