/*
 Theme Name:   Twenty Twenty-Two Child
 Description:  Twenty Twenty-Two Child Theme
 Author:       Bourrasque
 Author URI:   https://bourrasque.ca/
 Template:     twentytwentytwo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentytwochild
*/

.container {max-width: min(1450px, 94%);    margin: 0 auto;}

/* liste emploi */
.emplois-list {display: flex; flex-direction: row; flex-wrap: wrap; margin: 50px 0 30px 0; column-gap: calc(10% / 3);}
.list-emploi-block {width: 30%; margin-bottom: 20px }
.list-emploi-title {margin: 10px 0; text-align: center;}
.list-emploi-link a {display: block; color: #29348f; border: 2px solid #29348f; text-align: center; font-weight: bold; font-size: 1.25em; padding: 10px 15px; background-color: transparent; transition: all 0.35s;}
.list-emploi-link a:hover {color: #fff; border: 2px solid #29348f; background-color: #29348f;}
.single-emploi {margin-bottom: 50px;}
.single-emploi-title {color: #000!important; margin: 20px 0;}
.single-emploi-form {margin-top: 30px;}

@media screen and (max-width: 992px) {
    .list-emploi-block {width: 48%;}
}

@media screen and (max-width: 600px) {
    .list-emploi-block {width: 100%;}
}