
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin : 0 ;
	padding : 0 ;
	border : 0 ;
	font-size : 100% ;
	font : inherit ;
	vertical-align : baseline ;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display : block ;
}

body { 
	line-height : 1 ;
	height: auto !important;
    overflow-x: hidden !important;
    z-index: -1;
    position: relative;
}

ol, ul {list-style : none ;}

blockquote, q { quotes : none ;}

blockquote:before, blockquote:after,
q:before, q:after { 
	content : ’’ ; 
	content : none ;
}

table {
border-collapse : collapse ;
border-spacing : 0 ;
}


/* ====== GLOBAL CSS =====*/

.container {
   max-width: 1600px!important;
   --width: 1600px!important;
}

.relative {
    position:relative;
}

.absolute {
    position:absolute;
}

#container-all {
	position: relative;
    overflow: hidden;
    padding-left:80px;
    padding-top: 0;
}

#sideleft-header {
	width: 100vh;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
    background: #fff;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform-origin: left bottom;
    /* transform-origin: left bottom; */
    /* -webkit-transform: rotateZ(-90deg) translateY(100%); */
    transform: rotateZ(-90deg) translateY(100%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border:1px solid #ebebeb;
}


h1 {
    font-family:avenir-black;
    font-size:52px;
}

h2, h3 {
    font-family: 'Sriracha', cursive!important;
}


/* ==================================== */
/*            HEADER        
/* ==================================== */


header {
    padding:10px 20px;
    margin:5px 0 95px;
}

.logolittle {
    position:absolute;
    left:25px;
    top:-418px;
}

/* --------- MENU ---------- */

.navbar-nav {
    position: absolute;
    right: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color:#000000;
    text-transform:uppercase;
    font-family:avenir-roman;
    font-size:18px;
}

.navbar-dark:hover .navbar-nav:hover .nav-link:hover {
    color:#a48f5b;
    font-weight:bold;
    text-decoration:underline;
}


/* ==================================== */
/*            Navigaton Menu        
/* ==================================== */

.menu-wrap {
    background-color: #000;
    position: fixed;
    top: 0;
    height: 100%;
    width: 280px;
    right:-283px;
    margin-left: -280px;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .25s;
    z-index: 10;
}
.menu-show {
    margin-left: 0;
    right:0;
}
.menu-sidebar {
    margin: 75px 0 80px 10px;
    position: relative;
    top: 70px;
}
.menu-sidebar li {
    padding: 30px 22px 0;
}
.menu-sidebar li > a {
    color: #f3f3f3;
    font-size: 1.78em;
    position: relative;
    font-family: avenir-black;
}
.menu-sidebar li > a:hover {
    text-decoration:none;
    color:#d3bd88;
}
.menu-sidebar li > a::after {
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(to right, transparent 50.3%, #d3bd88 50.3%);
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
    background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
    position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
    display: none;
}
.sidebar-menu-arrow::after {
    content: "\f107";
    font-family: avenir-black;
    padding: 10px;
    color: #FFFA3B;
    position: relative;
}
.sidebar-menu-arrow:hover::after {
    cursor: pointer;
    color: #fff;
}
.sidebar-menu-arrow:active::after {
    top: 2px;
}

/*Hamburger Button*/
.toggle-button {
    position: fixed;
    width: 44px;
    height: 40px;
    top: 50px;
    right: 40px;
    padding: 4px;
    transition: .25s;
    z-index: 100;
}
.toggle-button:hover {
    cursor: pointer;
}
.toggle-button .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 80%;
    transition: .5s;
}
.toggle-button .menu-bar-top {
    border: 4px solid #555;
    border-bottom: none;
    top: 0;
}
.toggle-button .menu-bar-middle {
    height: 4px;
    background-color: #555;
    margin-top: 7px;
    margin-bottom: 7px;
    top: 4px;
}
.toggle-button .menu-bar-bottom {
    border: 4px solid #555;
    border-top: none;
    top: 22px;
}
.button-open {
    right: 25px;
}
.button-open .menu-bar-top {
    border-color: #fff;
    transform: rotate(45deg) translate(8px, 8px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #fff;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}
.button-open .menu-bar-bottom {
    border-color: #fff;
    transform: rotate(-45deg) translate(7px, -7px);
    transition: .5s;
}


/* ==================================== */
/*        Container  HeaderTop     
/* ==================================== */


#s1 {
    min-height:720px;
    background-color:#b6b6b6;
}

#s1 .bgheaderTop {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    background:url('../images/bgheader.png'); 
    z-index:1;
}

#s1 .contentHeader {
    z-index: 100;
    width: 750px;
    min-height: 100%;
    left: 0;
    right:0;
    margin:auto;
    --border: 1px solid;
}

#s1 .contentHeader .contentLogo {
    width: 624px;
    --border: 1px solid #000;
    margin: 78px auto 0;
    display: block;
}

#s1 .contentHeader .contentLogo img.logo {
    display: block;
    margin: 15px auto 15px;
}

#s1 .contentHeader .contentLogo img.logo_txt1 {
    display: block;
    margin: 40px auto 15px;
}

#s1 .contentHeader .contentLogo img.logo_txt2 {
    display: block;
    margin: 15px auto 15px;
}

#s1 .contentHeader .contentLogo .contentButton a.buttonplus {
    width: 300px;
    border: 1px solid #000000;
    border-radius: 10px;
    color:#000000;
    padding: 15px 10px;
    font-family: avenir-light;
    font-size: 18px;
    animation-delay: 0.4s;
}

#s1 .contentHeader .contentLogo .contentButton a.buttoncv {
    width: 300px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 10px;
    color:#ffffff;
    padding: 15px 10px;
    font-family: avenir-light;
    font-size: 18px;
    animation-delay: 0.4s;
}

#s1 .contentProfil {
    z-index: 10;
    width: 714px;
    min-height: 100%;
    right: 100px;
    background:url('../images/profil.png') no-repeat;
}

#s1 .blocHeadCompetence {
    bottom:-100px;
    width: 964px;
    --background-color: #cccccc;
    --min-height: 323px;
    left: 0;
    right: 0;
    z-index: 200;
    margin: auto;
}

#s1 .blocHeadCompetence .flexCompetence .bloc {
    background-color:#212121;
    width: 32%;
    height: 264px;
}

#s1 .blocHeadCompetence .flexCompetence .bloc .contentBloc {
    background-color: rgba(33,33,33,0.75);
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 25px 20px;
}

#s1 .blocHeadCompetence .flexCompetence .bloc .contentBloc img {
    margin: auto;
    display: block;
}

#s1 .blocHeadCompetence .flexCompetence .bloc .contentBloc p {
    font-family: itrregular;
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    margin: 17px 0;
}

.uiux {
    background:url('../images/bg-uiux.jpg') no-repeat;
    background-position: left 50%;
    background-size: cover;
}

.inteemailing {
    background:url('../images/bg-emailing.jpg') no-repeat;
    background-position: left 50%;
    background-size: cover;
}

.inteweb {
    background:url('../images/bg-web.jpg') no-repeat;
    background-position: left 50%;
    background-size: cover;
}

/* ==================================== */
/*           Container s2     
/* ==================================== */

#s2 {
    min-height:630px;
    margin-top: 136px;
}

#s2 .intro {
   font-family: avenir-light;
   font-size: 26px;
   line-height: 33px;
}

#s2 .intro span {
   font-weight: bold;
   color: #d3bd88;
}

#s2 h2 {
   font-size: 44px;
   color: #000000;
}

#s2 h2 span {
   background-color: #d3bd88;
   height: 5px;
   width: 100px;
   display: block;
   margin: 15px auto;
}

#detailsCompetence .CompetenceUiux {
    background-color: #f8f8f8;
    width: 80%;
    min-height:150px;
    padding-left: 235px;
    padding-top: 48px;
    padding-bottom:48px;
}

#detailsCompetence .Content {
    width: 500px;
}

#detailsCompetence .Content .title:before {
    content:url('../images/trait.png');
    position: absolute;
}

#detailsCompetence .Content .title p {
    padding: 0 0 0 83px;
    font-family: aquw-light;
    font-size: 33px;
    line-height: 35px;
}

#detailsCompetence .Content .title p span {
    font-family: aquw-med;
    text-transform: uppercase;
}

#detailsCompetence .Content .text{
    font-family: avenir-light;
    color: #4a4a4a;
    font-size: 20px;
    line-height: 24px;
}

#detailsCompetence .Content a.link {
    width: 139px;
    border-radius: 15px;
    padding: 6px 13px;
    border: 1px solid #464646;
    margin: 16px 0 0 0;
    color: #464646;
    font-size: 15px;
    display: block;
    text-align: center;
    position: relative;
    top: 0;
}

#detailsCompetence .Content a.link:hover {
    transition: background-color 0.2s, border 0.2s;
    background-color:#d3bd88;
    text-decoration: none;
    border:1px solid #d3bd88;
    font-weight: bold;
}

#detailsCompetence .CompetenceUiux img.ilustuiux{
    right: -133px;
    top: -74px;
}

#detailsCompetence .CompetenceEmailing {
    background-color: #f8f8f8;
    float: right;
    width: 80%;
    min-height: 150px;
    padding-right: 235px;
    padding-top: 48px;
    padding-bottom: 32px;
    margin-top: 150px;
}

#detailsCompetence .CompetenceEmailing img.ilustemailing-1{
    top: 114px;
    left: -209px;
}

#detailsCompetence .CompetenceEmailing img.ilustemailing-2{
    top: 16px;
    left: -162px;
}

#detailsCompetence .CompetenceWeb {
    background-color: #f8f8f8;
    width: 80%;
    min-height:150px;
    padding-left: 235px;
    padding-top: 48px;
    padding-bottom:48px;
    margin-top: 150px;
    margin-bottom: 84px;
}

#detailsCompetence .CompetenceWeb img.ilustweb{
    right: -190px;
    top: -54px;
}

#s2 .contentCompetences {
    background-color: #000000;
    min-height: 250px;
}

#s2 .contentCompetences h2 {
    color:#ffffff;
}

.outils img {
    top: 0;
    position: relative;
}

.outils img:hover {
    top: -20px;
    transition: top 0.6s;
}