/*
Theme Name: Tagadam
Author: La Tag'Team
Author URI: http://tagadam.fr/
Description: Theme l'atelier de design digital Tagadam
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

*/


/*---------General rules-----------*/

html {
    font-size: 1em;    
    line-height: 1.4;
    font-family: "proxima-nova", sans-serif;
}

.lien a:hover {
    opacity: 0.5;
}

p {
    font-size: 1.4em;
    font-weight: 300;
}

.title_category {
    margin: 0 0 10px 0;
    padding: 100px 0 0 0;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
}

.subtitle_category {
    font-size:3.5em;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 3px;
    margin: 35px 0;
    line-height: 1.2;
}

.description_category {
    margin-bottom: 50px;
    text-align: center;
}

.description_category_2 {
    margin-bottom: 120px;
    margin-top: 50px;
    font-size: 2.2em;
    font-weight: 100;
    text-align: center;
}
.description_equipe {
	text-align: justify;
}

/*----------------------Header-------------------*/

#hd_logo {
    margin: -26px 0 0 0;
    float: left;
    height: 120px;
}

.navigation {
    height: 100px;
}

.navbar-nav li a {
    padding-top: 38px;
    font-size: 1.2em;
}

.navbar-nav:hover li a {
    background:rgba(0,0,0,0); 
}

.top-nav-collapse {
    background: rgba(0, 0, 0, 1);
}

.logo_hidden {
    opacity: 0;
}

.logo_show {
    opacity: 1;
}

.top-nav-collapse {
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.logo_hidden {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.hidden {
    visibility: hidden;
}


/*--------------NAVbar----------------*/

.navbar a {
	color:white;
	background: none;
}

.navbar a:hover {
	background:none;
}

 /*-----------------Carrousel---------------*/

.interieur {
	width: 1280px;
	margin: 0 auto;
}

h1, h3 {
	text-align: center;
}


#projets, #contact {
	background: #F4F4F4;
}

.portfolio a {
	height:100%;
	width:100%;
	text-decoration: none;
}

 .image-home {
 	width:100%;
 }

 #accueil {
 	background:black;
 }

 /*-----------atelier----------------*/

 .schema_1a, .schema_1b, .schema_1c, .schema_1d {
 	height: 250px;
 	text-align: center;
 }

 .schema_1a p, .schema_1b p, .schema_1c p, .schema_1d p {
    font-size: 1em;
    margin: 10px 0 0 0;
    text-align: center;
}

.schema_1a h4, .schema_1b h4, .schema_1c h4, .schema_1d h4 {
    font-size: 1.7em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 65px 0 0 0;
}

.schema_1a {
    background: url(http://tagadam-design.fr/wp-content/themes/Tagadam-Site-V2.0/img/schema1/Schema1b-1.png) no-repeat;
    background-size: 98% auto;
    padding:0 30px 0 0;
}

.schema_1b {
    background: url(http://tagadam-design.fr/wp-content/themes/Tagadam-Site-V2.0/img/schema1/Schema1b-2.png) no-repeat;
    background-size: 98% auto;
    padding:0 26px 0 0;
}

.schema_1c {
    background: url(http://tagadam-design.fr/wp-content/themes/Tagadam-Site-V2.0/img/schema1/Schema1b-3.png) no-repeat;
    background-size: 98% auto;
    padding:0 26px 0 0;
}

.schema_1d {
    background: url(http://tagadam-design.fr/wp-content/themes/Tagadam-Site-V2.0/img/schema1/Schema1b-4.png) no-repeat;
    background-size: 98% auto;
}

/*-----------tag'team----------------*/

.description-profil p{
    text-align: center;
    margin: 10px 0 0 0;
    font-size: 1.3em;
}

.description-profil img{
	width: 100%;
}

.profil {
    font-weight: bold;
    font-size: 1.2em;
}

.tab_equipe {
    margin-bottom: 100px;
}

/*-------------nos projets-------------------*/

.logo-client {
	margin: 0 0 50px 0 ;
}

.portfolio {
    height:300px;
    margin: 0;
    padding: 10px;
    overflow: hidden;
}

.portfolio-project {
    height: 100%;
    overflow: hidden;
    height:300px;

}

.project-information {
    height:300px;
    transition:all .7s;
}

.portfolio:hover .project-information{
    margin-top: -310px;
}


.project-information h4 {
    font-size: 1.2em;
    text-transform: uppercase;    
    padding:50px 50px 0 50px;
    color: black;
}

.project-information p {
    padding: 0 50px 0 50px;
}


.tag a {
    font-size: 0.8em;
    border: solid 1px black;
    color: black;
    padding: 3px 8px;
    margin:5px;
}

.tag a:hover {
    border: solid 1px grey;
    color: grey;
}

.tag {
    padding-left: 45px;
    padding-top: 15px;
}

.lien_projet a:hover{
    opacity:1;
}

figure { 
    display: inline-block;
    position:relative;
    width:400px;
    height:300px;
    overflow:hidden; 
}
figcaption {
    position:absolute; 
    margin:0;
    padding: 20px; 
    left:10px; 
    right:0;
    height:300px; 
    bottom: -300px;
    transition:all .7s;
    }

figure:hover figcaption{
    bottom:-10px;
    color: #555;
}
/*---------------------CONTACT-----------------*/

.case-contact {
    width: 300px;
    display: inline-block;
    font-size: 1em;
    margin-bottom: 15px;
    background: white;
    padding: 5px;
    text-align: center;
    margin-right: 15px;
}
#contact {
    padding-bottom: 100px;
}


/*----------------------FOOTER-------------------*/

footer {
    text-align: center;
    padding:10px 0;
    font-size: 1.2em;
    color: #6F6F6F;
    background:#000;
    min-height: 200px;
}

/*--------------------------SINGLE---------------------------*/

#tags {
    background: white;
    height: 110px;
    padding: 7px;
}

.content_single {
    font-size: 18px;
    background: white;
    font-size: 1em;
}

.tags_single {
    font-weight: normal;
    font-size: 16px;
    color: #555;
    text-align: center;
}

.category_single {
    font-weight: normal;
    font-size: 16px;
    margin:5px 0 15px 0;
}

.description {
    padding: 30px 150px 0 150px;
    color: grey;
    margin:0;
}

.tags_single ul{
    list-style: none;
    padding-left: 0;
}

.tags_single li{
    display:inline-block;
    margin: 0 3px;
    background: #F4F4F4;
    padding: 5px 6px;
    font-size: 12px;
    opacity:0.5;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.tags_single li:hover{
    opacity:1;
}

.tags_single a{
    color: #grey;
}

#title_tags {
    margin:7px;
    display: block;
    font-size: 12px;
}
    
.content_single img{
    margin: 0 -150px;
}

@media(max-width:1199px) {
    .content_single {
    width:970px;
    margin:auto;
}
}

@media(max-width:991px) {
    .content_single {
    width:750px;
    margin:auto;
}
}

@media(max-width:767px) {
    .content_single {
    width:auto;
    margin:auto;
} 
}

.category_single a{
    font-size: 14px !important;
    color: grey;
}

.title_single {
    margin: 0;
    text-transform: uppercase;
    padding: 160px 0 0 0;
    font-size: 3em;
    font-weight: 300;
}

.single_images img{
    background: white;
    margin: 10px -150px;
}

#single_article {
    background: white;
}

#work_description {
    background: white;
    padding-top: 50px;
}

#work_description img {
margin: 0 -61%;
width: 1280px;
}

#work_title {
    background: #F4F4F4;
    padding: 0 0 20px 0;
}

.wp-video {
    margin: auto;
}

/*----------------Results----------------*/

.title_results {
    margin: 0;
    text-transform: uppercase;
    padding: 160px 0 40px 0;
    font-size: 3em;
    font-weight: 300;
}