* {
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
    background: url("../images/back.png") repeat;

}

p {
    font: 15px/2 Georgia, Serif;
    margin: 0 0 30px 0;
    text-indent: 40px;
}

.top-bar__right img{
    width: 30px;
    height: 30px;
}

.top-bar *{
    background-color: white !important;
    color: #000000 !important;
}

.top-bar{
    z-index: 3;
    background-color: white !important;

}

.top-bar-section li:not(.has-form) a:not(.button){
    background-color: #ffffff !important;
}

.top-bar .name h1 a{
    color: #000000 !important;
}

#bg {
    opacity: 0.6;
    position:fixed;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}

#bg img {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    min-width:100%;
    min-height:100%;
    opacity: 0.5;
}

#page-wrap {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
    background: none;
}

.logo{
    margin: 50px auto;
    margin-top: 0;
}

.main-content{
    font-size: 1.5em;
    text-align: justify;
    margin: 50px auto;

}
ul li{
    font-size: 1.4em;
}
.main-title{
    font-family: 'Pacifico', sans-serif;
    font-size: 2.5rem;
}

.know_how_pic{
    position: absolute;
    margin-top: 40%;
    right:0%;

}

#know_how{
    min-height: 100%;
    background: url("../images/back.png") repeat;
    position: relative;
    width: 100%;
}

.diapo{
    margin-top: 100px;
    margin-left: 100px;
    padding-bottom: 100px;
}

.compagny{
    color: #000000;
    font-size: 1.5em;
    height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.image_compagny_techno{
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    background-image: url(../images/techno.jpg);
    display: inline-block;
    background-size: cover;
    background-color: #ffffff;
}
.image_compagny_genies{
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    background-image: url(../images/genies.jpg);
    display: inline-block;
    background-size: cover;
    background-color: #ffffff;
}

.image_compagny_coffreo{
    width: 150px;
    height: 150px;
    background-image: url('../images/coffreo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    background-color: #ffffff;
}

.image_compagny_max{
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    background-image: url('../images/logoMaxetLucie.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 100px;
    display: inline-block;
    background-color: #ffffff;
}

.realisation{
    text-align: center;
    background-color: #ffffff;
    opacity: 0.9;
    width: 200px;
    border-radius: 5px;
    text-overflow: ellipsis;
	border: 1px solid gray;
    margin-top: 8%;
}
#experience{
    text-align: center;
    padding-bottom: 200px;
    position: relative;
    z-index: 2;
    width: 100%;
    background-image: url('../images/bg_desk_redone.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    color: #000000;
	margin-bottom : -5px;
}
#experience h1{
    color:  #000000;
    font-size: 3em;font-family: 'Pacifico';
}
#experience .content{
    font-size: 25px;
}
#curriculum{
    background-color: #ffffff;
}
#experience .content{
    margin-bottom: 50px;
}

#curriculum{
    text-align: center !important;
    position: relative;
    z-index: 5;
    width: 100%;
}

#curriculum h2{
    color: #0088d4 ;
    font-size: 4em;
}
#footer{
	border-top: 1px solid gray;
	font-size : 1em;
	text-align : center;
	background-color : white;
	width : 100%;
	height:50px;

	margin-bottom: -50px;

}
#footer p {
    margin-top: 10px;
}
.sticky{
	border-bottom : 1px solid gray;
}


.coming{
    text-align: center;
    left: 40%;
    margin: auto;
    font-family: 'Pacifico';
    font-size: 5em;
    height:200px;
    line-height:200px;

}
.coming a{
    text-decoration: none;
    font-family: 'Helvetica';
    font-size: 1em;
    color: #000000;
}

.menu__item:hover{
    color: #8d8d8d !important;
}

.logo_animate{
    max-height: 25% !important;
}
.subtitle{
    margin-top: 20px;
    text-align: center;
    font-size: 2em;
}

@media screen and (min-width: 47em) {

    #main-left-column{
        margin-top: 100px;
    }
}

#contactModal{
    border-radius: 10px;
}

.mobile_icons{
    display: inline-block !important;
    width: 100%;
}

.mobile_icons a{
    margin-right: 10%;
    margin-left: 10%;
    width: 10% !important;
    display: inline-block !important;
}