/*
Theme Name: Ekla
Theme URI: http://www.welko.fr/
Description: Thème par Welko
Version: 1.0
Author: Welko
Author URI: http://www.welko.fr/
License: Welko
License URI: http://www.welko.fr/
Text Domain: welko
*/

.project-section .button {
    min-height: 50px;
}

.page-template-template-realisations .project-card img.main-image {
    object-fit: cover;
    height: 100%
}

.page-template-template-home .project-card img.main-image {
    object-fit: cover;
    height: 100%
}

.page-template-template-home .project-card .container-text {
    padding: 0 10%;
    justify-content: center;
}

@media (min-width: 1440px){
    .page-template-template-home .project-card .container-text h3 {
        font-size: 40px
    } 
}