/*
Theme Name: Avada Child
Description: Child theme de Sauternes Barsac
Author: DIVINO
Author URI: https://www.divino-conseils.com/
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/* START Global Style */

.fusion-accordian {
	width: 100% !important;
	margin: 0 !important;
}

@media screen and (max-width: 992px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		width: 100% !important;
	}
}

	
/* END Global Style */


/* START Home Page */
.fusion-carousel .fusion-carousel-item .fusion-carousel-item-wrapper {
	position: relative;
}

div.fusion-carousel-wrapper > ul > li > div > h4 {
	width: 100% !important;
	margin-left: 0px !important;
	max-width: 300px;
    transform: translateX(-50%);
    left: 50%;
}

.text-img-section {
	margin-bottom: 0px !important;
}

.text-img-section > .fusion-column-wrapper {
	padding-bottom: 20px !important;
}

/* END Home Page */ 


/* START Espace Presse Page */

#post-1752 .row { /* to fix the bug of DOM unaccessibility */ 
	display: flex;
}

#post-1752 .row .col-sm-3 { /* to fix the bug of DOM unaccessibility */
	display: none;
}
#post-1752 .row .col-sm-9 { /* to fix the bug of DOM unaccessibility */
	width: 80%;
	margin: 0 auto;
}

.galerie-presse {
	width: 100% !important;
}

.galerie-presse ul {
	padding: 20px 0px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

.galerie-presse ul li {
	position: relative !important;
	width: 30% !important;
	margin: 10px 0 !important;
	height: 250px !important;
}

.galerie-presse ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	padding: 0;
}

.galerie-presse ul li i {
	position: absolute !important;
	left: unset !important;
	top: 10px !important;
	right: 10px !important;
}


@media screen and (min-width: 768px) and (max-width: 992px) {
	#post-1752 .row .col-sm-9 { /* to fix the bug of DOM unaccessibility */
		width: 100%;
	}
	
	.galerie-presse ul li {
		width: 45% !important;
		height: 200px !important;
	}
}

@media screen and (max-width: 768px) {
	.galerie-presse ul li {
		width: 100% !important;
	}
}
 
/* END Espace Presse */

