body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
	line-height: 24px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #c39b46;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Poppins,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
}
h4{
 padding: 20px 0 0 60px;
display: block;
}
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 1px;
    text-align: center;
}


hr.star-light:after,
hr.star-primary:after {
   /* content: "\f005";*/
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2b2b2b;
}

hr.star-primary:after {
    color: #2b2b2b;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.img-portfolio {
	margin: 0 ;
	float:left;	
}



.img-clear {
	clear: both;
	margin: 0;
}

span.icon-graphisme {
	background-image: url("../img/icon/icon-graphisme.svg");
	width: 50px;
	height: 50px;
	background-repeat:no-repeat;
	background-position:top;
	display: block;
}

span.icon-webdesign {
	background-image: url("../img/icon/icon-webdesign.svg");
	width: 50px;
	height: 50px;
	background-repeat:no-repeat;
	background-position:top;
	display: block;
}

span.icon-communication {
	background-image: url("../img/icon/icon-communication.svg");
	width: 50px;
	height: 50px;
	background-repeat:no-repeat;
	background-position:top;
	display: block;
}

span.icon-formation {
	background-image: url("../img/icon/icon-formation.svg");
	width: 50px;
	height: 50px;
	background-repeat:no-repeat;
	background-position:top;
	display: block;
}

header {
    text-align: center;
    color: #fff;
    background: #d6d6d6;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
	background-image:url(../img/bg-home-2023.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	background-color:#d6d6d6;

}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Poppins,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 400;
	text-align:center;
}

header .intro-text .name span {
	display: block;
    text-transform: uppercase;
    font-family: Poppins,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.02em;
    font-weight: 400;
	color:#c39b46;
	
}

header .intro-text .skills {
	font-family: Poppins, Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    font-weight: lighter;
	
}

@media(min-width:768px) {
    header .container {
        padding: 200px 0 100px;
    }

    header .intro-text .name {
        font-size: 2em;
    }
	
    header .intro-text .name span {
        font-size: 1.02em;
		color:#c39b46;
    }
	
    header .intro-text .skills {
		font-family: Poppins,Georgia, "Times New Roman", Times, serif;
        font-size: 1.5em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding:0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
		font-weight:600;
        font-size: 1.125em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;			

    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
		font-weight: 600;
        font-size: 1.5em;
	
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Poppins,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 800;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #242424;
}

section.success.competences {
	background-image: url("../img/bg-competences.jpg");
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: top center;
}


@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 500px;

}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height:100%;
    opacity: 0;
    background: rgba(0,0,0,0);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;

}



#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
	background-color: rgba(0,0,0,0.69);
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;

}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}


@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #ffffff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
	background-image: url("../img/bg-contact.jpg");
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: top center;
    background-color: #242424;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #efefef;
	color:#2b2b2b;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 50px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .avast{
	background-image: url("../img/portfolio/bg-portfolio-avast.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #fff1e5;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 1024px){
.portfolio-modal .avast {
	background-image: url("../img/portfolio/bg-portfolio-avast-1024px.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #fff1e5;
	width: auto;
	height: auto;
	
	}
}

@media only screen and (max-width: 768px){
.portfolio-modal .avast {
	background-image: url("../img/portfolio/bg-portfolio-avast-768px.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #fff1e5;
	width: auto;
	height: auto;
	
	}
}

@media only screen and (max-width: 425px){
.portfolio-modal .avast {
	background-image: url("../img/portfolio/bg-portfolio-avast-425px.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #fff1e5;
	width: auto;
	height: auto;
	
	}
}

.portfolio-modal .microsoft{
	background-image: url("../img/portfolio/bg-portfolio-microsoft.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #e4f5ff;
	width: auto;
	height: auto;
}

@media only screen and (max-width: 1024px){
.portfolio-modal .microsoft {
	background-image: url("../img/portfolio/bg-portfolio-microsoft-1024px.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #e4f5ff;
	width: auto;
	height: auto;
	
	}
}

@media only screen and (max-width: 768px){
.portfolio-modal .microsoft {
	background-image: url("../img/portfolio/bg-portfolio-microsoft-768px.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #e4f5ff;
	width: auto;
	height: auto;
	
	}
}

@media only screen and (max-width: 425px){
.portfolio-modal .microsoft {
	background-image: url("../img/portfolio/portfolio-microsoft-425px.jpg");
	background-repeat:no-repeat;
	background-position: left top;
	background-color: #e4f5ff;
	width: auto;
	height: auto;
	
	}
}

.portfolio-modal .quarkxpress{
	background-image: url("../img/portfolio/bg-portfolio-quarkxpress.png");
	background-repeat: no-repeat;
	background-position: left top;
	width:auto;
	height: auto;
	
}

@media only screen and (max-width: 1024px){
.portfolio-modal .quarkxpress{
	background-image: url("../img/portfolio/bg-portfolio-quarkxpress-1024.png");
	background-repeat: no-repeat;
	background-position: left top;
	width:auto;
	height: auto;}
}

@media only screen and (max-width: 768px){
.portfolio-modal .quarkxpress{
	background-image: url("../img/portfolio/bg-portfolio-quarkxpress-768.png");
	background-repeat: no-repeat;
	background-position: left top;
	width:auto;
	height: auto;}
}

@media only screen and (max-width: 375px){
.portfolio-modal .quarkxpress{
	background-image: url("../img/portfolio/bg-portfolio-quarkxpress-768.png");
	background-repeat: no-repeat;
	background-position: left top;
	width:auto;
	height: auto;}
}

.portfolio-modal .gratuiciel{
	background-image: url("../img/portfolio/bg-pattern-gratuiciel.jpg");
	background-repeat: repeat-x repeat-y;
	width:auto;
	height: auto;
	
}

.portfolio-modal .lgandco{
	background-image: url("../img/portfolio/bg-pattern-lgandco.jpg");
	background-repeat: repeat-x repeat-y;
	width:auto;
	height: auto;
	
}

.portfolio-modal .toucharger{
	background-image: url("../img/portfolio/bg-pattern-toucharger.jpg");
	background-repeat: repeat-x repeat-y;
	width:auto;
	height: auto;
	
}

.portfolio-modal .corel{
	background-color: #003f45;
	background-repeat: repeat-x repeat-y;
	width:auto;
	height: auto;
	
}

.portfolio-modal .illustrations{
	background-color: #0f1e4a;
	background-repeat: repeat-x repeat-y;
	width:auto;
	height: auto;
	
}

.portfolio-modal .entelechargement{
	background-image: url("../img/portfolio/bg-pattern-entelechargement.jpg");
	background-repeat: repeat-x repeat-y;
	width:auto;
	height: auto;
	
}

.portfolio-modal .ma-serendipite{
	background-color:#ECECEC;
	width:auto;
	height: auto;
	
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 1.6em;
    text-transform : none;

}

.portfolio-modal .modal-content h2.white {
    margin: 0;
    font-size: 1.6em;
    text-transform : none;
	background: none;
	color: #FFFFFF;
}


.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p {
	font-size: 16px;
	color:rgba(128,128,128,1.00);

}
.portfolio-modal .modal-content p.white {
	font-size: 16px;
	background: none;
	color:#fff;

}

.portfolio-modal .modal-content p.dark {
	font-size: 16px;
	background: none;
	color:#2b2b2b;

}

.portfolio-modal .modal-content .item-details {
    margin: 0;
}

.portfolio-modal .modal-content .item-details li.white {
	background: none;
	color: #FFFFFF;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
	z-index: 1;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2b2b2b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2b2b2b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

