/*

Theme Name: Mediweb
Theme URI: https://mediweb.fr
Description: Mediweb Theme
Version: 1.0
Author: Mediweb
Author URI: https://mediweb.fr
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/



        /*
         * ================================================
         * CSS - LISTE DES OFFRES
         * ================================================
         */

        .beetween-offres-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px;
            max-width: 1180px;
            margin: 0 auto;
        }


        .beetween-card {
            display: flex;
            background: #ffffff;
            border-radius: 4px;
            overflow: hidden;
            min-height: 300px;
        }


        .beetween-card-image {
            width: 180px;
            min-width: 180px;
            min-height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }


        .beetween-card-image img {
            width: 100%;
            object-fit: cover;
            display: block;
        }


        .beetween-card-image-placeholder {
            color: #ffffff;
            text-align: center;
            font-size: 20px;
            line-height: 1.3;
        }


        .beetween-card-content {
            padding: 22px 20px 18px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }


        .beetween-card-title {
            margin: 0 0 16px;
            font-size: 21px;
            line-height: 1.35;
            font-weight: 500;
        }


        .beetween-card-title a {
            color: #174f70;
            text-decoration: none;
        }


        .beetween-card-title a:hover {
            color: #257ba5;
        }


        .beetween-card-infos {
            display: flex;
            gap: 25px;
            margin-bottom: 15px;
            color: #174f70;
        }


        .beetween-info {
            display: flex;
            gap: 8px;
            align-items: flex-start;
            font-size: 16px;
            line-height: 1.4;
        }


        .beetween-icon {
            color: #257ba5;
            font-size: 22px;
            line-height: 1;
        }


        .beetween-categorie {
            color: #174f70;
            font-size: 16px;
            margin-bottom: 16px;
        }


        .beetween-card-bottom {
            margin-top: auto;
        }


        .beetween-button {
            display: inline-block;
            background: #257ba5;
            color: #ffffff  !important;
            padding: 12px 15px;
            border-radius: 4px;
            text-decoration: none !important;
            font-size: 16px;
            transition: all .2s ease;
        }


        .beetween-button:hover {
            background: #f2f7fa;
            color: #003c59 !important;
        }


        .beetween-date {
            color: #6591ad;
            font-size: 14px;
            margin-top: 10px;
        }


        .beetween-no-offres {
            text-align: center;
            padding: 50px 20px;
            color: #174f70;
            background: #ffffff;
        }


        /*
         * ================================================
         * FICHE DETAILLEE
         * ================================================
         */

        .beetween-detail-page {
            background: #f3f8fa;
            padding: 50px 20px 80px;
        }


        .beetween-detail-container {
            max-width: 1180px;
            margin: 0 auto;
        }


        .beetween-retour {
            display: inline-block;
            margin-bottom: 25px;
            color: #257ba5
            text-decoration: none;
            font-size: 16px;
        }


        .beetween-detail-header {
            background: #ffffff;
            padding: 35px;
            display: flex;
            gap: 30px;
            align-items: center;
            border-radius: 5px;
            margin-bottom: 25px;
        }


        .beetween-detail-logo {
            width: 150px;
            height: 150px;
            object-fit: cover;
            border-radius: 3px;
        }


        .beetween-detail-header h1 {
            color: #174f70;
            font-size: 34px;
            line-height: 1.25;
            margin: 0 0 20px;
            font-weight: 500;
        }


        .beetween-detail-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            color: #174f70;
            font-size: 16px;
        }


        .beetween-detail-layout {
            display: grid;
            grid-template-columns: minmax(0, 1fr) 330px;
            gap: 25px;
            align-items: start;
        }


        .beetween-detail-content {
            background: #ffffff;
            padding: 35px;
            border-radius: 5px;
        }


        .beetween-detail-content section {
            margin-bottom: 40px;
        }


        .beetween-detail-content section:last-child {
            margin-bottom: 0;
        }


        .beetween-detail-content h2 {
            color: #174f70;
            font-size: 25px;
            font-weight: 500;
            margin: 0 0 18px;
            padding-bottom: 10px;
            border-bottom: 2px solid #55a5a5;
        }


        .beetween-richtext {
            color: #455b66;
            font-size: 16px;
            line-height: 1.7;
        }


        .beetween-richtext p {
            margin-bottom: 15px;
        }


        .beetween-richtext ul,
        .beetween-richtext ol {
            margin-bottom: 15px;
            padding-left: 25px;
        }


        .beetween-detail-sidebar {
            position: sticky;
            top: 30px;
        }


        .beetween-button-large {
            display: block;
            text-align: center;
            padding: 17px 20px;
            background: #55a5a5;
            color: #ffffff !important;
            margin-bottom: 20px;
            font-size: 17px;
        }


        .beetween-button-large:hover {
            background: #174f70;
        }


        .beetween-detail-box {
            background: #ffffff;
            border-radius: 5px;
            padding: 25px;
            margin-bottom: 20px;
        }


        .beetween-detail-box h3 {
            color: #174f70;
            font-size: 21px;
            margin: 0 0 20px;
            font-weight: 500;
        }


        .beetween-detail-row {
            padding: 13px 0;
            border-bottom: 1px solid #e6edef;
            display: flex;
            flex-direction: column;
            gap: 4px;
        }


        .beetween-detail-row:last-child {
            border-bottom: none;
        }


        .beetween-detail-row strong {
            color: #174f70;
            font-size: 14px;
        }


        .beetween-detail-row span {
            color: #526b77;
            font-size: 15px;
        }


        .beetween-skills {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
        }


        .beetween-skills span {
            background: #edf3f4;
            color: #174f70;
            padding: 7px 10px;
            border-radius: 3px;
            font-size: 14px;
        }


        /*
         * ================================================
         * MOBILE
         * ================================================
         */

        @media (max-width: 900px) {

            .beetween-offres-grid {
                grid-template-columns: 1fr;
            }


            .beetween-detail-layout {
                grid-template-columns: 1fr;
            }


            .beetween-detail-sidebar {
                position: static;
            }

        }


        @media (max-width: 600px) {

            .beetween-card {
                display: block;
            }


            .beetween-card-image {
                width: 100%;
                min-width: 0;
                height: 190px;
                min-height: 190px;
            }


            .beetween-card-content {
                padding: 20px;
            }


            .beetween-card-title {
                font-size: 20px;
            }


            .beetween-card-infos {
                flex-direction: column;
                gap: 10px;
            }


            .beetween-detail-page {
                padding: 30px 15px 50px;
            }


            .beetween-detail-header {
                padding: 25px 20px;
                display: block;
            }


            .beetween-detail-logo {
                width: 100px;
                height: 100px;
                margin-bottom: 20px;
            }


            .beetween-detail-header h1 {
                font-size: 27px;
            }


            .beetween-detail-content {
                padding: 25px 20px;
            }

        }