body
{
	font-size: 14px;
	color: #333;
	background-color: white;
	letter-spacing: 1px;
}

.overlay
{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background-color: rgba(0,0,0,0.4);
}

.slides-navigation .prev,
.slides-navigation .next
{
	width: 47px;
	height: 47px;
	background-size: cover;
	background-repeat: no-repeat;
}

.slides-navigation a.prev
{
	left: 20px;
	background-image: url(../img/icons/prev.png);
}

.slides-navigation a.next
{
	right: 20px;
	background-image: url(../img/icons/next.png);
}

.titleMessage
{
	position: absolute;
    width: 100%;
    height: 250px;
    top: 50%;
    z-index: 5;
    text-align: center;
    margin-top: -125px;
    color: white;
}

.titleMessage .heading p
{
	color: white;
    text-shadow: 0px 2px 5px rgba(0,0,0,0.4);
    font-weight: 100;
    letter-spacing: 7px;
}

.titleMessage .heading .main
{
	font-size: 50px;
}

.titleMessage .heading .sub
{
	font-size: 23px;
}

.slides-navigation
{
	z-index: 6;
}

section
{
	padding: 100px 0;
}

.aboutImage
{
	width: 100%;
	padding-bottom: 10px;
}

#skills
{
	background-color: #e74c3c;
	color: white;
}

.skill
{
	text-align: center;
	margin-left: 10px;
}

.chart
{
	position: relative;
    width: 152px;
    height: 152px;
    display: inline-block;
    text-align: center;
}

.chart canvas
{
	position: absolute;
    left: 0;
    top: 0;
}

.chart .percent
{
	color: black;
    line-height: 152px;
    font-size: 35px;
}

.chart .percent:after
{
	content: '%';
}

.squareItem
{
	margin-top: 30px;
	position: relative;
}

.squareInnerContainer
{
	position: relative;
    padding: 50px 15px 35px 15px;
    text-align: center;
    border: 2px solid #444;
    border-top: none;
}

.squareInnerContainer:before,
.squareInnerContainer:after
{
	content: '';
	position: absolute;
	top: 0px;
	width: 30%;
	border-bottom: 2px solid #444;
}

.squareInnerContainer:before
{
	right: 0px;
}

.squareInnerContainer:after
{
	left: 0px;
}

.squareContent h2
{
	color: #e74c3c;
	font-size: 56px;
	margin-bottom: 10px;
	font-weight: 400;
}

.squareContent h3
{
	font-size: 13px;
	font-weight: 600;
	margin: 0;
}

.squareIcon
{
	position: absolute;
    top: -30px;
    font-size: 45px;
    width: 40%;
    color: #444;
    left: 50%;
    height: 60px;
    margin-left: -20%;
}

.contactSection
{
	background-color: #e74c3c;
	color: white;
}

.itemsContainer
{
	padding: 25px 0;
}

.item
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.items .item
{
	position: relative;
	display: block;
	overflow: hidden;
}

.items .icons
{
	position: absolute;
    width: 90px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px auto 0 -47px;
    text-align: center;
    z-index: 3;
}

.items .icons i
{
	color: white;
    font-size: 20px;
    margin-top: 9px;
}

.items a
{
	width: 40px;
    height: 40px;
    background-color: #e74c3c;
    position: relative;
    display: inline-block;

  -webkit-transition: all 0.2s linear, 0.2s;
  -moz-transition: all 0.2s linear, 0.2s;
  -o-transition: all 0.2s linear, 0.2s;
  -ms-transition: all 0.2s linear, 0.2s;
  -transition: all 0.2s linear, 0.2s;
}

.items .imageOverlay
{
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.imageOverlay 
{
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  opacity: 0;

  -webkit-transition: all 0.2s linear, 1s;
  -moz-transition: all 0.2s linear, 1s;
  -o-transition: all 0.2s linear, 1s;
  -ms-transition: all 0.2s linear, 1s;
  transition: all 0.2s linear, 1s;
}

/*.imageOverlayInset 
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
}*/

.items .item:hover .imageOverlay
{
	opacity: 1;
}

.items .openButton
{
	float: left;
	left: -200px;
}

.items .projectLink
{
	float: right;
	right: -200px;
}

.items .item:hover .openButton
{
	left: 0px;
}

.items .item:hover .projectLink
{
	right: 0px;
}

.items .item:hover img
{
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}

.items img
{
	width: 100%;

	-webkit-transition: all 0.2s linear, 1s;
	-moz-transition: all 0.2s linear, 1s;
	-o-transition: all 0.2s linear, 1s;
	-ms-transition: all 0.2s linear, 1s;
	transition: all 0.2s linear, 1s;
}

.borderOn
{
	border: 5px solid black;
}

.cadreInterieur
{
	overflow: hidden;
	position: relative;
}

footer
{
	background-color: black;
	color: white;
	padding: 30px 5px;
}

footer p
{
	margin: 0;
}

nav
{
	padding: 15px;
}

.navbar
{
	background-color: #e74c3c !important;
	padding: 15px !important;
}

.navbar li
{
	margin-right: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 574px) 
{
	.slides-navigation .prev,
	.slides-navigation .next
	{
		display: none;
	}
}

.loader
{
	width: 100%;
	height: 100%;
	background-color: white;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
}

.inner
{
	width: 100%;
	height: 100%;
	background: url(../img/loader.gif) center center no-repeat;
}

.btn-light
{
	background-color: #e74c3c;
	color: white;
	border-color: #e74c3c;
}

.btn-light:hover
{
	background-color: #c0392b;
	color: white;
	border-color: #c0392b;
}

.btn-light:focus
{
	box-shadow: none;
}

.current
{
	background-color: #c0392b !important;
	color: white;
}

.downArrow
{
	z-index: 10;
    font-size: 50px;
    position: absolute;
    bottom: 20px;
    color: white;
    left: calc(50% - 16.125px);
    /*margin: auto;*/
}

footer a
{
	color: white;
	font-size: 20px;
}

footer a:hover
{
	color: white;
}



.arrow{
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}