/*
 Theme Name:   Text CCPA
 Description:  Theme pour La CCPA
 Author:       We used to be friends
 Template:     twentytwelve
*/

@font-face {
    font-family: 'olivier';
    src: url('olivier.woff2') format('woff2'),
        url('olivier.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #FFF;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif !important;
    overflow: hidden;
    color: #000;
}
body .site {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    hyphens: none;
}
a {
    color: #000;
}
a:focus{
    outline: 0 dotted;
}
.site-content article {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.site {
    max-width: 100%;
}
.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: 0;
    box-shadow: none;
}
.violet a, .violet a:hover{
    color: #FFF;
}
.main-navigation li a:hover, .main-navigation li a:focus {
        color: #94C241;
}
h1.entry-title {
    font-family: 'olivier';
    font-size:70px !important;
    hyphens: none;
    color: #672250;
    font-weight: normal;
    line-height: 1 !important;
}
.bloccont {
    padding: 0 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.entry-content {
    padding-top: 60px;
    min-height: 450px;
}
.home .entry-content {
    padding-top: 0;
}
h2 {
    font-size: 40px !important;
    font-family: 'olivier';
    line-height: 1.1 !important;
    hyphens: none;
    margin-bottom: 20px;
}
.flexactu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colleft {
    width: calc(70% - 20px);
    padding-right: 0;
}
.colright {
    width: calc(30% - 20px);
    padding-right: 0;
}
p {
    hyphens: none;
    line-height: 1.7;
}
#wrapdeuxcols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colgauchetxt {
    width: calc(50% - 20px);
    padding-right: 0;
}
.coldroitetxt {
    width: calc(50% - 20px);
    padding-right: 0;
}
h3 {
    font-size: 30px !important;
    line-height: 1.3 !important;
    hyphens: none;
}
.contimgtext {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.colgauche {
    width: calc(50% - 20px);
    padding-right: 0;
}
.coldroite {
    width: calc(50% - 20px);
    padding-right: 0;
}
#unecolpage, #colmeimage, .deuxcols, .blocaccord {
    padding:50px 0;
}
.violet {
    background:#672250;
    color:white;
}
.violet h2 {
    color:white;
}

.vert {
    background:#94C241;
    color:white;
}
.entry-header {
    padding: 150px 40px 50px;
}
.single-actualite .entry-header {
    padding: 100px 40px 0px;
}
.txtcentre .coldroite {
    display: flex;
    align-items: center;
}
.imgdroite .contimgtext {
    flex-direction:row-reverse;
}
.colgauche img {
    width:100%;
    border-radius: 20px;
}
.accordion_head {
    font-size: 20px;
    border-top: 1px solid;
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    cursor:pointer;
}
.entry-header img.wp-post-image {
    border-radius:20px;
}
.unaccordeon:last-child {
    border-bottom:1px solid;
}
.accordion_body {
    padding: 10px 0 20px;
}
.mauve {
    background:#CEA7B9;
}
.liste-actualites {
    padding:50px 0;
}
.actualite-titre {
    font-size: 23px !important;
    font-family: 'Montserrat';
    font-weight: 600;
    hyphens: none;
    margin-bottom: 7px !important;
    margin-top: 10px !important;
    line-height: 1.1 !important;
}
#flex-actua {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.actualite-date i {
    color: #672250;
}
.home .actualite-date i {
    color: #FFF;
}
div#wrapactuplus {
    max-width: 1300px;
    margin: 0 auto;
}
.actualite-item {
    width: calc(33.33% - 40px);
    padding-right: 0;
    text-decoration: none;
    margin: 8px 20px 40px;
}
.itemetab.actualite-item{
    border-radius: 25px 25px 0 0;
    border-bottom: 1px solid #672250;
}
.actualite-item img {
    border-radius: 15px;
}
.liste-actualites h2 {
    margin-bottom: 20px;
    color: #672250;
}
div#lesliensheadconthome a {
    border: 1px solid;
    padding: 8px 20px;
    border-radius: 30px;
    text-decoration: none;
    color: #672250;
    font-size: 14px;
    margin-left: 5px;
    transition: all 0.3s linear;
}
div#lesliensheadconthome a:hover {
    border: 1px solid #672250;
    background: #672250;
    color: #FFF;
    transition: all 0.3s linear;
}
.violet div#lesliensheadconthome a {
    color: #FFF;
}
.violet div#lesliensheadconthome a:hover {
    color: #672250;
    border: 1px solid #FFF;
    background: #FFF;
}
.actualite-date {
    font-size:14px;
    margin-top:2px;
    margin-bottom:0 !important;
}
.actualite-item {
    outline: none;
}
.actualite-template-default .actualite-item:hover, .page-template-actualites .actualite-item:hover {
    color:black;
}
.actualite-item:focus,
.actualite-item:active {
    outline: none;
    box-shadow: none;
}
.actualite-item .actualite-image {
    overflow: hidden;
    border-radius:20px;
    line-height: 0;
}
.actualite-item .actualite-image img, a.evenement-item .vignette-evenement img  {
    transition: transform 0.3s ease;
    border-radius:20px;
}
.actualite-item:hover .actualite-image img, a.evenement-item:hover .vignette-evenement img {
    transform: scale(1.05);
}
#galerie {
    column-count: 4;
    column-gap: 1rem;
}
#galerie a {
    margin-bottom: 1rem;
    width: 100%;
}
button.carousel__button.fancybox__button--zoom, button.carousel__button.fancybox__button--fullscreen, button.carousel__button.fancybox__button--thumbs {
    display: none;
}
#galerie img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
#footer {
    background: #F0F0F0;
    padding: 40px 0px 0;
    margin-top: 20px;
}
.single-actualite #footer {
    margin-top: 0;
}
#bloccontfooter {
    max-width:1200px;
    padding: 0 50px 20px 50px;
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.bouton-contact {
    color: #672250;
    border: 1px solid #672250;
    padding: 8px 20px;
    border-radius: 25px;
    transition: 0.2s;
    text-decoration: none;
    font-size: 14px;
    display: table;
    margin-top: 15px;
}
.bouton-contact:hover {
    background:#672250;
    color:white;
}
#footer p {
    color:#672250;
    font-size: 14px;
}
.bouton-newsletter {
    color:#672250;
    border:1px solid #672250;
    padding:8px 20px;
    border-radius:25px;
    transition:0.2s;
    text-decoration:none;
    font-size: 14px;
}
.bouton-newsletter:hover {
    background:#672250;
    color:white;
}
.container-bouton-footer {
    margin-bottom:30px;
}
div#footcol1 p {
    margin-bottom: 12px;
}
#footcol1 {
    padding-right: 20px;
    width: 28%;
}
#footcol2 {
    width: 40%;
}
#rs-foot .logors {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: #672250;
    font-size: 19px;
    text-decoration: none;
    margin: auto;
    transition:0.2s;

}
#rs-foot .logors:hover {
    background: #672250;
    color: white;
}
#rs-foot {
    display: flex;
    margin-bottom:15px;
    justify-content: center;
}
.sousmenu-footer {
    background: #672250;
    color: white;
    padding:20px;
}
.bloccontfooter-second {
    max-width:950px;
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.bloccontfooter-second a {
    color:white;
    text-decoration: none;
    transition:0.2s;
    font-size:13px;
}
.bloccontfooter-second a:hover {
    color:#94C241;
}
.email {
    color:#672250;
}
.email:hover {
    color:black;
}
#footcol3 {
    padding-left: 20px;
}
#footcol1 {
    padding-right: 20px;
}
.violet h2 {
    color:white;
}
.violet h3, .violet p {
    color:white;
}
div#headerconthome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.flexapropos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 0 36px;
}
.flexapropos h2 {
    color:#672250;
    width:30%;
    margin: 0;
}
.blocapropos {
    width:70%;
    color:#672250;
}
.blocapropos p:last-child {
    margin-bottom: 0;
}
#blocthematiques {
    background: #672250;
    color: white;
    padding: 60px 0 60px;
    margin-top: -260px;
    padding-top: 300px;
    text-align: center;
}
.thematiques {
    width: calc(100% + 50px);
    margin-left: -25px;
    display: flex;
    flex-wrap: wrap;
}
.thematique-item {
    width: calc(14.2% - 50px);
    margin: 0 25px 0px;
    transition: 0.2s;
}
.thematique-item a {
    text-decoration:none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h3.thematique-titre {
    font-size:15px !important;
    font-weight:normal;
    text-transform: uppercase;
    margin-top: 10px;
    color:white;
    margin-bottom: 0;
}
.thematique-picto {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

.thematique-picto img {
    max-width: 60%;
    max-height: 60%;
    transition: transform 0.3s ease;
}

.thematique-item a:hover .thematique-picto {
    transform: scale(1.10);
}

.thematique-item a:hover .thematique-picto img {
    transform: scale(1.1);
}

.thematique-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#intro-home {
    position: relative;
    text-align:center;
    background-color: #efefef;
    overflow: hidden;
    z-index:1;
}
.image-bandeau img {
    width: 100%;
    margin-top: -15px;
}
.les-boutons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.bouton-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 160px;
}
.bouton-lien {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bouton-picto {
    background: #fff;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: 0.2s;
    text-align: center;
    padding: 10px;
    transition: all 0.3s linear;
}
.bouton-lien:hover .bouton-picto {
    width: 135px;
    height: 135px;
    transition: all 0.3s linear;
}
.bouton-picto img {
    max-width: 41px;
    max-height: 41px;
    margin-bottom: 5px;
    transition: 0.2s;
}
.bouton-titre {
    font-size: 29px;
    font-weight: normal;
    color: #672250;
    font-family: 'olivier';
    line-height: 1;
    margin-top: 8px;
}
#intro-home h2 {
    color: #672250;
    font-family: Montserrat;
    font-weight: 100;
    font-size: 27px !important;
}
span.wutbf-thumb img {
    width: 150px !important;
    height: 100px !important;
}
.image-bandeau {
    padding-top: 56px;
    background-color: #efefef;
}
.logos-partenaire a img {
    max-width: 250px;
    padding: 5px;
}
.logos-partenaire {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
}
div#mentionspart {
    font-size: 14px;
    color: #672250;
    margin-top: 52px;
}
.premenu {
    background:#672250;
    color:white;
    font-family: Montserrat;
    font-weight: 100;
    font-size: 14px;
    padding: 10px 40px;
}
.premenu a {
    color:white;
    text-decoration:none;
    transition:0.2s;
}
.premenu a:hover {
    color:#9ecb4c;
    transition:0.2s;
}
.main-navigation {
    margin-top:0;
}
.site-header {
    padding:0;
}
body.template-front-page .site-content, body.attachment .site-content, body.full-width .site-content {
    margin-top:0;
}
.blocmenu nav ul {
    display:flex;
}
.blocmenu nav ul li {
    margin-left: 20px;
}
#intro-home {
    padding-top: 30px;
}
.premenu {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}
.screen-reader-text {
    font-family: 'olivier';
    font-size:14px;
    color:white;
}
.premenu .fa-search {
    background:none !important;
    color:white !important;
}
.search-submit {
    background:transparent;
    border:none;
    transition:0.2s;
}
.search-field {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0;
    color:white;
}
.search-field::placeholder {
    color: white;
    font-family: 'olivier';
    font-size:16px;
}
.blocmenu {
    display: flex;
    align-items: center;
    justify-content: end;
}
.search-submit:hover {
    background:transparent;
    border:none;
    color:#9ecb4c !important;
    transition:0.2s;
}
.blocmenu form {
    padding-bottom: 3px;
}
.page-id-604 .page, .page-id-590 .page, .page-id-593 .page, .page-id-587 .page, .page-id-595 .page, .page-id-606 .page {
    position: relative;
    z-index: 0;
}
a.bouton-contact.ajoutetab {
    color: #FFF;
    border: 1px solid;
    margin: 0 5px;
}
a.bouton-contact.ajoutetab:hover {
    color: #672250;
    border: 1px solid #FFF;
    background: #FFF;
}
.page-id-604 .page::after, .page-id-606 .page::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px; /* ajuste selon la taille souhaitée */
    height: 400px;
    background: url('http://wrndtvm.cluster100.hosting.ovh.net/wp-content/uploads/2025/10/pays-arbresle-150dpi-visuel-bas-panier.png') no-repeat bottom left;
    background-size: contain;
    opacity: 1; /* ajuste selon la visibilité voulue */
    pointer-events: none;
    z-index: -1; /* derrière tout le contenu */
}
.page-template-agenda .entry-title, .page-template-actualites .entry-title, .page-template-default .entry-title, .page-template-annuaire .entry-title {
    position: relative;
    z-index: 1; /* Passe au-dessus de la bosse */
    font-size: 60px !important;
    font-family: 'olivier';
    line-height: 1.1 !important;
    hyphens: none;
    padding: 0 60px;
    max-width: 1200px;
    margin: 0 auto;
    color: white;
}
h1.entry-title span {
    display: block;
    font-size: 16px;
    font-family: 'Montserrat';
    margin-top: 20px;
}
.blocmenu {
    background: #672250;
    margin-top: 12px;
    padding-bottom: 20px !important;
}
.blocmenu a {
        color: #ffffff;
        font-size: 14px;
        text-decoration: none;
        border: 1px solid #ffffff;
        padding: 8px 20px;
        border-radius: 20px;
        transition: 0.2s;
}
.blocmenu a:hover {
        color: #672250;
        border: 1px solid #ffffff;
        background: #FFF;
        transition: 0.2s;
}
.page-template-agenda .entry-header, .page-template-default .entry-header, .page-template-actualites .entry-header, .page-template-annuaire .entry-header {
    position: relative;
    overflow: visible;
    background: #672250;
    color: white;
    padding: 30px 0 00px;
    margin-bottom: 100px;
}
.page-template-front-page .main-navigation {
    display:none;
}
.page-template-front-page .site {
    margin-top: 0;
}
.recherche {
    display: flex;
    align-items: center;
}
.page-template-agenda .entry-header::after, .page-template-actualites .entry-header::after, .page-template-default .entry-header::after, .page-template-annuaire .entry-header::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    height: 220px;
    bottom: -90px;
    background: #672250;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
h3.gsection_title {
    font-family: Olivier;
    color: #672250;
    font-size: 50px !important;
    font-weight: normal;
    margin-bottom: 0;
}
.page-id-604 .gfield_label, .page-id-590 gfield_label, .page-id-593 .gfield_label, .page-id-587 .gfield_label, .page-id-595 gfield_label, .page-id-606 .gfield_label {
    color: #672250 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.gform_wrapper .gform_required_legend {
    font-size:13px;
    font-style: italic;
}
.gform_wrapper textarea {
    border-radius:20px !important;
}
.gform_wrapper input[type=text]{
    border-radius:20px !important;
}
.gform_wrapper .wp-editor-container {
    border-radius:20px !important;
}
.gform_wrapper input[type=email] {
    border-radius:20px !important;
}
.gform_wrapper input[type=url] {
    border-radius:20px !important;
}
.gform_wrapper input[type=number] {
    border-radius:20px !important;
}
.gform_wrapper select {
    border-radius:20px !important;
}
.page-id-604 .gform_drop_area, .page-id-587 .gform_drop_area, .page-id-595 .gform_drop_area , .page-id-606 .gform_drop_area {
    border-radius:20px !important;
}
.page-id-604 div.mce-toolbar-grp>div, .page-id-587 div.mce-toolbar-grp>div, .page-id-595 div.mce-toolbar-grp>div, .page-id-606 div.mce-toolbar-grp>div {
    padding: 3px 3px 3px 20px;
}
.page-id-604 .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before, .page-id-587.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before, .page-id-595 .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before, .page-id-606 .gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area::before{
    color:#672250 !important;
}
.gform_wrapper .gfield--type-section {
    border-bottom:1px solid #672250 !important;
}
.gform_wrapper .gform_button_select_files {
    background: #672250 !important;
    border: 1px solid #672250 !important;
    color:white !important;
    border-radius:20px !important;
}
.gform_wrapper .gform_button_select_files:hover {
    background: white !important;
    border: 1px solid #672250 !important;
    color:#672250 !important;
}
.gform_wrapper .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    background-color:#672250 !important;
}
.gform_wrapper input[type=submit]{
    background: #672250 !important;
    border: 1px solid #672250 !important;
    color:white !important;
    border-radius:25px !important;
    font-size:18px !important;
    text-align: center !important;
    margin: 0px auto !important;
    padding: 14px 22px !important;
    width:100% !important;
}
.gform_wrapper input[type=submit]:hover {
    background: white !important;
    border: 1px solid #672250 !important;
    color:#672250 !important;
}
.page-id-604 .gform-theme--framework .gform_validation_errors .gform_submission_error, .page-id-587 .gform-theme--framework .gform_validation_errors .gform_submission_error, .page-id-595 .gform-theme--framework .gform_validation_errors .gform_submission_error, .page-id-606 .gform-theme--framework .gform_validation_errors .gform_submission_error {
    font-size: 13px !important;
    margin: 0 !important;
}
.page-id-593 .entry-content {
    margin-top: 80px;
    margin-bottom: 50px;
}
.page-id-593 .fa-login form {
    padding:30px;
    border:1px solid #672250 !important;
    border-radius:20px !important;
}
.page-id-593 label, .page-id-595 label {
    color: #672250 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    margin-right: 10px !important;
}
.page-id-593 p {
    margin-bottom:0;
    margin-top: 8px;
}
.page-id-593 .login-remember label, .page-id-595 .login-remember label {
    font-weight: normal !important;
    font-size: 14px !important;
    margin: 12px 0 !important;
}
.page-id-593 input[type=password] {
    border-radius:20px !important;
}
.page-id-593 .fa-login input {
    border: 1px solid #686e77;
    border-radius: 25px;
}
.page-id-593 .fa-links a, .page-id-595 .fa-links a {
    font-size:13px;
    transition:0.2s;
}
.page-id-593 .fa-links a:hover, .page-id-595 .fa-links a:hover {
    color: #672250;
    transition:0.2s;
}
.page-id-595 h2, .page-id-590 h2 {
    color:#672250;
}
.page-id-595 input[type=text] {
    padding:10px !important;
    border:1px solid #686e77 !important;
}
.page-id-590 .button {
    background: #672250 !important;
    border: 1px solid #672250 !important;
    color: white !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    text-align: center !important;
    margin: 0px auto !important;
    padding: 2px 20px !important;
    transition: 0.2s;
    text-decoration: none !important;
}
.page-id-593 .fa-login input#wp-submit, .fa-form .button {
    background: #672250 !important;
    border: 1px solid #672250 !important;
    color: white !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    text-align: center !important;
    margin: 7px auto 0 !important;
    padding: 6px 20px !important;
    transition: 0.2s;
    text-decoration: none !important;
}
.page-id-590 .button:hover, .page-id-593 .fa-login input#wp-submit:hover, .fa-form .button:hover {
    background: white !important;
    border: 1px solid #672250 !important;
    color:#672250 !important;
}
.post-590 li::marker {
    content: "➜ ";
    color: #9ecb4c;
    font-size: 1.2em;
}
.post-590 li a:hover {
    color:#672250;
}
.post-590 li a {
    color: white;
    background:#672250;
    border: 1px solid #672250;
    padding: 2px 10px;
    border-radius: 25px;
    transition: 0.2s;
    text-decoration: none;
    font-size: 14px;
}
.post-590 li a:hover {
    color: #672250;
    background:white;
}
.post-590 li strong {
    color:#672250;
}
.post-606 .gform_confirmation_message a {
    background: #672250 !important;
    border: 1px solid #672250 !important;
    color:white !important;
    border-radius:25px !important;
    font-size:16px !important;
    text-align: center !important;
    margin: 0px auto !important;
    padding: 8px 20px !important;
    transition:0.2s;
    text-decoration:none !important;
}
.post-606 .gform_confirmation_message a:hover {
    background: white !important;
    border: 1px solid #672250 !important;
    color:#672250 !important;
}
.page-id-590 .entry-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top:60px;
}
.page-id-590 .entry-content h2 {
    margin-top:0;
}
.page-id-590 .entry-content ul {
    width: 100%;
    box-sizing: border-box;
}
.page-id-590 .entry-content p {
    padding-top: 10px;
}
a.button.ajoutetable {
    padding: 8px 20px !important;
    font-size: 14px !important;
        margin-top: 20px !important;
}
.sstitre-etab {
    font-family:Olivier;
    color: #9ecb4c;
    margin:0 !important;
}
.flexetab h1.entry-title {
    line-height:1.1;
    margin:0;
}
.intro-etab p {
    font-weight:bold;
    font-size:18px;
    margin-bottom:0;
}
.intro-etab {
    margin: 8px 0;
}
.flexetab {
    margin: 180px auto 80px;
}
.gform-footer.gform_footer {
    margin-bottom: 50px;
}
div#presformulaire {
    padding: 0 40px;
}
.single-structure .flexetab, .single-evenement .flexetab {
    margin: 5px auto 80px;
}
.img-etab img {
    border-radius:25px;
}
.ville-etab {
    color:#672250;
    margin-bottom:10px;
    font-size:20px;
}
.flexcategorie {
    display: flex;
    flex-direction: inherit;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.flexcategorie div {
    margin-bottom: 7px;
}
.type-etab, .ecoresponsable-etab {
    color: white;
    background: #672250;
    padding: 2px 15px;
    font-size: 14px;
    border-radius: 25px;
}
.type-etab {
    margin-right:10px;
}
.galerie-etab {
    position: relative;
    width: 100%;
    margin: 2rem auto;
}
.galerie-etab img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.galerie-etab .swiper-slide {
  position: relative;
  aspect-ratio: 16 / 9; /* ratio 800x450 */
  overflow: hidden;
  border-radius: 8px; /* optionnel */
}
.galerie-etab .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recadrage visuel sans déformation */
  object-position: center;
  display: block;
}
.swiper-slide {
    text-align: center;
}
.swiper-button-prev,
.swiper-button-next {
    color: #FFF !important;
    transition: color 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #000;
}
.single-structure h3 {
    font-size: 45px !important;
    font-family: 'olivier';
    font-weight:normal;
    line-height: 1.1 !important;
    hyphens: none;
    color:#672250;
    margin-bottom: 15px;
}
.bloc-contact {
    background:#672250;
    border-radius:20px;
    padding:10px 25px 25px;
    color:white;
    margin-top: 10px;
}
.blackbloc {
    background:#242424;
}
.bloc-contact a {
    color:white;
}
.bloc-contact h3 {
    color:white;
    font-size:30px !important;
    margin-top: 15px;
}
.bloc-contact h3 i {
    color:#9ecb4c;
}
.infos-contact p {
    margin-bottom:0;
}

.logos-liste {
    margin-top:20px;
}
.logos-liste a {
    color:#672250;
    text-decoration:none;
    font-family:Olivier;
    font-size:25px;
    margin-right:10px;
    transition:0.2s;
}
.logos-liste a:hover {
    color:#9ecb4c;
}
.blocboutonajouter .ajoutetable {
    background: transparent !important;
    border: 1px solid #672250 !important;
    color: #672250 !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    text-align: center !important;
    margin: 0px auto !important;
    padding: 8px 20px !important;
    transition: 0.2s;
    text-decoration: none !important;
}
.blocboutonajouter {
    text-align: center;
    margin: 0 auto 80px;
}
.blocboutonajouter .ajoutetable:hover {
    background:#672250 !important;
    color:white !important;
}
.document-item a {
    color:#672250;
    font-weight:bold;
    text-decoration:none;
    transition:0.2s;
}
.document-item a i {
    color:#9ecb4c;
    font-size: 20px;
    margin-right: 2px;
}
.document-item a:hover {
    color:#9ecb4c;
}
.flexetab .colleft {
    width: calc(70% - 20px);
    padding-right: 0;
}
.flexetab .colright {
    width: calc(30% - 20px);
    padding-right: 0;
}
.annuaire-titre {
    color: #000;
    font-weight: normal;
    margin: 8px 0 0 !important;
}
h3.annuaire-titre {
    font-size: 18px !important;
    font-weight: 600;
}
.annuaire-contenu .ville-etab {
    font-size: 16px;
    /* color: white; */
}
.annuaire-contenu .type-etab, .annuaire-contenu .ecoresponsable-etab {
    color: #FFF;
    background: #672250;
    padding: 3px 15px;
    font-weight: normal;
    line-height: 1.2;
    font-size: 12px;
    hyphens: none;
    border-radius: 25px;
}
.bloc-cont-annuaire {
    padding: 10px 0px 3px;
}
.annuaire-contenu .actualite-image {
    height: auto;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.annuaire-contenu .actualite-image img {
    transition: transform 0.3s ease;
}
.page-template-annuaire .alm-layouts .alm-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
}
div#mentionfiltre {
    font-size: 13px;
    font-weight: bold;
}
#alm-filters-filtresannuaire {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 0px !important;
    margin-bottom: 0;
}
#alm-filters-filtresannuaire .alm-filter {
    width: calc(33.33% - 40px);
    padding-right: 0;
    text-decoration: none;
    margin: 0 20px 0;
}
#alm-filters-filtresannuaire .alm-filters-container .alm-filter--inner {
    padding: 0 0 0 !important;
}
.alm-filters-container .alm-filter--select select {
    color: #672250 !important;
    border:1px solid #672250;
    border-radius:20px;
}
.page-template-front-page .boutonheader {
    display:none;
}
.boutonheader {
    margin-top: -30px;
}
a.lklogohome img {
    max-width: 250px;
}
a.lklogohome {
    margin-right: 20px;
}
.home a.lklogohome {
    display: none;
}
div#leftpreheader {
    display: flex;
    align-items: center;
    width: 337px;
}
.entry-header .colright img.wp-post-image{
    margin-bottom: 0;
}
div#block-3 a {
    border: 1px solid;
    padding: 9px 16px;
    display: table;
    margin: 20px auto;
    color: #FFF;
    border-radius: 18px;
    font-family: 'Montserrat';
    font-size: 14px;
}
.taptap-by-bonfire ul li a {
    font-family: 'olivier' !important;
    font-size: 29px !important;
    margin: 2px 0 !important;
}
div#block-3 ul {
    display: flex;
    justify-content: center;
}
div#block-3 ul a {
    margin: 10px 5px 0;
}
.taptap-logo-wrapper {
    left: 20px;
}
.colleft-event {
    width: calc(70% - 50px);
    padding-right: 0;
}
.colright-event {
    width: calc(30% - 20px);
    padding-right: 0;
}
.single-evenement h1 {
    font-family: 'olivier';
    font-size: 60px !important;
    hyphens: none;
    color: #672250;
    font-weight: normal;
    line-height: 1 !important;
    margin-bottom: 15px;
    margin-top: 0;
}
.date-principale {
    text-transform: uppercase;
    font-size: 18px;
    color: #672250 !important;
    background: transparent;
    padding: 10px 0 9px;
    border-top: 1px solid #672250;
    hyphens: none;
    border-radius: 0;
    line-height: 1.2;
}
.single-evenement .date-principale{
    font-weight: bold;
}
.single-evenement h3 {
    margin:0 0 5px 0;
    color: #672250;
    font-size: 27px !important;
    font-weight: normal !important;
    font-family: 'olivier';
    line-height: 1 !important;
}
.types-clientele {
    margin:20px 0;
    font-size:16px !important;
}
.visiteurs_attendus {
}
.portee {
    margin: 20px 0;
}
.tourisme {
    margin:20px 0;
    background: #672250;
    border-radius: 20px;
    padding: 25px 25px 25px;
    color: white;
    hyphens: none;
}
.tourisme h3 {
    color:white;
    margin-bottom: 10px;
}
.tourisme:nth-child(2n) {
    background: #242424;
}
.contacts-organisateurs {
    margin:20px 0;
    background: #9ecb4cab;
    margin: 20px 0;
    border-radius: 20px;
    padding: 25px 25px 25px;
    color: #242424;
    hyphens: none;
}
.contacts-organisateurs h3 {
    color: #242424;
}
.colright-event img {
    border-radius:20px;
}
.descriptif_court {
    margin-top:20px;
    font-weight: bold;
    font-size: 18px;
}
.descriptif_court p {
    margin-bottom:10px;
}
.slide-copyright {
    font-size:14px;
}
.single-evenement .galerie-photos img {
    border-radius: 20px;
}
.bloc-multimedias {
    margin-top: 10px;
    margin-bottom: 20px;
}
.tarifs-titre {
    margin-bottom: 5px !important;
    color: #672250;
    font-size: 27px !important;
    font-weight: normal !important;
    font-family: 'olivier';
    line-height: 1 !important;
}
.url-reservation a {
    color: white;
    background: black;
    padding: 7px 18px;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    border-radius: 25px;
    text-decoration:none;
    transition:0.2s;
}
.url-reservation a:hover {
    background: #672250;
}
.url-reservation {
    margin: 10px 0 4px;
}
.compl-tarifs p {
    line-height: 1.2;
}
.modespaiement {
    font-size: 14px;
    margin-top: 2px;
}
.multimedia-titre {
    color:#672250;
    text-decoration:none;
    transition:0.2s;
}
.contact-email a, .contact-telephone a {
    color:#672250;
    text-decoration:none;
    transition:0.2s;
}
.multimedia-item a {
    text-decoration:none;
}
.multimedia-titre:hover, .contact-email a:hover, .contact-telephone a:hover  {
    color:#672250;
}
.bloc-tarifs {
    hyphens: none;
    margin-top: 7px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
}
.lieu-precis {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 4px;
}
.lieu-precis i, .compl-tarifs i {
    color: #9ecb4c;
    margin-right: 4px;
}
.compl-tarifs p {
    margin-bottom: 0;
}
.compl-tarifs p:nth-child(2) {
    display: inline;
}
.contact-email a,
.contact-telephone a {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

.contact-email a::before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    font-size: 16px;
}

.contact-telephone a::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
.liste-evenements {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.evenement-item {
    width: calc(33.33% - 40px);
    padding-right: 0;
    text-decoration: none;
    margin: 8px 20px 40px;
}
.home .evenement-item {
    margin-bottom: 20px;
}
.vignette-evenement img {
    border-radius:20px;
}
.titre-evenement {
    font-size:23px !important;
    color:#672250 !important;
    margin:10px 0 !important;
    font-weight:bold !important;
    font-family:Montserrat;
}
.evenement-item .date-principale {
    font-size: 14px;
    color: #672250 !important;
    background: transparent;
    padding: 0 0 10px;
    border-bottom: 1px solid #672250;
    margin-top: 5px;
    hyphens: none;
    border-radius: 0;
    width: 100% !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-bottom: 0;
    padding-bottom: 8px;
}
.evenement-item .bloc-adresse {
    font-size:15px;
    line-height: 1.5;
    color:black !important;
}
.page-template-agenda .alm-layouts .alm-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
}
.page-template-agenda #taxonomy-select-1 {
    width:50%;
}
.evenement-item a:hover .bloc-adresse {
    color:black !important;
}
.evenement-item .adresse-ligne {
    line-height: 1;
    display: inline;
}
.evenement-item .lieu-precis {
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 2px;
}
.evenement-item .vignette-evenement {
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 12px;
    aspect-ratio: 16 / 9;
}
.evenement-item .vignette-evenement img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}
.evenement-item .evenement-item:hover .vignette-evenement img {
    transform: scale(1.05);
}
.adresse-commune {
    line-height: 1;
    display: inline;
}
.adresse-ligne {
    display: inline;
}
.adresse-ligne:after {
    content: "•";
    margin: 0 0px 0px 4px;
}
.blocagenda {
    margin: 0 auto 80px auto;
}
.main-navigation li a {
    color: white;
    font-size: 25px;
    font-weight: normal;
    transition: 0.2s;
    font-family: 'olivier';
    text-transform: initial;
    line-height: 2.2;
}
.main-navigation li a:hover {
    color:#94C241;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color:#94C241;
    font-weight: normal;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0px solid #ededed;
    border-top: 0px solid #ededed;
}
.blocmenu {
    padding:7px 0;
}
div#colmeimage.ouired, #unecolpage.ouired {
    padding-top: 0;
}
.contenumea {
    font-size: 30px;
}
.contenumea p{
    line-height: 1.25;
}
.contenumea p:last-child{
    margin-bottom: 0;
}
button.carousel__button.fancybox__button--slideshow{
    display: none !important;
}
div#alm-filters-filtresagenda {
    margin-bottom: 0;
}
select#periode {
    padding: 8px 12px 8px 6px;
    font-size: 15px;
    color: #672250;
}
#lesblocsdecontenu h4 {
    font-size: 26px !important;
    margin-bottom: 10px !important;
    margin-top: 2px !important;
    font-weight: 400;
    color: #672250;
    border-bottom: 1px solid;
    line-height: 1.2 !important;
    padding-bottom: 10px;
}
#lesblocsdecontenu h3 {
    margin-top: 0 !important;
    background: #672250;
    padding: 11px 13px 10px;
    line-height: 1.2 !important;
    color: #FFF;
    text-transform: uppercase;
    display: table;
    font-size: 13px !important;
    margin-bottom: 10px !important;
}
div#leslienetabhome {
    display: flex;
    justify-content: center;
}
div#searchpage {
    margin-bottom: 20px;
}
#ajaxsearchprores2_1 .results .item .asp_content h3 a, #ajaxsearchprores2_2 .results .item .asp_content h3 a, div.asp_r.asp_r_2 .results .item .asp_content h3 a, #ajaxsearchprores1_1 .results .item .asp_content h3 a, #ajaxsearchprores1_2 .results .item .asp_content h3 a, div.asp_r.asp_r_1 .results .item .asp_content h3 a {
    font-family: "Montserrat" !important;
    color: #000 !important;
    font-size: 15px;
}
#ajaxsearchprores2_1.vertical .item, #ajaxsearchprores2_2.vertical .item, div.asp_r.asp_r_2.vertical .item, #ajaxsearchprores1_1.vertical .item, #ajaxsearchprores1_2.vertical .item, div.asp_r.asp_r_1.vertical .item {
    border-bottom: 1px solid;
    background: #f1dfe7;
}
#ajaxsearchprores2_1.vertical, #ajaxsearchprores2_2.vertical, div.asp_r.asp_r_2.vertical, #ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {
    background: #672250 !important;
}
#ajaxsearchprores2_1 .results .item, #ajaxsearchprores2_2 .results .item, div.asp_r.asp_r_2 .results .item, #ajaxsearchprores1_1 .results .item, #ajaxsearchprores1_2 .results .item, div.asp_r.asp_r_1 .results .item {
    height: auto;
    background: #f1dfe7 !important;
}
#ajaxsearchprores2_1 .results .item:hover, #ajaxsearchprores2_2 .results .item:hover, div.asp_r.asp_r_2 .results .item:hover, #ajaxsearchprores1_1 .results .item:hover, #ajaxsearchprores1_2 .results .item:hover, div.asp_r.asp_r_1 .results .item:hover {
    background: #FFF !important;
}
a.asp_res_url em {
    font-weight: normal;
    font-style: normal;
}
a.asp_res_url em:before {
    content:"•";
    margin: 0 5px;
}
#ajaxsearchprores2_1.vertical .results .item .asp_content, #ajaxsearchprores2_2.vertical .results .item .asp_content, div.asp_r.asp_r_2.vertical .results .item .asp_content, #ajaxsearchprores1_1.vertical .results .item .asp_content, #ajaxsearchprores1_2.vertical .results .item .asp_content, div.asp_r.asp_r_1.vertical .results .item .asp_content {
    padding: 10px 8px 6px !important;
}
#ajaxsearchpro2_1, #ajaxsearchpro2_2, div.asp_m.asp_m_2, #ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1 {
    background: transparent !important;
    border-radius: 3px;
    border-bottom: 1px solid #672250 !important;
}
#ajaxsearchpro2_1 .probox .promagnifier, #ajaxsearchpro2_2 .probox .promagnifier, div.asp_m.asp_m_2 .probox .promagnifier {
    background: #f1dfe7 !important;
}
#ajaxsearchpro2_1 .probox .promagnifier .innericon svg, #ajaxsearchpro2_2 .probox .promagnifier .innericon svg, div.asp_m.asp_m_2 .probox .promagnifier .innericon svg {
    fill: rgb(68, 68, 68) !important;
}
.proinput {
    padding: 0 !important;
    margin: 0 0 0 4px !important;
}
.asp_content i {
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 13px !important;
}
.logo-mpa img {
    max-width: 630px;
}
a.alternbtviolet {
    font-weight: bold;
}
div#wrapfiltresagenda {
    display: flex;
    flex-wrap: wrap;
        margin-bottom: 5px;
    justify-content: space-between;
        margin-top: 8px;
}
.alm-results-text {
    font-size: 14px;
}
div#ajax-load-more {
    margin-top: 50px;
}
div#lesfiltresagenda {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 320px);
}
div#bandhead {
    border-bottom: 1px solid #FFF;
}
form#filtre-periode-agenda {
    width: 400px;
    margin-right: 20px;
}
.filtre-periode-agenda {
    position: relative;
    width: 100%;
}
div#alm-filters-filtresagenda .alm-filter--inner {
    padding-bottom: 0 !important;
}
#wrapfiltresagenda a.bouton-contact {
    margin-top: 0;
    padding: 8px 20px;
}
.filtre-periode-agenda select{
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #d6d9dd;
    cursor: pointer;
    font-size: 15px;
    color: #672250;
    padding: 0 40px 0 10px;
    height: 38px;
    line-height: 1;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background-image: url(/ims/flech-select.png) !important;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 11px 7px;
}
.filtre-periode-ligne button {
    background: #f1dfe7;
    border: 0;
    font-size: 15px;
    padding: 10px;
}
.filtre-periode-ligne button:hover {
    background: #CEA7B9;
}
.filtre-periode-ligne label {
    font-size: 13px;
}
.filtre-periode-ligne input {
    margin: 0;
    position: relative;
    background-color: #fff;
    border: 1px solid #d6d9dd;
    cursor: pointer;
    font-size: 15px;
    color: #672250;
    height: 38px;
    line-height: 1;
    border-radius: 3px;
    padding: 0 5px;
}
.alm-btn-wrap .alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn:disabled {
    background-color: #672250 !important;
}
.alm-btn-wrap .alm-load-more-btn {
    background: #672250 !important;
}
button.alm-load-more-btn:hover {
    background: #CEA7B9 !important;
}
.single-evenement .bloc-adresse {
    border-top: 1px solid;
    padding-top: 7px;
    border-bottom: 1px solid;
    padding-bottom: 7px;
}
.annuaire-message--active {
    padding: 20px;
    background: #f1dfe7;
    color: #000;
    margin: 40px 0 20px;
}
a.lkoffice {
    display: inline-block;
}
div#alm-filters-filtresannuaire.alm-filters-container .alm-filter--inner {
    padding-bottom: 0 !important;
}
.wrapannuairemessage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.annuaire-message-visuel {
    width: 150px;
    margin-right: 25px;
    line-height: 0;
}
.annuaire-message-texte {
    width: calc(100% - 175px);
    font-size: 17px;
}
.annuaire-message-texte p{
    margin-bottom: 0;
}
.taptap-by-bonfire ul li.current-menu-item > a {
    color: #94C241 !important;
}
h1.entry-title span p {
    margin-bottom: 10px;
}
h1.entry-title span p:last-child {
    margin-bottom: 0;
}
.descriptif_detaille {
    margin-top: 30px;
}
div#affmob {
    display: none;
}

@media only screen and (max-width: 1150px) {
    .colleft-event {
        width: 100%;
    }
    .colright-event {
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    .single-evenement h1 {
        font-size: 60px !important;
    }
div#lesfiltresagenda {
    width: 100%;
}
header#masthead {
    display: none;
}
.logo-mpa {
    display: none;
}
#intro-home {
    padding: 80px 40px 0;
}
#intro-home h2 {
    font-size: 30px !important;
}
#blocthematiques {
    margin-top: -258px;
}
.thematique-item {
    width: calc(25% - 50px);
    margin: 0 25px 20px;
}
.thematiques {
    justify-content: center;
}
.colleft {
    width: 100%;
    padding-right: 0;
}
.colright {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
}
h2 {
    font-size: 40px !important;
}
body .site {
    margin-top: 59px;
}
.entry-header {
    padding: 50px 40px;
}
.flexetab {
    margin: 40px auto 80px;
}
.bloccont {
    padding: 0 40px;
}
.page-id-604 .entry-header, .page-id-590 .entry-header, .page-id-593 .entry-header, .page-id-587 .entry-header, .page-id-595 .entry-header, .page-id-606 .entry-header, .page-template-annuaire .entry-header {
    padding: 30px 0 00px;
    margin-bottom: 60px;
}
.page-id-604 .entry-header::after, .page-id-590 .entry-header::after, .page-id-593 .entry-header::after, .page-id-587 .entry-header::after, .page-id-595 .entry-header::after, .page-id-606 .entry-header::after, .page-template-annuaire .entry-header::after {
    height: 150px;
    bottom: -60px;
}
#alm-filters-filtresannuaire .alm-filter {
        margin: 8px 10px 0px;
    }
#alm-filters-filtresannuaire {
    width: calc(100% + 20px);
    margin-left: -10px;
}
    .evenement-item {
        width: calc(50% - 40px);
    }
    .page-template-agenda .entry-header {
        margin: 0px 0 50px;
    }
    #alm-filters-filtresagenda {
        width: 100%;
    }
div#affdesk {
    display: none;
}
div#affmob {
    display: block;
}
}
@media only screen and (max-width: 900px) {
.flexetab .colleft {
    width: 100%;
    padding-right: 0;
}
.flexetab .colright {
    width: 100%;
    padding-right: 0;
    margin-top: 5px;
}
.img-etab.imgmobile {
    display: block !important;
    margin-bottom: 20px;
}
.img-etab {
    display: none;
}
.image-bandeau {
    padding-top: 0;
}

}
@media only screen and (max-width: 850px) {
    .single-evenement h1 {
        font-size: 40px !important;
    }
.actualite-item {
    width: calc(50% - 40px);
}
a.actualite-item:nth-child(3) {
    display: none;
}
.liste-actualites {
    padding: 50px 0 20px;
}
    .evenement-item {
        width: calc(100% - 40px);
    }
    .bloccont {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 660px) {
.thematique-picto {
    width: 78px;
    height: 78px;
}
h3.thematique-titre {
    font-size: 13px !important;
}
.bouton-picto {
    width: 90px;
    height: 90px;
}
.bouton-titre {
    font-size: 21px;
}
#intro-home h2 {
    font-size: 25px !important;
    margin-top: 12px;
}
.bouton-lien:hover .bouton-picto {
    width: 90px;
    height: 90px;
    transition: all 0.3s linear;
}
.entry-content {
    min-height: inherit;
}
}
@media only screen and (max-width: 600px) {
.compl-tarifs p {
    line-height: inherit;
}
.page-id-593 .fa-login form {
    padding: 20px;
}
.bouton-item {
    width: 100px;
}
.mes-etabs li {
    margin: 0 0 0 22px;
}
h3.gsection_title {
    font-size: 35px !important;
}
.page-template-agenda .entry-title, .page-template-actualites .entry-title, .page-template-default .entry-title, .page-template-annuaire .entry-title {
    padding: 0 20px;
}
.single-structure .entry-content {
    padding-top: 30px;
}
.single-structure .flexetab {
    margin: 5px auto 20px;
    padding-bottom: 0 !important;
}
.single-evenement .flexetab {
        margin: 5px auto 0px;
    }
.entry-content {
    padding-top: 30px;
}
.page-template-actualites .entry-content, .single-evenement .entry-content {
        padding-top: 0;
    }
.bouton-picto img {
    max-width: 28px;
    max-height: 28px;
}
    .thematique-item {
        margin: 0 25px 40px;
    }
#blocthematiques {
    padding: 60px 0 0px;
}
#alm-filters-filtresannuaire {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    #alm-filters-filtresannuaire .alm-filter {
        width: 100%;
        padding-right: 0;
        text-decoration: none;
        margin: 0px 0px 12px;
    }
.page-template-agenda .entry-header::after, .page-template-actualites .entry-header::after, .page-template-default .entry-header::after, .page-template-annuaire .entry-header::after{
        height: 150px;
        bottom: -47px;
    }
.bloccont {
    padding: 0 20px;
}
.actualite-titre {
    font-size: 19px !important;
}
h2 {
    font-size: 30px !important;
}
.single-structure h3 {
    font-size: 28px !important;
}
    #flex-actua {
        width: 100%;
        margin-left: 0;
    }
    #wrapactuplus #flex-actua {
        width: calc(100% - 40px);
        margin-left: 0;
    }
    .liste-actualites.violet {
        padding: 25px 0 20px;
    }
.home #flex-actua {
        width: 100%;
}
.page-template-annuaire .alm-layouts .alm-listing {
    width: 100%;
    margin-left: 0;
}
.actualite-item {
    width: 100%;
    padding-right: 0;
    margin: 8px 0 25px;
}
.liste-actualites {
    padding: 25px 0 1px;
}
.flexapropos {
    display: block;
    padding: 30px 0 0;
}
.blocapropos {
    width: 100%;
    margin-top: 10px;
}
#bloccontfooter {
    padding: 0 20px 20px 20px;
}
#footcol3 {
    padding-left: 0;
}
#bloccontfooter {
    display: block;
}
#footcol1 {
        padding-right: 0;
        width: 100%;
        margin-bottom: 20px;
}
#footcol2 {
    width: 100%;
}
.logos-partenaire {
    flex-direction: inherit;
    align-items: center;
    justify-content: left;
}
.bouton-newsletter {
    display: table;
    margin: 20px 0 0;
}
.bouton-contact {
    display: table;
}
.container-bouton-footer {
    margin-bottom: 14px;
}
#rs-foot {
    margin-bottom: 15px;
    justify-content: left;
    margin-top: 20px;
}
#rs-foot .logors {
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    transition: 0.2s;
}
.logos-partenaire a img {
    max-width: 220px;
    padding: 5px;
    max-height: 60px;
    width: auto !important;
    height: auto !important;
}
#footer {
    padding: 30px 0px 0;
}
.sousmenu-footer {
    padding: 20px 20px 3px;
}
.bloccontfooter-second a {
    margin-bottom: 20px;
}
#unecolpage, #colmeimage, .deuxcols, .blocaccord {
    padding: 24px 0;
}
.flexactu {
    padding: 30px 20px !important;
}
.single-structure .flexactu {
    padding: 0px 20px !important;
}
h1.entry-title {
    font-size: 40px !important;
}
.flexapropos h2 {
    width: 100%;
}
.page-id-604 .entry-title, .page-id-590 .entry-title, .page-id-593 .entry-title, .page-id-587 .entry-title, .page-id-595 .entry-title, .page-id-606 .entry-title, .page-template-annuaire .entry-title {
        font-size: 40px !important;
        padding: 0 20px;
    }
.bouton-contact {
    padding: 4px 9px;
}
div#leslienetabhome {
    display: block;
    padding: 0px 20px 30px;
}
div#leslienetabhome a {
    margin: 0 auto 10px;
}
    .evenement-item {
        width: 100%;
        margin: 0 0 40px;
    }
div#lesliensheadconthome a {
    padding: 4px 9px;
    margin: 0 auto 10px;
    display: inline-block;
}
.liste-actualites h2 {
    margin-top: 13px;
}
.bouton-newsletter {
    padding: 8px 20px;
}
.wrapannuairemessage {
    display: block;
}
.annuaire-message-texte {
    width: 100%;
    font-size: 15px;
    margin-top: 18px;
}
h1.entry-title span {
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.25;
}
div#mentionspart {
    margin-top: 13px;
}
.liste-actualites {
        padding: 20px 0 20px;
    }
.colgauche {
    width: 100%;
    padding-right: 0;
}
.coldroite {
    width: 100%;
    margin-top: 10px;
}
#lesblocsdecontenu h4 {
    font-size: 20px !important;
}
div#lewraptexte p:last-child {
    margin-bottom: 0;
}
#galerie {
    column-count: 2;
    column-gap: 1rem;
}
#galerie a {
    margin-bottom: 14px !important;
    display: block;
}
.page-template-agenda .alm-layouts .alm-listing {
    width: 100%;
    margin-left: 0;
}
.date-principale {
    font-size: 16px;
}
.page-id-590 .button {
    padding: 0px 20px !important;
    display: inline-block;
}
}
@media only screen and (max-width: 550px) {
.thematique-picto {
    width: 65px;
    height: 65px;
}
.thematique-item {
        margin: 0 25px 25px;
    }
h3.thematique-titre {
    font-size: 9px !important;
    margin-top: 3px;
}
div#leslienetabhome {
    padding: 0px 20px 20px;
}
#blocthematiques {
    padding: 20px 0 6px;
    margin-top: 0;
}
}
@media only screen and (max-width: 450px) {
.bouton-picto {
    width: 70px;
    height: 70px;
}
.bouton-lien:hover .bouton-picto {
    width: 70px;
    height: 70px;
    transition: all 0.3s linear;
}
.bouton-titre {
    font-size: 16px;
}
.image-bandeau {
    padding-top: 110px;
    background-color: #efefef;
}
.bouton-item {
    width: 80px;
}
}