* {
    padding: 0;
    margin: 0;
}
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    background: #BCBCBC;
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #f25252;
    outline: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding-bottom: 22px;
    margin: 0;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 8px;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 6px;
    font-weight: 400;
    margin: 0;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 6px;
    font-weight: 600;
    margin: 0;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 6px;
    font-weight: 400;
    margin: 0;
}
.sectionRed,
.sectionWhite {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 45px;
}
.sectionRed h2 {
    color: #ff675f;
    margin-bottom: 50px;
}
.sectionRed p, .sectionRed h3, .sectionRed h4 {
    color: #84868d;
}
.sectionWhite h2 {
    color: #fff;
    margin-bottom: 50px;
}
.sectionWhite p, .sectionWhite h3, .sectionWhite h4 {
    color: #fff;
    text-align: left;
}

.btnDownload {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: #474d5d;
    padding: 16px 22px;
    display: inline-block;
    color: #fff;
    margin-bottom: 5px;
}
.btnDownload:hover {
    background: #373d4c;
    color: #CCCCCC;
    text-decoration: none;
}

.container-fluid {--bs-gutter-x: 0;}
.header {min-height: 100px; background-color: #CACACA;}
.navbar {background-color: #262b37; color: #c3c8d6;}
.about {min-height: 100px; background-color: #00bdbd;}
.skills {min-height: 100px; background-color: #eeeeee;}
.portfolio {min-height: 100px; background-color: #2bb3dd;}
.recommandations {min-height: 100px; background-color: #eeeeee;}
.contact {min-height: 100px; background-color: #474d5d;}
.footer {min-height: 50px; background-color: #00bdbd;}

.img-circle {
    border-radius: 50%;
    width: 200px;
    margin: 50px auto;
}

.progress {
    height: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 15px

}.progress-bar {
     text-align: left;
     padding-left: 20px;
     font-size: 1.4em;
     font-weight: bolder;
     border-radius: 15px
 }
.navbar {
    margin: 0 auto;
    background: #262b37;
    color: #c3c8d6;
    border: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.nav-item a:hover {
    color: #fff;
    background: #1b1f29;
}

.carousel-caption {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    bottom: auto;
    height: auto;
}
.grid-item { width: 180px; height: 150px; margin: 10px; overflow: hidden;}
.filter-item {
    display: inline-block;
    margin: 5px 5px;
    padding: 16px 18px;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: solid 1px #95d9ee;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    background-color: #2bb3dd;
    float: left;
    position: relative;
}
.filter-item:hover {
    border: solid 1px #15596e;
    color: #15596e;
}
.current {
    background: #15596e;
    border: solid 1px #15596e;
    color: #fff;
}

.hover {
    position: relative;
    display: flex;
    flex: 1 1 30%;
    margin: 1%;
    height: 150px;
    align-items: center;
    justify-items: center;
    border-radius: 0.375rem;
    overflow: hidden;
}

.layout a {
    color: #000;
    font-weight: bolder;
}

.content {
    flex: 1;
    text-align: center;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(75,75,75,0.7);
    padding: 5px;
    opacity: 80%;
}
.blue {
    background-color: #0a58ca;
}

.red {
    background-color: #f25252;
}

.green {
    background-color: #2bb3dd;
}

.yellow {
    background-color: #f2c94c;
}

.overlay .title {
    padding-top: 10px;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.overlay .info {
    line-height: 1.2;
    margin-top: 5px;
    font-size: 14px;
}

/*Animate overlay and move it 'above'*/
.hover .overlay {
    transform: translate3d(-100%, 0, 0);
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact .details a {
    font-size: 2rem;
    color: #c7c7c7;
}

.footer .container {
    padding: 40px 0;
}
.footer ul {
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
}
.footer ul li {
    display: inline-block;
    text-align: center;
    background: #ffffff;
    color: #00bdbd;
    line-height: 42px;
    margin: 0 6px;
    width: 42px !important;
    height: 42px !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.5rem;
}
.footer ul li:hover {
    background: #0a9f9f;
}
.footer ul li:hover a {
    color: #fff;
}
.footer ul li a {
    color: #00bdbd;
    width: 42px !important;
    height: 42px !important;
}
.footer ul li a i {
    line-height: 42px !important;
}
.wrapper {
    width: 100%;
}
.noPadd {
    padding: 0 !important;
}
header {
    position: relative;
}
.banner {
    overflow: hidden;
    margin: 0 auto !important;
    background: #CACACA;
}
#home {
    height: 100vh;
}
.bannerText {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: center;
    padding: 30px 0;
    max-width: 960px;
    width: 100%;
    color: #FFF;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -30px;
}
.bannerText h1 {
    text-transform: uppercase;
}
.bannerText h2 {
    font-size: 34px;
    text-transform: none;
}
@media screen and (max-width: 991px) {
    .bannerText h1 {
        font-size: 65px;
        line-height: 71px;
    }
    .bannerText h2 {
        font-size: 28px;
    }
}
@media screen and (max-width: 650px) {
    .bannerText h1 {
        font-size: 42px;
        line-height: 48px;
    }
    .bannerText h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.bannerPart {
    height: 100%;
    overflow: hidden;
    background: #1b1f2b;
}
.bannerPart div {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
.contact-item {
    border: 2px solid #c7c7c7;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.contact-item:hover {
    background-color: #1b1f29;
}

.singleProject {
    padding: 10px;
    background-color: #fff;
    min-height: 70vh;
}
.singleProject .titleProject {
    text-align: center;
    margin: 10px auto 20px auto;

}
.singleProject .titleProject h1 {
    font-size: 3rem;
    font-weight: bold;
}

.singleProject .contentProject {
    text-align: left;
}
.singleProject .imgProject {
    text-align: center;
}
.singleProject .tagsProject span {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
}

.noInternship {
    color: red!important; font-size: 12px; font-weight: normal;
}
