.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.container {
    max-width: 1440px;
}

h4 {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 100px;
}



/*   -----   SECTION 1 : PRESENTATION   -----   */


.projet-wrap-1 {
    display: flex;
    margin-top: 50px;
    height: calc(100vh - 170px);
    height: -o-calc(100vh - 170px);
    /* opera */
    height: -webkit-calc(100vh - 170px);
    /* google, safari */
    height: -moz-calc(100vh - 170px);
    /* firefox */
}

.scroll-down {
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #000000;
    padding: 5px 20px 10px 0;
}

.scroll-down a {
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.scroll-down a:hover {
    color: white;
    text-decoration: none;
    opacity: 1;
    animation: none;
}

.scroll-down a:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    animation: move 3s ease-out 1s infinite;
    background-color: #24c48d;
}

@keyframes move {
    25% {
        opacity: 1;

    }

    33% {
        opacity: 1;
        transform: translateX(-148px);
    }

    67% {
        opacity: 1;
        transform: translateX(-148px);

    }

    100% {
        opacity: 0;
        transform: translateX(-154px)
            /*scale3d(0.5, 0.5, 0.5)*/
        ;
        width: 0%;
    }
}

.project-name {
    background-color: #000000;
    padding: 50px 100px 50px 0;
    margin-top: 75px;
    display: inline-block;
}

.project-name h1 {
    font-size: 130px;
    font-weight: 700 !important;
    font-family: 'montserrat';
    text-transform: uppercase;
    margin-bottom: 0;
}

.project-name h3 {
    font-size: 40px;
    font-weight: 500;
    font-family: 'montserrat';
    text-align: left;
    padding-bottom: 30px;
}

.project-name h5 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'montserrat';
    letter-spacing: 10px;
    color: #24c48d;
    text-transform: uppercase;
}

.test-bg1 {
    background-image: url(/wp-content/themes/wilfriedlanglois/projets/website-polynom/presentation-website-polynom2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: -webkit-calc(100vh - 380px);

}

.smartphone-button {
    display: none;
}





/*   -----   SECTION 2 : LE PROJET   -----   */


.projet-wrap-2 {
    background-image: url(/wp-content/themes/wilfriedlanglois/projets/website-polynom/introduction-website-polynom.png);
    background-repeat: no-repeat;
    height: 100%;
}

.introduction-projet {
    display: block;
    max-width: 1000px;
    padding: 200px 100px 200px 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.introduction-projet p {
    padding-bottom: 25px;
}

.introduction-projet p:last-child {
    padding-bottom: 0;
}





/*   -----   SECTION 2 : LE PROJET   -----   */

.projet-wrap-3 {
    margin-top: 200px;
}

.container-couleurs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.item {
    height: 400px;
    line-height: 400px;
    text-align: center;
    flex-basis: 20%;
    text-transform: uppercase;
    font-family: 'exomedium';
    -webkit-box-shadow: -10px 0px 50px 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -10px 0px 50px 20px rgba(0, 0, 0, 0.4);
    box-shadow: -10px 0px 50px 20px rgba(0, 0, 0, 0.4);
}

.container-couleurs .item:nth-child(1) {
    background-color: #24c48d;
    color: #000000;
}

.container-couleurs .item:nth-child(2) {
    background-color: #1d1d1d;
}

.container-couleurs .item:nth-child(3) {
    background-color: #242424;
}

.container-couleurs .item:nth-child(4) {
    background-color: #c1c1c1;
    color: #000000;
}

.container-couleurs .item:nth-child(5) {
    background-color: #ffffff;
    color: #000000;
}










/*   Extra small devices (portrait phones, less than 576px)   */
@media (max-width: 575.98px) {
    .container {
        max-width: 540px;
    }

    .project-name h1 {
        font-size: 60px;
    }

    .project-name h2 {
        font-size: 20px;
    }

    .project-name h5 {
        font-size: 16px;
        letter-spacing: 10px;
    }

    .scroll-down {
        display: none;
    }

    .smartphone-button {
        display: inline-block;
    }
}

/*   Small devices (landscape phones, 576px and up)   */
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        max-width: 720px;
    }

    .project-name h1 {
        font-size: 70px;
    }

    .project-name h2 {
        font-size: 25px;
    }

    .project-name h5 {
        font-size: 16px;
        letter-spacing: 10px;
    }

    .scroll-down {
        display: none;
    }

    .smartphone-button {
        display: inline-block;
    }
}

/*   Medium devices (tablets, 768px and up)   */
@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        max-width: 960px;
    }

    .project-name h1 {
        font-size: 80px;
    }

    .project-name h2 {
        font-size: 30px;
    }

    .project-name h5 {
        font-size: 16px;
        letter-spacing: 10px;
    }

    .scroll-down {
        display: none;
    }

    .smartphone-button {
        display: inline-block;
    }
}

/*   Large devices (desktops, 992px and up)   */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

    .project-name h1 {
        font-size: 80px;
    }

    .project-name h2 {
        font-size: 30px;
    }

    .project-name h5 {
        font-size: 16px;
        letter-spacing: 10px;
    }

    .scroll-down {
        display: none;
    }

    .smartphone-button {
        display: inline-block;
    }
}

/*   Extra large devices (large desktops, 1200px and up)   */
@media (min-width: 1200px) and (max-width: 1440px) {
    .container {
        max-width: 1140px;
    }

    .project-name h1 {
        font-size: 110px;
    }

    .project-name h2 {
        font-size: 35px;
    }

    .project-name h5 {
        font-size: 16px;
        letter-spacing: 10px;
    }
}
