/*

Theme Name: Pergo

Theme URI: https://jthemes.net/themes/wp/pergo

Author: Jthemes 

Author URI: http://themeforest.net/user/jthemes

Description: Ultimate onepage builder & blog

Version: 1.8.6.1

Requires at least: 4.7

Tested up to: 6.1

Requires PHP: 7.0

Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready

Text Domain: pergo

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

*

*/



#projets .btn-group {
    position: relative;
    /* display: -webkit-inline-box; */
    display: -ms-inline-flexbox;
    display: flex;
    vertical-align: middle;
    max-width: 100%;
    /* flex-flow: column wrap; */
    flex-flow: row wrap;
    flex-grow: 1;
    justify-content: center;
}

#projets .btn-group .btn {
	margin-bottom: 5px;
}

#apropos-page .section-content {
	text-align: justify;
}
#apropos-page .section-title {
	margin-bottom: 30px;
}

.section-title p {
    font-size: 18px;
    padding: 0 10%;
    margin-bottom: 0;
    text-align: justify;
}

#contactblock h2 {
     color: #fff;
}

#slides .hero-content {
    width: 80%;
    position: absolute;
    left: 5%;
    top: initial;
    bottom: 0;
    color: #fff;
    text-align: left;
    display: inline-block;
    padding: 50px 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

#slides .hero-content h2 {
    font-size: 40px !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.project-description {
    position: absolute;
    bottom: 10%;
    left: 10px;
    z-index: 20;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}