/*!
Theme Name: Centre Aquitain du Sein
Theme URI: https://www.bewod.com
Template: kadence
Description: Thème développé pour Centre Aquitain du Sein
Tags: 
Author: Bewod
Author URI: https://www.bewod.com/
Version: 1.0.7
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: casein
*/

:root {
  --gutr: 1rem;
  --gutrn: -1rem;
  /*
  --pink: #ff468c;
  */
  --pink: #ff0060;
  --pinkdk: #cc0052;
  --pinklt: #ff7db1;
  /*
  --pink: #ff2378;
  --pinklt: #ff7fb0;
  --pinkdk: #dc1e68;
  */
  --pinklter: #ffdce9;
  --beige: #f9f5f0;
  --secondary-color: #00a0d2;
  --text-color: #333;
  --light-gray: #f5f5f5;
  --medium-gray: #ccc;
  --dark-gray: #666;
  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-heading: 'Inter', sans-serif;
  --container-width: 1200px;
  --spacing-small: 10px;
  --spacing-medium: 20px;
  --spacing-large: 40px;

  /* Couleurs spécifiques au thème */
  --casein-primary: #1a1a1a;
  --casein-secondary: #f8f8f8;
  --casein-accent: #d4af37;
  --casein-text: #333333;
  --casein-light-text: #777777;
  --casein-border: #e0e0e0;    
}

/* Styles de base */
body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
}

.mooli {
    font-family: 'Mooli', sans-serif;
}

a {
    color: var(--pink);
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

/* Utilitaires */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* Style pour le modèle Page Builder */
.entry-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}


/* Utilitaires */

.lead {
    font-size: 1.25rem;
    line-height: 1.5;
}

.mxw-600 {
    margin: 0 auto;
    max-width: 600px;
}

.mxw-800 {
    margin: 0 auto;
    max-width: 800px;
}


.ohidden {
    overflow: hidden;
}

.prelative {
    position: relative;
}

.z10 {
    z-index: 10;
}

.z100 {
    z-index: 100;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

.uppercase {
    text-transform: uppercase;
}

.bradius-row .fl-row-content-wrap,
.bradius,
.bradius-vid iframe,
.bradius-img img,
.bradius-row .fl-row-content-wrap .fl-bg-slideshow,
.bradius-row.fl-row-bg-overlay .fl-row-content-wrap:after {
    border-radius: 2rem;
}

.bradius-tops,
.bradius-tops img {
    border-radius: 2rem 2rem 0 0;
}

.bradius-bots,
.bradius-bots img {
    border-radius: 0 0 2rem 2rem;
}


.bradius-row.fl-row-bg-overlay .fl-row-content-wrap:after,
.bradius-row .fl-row-content-wrap .fl-bg-slideshow {
    overflow: hidden;
}

.bradius-xl {
    border-radius: 1.25rem;
}

.d-none {
    display: none;
}

.ms-auto {
    margin-left: auto;
}

.py-section,
.pt-section {
    padding-top: 40px;
}

.py-section,
.pb-section {
    padding-bottom: 40px;
}

body .fl-button-lightbox-content {
    padding: 30px 40px !important;
    border-radius: 20px !important;
    max-width: 740px !important;
}

body .fl-button-lightbox-content .mfp-close {
    margin-top: 15px !important;
    right: 10px !important;
    font-size: 40px;
    color: var(--pinkdk);
}

body .fl-button-lightbox-content .mfp-close:hover {
    color: var(--pink);
}

body .fl-button-lightbox-content h3 {
    color: var(--pink);
    margin: 20px 0 30px 0 !important;
}


/* Layout */
.container {
    width: 100%;
    max-width: 1364px;
    padding-right: calc(2 * var(--gutr));
    padding-left: calc(2 * var(--gutr));
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: var(--gutrn);
    margin-left: var(--gutrn);
}

.row-gutter-lg {
    --gutrn: -24px;
    --gutr: 24px;
}

.row.no-gutters {
    --gutr: 0;
}

@media (max-width: 767px) {
    .row.no-gutters-xs {
        --gutr: 0;
    }
}
  

.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,
.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,
.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-55,.col-lg-auto,
.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-55,
.col-xxl-3,.col-xxl-5,.col-xxl-6,.col-xxl-9,.col-xxl-10,.col-xxl-8,.col-xl,.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: var(--gutr);
    padding-left: var(--gutr);
}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}


.d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .py-section,
    .pt-section {
        padding-top: 60px;
    }
    .py-section,
    .pb-section {
        padding-bottom: 60px;
    }

    .d-lg-block {
        display: block;
    }
    .d-lg-none {
        display: none;
    }
    .container-xs-large {
        padding-right: calc(2 * var(--gutr));
        padding-left: calc(2 * var(--gutr));
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}




/* Couleurs */


.bg-gradient {
    /*
    background: linear-gradient(0deg, rgba(255,70,140,1) 30%, rgba(255,70,140,0.52) 100%) !important;
    background: linear-gradient(0deg, rgba(255,35,120,1) 30%, rgba(255,35,120,0.52) 100%) !important;
    */
    background: linear-gradient(0deg, rgba(255,0,96,1) 30%, rgba(255,0,96,0.52) 100%) !important;
}

.bg-gradient-beige {
    background-image: linear-gradient(0deg, var(--beige) 0%, #ffffff 100%) !important;
}

.bg-pink {
    background-color: var(--pink);
}

.bg-pinklt {
    background-color: var(--pinklt);
}  

.bg-pinkdk {
    background-color: var(--pinkdk);
}

.bg-beige {
    background-color: var(--beige);
}

.bg-white {
    background-color: #fff;
}



/* Form */

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid var(--beige) !important;
    border-radius: 1rem !important;
    padding: .75rem 1.25rem !important;
    background: #fff !important;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0) !important;
}
.contacter .fl-input-group {
    margin-bottom: 1.25rem !important;
}

/* Boutons */

a {
    color: var(--blue);
    transition: all .25s ease;
}

a:hover {
    color: var(--pinkdk);
}

.btn,
.a2a_dd,
.news-category .fl-post-info-terms a,
.contacter input[type="submit"],
#footer input[type="submit"],
#main-header .header-button,
.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background: var(--pinklt);
    border: 2px solid var(--pinklt);
    border-radius: 5rem;
    padding: 15px 30px;
    transition: all .25s ease;
}

.fl-builder-content a.fl-button span,
.fl-builder-content a.fl-button:visited span {
    color: #fff;
}

/* BT Border PINK */
body #main-header .header-button,
body #main-header .header-button:hover {
    background: transparent;
    border: 2px solid var(--pink);
    color: var(--pink);
    box-shadow: none;
    margin-left: 20px;
}

body #main-header .header-button:hover {
    border-color: var(--pinklt);
}

/* BT PINK */

.btn-pink,
.fl-builder-content .bt-pink a.fl-button,
.fl-builder-content .bt-pink a.fl-button:visited {
    background: var(--pink);
    border-color: var(--pink)f;
}

.fl-builder-content .bt-pink a.fl-button:hover,
.fl-builder-content .bt-pink a.fl-button:active {
    background: var(--pinkdk);
    border-color: var(--pinkdk);
}

/* BT WHITE */

.fl-builder-content .bt-white a.fl-button,
.fl-builder-content .bt-white a.fl-button:visited {
    background: #fff;
    border-color: #ffff;
}

.fl-builder-content .bt-white a.fl-button span,
.fl-builder-content .bt-white a.fl-button:visited span {
    color: var(--pinkdk);
}

.fl-builder-content .bt-white a.fl-button:hover,
.fl-builder-content .bt-white a.fl-button:active {
    background: var(--pinklt);
    border-color: var(--pinklt);
}

.fl-builder-content .bt-white a.fl-button:hover span,
.fl-builder-content .bt-white a.fl-button:active span {
    color: #fff;
}

.contacter input[type="submit"].bt-blue:hover,
.contacter input[type="submit"]:hover,
.contacter input[type="submit"]:focus,
.contacter input[type="submit"]:active,
.btn:hover,
.fl-builder-content a.fl-button:hover {
    color: #fff;
    background: var(--pinkdk);
    border-color: var(--pinkdk);
}

#footer input[type="submit"] {
    color: var(--pinkdk);
    background: #fff;
    border-color: #fff;
    box-shadow: none;
}

#footer input[type="submit"]:hover,
#footer input[type="submit"]:focus,
#footer input[type="submit"]:active {
    color: #fff;
    background: var(--blue);
    border-color: var(--blue);
}

.fl-builder-content a.fl-button:hover span {
    color: #fff;
}


.a2a_dd,
.news-category .fl-post-info-terms a,
.btn-fantom {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    background: transparent;
    border: 1px solid var(--pink);
    color: var(--pink);
}

.fl-builder-content .bt-phantom a.fl-button,
.fl-builder-content .bt-phantom a.fl-button:visited {
    padding-right: 4rem;
    padding-left: 4rem;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.fl-builder-content .bt-phantom a.fl-button:hover,
.fl-builder-content .bt-phantom a.fl-button:active {
    background: #fff;
    border-color: #fff;
    color: var(--pink);
}

.fl-builder-content .bt-phantom a.fl-button span,
.fl-builder-content .bt-phantom a.fl-button:visited span {
    color: #fff;
}

.fl-builder-content .bt-phantom a.fl-button:hover span,
.fl-builder-content .bt-phantom a.fl-button:active span {
    color: #fff;
}

/* hEADER alt */
.fl-builder-content .header-alt .bt-phantom a.fl-button,
.fl-builder-content .header-alt .bt-phantom a.fl-button:visited {
    border-width: 1.5px;
    box-shadow: 0 0 0 .5px var(--pink);
    border-color: var(--pink);
    color: var(--pink);
}

.fl-builder-content .header-alt .bt-phantom a.fl-button:hover,
.fl-builder-content .header-alt .bt-phantom a.fl-button:active {
    background: var(--pink);
    border-color: var(--pink);
    color: #fff;
}

.fl-builder-content .header-alt .bt-phantom a.fl-button span,
.fl-builder-content .header-alt .bt-phantom a.fl-button:visited span {
    color: var(--pink);
}

.fl-builder-content .header-alt .bt-phantom a.fl-button:hover span,
.fl-builder-content .header-alt .bt-phantom a.fl-button:active span {
    color: #fff;
}


.news-category .fl-post-info-terms a:hover,
.btn-fantom.btn-on,
.btn-fantom:hover {
    background: var(--pink);
    border-color: var(--pink);
    color: #fff;
}

.news-category .fl-post-info-terms {
    display: inline-block;
    margin-left: -5px;
}

.news-category .fl-post-info-terms a {
    margin: 0 5px 10px 5px;
}

.a2a_dd {
    background: url(img/share.png) center center no-repeat;
    background-position: 14px center;
    background-size: 16px;
    padding-left: 42px;
}

.a2a_dd:hover {
    color: #fff;
    background-color: var(--pink);
    background-image: url(img/share-w.png);
}

/* TYPOgraphie */


/* Typo */

/*
h1,h2,h3,h4,h5,h6 {
    font-family:  Mooli, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.15;
}
h2 {
    font-size: 32px;
}
.h5 {
    font-size: 24px;
}
*/
#inner-wrap p {
    margin: 0 0 1rem; 
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4,.entry-content h5 {
    margin-bottom: 1.5rem;
}

.lead p {
    font-size: 22px;
    font-weight: 300;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.entry-content .decalage-ul ul {
  padding-left: .5rem;
}

.entry-content ol {
  margin-left: 1rem;
}

.entry-content ul li,
.entry-content ol li {
  position: relative;
  margin-bottom: 1rem;
  list-style: none;
  line-height: 1.5;
}

.entry-content ul li::before {
  padding-left: 10px;
  content: '';
  position: absolute;
  display: block;
  background: var(--pink);
  top: 10px;
  left: -28px;
  height: 4px;
  width: 14px;
  box-sizing: border-box;
  border-radius: 10px;
}

.entry-content .text-white ul li::before {
  background: #fff;
}

.entry-content #thefooter ul li::before {
    padding-left: 0;
    top: 17px;
    left: -4px;
    height: 5px;
    width: 5px;
}


.entry-content ol {
    counter-reset: section;
}
.entry-content ol li {
	padding-left: 2rem;
	min-height: 60px;
}
.entry-content ol li:before {
    content: counter(section);
    counter-increment: section;
	color: #fff;
	background: var(--pinklt);
	background: var(--pink);
	border-radius: 50%;
	font-size: 18px;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	display: block;
	position: absolute;
	top: -6px;
	left: -2rem;
}


.puces.puces-xl {
    font-size: 18px;
}

.faq .fl-accordion-item .fl-accordion-content ul,
.puces ul {
  padding-left: 0;
  margin-left: 0;
}

.faq .fl-accordion-item .fl-accordion-content ul li,
.puces ul li {
  border-bottom: 1px solid #ddd;
  padding: 0 0 1rem 3rem;
  margin-bottom: 1rem;
}

.faq .fl-accordion-item .fl-accordion-content ul li {
  padding-bottom: .5rem;
  border: 0;
}

.puces ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.faq .fl-accordion-item .fl-accordion-content ul  li::before,
.puces ul li::before {
  background: transparent url(img/check.svg) center center no-repeat;
  background-size: cover;
  top: 4px;
  width: 16px;
  height: 11px;
  left: 0rem;
}



/* MENU */

.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon,
.widget-toggle-open-container .widget-toggle-open .widget-toggle-icon {
    background: aqua;
    border-radius: 50px;
    padding: 10px;
    background: transparent;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0,0,0,0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
    }
}

body .site-branding a.brand img {
    width: auto;
    height: 105px;
    transition: .3s all ease;
}

body .item-is-stuck .site-branding a.brand img {
    height: 80px;
    transition: .3s all ease;
}
@media (max-width: 991px) {
    body .site-branding a.brand img,   
    body .item-is-stuck .site-branding a.brand img {    
        height: 60px;
    }
}

body #masthead {
    z-index: 1090;
}


body #widget-drawer .header-widget2 .widget-title {
    color: var(--casein-primary);
    text-transform: none;
}

.drawer-content .btn.btn-pink {
    color: #fff !important;
}
/*
body .site-branding a.brand img {
    width: auto;
    height: 105px;
    transition: .5s all ease-in-out;
}

body .iten-is-stuck .site-branding a.brand img {
    height: 80px;
    width: auto;
    transition: .5s all ease-in-out;
}

body .site-header-row {
    transition: .5s all ease-in-out;
}
*/

.brgr-wrapper {
    width: 30px;
    max-width: 30px;
}

.brgr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.brgr-1,
.brgr-2 {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
}

.header-alt .brgr-1,
.header-alt .brgr-2 {
    background-color: var(--pink);
}

.menu-haut::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.menu-haut a {
    color: #fff;
}

/* filigranne */

.filigrane,
.filigrane-line {
    position: relative;
    overflow: hidden;
}

/*.filigrane::after,*/


.filigrane-line::after,
.filigrane-line::before,
.filigrane::before {
    content: '';
    position: absolute;
    z-index: 11;
    background-color: rgba(255,255,255,.15);
    top: 0;
    left: 110px;
    /*
    right: 110px;
    */
    width: 1px;
    max-width: 1px;
    margin: 0 auto;
    pointer-events: none;
    height: 100%;
}

.filigrane::after {
    position: absolute;
    z-index: 11;
    right: -0%;
    bottom: -10%;    
    content: '';
    width: 150vh;
    height: 150vh;
    border-radius: 50%;
    /*border: 2px solid rgba(255,255,255,.15);*/
    box-shadow: 0 0 0 2px rgba(255,255,255,.15);
    /*animation: filigrane-pulse 15s infinite cubic-bezier(0.4, 0, 0.2, 1);*/
}

.filigrane-line::after,
.filigrane-line::before {
    background-color: rgba(0,0,0,.15);    
}

.filigrane-line::before {
    left: auto;
    right: 110px;
}


@keyframes filigrane-pulse {
    0% {
        width: 150vh;
        height: 150vh;
        right: 0%;
        bottom: -10%;
    }
    25% {
        width: 151vh;
        height: 151vh;
        right: 1.5%;
        bottom: -8%;
    }/*
    50% {
        width: 150vh;
        height: 150vh;
        right: 0%;
        bottom: -10%;
    }
    */
    75% {
        width: 151vh;
        height: 151vh;
        right: -1%;
        bottom: -9%;
    }
    100% {
        width: 150vh;
        height: 150vh;
        right: 0%;
        bottom: -10%;
    }
}

/*
.filigrane::after::after {
    left: auto;
    right: 200px;
}
*/

/* NEWS list / blog */

#newslist {
    padding: 100px 0 40px 0;
    background-image: linear-gradient(0deg, rgba(255,255,255,0) 0%, #ffffff 100%);
    background-image: linear-gradient(0deg, var(--beige) 0%, #ffffff 100%);
}

#newslist .breadcrumbs {
    margin-bottom: 20px;
}

#catlist {
    text-align: center;
}

#catlist .btn {
    margin: 0 5px;
}

.labelz-date .fl-post-info-date {
    background: #fff;
    border-radius: .75rem;
    padding: .35rem .9375rem;
    font-size: 12px;
    position: relative;
    text-transform: capitalize;
}





/* Cards */

.card {
    display: block;
    padding: 20px;
    border-radius: 10px;
}

.card-square {
    border-radius: 0;
}

.card h3 {
    font-size: 20px;
    margin: 1rem 0 .5rem 0;
    color: var(--pink);
}

.card-news {
    padding-left: 0;
    padding-right: 0;
}

.card-news .card-img {
    position: relative;
}

#inner-wrap .card-news .card-content p {
    font-size: 15px;
}

.labelz {
    background: #fff;
    border-radius: .75rem;
    padding: .35rem .9375rem;
    font-size: 12px;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    text-transform: capitalize;
}

a.card {
    color: #000;
    text-decoration: none;
}

a.card:hover {
    color: #000;
}

.card .card-img {
    position: relative;
    background: #eee no-repeat center center;
    background-size: cover;
    height: 100%;
    min-height: 150px;
    margin-bottom: 13px;
    transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
    aspect-ratio: 1.23;
    overflow: hidden;
    border-radius: 1rem;
}

.card-cover {
    background: #eee no-repeat center center;
    background-size: cover;
    height: 100%;
    transition: all .85s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: flex;
    align-items: end;
    padding: 1.25rem 2rem;
    transform: scale(1.025);
    background-position: center;
}

.card-cover-none {
    background: var(--pink);
    font-weight: 100;
    font-size: 18px;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-cover-none span {
    font-size: 100px;
    display: block;
}

.card .card-img.ratio-1,
.card .card-img.cover-square {
    aspect-ratio: 1;
}

.card .card-img.cover-horizontal {
    aspect-ratio: 4/3;
}

.card .card-img.cover-vertical {
    aspect-ratio: 3/4;
}

.card .card-img.cover-portrait {
    aspect-ratio: .9;
}

.card:hover .card-img .card-cover,
a.card-img:hover .card-cover {
    transform: scale(1.075);
}

.card-img .card-tags {
    position: absolute;
    bottom: 0;
    padding: 1rem;
}

.card-img .card-tags span {
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background: #000;
    /*border-radius: 5px;*/
    border-radius: 2rem;
    padding: .35rem .9375rem;
    margin: .325rem;
    font-size: 12px;
    text-transform: uppercase;
    min-height: 30px;
}

.card-img .card-tags span.bg-green {
    background: #d5fc44;
    color: #000;
}

.card-img .card-tags span.bg-pink {
    background: var(--pink);
}
.card-img .card-tags span.bg-blue {
    background: #38b6ff;
}

@media (max-width: 767px) {
    #raidprevious .card-text {
        font-size: 14px;
        line-height: 1.15;
    }
    #raidprevious h5 {
        font-size: 1rem;
        line-height: 1.15;
    }
}

.swiper-equipe {
    margin: 2rem 0;
}
.swiper-wrapper .card {
    padding: 0;
    max-width: 400px;
}




/* Partage RS */

body .a2apage_wide.a2a_wide {
    display: none;
  }
  body .a2a_mini {
    min-width: 100px;
    width: 150px;
    background: #fff !important;
    border-color: #fff !important;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
    margin-top: 10px;
  }
  
  body .a2a_menu.a2a_mini a,
  body .a2a_menu.a2a_mini a.a2a_i,
  body .a2a_menu.a2a_mini a.a2a_i:visited,
  body .a2a_menu.a2a_mini a.a2a_more, 
  body .a2a_menu.a2a_mini i.a2a_i {
    display: flex;
    align-items: center;
    background: #fff !important;
    border-color: #fff !important;
    color: var(--global-palette3) !important;
  }
  
  body .a2a_menu.a2a_mini a.a2a_i:active, 
  body .a2a_menu.a2a_mini a.a2a_i:focus, 
  body .a2a_menu.a2a_mini a.a2a_i:hover, 
  body .a2a_menu.a2a_mini a.a2a_more:active, 
  body .a2a_menu.a2a_mini a.a2a_more:focus, 
  body .a2a_menu.a2a_mini a.a2a_more:hover, 
  body .a2a_menu.a2a_find_container {
    background: var(--pinklt) !important;
    border-color: var(--pinklt) !important;
    color: var(--global-palette3) !important;
  }
  
  body .a2a_menu.a2a_mini a.a2a_more {
    display: none !important;
  }
  
  
  body .a2a_full {
    height: auto !important;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.08);
  }
  body .a2a_full_services {
    overflow: hidden;
    height: auto !important;
  }
  
  body .a2a_full_services i.a2a_i {
    height: 1px;
    margin-top: -1px;
    border: 0;
    display: none;
  }
  body .a2a_full_header,
  body .a2a_full_footer {
    display: none;
  }
  
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_facebook,
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_x,
  .a2a_kit.a2a_kit_size_32.addtoany_list .a2a_button_linkedin {
    display: none;
  }
  
  body a.a2a_i .a2a_svg,
  body a.a2a_more .a2a_svg {
    background-size: 24px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    border-radius: 20px;
    margin-right: 10px;
  }
  
  body .a2a_svg svg {
    width: 22px;
    height: 22px;
    padding: 4px;
  }

  


/* Pagination */

.wp-pagenavi {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
}

.wp-pagenavi span.page-numbers.current,
.wp-pagenavi span.current,
.wp-pagenavi a {
  display: inline-block;
  padding: 7px 4px;
  margin: 0 2px;
  border: 1px solid var(--pink);
  border-radius: .25rem;
  text-align: center;
  color: var(--pink);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  min-width: 40px;
  transition: all .25s ease;
}

.wp-pagenavi a {
  text-align: center;
  margin: 0;
  text-decoration: none;
}

.wp-pagenavi span.page-numbers.current,
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
  color: #fff;
  background-color: var(--pink);
  border-color: var(--pink);
  text-align: center;
}

.wp-pagenavi a:hover {
  color: #fff;
  border-color: var(--pink);
}


.wp-pagenavi a.prev,
.wp-pagenavi a.next {
  background-image: url(img/ic-chevron-right-b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px;
  border: 0;
}
.wp-pagenavi a.prev:hover,
.wp-pagenavi a.next:hover {
  background-image: url(img/ic-chevron-right.svg);
}

.wp-pagenavi a.prev {
  transform: rotate(180deg);
}

.wp-pagenavi [rel="prev"]:before,
.wp-pagenavi [rel="next"]:after {
  display: none;
}

/* Dropdown categorie blog */ 


.dropdown {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  
.dd-button {
    display: inline-block;
    background: var(--pink);
    color: #fff;
    border: 1px solid var(--pink);
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
    cursor: pointer;
    min-width: 28px;
    margin: .25rem;
    padding: 1.15rem 3rem 1.15rem 2.25rem;
    padding: 10px 20px;
    border-radius: 2rem;
    transition: all .25s ease;
  }
  
  .dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1.75rem;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--blue);
  }
  
  .dd-button:hover {
    /*
    background-color: var(--pink);
    border-color: var(--pink);
    background-color: #fff;
    border-color: var(--pink);
    */
    color: #fff;
    background-color: var(--pinkdk);
    border-color: var(--pinkdk);
  }
  
  
  .dd-input {
    display: none;
  }
  
  .dd-menu {
    position: absolute;
    z-index: 101;
    top: 100%;
    border-radius: 00 0 4px 4px;
    padding: 0;
    margin: -4px 0 0 25px;
    background-color: var(--pink);
    color: #fff;
    list-style-type: none;
    width: calc(100% - 50px);
  }
  
  .dd-input + .dd-menu {
    display: none;
  } 
  
  .dd-input:checked + .dd-menu {
    display: block;
  } 
  
  .dd-menu li {
    padding: 10px 1.25rem;
    cursor: pointer;
    white-space: nowrap;
  }
  
  .dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
  }
  
  .dd-menu li a:hover {
    background-color: var(--pinkdk);
  }
  
  .dd-menu li.menu-on {
    background-color: var(--pink);
  }
  
  .dd-menu li:hover {
    background-color: var(--pink);
  }
  
  .dd-menu li:hover a,
  .dd-menu li.menu-on a {
    color: #fff;
  }
  
  .dd-menu li:hover a {
  }
  
  .side-dropdown {
    width: 100%;
  }
  .side-dropdown .dd-button {
    width: 100%;
  }
  

  /* Footer */

#footer {
    background-color: #fff;
    border-radius: 2rem;
    margin: 20px;
    padding: 40px 20px;
    width: 100%;
    max-width: calc(100% - 40px);
    font-size: 14px;
}

#footer a {
    color: var(--global-palette4);
}

.fw-bold {
    color: var(--pink);
    font-weight: normal;
    font-size: 20px;
    display: block;
    margin-bottom: 1.5rem;
}
#footer .navbar-nav {
    margin-top: 0;
}

#footer .navbar-nav-first {
    margin-bottom: 0;
}

#footer.entry-content ul {
  padding-left: 0;
}

#footer.entry-content ul li::before {
  padding-left: 0;
  top: 10px;
  left: -18px;
  height: 6px;
  width: 6px;
}

#copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    gap: .5rem;
    font-size: 14px;
    color: rgba(0,0,0,0.46);
}

#copyright a {
    color: rgba(0,0,0,0.46);
}

@media (min-width: 992px) {
    #footer {
        padding: 40px 40px 20px 40px;
        margin: 40px 40px 0 40px;
        max-width: calc(100% - 80px);
    }
    #footer .navbar-nav {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }    
    #copyright {
        margin: 0 60px;
        flex-direction: row;
        justify-content: space-between;
        gap: 1rem;
    }
    .fw-bold {
        margin-bottom: 1.5rem;
    }
    .copydate {
        margin-left: auto;
    }
}