/** 
*   Filename: global.css 
*   Version: 1.0.0 (06 Nov 2024)
*   Website: https://www.unsiteweb.com 
*   Description: Global styles
*   Author: Support team info@unsiteweb.com 
**/

@import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
body {
    font-family: var(--font-base);
    color: var(--text-color);
    background-color: var(--site-background-color);
    font-size: var(--font-size-base);
    line-height: var(--line-height);
    overflow-x: hidden;
    font-weight: 400;
    text-align: left;
}
a {
    color: var(--link-text-color);
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
/** * @file * Styles for system messages. */
.messages {
    background: no-repeat 10px 17px;
   /* LTR */
    border: 1px solid;
    border-width: 1px 1px 1px 0;
   /* LTR */
    border-radius: 2px;
    padding: 10px 20px 10px 20px;
   /* LTR */
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 5px 0px;
}
.messages + .messages {
    margin-top: 1.538em;
}
.messages__list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.messages__item + .messages__item {
    margin-top: 0.769em;
}
.messages--status {
    color: #325e1c;
    background-color: #f3faef;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
   /* LTR */
    box-shadow: -8px 0 0 #77b259;
   /* LTR */
}
.messages--warning {
    background-color: #fdf8ed;
    border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
   /* LTR */
    color: #734c00;
    box-shadow: -8px 0 0 #e09600;
   /* LTR */
}
.messages--error {
    background-color: #fcf4f2;
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
   /* LTR */
    box-shadow: -8px 0 0 #e62600;
   /* LTR */
}
.messages--error p.error {
    color: #a51b00;
}
.node-form,.node__content{
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 25px;
}
/*FORM*/
/** * @file * Visual styles for form components. */
form .field-multiple-table {
    margin: 0;
}
form .field-multiple-table .field-multiple-drag {
    width: 30px;
    padding-right: 0;
   /*LTR*/
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
    padding-right: .5em;
   /*LTR*/
}
form .field-add-more-submit {
    margin: .5em 0 0;
}
/*TABS*/
div.tabs {
    margin: 1em 0;
}
ul.tabs {
    list-style: none;
    margin: 0 0 0.5em;
    padding: 0;
    border-bottom: 1px solid var(--tab-border-bottom);
}
.tabs > li {
    display: inline-block;
    margin-right: 0.3em;
   /* LTR */
}
.tabs a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    color: var(--tab-a-color);
    border-radius: 4px 4px 0 0;
}
.tabs a.is-active {
    background-color: var(--bg-tab-a-active);
    color: var(--txt-tab-a-hover);
}
.tabs a:focus, .tabs a:hover {
    background-color: var(--bg-tab-a-hover);
    color: var(--txt-tab-a-hover);
}
.horizontal-tabs{
    border-radius: 8px;
}
.horizontal-tabs .horizontal-tabs-list{
    border-radius: 8px 8px 0 0;
}
.horizontal-tab-button.selected,
.horizontal-tabs .horizontal-tab-button a:hover{
    border-radius: 8px 8px 0 0;
}
.horizontal-tabs-list li{
    list-style-type: none!important;
}
/** * @file * Seven styles for Tables. */
table {
    width: 100%;
    margin: 0 0 10px;
}
caption {
    text-align: left;
   /* LTR */
}
.tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight{
    font-size: 80%;
}
body a.tabledrag-handle .handle {
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
}
th {
    text-align: left;
   /* LTR */
    padding: 10px 12px;
}
thead th {
    background: #f3f4f9;
    border: solid #bfbfba;
    border-width: 1px 0;
    color: var(--bg-tab-a-hover);
    text-transform: uppercase;
}
tr {
    border-bottom: 1px solid #e6e4df;
    padding: 0.1em 0.6em;
}
thead > tr {
    border-bottom: 1px solid #000;
}
tbody tr:hover, tbody tr:focus {
    background: #f7fcff;
}
tbody tr.color-warning:hover, tbody tr.color-warning:focus {
    background: #fdf8ed;
}
tbody tr.color-error:hover, tbody tr.color-error:focus {
    background: #fcf4f2;
}
td, th {
    vertical-align: middle;
}
td {
    padding: 10px 12px;
    text-align: left;
   /* LTR */
}
th > a {
    position: relative;
    display: block;
}
/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -10px;
   /* 1. */
    left: 0;
    right: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
th.is-active > a {
    color: var(--th-active);
}
th.is-active img {
    position: absolute;
    right: 0;
   /* LTR */
    top: 50%;
}
th.is-active > a:after {
    border-bottom-color: var(--th-active);
}
th > a:hover, th > a:focus, th.is-active > a:hover, th.is-active > a:focus {
    color: var(--th-active-hover);
    text-decoration: none;
}
th > a:hover:after, th > a:focus:after, th.is-active > a:hover:after, th.is-active > a:focus:after {
    border-bottom-color: var(--th-active-hover);
}
td .item-list ul {
    margin: 0;
}
td.is-active {
    background: none;
}
.js-pager__items,.js-pager__items li {
    list-style-type: none;
    display: inline-block;
}
/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
    width: 1px;
}
/** * Captions. */
.caption {
    margin-bottom: 1.2em;
}
/** * Responsive tables. */
@media screen and (max-width: 37.5em) {
   /* 600px */
    th.priority-low, td.priority-low, th.priority-medium, td.priority-medium {
        display: none;
   }
}
@media screen and (max-width: 60em) {
   /* 920px */
    th.priority-low, td.priority-low {
        display: none;
   }
}
p {
    margin: 0 0 20px 0;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: "Poppins", sans-serif;
    color: var(--title-color);
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 120%;
}
h1, .h1 {
    font-size: var(--h1-font-size);
}
h2, .h2 {
    font-size: var(--h2-font-size);
    margin-bottom: 20px;
}
.bottom-widget h2 {
    font-size: var(--h4-font-size);
    margin-bottom: 0;
}
h3, .h3 {
    font-size: var(--h3-font-size);
}
h4, .h4 {
    font-size: var(--h4-font-size);
}
img {
    max-width: 100%;
}
em {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
h2.title {
    color: var(--title-color);
}
.custom-block-title {
    text-align: center;
    margin: 20px 0;
}
.custom-block-title h2 {
    font-size: 1.5em;
    color: #000;
}
a {
    color: var(--link-text-color);
}
a:hover {
    color: var(--link-text-color-hover);
    text-decoration: none;
}
ol, ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
ol li, ul li {
    list-style: outside;
}
.list-unstyled li {
    list-style: none;
}
ol li {
    list-style-type: decimal;
}
ul.links.inline {
    padding: 0;
}
ul.links.inline li {
    list-style: none;
}
.form-email, .form-text, .form-textarea {
    border: 1px solid var(--form-border-color);
    background: transparent;
}
.form-textarea {
    width:100%;
}
.block {
    margin-bottom: 10px;
}

.region-page-title h1 {
    margin: 0 0 10px 0;
}
.map-and-address h2.title {
    display: none;
}
.google_map p, .google_map .block {
    margin: 0;
}
.google_map iframe {
    display: block;
}
.footer{
    padding: 0!important;
}
.footer-menu {
    margin: 0;
    border: 0;
    color: #fff;
    background-size: cover;
    padding: 0;
}
.social-media {
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.social-media a {
    line-height: 100%;
    font-size: 1em;
    display: inline-block;
    padding: 4px 4px;
    min-width: 26px;
    height: 20px;
}
.social-media a:hover {
    color: var(--link-text-color-hover);
}
input, button, select, textarea {
    padding: 6px;
    border: 1px solid #e3e3e3;
}
.contact-message-form label {
    display: block;
}
.btn, .node-readmore a, .flexslider .more-link, input[type="submit"] {
    color: var(--btn-color);
    cursor: pointer;
    border: 0;
    padding: 14px 30px;
    line-height: 100%;
    margin-right: 2px;
    display: inline-block;
    background: var(--btn-bg-color);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.btn:hover, .node-readmore a:hover, .flexslider .more-link:hover, input[type="submit"]:hover {
    background: var(--btn-bg-color-hover);
    color: var(--btn-color);
}
.comment-wrap {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details {
    float: left;
    width: 20%;
}
.comment-wrap .author-comments {
    padding-left: 5px;
    float: left;
    width: 80%;
}
.comment-wrap .author-comments h3 {
    margin-top: 10px;
}
.comment-wrap .author-comments p {
    margin-bottom: 10px;
}
.comment-submitted {
    padding: 5px 10px;
    border: 1px solid #eee;
    display: inline-block;
    line-height: 100%;
}
ul.links.inline li {
    display: inline-block;
    padding-right: 10px;
}
.sidebar {
    padding: 15px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.sidebar .region h2.title {
    padding: 5px 0;
    margin: 0;
}
.sidebar .region .content {
    padding: 10px 0;
}
.region-content {
    /* min-height: 300px; */
}
.path-frontpage .region-content {
    min-height: auto;
}
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
    margin-top: 0;
    margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description, .form-item .description {
    font-size: 0.70em;
    line-height: 150%;
}
label.option {
    display: inline;
    font-weight: normal;
}
.form-composite > legend, .label {
    display: inline;
    font-size: inherit;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.highlighted p{
    font-style: italic;
}
.form-item label,.form-item .label{
    min-width:23%;
    font-weight: bold;
}
.sidebar .form-item label{
    min-width:100%;
    font-weight: normal;
}
.field--type-datetime h4.label{
    min-width:23%;
    font-weight: bold;
    display: inline-block;
}
.field--type-datetime div{
    display: inline-block;
}
.form-item legend .form-required::after,.form-item label.form-required::after {
  content: "*"; /* Ajoute l'astérisque */
  color: red; /* Optionnel : pour changer sa couleur ou styliser */
  margin-left: 5px; /* Optionnel : pour ajouter un espace après */
}
.form-item input[type=text]{
    width:75%;
    display:inline-block;
}
.field-group-fieldset{
    border:1px solid #b5ccce;
    border-radius:5px;
    padding: 10px;
}
.field-group-fieldset legend{
    width: auto;
    padding: 0 10px;
}
.fieldset-wrapper .form-checkboxes,
.fieldset-wrapper .form-radios{
    margin-left: 10px;
}
.fieldset-wrapper .form-checkboxes .form-type-checkbox,
.fieldset-wrapper .form-radios .form-type-radio{
    display:inline-block;
    padding-left:10px;
}
.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
.marker {
    color: #e00;
}
abbr.tabledrag-changed, abbr.ajax-changed {
    border-bottom: none;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}
.owl-theme .owl-dots .owl-dot span {
    background: #b5b5b5;
    height: 7px;
    width: 7px;
}
.topwidget, .footer, .bottom-widget, .path-frontpage .main-content, .products, .copyright {
    padding: 20px 0;
}
.main-content {
    padding: 0 0 50px 0;
}
.footer tbody tr:hover, .footer tbody tr:focus {
    background: none;
}
.path-frontpage .feed-icon {
    display: none;
}
.bottom-widget {
    background: #fff;
}
.path-frontpage .bottom-widgets {
    padding: 20px 0;
}
.top-nav {
    background: #f7f7fa;
    padding: 15px;
    font-size: 1.1em;
    position: relative;
    -moz-box-shadow: 1px 1px 4px #dedede;
    -webkit-box-shadow: 1px 1px 4px #dedede;
    box-shadow: 1px 1px 4px #dedede;
}
.top-nav .region-message, .top-nav .region-email {
    display: inline-block;
}
.top-nav .fa {
    padding: 0 5px;
}
.top-nav .block, .top-nav p {
    margin: 0;
}
.header {
    padding: 7px 0;
    text-align: left;
}
.main-header nav {
    border: 0;
    margin: 0;
    position: relative;
    min-height: auto;
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.main-header .region {
    position: relative;
    padding: 25px 0;
}
.main-header .block {
    margin: 0;
}
.main-header p, .main-header .block {
    margin: 0;
}
.region-top-header{

}
.site-branding {
    margin: 0;
}
.region-header {
    padding: 12px 0 0 0;
}
.region-header .brand {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
}
.region-header .brand a {
    display: block;
    font-weight: 600;
}
.region-header .brand a img {
    vertical-align: middle;
    width:80%;
}
.region-header .brand .site-branding__slogan {
    font-size: .5em;
    text-transform: uppercase;
    vertical-align: top;
}
.search-block-form {
    margin: 0 auto 15px auto;
}
.region-search {
    width: 100%;
    display: inline-block;
    /* padding: 7px 0; */
    vertical-align: middle;
}
#search-block-form {
    display: table;
    width: 100%;
}
#search-block-form .form-item, #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top;
}
#search-block-form .form-actions {
    width: 40px;
}
#search-block-form input.form-submit {
    background: url('../images/search.png?1554720536') no-repeat center var(--btn-bg-color);
    font-size: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    vertical-align: top;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
}
#search-block-form input.form-submit:hover {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
}
#search-block-form input {
    width: 100%;
    height: 40px;
    padding: 15px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}
.breadcrumb {
    font-size: .85em;
    padding: 2px 0;
    margin: 5px 0;
    display: inline-block;
}
.breadcrumb ul, .breadcrumb ol {
    padding: 0;
    margin: 0;
}
.breadcrumb ul li, .breadcrumb ol li {
    display: inline-block;
    padding: 0 8px;
}
.breadcrumb ul li:after, .breadcrumb ol li:after {
    content: " >";
    padding-left: 15px;
}
.breadcrumb ul li:last-child:after, .breadcrumb ol li:last-child:after {
    display: none;
}
.flexslider {
    border: 0;
    max-width: 100%;
    margin: 15px 0 0 0;
    overflow: hidden;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.flexslider .slider-caption {
    text-align: left;
    font-size: 1em;
    line-height: 150%;
    padding: 50px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.flexslider .slider-title {
    font-weight: 600;
}
.flexslider .slider-description {
    display: inline-block;
    clear: both;
}
.flexslider .slides li {
    position: relative;
}
.flexslider .slides li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}
.flexslider .flex-direction-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
}
.flexslider .flex-direction-nav li {
    list-style: none;
}
.flexslider .flex-direction-nav a {
    font-size: 0;
    padding: 10px;
}
.flexslider .flex-direction-nav a:before, .flexslider .flex-direction-nav a:after {
    color: #000;
}
.flex-direction-nav a:before {
    font-size: 20px;
}
.flexslider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.flexslider .flex-control-paging li a.flex-active {
    background: #000;
}
.flexslider .flex-control-nav {
    bottom: 0;
}
.navbar-toggle {
    cursor: pointer;
    float: right;
    background: none;
    border: 0;
    padding: 17px 0;
}
.navbar-toggle:focus {
    outline: none;
}
.navbar-toggle .fas {
    font-size: 2em;
    color: #333;
    border: 0;
    box-shadow: none;
}
.navbar-toggle-close {
    position: absolute;
    right: 0;
    padding: 18px;
    font-size: 2em;
    color: #f00;
    cursor: pointer;
    z-index: 99;
}
.navbar-default .navbar-toggle {
    z-index: 999;
    margin-right: 0;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: none;
    padding: 6px 6px;
}
.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
    background-color: #212020;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none;
}
nav h2 {
    
}
.region-footer-menu ul {
    margin: 10px 0;
    padding: 0;
}
.region-footer-menu nav {
    text-align: left;
}
.region-footer-menu nav li {
    display: inline-block;
}
.region-footer-menu nav li a {
    display: block;
    padding: 2px 15px 2px 0;
}
.bd-example {
    position: relative;
    padding: 20px;
    border: 2px solid #f7f7f9;
    background: #ececec;
}
.highlight {
    padding: 20px;
    background-color: #ffffff;
}
.highlight pre {
    border: 0;
    background: none;
}
.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
    margin: 0;
}
.bd-example-type .table td {
    padding: 15px 0;
    border-color: #eee;
}
.bd-example-type .table tr:first-child td {
    border-top: 0;
}
.topwidget .fa, .topwidget .fas {
    font-size: 3em;
}
.topwidget .topwidget-list .region .block {
    position: relative;
    padding: 10px 20px 20px 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 0 .05rem rgba(8, 60, 130, .06), 0 0 1.25rem rgba(30, 34, 40, .04);
}
.topwidget .topwidget-list .region .block p:last-child {
    margin: 0;
}
.topwidget ul {
    margin: 0;
    padding: 0;
}
.topwidget ul li {
    list-style: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dddddd42;
}
.contact-message-feedback-form {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 30px;
}
.contact-message-feedback-form .form-text, .contact-message-feedback-form .form-email, .contact-message-feedback-form .form-textarea {
    width: 100%;
}
.user-login-form, .user-form, .user-pass {
    max-width: 500px;
    margin: 40px auto;
    border: 1px solid #e6e6e6;
    padding: 5px 20px;
    background: #fdfdfd;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.user-login-form .form-text, .user-login-form .form-email, .user-form .form-text, .user-form .form-email, .user-pass .form-text, .user-pass .form-email {
    width: 100%;
}
.form-composite > .fieldset-wrapper > .description, .form-item .description {
    color: #999;
    font-style: italic;
}
.maintenance-page {
    background: url('../images/maintenance-bg.png?1554720536') #66CBFF center no-repeat;
    color: #fff;
    text-align: center;
    padding-top: 220px;
    padding-bottom: 100px;
    color: #000;
}
.maintenance-page .brand, .maintenance-page .name-and-slogan {
    display: inline-block;
    vertical-align: middle;
}
.maintenance-page .site-name a {
    color: #404040;
}
.maintenance-page .site-slogan, .maintenance-page .name-and-slogan {
    display: none;
}
.maintenance-msg {
    margin: 20px 0;
    padding: 20px 30px;
    display: inline-block;
    color: #404040;
    border: 1px solid #fff;
    background: #f2f4cf;
    background: rgba(242, 244, 207, 0.88);
    -moz-box-shadow: 5px 5px 0px #fff;
    -webkit-box-shadow: 5px 5px 0px #fff;
    box-shadow: 5px 5px 0px #fff;
}
.maintenance-msg h1 {
    text-transform: uppercase;
    font-weight: bold;
}
.path-user .profile > div {
    display: inline-block;
}
.path-user .profile .label {
    display: block;
    color: #333;
}

/* Style général pour chaque teaser */
.node--view-mode-teaser {
  background: #fff;           /* carré blanc */
  border: 1px solid #ddd;     /* bordure grise légère */
  border-radius: 6px;         /* coins arrondis */
  padding: 16px;
  margin-bottom: 20px;        /* espace entre les teasers */
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* petite ombre */
}
.node--view-mode-teaser h2{
    
}
.node--view-mode-teaser .node__content {
  display: flex;              /* deux colonnes */
  align-items: flex-start;
}

/* Image à gauche */
.node--view-mode-teaser .node__content .field--type-image {
  flex: 0 0 120px;            /* largeur fixe */
  margin-right: 16px;
}

.node--view-mode-teaser .node__content .field--type-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Colonne texte = tout ce qui vient après l’image */
.node--view-mode-teaser .node__content .field--type-image ~ .field {
  flex: 1;                    /* occupe la colonne de droite */
  display: block;             /* empile verticalement */
  width: 100%;
  margin-bottom: 6px;         /* petit espace entre les champs */
}
.node--view-mode-teaser .field--name-field-resume{
    margin-bottom: 10px;
}
.node--view-mode-teaser .field__items .field__item,
.node--view-mode-full .field__items .field__item{
    display: inline-block;
}
/* ====== Styles MENU ====== */
#main-menu{
    background:#FFF;
    color:#333;
    height:40px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
#main-menu ul,
#main-menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#main-menu ul {
    height: 40px;
}
#main-menu li {
    float: left;
    display: inline;
    position: relative;
}
#main-menu li a {
    color: #333;
}
#main-menu a {
    display: block;
    line-height: 40px;
    padding: 0 14px;
    text-decoration: none;
    color: #333;
}
#main-menu li:hover > a,
#main-menu li a:hover {
    color: var(--link-text-color-hover);
}
#main-menu input {
    display: none;
    margin: 0 0;
    padding: 0 0;
    width: 80px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
#main-menu label {
    font: bold 30px Arial;
    display: none;
    width: 35px;
    height: 41px;
    line-height: 36px;
    text-align: center;
}
#main-menu label span {
    font-size: 13px;
    position: absolute;
    left: 35px;
}
#main-menu ul.menus {
    height: auto;
    overflow: hidden;
    width: 180px;
    background: #fff;
    position: absolute;
    z-index: 99;
    display: none;
    border-end-end-radius: 8px;
    border-end-start-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-top: none;
    color: #333;
}
#main-menu ul.menus a {
    color: #333;
}
#main-menu ul.menus li {
    display: block;
    width: 100%;
    text-transform: none;
}
#main-menu li:hover ul.menus {
    display: block;
}
#main-menu a.prett {
    padding: 0 27px 0 14px;
}
#main-menu li:hover > a.prett,
#main-menu a.prett:hover {
    color: #333;
}
#main-menu a.prett::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 5px;
    border-style: solid;
    border-color: var(--menu-border-color) transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 9px;
}
