/*
Theme Name:     Theme enfant

Description:    Theme enfant de William 

Author:         William

Template:       Divi                      

Version:        0.1.0

*/


/* Taille image vignette image produit */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1.5% 2.992em 0;
    width: 23.85%;
    margin-left: 0;
}

.et_shop_image {
    width: fit-content;
	width: -moz-fit-content;
    width: -webkit-fit-content;
}


.woocommerce ul.products li.product a img {
    width: auto;
    height: 160px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    max-height: 300px;
}

/* Photographers */

.txt > h2:hover{
	opacity:1;
}

.txt > h2 {
    opacity: 0;
    text-align: center;
    padding-top: 80%;
    color: white;
    height: 100%;
}

.txt {
	height: 100%;
}


/* Beau Pilgrim */

.pilgrim {
	background-image: url(https://frothers.com.au/wp-content/uploads/2018/04/20170907_5D3B1518_beaupilgrim.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
}

.pilgrim:hover {
	transform: scale(0.9);
}

/* Ben Thouard */

.thouard {
	background-image: url(https://frothers.com.au/wp-content/uploads/2018/04/Ben-Thouard-Portrait.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
}

.thouard:hover {
	transform: scale(0.9);
}


/* Brad Malyon */

.malyon {
	background-image: url(https://frothers.com.au/wp-content/uploads/2018/04/Brad-Malyon.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
}

.malyon:hover {
	transform: scale(0.9);
}


/* Dave Campbell */

.campbell {
	background-image: url(https://frothers.com.au/wp-content/uploads/2018/04/davecampbell017.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
}

.campbell:hover {
	transform: scale(0.9);
}

/* Deb Morris */

.morris {
	background-image: url(https://frothers.com.au/wp-content/uploads/2018/04/head-shot-1.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
	background-position: center;
}

.morris:hover {
	transform: scale(0.9);
}

/* Gazzola */

.gazzola {
	background-image: url(http://alpha.foxyweb29-developpement.fr/wp-content/uploads/2018/04/franckgazzolaportrait_600x600.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
}

.gazzola:hover {
	transform: scale(0.9);
}

/* Greg Rabejac */

.rabejac {
	background-image: url(https://frothers.com.au/wp-content/uploads/2018/04/GREG-RABEJAC.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
	background-position: center;
}

.rabejac:hover {
	transform: scale(0.9);
}

/* Martin Labarthe */

.labarthe {
	background-image: url(http://alpha.foxyweb29-developpement.fr/wp-content/uploads/2018/04/franckgazzolaportrait_600x600.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
}

.labarthe:hover {
	transform: scale(0.9);
}

/* Sean Davey */

.davey {
	background-image: url(https://frothers.com.au/wp-content/uploads/2018/04/Sean-Davey-540x540.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	transition: transform .2s;
	height:300px;
}

.davey:hover {
	transform: scale(0.9);
}
