@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;	
}

.clear{
clear:both;	
}


/* CSS reset 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

abbr,acronym { border:0;
}
*/

q:before,q:after {
	content:'';
}

fancybox-overlay
.clr{
	clear: both;
}
 








/*------------------------- MON CSS ------------------------- */




body {
	
	font-family: 'Raleway', serif;
	color:#706f6f;
    font-size: 1em;
    line-height: 1.22em;
    

}

#wrap {
    width: 50%;
    margin:auto;
}


h1{
    font-family: 'Ovo', serif;
	font-size: 2em;
    line-height: 1.2em;
	color:#000;
    padding: 0.2em 0 0.8em;
}

 h2{
    font-size: 1em;
    line-height: 1em;
    color:#000;
    font-style: italic;
    text-transform: uppercase;
    padding: 4em 0 2.5em 0;
}

 h3{
        text-transform: uppercase;
    line-height : 20px;
    font-style:italic;
 	font-size: 1.1em;
    line-height: 1.22em;
    font-weight: 800;
    color:#7ec9b3;
}

h5{
	
}

hr {
	width:100%;
	background-color:#9c9c9c;
	color:#9c9c9c;
	noshade:noshade;
	border:0;
	height: 1px;
	margin:auto;
}

a{
    color:#000;
    font-style: italic;
}

a:hover{
    text-decoration : underline;
    color:#000;
}

/*------------------------- nav ------------------------- */

#hrhead {
    margin : 60px 0 20px 0;
    background-color: #a5e3d1;
    color:#a5e3d1;
    height: 1px;
}

ul#nav {
    width : 40%; 
    height : 30px;
    padding : 0;
    list-style-type : none; 
    margin: 0 0 60px;
    float:right;
}


ul#nav li { 
    text-transform: uppercase;
    padding : 0 0.8em; 
    line-height : 20px;
    float: left;
}



ul#nav a{
	color:#000;
    font-style: italic;
}

ul#nav a:hover{
	text-decoration : underline;
}



/*------------------------- Accueil ------------------------- */


#bonjour {
    font-size: 3em;
   font-family: 'Ovo', serif;
    font-weight:700;
    color :#000;
}



.content {
    display: block;
    padding: 0 0 0 10%;
}





/*-------------------------Portfolio ------------------------- */


.box .info {
    background: none no-repeat scroll 0 0 rgba(250, 100, 100, 0.8);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.3s ease 0s;
    width: 100%;
}

.box:hover .info {
    opacity: 1;
}


/*------------------------- A propos ------------------------- */

.societe{
    display:inline-block;
    width:40%;
    padding: 0 20px 30px;
}

#gfcom, #nomades {
    float:right;
}

#netinup, #rollingstone {
    float:left;
}


.skill{
    display:inline-block;
    padding: 0 20px;
    width: 28%;
    float:left;
}


.societe .desc,{ 
    color:#706f6f;
    font-style:italic;
}

.skill .desc{ 
    color:#706f6f;
  
}

.skill .desc2{ 
    font-style:italic;
    display: block;
    margin: 10px 0 0;
}


#cv {
    text-align:center;
    padding-top: 5em;
}

#cv img {
    display: block;
    margin: auto;
    padding-bottom: 0.8em;
}

#cv a:hover img {
    opacity:0.85;
}


#cv a{
    text-align:center;
    text-transform: uppercase;
    line-height : 20px;
    font-style:italic;
 	font-size: 1.1em;
    line-height: 1.22em;
    font-weight: 800;
   
}


/*-------------------------Contact ------------------------- */


#icn {
    padding: 1em 0 0.5em;
}


#icn img:hover{
    text-align:center;
    line-height : 1.5em;
    text-transform: uppercase;
    opacity:0.85;
}


#returnup {
float:right;
    padding: 0 0 1em 0;
}


/*------------------------- Footer------------------------- */

#footer {
    background-color:#9c9c9c;
    background : url('img/footer.jpg') no-repeat center;
    background-size: cover;
}



#sloganfooter {
    color: #fff;
    display: block;
    font-family: "Arima Madurai",cursive;
    font-size: 2.5em;
    line-height: 1em;
    padding: 3em 55% 4em 0;
    text-align: right;
}


/*------------------------- Desktops (≥1500px) ------------------------- */

@media screen and (min-width: 1500px)
{
    #wrap {
    max-width: 1050px;
    margin:auto;
    }
}


/*------------------------- Desktops (≥1200px) ------------------------- */

@media screen and (min-width: 1200px)
{
    #wrap {
    width: 70%;
    margin:auto;
    }
}


/*------------------------- Desktops (≥992px) ------------------------- */

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #wrap {
    width: 70%;
    margin:auto;
    }
}


/*------------------------- Tablets (≥768px) ------------------------- */

@media screen and (min-width: 768px) and (max-width: 991px) {

    
    #wrap {
    width: 85%;
    margin:auto;
    }

    #hrhead {
    margin: 10px 0 20px;
    }

    h1{
    font-size: 2em;
    }

    #bonjour {
    font-size: 3em;
    }
    

    ul#nav {
    float: right;
    height: auto;
    width: 20%;
    margin: 0 0 50px;
    }

    ul#nav li {
    line-height: 30px;
    }

    .societe {
    width:100%;
    padding: 0 20px 40px;
    }   

    #gfcom, #nomades {
    float:none;
    }

    #netinup, #rollingstone {
    float:none;
    }

    .skill{
    display:block;
    padding: 0 20px 40px 20px;
    width: 100%;
    float:none;
    }

    #cv {
    padding-top: 2em;
    text-align: center;
    }

    #sloganfooter {
    font-size: 2em;
    }

}


/*------------------------- Phones (<768px) ------------------------- */

@media screen and (max-width: 767px) {



    #wrap {
    width: 85%;
    margin:auto;
    }

    #hrhead {
    margin: 10px 0 20px;
    }

    h1{
    font-size: 2em;
    }

    #bonjour {
    font-size: 3em;
    }
    

    ul#nav {
    float: right;
    height: auto;
    width: 40%;
    margin: 0 0 50px;
    }

    ul#nav li {
    line-height: 30px;
    }

    .societe {
    width:100%;
    padding: 0 20px 40px;
    }   

    #gfcom, #nomades {
    float:none;
    }

    #netinup, #rollingstone {
    float:none;
    }

    .skill{
    display:block;
    padding: 0 20px 40px 20px;
    width: 100%;
    float:none;
    }

    #cv {
    padding-top: 2em;
    text-align: center;
    }

    #sloganfooter {
    font-size: 2em;
    }



}