
/* grid flex */

/* 
 * Box home
 */ 

 .autre-projet{
    width: 100%;
}
 .box-hideme
{
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
 .box-container {
	display:grid;
	grid-template-columns: repeat(2, 3fr);
	grid-gap: 40px;
    padding: 0px 40px 0px 40px;
	margin-bottom: 40px;
}
.box-container .box {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}


.box-container .box:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 70%;
}
.box-container a {

}
.box-container .box .box__cover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;

}



.box-container .box .box__cover.box__cover--video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 122%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    }
    .box-container .box .box__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 200px;
        text-align: center;
        color: #fff;
        max-width: 200px;
        }
.box__logo {
-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
.box__logo:hover {
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.box__logo_blog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    text-align: center;
    max-height: 80%;
    height: auto;
}


.box__cover{
	transform: scale(1);
	opacity: 1;
    transition: all 0.5s;
}

.box__cover:hover{
    transform: scale(1.03);
}
.box-shop {
    position: absolute;
    z-index: 7;
    margin: 40px;
    border: 0px solid #000;
    right: 0px;
    background-image: url('../img/picto-shop-matthieu-laporte.png');
    background-size: 55px 55px;
    height: 55px;
    width: 55px;
    display: table;
}
.box-shop p {
    color: #ddc076;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 9px;
    line-height: 11px;
    font-weight: 400;
}
.box-description {
    position: absolute;
    bottom: 0px;
    margin-right: 20px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 0px;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0px;
    border-radius: 0px 3px 0px 0px;
}
.box-description-txt{

}
.box-description p {
    padding: 0;
    margin: 0;
    font-size: 8px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    line-height: 15px;
    font-weight: 400;
}
/* 
 * Box photo
 */ 

 .box-container-photo {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    grid-gap: 40px;
    padding: 0px;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
}

.box-container-photo .box-photo  {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0px;
}


.box-container-photo .box-photo:before {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 70%;
}
.box-container-photo a {

}
.box-container-photo .box-photo .box__cover-photo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;

}

.box-container-photo .box-photo .box__cover-photo.box__cover--video-photo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 122%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.box-container-photo .box-photo .box__logo-photo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 200px;
    text-align: center;
    color: #fff;
    max-width: 160px;
}

.box__logo-photo {
-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}
.box__logo-photo img {
    width: 300px;
    height:auto;


    
}
.box__logo-photo:hover {
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.box__cover-photo{
	transform: scale(1);
	opacity: 1;
    transition: all 0.5s;
}

.box__cover-photo:hover{
    transform: scale(1.03);
}
.box-gallery-content{
    position: relative;
    height: calc(32vw);
}
.box-content-photo {
    width: 100%;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    position: relative;
}
.box-gallery{
    position: relative;
    height: calc(32vw);
    width: 100%;

}
.box-titre {

}
.box-titre p {
    margin: 0;
    padding-top: 13px;
    padding-bottom: 0px;
    padding-left: 0px;
    letter-spacing: 1.3px;
    font-size: 13px;
    line-height: 20px;
    color: #111;
}
.box-titre span {  
    font-weight: 500;
}