:root {
  --bleufonce: #271D74;
  --rosemedium: #F6517F;
  --roselight: #F5DAEE;
  --widthlarge: 1140px;
  --fontprincipal : "Work Sans", sans-serif;
/*

#ffcee3
#ee257c
var(--bleufonce);
var(--rosemedium);
var(--roselight);
var(--fontprincipal);
*/
}

@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body{
    height: 100%;
}

body{
    font-size:18px;
    line-height:30px;
    font-family: var(--fontprincipal);
    color:#1d1007;
}

body.fixedPosition{
    height: 100%;
    overflow: hidden;
}

body input,
body textarea{
    font-family: var(--fontprincipal);
    -webkit-appearance: none;
    border-radius: 0;
}

body #field_3_9 input, .fieldvisiblecheckbox input {
-webkit-appearance:checkbox !important;
}

body #field_3_9 label, .fieldvisiblecheckbox .gform-field-label {
display: inline-block !important;
}

.disponibilite_titre h3 {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
  padding: 0;
}

h1 {
  font-size: 40px;
  line-height: 1em;
  text-transform: uppercase;
  color: #1d1007 !important;
  font-weight: 400!important;
  padding: 10px 0;
}
}

p {
font-family: var(--fontprincipal);
font-weight: 300 !important;
color:#1d1007 !important;
}

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

a:hover{
    /*text-decoration:underline;*/
}

.entry{
    font-weight: 300;
}

.entry a{
    font-weight: 700;
}


.single-post .entry a{
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h1, h2, h3, h4, h5, h6{
    clear:none;
    line-height:1em;
    font-family: var(--fontprincipal);
}

h1{   
    font-weight:400;
    padding-bottom:0;
    padding-top:0px;
    text-transform:uppercase;
}

h2{
    font-weight:400;
    padding-bottom:20px;
    padding-top:0;
    font-size: 32px;
    line-height: 1.2em;
}

h3{
    font-weight: 400;
    padding-bottom: 18px;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
}

h4{
    font-weight: 400;
    padding-bottom: 16px;
    padding-top: 0;
    font-size: 18px;
    line-height: 25px;
    
}

.entry ul{
    list-style: none;
    margin-left: 7px;
}

.entry > ul {
    padding-top: 0;
    padding-bottom: 25px;
    margin-left: 20px;
}

.entry li {
    background: url(../images/dot.png) no-repeat left 11px;
    padding-left: 20px;
}

.entry li > ul{
    padding-top: 8px;
}

.entry ol{
    list-style: decimal outside;
    margin-left: 20px;
}

.entry > ol{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 13px;
}

.entry li{
    padding-bottom:8px;
}

.entry li:last-child{
    padding-bottom: 0;  
}

.entry p{
    padding-bottom:25px;
}

/*.entry p, .entry div{
    padding-bottom:25px;
}*/


.entry table{
    margin-top:10px;
    margin-bottom:10px;
}

.entry table thead{
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
}

.entry table thead td{
    padding:4px 5px;
}

.entry table tbody{
}

.entry table tbody td{
    padding:4px 5px;
    vertical-align: top;
}

.entry table tbody td:first-child{
    border-left: none;
}

.entry img{
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.space_bottom_40{
    padding-bottom: 40px;
}

address{
    font-style:normal;
    padding-bottom:5px;
}

sup {
    vertical-align: super !important;
    font-size: smaller !important;
    line-height: 0;
}

sub {
    vertical-align: sub !important;
    font-size: smaller !important;
    line-height: 0;
}

.alignleft{
    float:left;
    padding-top:5px;
    padding-right:10px;
}

.alignright{
    float:right;
    padding-top:5px;
    padding-left:10px;
}

.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft{
    padding-right:10px;
}

img.alignright{
    padding-left:10px;
}

.center{
    position:relative;
    margin: 0 auto;
    width: var(--widthlarge);
    padding-left: 15px;
    padding-right: 15px;
}

#header_fake{
    height: 135px;
    width: 100%;
    background: #fff;
}

.stickIt #header_fake{
    height: 130px;
}

#header{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 900;
}

#simple-menu,
#close-menu{
    display: none;
    background: url(../images/mobile.png) no-repeat center center;
    height: 71px;
    width: 47px;
    margin-left: 28px;
    position: relative;
    /* transition: all ease 0.2s; */
}

#close-menu{
    background: url(../images/close.png) no-repeat center center;
    display: block;
}

#simple-menu:before,
#close-menu:before{
    content: "Menu";
    position: absolute;
    left: -27px;
    top: 30px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
}

#close-menu:before{
    content: "Fermer";
    left: -35px;
}

/*responsive menu*/
#bg_cont_menu_full{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 16000003;
    background: #fff; 
    top: -100%;
    left: 0;
    opacity: 0;
    transition: opacity ease 0.5s;
    overflow-y: scroll;
}

#bg_cont_menu_full.open{
    top:0;
    opacity: 1;
}

#cont_menu_full{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
}

#copyright{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#copyright > a{
    margin-bottom: 30px;
}

#copyright #header_facebook{
    margin-right: 0;
}

#copyright #header_don{
    border-radius: 5px;
}

#cont_menu_full_top{
    padding-bottom: 20px;
}

#separator_menu{
    align-self: center;
    position: relative;
    text-align: center;
}

#separator_menu{
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: 400;
}

.show_menu{
    background: url(../images/more.png) no-repeat center right;
    width: 17px;
    height: 17px;
    position: absolute;
    right: -25px;
    top:0;
}

.active .show_menu{
    background: url(../images/less.png) no-repeat center right;
}

.hide_desktop{
    display: none !important;    
}

.stickIt .hide_desktop.menu-item-181{
    display: block !important;
}

.stickIt #menu-principal > li > a{
    padding: 0 15px;
    font-size: 14px;
}

#separator_menu li{
    padding: 15px 0;
}

#separator_menu .current-menu-item > a,
#separator_menu .current-menu-ancestor > a,
.single-activite #separator_menu li.menu-item-51 > a,
.single-financement #separator_menu li.menu-item-53 > a,
.single-post #separator_menu li.menu-item-182 > a{
    /*text-decoration: underline !important;*/
    font-weight: bold !important;
}

#separator_menu a{
    color: #1d1007;
    display: block;
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}

#separator_menu .sub-menu{
    text-transform: none;
    font-size: 14px;
    display: none;
    position: relative;
    padding: 8px 0;
    margin-top: 8px;
}

#separator_menu .active .sub-menu{
    /*display: block;*/
}

#separator_menu .sub-menu li{
    padding: 0;
}

#separator_menu .sub-menu a{
    padding: 6px 0;
}

#separator_menu .sub-menu.open{
    display: block;
}

#separator_menu .sub-menu:before,
#separator_menu .sub-menu:after{
    content:"";
    border-top:1px solid var(--roselight);
    height: 1px;
    width: 50px;
    top:-1px;
    left: calc(50% - 25px);
    display: block;
    position: absolute;
}

#separator_menu .sub-menu:after{
    top:auto;
    bottom:-1px;
}

#separator_content{
    padding-top: 20px;
}

#bg_cont_menu_full ::-webkit-scrollbar {
    width: 8px;
}
 
#bg_cont_menu_full ::-webkit-scrollbar-track {
    -webkit-box-shadow: none; 
    border-radius: 0;
}
 
#bg_cont_menu_full ::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #fe3535;
}
/*endresponvive*/

#header_top{
    display: flex;
    height: 90px;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    transition: all ease 0.2s;
}

#logo{
    line-height: 0;
}

#logo img {
    width:280px;
}

#logofooter img {
width:200px;
padding-top:15px;
}

#custom_html-2 {
margin-top:15px;
}

.stickIt #header_top{
    height: 0;
    opacity: 0;
}

#header_top_left{
    padding-left: 30px;
}

#header_top_right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px;
}

#header_top_right a{
    color: #1d1007;
    text-transform: uppercase;
    text-decoration: none;
}

#header_facebook{
    background: url(../images/facebook.png) no-repeat center right;
    padding-right: 37px;
    height: 27px;
    line-height: 27px;
    text-transform: none !important;
    margin-right: 56px;
    color: #1d1007 !important;
}

#header_facebook:hover{
    background: url(../images/facebook_hover.png) no-repeat center right;
}

#header_blogue{
    margin-right: 42px;
}

#header_contact{
    margin-right: 28px;
}

#header_blogue:hover,
#header_contact:hover{
    /*text-decoration: underline !important;*/
    color: var(--rosemedium);
}

#header_don{
    background-color: var(--rosemedium);
    background-size: 100% 46px;
    border-radius: 5px;
    height: 54px;
    line-height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    transition: all ease 0.2s;
    text-decoration: none !important;
}

#header_don:hover{
    background-size: 200% 46px;
}


.header_don{
    background-color: var(--rosemedium);
    background-size: 100% 46px;
    border-radius: 5px;
    height: 54px;
    line-height: 54px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    font-weight:400!important;
    text-transform:uppercase;
    transition: all ease 0.2s;
    text-decoration: none !important;
    display:inline-block;
}

.header_don:hover{
    background-size: 200% 46px;
}

#header_bottom{
    background: var(--roselight);
    font-size: 16px;
    box-shadow: 0px 4px 5px 0px rgba(176,176,176,0.31);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,0.1);
}

#cont_menu-principal{
    width: 1025px;
    margin: 0 auto;
    position: relative;
}

#menu-principal{
    display: flex;
    justify-content: space-between;
}

#logo_sticky{
    background: url(../images/logo_sticky.png) no-repeat center;
    width: 25px;
    height: 25px;
    position: absolute;
    top:8px;
    left: -55px;
    opacity: 0;
    transition: all ease 0.2s;
}

.stickIt #logo_sticky{
    opacity: 1;
}

#menu-principal > li{
    position: relative;
}

#menu-principal > li > a{
    padding: 3px 30px 0;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color:#1d1007;
    transition: all ease 0.2s;
}

.stickIt #menu-principal > li > a{
    height: 40px;
    line-height: 40px;
}

#menu-principal > li:hover > a,
#menu-principal > li.current-menu-item > a,
#menu-principal > li.current-page-ancestor > a,
#menu-principal > li.current-menu-parent > a,
.single-activite #menu-principal > li.menu-item-51 > a,
.single-financement #menu-principal > li.menu-item-53 > a/*,
/*.page-template-template-sidebar #menu-principal > li.menu-item-53 > a*/{
    color: #fff;
    background-color: var(--rosemedium);

}

#menu-principal .sub-menu{
    position: absolute;
    top:48px;
    left: 0;
    width: 255px;
    display: none;
    background-color:var(--rosemedium);
    padding: 30px 0;
    z-index: 900;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.stickIt #menu-principal .sub-menu{
    top:40px;
}

#menu-principal > li:hover .sub-menu{
    display:block;
}

#menu-principal .sub-menu li{
    margin-bottom: 5px;
}

#menu-principal .sub-menu a{
    color: #fff;
    display: block;
    margin-left: 20px;
    text-decoration: none;
    /*height: 29px;
    line-height: 29px;*/
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 30px;
    transition: all ease 0.2s;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#menu-principal .sub-menu a:before{
    content: "";
    background: url(../images/arrow.png) no-repeat center;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 13px;
    left: 6px;
    opacity: 0;
    transition: all ease 0.2s;
}

#menu-principal .sub-menu li:hover a:before{
    left: 15px;
    opacity: 1;
}

#menu-principal .sub-menu a:hover{
    background-color: var(--rosemedium);
    padding-left: 30px;
}

#header_img{
    height: 367px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}

#header_img .the_shadow{
    position: absolute;
    top:0;
    left:0;
    background: #fff;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#header_title{
    background: var(--bleufonce);
    color: #ffffff;
    padding-top: 30px;
    padding-bottom:30px;
    display: block;
    margin-bottom:30px;
}

#header_title h1{
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff!important;
    font-weight: 400;
    padding: 10px 0;
}

.page-id-27 #appel_action{
  display: none !important;
}

#appel_action{
    background-color: var(--roselight);
    background-size: contain;
    color: #1d1007;
    padding: 85px 0;
}

#appel_action .center2{
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: var(--widthlarge);
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

#appel_action .appel_action_left .entry *:last-child{
    padding-bottom: 0;
}

#appel_action .appel_action_left > h2{
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: 600;
}

#appel_action .appel_action_left.shorter > h2{
    margin-bottom: 0;
}

#appel_action .appel_action_left{
    margin: auto 20px auto 0;
}

#appel_action .center2 a.btn{
    align-self: flex-start;
    flex: none;
    margin-top: 0;
    background: var(--rosemedium);
    padding: 18px 51px;
    text-transform: uppercase;
    text-align: center;
    color:#fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all ease 0.2s;
    font-size: 16px;
}

#appel_action .center2 a.btn:hover{
    background-color: var(--rosemedium);
}

#appel_action .center2 .entry{
    font-size: 20px;
    font-family: var(--fontprincipal);
}

#appel_action .center2 .entry a{
    color: #1d1007;
}

#footer{
    padding: 33px 0 13px;
    font-size: 14px;
    line-height: 25px;
}

#footer .center{
    width: var(--widthlarge);
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

#footer .footer_widget_ctn{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#footer .footer_widget_ctn a{
    color:var(--rosemedium);
    
}

#footer .footer_widget_ctn a:hover{
    
}

#footer .footer_widget_ctn h2{
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 0;
}

#footer_col1{
    align-self: flex-start;
    padding-right: 69px;
}

#footer_col2{
    padding-right: 33px;
}

#footer_col3{
    padding-right: 30px;
}

#footer_col4{
    margin-left: auto;
}

#footer_col4 a{
    display: block;
    text-decoration: none !important;
    margin-right: 0px !important;
}

#footer_col4 a:first-child{
    margin-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 16px;
}

#footer_col4 a:last-child{
    text-align: right;
    color: #1d1007;
    font-weight: 600;
    text-transform: uppercase !important;
}

#footer_col_full{
    text-align: center;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #7e7971;
}

#footer #header_don{
    display: block;
    border-radius: 5px;
}

.btn,
.alm-load-more-btn{
    color:#fff;
    border-radius: 5px;
    background: var(--rosemedium);
    text-transform: uppercase;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
    transition: all ease 0.2s;
    border: none;
}

.btn:hover,
.alm-load-more-btn:hover{
    color:#fff;
    background: var(--rosemedium);
    text-decoration: none;
}

.alm-load-more-btn:disabled {
    display: none;
}


.btn_degrade{
    color: #1d1007;
    display: block;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    padding-left: 23px;
    padding-right: 30px;
    transition: all ease 0.2s;
    position: relative;
    border-radius: 5px;
    background: var(--rosemedium);
    background: linear-gradient(to right, var(--rosemedium) 50%,#ffffff 100%);
    background-repeat: no-repeat;
    background-size: 100% 46px;
    color: #fff;
    text-transform: uppercase;
}

.btn_degrade:hover{
    background-size: 200% 46px;
    text-decoration: none;
}

.date_css{
    background: #e6dfd5;
    font-family: var(--fontprincipal);
    font-weight: 700;
    color: #1d1007;
    font-size: 14px;
    padding: 7px 13px;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.date_css span{
    font-weight: 400;
}

.date_css:after{
    content: "";
    display: block;
}

#section1{
    height: calc(100vh - 135px);
    display: flex;
    align-items: flex-end;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#section1 .center{
    padding: 38px 0 60px;
}

#section1 h2{
    color: var(--rosemedium);
    font-size: 65px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
}

#section1 h3{
    color: #1d1007;
    font-size: 40px;
    line-height: 1em;
    padding-top:0;
    font-family: var(--fontprincipal);
    padding-bottom: 0;
}

.titre_section{
    font-weight: normal;
    padding-bottom: 30px;
    padding-top: 0;
}

#section2{
    padding: 60px 0;
}

#section2 .titre_section{

}

#section2_colonne{
    display: flex;
    justify-content: space-between;
}

#section2_colonne > div:first-child{
    width: 66%;
    padding-right: 15px;
    box-sizing: border-box;
}

#section2_colonne > div:last-child{
    width: 100% !important;
    padding-left: 0;
    box-sizing: border-box;
}

.liste_menu_style li{
    margin-bottom: 9px;
}

.liste_menu_style li a{
    color: #1d1007;
    display: block;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    padding-left: 23px;
    padding-right: 30px;
    transition: all ease 0.2s;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #f3f1eb;
    background: linear-gradient(to right,  rgba(243,241,234,1) 50%,rgba(255,255,255,1) 100%);
    font-weight: bold;
}

.liste_menu_style.fonce li a{
    background: #f3f1eb;
    background: linear-gradient(to right,  rgba(230,223,213,1) 50%,rgba(255,255,255,1) 100%);
}

.liste_menu_style li a:before{
    content: "";
    background: url(../images/arrow.png) no-repeat center;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 21px;
    left: 6px;
    opacity: 0;
    transition: all ease 0.2s;
}

.liste_menu_style li:hover a:before,
.liste_menu_style li.active a:before,
.liste_menu_style li.current_page_item a:before{
    left: 23px;
    opacity: 1;
}

.liste_menu_style li a:hover,
.liste_menu_style li.active a,
.liste_menu_style li.current_page_item a{
    background: var(--rosemedium);
    background: linear-gradient(to right, var(--rosemedium) 50%,#ffffff 100%);
    color: #fff;
    padding-left: 38px;
}

.cont_fiche{
    background: #e6dfd5;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    justify-content:space-between;
    transition: all ease 0.2s !important;
}

.page-template-template-activite  .cont_fiche{
    opacity: 0;
    transition: opacity ease 0.2s;
    display: none;
}

.page-template-template-activite  .cont_fiche.active{
    opacity: 1;
    transition: opacity ease 0.2s;
    display: flex;
}

.cont_fiche:hover{
    background: var(--rosemedium) !important;
    color: #fff;
}

.onglet{
    color: #fff;
    background: var(--rosemedium);
    padding: 5px 30px;
    box-sizing: border-box;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: auto;
    box-sizing: border-box;
    /*text-transform: capitalize;*/
    align-self: flex-start;
}

.fiche{
    padding: 0 30px 20px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 25px;
    font-family: var(--fontprincipal);
    margin: auto 0 0; /*pour ie 11*/
}

.fiche h2{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    padding: 0 0 20px;
}

.full_fiche{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#ajax-load-more{
    margin-bottom: 30px;
}

#liste_sort_fiche,
#ajax-load-more .alm-ajax{
    display: flex;
    flex-wrap: wrap;
    margin-left:-15px;
    margin-right: -15px;
    margin-bottom: 30px;
    transition: all ease 0.2s;
}

#ajax-load-more .alm-ajax{
    margin-bottom: 0;
}

#liste_sort_fiche .cont_fiche,
#ajax-load-more .cont_fiche{
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.single #liste_sort_fiche .cont_fiche,
.single #ajax-load-more .cont_fiche{
    width: calc(100% - 30px);
}

.carrouselle_swiper{
    max-width: 1337px;
    margin: 0 auto 74px;
    position: relative;
	overflow: hidden;
}

.carrouselle_swiper .carrousel_shadow_left{
    position: absolute;
    top:0;
    left:0;
    background: linear-gradient(to right, #ffffff 0%,rgba(238,241,244,0) 100%);
    width:171px;
    height:100%;
    z-index: 999;
}

.carrouselle_swiper .carrousel_shadow_right{
    position: absolute;
    top:0;
    right:0;
    background: linear-gradient(to right, rgba(229,229,229,0) 0%, #ffffff 100%);
    width:171px;
    height:100%;
    z-index: 999;
}

.carrouselle_swiper .swiper-button-prev-idea,
.carrouselle_swiper .swiper-button-next-idea{
    width:33px;
    height: 33px;
    display: block;
    position: absolute;
    bottom:10px;
    right:15px;
    z-index:800;
    background: #f3f1eb;
    cursor: pointer;
    /*display: flex;*/
    outline: none;
}

.carrouselle_swiper .swiper-button-prev-idea:not(.swiper-button-disabled):hover,
.carrouselle_swiper .swiper-button-next-idea:not(.swiper-button-disabled):hover{
    background: #ccc;    
}

.carrouselle_swiper .swiper-button-prev-idea:after,
.carrouselle_swiper .swiper-button-next-idea:after{
    content:"";
    border: 1px solid #665950;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 13px;
    margin-left: 13px;
}

.carrouselle_swiper .swiper-button-prev-idea{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 51px;
}

.carrouselle_swiper .swiper-button-next-idea{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.carrouselle_swiper .swiper-button-prev-idea:after{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 15px;
}

.carrouselle_swiper .swiper-button-next-idea:after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 11px;
}

.carrouselle_swiper .swiper-button-prev-idea.swiper-button-disabled,
.carrouselle_swiper .swiper-button-next-idea.swiper-button-disabled{
    cursor: default;
}

.carrouselle_swiper .liste_actu_btn{
    text-align: center;
    margin-top: 27px;
}

#section4{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f8f7f4;
    padding: 100px 0;

}

.page-id-17 #section4,
.single-activite #section4{
    margin-bottom: 0;
}

#section4 .center{
    display: flex;
    justify-content: flex-end;
}

#section4 .center > div{
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}

#section4_titre{
    line-height: 1.3em;
    margin-bottom: 40px;
    padding-bottom: 0;
    font-weight: normal;
}

#section5_cont > .liste_two_col:nth-child(even) .center_full{
    flex-direction: row-reverse;
}

#section5_cont > .liste_two_col:nth-child(even) .center_full > div:first-child{
    margin-right: 0;
    margin-left: 15px;
}

#section5{
    margin-bottom: 55px;
}

.center_full{
    display: flex;
    justify-content: flex-start;
}

.center_full > div{
    width: calc(50% - 15px);
    margin-left: 15px;
    box-sizing: border-box;
}

.center_full > div:first-child{
    margin-right: 15px;
    margin-left: 0;
}

.center_full > div:first-child img{
    width: 100%;
}

.center_full > div:last-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 498px;
    padding-right: 15px;
}

.center_full > div:last-child > *{
    max-width: 100%;
}

#single_sidebar .calc_largeur{
    width: 100%;
}

.liste_two_col_soustitre{
    color: var(--rosemedium);
    font-family: var(--fontprincipal);
    padding-bottom: 0px;
}

.liste_two_col_titre{
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-weight: normal;
}

.liste_two_col_titre a{
    color:#1d1007;
}

.liste_two_col_content{
    padding: 50px 0;
}

.liste_two_col_content .date_css{
    margin-bottom: 20px;
}

.liste_two_col_texte{
    padding-bottom: 28px;
}

.liste_two_col_img{
    position: relative;
    overflow: hidden;
}

.liste_two_col_img_link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all ease 0.2s;
}

.liste_two_col_img_link:hover{
    transform: scale(1.1);
}

#activite_categorie_conteneur{
    position: relative;
    margin-bottom: 37px;
}

#activite_categorie_current{
    display: none;
    cursor:pointer;
    font-size: 16px;
    line-height: 1em;
    font-family: var(--fontprincipal);
    position: relative;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

#activite_categorie_current:after{
    content: "";
    position: absolute;
    top: 1px;
    right: 20px;
    border: 1px solid #ccc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 11px;
    margin-left: 13px;
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    margin-left: 11px;
}

#activite_categorie_conteneur.open #activite_categorie_current:after{
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    margin-top: 15px;
}

#activite_categorie{
    display: flex;
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 1em;
    font-family: var(--fontprincipal);
}

#activite_categorie > li{
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}

#activite_categorie > li:hover,
#activite_categorie > li.active{
    background: var(--roselight);
}

#activite_categorie > li:after{
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    left: calc(50% - 5px);
    bottom: -5px;
}

#activite_categorie > li:hover:after,
#activite_categorie > li.active:after{
    background: var(--roselight);
}

#gallery-2.gallery {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 0;
}

#gallery-2.gallery .gallery-item{
    width: calc(33.33% - 10px);
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    line-height: 1em;
    vertical-align: top;
    overflow: hidden;
}

#gallery-2.gallery .gallery-item img{
    border: none !important;
    width: 100% !important;
    height: auto !important;
    transition: all ease 0.2s;
}

#gallery-2.gallery .gallery-item:hover img{
    transform: scale(1.2);
}

#gallery-2.gallery br {
    display:none;
}

.single .date_css{
    display: inline-block;
    margin-bottom: 26px;
}

.single .cont_fiche{
    margin-bottom: 15px;   
}

#sidebar_gestion{
    display: flex;
}

#sidebar_gestion #single_content{
    width: calc(100% - 325px);
    padding-right: 15px;
}

#sidebar_gestion #single_sidebar{
    width: 310px;
    padding-left: 15px;
}

#sidebar_gestion.equal_width > div{
    width: 50% !important;
}

#sidebar_gestion.no_sidebar{
  display: block !important;
}

#sidebar_gestion.no_sidebar #single_content{
  width: 100% !important;
  padding-left: 0 !important;;
}

#sidebar_gestion.no_sidebar #single_sidebar{
	width: auto;
}

#single_sidebar .btn_degrade{
    margin-bottom: 34px;
}

#titre_liste_fiche{
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

#liste_event_finacement{
    margin-bottom: 25px;
}

.page-id-21 .liste_two_col_titre{
    margin-bottom: 15px;
}

.page-id-21 .liste_two_col{
    margin-bottom: 26px;
}

.liste_fiche.full_height .fiche{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100% !important;
    padding-top: 15px;
}

.liste_fiche.full_height .fiche h2{
    min-height: 62px;
}

/*
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid var(--rosemedium);
    border-color: var(--rosemedium) transparent var(--rosemedium) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
*/

#map{
    height: 400px;
}

body .gform_wrapper{
    margin: 0;  
}

body .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0;
}

body .gform_wrapper .top_label li.gfield.gf_left_half{
    padding-right: 8px !important;
    margin-right: 8px !important;
}

body .gform_wrapper .top_label li.gfield.gf_right_half{
    margin-right: -8px !important;
    padding-right: 8px !important;
}

body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{
    margin-top: 16px !important;
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{
    max-width: calc(50% - 8px) !important;
}

body .gform_wrapper .top_label div.ginput_container{
    margin-top: 0 !important;
}

body .gform_wrapper .ginput_complex .ginput_full,
body .gform_wrapper .ginput_complex .ginput_left,
body .gform_wrapper .ginput_complex .ginput_right{
    min-height: auto !important;
}

body .gform_wrapper label{
    display: none !important;    
}

body .gform_wrapper li{
    background: none;
    padding-left: 0;
    padding-bottom: 0;
}

body .gform_wrapper div{
    padding-bottom: 0;
}

body .gform_wrapper .gform_heading{
    margin-bottom: 0;
}

body .gform_wrapper h3.gform_title{
    font-weight: 400 !important;
    padding-bottom: 4px !important;
    padding-top: 0 !important;
    margin: 0 !important;
    font-size: 32px;
    line-height: 1.2em;
    font-family: var(--fontprincipal);
}

body #gform_wrapper_2.gform_wrapper h3.gform_title,
body #gform_wrapper_3.gform_wrapper h3.gform_title{
    padding-bottom: 18px !important;
    font-size: 24px !important;
    line-height: 30px !important;
}

body .gform_wrapper label.gfield_label{
    font-weight: 600;
}

body .gform_wrapper .gform_footer{
    text-align: center;
}

body .gform_wrapper .gform_footer{
    padding: 0;
}

body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper textarea{
    border: 1px solid #f8f7f5;
    background: #f8f7f5;
    color: #323232;
    font-size: 15px;
    padding: 8px 20px;
}

body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus{
    border: 1px solid var(--roselight) !important;
    outline: none !important;
}

body .gform_wrapper .gform_footer input[type=submit]{
    align-self: flex-start;
    flex: none;
    margin-top: 0;
    background: var(--rosemedium);
    padding: 18px 51px !important;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all ease 0.2s;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

body .gform_wrapper .gform_footer input[type=submit]:hover{
    background: #f25b9c;
}

body .gform_wrapper div.validation_error{
    margin-top:20px;
}

body .gform_confirmation_message{
    background: #eafff1;
    border-top:1px solid #00521b;
    border-bottom: 1px solid #00521b;
    padding: 20px 10px;
}

body .ginput_full.address_line_1{
    margin-bottom: 16px !important;
    display: block;
}

body .gform_wrapper span.gform_description {
    font-weight: 300;
    display: block;
    width: calc(100% - 16px);
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 1.3em;
}

::-webkit-input-placeholder { /* Edge */
  color: #919190;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #919190;
}

::placeholder {
  color: #919190;
}

#mc-embedded-subscribe{
    align-self: flex-start;
    flex: none;
    margin-top: 0;
    background: var(--rosemedium);
    padding: 18px 51px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all ease 0.2s;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

#mce-EMAIL{
    border: 1px solid #ccc;
    padding: 19px 20px;
    line-height: 16px;
    vertical-align: bottom;
    min-width: 250px;
    font-size: 15px !important;
    border: 1px solid #f8f7f5 !important;
    background: #f8f7f5 !important;
    color: #323232 !important;
}

#mce-EMAIL:focus{
    border: 1px solid var(--roselight) !important;
    outline:none;
}

#mc-embedded-subscribe:hover{
    background: #f25b9c;
}

#liste_fiche{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}

#liste_fiche .fiche_membre{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: calc(50% - 30px);
    box-sizing: border-box;
}

.fiche_membre_image{
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 100%;
    background-repeat: no-repeat !important;
    border-radius: 10px;
}

.fiche_membre_content{
    padding: 10px 0 0;
    text-align: center;
}

.fiche_membre_content h3{
    padding-bottom: 0;
}

.fiche_membre_content p{
    padding-bottom: 0;
}

.fiche_membre_content a{
  line-height: 1em;
  display: block;
}

#bottom_closepage {
  background-color: var(--rosemedium);
  position: fixed;
  z-index: 999;
  bottom: 50%;
  border-radius:10px 0px 0px 10px;
  right: 0px;
  padding: 10px;
  font-size:15px!important;
}


#tab_bottom{
  background: var(--rosemedium);
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 10px;
  padding: 10px 20px;
  border-radius: 0 !important;
}

#tab_bottom:hover{
  background: var(--rosemedium);
}

.prix_event{
   text-transform: uppercase;
   margin-bottom: 15px;
}

#temoignages_conteneur{
    padding: 30px 0 30px;
}

#temoignages_slideshow *{
  padding-bottom: 0 !important;
}

#temoignages_slideshow_pagination {
  margin-top: -10px; 
}

#temoignages_slideshow_pagination .swiper-pagination-bullet{
  margin-right: 10px; 
}

#temoignages_slideshow_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--rosemedium);
}

#temoignages_slideshow_pagination span:only-child {
  display: none;
}

#cont_alertes{
    background: #eaedf3;
    padding: 0 30px;
    position: relative;
    transition: all ease 0.2s;
}

#cont_alertes.close_alerte{
    display: none;
}

#alertes{
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    text-align:center;
    position: relative;
}

#alertes .swiper-wrapper{
    align-items: center;
}

#cont_alertes .swiper-button-next-close{
    background: url(../images/close.png) no-repeat center center;
    width: 15px;
    height: 15px;
    position: absolute;
    /*top: 5px;
    right: 10px;*/
    top: 20px;
    right: 25px;
    z-index: 99;
    cursor: pointer;
}

#alertes .alerte{
    padding: 15px 40px;
    box-sizing: border-box;
    background: #eaedf3;
}

#alertes .swiper-button-prev-idea-alerte,
#alertes .swiper-button-next-idea-alerte{
    width:12px;
    height: 21px;
    display: block;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    z-index:999;
}

#alertes .swiper-button-prev-idea-alerte{
    background: url(../images/arrow_back_gris.png) no-repeat top left;
    cursor: pointer;
}

#alertes .swiper-button-prev-idea-alerte:hover{
    background: url(../images/arrow_back_bleu.png) no-repeat top left;
}

#alertes .swiper-button-next-idea-alerte{
    background: url(../images/arrow_next_gris.png) no-repeat top left;
    left:auto;
    right:0;
    cursor: pointer;
}

#alertes .swiper-button-next-idea-alerte:hover{
    background: url(../images/arrow_next_bleu.png) no-repeat top left;
}

.single-activite .gform_body,
.single-activite .gform_footer {
  display:none !important;
}

.cky-btn-revisit-wrapper{
  display: none !important;
}