*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	//-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html, body{
    margin:0;
    height:100%;
    background-color:#333333;
    
    font-family:Brandon_Reg;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing:2px;
    
    /*
    font-family:GothamRnd-Book;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	letter-spacing:3px;
	line-height: 18px;
    */
}

h1{
    font-family:Brandon_Reg;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
}

h2{
    font-family:Brandon_Reg;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

h3{
    font-family:Brandon_Reg;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

img{
    margin:0;
    padding:0;
    border:0;
}

ul{
    margin:0;
    padding:0;
}

li{
    list-style-type:none;
    padding:0;
}

a, a:visited{
    text-decoration:none;
    outline:none;
    color:#ffffff;
}

a:hover{
    //color:#F47984;
    font-family:Brandon_Black;
}

#main{
    width:100%;
    /*background-color:#112233;*/
}

.clear{
	display: block;
	clear: both;
}


#nojs-warning{
    position:relative;
    width:100%;
    height:25px;
    line-height:25px;
    background-color:#F54640;
    margin-top:5px;
    padding-left:100px;
    font-size:14px;
}


/*/////////////////////////////////////////////////////////////////////////
//
//    FOOTER
//
/////////////////////////////////////////////////////////////////////////*/

#footer{
    position:relative;

	background-color: #00373f;
	background-color: #333333;
	//bottom: 0;
	height: 70px;
	width: 100%;
    clear:both;
    color:#FFFFFF;
    z-index:200;
    font-size:10px;
}

.footer-text{
    padding-top:20px;
    text-align:center;
    white-space: nowrap;
}

.footer-text2{
    font-size:9px;
    white-space: nowrap;
}

/*/////////////////////////////////////////////////////////////////////////
//
//    Main page (works)
//
/////////////////////////////////////////////////////////////////////////*/

/* Grid */

#grid{
    overflow:auto;  /* empêcher le dépassement des flottants, magical  */
}

.case { 
	position: relative; 
	float:left;
	text-align: center;
}

.case img{
    position:absolute;
    top:0;
    left:0;
	display:block;
	width:100%;
	height:100%;
	margin:auto;
}

.case-overflow{
    position:relative;
    overflow:hidden;
	width:100%;
	height:100%;
}

.case-content{
    opacity:0;
    /*
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    */

    //color:#FFFFFF;
    //border-color:#FFFFFF;

    color:#333333;
    border-color:#333333;
}

.case-content a, .case-content a:visited{
    color:#333333;
}

.case-description
{
    position:absolute;
    top:35%;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}

.case-description-mobile
{
    position:absolute;
    top:35%;
	width:100%;
	padding-left:10px;
	padding-right:10px;
}

.case-title{
    //text-transform:uppercase;
}
.case-excerpt{
    font-family:MinionPro-Regular;
	font-size:13px;
    margin-top:-15px;
    line-height:20px;
}

.case-button-container{
    position:absolute;
    bottom:25px;
    left:50%;
    width:100px;
    height:50px;
    line-height:50px;
}
.case-button{
    position:absolute;
    width:100%;
    height:100%;
    left:-50%;
    top:0;
    border-style:solid;
    border-width:1px;
    text-align:center;
    font-size:12px;
}
.case-button:hover{
    background-color:rgba(51, 51, 51, 0.25);
}

/*.case:hover .case-content{
    opacity:1.0;
}
*/
/*.case:hover .case-description{
    opacity:1.0;
}*/



/*/////////////////////////////////////////////////////////////////////////
//
//    404
//
/////////////////////////////////////////////////////////////////////////*/

#nf404{
    text-align:center;
}


/*/////////////////////////////////////////////////////////////////////////
//
//    SLIDER TEST
//
/////////////////////////////////////////////////////////////////////////*/



#slide{
    position:relative;
    width:80%;
    max-width:1152px;
    
    height:auto;
    margin:auto;
    //background-color:#FF0000;
    text-align:center;
    overflow:auto;
}

/* IMAGES */
#slide-imgs{
    position:relative;
    //background-color:#FFFF00;
    overflow:hidden;
}

.slide-img{
    width:100%;
    //width:auto;
    max-height:600px;
    margin-left:auto;
    margin-right:auto;
}

.slide-img-fg{
    display:block;
 	z-index: 50;
}

.slide-img-bg{
    position:absolute;
    top:0px;
    left:0px;
    display:none;
 	z-index: 49;
}


/* MANIPS => NAV */
#slide-navs{
    position:absolute;
    top:50%;
    width:100%;
    left:0;
    //background-color:#FF0000;
    margin-top:-23px;

    z-index:98;
}

.slide-nav {
    opacity:0;
}

.slide-nav:hover{
    cursor:pointer;
}

.slide-nav  img{
    height:46px;
    width:auto;
    display:block;
}

@media all and (max-width: 480px) {
    #slide-navs{
        margin-top:-11px;
    }
    .slide-nav  img{
        height:23px;
    }
}

#slide-nav-left{
    float:left;
    cursor:pointer;
}
#slide-nav-right{
    float:right;
    cursor:pointer;
}

/* MANIPS => RADIO */

#slide-radios {
    width:150px;  /* to be computed in jquery load */
    //background-color:#448899;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

.slide-radio {
    float:left;
    margin-left:3px;
    margin-right:3px;
}

.slide-radio-img{
    width:10px;
    height:auto;
    display:block;
}






#single_detail{
    /*position:relative;*/
    width:100%;
    margin-left:0;
    //background-color:#888888;
    text-align:center;
    margin:25px auto;
}

#single_decription{
    text-align:left;
    width:66.5%;
    margin-left:0;
    //background-color:#0000AA;
    float:left;
}

#single_title{
    font-family:Brandon_Black;
    font-size: 18px;
    color: #FFCD66;
    text-transform:uppercase;
}

#single_text{
    font-family:GothamRnd-Book;
    font-size:10px;
    line-height:20px;
}

#single_emptyspace{
    width:5%;
    //background-color:#000055;
    float:left;
}
#single_misc{
    text-align:left;
    width:28.5%;
    //background-color:#000099;
    float:left;
}

@media all and (max-width: 960px) {

    #slide{
        width:90%;
    }

    #single_decription{
        width:100%;
    }
    #single_emptyspace{
        display:none;
    }
    #single_misc{
        padding-top:0px;
        width:100%;
    }
}

/*.detail-misc-title{
    display:inline;
	line-height:30px;    
}
.detail-misc-data{
    display:inline;
}
.detail-misc-img{
    margin-top:10px;
    margin-left:0px;
}*/
.detail-misc-title{
    display:inline-block;
	line-height:20px;
    width:75px;
    margin-bottom:5px;
}
.detail-misc-data{
    display:inline;
    font-size: 14px;
}
.detail-misc-img{
    margin-top:5px;
    margin-left:80px;
}


#proj-nav{
    position:relative;
    //background-color:#1188ff;
    padding-top:75px;
    padding-bottom:75px;
    text-align:center;
    width:200px;
    margin:auto;

    font-family:Brandon_Light;
    line-height:20px;
}

#proj-nav ul{
}

#proj-nav li{
    width:33.333%;
    float:left;
    text-transform:uppercase;
}

#proj-nav li a{
    font-family:Brandon_Light;
}
#proj-nav li a:visited{
    font-family:Brandon_Light;
}
#proj-nav li a:hover{
    font-family:Brandon_Bold;
}

#proj-nav img{
    margin-top:-3px;
    opacity:1;
}

#proj-nav img:hover{
    opacity:0.5;
}

/*/////////////////////////////////////////////////////////////////////////
//
//    ABOUT
//
/////////////////////////////////////////////////////////////////////////*/

#about-bkg{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:hidden;
}

#about-bkg2{
    background-color:rgba(51, 51, 51, 0.55);
//    background-color:rgba(255, 0, 0, 1);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
/*
background-color: -moz-linear-gradient(top,  rgba(255,0,0,1) 0%, rgba(255,0,0,0) 5%, rgba(255,0,0,0) 95%, rgba(255,0,0,1) 100%);
background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,0,0,1)), color-stop(5%,rgba(255,0,0,0)), color-stop(95%,rgba(255,0,0,0)), color-stop(100%,rgba(255,0,0,1)));
background-color: -webkit-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(255,0,0,0) 5%,rgba(255,0,0,0) 95%,rgba(255,0,0,1) 100%);
background-color: -o-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(255,0,0,0) 5%,rgba(255,0,0,0) 95%,rgba(255,0,0,1) 100%);
background-color: -ms-linear-gradient(top,  rgba(255,0,0,1) 0%,rgba(255,0,0,0) 5%,rgba(255,0,0,0) 95%,rgba(255,0,0,1) 100%);
background-color: linear-gradient(to bottom,  rgba(255,0,0,1) 0%,rgba(255,0,0,0) 5%,rgba(255,0,0,0) 95%,rgba(255,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000',GradientType=0 );



background: rgb(240,183,161);
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 50%, rgba(117,34,1,1) 51%, rgba(191,110,78,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(50%,rgba(140,51,16,1)), color-stop(51%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 50%,rgba(117,34,1,1) 51%,rgba(191,110,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );

background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(237,179,156,0) 6%, rgba(193,114,82,0) 95%, rgba(191,110,78,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(6%,rgba(237,179,156,0)), color-stop(95%,rgba(193,114,82,0)), color-stop(100%,rgba(191,110,78,1)));
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(237,179,156,0) 6%,rgba(193,114,82,0) 95%,rgba(191,110,78,1) 100%);
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(237,179,156,0) 6%,rgba(193,114,82,0) 95%,rgba(191,110,78,1) 100%);
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(237,179,156,0) 6%,rgba(193,114,82,0) 95%,rgba(191,110,78,1) 100%);
background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(237,179,156,0) 6%,rgba(193,114,82,0) 95%,rgba(191,110,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );
*/


    
}

#about{
    position:relative;
    overflow:auto;  /* empêcher le dépassement des flottants, magical  */
    
    
    color:white;
    overflow:hidden;
}

#about-title{
    position:relative;
    width:100%;
    text-align:center;
    font-family:Lato_Black;
    font-size:50px;
    margin-top:40px;
}

#about-subtitle{
    position:relative;
    width:100%;
    text-align:center;
    font-family:MinionPro-Regular;
    font-size:38px;
    margin-top:5px;
}

.yellowtxt{
    color:#FFCD66;
}

#about-text{
    position:relative;
    width:800px;
    margin-top:80px;
    margin-left:auto;
    margin-right:auto;
    
    font-family:GothamRnd-Book;
    font-size:11px;
    line-height:20px;
}
#about-text li{
    float:left;
    padding-left:20px;
    padding-right:20px;
    width:50%;
}


#about-skills{
    position:relative;
    width:800px;
    margin-left:auto;
    margin-right:auto;

    padding-left:20px;
    padding-right:20px;
}
#about-skills li{
    margin-top:30px;
    float:left;
    width:33.3333%;
    font-family: Brandon_Bold;
}

#about-skill1{
    text-align:left;
}

#about-skill2{
    text-align:center;
}

#about-skill3{
    text-align:right;
}

#about-skill4{
    text-align:left;
}

#about-skill5{
    text-align:center;
}

#about-skill6{
    text-align:right;
}

#about-cv-container{
    position:relative;
    margin-top:80px;
    width:100%;
}

#about-cv{
    position:relative;
    width:259px;
    height:70px;
    border-style:solid;
    border-width:1px;
    border-color:#FFF;
    margin-left:auto;
    margin-right:auto;
    line-height:70px;
    text-align:center;
    cursor:pointer;
    font-size:12px;
}

/*#about-cv:hover{
    //background-color:#FFCD66;
    //background-color:rgba(255, 205, 102, 0.4);
}*/

                
#about-joke{
    position:relative;
    width:100%;
    text-align:center;
    margin-top:80px;
    margin-bottom:40px;
    text-transform:uppercase;
}



.about-banner{
    font-family:Brandon_Black;
    font-size:18px;
    height:75px;
    background-color:rgba(255, 255, 255, 0.1);
    text-align:center;
    color:#FFCD66;
}
#about-text-banner{
    position:absolute;
    top:235px;
    left:-280px;
    width:280px;
    padding-top:25px;
}
#about-skills-banner{
    position:absolute;
    top:440px;
    right:-280px;
    width:280px;
    padding-top:25px;
}

@media all and (max-width: 1400px) {
    /* 75+20 = +95 */
    #about-text{
        margin-top:175px;
    }
    #about-skills-banner{
        top:535px;
    }
    #about-skills{
        margin-top:95px;
    }
}
@media all and (max-width: 800px) {

    #about-text-banner{
        top:120px;
    }
    #about-text{
        margin-top:115px;
    }

    #about-text {
        width:405px;
        //background-color:#FF0000;
    }
    #about-text li{
        float:none;
        width:100%;
        padding-left:0px;
        padding-right:0px;
    }
    #about-text-prg2{
        margin-top:10px;
    }

    #about-skills-banner{
        top:560px;
    }
    
    #about-title{
        font-size:25px;
    }
    #about-subtitle{
        font-size:18px;
    }
    
    #about-skills{
        margin-top:85px;
        width:405px;
        padding-left:0px;
        padding-right:0px;
    }
    #about-skills li{
        margin-top:30px;
        float:left;
        width:50%;
    }
    #about-skill1, #about-skill3, #about-skill5{
        text-align:left;
    }

    #about-skill2, #about-skill4, #about-skill6{
        text-align:right;
    }
        
}

@media all and (max-width: 500px) {
    #about-title{
        font-size:18px;
    }
    #about-subtitle{
        font-size:12px;
    }
    #about-text-banner{
        top:110px;
    }
    #about-skills-banner{
        top:680px;
    }
    #about-text {
        width:280px;
    }
    #about-skills{
        width:280px;
    }
}
  
  
  
/*/////////////////////////////////////////////////////////////////////////
//
//    CONTACT
//
/////////////////////////////////////////////////////////////////////////*/

#contact{
    position:relative;
    overflow:hidden;
}

#contact-intro{
    width:100%;
    margin:0px auto;
    text-align:center;
    color:#FFCD66;
    position:absolute;
    top:150px;
    z-index:50;
    text-transform:uppercase;
    display:none;
}

#contact-image{
    position:relative;
    width:1920px;
    height:641px;
    margin:0 auto;
    display:block;
    opacity:0;
}

#contact-quad{
    position:absolute;
    top:250px;
    right:0px;
    //width:64%;
    //height:93px;

    width:300px;
    height:360px;
    
    //background-color:rgba(221, 221, 221, 0.4);
    background-color:rgba(150, 150, 150, 0.75);
    //background-color:rgba(255, 205, 102, 0.6);
    //background-color:rgba(255, 205, 102, 0.54);
    text-transform:uppercase;
    color:white;
    //color:#333;
}


#contact-quad-title{
    margin-top:35px;
    width:100%;
    font-size:19px;
    text-align:center;
}
#contact-quad-location{
    width:100%;
    text-align:center;
    font-size:13px;
    margin-top:-5px;
}

.contact-li{
    width:100%;
    text-align:center;
    font-size:13px;
}

#contact-quad ul{
    margin-top:80px;
}

#contact-li-tel{
	letter-spacing:6px;
}
#contact-li-mail{
    margin-top:25px;
	letter-spacing:3px;
}
#contact-li-add{
    margin-top:25px;
	letter-spacing:2px;
}



@media all and (max-width: 320px) {

    #contact-quad{
        width:300px;
        height:300px;
    }
    #contact-quad ul{
        margin-top:50px;
    }
}


