* {
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; 
    font-smoothing: antialiased; 

}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}




html, body {
    box-sizing: border-box;
    font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    font-style: normal;
    background: #f2f2f2;
    color: #444444;
    text-rendering: optimizeLegibility; 
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    overflow-x: hidden;
}


@font-face {
    font-family: 'BrandonGrotesqueWeb-Bold';
    font-style: normal;
    font-weight: normal;
        src: url('fonts/365833_0_0.eot');
        src: url('fonts/365833_0_0.eot?#iefix') format('embedded-opentype'),
             url('fonts/365833_0_0.woff2') format('woff2'),
             url('fonts/365833_0_0.woff') format('woff'),
             url('fonts/365833_0_0.ttf') format('truetype'),
             url('fonts/365833_0_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/font-awesome/fa-brands-400.eot");
  src: url("fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),
       url("fonts/font-awesome/fa-brands-400.woff2") format("woff2"),
       url("fonts/font-awesome/fa-brands-400.woff") format("woff"),
       url("fonts/font-awesome/fa-brands-400.ttf") format("truetype"),
       url("fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg");
}


:root {
    --brandon: 'BrandonGrotesqueWeb-Bold';
    --rouge: #c9171d;
    --orange: #df4528;
    --bleu: #16437e;
    --bleufonce: #163f5f;
    --darkbleu:#152E4D;
    --leftright: 3vw;
}


.bkg-blanc {
    background: #fff;
}

.bkg-bleu {
    background: var(--bleu);
}

.bkg-bleu2k5 {
    background: var(--bleufonce);
}

.bkg-light {
    background: #d5e4f7;
}

.bkg-gris {
    background: #f2f2f2;
}


.bkg-bleu p,
.bkg-bleu h2,
.bkg-bleu h3 {
    color: #fff;
}


p {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
    margin-bottom: 10px;
    font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
    margin-top: 0;
    font-style: normal;
    position: relative;
}

p.min3l {
    min-height: 5.7rem;
}

.entry-content p {
    margin: 0;
    margin-bottom: 10px;
}

p.small {
    font-size: .8rem;
    line-height: 1.1rem;
}

.big,
.big p,
p.big {
    font-size: 1.25rem;
    line-height: 1.7rem;
    margin-bottom: 15px;
}

.mbig,
.mbig p,
p.mbig {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

.mt30 {
    margin-top:30px;
}

p.mbig.mb60, p.big.mb60 {

    margin-bottom: 60px;
}

p.mbig.mb50, p.big.mb50 {

    margin-bottom: 50px;
}

p.big.uneligne {
    margin-bottom:2.7rem;
}

.mb60 {
    margin-bottom:60px;
}

.mb50 {
    margin-bottom:60px;
}

.mb250 {
    margin-bottom:250px;
}

.mb0 {
    margin-bottom:0px;
}

ul.mbig {
    font-size: 16px;
    line-height: 22px;
    margin:0 0 0 20px;
    text-align: left;
    list-style-type: disc;
}

ul.mbig li {
    margin-bottom:0px;
}

ul.mbig li b {
    color:var(--orange);
    font-weight: 700;
}

p.big:last-child {
    margin-bottom: 0;
}


.superbig {
    font-size: 1.7rem;
    line-height: 1.8rem;
}

.cap {
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul, ol {
    margin: 0;
}

ul.big {
    font-size: 1.25rem;
    line-height: 1.7rem;
    margin:0 0 0 20px;
    text-align: left;
    list-style-type: disc;
}


ul.big.space {
    margin-bottom:3.4rem;
}

ul.medium {
    margin:0 0 0 20px;
    text-align: left;
    list-style-type: disc;
}

ul.medium li {
    margin-bottom:10px;
}

ul.big li {
    margin-bottom:10px;
}

a {
    text-decoration: none;
    outline: none;
}

a,
a:hover,
a:visited,
a::after,
a:hover::after {
    outline-style: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}

section a {
    text-decoration: underline !important;
}

a,
a:visited {
    
}

a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

img.lknasso {
    margin:0 0 0 10px !important;
    vertical-align: middle;
    width:28px;
    height:28px;
}

.orange {
    color: var(--orange);
}

.rouge {
    color: var(--rouge);
}

.bleu {
    color: var(--bleu);
}

.separateur {
    height: 4px;
    width: 100%;
    margin: 25px 0;
}

.separateur.orange {
    background: var(--orange);
}

.separateur.bleu {
    background: var(--bleu);
}

.separateur.rouge {
    background: var(--rouge);
}



p a {
    font-weight: bold;
    color: var(--gris-dark);
    display: inline-block;
}

span.podcast {
    margin-left:27px;
}
span.podcast::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 28px;
    background: url(https://www.wista.fr/wp-content/uploads/2024/09/picto-podcast.png) center left no-repeat;
    /* margin: 0 auto 30px; */
    position: absolute;
    left: 0;
}

p a.light {
    font-weight: 400 !important;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--brandon);
	font-style: normal;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

h2.max {
    max-width: 100%;
    width:100%;
    margin:0 auto;
}

h1 {
    font-size: 3.3rem;
    line-height: 3.1rem;
}

body.home h1 {
    font-size: 3.1rem;
    line-height: 3.1rem;
}


.single-post h1 {
    font-size: 2rem;
    line-height: 2.1rem;
}


h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
    margin-top: 0;
}

h2.orange {
    color: var(--orange);
}

h2.before::before {
    content: '';
    display: block;
    width: 220px;
    height: 60px;
    background: url(img/vague-blanche.png) top center no-repeat;
    margin: 0 auto 30px;
}


h2.after {
    margin-bottom: 60px;
}

h2.after.mb0 {
    margin-bottom: 0px;
}

h2.after::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--rouge);
    margin: 25px auto;
}

h2.orange.after::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--orange);
    margin: 25px auto;
}

legend {
    font-family: var(--brandon);
	font-style: normal;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}


legend,
h3 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 10px 0 15px;
    color: var(--bleu);
}

h3.blanc.after::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: white;
    margin: 20px auto;
}

h3.blanc.petitafter::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: white;
    margin: 20px auto;
}

h3.rouge {
    color:var(--rouge);
}

h3.rouge.petitafter::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--rouge);
    margin: 20px auto;
}

h3.bleu.after100::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: var(--bleu);
    margin: 20px auto;
}

h2.bleu.after100::after {
    background:var(--bleu);
}

h2.white {
    color:white;
    background:var(--bleu);
}

h2.blanc {
    color:white;
}

h2.blanc.after::after {
    background:white;
}



h2.white.after::after {
    background:white;
}

.left {
    text-align: left;
}

.justify {
    text-align:justify;
}

legend.after,
h3.after {
    margin: 0 auto 30px;
}

legend.after::after,
h3.after::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--bleu);
    margin: 20px auto;
}

h3.after.orange::after {
    background: var(--orange);
}

h3.after.rouge::after {
    background: var(--rouge);
}

h3.after.left::after {
    margin: 20px 0;
}


h3.opensans {
    text-transform: none;
    font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
}

h4 {
    font-size: 1.25rem;
    line-height: 1.4rem;
    margin: 25px 0 15px;
    color: var(--bleu);
}

h4::before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 12px;
    background: var(--bleu);
}

h4.center::before {
    margin: 0 auto 12px;
}


h5 {
    font-size: .8rem;
    margin: 12px 0 15px;
    margin: 12px 0 15px;
}

h5.anniv {
	color: var(--bleu);
	text-align:center;
}

/*************************************************************************/
/************************* GESTION COOKIES *******************************/
/*************************************************************************/


body #tarteaucitronRoot div#tarteaucitronAlertBig {
    border-radius: 0 !important;
}

div#tarteaucitronAlertBig:before {
    display: none !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {  
    background: #000 !important;
    padding: 10px 20px !important;
}

#tarteaucitronRoot #tarteaucitronCloseAlert,
#tarteaucitronRoot .tarteaucitronDeny {
    background: #fff !important;
    color: #000 !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
    background: #fff !important;
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
    background: #fff !important;
    opacity: .7 !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    box-shadow: 0 0 40px rgba(0,0,0,0.7) !important;
    background: #fff !important;
}

#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    color: #000 !important;
}

/*
:root {
    --brandon: 'BrandonGrotesqueWeb-Bold';
    --rouge: #c9171d;
    --orange: #df4528;
    --bleu: #16437e;
    --bleufonce : #163f5f;
    --leftright: 3vw;
}
*/

    .modal {
        display: none; /* Masqué par défaut */
        position: fixed; /* Reste à la même place */
        z-index: 999; /* Au-dessus des autres éléments */
        left: 0;
        top: 0;
        width: 100%; /* Prend toute la largeur */
        height: 100%; /* Prend toute la hauteur */
        overflow: auto; /* Ajoute un défilement si nécessaire */
        background-color: rgb(0,0,0); /* Fond noir */
        background-color: rgba(0,0,0,0.7); /* Fond noir avec opacité */
    }
    
    .modal-content {
        margin: 200px auto;
		height:auto;
		
        display: block;
        width: 80%; /* Largeur de l'image */
        max-width: 700px; /* Largeur max de l'image */
    }

    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: white;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/*************************************************************************/
/************************* STRUCTURE *************************************/
/*************************************************************************/

#content {
    margin-top: 0;
    width: 100%;
}


.wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--leftright);
}

.wrap95 {
    width: 95%;
    margin: 0 auto;
    padding: 0 var(--leftright);
}

.wrap0 {
    width: 100%;
    margin: 0 auto;
    padding: 0px var(--leftright);
}

.filet-epais {
    margin: 20px 0;
    width: 100%;
    height: 6px;
}

.filet-fin {
    margin: 15px 0;
    width: 100%;
    height: 1px;
}

.bkg-orange {
    background: var(--orange);
}

.container800 {
    width: 800px;
    max-width: 90%;
    margin: 0 auto;
}

.container1200 {
    width: 1200px;
    max-width: 95%;
    margin: 40px auto;
}


.container1190 {
    width: 1201px;
    max-width: 100%;
    margin: 40px auto;
}

.container1002 {
    width: 1002px;
    max-width: 100%;
    margin: 40px auto;
}

.container1295 {
    width: 1295px;
    max-width: 100%;
    margin: 40px auto;
}


.container1190photos {
    width: 1201px;
    max-width: 100%;
    margin: 40px auto;
      position: relative;
  display: flex;
  align-items: center;
}

/* Style pour les flèches */
button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  height:39px;
  width:19px;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
}

button.prev {
  left: 0;
  background-image: url('https://www.wista.fr/wp-content/uploads/2024/09/flecheG.png');
}

button.next {
  right: 0;
  background-image: url('https://www.wista.fr/wp-content/uploads/2024/09/flecheD.png');
}

    .nav ul {
        background-color : var(--orange);
    }

    .sub-menu li {
        float:left;
    }

    .nav li ul.sub-menu, .nav li ul.sub-menu li {
        width:265px;
        border:none;
    }

        .nav li ul.sub-menu li a {
            width:265px;
            border-bottom:none;
            text-align: left;
            padding:10px 15px 0 15px;
        }

        .nav li ul.sub-menu li:hover {
            background-color: white;

        }

        .nav li ul.sub-menu li:hover a {
            
            color: var(--orange);
        }

.gallery-container {
    overflow: hidden;
    width: 100%;
    min-height: 620px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    gap:34px;
}

.photo-batch {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* Masquer toutes les lots initialement */
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateX(100%);
    position:absolute;
    justify-content: space-evenly;
}

.photo-batch.active {
  opacity: 1;
  transform: translateX(0);
  position: relative;
}

.photo-batch.exit-left {
  opacity: 0;
  transform: translateX(-100%);
}

.photo-batch.exit-right {
  opacity: 0;
  transform: translateX(100%);
}

.hentry {
    background: none;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

.entry-content {
    padding: 0;
}

.hentry header {
    border: 0;
    border-bottom: 0;
    padding: 0;
}

.hentry footer {
    border: 0;
    padding: 0;
}


.clearboth {
    clear: both;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.center {
    text-align: center;
}

.display-table {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.blanc p,
p.blanc,
.blanc {
    color: #fff;
}

.bkg-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.widget {
    padding: 0;
    margin: 0;
}

.widgettitle {
    border: 0;
    margin-bottom: 0;
}

.padding80 {
    padding: 80px;
}

.padding60 {
    padding: 60px;
}

.padding50 {
    padding: 50px;
}

.padding40 {
    padding: 40px;
}

.padding22 {
    padding: 22px;
}

.padding30 {
    padding: 30px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.padding10 {
    padding: 10px;
}

.inter {
    padding-top:85px;
    padding-bottom:0;
}

.cartouche {
    margin: 30px auto;
}

.cartouche-degrade {
    color: #fff;
    background-image: linear-gradient(to right, var(--rouge), var(--orange), var(--rouge));
    padding: 50px;
}

.cartouche-bleu {
    color: white;
    background-color: var(--bleu);
    padding: 50px;
}

.cartouche-bleu2k5 {
    color: white;
    background-color: var(--bleufonce);
    padding: 50px;
}

.cartouche-darkbleu {
    color: white;
    background-color: var(--darkbleu);
    padding: 50px;
}

div.cartouche-bleu.nopad {
    padding: 0 50px;
    color:white;
}

.cartouche-bleu h2 {
    color:var(--orange);
}


.container-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.container-flex-center {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
   
}

.container-flex-center-photo {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    gap:34px;

}

.container-flex-nowrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


.container-flex-start {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.container-flex-end {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;    
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


.container-flex img,
.container-flex-center img,
.container-flex-nowrap img,
.container-flex-start img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

.flip-container {
  perspective: 1000px;
  width: 100%;
  height: 191px;
}

.flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.front {
  z-index: 2;
}

.back {
  transform: rotateY(180deg);
}

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}


.flex-item-moitie {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 48%;
    position: relative;
}

.flex-item-moitie40 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 38%;
    position: relative;
}

.flex-item-moitie60 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 58%;
    position: relative;
}

.flex-item {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-basis: auto;
}

.flex-item50 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 50%;
}


.flex-item-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 23%;
    position: relative;
}

.flex-item-25 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-basis: calc(25% - 34px);
    position: relative;
    margin-bottom:45px;
}


.flex-item-trois-quart {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 70%;
    position: relative;
}



.flex-item-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 31%;
    position: relative;
}

.flex-item-deux-tiers {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 67%;
    position: relative;
}

.flex-item-auto {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}

.flex-item-cinq {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 18%;
    position: relative;
}

.flex-item-40 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 40%;
    position: relative;
}

.flex-item-60 {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 60%;
    position: relative;
}

.cta {
    font-size: .9rem;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--brandon);
    padding: 0 36px;
    height: 40px;
    margin: 30px auto;
    display: inline-block;
    border-radius: 30px;
    color: #fff !important;
    border: 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ctamix {
    font-size: .9rem;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--brandon);
    padding: 0 36px;
    height: 40px;
    margin: 30px 20px;
    display: inline-block;
    border-radius: 30px;
    color: #fff !important;
    border: 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 768px) {
  .ctamix {
   width: 100%;
    max-width: 100%;
    font-size: 0.95rem;
    padding: 1rem 1.5rem;
    line-height: 1;
    margin:30px 0;
  }
}

.cta-part {
    font-size: .9rem;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--brandon);
    padding: 0 36px;
    height: 40px;
    margin: 30px auto;
    display: block;
    border-radius: 30px;
    color: #fff !important;
    border: 0;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cta.cta-header {
    font-size: .65rem;
    padding: 0 15px;
    height: 26px;
    line-height: 30px;
    margin: 18px 4px 0;
    border-radius: 26px;
    background: #fff;
    color: var(--orange) !important;
}

.cta.cta-header.lien-logout {
    background: var(--orange);
    color: #fff !important;
    border: 1px solid #fff;
}

.cta.cta-header:hover {
    background: var(--rouge);
    color: #fff !important;
}

.cta.rouge {
    background: var(--rouge);
}

.cta-part.rouge {
    background: var(--rouge);
}

.cta.rouge:hover {
    background: var(--orange);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cta-part.rouge:hover {
    background: var(--orange);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cta.orange {
    background: var(--orange);
}

.cta.blanc,.ctamix.blanc {
    background: #fff;
    color: var(--orange) !important;
    border: 2px solid var(--orange);
}

.cta.blanc:hover,.ctamix.blanc:hover {
    background: var(--orange);
    color: #fff !important;
}

.cta.orange:hover {
    background: var(--rouge);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}




/************************************************************************************************************************************/
/************************************************** SCROLL TO TOP *******************************************************************/
/************************************************************************************************************************************/

#toTop {
    display: none;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 8222;
}

#toTop::before {
    content: '\e5d8';
    font-family: 'Material Icons';
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(203,203,203,0.3);
    font-size: 1.6rem;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: var(--orange);
}



#toTop:hover::before {
    background: rgba(203,203,203,1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/**********************************************************************************************************************************************************/
/********************************************************************** TRANSITION PAGES ******************************************************************/
/**********************************************************************************************************************************************************/


.spinner {
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 40%;
}

.spinner > div {
  background-color: var(--orange);
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}


.loader-site {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15000;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}



/*************************************************************************/
/**************************** HEADER *************************************/
/*************************************************************************/

#responsive-menu-button {
    right: 15px !important;
}

a.responsive-menu-item-link {
    text-transform: uppercase;
}

.rmp-search-box {
    display: none !important;
}

#rmp-container-912 {
    width: 80% !important;
}

.rmp-menu-wrap {
    padding-top: 60px !important;
}

header.header {
    background: var(--orange);
    text-align: right;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 998;/*3001;*/
    padding: 15px 0;
}

.container-logo {
    background: #fff;
    height: 160px;
    position: absolute;
    left: var(--leftright);
    top: 0;
    width: 220px;
    padding: 15px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, .2);
}

.logo-header {
    width: 100%;
    height: 100%;
    /*background: url(img/wista-logo.png) center center no-repeat;*/
	background: url('https://www.wista.fr/wp-content/uploads/2024/08/logo-20ans-190.png') center center no-repeat;
    background-size: contain;
    display: block;
}

header.header li a {
    color: #fff;
}

header.header li.linkedin a,header.header li.linkedin2 a {
    color: #fff;
	font-weight:600 !important;
	font-size:12px;
}

header.header nav {
    margin-top: 15px;
    margin-right: 15px;
}

header.header nav li {
    float: none;
    display: inline-block;
}


header.header nav li a {
    font-family: var(--brandon);
    text-transform: uppercase;
    font-size: .9rem;
    padding: 10px 15px;
}


header.header nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    margin-top: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
    
header.header nav li.current-menu-item a::after,
header.header nav li a:hover::after {
    width: 50%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
    
header.header nav li a:last-child {
    padding-right: 0;
}

header.header.scroll nav li a:last-child {
    padding-right: 15px;
}


li.twitter,
li.youtube,
li.facebook,
li.linkedin,
li.linkedin2 {
    display: inline-block;
    width: auto !important;
    margin: 0 2px;
}

li.twitter a::before,
li.youtube a::before,
li.facebook a::before,
li.linkedin a::before
 {
    content: '';
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'fontAwesome';
    width: 37px;
    height: 37px;
	 margin:0 6px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 37px;
    text-align: center;
}

li.linkedin2 a::before {
    content: '';
    display: inline-block;
    font-size: 1.5rem;
    font-family: 'fontAwesome';
    width: 37px;
    height: 37px;
	margin:0 19px;
    border-radius: 50%;
    border: 1px solid #fff;
    line-height: 37px;
    text-align: center;
}

#sidebar-top-header li a:hover::before {
    color: var(--orange);
    background: #fff;
}

li.twitter a::before {
    content: '\f099';
}

li.facebook a::before {
    content: '\f39e';
}

li.youtube a::before {
    content: '\f167';
}

li.linkedin a::before {
	content: '\f08c';
}

li.linkedin2 a::before {
	content: '\f08c';
}

#sidebar-top-header {
    display: block;
    margin-right: 45px;
}


header.header.scroll {
    padding: 0;
    height: 70px;
}

header.header.scroll nav {
    margin-top: 15px;
}

header.header.scroll #sidebar-top-header #nav_menu-2 {
    display: none;
}

header.header.scroll .container-logo {
    height: 70px;
    width: 90px;
    padding: 8px;
}


/******* RECHERCHE *********/

#search-2 {
    position: fixed;
    z-index: 521;
    right: 10px;
    top: -500px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}



#search-2.actif {
    top: 130px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

header.header.scroll #search-2.actif {
    top: 80px;
}


#search-2 input#s {
    float: left;
    width: 250px;
    border-radius: 0;
    background: #fff;
    max-width: 250px;
    font-size: .85rem;
    border: 1px solid #f1f1f1;
}


#search-2 #searchsubmit {
    float: right;
    border: 0;
    background: var(--bleu) !important;
    color: #fff;
    font-size: .75rem;
    height: 40px;
    line-height: 40px;
    font-family: var(--brandon);
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}


.declenche-search {
    position: absolute;
    right: var(--leftright);
    top: 20px;
}

.declenche-search.scroll {
    right: 20px;
}

.declenche-search::after {
    content: '\e8b6';
    font-family: 'Material icons';
    color: #fff;
    font-size: 1.6rem;
    display: block;
}




/*************************************************************************/
/**************************** FOOTER *************************************/
/*************************************************************************/

footer.footer {
    background: #fff;
    padding: 40px 0 30px;
}

footer.footer img {
    margin: 0;
}


footer.footer nav li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}

footer.footer nav li a {
    font-size: .85rem;
    color: var(--bleu);
    padding: 4px 0;
    line-height: 1.1rem;
}

#sidebar-footer-droite {
    text-align: right;
}

#sidebar-footer-droite h2 {
    color: var(--bleu);
    font-size: .9rem;
    text-align: right;
    margin-bottom: 6px;
    line-height: 1.2rem;
}

#sidebar-footer-droite li a {
    color: var(--orange);
}

#sidebar-footer-droite li.linkedin a,#sidebar-footer-droite li.linkedin2 a {
    font-size:12px;
	font-weight:600 !important;
}

#sidebar-footer-droite li a:hover::before {
    color: #fff;
    background: var(--orange);
}

#sidebar-footer-droite li.twitter a::before,
#sidebar-footer-droite li.youtube a::before,
#sidebar-footer-droite li.facebook a::before,
#sidebar-footer-droite li.linkedin a::before,
#sidebar-footer-droite li.linkedin2 a::before{
    border: 1px solid var(--orange);
}

#sidebar-footer-centre p {
    text-transform: uppercase;
    font-size: .75rem;
    margin-top: 5px;
    color: var(--bleu);
}

.copyright {
    text-align: center;
    padding: 8px 0;
}

.copyright,
.copyright a,
.copyright p {
    color: var(--bleu);
    font-size: .8rem;
}

footer.footer a:hover {
    text-decoration: underline !important;
}


/*************************************************************************/
/****************************** HOME *************************************/
/*************************************************************************/

.logo-event {
	width: 100%;
    /* background-color: red; */
    height: 130px;
    background-image: url(https://www.wista.fr/wp-content/uploads/2024/08/logo-20ans-380.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 190px;
}

.top-page {
    background-repeat: no-repeat;
    background-position: 0% 32%;
    background-size: cover;
    height: 400px;
}


.top-page-home {
    height: 600px;
}

.titre-home {
    padding-right: var(--leftright);
}

.titre-home::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: var(--orange);
    margin-bottom: 20px;
    margin-left: 4px;
}

section {
    padding: var(--leftright) var(--leftright);
}

section.wrap {
    padding: var(--leftright) var(--leftright);
}

section.nopad {
    padding:0;
}

.nomarg {
    margin:0 auto;
}

.picto-home {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    border: 2px solid var(--rouge);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto 30px;
}

.youtube_player {
    height: 600px;
    margin: 40px 0;
}
/* JUP
iframe {
    height: 400px;
    width: 100%;
    max-width: 100%;
    margin: 30px 0;
}
*/

.single .youtube_player {
    height: 450px;
}
/* JUP
iframe {
    height: 400px;
}*/


section.section-actus {
    padding-top: 60px;
    background: url(img/image-section-actus.jpg) bottom center no-repeat;
    background-size: contain;
    padding-bottom: 300px;
}



.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-item .item {
    height: 120px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}



.owl-carousel .owl-item img {
    height: auto;
    width: 100%;
    
}

.owl-home .owl-nav {
    position: absolute;
    left: -60px;
    top: 0;
}

.owl-home .owl-prev,
.owl-home .owl-next {
}

.owl-home .owl-prev {
    top: 30px;
    position: absolute;
}

.owl-home .owl-next {
    margin-top: 70px;
}

.owl-home .owl-prev::before,
.owl-home .owl-next::before {
    content: '';
    position: absolute;
    font-family: 'Material icons';
    font-size: 1.7rem;
    color: var(--rouge);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.owl-home .owl-prev::before {
    content: '\e5c4';
}

.owl-home .owl-next::before {
    content: '\e5c8';
}

.owl-home .owl-dots {
    bottom: -30px;
    position: absolute;
    left: 48%;
}


.owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
}

.owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 3px;
    background: var(--orange);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50%;
    border: 1px solid var(--orange);
}

.owl-dot.active span {
    background: #fff;
}


.item-actu {
    margin-bottom: 30px;
    position: relative;
}

.item-actu a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 32;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.item-actu:hover {
    background: var(--orange);
    color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.item-actu:hover h3,
.item-actu:hover p {
    color: #fff;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.image-post {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
    width: 100%;
}

body.page-template-page-actualites a {
    text-decoration: none !important;
}

.module-evenem a {
    color: inherit !important;
}

.module-evenem {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}

.module-evenem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}



.type-item {
    text-transform: uppercase;
    font-family: var(--brandon);
    color: #fff;
    text-align: right;
    position: relative;
}

.type-item::before {
    content: '\e916';
    font-family: 'Material Icons';
    font-size: 1.8rem;
    line-height: 1.5rem;
    position: absolute;
    left: 15px;
    top: 12px;
    color: #fff;
}

.item-evenement .type-item::before {
    content: '\e878';
}

.item-evenement .type-item {
    background: var(--rouge);
}

.item-evenement .date-item {
/*    background: #d6e4f6; */
}

.agenda,
.editorial {
    margin-bottom: 30px;
}

.agenda {
    overflow: auto;
    max-height: 55vh;
}

.editorial p {
    font-size: .85rem;
    line-height: 1.2rem;
    
}

.mec-event-article .col-md-2,
.mec-event-article .col-md-4,
.mec-event-article .col-md-6 {
    position: relative !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 15px !important;
    float: none !important;
}

.agenda .mec-event-article {
    position: relative !important;
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #f1f1f1 !important;
}

.mec-event-article img {
    margin-top: 0 !important;
}

.mec-event-date {
    color: var(--bleu) !important;
}

.mec-events-event-image {
    width: 92%;
    margin-left: 4%;
    max-height: 50vh;
    float: none !important;
    overflow: hidden;
    margin-bottom: 40px;
}

.mec-single-event-bar {
    width: 92% !important;
    margin-left: 4% !important;
    margin-bottom: 30px !important;
}

.col-md-4,
.col-md-8 {
    width: 100% !important;
    float: none !important;
}

.col-md-8 {
    padding: 0 40px 30px !important;
}

.mec-event-content {
    margin-bottom: 30px;
}

.mec-calendar .mec-calendar-topsec {
    display: block !important;
    font-family: inherit !important;
}

.mec-calendar .mec-calendar-events-side,
.mec-calendar-side.mec-clear {
    width: 100% !important;
    display: block !important;
    border: 0 !important;
}

.mec-table-side-title {
    display: none !important;
}

.mec-event-footer {
    display: none !important;
}

.mec-calendar .mec-event-article {
    text-align: center !important;
    
}

.mec-calendar .mec-event-image,
.mec-calendar .mec-event-time,
.mec-calendar .mec-event-title {
    margin-bottom: 12px !important;
    float: none !important;
    width: 100% !important;
}

.mec-calendar .mec-event-title::before {
    margin: 0 auto 12px;
}

a.actions {
	margin-top:15px;
    color:white;
    font-weight:700;
    font-size: 1.25rem;
    line-height: 1.7rem;
}

a.actionsrouge {
    margin-top:15px;
    color:var(--orange);
    font-weight:700;
    font-size: 1.25rem;
    line-height: 1.7rem;
}


.fil-twitter {
    max-height: 600px;
    overflow-y: auto;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fil-twitter h4 {
	margin:0 0 15px;
}

.contenu-page h2 {
    color: var(--orange);
}

.contenu-page h3 {
    color: var(--bleu);
    margin: 30px 0 15px;
}

.contenu-page ul {
    margin: 15px 0;
}

.contenu-page ul li {
    list-style: square;
    margin-bottom: 6px;
    margin-left: 20px;
}

.contenu-page img {
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

.container1200 a,
.contenu-page a {
    color: var(--rouge);
}

body.page-template-page-actualites section.wrap,
.search section.wrap,
section.contenu-page {
    background: url(img/bkg-pages.jpg) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: 300px;
}

.quinconce h3 {
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 3px solid var(--bleu);
}

.bkg-bleu.quinconce h3 {
    border-bottom: 3px solid #fff;
}

/*.bkg-bleu.quinconce {
    margin: 40px 0;
}*/

.quinconce img {
    width: 100%;
    height: auto;
    margin: 0;
}




/*************************************************************************/
/************************************ 404 ********************************/
/*************************************************************************/

body.error404 .top-page-sans-image img {
    max-width: 400px;
    height: auto;
}


/*************************************************************************/
/****************************** ACCORDION ********************************/
/*************************************************************************/

.membre-photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 180px;
    height: 220px;
    margin: 0 auto 35px;
}

.laureat-photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 237px;
    height: 156px;
    margin: 0 auto 35px;
}

.logo-ent {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 180px;
    height: 146px;
    margin: 0 auto 35px;
}

.logo-podcast {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 237px;
    height: 237px;
    margin: 0 auto 35px;
}

.membre-bureau {
    margin-bottom: 30px;
    
    
}

.accordion-titre {
    font-size: 1.5rem;
    line-height: 2.8rem;
    cursor: pointer;
    padding-left: 50px;
    padding-right: 50px;
}

.flex-item-quart .accordion-titre {
    display: block;
}

.accordion-contenu {
    padding: 25px 0;
    margin: 0 auto;
    color: #898989;
    border-top: 2px solid #bababa;
    border-bottom: 2px solid #bababa;
}

.accordion-contenu-blanc {
    padding: 25px 0;
    margin: 0 auto;
    color: #fff;
    border-top: 2px solid #bababa;
    border-bottom: 2px solid #bababa;
}

.membre .accordion-contenu {
    padding: 25px 40px;
    max-width: 90%;
}

.renseignements {
    min-height: 160px;
}

.pagination a {
    text-decoration: none !important;
    font-family: var(--brandon);
}

.pagination-posts {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.3rem;
    text-align: center;
    margin: 30px auto 20px;
}

.pagination-posts span,
.pagination-posts a {
    display: inline-block;
    margin: 0 3px;
    padding: 3px 6px;
    text-decoration: none;
    font-family: var(--brandon);
    width: auto;
    color: #b1b1b1;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination-posts span.nombre-pages {

}

.pagination-posts a:hover{
    text-decoration: none;
    color: var(--orange);
}

.pagination-posts .current{
    font-weight: bold;
    color: var(--orange);
}



/*************************************************************************/
/*************************** FORMULAIRES *********************************/
/*************************************************************************/

div.wpcf7 {
    margin: 40px 0;
}

input[type=password],
input[type=text],
input[type=tel],
input[type=email],
textarea {
    border-radius: 0;
    background: #fff;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans', helvetica, arial, lucida, sans-serif;
    font-size: .9rem;
    margin-bottom: 15px;
    max-width: 100%;
}

input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
    border-bottom: 1px solid var(--orange);
}
    
div.wpcf7-response-output {
    margin: 30px 0 !important;
    padding: 10px 20px !important;
    border: 0 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0 !important;
    background: var(--rouge) !important;
    color: #fff !important;
}

div.wpcf7-mail-sent-ok {
    background: var(--bleu) !important;
    color: #fff !important;
}

.mentions-legales {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid var(--bleu);
    font-size: .85rem;
    line-height: 1.1rem;
}


/*************************************************************************/
/*************************** ACTUALITES **********************************/
/*************************************************************************/

.single img.wp-post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}

a.share-icone {
    text-decoration: none !important;
    margin-right: 15px;
}

a.share-icone::before {
    content: '';
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'fontAwesome';
    color: var(--orange);
}

a.share-icone:hover::before {
    color: var(--bleu);
}

a.share-icone.share-twitter::before {
    content: '\f081';
}

a.share-icone.share-facebook::before {
    content: '\f082';
}

a.share-icone.share-linkedin::before {
    content: '\f08c';
}

a.share-icone.share-google::before {
    content: '\f0d4';
}


/*************************************************************************/
/****************************** MEMBRES **********************************/
/*************************************************************************/

body.page-template-page-liste-membres .top-page,
body.page-template-page-connexion .top-page,
body.page-template-page-membres .top-page,
body.page-template-page-temoignage .top-page {
    height: 250px;
}

body.page-template-page-membres section.contenu-page {
    background: none;
    padding-bottom: 60px;
    
}

body.page-template-page-connexion .container800,
body.page-template-page-membres .container800,
body.page-template-page-temoignage .container800 {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .2);
    
}


.page-template-page-membres #wpmem_reg {
/*    display: none; */
}

#wpmem_login .div_text, #wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_reg .div_checkbox, #wpmem_reg .div_multiselect, #wpmem_reg .div_multicheckbox, #wpmem_reg .div_radio, #wpmem_reg .div_image, #wpmem_reg .div_file, #wpmem_reg .div_url, #wpmem_reg .div_number, #wpmem_reg .div_date {
    width: 100%;
}

.link-text-register {
    display: none !important;
}


.page-template-page-membres ul li {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#wpmem_login input[type=text],
#wpmem_reg input[type=text],

#wpmem_login input[type=password],
#wpmem_login input[type=email],
#wpmem_reg  input[type=email],
#wpmem_login  textarea,
#wpmem_reg   textarea {
    background: #f2f2f2;
}

fieldset {
    border: 0;
}

fieldset input[type=submit] {
    display: block;
    max-width: 400px;
}

.wpua-edit-container {
    text-align: center;
}

.page-id-172 #content p,
.page-id-172 #content a {
    text-align: center;
}

#submit.cta {
    display: block !important;
    max-width: 400px;
}

.updated {
    padding: 20px;
    background: #eaeaea;
    color: var(--bleu);
}

.updated p {
    margin-bottom: 0;
}


/*************************************************************************/
/******************* LISTE MEMBRES POUR NON CONNECTES ********************/
/*************************************************************************/

table.membres-wista {
    width: 100%;
    margin-bottom: 60px;
}

table.membres-wista tr {
    padding: 8px 10px;
    background: #fff;
    font-size: .9rem;
    line-height: 1.3rem;
}

table.membres-wista tr:nth-of-type(even) {
    background: none;
}

table.membres-wista td {
    vertical-align: top;
    padding: 10px 10px;
}

.membre-prenom, 
.membre-nom {
    font-weight: bold;
    color: var(--orange);
}

.pagination-membres {
    margin-top: 30px;
    text-align: center;
}

.pagination-membres .current {
    font-family: var(--brandon);
    padding: 6px 8px 3px;
    margin: 0 2px;
    color: var(--orange);
}

.pagination-membres a {
    font-family: var(--brandon);
    padding: 6px 8px 3px;
    margin: 0 2px;
    color: var(--bleu);
    text-decoration: none !important;
    background: #fff;
}

.pagination-membres a:hover {
    color: #fff;
    background: var(--orange);
}


/*************************************************************************/
/*********************** LISTE MEMBRES POUR CONNECTES ********************/
/*************************************************************************/


@media screen and (min-width: 769px) {
    #wpmem_ul_search {
        width: 1200px;
        max-width: 75%;
        padding: 20px 50px 20px;
        background: #fff;
        text-align: center;
        margin: 0 auto 30px;
        float: none;
    }

    #wpmem_searchsubmit {
        margin:30px auto;
    }

}

@media screen and (max-width: 768px) {
    #wpmem_ul_search {
        width: 100%
        max-width: 100%;
        padding: 20px 15px 20px;
        background: #fff;
        text-align: center;
        margin: 0 auto 30px;
        float: none;
    }   

    #wpmem_searchsubmit {
        margin:10px auto;
    }
}

#wpmem_ul_search legend {
    margin: 0 auto;
    width: 100%;
}

#wpmem_ul_search fieldset {
    border: 0;
    padding: 0;
    margin-bottom: 0;
}


#wpmem_ul_search label.text,
#wpmem_ul_search label.select,
#wpmem_ul_search .div_text,
#wpmem_ul_search .div_select {
    float: none;
    width: 100%;
    display: block;
}

#wpmem_ul_search label.text,
#wpmem_ul_search label.select {
    height: auto;
    line-height: 1.2rem;
}

#wpmem_ul_search .div_text {
    margin-bottom: 30px;
    text-align: center;
}

#wpmem_ul_search label.text,
#wpmem_ul_search label.select {
    padding: 0;
    margin-bottom: 12px;
}

#wpmem_ul_search .div_text,
#wpmem_ul_search .div_select {
    padding: 0;
    height: auto;
}

#wpmem_ul_search .textbox,
#wpmem_ul_search .dropdown {
    margin: 0 auto;
}

#wpmem_ul_search .button_div {
    margin-bottom: 0 !important;
}

#wpmem_searchsubmit {
    display: block;

}


#wpmem-ul-list .wpmem-ul-user *, #wpmem-ul-list .wpmem-ul-user-odd * {
    margin: auto;
}

#wpmem-ul-list a {
    text-decoration: none !important;
}

@media screen and (min-width: 769px) {
    #wpmem-ul-list {
        display: flex;    
        flex-wrap: wrap;
        justify-content: flex-start;/*space-around;*/
        position: relative;
        gap:14px;
    }
}

@media screen and (max-width: 768px) {
    #wpmem-ul-list {
        display: flex;    
        flex-wrap: wrap;
        justify-content: space-around;
        position: relative;
  
    }
}

#wpmem-ul-list .wpmem-ul-user,
    #wpmem-ul-list .wpmem-ul-user-odd {
        width: 19%;
        border: 0;
        background: #fff;
        font-size: .85rem;
        padding: 20px;

        position: relative;
    }

@media screen and (max-width: 769px) {
    #wpmem-ul-list .wpmem-ul-user,
    #wpmem-ul-list .wpmem-ul-user-odd {

        margin:0;

    }
}

@media screen and (max-width: 768px) {
    #wpmem-ul-list .wpmem-ul-user,
    #wpmem-ul-list .wpmem-ul-user-odd {

        margin-bottom: 20px;

    }
}


#wpmem-ul-list h2 {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-top: 115px !important;
    margin-bottom: 20px !important;
}

#wpmem-ul-list h2::after {
    content: 'Voir la fiche  ›';
    display: block;
    font-family: var(--brandon);
    font-size: .65rem;
    padding: 5px 8px 2px;
    line-height: .9rem;
    color: #fff;
    letter-spacing: 1px;
    background: var(--orange);
    margin-top: 12px;
    width: 90%;
    height: auto;
    text-transform: uppercase;
    
}


#wpmem-ul-list h2:hover::after {
    background: var(--rouge);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


#wpmem-ul-list .wpmem-ul-user .user_email a,
#wpmem-ul-list .wpmem-ul-user-odd .user_email a {
    color: var(--rouge);
    font-weight: bold;
    text-decoration: none;
    
}

#wpmem-ul-list img.avatar {
    position: absolute;
    top: 22px;
    left: 22px;
}

#wpmem-ul-list .user_email {
    margin-bottom: 15px;
}

#wpmem-ul-list .fonction::before {
    content: 'Fonction';
    font-family: var(--brandon);
    color: var(--bleu);
    display: block;
    text-transform: uppercase;
    font-size: .7rem;
    line-height: .8rem;
}

#wpmem-ul-list .societe::before {
    content: 'Société';
    font-family: var(--brandon);
    color: var(--bleu);
    display: block;
    text-transform: uppercase;
    font-size: .7rem;
    line-height: .8rem;
}

#wpmem-ul-list .fonction,
#wpmem-ul-list .societe {
    margin-bottom: 12px;
}

#wpmem-ul-list .first_name,
#wpmem-ul-list .last_name {
    display: none;
}


#wpmem-ul-nav {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
    font-size: .85rem;
}

#wpmem-ul-nav .page-numbers {
    font-family: var(--brandon);
}

#wpmem-ul-nav .current {
    border: 0;
    background: var(--orange);
    color: #fff;
    padding: 8px 8px 6px;
}

#wpmem-ul-nav .next.page-numbers {
    font-size: 1rem;
    color: var(--bleu);
}



/*************************************************************************/
/************************* PAGE MEMBRE INDIVIDUELLE **********************/
/*************************************************************************/

#user-list-profile {
    position: relative;
    text-align: center;
}

#user-list-profile div {
    margin-bottom: 8px;
}

#user-list-profile a {
    color: var(--orange);
    font-weight: bold;
    text-decoration: none !important;
}

#user-list-profile .first_name, 
#user-list-profile .last_name {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    font-family: var(--brandon);
    color: var(--orange);
}

#user-list-profile .last_name {
    margin-bottom: 40px;
}

#user-list-profile .last_name::after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 40%;
    height: 2px;
    background: var(--orange);
}


#user-list-profile .fonction,
#user-list-profile .societe {
    margin-bottom: 35px;
}


#user-list-profile .description::before,
#user-list-profile .fonction::before,
#user-list-profile .societe::before {
    display: block;
    font-family: var(--brandon);
    text-transform: uppercase;
    font-size: .8rem;
    color: var(--bleu);
    margin-bottom: 0;
    line-height: .9rem;
    margin-top: 25px;
}



#user-list-profile .fonction::before {
    content: 'Fonction';
}

#user-list-profile .societe::before {
    content: 'Société';
}

#user-list-profile .description::before {
    content: 'Biographie';
}

/*************************************************************************/
/************************* PAGE trophée mixite 2026 **********************/
/*************************************************************************/


.wista-content {
  
  margin: 0 auto;
}

.wista-photo {
  float: left;
  margin: 1.3rem 1.3rem 1rem 0;
}

.wista-photo img {
  width: 150px;
  height: auto;
  border-radius: 4px;
}

.wista-text p {
  margin-bottom: 1.2rem;
}

.signature {
  margin-top: 2rem;
  font-weight: 600;
  clear: both; /* pour que la signature ne s'enroule pas autour de la photo */
  text-align:left;
  margin-left:20px;
}



.wista-categories-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
 
  margin: 0 auto;
}

.wista-categories-photo img {
  width: 330px;
  height: auto;
  border-radius: 4px;
  margin-left:35px;
}

.wista-categories-text {
  flex: 1;
  min-width: 280px;
}

.wista-categories-text ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}

.wista-categories-text li {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .wista-categories-content {
    flex-direction: column;
    text-align: center;
    align-content: center;
  }

  .wista-categories-text ul {
    list-style-position: inside;
    margin-left: 0;
  }

  .wista-categories-photo img {
  width: 85%;
  height: auto;
  border-radius: 4px;
  margin-left:0px;
}

.wista-categories-text {
  text-align: center !important;
}

}

.container-soiree {
    width: 1185px;
    max-width: 100%;
    margin: 80px auto;
}

.container-date-candidature {
    width: 1185px;
    max-width: 100%;
    margin: 80px auto;
}

.container-soiree::after {
    content: '';
    display: block;
    width: 520px;
    height: 4px;
    background: #fff;
    margin: 100px auto 43px auto;
}

.partenaires {
    padding:50px 20px;
    
    
}


.Zebra_Accordion {
    margin:0 !important;
}


