/* General */


.block {
    position: relative;
	padding-bottom:30px;
}

.block_text .image img {
    width: 100%;
    display: block;
}
.block .image, 
.block .name,
.block .catcher,
.block .text,
.block .text2,
.block .details {
    box-sizing: border-box;
}


/* blocks index */

#blocks .project_infos {
	text-align: center;
	top: 68px;
	width: 100%;
	z-index: 900;
	background: #fff;
	padding-bottom: 20px;
	width:100%;
	position:fixed;
}
#blocks .project_infos span.date{
	font-size:20px;
}



/* block_folder */

.block_folder > .wrapper {
    padding: 0 1em;
}
.block_folder .pages {
    position: relative;
    z-index: 1;
    margin:auto;
    width: 97%;
}
.block_folder .pages ul li {
    float: left;
    width: 25%;
}
.block_folder .pages ul li > .wrapper {
    position: relative;
    padding:2px;
}
.block_folder .pages ul li .infos {
	position:absolute;
	top:37%;
    width: 100%;
	height:auto;
	width:100%;
	display:none;
}
.block_folder .pages ul li .infos h2.name {
	padding-top: 20px;
	text-align: center;
	color: #e5e5e5;
	font-size: 26px;
	line-height: 25px;
	display: block;
	font-weight: bold;
	width: 80%;
	margin: auto;
}
.block_folder .pages ul li .infos h2.date {
	font-size:5em;
	color:#ccc;
	text-align:center;
	font-weight:normal;
}
.block_folder .pages ul li:hover .infos h2.name {
	color:#9a1938;
}
.block_folder .pages ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_folder .pages ul li:hover img {
	opacity:0.1;
}

.block_folder .pages ul li:hover .infos {
	display:block;
}
.block_folder .pages ul li .thumbnail .ratio {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
.block_folder .pages ul li .thumbnail .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}





@media only screen and (max-width: 1279px) {
    .block_folder .details {
        padding-top: 100px;
    }
    .block_folder .pages ul li h3 {
        bottom: 58px;
    }
}
@media only screen and (max-width: 1023px) {
    .block_folder > .wrapper {
        padding: 40px;
    }
    .block_folder .details {
        width: 50%;
        padding-top: 0;
    }
    .block_folder .catcher {
        padding-right: 40px;
    }
    .block_folder .pages {
        width: 100%;
    }
    .block_folder .pages ul li > .wrapper {
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .block_folder .pages ul li h3 {
        bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .block_folder .pages ul li {
        width: 50% !important;
        float: left !important;
    }
    .block_folder .pages ul li > .wrapper {
        padding-left: 20px !important;
    }
    .block_folder .pages ul {
        margin-left: -20px !important;
    }
    .block_folder .name {
        font-size: 2em;
    }
}
@media only screen and (max-width: 383px) {
    .block_folder .pages ul li {
        width: 100% !important;
        float: none !important;
    }
    .block_folder .pages ul li > .wrapper {
        padding-left: 0 !important;
    }
    .block_folder .pages ul li > .wrapper {
        padding-right: 0 !important;
    }
    .block_folder .pages ul {
        margin-left: 0 !important;
    }
}


/*INDEX&LIENS*/
.block.index {
   background-color:#f5f5f5;
}
.block.index a {
   text-decoration:underline;
}
.block.index strong {
   color:#666;
}


/* Video Sound */
.block_video,
.block_sound {
    background-color:#f1f1f1;
	padding:50px 0;
}
.block_video.default .slideshow,
.block_sound.default .slideshow {
    float: none;
    margin: auto;
    width: 70%;
}
.block_video .details,
.block_sound .details {
	padding-top:20px;
	text-align:left;
	width:66%;
	margin:auto;
}
.block_sound .slideshow li .wrapper {
    position: relative !important;
}

.block_video.default .flex-control-nav {
    display: none;
}
.block_video.default .slideshow,
.block_video.default .slideshow .slides,
.block_video.default .slideshow .slides li,
.block_video.default .slideshow .flex-viewport {
    /*overflow: visible !important;*/
}
@media only screen and (max-width: 1279px) {
}
@media only screen and (max-width: 1023px) {
    .block_video.default .slideshow {
        width: 60%;
    }
    .block_video.default .name {
        padding-left: 40px;
    }
    .block_video.default .text > .wrapper {
        margin: 50px 30px 0 40px;
    }
    .block_video.default .text2 {
        padding: 50px 20px 50px 40px;
    }
}
@media only screen and (max-width: 767px) {
}




/* Bloc text default */

.block_text.default1 > .wrapper {
  padding: 70px 10% 70px 10%;
}
.block_text.default1 a:hover {
    color:#9a1938;
}
.block_text.default1 a {
    color:#a5a5a5;
}
.block_text.default1 .details {
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
}
.block_text.index .details {
	width: 70%;
	margin: auto;
	float: none;
}
.block_text.index {
    margin:auto;
    width: 100%;
}
.block_text.default1.right .details {
    float: right;
}
.block_text.default1 .image,
.block_text.default1 .slideshow {
    position: relative;
    z-index: 10;
    float: right;
    width: 40%;
	padding:0px;
}
.block_text.default1 .slideshow li .ratio {
	padding-top: 90%;
}
.block_text.default1.right .image,
.block_text.default1.right .slideshow {
    float: left;
}
.block_text.default2 .slideshow li h4,
.block_text.default1 .slideshow li h4 {
	padding-top:10px;
    font-weight:normal;
	font-size:0.9em;
	text-align:center;
	color:#a5a5a5;
	font-style:italic;
}
.block_text.default2.left .image,
.block_text.default1.right .image {
    float: left;
    margin-right: 0;

}
.block_text.default1 .text {
    color: #a5a5a5;
    padding-left: 50px;
    background: url('../img/px_pink.png') no-repeat 0 10px;
    background-size: 35px 1px;
}
.block_text.default1 .text2 {
    padding-top: 20px;
	padding-left: 50px;
	color:#a5a5a5;
}
.block_text.default2 .catcher,
.block_text.default1 .catcher {
    position: absolute;
    z-index: 2;
    top: 100px;
    width: 50%;  
    font-family: 'BureauGrot-Light';
    font-size: 3.125em;
    line-height: 1.3em;
}
.block_text.default2.right .catcher,
.block_text.default1.left .catcher {
    right: 100px;
    /*padding-right: 100px;*/
    padding-left: 300px;
}
.block_text.default2.left .catcher,
.block_text.default1.right .catcher {
    left: 0;
    padding-left: 100px;
    padding-right: 200px;
}
.block_text.default2 .details {
    display: none;
}




@media only screen and (max-width: 1279px) {
    .block_text.default2 .catcher,
    .block_text.default1 .catcher {
        font-family: 'BureauGrot-Light';
        /*font-size: 38px;
        line-height: 42px;*/
    }
    .block_text.default2.right .catcher,
    .block_text.default1.left .catcher {
        padding-left: 250px;
    }
}
@media only screen and (max-width: 1023px) {
   
    .block_text.default1.right .details {
        padding-left: 50px;
    }
    .block_text.default1.left .details {
        padding-right: 50px;
    }
    .block_text.default2 > .wrapper,
    .block_text.default1 > .wrapper {
        padding: 40px;
    }
    .block_text.default2 .image,
    .block_text.default1 .image {
        margin-right: 10%;
        padding-top: 50px;
    }
    .block_text.default2 .catcher,
    .block_text.default1 .catcher {
        top: 40px;
        width: 50%;
        font-family: 'BureauGrot-Light';
        /*font-size: 30px;
        line-height: 35px;*/
    }
    .block_text.default2.right .catcher,
    .block_text.default1.left .catcher {
        right: 40px;
        padding-left: 125px;
    }
    .block_text.default2.left .catcher,
    .block_text.default1.right .catcher {
        padding-left: 40px;
        padding-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
}





/* Home slideshow */
.block_slideshow.home {
    position: relative;
}
.block_slideshow.home > .wrapper {
    padding: 0 40px;
}
.block_slideshow.home .details {
    color: #fff;
    position: relative;
    z-index: 1;
    /*top: 40%;*/
    width: 50%;
    box-sizing: border-box;
    padding-left: 80px;
    overflow: visible;
}
.block_slideshow.home .details .catcher {
    padding: 0 40% 40px 50px;
    background: url('../img/px_pink.png') no-repeat 0 10px;
    background-size: 35px 1px;
}
.block_slideshow.home .name {
    padding-top: 4em;
    color: #FA869F;
    font-size: 2.5em;
    line-height: 1.2em;
    font-family: 'BureauGrotWide-Bold';
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 1em;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
    .block_slideshow.home .name {
        /*font-size: 61px;
        line-height: 67px;*/
    }
}
@media only screen and (max-width: 1279px) {
    .block_slideshow.home .details {
        padding-left: 40px;
    }
}
@media only screen and (max-width: 1023px) {
}
@media only screen and (max-width: 767px) {
}




/* Home you wish */

.block_wish .details {
    position: relative;
    z-index: 1;
    width: 55%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
	text-align:center;
}
.block_wish.little {
    width: 50%;
 	margin: 0 100px;
}
.block_wish.little .slideshow {
    width: 100%;
}
.block_wish.home {
    position: relative;
}
.block_wish.home > .wrapper {
    padding: 100px 40px;
}
.block_wish.home .shape1 {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #FA869F;
}
.block_wish.home .name {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 2;
    font-size: 4.375em;
    line-height: 1.2em;
    font-family: 'BureauGrotWide-Book';
    text-transform: uppercase;
    color: #B9FBE7;
    font-weight: normal;
}
.block_wish.home .nav {
    position: absolute;
    top: 55%;
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'BureauGrot-Medium';
}
.block_wish.home .nav li {
    opacity: 0.5;
    cursor: pointer;
    padding-right: 25%;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 50px;
}
.block_wish.home .nav li:hover,
.block_wish.home .nav li.active {
    opacity: 1;
    background: url('../img/px_pink.png') no-repeat 0 10px;
    background-size: 35px 1px;
}
.block_wish.home .flex-control-nav {
    display: none;
}
@media only screen and (max-width: 1279px) {
}
@media only screen and (max-width: 1023px) {
    .block_wish.home .name {
    }
    .block_wish.home .nav {
        width: 45%;
    }
}
@media only screen and (max-width: 767px) {
    .block_wish.home .name {
        font-size: 2em;
    }
}



/* Headband */

.block_headband.three .images li {
    width: 33.3%;
    float: left;
}
.block_headband.four .images li {
    width: 25%;
    float: left;
}
.block_headband .images li .ratio {
    padding-top: 60%;
    position: relative;
    overflow: hidden;
}
.block_headband .images li .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.block_headband .images li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_headband.one .images li {
    width: 100%;
    float: none;
}
.block_headband.one .images li img {
   height:auto;
}
.block_headband.one .images li .ratio {
	padding-top: 20%;
}





/* Contact */
.block_text.contact {
    position: relative;
}
.block_text.contact .shape1 {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #004045;
}
.block_text.contact > .wrapper {
    padding: 0 40px;
}
.block_text.contact .details .name {
    font-size: 1.25em;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'BureauGrot-Medium';
    color: #FA869F;
    margin-bottom: 20px;
}
.block_text.contact .details {
    position: absolute;
    bottom: 150px;
    left: 100px;
    color: #fff;
    width: 25%;
    z-index: 2;
    box-sizing: border-box;
}
.block_text.contact .details .text {
    padding-left: 50px;
    background: url('../img/px_pink.png') no-repeat 0 10px;
    background-size: 35px 1px;
}
.block_text.contact .image {
    float: right;
    width: 50%;
    box-sizing: border-box;
}
.block_text.contact .image img {
    width: 100% !important;
    position: relative;
    left: -30%;
    z-index: 1;
}
@media only screen and (max-width: 1279px) {
    .block_text.contact .details {
        bottom: 40px;
        left: 40px;
    }
}
@media only screen and (max-width: 1023px) {
    
}
@media only screen and (max-width: 767px) {
    .block_text.contact .details .text {
        padding-left: 50px !important;
    }
}




/* General */
@media only screen and (max-width: 1023px) {
    .block_folder .pages ul li {
        padding: 0;
        float: left;
        display: block !important;
        width: 49%;
    }
}
@media only screen and (max-width: 767px) {
    .block:first-child {
        padding-top: 120px;
    }
    .block > .wrapper {
        padding: 20px !important;
    }
    .block .slideshow .flex-control-nav,
    .block .shape1,
    .block .shape2 {
        display: none;
    }
    .block_wish.home .nav,
    .slideshow,
    .block .text > .wrapper,
    .block .baseline,
    .block .image,
    .block .details,
    .block .name,
    .block .text,
    .block .text2,
    .block .catcher {
        float: none;
        white-space: normal !important;
        position: static !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
        margin-bottom: 20px !important;
    }
    .block_wish.home .nav li {
        padding-right: 0;
    }
    
    .block table,
    .block table tr,
    .block table td {
        width: 100% !important;
        display: block;
        padding: 0 !important;
        margin: 0 !important;
    }
    .block table td {
        margin-bottom: 20px !important;
    }
    .block_folder .pages,
    .block_folder .pages ul li,
    .block .images,
    .block .images li article,
    .block .images li article img {
        padding: 0;
        float: none;
        display: block !important;
        width: 100%;
    }
    .block .images li .details {
        display: block !important;
    }
    
    .block .details .client_description {
        display: none;
    }
    .block .image img {
        left: 0 !important;
    }
}

/* Home slideshow */
@media only screen and (max-width: 767px) {
    .block_slideshow.home .name {
        /*font-size: 35px !important;
        line-height: 40px !important;*/
    }
    .block_slideshow.home .details .catcher {
        padding-left: 50px !important;
    }
}


/* Folder */


@media only screen and (max-width: 767px) {
    .block_folder .pages ul li > .wrapper {
        padding-right: 0;
    }
    .block_folder .catcher {
        color: #FA869F !important;
    }
    .block_folder .text {
        padding-left: 50px !important;
    }
	.block_folder .pages ul li:hover .infos h2.date {
		
		padding-bottom:30px;
	}
}
@media only screen and (max-width: 767px) {
    .block_text.default1 .text {
        padding-left: 50px !important;
    }
}










