/*********************************************\
     I. a) Typographie
    II. a) STRUCTURE : Header
    II. b) STRUCTURE : Contenu
    II. c) STRUCTURE : Footer
    III. a) Element : Bloc de recherche
    III. b) Element : Navigation
    III. c) Element : Videothèque
    III. d) Element : Bloc Contact
    III. e) Element : Bloc Actualité
    III. f) Element : Blox
    III. g) Element : Popin
    III. h) Element : Alert Granola
    IV. a) Page : Annonce
    IV. b) Page : Portfolio
    V. Bootstrap
    VI. Divers
\*********************************************/

:root {
    --success:#1A712C;
    --danger:#bd362f;
    --warning:orange;
    --infos: #2F95BD;
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: orange;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

    --primary: #ce1f42;
    --primary-light: #d95f78;
    --primary-dark: #b01332;
    --primary-extra-light: #fff3f4;
}

html, body {
    min-width: 320px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #eff3f6;
    color: #637582;
    height: 100%;
    cursor: default;
}

[lang=fr] .colon:after,
[lang=es] .colon:after {
    content: ' :';
}
[lang=en] .colon:after {
    content: ':';
}

.mts {
    margin-top: 15px;
}

.mtl {
    margin-top: 30px;
}

button {
    outline: none !important;
}


/*********************************************\
   I. a) Typographie
\*********************************************/
:root, :host {
    --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
    --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

.fat,
.fa-thin {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 100;
}

.fal,
.fa-light {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
}

.far,
.fa-regular {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.fa,
.fas,
.fa-solid {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("../../font/DefaultBundle/fa-thin-100.woff2") format("woff2"), url("../../font/DefaultBundle/fa-thin-100.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../../font/DefaultBundle/fa-light-300.woff2") format("woff2"), url("../../font/DefaultBundle/fa-light-300.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../../font/DefaultBundle/fa-regular-400.woff2") format("woff2"), url("../../font/DefaultBundle/fa-regular-400.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../font/DefaultBundle/fa-solid-900.woff2") format("woff2"), url("../../font/DefaultBundle/fa-solid-900.ttf") format("truetype");
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: var(--primary);
}

a,
a:link,
a:visited,
a:active {
    color: var(--primary);

}
a:hover {
    color: #404040;
}


p {
    font-weight: 400;
}

.has-error .swag-select {
    border-color: var(--primary-dark);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

abbr[title], abbr[data-original-title] {
    text-decoration: none;
}

.btn {
    border-radius: 1px;
    background-image: none;
    text-shadow: none;
    border: 1px solid transparent;
}

.btn-lg {
    font-weight: 600;
    text-transform: uppercase;
}

.btn-large {
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
}


.btn.btn-default {
    color: var(--primary);
    background-color: #fff;
    border-color: #ccc;
}

.btn.btn-link {
    color: var(--primary);
    border-color: transparent;
}
.btn.btn-primary,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-danger {
    color: #fff;
    background-color: var(--primary);
    border-color: transparent;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    background-color: var(--primary-dark);
    border-color: transparent;
    color: #fff;
}

.form-control {
    color: #404040;
    border: 1px solid #fff;
    border-radius: 1px;
    -webkit-box-shadow: 0px 2px 2px 1px #d6d6d6;
    -moz-box-shadow: 0px 2px 2px 1px #d6d6d6;
    box-shadow: 0px 2px 2px 1px #d6d6d6;
}

.input-group {
    margin: 0 0 15px;
    color: #404040;
    border: 1px solid #fff;
    border-radius: 1px;
    -webkit-box-shadow: 0px 2px 2px 1px #d6d6d6;
    -moz-box-shadow: 0px 2px 2px 1px #d6d6d6;
    box-shadow: 0px 2px 2px 1px #d6d6d6;
}

.input-group-text {
    background-color: #fff;
    border: none;
}

.input-group-text i {
    font-size: 1.5em;
}

.form-textarea-group {
    margin-bottom: 15px;
}

.input-group .form-control {
    margin: 0;
   /* padding-left: 0;*/
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.input-group-addon,
.form-textarea-group {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    border-right: none;
}

.input-group .form-control:first-child {
    padding-left: 12px;
}

.form-textarea-group textarea {
    padding-left: 40px
}

.form-textarea-group i {
    font-size: 18px;
    position: absolute;
    top: 5px;
    margin-left: 10px;
}

.swag-select {
    position: relative;
    background: #fff;
    border: 0.5px solid var(--primary);
    overflow: hidden;
}

.swag-select:focus {
    border-color: var(--primary);
    box-shadow: none;
}

.swag-select select {
    position: relative;
    z-index: 10;
    box-shadow: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    margin: 0;
    cursor: pointer;
}

.swag-select::before {
    position: absolute;
    top: 30%;
    right: 10px;
    font: var(--fa-font-light);
    content: "\f107";
    color: var(--primary-dark);
    z-index: 1;
}

.form-group-lg .swag-select select.form-control {
    line-height: inherit;
    border-radius: 0;
}
.form-group-lg .swag-select::before {
    top: 30%;
}

.form-horizontal .checkbox-inline,
.form-horizontal .radio-inline {
    display: inline-block;
    padding-top: 0px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    padding-top: 5px;
}

.form-group .radio-inline:first-child {
    padding-left: 0;
}

.checkbox-inline .control-label,
.radio-inline .control-label {
    font-weight: inherit;
    cursor: inherit;
    padding-top: 5px;
    padding-left: 0;
}

.checkbox-inline.disabled,
.checkbox.disabled,
.radio-inline.disabled,
.radio.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.checkbox .control-label,
.radio .control-label {
    padding-top: 5px;
    padding-left: 0;
}

.checkbox > input,
.checkbox-inline > input,
.radio > input,
.radio-inline > input{
    display: none;
    margin-left: 0;
}

.checkbox > label,
.checkbox-inline > label {
    padding-left: 0;
}

.checkbox label:before,
.checkbox-inline label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    background-color: #f5f5f5;
    color: var(--primary);
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 1px;
}

.checkbox input[type=checkbox]:checked + label:before,
.checkboxinline input[type=checkbox]:checked + label:before {
    content: '✔';
    font-size: 11px;
}

.checkbox input[type=checkbox]:disabled + label:before,
.checkbox-inline input[type=checkbox]:disabled + label:before {
    cursor: no-drop;
    opacity: 0.6
}

.checkbox input[type=checkbox]:disabled + label,
.checkbox-inline input[type=checkbox]:disabled + label {
    cursor: no-drop;
}

.radio label:before,
.radio-inline label:before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-top: -2px;
    margin-left: -20px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 15px;
    height: 15px;
}

.radio input[type=radio]:checked + label:before,
.radio-inline input[type=radio]:checked + label:before {
    background: var(--primary);
    border-color: var(--primary);
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.radio input[type=radio]:disabled + label:before,
.radio-inline input[type=radio]:disabled + label:before {
    cursor: no-drop;
    opacity: 0.6
}

.radio input[type=radio]:disabled + label,
.radio-inline input[type=radio]:disabled + label {
    cursor: no-drop;
}

.radio-inline, .checkbox-inline {
    vertical-align: top;
    margin-top: 0 !important;
    margin-bottom: 10px;
    padding-left: 0 !important;
}

.checkmark input[type=checkbox] {
    display: none;
}

.checkmark label::before {
    content: ' ';
    position: relative;
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: 0;
    padding: 0;
    border: 1px solid;
    animation-duration: .5s;
    animation-fill-mode: both;

}

.checkmark input:checked + label::before {
    border: 1px solid #000;
    width: 0.5em;
    height: 0.8em;
    border-width: 0 2px 2px 0;
    margin-right: 4px;
    margin-bottom: 2px;
    -webkit-animation-name: checkmarkIn;
    -moz-animation-name: checkmarkIn;
    -o-animation-name: checkmarkIn;
    animation-name: checkmarkIn;
}

@-webkit-keyframes checkmarkIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes checkmarkIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotate(45deg);
    }
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #ccc;
    color: var(--primary);
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input[type=radio]:checked {
    border: 4px solid var(--primary);
}

.form-check-input[type=checkbox]:checked:after {
    content: '✔';
    position: absolute;
    top:-4px;
}


.form-step {
    position: relative;
}

.form-step > fieldset {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
}

.form-step > fieldset:not(:first-of-type) {
    display: none;
}

.stepbar {
    margin-top: 40px;
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}
.stepbar,
.stepbar > .stepbar-scrollable {
    display: flex;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
}

.stepbar .stepbar-step {
    margin-bottom: 1em;
    position: relative;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
   /* min-width: 150px;*/
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.stepbar .stepbar-step .stepbar-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 1em;
    text-align: center;
}

.stepbar .stepbar-step .stepbar-info {
    color: #999;
    font-size: 14px;
    text-align: center;
}

.stepbar .stepbar-step > button,
.stepbar .stepbar-step > a {
    position: relative;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: block;
    background-color: #f5f5f5;
    border-radius: 50%;
    border: none;
    cursor: default;
}

.stepbar .stepbar-step > button:after,
.stepbar .stepbar-step > a:after {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
    content: '';
    background-color:#f5f5f5;
    border-radius: 50px;
}

.stepbar .stepbar-step:before {
    position: absolute;
    left: -50%;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    height: 8px;
    margin-top: -9px;
    content: '';
    background-color: #f5f5f5;
}

.stepbar .stepbar-stepnum ~ .stepbar-info   {
    position: absolute;
    margin-bottom: -2em;
}

.stepbar:has(.stepbar-stepnum ~ .stepbar-info) {
    padding-bottom: 2em;
}


.stepbar .stepbar-step:first-child:before  {
    display: none;
}
.stepbar .stepbar-step.active > button,
.stepbar .stepbar-step.active > a {
    background-color: var(--primary-light);
    cursor: pointer;
}
.stepbar .stepbar-step.active > button:after,
.stepbar .stepbar-step.active > a:after {
    background-color: var(--primary);
}

.stepbar .stepbar-step.active:before {
    background-color: var(--primary-light);
}

.stepbar .stepbar-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.stepbar .stepbar-step > .progress > .progress-bar {
    width:0px;
    box-shadow: none;
    background: var(--primary-light);
}


.stepbar > .stepbar-scrollable {
    width: 100%;
}

.stepbar > div.stepnav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 4rem;
    text-align: center;
    padding-top: 18px;
    z-index: 10;
    cursor: pointer;
}

.stepbar > .stepnav.nav-previous {
    left: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 10%, rgba(255,255,255,0.01) 99%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 10%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 10%,rgba(255,255,255,0.01) 99%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.stepbar > .stepnav.nav-next {
    right: 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 90%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 90%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*********************************************\
   I. b) Formulaire : Switch
\*********************************************/
.form-switch {
    margin-bottom: 1em;
}

.form-switch input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -.15em;
    margin-left: .2em;
    width: 2.60em;
    height: 1.5em;
    -moz-appearance: none;
    -ms-progress-appearance: inherit;
    -webkit-appearance: none;
    background-color: #ccc;
    border-radius: 1.5em;
}

.form-switch input:before {
    position: absolute;
    content: "";
    top: 0.16em;
    left: 0.16em;
    width: 1.125em;
    height: 1.125em;
    border-radius: 1.125em;
    background-color: white;
    -webkit-transition: .25s;
    transition: .25s;
}

.form-switch .form-switch-lg {
    height: 2.5em;
    width: 4.35em;
    border-radius: 2.5em;
}

.form-switch .form-switch-sm {
    width: 1.78em;
    height: 1em;
    border-radius: 1em;
}

.form-switch .form-switch-lg:before {
    top: 0.3125em;
    left: 0.3125em;
    width: 1.875em;
    height: 1.875em;
    border-radius: 1.875em;
}

.form-switch .form-switch-sm:before {
    top: 0.125em;
    left: 0.125em;
    width: 0.75em;
    height: 0.75em;
    border-radius: 0.75em;
}

.form-switch input:checked:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.form-switch input:checked {
    background-color: var(--primary);
}

.form-switch input:focus {
    outline: none;
}

.form-group .form-switch {
    margin-bottom: 0;
    margin-top: .4em;
}

.form-switch.switch-secondary input:checked {
    background-color: var(--bs-secondary);
}

.form-switch.switch-success input:checked {
    background-color: var(--bs-success);
}

.form-switch.switch-danger input:checked {
    background-color: var(--bs-danger);
}

.form-switch.switch-warning input:checked {
    background-color: var(--warning);
}

.form-switch.switch-info input:checked {
    background-color: var(--bs-blue);
}

.form-switch.switch-dark input:checked {
    background-color: var(--bs-dark);
}

.form-switch .form-switch-label {
    margin-left: .5rem;
    cursor: pointer;
    user-select: none;
}

/*********************************************\
   II. b) STRUCTURE : Container
\*********************************************/
.site-container {
    min-height: calc(100% - 70px);

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}


/*********************************************\
   IV. g) ELEMENT : Popin
\*********************************************/
.sfw-popin {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    overflow-y: auto;
}

.sfw-popin[data-status="close"] {
    visibility: hidden;
}
.sfw-popin[data-status="open"] {
    visibility: visible;
}

.sfw-popin .popup-header {
    position: relative;
    max-width: 972px;
    margin: 0 auto;
    padding: 0 15px
}

.sfw-popin .popup-header button {
    position: absolute;
    top: -5px;
    right: 15px;
    font-size: 1.5em;
}

.sfw-popin .popup-content {
    position: relative;
    z-index: 200;
    padding: 20px;
    max-width: 972px;
    margin: 0 auto;
    overflow: visible;
}

.sfw-overlay-popin {
    position: fixed;
    top:0; right: 0; bottom: 0; left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.35);
}

.badge.badge-beta {
    top: -10px;
    font-weight: normal;
    font-size: .8em;
}

.alert {
    -webkit-border-radius: 0;
    border-radius: 0;
    margin:0;
}

.img-fluid {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:993px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }
}

@media screen and (max-width:767px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }
}

.progress-bar-warning {
    background-color: var(--bs-warning) !important;
}

.progress-bar-danger {
    background-color: var(--bs-danger) !important;
}

.progress-bar-success {
    background-color: var(--bs-success) !important;
}

.text-danger {
    color: var(--bs-danger);
}

.text-success {
    color: var(--bs-success);
}

.text-info {
    color: var(--bs-info);
}

.text-warning {
    color: var(--bs-warning);
}

.label-dark {
    background: #212529;
    color: #fff;
}

.label-important {
    background: #0d6efd;
}

.label-ligthgrey {
    background: #6c757d;
}

.label-orange {
    background: var(--bs-orange);
}

.label-yellow {
    background: #ffc107;
}

.label-teal {
    background: #20c997;
}



.image {
    text-align: center;
    display: block;
    margin: auto;
}

.image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.image figcaption {
    font-style: italic;
    background: #f3f3f3;
    padding: 3px 5px;
    text-align: center;
}

.image.image-style-align-right {
    float: right;
    display: block;
    margin: inherit;
    border: #cccccc 1px solid;
}

.image.image-style-align-left {
    float: left;
    display: block;
    margin: inherit;
    border: #cccccc 1px solid;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background: var(--primary);
}

.card {
    background: transparent;
}

.card .card-header {
    padding: 0;
}

.card .card-header .card-toolbar,
.card .card-header h3 {
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

.card-toolbar .btn-light {
    background: var(--bs-white);
}

.card .card-body {
    background: #fff;
}


#nav-aside .nav-menu .active,
#nav-aside .nav-menu li:hover {
    border-color: var(--primary);
}

#nav-aside .nav-back:hover,
#nav-aside .nav-menu .nav-link:hover,
#nav-aside .nav-menu:hover [data-submenu].nav-link:after{
    color: var(--primary);
}

.sk-folding-cube > div:before {
    background-color: var(--primary);
}

.sweet-alert button.confirm,
.swal2-styled.swal2-confirm {
    background-color: var(--primary) !important;
}
.swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(206, 31, 66, .4);
}

.swal2-actions {
    padding: 0em 2em .3em;
    justify-content: space-between;
    width: 100%;
}


.pagination>li.current>a,
.pagination>li>a:hover {
    background: var(--primary);
    color: #fff;
}

.break-inside-avoid {
    break-inside: avoid;
}
