/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        3.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*—————————————————————————*/	


/* ------------------------------------------------------- */

/* ------------------------------------------------------- */

/* Disable Post Slider Link	*/
.et_pb_slide_title {
  pointer-events: none;
  cursor: default;
}
/* ------------------------------------------------------- */
/* Slider controlers	*/
/* ------------------------------------------------------- */

.et-pb-controllers {
    bottom: 0px;
}
/* ------------------------------------------------------- */

/*	Post Slider Image Zoom	*/

.et_overlay {
    display: none;
}
/*
.mfp-title {
    display: none;
}
*/
.et_pb_gallery_grid .et_pb_gallery_item img {
    transform: scale(0.8);
    transition: transform 0.5s, opacity 0.5s;
}
.et_pb_gallery_grid .et_pb_gallery_item img:hover {
    transform: scale(1.15);
    opacity: 1;
}
.mfp-bg {
	background: #fff;
    opacity: .95!important;
}
.mfp-title {
	color: #000;
	text-align: center;
	padding: 5px 0 5px 0;
}
.mfp-counter {
	color: #000;
	text-align: center;
	position:static;
}
.mfp-figure:after {
	background: #fff;
	opacity: 0;
	box-shadow: 0 0 0px rgba(0, 0, 0, .6);
}
/*
.mfp-arrow-left:after {
	color: #000;
}
.mfp-arrow-right:after {
	color: #000;
}
*/








/* ------------------------------------------------------- */
/** Changing the Number of Columns in the Divi Gallery Module
/* ------------------------------------------------------- */
.col-width .et_pb_gallery_item {
width: 20% !important;
margin: 0 !important;
clear: none !important;
}
/* ------------------------------------------------------- */

.et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 0 !important;
}

/* ------------------------------------------------------- */

/* Post Slider Title	*/
.et_pb_slide_description h2.et_pb_slide_title {
    font-size: 32px!important;
	margin-bottom: 5px;
}

/* Post Slider Text	*/
h3 {
	line-height: 1.2em;
	font-size: 21px;
}

.et_pb_gallery_grid .et_pb_gallery_item h3 {
		font-size: 12px;	
}
/* ------------------------------------------------------- */

body #main-footer {
    display: none;
}

body #main-header {
    display: none;
}

/* ------------------------------------------------------- */
/*	Hide image title  */
/* ------------------------------------------------------- */

.et_pb_gallery_title {
	display: none!important;
}

/* ------------------------------------------------------- */
/*	Background Dark mode pour post Ricou  */
/* ------------------------------------------------------- */

/*
.postid-29847 {
    background: black!important;
}
*/

/* ------------------------------------------------------- */
/*	Largeur dans les posts  */
/* ------------------------------------------------------- */
/*
.et_pb_pagebuilder_layout.single.et_full_width_page:not(.et-tb-has-body) #main-content .et_pb_row {
    width: 40%;
}
*/

