/*
Theme Name: TLMALP 
Author: ATELIER PHOENIX
Author URI: http://atelier-phoenix.com
*/


@font-face {
    font-family: 'BrandonRegular';
    src: url('../fonts/brandon-regular.eot');
    src: url('../fonts/brandon-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon-regular.woff') format('woff'),
         url('../fonts/brandon-regular.ttf') format('truetype'),
         url('../fonts/brandon-regular.svg#BrandonRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonLightItalic';
    src: url('../fonts/brandon-lightitalic.eot');
    src: url('../fonts/brandon-lightitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon-lightitalic.woff') format('woff'),
         url('../fonts/brandon-lightitalic.ttf') format('truetype'),
         url('../fonts/brandon-lightitalic.svg#BrandonLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonLight';
    src: url('../fonts/brandon-light.eot');
    src: url('../fonts/brandon-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon-light.woff') format('woff'),
         url('../fonts/brandon-light.ttf') format('truetype'),
         url('../fonts/brandon-light.svg#BrandonLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BrandonBold';
    src: url('../fonts/brandon-bold.eot');
    src: url('../fonts/brandon-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon-bold.woff') format('woff'),
         url('../fonts/brandon-bold.ttf') format('truetype'),
         url('../fonts/brandon-bold.svg#BrandonBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



html, body { margin: 0; padding: 0; min-height: 100%; height: 100%; width: 100% }

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }
.voffset10 { margin-top: 200px; }

.mbottom1 { margin-bottom: 50px;}
.mbottom2 { margin-bottom: 100px;}
.mbottom3 { margin-bottom: 315px;}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#loader {
    position: fixed;
    z-index: 9999;
    background: url(../img/loader_tlmalp.gif) 50% 50% no-repeat;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: wait;
    background-color: #FFF;
    background-position: center;
}



/*** TYPO ***/

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'BrandonRegular';
}

h1 {
    font-size: 50px;
    font-family: 'BrandonBold';
    color: #FFF;
}

h2 {
    font-family: 'BrandonBold';
    font-size: 41px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 3px;
}

h3 {
    font-family: 'BrandonBold';
    font-size: 28px;
    color: #FFF;
    letter-spacing: 1px;
}

h4 {
    color: #FFF;
    font-family: 'BrandonLight';
    font-size: 22px;
    letter-spacing: 1px;
}

h5 {
    color: #FFF;
    font-family: 'BrandonBold';
    font-size: 24px;
    letter-spacing: 1px;
}

h6 {
    color: #FFF;
    font-family: 'BrandonBold';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h7 {
    color: #444;
    font-size: 16px;
    font-family: 'BrandonBold';
}

h8N {
    font-family: 'BrandonBold';
    font-size: 28px;
    color: #333;
    letter-spacing: 1px;
}

h8V {
    font-family: 'BrandonBold';
    font-size: 28px;
    color: #363;
    letter-spacing: 1px;
}

h9 {
    color: #C00;
    font-family: 'BrandonBold';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    font-size: 15px;
    position: relative;
    font-family: 'BrandonRegular';
}



.white {
  color: #fff;
}

.dark {
    color: #444;
}

.light-blue {
    color: #73E1EA;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #FFF;
    width: 40px;
}

.divider1 {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #444;
    width: 40px;
}

.divider2 {
    margin-top: 0px;
    margin-bottom: 10px;
    border-top: 2px solid #FFF;
    width: 45px;
    float: left;
}

.divider3 {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.divider4 {
    margin-top: 10px;
    margin-bottom: 0px;
    border-top: 3px solid #73E1EA;
    width: 40px;
    float: left;
}

.divider-pink {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #e23e91;
    width: 40px;
}

.divider-green {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #3ace81;
    width: 40px;
}

.divider-yellow {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #f8c547;
    width: 40px;
}


/*** BUTTONS ***/

.btn-menu {
    margin-left: 5px;
    background-color: transparent;
    color: #FFF;
    border-radius: 2px;
    border: 1px solid #FFF;
    font-family: 'BrandonBold';
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 8px 15px;
    margin-right: 10px;
}

.btn-menu:hover {
    background-color: rgba(255, 255, 255, 0.07);
    color: #FFF;
}

.btn-menu:active {
    color: #FFF;
}

a.link-btn {
    padding: 0px !important;
}


/*** SECTION 1 ***/

.video-main {
    position: absolute;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
    opacity: 0.9;
    z-index: 0;
}

.row-1 {
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* NAVIGATION */

.navbar-top, #background {
    top: 0px;
    padding: 10px;
    position: fixed;
    z-index: 5;
    height: 70px;
    width: 100%;
}

.navbar-top {
    background-color: transparent;
}

#background {
    background-color: #475050;
    display: none;
}

.navbar {
    border-radius: 0px;
}

.navbar-nav>li>a {
    color: #fff;
    font-family: 'BrandonBold';
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

.navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.navbar-brand {
    padding: 0px 10px 0px 30px;
}

.navbar-brand img {
    width: 40px;
    height: 40px;
}

.navbar-brand2 {
    padding: 0px;
    margin: 0 auto;
    float: none;
    width: auto;
    height: auto;
    margin-top: 60px;
}

.nav-main>li>a {
    margin: 10px 15px !important;
    padding: 0px !important;
}

.nav li .active {
    border-bottom: 3px solid #FFF;
    height: 49px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 11px 10px;
    margin-top: 7px;
    margin-right: 20px;
    margin-bottom: 8px;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.75);
}

.navbar-collapse.collapse.in {
    background-color: #5D6464;
    z-index: 0;
    padding-top: 10px;
    margin-top: 5px;
}

.social {
    opacity: 0.7;
}

.social:hover {
    opacity: 1;
}

.social>a {
    padding: 7px !important;
}

.center {
    margin: 0 auto;
}

.home-main {
    width: 100%;
    z-index: 0;
    position: fixed;
    bottom: 0px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.36);
}

#home {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0px;
}

.showreel-play>a>img {
    opacity: 0.7;
}

.showreel-play>a>img:hover {
    opacity: 1;
}

#play-icon {
    margin: 0 auto;
    content: url(../img/play.png);
    opacity: 0.7;
}

#play-icon:hover {
    content: url(../img/play_2.png);
    opacity: 1;
}

/*** SECTION 2 ***/

.section-2 {
    background-color: #FFF;
    opacity: 1 !important;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px !important;
}


/* PORTFOLIO */

.portfo-videos, .portfo-photos { 
	position: relative; 
	width: 100%;
    height: auto;
    padding: 0px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;	
}

#filters {
	margin: 0 auto;
	list-style:none;
    padding: 0px 20px 20px 20px;
    float: none;
}

#filters li {
	display: inline;
}
	
#filters li span {
	display: inline;
	margin: 8px 20px;	
    padding-bottom: 5px;
    border-radius: 1px;
    font-family: 'BrandonRegular';
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #636363;
	text-decoration: none;
	cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

#filters li .filter-tous.active {
    border-bottom: 4px solid #e23e91;
}

#filters li .filter-tous:hover {
    border-bottom: 4px solid #e23e91;
}

#filters li .filter-promo.active {
    border-bottom: 4px solid #8BCDCF;
}

#filters li .filter-promo:hover {
    border-bottom: 4px solid #8BCDCF;
}

#filters li .filter-insti.active {
    border-bottom: 4px solid #3ace81;
}

#filters li .filter-insti:hover {
    border-bottom: 4px solid #3ace81;
}

#filters li .filter-even.active {
    border-bottom: 4px solid #f8c547;
}

#filters li .filter-even:hover {
    border-bottom: 4px solid #f8c547;
}

#filters li .filter-side.active {
    border-bottom: 4px solid #f8c547;
}

#filters li .filter-side:hover {
    border-bottom: 4px solid #f8c547;
}

#portfoliolist-videos .portfolio, #portfoliolist-photos .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin: 0em;
	display:none;
	float:left;
	overflow:hidden;
}

.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}


.col-photos {
    display: block;
    position: relative;
    overflow: hidden;
}

.grid-info-photos {
    position: absolute;
    background: black;
    background: rgba(0,0,0,0.75);
    color: white;
    padding: 10px 20px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition:    all 0.6s ease;
    -o-transition:      all 0.6s ease;
}

.col-photos:hover .grid-info-photos {
    opacity: 1;
}

.col-photos:hover:before {
    opacity: 0;
}

.col-photos:before {
    bottom: 10px; 
    left: 10px;
}

.col-photos .grid-info-photos {
    left: 0; 
    bottom: -100%; 
    padding-left: 10px; 
    padding-right: 10px;
}

.col-photos:hover .grid-info-photos {
    bottom: 0;
}

.col-videos img, .col-photos img {
    width: 100%;
}

.col-videos, .col-photos {
    padding: 0em;
    overflow: hidden;
}

.col-videos .grid-info {
    font-size: 1.8em;
    color: #FFF;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;  
    -webkit-transition: all 0.6s ease;
  -moz-transition:    all 0.6s ease;
  -o-transition:      all 0.6s ease;
}

.promo-info {
    background-color: rgba(55, 124, 126, 0.64);
}

.insti-info {
    background-color: rgba(41, 152, 54, 0.64);
}

.even-info {
    background-color: rgba(248, 197, 71, 0.64);
}

.side-info {
    background-color: rgba(248, 197, 71, 0.64);
}

.col-videos:hover .grid-info {
    opacity: 1;
}

.col-videos:before { bottom: 10px; left: 10px; }
.col-videos .grid-info { left: 0; bottom: -100%; padding-left: 10px; padding-right: 10px;}
.col-videos:hover .grid-info { bottom: 0; }

.grid-info>h6 {
    margin-top: 50px;
}

.p-info1 {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 0px;
}

.p-info2 {
    font-size: 14px;
    color: #FFF;
    font-family: 'BrandonLight';
}

span>img {
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

span>img:hover {
    opacity: 1;
}

.photo {
    font-size: 25px;
    margin-top: 25%;
}

.fa {
    margin-top: 40%;
}


/*** SECTION 3 ***/

.section-3 {    
    background-color: #8BCDCF;
    opacity: 1 !important;
    position: relative;
    padding: 0px !important;
}

h2>span {
    font-family: 'BrandonLight';
    font-size: 32px;
    text-transform: none;
    letter-spacing: 0px;
}

.col-photos img {
    width: 100%;
}

.col-photos {
    padding: 0em;
}

.grid-info-photos {
    background-color: rgba(63, 63, 63, 0.44);
    color: #FFF;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 200%;
    opacity: 1;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF !important;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    border-right: 0px !important;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 0px !important;
}

.slide2 {
    line-height: 0;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 
    padding-bottom: 50px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  line-height: 1.231;
  text-align: left;
  max-width: 100%;
    
  display: block;
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
    line-height: 0;
}



/*** SECTION 4 ***/

.section-4 {    
    background-color: #FFF;
    opacity: 1 !important;
    position: relative;
    padding: 0px !important;
}

.img-right {
    float: right;
}

.savoirfaire {
    font-size: 17px;
    color: #444;
    list-style-image: url('../img/fish.png');
    margin-left: -12px;
    margin-top: 10px;
}

.savoirfaire>li {
    padding: 3px;
}


/*** SECTION 5 ***/

.client-container {
    position: relative;
    margin: 0px;
    /* background-image: url(../img/client1.jpg); */
    /* background-repeat: no-repeat; */
    background-size: cover;
    /* opacity: 1 !important; */
    background-color: #8BCDCF;
    height: 790px;
}

/* Carousel */

.carousel-control {
  padding-top:10%;
  width:5%;
}

.carousel-indicators {
    bottom: -45px;
    z-index: 1;
}

.well {
    background-color: transparent;
    border: 0px;
    padding: 10px 10px 10px 57px;
    -webkit-box-shadow: none;
}



/*** SECTION 6 ***/

.section-6 {    
    background-color: #FFF;
    opacity: 1 !important;
    position: relative;
    padding: 0px !important;
}

.img-circle {
    margin: 0 auto;
}

.lequipe1 {
    list-style-image: url('../img/fish1.png');
    margin-left: -12px;
    text-align: left;
}

.lequipe2 {
    list-style-image: url('../img/fish2.png');
    margin-left: -12px;
    text-align: left;
}

.lequipe3 {
    list-style-image: url('../img/fish3.png');
    margin-left: -12px;
    text-align: left;
}

.img-border1 {
    border: 4px solid #e23e91; 
    padding: 2px;
}

.img-border2 {
    border: 4px solid #3ace81; 
    padding: 2px;
}

.img-border3 {
    border: 4px solid #f8c547; 
    padding: 2px;
}


/*** SECTION 7 ***/

.section-7 {    
    background-color: #8BCDCF;
    opacity: 1 !important;
    position: relative;
    padding: 0px !important;
}

.section-7 p {
    font-size: 15px;
    letter-spacing: 0px;
}

p>a {
    color: #FFF;
}

p>a:hover {
    color: #DDD;
    text-decoration: none;
}

/* Contact Form */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field {
    margin: 1em 0;
}

input {
    width: 100%;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 2px;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
}

textarea {
    width: 100%;
    height: 200px;
    padding: 0.5em 0.5em;
    font-size: 1.2em;
    border-radius: 2px;
    border: 2px solid #FFF;
    background-color: transparent;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
}

.send {
    display: inline-block;
    border-radius: 2px;
    font-size: 17px;
    padding: 0.5rem 0.8em;
    background: #FFF;
    border: 2px solid #FFFFFF;
    color: #6BB2B4;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    float: left;
}

.send:hover, .send:focus {
    background-color: transparent;
    color: #FFF;
    cursor: pointer;
}

.send:active {
    background-color: transparent;
    color: #FFF;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
    padding: 1em;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #6BC26D;
    background-color: #FFF;
    -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
            border-radius: 2px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #FFF;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

::-webkit-input-placeholder {
    color: #FFF;
}

::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}

:moz-placeholder {
    color: #FFF;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #FFF;
}

input:focus, textarea:focus, button:target {outline:none;}



/*** FOOTER ***/

.footer {
    background-color: #475050;
    position: relative;
}

.footer>p {
    color: #FFF;
}

.copyright {
    font-size: 13px;
    color: #FFF;
}

.footer ul {
    display: inline;
    list-style: none;
    float: right;
}

.footer ul li {
    display: inline;
}

.footer ul li a {
    color: #FFF;
}

.footer ul li a:hover {
    color: #FFF;
    text-decoration: none;
}







/* Custom, iPhone Retina */ 
	@media only screen and (min-width : 320px) and (max-width : 992px) {
        .client-container {background-image: none; background-color: #8BCDCF;}
        .mbottom3 {margin-bottom: 50px;}
    }

	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {
        
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
        
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
        .mbottom3 {
            margin-bottom: 211px;
        }
        h2 {
            font-size: 32px;
        }
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
        .mbottom3 {
            margin-bottom: 0px;
        }
	}

	/* Extra Large Devices, Wide Screens */
	@media only screen and (min-width : 1800px) {
        .mbottom3 {
            margin-bottom: 0px;
        }
	}





@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
    
    
    
    .mbottom3 {
        margin-bottom: 80px;
    }
    
    h1 {
        font-size: 40px;
    }
    
    h2 {
        font-size: 30px;
    }
    
    h2>span {
        font-size: 25px;
    }
       
    h4 {
        font-size: 15px;
    }
    
    #background {
        display: inline-block;
    }
    
    .video-main {
        display: none;
    }

    .home-main {
        position: relative;
        background-image: url(../img/bg_mobile.jpg);
        background-color: transparent;
        background-size: cover;
        background-position: 50% 50%;
    }
    
    #play-icon {
        width: 40%;
    }
    
    #filters li span {
        padding-bottom: 0px;
        line-height: 25px;
    }
    
    .navbar-nav {
        width: 50%;
        position: relative;
        display: inline-block;
        padding-left: 10px;
    }
    
    .navbar-right {
        width: 49%;
        position: relative;
        display: inline-block;
        float: right;
        margin-right: 10px;
    }
    
    .social {
        display: inline-block !important;
        margin-top: 10px;
    }
    
    .navbar-brand {
        padding: 7px 10px 0px 30px !important;
    }
    
    .img-circle {
        margin-top: 30px;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    