#sticky-club {
    display: block;
    position: fixed;
    right: 20px;
    top: 310px;
    z-index: 1000;
    width: 140px;
    transition-duration: 0.2s;
}

#sticky-club:hover {
    width: 130px;
    top: 310px;
    transition-duration: 0.2s;
} 

#sticky-club > img {
    display: block;
    width: 100%;
}

p.no-result {
    font-family: 'FuturaT-Demi';
    font-size: 18px;
    margin-bottom: 100px;
}

.sticky-button {
    cursor: pointer;
}

.home-club-adherents {
    display: none;
}

.content-sticky-club {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color:rgba(0,55,110,0.75);
    display: none;
}

.content-sticky-club > .links {
    max-width: 620px;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 70px 50px 36px 50px;
}

.content-sticky-club > .links > a {
    width: 100%;
    display: block;
    transform: scale(1.0);
    transition-duration: 0.2s;
}

.content-sticky-club > .links > a:hover {
    transform: scale(0.96);
    transition-duration: 0.2s;
}

.content-sticky-club > .links > a.annonces {
    margin-bottom: 40px;
}

.content-sticky-club > .links > a img {
    display: block;
    width: 100%;
}

.content-sticky-club > .links .close-modal {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.content-sticky-club > .links .close-modal > img {
    width: 36px;
}

.mobile-club-annonce {
    background-color: #125598;
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    width: 100%;
    color:white;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

.mobile-club-emploi {
    background-color: #c0d037;
    font-size: 19px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    width: 100%;
    color:white;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

.mobile-club-annonce:hover,
.mobile-club-emploi:hover,
.mobile-club-annonce:focus,
.mobile-club-emploi:focus {
    color: white;
    text-decoration: none;
}

section#club {
    padding-top: 150px;
}

#club #ariane .content-ariane p#breadcrumbs .breadcrumb_last {
    color: #125598;
}

#club.offres #ariane .content-ariane p#breadcrumbs .breadcrumb_last {
    color: #C0D137;
}

#club .club.content-search {
    background: #125598;
    padding-top: 30px;
    padding-bottom: 30px;
    position: fixed;
    width: 100%;
    top: 152px;
    z-index: 1000;
}

#club.offres .club.content-search {
    background: #C0D137;
}

#club .club .content {
    padding-left: 10px;
    padding-right: 10px;
}

#club .club .content .title {
    background-color: #105498;
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'FuturaT-Medium';
    display: inline-block;
    padding: 10px 20px;
}

#club.offres .club .content .title {
    background-color: #C0D137;
}

#club .club .content .description {
    margin-top: 20px;
    margin-bottom: 40px;
}

#club .club .content .description img {
    display: block; margin-left: auto; margin-right: auto; width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

#club .club .content .description img.alignnone {
    height: auto;
}

#club .club .content .description img.alignright {
    float:right; margin:0 0 15px 15px; width: inherit;
}

#club .club .content .description img.alignleft {
    float:left; margin:0 15px 15px 0; width: inherit;
}

#club .club .content .description p {
    font-size: 18px;
    font-family: 'FuturaT-Demi';
    color: #013a69;
}

#club .club .content .description ul {
    list-style: none;
    padding: 0;
    display: grid;
}

#club .club .content .description ul li { 
    /* color: #105498;  */
    font-size: 18px;
    font-family: 'FuturaT-Demi';
    color: #013a69;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

#club .club .content .description ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('../img/comma.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
    position: absolute;
    left: 0;
    top: 5px;
}

#club .club .content-filter {
    position: relative;
    /* margin-bottom: 30px; */
    /* margin-top: 10px; */
}

#club .club .content-filter .div-25 {
    float: none;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

#club .club .content-filter .div-25 a {
    display: block;
    font-size: 18px;
    font-family: 'FuturaT-Book';
    color: #000;
    cursor: pointer;
}

#club .club .content-filter .div-25 a.active {
    color: #aebc1f!important;
}

#club .club .content-filter .div-25 a.active:after {
    content: "✔︎";
    padding-left: 15px;
}

#club .club .content-filter .div-25 a.active:hover {
    color: #e67575!important;
}

#club .club .content-filter .div-25 a.active:hover:after {
    text-decoration: none!important;
    content: "✘";
}

#club .club .content-filter .div-25 a.parent:first-child {
    margin-top: 0;
}

#club .club .content-filter .div-25 a.parent {
    color: #102754;
    font-family: 'FuturaT-Medium';
    margin-top: 10px;
}

#club .club .content-filter button.filter {
    text-align: left;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    font-family: 'FuturaT-Demi';
    border: 0;
    background-color: white;
    border-radius: 40px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 35px;
    width: 100%;
}

#club .club .content-filter button.filter:after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 53%;
    transform: translateY(-50%);
    background: #135698;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    border-radius: 50%;
    padding-top: 4px;
    padding-bottom: 1px;
}

#club.offres .club .content-filter button.filter:after {
    background: #aebc1f;
}

#club .club .content-filter-region {
    float: left;
    width: 29%;
    margin-right: 10px;
    position: relative;
}

#club .club .content-filter-secteur {
    float: left;
    width: 24%;
    position: relative;
}

#club .club .content-filter button.filter.secteur {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#club .club .content-filter button.filter:focus {
    outline: none;
}

#club .club .content-filter button.filter.is-open {
    color: #aebc1f;
}

#club .club .content-filter .content-region,
#club .club .content-filter .content-secteur {
    display: none;
    background: #f9f9f9;
    position: absolute;
    top: 100%;
    /* max-height: 500px; */
    width: 100%;
    /* min-height: 500px; */
    z-index: 100;
    overflow-y: scroll;
    border: 1px solid #efefef;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-height: 360px;
}

.btn-clear {
    border: 0;
    background: transparent;
    float: left;
    margin: 0;
    margin-top: -5px;
    margin-bottom: -10px;
    margin-right: 1%;
    margin-left: -4%;
    margin-right: 17%;
    display: inline-block;
    cursor: pointer;
}

.btn-clear:focus {
    outline: none;
}

.btn-clear > img {
    display: block;
    width: 70px;
}

#club .last-offers {
    margin-top: 30px;
}

#club .last-offers .content {
    padding-left: 10px;
    padding-right: 10px;
}

#club .last-offers .content .title {
    background-color: #105498;
    color: white;
    /* text-transform: uppercase; */
    font-size: 30px;
    font-family: 'FuturaT-Medium';
    display: inline-block;
    padding: 10px 20px;
}

#club.offres .last-offers .content .title {
    background-color: #C0D137;
}

#club .last-offers .content .title-count {
    color: #105498;
    font-size: 50px;
    font-family: 'FuturaT-Medium';
    margin-bottom: 50px;
}

#club.offres .last-offers .content .title-count { 
    color: #C0D137;
}

#club .content-buttons {
    text-align: center;
    margin-bottom: 0px;
}

#club .club.content-search .content-buttons {
    float: right;
}

#club .content-buttons a.search-result {
    min-width: 340px;
}

#club .content-buttons .search-result {
    display: inline-block;
    text-align: center;
    /* text-transform: uppercase; */
    color: white;
    background-color: #fff;
    color: #333333;
    padding: 10px 10px;
    font-size: 18px;
    font-family: 'FuturaT-Demi';
    border: 1px solid #fff;
    float: right;
    border-radius: 40px;
    margin-top: -40px;
}

#club .content-buttons .search-result:hover {
    color: #105498;
    background-color: white;
    text-decoration: none;
}

#club .content-buttons .add-offer {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: white;
    /* background-color: #aec01f; */
    font-family: 'FuturaT-Medium';
    /* padding: 10px 20px; */
    /* font-size: 25px; */
    /* border: 1px solid #aec01f; */
    position: relative;
    /* padding-left: 30px; */
    transition-duration: 0.2s;
    max-width: 480px;
    width: 100%;
}

#club .content-buttons .add-offer > span {
    font-size: 40px;
    position: absolute;
    left: 14px;
    top: -3px;
}

#club .content-buttons .add-offer:hover {
    transform: scale(0.95);
    transition-duration: 0.2s;
}

#club .content-buttons .add-offer img {
    width: 100%;
}

#club .questions {
    margin-top: 80px;
}

#club .questions > .content {
    padding-left: 10px;
    padding-right: 10px;
}

#club .questions > .content > .title {
    text-transform: uppercase;
    font-size: 30px;
    color: #105498;
    font-family: 'FuturaT-Medium';
    position: relative;
}

#club .questions .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-color: #105498;
}

#club .questions .panel-heading {
    color: #fff;
    background-color: #FFF;
    border-color: #105498;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
}

#club .questions .panel-title {
    color: #105498;
}

#club .questions a.question {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#club .questions a.question:hover {
    text-decoration: none;
}

#club .questions a.question p {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'FuturaT-Demi';
    font-size: 17px;
    line-height: 24px;
}

#club .questions a.question span.glyphicon {
    position: absolute;
    right: -20px;
    top: 18px; 
    /* color: #125598; */
    color: #aec000;
    transition-duration: 0.3s;
}

/* #club.offres .questions a.question span.glyphicon {
    color: #aec000;
} */

#club .questions .panel-heading.active a.question span.glyphicon {
    transform: rotate(180deg);
    top: 15px;
    transition-duration: 0.3s;
}

#club .questions .panel-body p,
#club .questions .panel-body strong,
#club .questions .panel-body span,
#club .questions .panel-body li {
    font-family: 'FuturaT-Book';
    font-size: 18px;
    margin: 0;
    color: #105498;
}

#club .questions .panel-body a {
    color: #aebe00;
}

#actu.offer .themes {
    margin-bottom: 20px;
}

#actu.offer .themes a {
    background-color: #105498;
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    font-family: 'FuturaT-Medium';
    display: inline-block;
    padding: 10px 20px;
    font-style: normal!important;
}

#actu.offer.offres .themes a {
    background-color: #c0d037;
}

#single.post-actu .content-single .bloc .tags a {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-style: normal!important;
    font-weight: 200;
    font-family: 'FuturaT-Book';
}

#actu.offer .title {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'FuturaT-BoldCond';
    margin: 0;
}

#actu.offer .section-offer > .content {
    padding-left: 10px;
    padding-right: 10px;
}

#actu.offer .content-description {
    margin-top: 30px;
    margin-bottom: 30px;
}

#actu.offer .title-description {
    font-size: 32px;
    font-family: 'FuturaT-Medium';
    margin: 0;
    color: #105498;
    margin-bottom: 15px;
}

#actu.offer.offres .title-description {
    color: #C0D137;
}

#actu.offer .area-description p { font-size: 18px; line-height: 20px; font-family: 'FuturaT-Book'; margin-top: 20px; margin-bottom: 20px; }

#actu.offer .area-description h1,
#actu.offer .area-description h2,
#actu.offer .area-description h3,
#actu.offer .area-description h4,
#actu.offer .area-description h5,
#actu.offer .area-description h6 {
    font-family: 'FuturaT-Book';
    color: #02386d;
}

#actu.offer.offres .area-description h1,
#actu.offer.offres .area-description h2,
#actu.offer.offres .area-description h3,
#actu.offer.offres .area-description h4,
#actu.offer.offres .area-description h5,
#actu.offer.offres .area-description h6 {
    font-family: 'FuturaT-Book';
    color: #C0D137;
}

#actu.offer .area-description ul {
    list-style: none;
    padding: 0;
}

#actu.offer .area-description ul li { 
    /* color: #105498;  */
    font-size: 18px;
    line-height: 20px; font-family: 'FuturaT-Book'; 
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

#actu.offer .area-description ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('../img/comma.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
    position: absolute;
    left: 0;
    top: 5px;
}

#actu.offer .area-description a {
    color: #105498; 
    font-size: 18px; line-height: 22px; font-family: 'FuturaT-Book'; text-decoration: underline;
}

#actu.offer .area-description a:hover {
    color: #aebc1f;
}

#actu.offer .area-description blockquote {
    color: #105498;
    font-size: 18px;
    line-height: 22px;
    font-family: 'FuturaT-Book';
    font-style: italic;
    padding: 15px 20px;
    border-left: 7px solid #105498;
}

#actu.offer.offres .area-description blockquote {
    color: #c0d037;
    border-left: 7px solid #c0d037;
}

#actu.offer .area-description h1 a,
#actu.offer .area-description h2 a,
#actu.offer .area-description h3 a,
#actu.offer .area-description h4 a,
#actu.offer .area-description h5 a,
#actu.offer .area-description h6 a,
#actu.offer .area-description strong a,
#actu.offer .area-description span a,
#actu.offer .area-description p a,
#actu.offer .area-description blockquote a {
    font-family: inherit;
    font-size: inherit;
}

#actu.offer .area-description span {
    font-size: 18px;
    line-height: 22px;
    font-family: 'FuturaT-Book';
}

#actu.offer .area-description strong {
    font-size: 18px;
    line-height: 22px;
    font-family: 'FuturaT-Bold';
}

#actu.offer .area-description img {
    display: block; margin-left: auto; margin-right: auto; width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
#actu.offer .area-description img.alignright {
    float:right; margin:0 0 15px 15px; width: inherit;
}

#actu.offer .area-description img.alignleft {
    float:left; margin:0 15px 15px 0; width: inherit;
}

#actu.offer .area-description img.aligncenter {
    display: block; margin-left: auto; margin-right: auto; width: inherit;
}

#actu.offer .area-description a img {
    display: block; margin-left: auto; margin-right: auto; width: 100%;
}

#actu.offer .area-description a img.alignright {
    float:right; margin:0 0 15px 15px; width: inherit;
}

#actu.offer .area-description a img.alignleft {
    float:left; margin:0 15px 15px 0; width: inherit;
}

#actu.offer .area-description a img.aligncenter {
    display: block; margin-left: auto; margin-right: auto; width: inherit;
}

#actu.offer .area-description .encadre img.alignleft {
    float:left; margin:0 15px 15px 0; width: 30%; height: auto;
}
 
#actu.offer .area-description .encadre { 
    /* background-color: #aebe00; */
    background-color: #105498;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
} 
/*  
#single.post-actu .encadre {
    background-color: #aebe00;
} */

#actu.offer .area-description .encadre .titre-encadre,
#actu.offer .area-description .encadre h1,
#actu.offer .area-description .encadre h2 {
    font-size: 28px;
    color: #ffffff;
    font-family: 'FuturaT-BoldCond';
    margin: 0;
}

#actu.offer .area-description .encadre h3,
#actu.offer .area-description .encadre h4 {
    font-size: 20px;
    font-family: 'FuturaT-Medium';
    color: white;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#actu.offer .area-description .encadre .description-encadre,
#actu.offer .area-description .encadre p,
#actu.offer .area-description .encadre strong,
#actu.offer .area-description .encadre li,
#actu.offer .area-description .encadre a,
#actu.offer .area-description .encadre span {
    font-size: 18px;
    font-family: 'FuturaT-Book';
    color: white;
    line-height: 22px;
    margin-bottom: 15px;
}

#actu.offer .content-coordonnees {
    background-color: #105498;
    padding: 15px 25px 25px 25px;
    color: white;
}

#actu.offer.offres .content-coordonnees {
    background-color: #C0D137;
}

#actu.offer .title-coordonnees {
    font-size: 32px;
    font-family: 'FuturaT-Medium';
    margin: 0;
    margin-bottom: 15px;
}

#actu.offer .content-coordonnees p {
    font-size: 18px; line-height: 22px; font-family: 'FuturaT-Book';
    margin: 0;
}

#actu.offer .content-coordonnees a {
    color: white;
    font-style: normal;
}

#actu.offer .content-avantage {
    margin-top: 30px;
}

#actu.offer .title-avantage {
    font-size: 32px;
    font-family: 'FuturaT-Medium';
    margin: 0;
    color: #105498;
    margin-bottom: 15px;
}

#actu.offer.offres .title-avantage {
    color: #c0d037;
}

#actu.offer .content-avantage ul {
    list-style: none;
    padding: 0;
}

#actu.offer .content-avantage ul li { 
    /* color: #105498;  */
    font-size: 18px;
    line-height: 22px; font-family: 'FuturaT-Book'; 
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

#actu.offer .content-avantage ul li:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../img/club/pouce-vert.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
    position: absolute;
    left: 0;
    top: 0px;
}

#actu.offer .sidebar-actu .all-actu,
#club.drop .sidebar-actu .all-actu {
    z-index: 10000;
    position: relative;
}

/* DEPOSER UNE ANNONCE */

#club.drop .global-part {
    width: 67%;
    float: left;
    padding-left: 0;
    padding-right: 30px;
    margin-bottom: 80px;
}

#club.drop .how,
#club.drop .first-step,
#club.drop .second-step {
    margin-bottom: 40px;
}

#club.drop .how .content .title {
    font-family: 'FuturaT-BoldCond';
}

#club.drop .how .description {
    color: black;
    font-size: 20px;
    font-family: 'FuturaT-Demi';
    line-height: 22px;
}

#club.drop .first-step .title,
#club.drop .second-step .title {
    background-color: #105498;
    font-size: 26px;
}

#club.drop .how .subtitle,
#club.drop .first-step .subtitle,
#club.drop .second-step .subtitle {
    color: #013a69;
    text-transform: uppercase;
    font-family: 'FuturaT-Demi';
    margin-top: 5px;
}

#club.drop.offres .how .subtitle,
#club.drop.offres .first-step .subtitle,
#club.drop.offres .second-step .subtitle {
    color: #C0D137;
}

#club.drop .first-step .description strong,
#club.drop .first-step .description h1,
#club.drop .first-step .description h2,
#club.drop .first-step .description h3,
#club.drop .first-step .description h4,
#club.drop .first-step .description h5,
#club.drop .first-step .description h6 {
    color: black;
    font-size: 20px;
    font-family: 'FuturaT-Demi';
    line-height: 26px;
    margin:0;
}

#club.drop .first-step .description h1,
#club.drop .first-step .description h2,
#club.drop .first-step .description h3,
#club.drop .first-step .description h4,
#club.drop .first-step .description h5,
#club.drop .first-step .description h6 {
    margin-top: 20px;
}

#club.drop .first-step .description p,
#club.drop .first-step .description ul,
#club.drop .first-step .description li {
    color: black;
    font-size: 18px;
    font-family: 'FuturaT-Book';
    line-height: 24px;
}

#club.drop .first-step .description ul {
    padding-left: 20px;
}

#club.drop .second-step p.email a {
    color: #013a69;
    font-size: 20px;
    font-family: 'FuturaT-Demi';
}

#club.drop .download-content {
    text-align: center;
}

#club.drop .download-doc {
    background-color: #105498;
    font-family: 'FuturaT-BoldCond';
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    font-size: 28px;
    border: 1px solid #105498;
}

#club.drop.offres .download-doc {
    background-color: #c0d037;
    border: 1px solid #c0d037;
}

#club.drop .download-doc:hover {
    background-color: white;
    color: #105498;
    text-decoration: none;
}

#club.drop.offres .download-doc:hover {
    color: #c0d037;
}

#club.search .content {
    padding-left: 10px;
    padding-right: 10px;
}

#club.search .content h1.title {
    background-color: #105498;
    color: white;
    /* text-transform: uppercase; */
    font-size: 30px;
    font-family: 'FuturaT-Medium';
    display: inline-block;
    padding: 10px 20px;
}

#club.search.offres .content h1.title {
    background-color: #C0D137;
}

#club .last-offers .content-post,
#club.search .content-post {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}

#club .last-offers .content-post::after,
#club.search .content-post::after {
    content: "";
    /* flex: auto; */
    width: 31%;
    display: flex;
}

#club .last-offers .content-post .item {
    display: flex;
    width: 31%;
    /* margin-right: 1.5%; */
    /* margin-left: 1.5%; */
    /* float: left; */
    margin-bottom: 50px;
    margin-top: 30px;
}

#club.search .content-post .item {
    display: flex;
    width: 31%;
    /* margin-right: 1.5%; */
    /* margin-left: 1.5%; */
    /* float: left; */
    margin-bottom: 70px;
    margin-top: 30px;
}

#club .last-offers .content-post .item:nth-child(3n-1),
#club.search .content-post .item:nth-child(3n-1) {
    margin-left: 3.5%;
    margin-right: 3.5%;
}

#club .last-offers .content-post .content-item,
#club.search .content-post .content-item {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

#club .last-offers .content-post .content-item .tags,
#club.search .content-post .content-item .tags {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    position: absolute;
    width: 100%;
    top: -44px;
}

#club .last-offers .content-post .content-item .tags a,
#club.search .content-post .content-item .tags a {
    color: #626262;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#club .last-offers .content-post .content-item a.plus,
#club.search .content-post .content-item a.plus {
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition-duration: 0.2s;
}

#club .last-offers .content-post .content-item a.plus img,
#club.search .content-post .content-item a.plus img {
    width: 100%;
}

#club .last-offers .content-post .content-item .illustration,
#club.search .content-post .content-item .illustration {
    background-color: white;
    height: 225px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 150%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0;
    transition: .2s ease-in-out;
    background-image: url('../img/club/eye-1.png');
}

#club .last-offers .content-post .content-item .illustration:hover,
#club.search .content-post .content-item .illustration:hover {
    background-size: 160%;
    transition: .2s ease-in-out;
}

#club .last-offers .content-post .content-item .illustration a.link,
#club.search .content-post .content-item .illustration a.link {
    display: block;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

#club .last-offers .content-post .content-item .illustration a.link img,
#club.search .content-post .content-item .illustration a.link img {
    width: 100%;
    visibility: hidden;
}

#club .last-offers .content-post .content-item .texte,
#club.search .content-post .content-item .texte {
    padding: 25px 50px 25px 20px;
    color: #105498;
    position: relative;
}

#club .last-offers .content-post .content-item .texte:after,
#club.search .content-post .content-item .texte:after {
    content: "";
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#single.annonce .content-single .bloc {
    background-color: #105498!important;
}

#single.offre .content-single .bloc {
    background-color: #C0D137!important;
}

#single.annonce .content-legende {
    background-color: rgb(16 84 152 / 0.7)!important;
}

#single.offre .content-legende {
    background-color: rgb(192 208 55 / 0.7)!important;
}

#single.annonce .owl-theme .owl-dots .owl-dot.active span, 
#single.annonce .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #105498!important;
}

#single.offre .owl-theme .owl-dots .owl-dot.active span, 
#single.offre .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #C0D137!important;
}



/*  */

#club .last-offers .content-post .content-item.green .texte.avantage:after,
#club.search .content-post .content-item.green .texte.avantage:after,
#club .last-offers .content-post .content-item.green-light .texte.avantage:after,
#club.search .content-post .content-item.green-light .texte.avantage:after {
    background-image: url('../img/club/pouce-vert.png');
}

#club .last-offers .content-post .content-item.blue .texte.avantage:after,
#club.search .content-post .content-item.blue .texte.avantage:after,
#club .last-offers .content-post .content-item.blue-light .texte.avantage:after,
#club.search .content-post .content-item.blue-light .texte.avantage:after {
    background-image: url('../img/club/pouce-bleu.png');
}

/*  */

/* #club .last-offers .content-post .content-item.green .texte,
#club.search .content-post .content-item.green .texte {
    background: #aec01f;
    color: white;
}

#club .last-offers .content-post .content-item.green .illustration,
#club.search .content-post .content-item.green .illustration {
    background-color: #105498;
} */



/*  */

/* #club .last-offers .content-post .content-item.blue .texte,
#club.search .content-post .content-item.blue .texte {
    background: #105498;
    color: white;
}


#club .last-offers .content-post .content-item.blue .illustration,
#club.search .content-post .content-item.blue .illustration {
    background-color: #aec01f;
} */

/* === */

#club .last-offers .content-post .content-item.blue .texte,
#club.search .content-post .content-item.blue .texte,
#actu.offer .sidebar-actu .content-item.blue .texte,
#club .sidebar-actu .content-item.blue .texte {
    background: #105498;
    color: white;
}

#club .last-offers .content-post .content-item.blue-light .illustration,
#club.search .content-post .content-item.blue-light .illustration,
#actu.offer .sidebar-actu .content-item.blue-light .illustration,
#club .sidebar-actu .content-item.blue-light .illustration {
    background-color: #105498;
}

#club .last-offers .content-post .content-item.blue-light .texte,
#club.search .content-post .content-item.blue-light .texte,
#actu.offer .sidebar-actu .content-item.blue-light .texte,
#club .sidebar-actu .content-item.blue-light .texte {
    background: #5988B8;
    color: white;
}

#club .last-offers .content-post .content-item.blue .illustration,
#club.search .content-post .content-item.blue .illustration,
#actu.offer .sidebar-actu .content-item.blue .illustration,
#club .sidebar-actu .content-item.blue .illustration {
    background-color: #5988B8!important;
}

#actu.offer .sidebar-actu .content-item .texte .titre a,
#club .sidebar-actu .content-item .texte .titre a {
    color: white!important;
}


#club.offres .last-offers .content-post .content-item.green .texte,
#club.offres.search .content-post .content-item.green .texte,
#actu.offres.offer .sidebar-actu .content-item.green .texte,
#club.offres .sidebar-actu .content-item.green .texte {
    background: #B6C60D;
    color: white;
}

#club.offres .last-offers .content-post .content-item.green-light .illustration,
#club.offres.search .content-post .content-item.green-light .illustration,
#actu.offres.offer .sidebar-actu .content-item.green-light .illustration,
#club.offres .sidebar-actu .content-item.green-light .illustration {
    background-color: #B6C60D;
    color: white;
}

#club.offres .last-offers .content-post .content-item.green-light .texte,
#club.offres.search .content-post .content-item.green-light .texte,
#actu.offres.offer .sidebar-actu .content-item.green-light .texte,
#club.offres .sidebar-actu .content-item.green-light .texte {
    background: #c0d037;
    color: white;
}

#club.offres .last-offers .content-post .content-item.green .illustration,
#club.offres.search .content-post .content-item.green .illustration,
#actu.offres.offer .sidebar-actu .content-item.green .illustration,
#club.offres .sidebar-actu .content-item.green .illustration {
    background-color: #C0D137;
    color: white;
}

#club .last-offers .content-post .content-item .texte .titre a,
#club.search .content-post .content-item .texte .titre a,
#actu.offres.offer .sidebar-actu .content-item .texte .titre a,
#club.offres .sidebar-actu .content-item .texte .titre a {
    color: white!important;
}


/*  */

#club .last-offers .content-post .content-item .texte .surtitre,
#club.search .content-post .content-item .texte .surtitre {
    font-size: 20px;
    line-height: 24px;
    font-family: 'FuturaT-Demi';
    margin-bottom: 10px;
}

#club .last-offers .content-post .content-item .texte .titre,
#club.search .content-post .content-item .texte .titre {
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 24px;
    min-height: 45px;
}

#club .last-offers .content-post .content-item .texte .titre a,
#club.search .content-post .content-item .texte .titre a {
    display: block;
    color: #105498;
}

#club .last-offers .content-post .content-item.green .texte .titre a,
#club.search .content-post .content-item.green .texte .titre a {
    color: white;
}

#club .last-offers .content-post .content-item.blue .texte .titre a,
#club.search .content-post .content-item.blue .texte .titre a {
    color: white;
}

#club .last-offers .content-post .content-item .texte .description,
#club.search .content-post .content-item .texte .description {
    font-size: 16px;
    font-family: 'FuturaT-Book';
    line-height: 16px;
}

#single.annonce .owl-carousel button.owl-prev {
    background-image: url("../img/prev-blue.png");
}

#single.annonce .owl-carousel button.owl-next {
    background-image: url("../img/next-blue.png");
}

#actu.offer .sidebar-actu .title-sidebar,
#club .sidebar-actu .title-sidebar {
    color: #125598!important;
}

#actu.offer #ariane .content-ariane p#breadcrumbs .breadcrumb_last {
    color: #125598;
}

#actu.offer.offres .sidebar-actu .title-sidebar,
#club.offres .sidebar-actu .title-sidebar {
    color: #c0d037!important;
}

#actu.offer.offres #ariane .content-ariane p#breadcrumbs .breadcrumb_last {
    color: #c0d037;
}

#club .sidebar-actu .all-actu {
    background-color: #125598;
    border-color: #125598;
}

#club .sidebar-actu .all-actu:hover {
    background-color: white;
    color: #125598;
}

#club.offres .sidebar-actu .all-actu {
    background-color: #aebc1f;
    border-color: #aebc1f;
}

#club.offres .sidebar-actu .all-actu:hover {
    background-color: white;
    color: #aebc1f;
}

#actu.offer .sidebar-actu .item {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

#actu.offer .sidebar-actu .content-item {
    width: 100%;
}

#actu.offer .sidebar-actu .content-item .tags {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px; 
    font-size: 14px;
}

#actu.offer .sidebar-actu .content-item .tags a {
    color: #626262;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#actu.offer .sidebar-actu .content-item .illustration {
    background-color: white;
    height: 205px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 140%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0;
    transition: .2s ease-in-out;
    background-image: url('../img/club/eye-1.png');
}

#actu.offer .sidebar-actu .content-item .illustration:hover {
    background-size: 160%;
    transition: .2s ease-in-out;
}

#actu.offer .sidebar-actu .content-item.green .illustration {
    background-color: #105498;
}


#actu.offer .sidebar-actu .content-item.blue .illustration {
    background-color: #aec01f;
}

#actu.offer .sidebar-actu .content-item a.plus {
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition-duration: 0.2s;
}

#actu.offer .sidebar-actu .content-item a.plus img {
    width: 100%;
}

#actu.offer .sidebar-actu .content-item .illustration a.link {
    display: block;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

#actu.offer .sidebar-actu .content-item .illustration a.link img {
    width: 100%;
    visibility: hidden;
}

#actu.offer .sidebar-actu .content-item .texte {
    padding: 25px 40px 25px 20px;
    color: #105498;
    background-color: white;
    position: relative;
}

#actu.offer .sidebar-actu .content-item .texte:after {
    content: "";
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

#actu.offer .sidebar-actu .content-item.green .texte.avantage:after {
    background-image: url('../img/club/pouce-vert.png');
}

#actu.offer .sidebar-actu .content-item.blue .texte.avantage:after {
    background-image: url('../img/club/pouce-bleu.png');
}

#actu.offer .sidebar-actu  .content-item.green .texte {
    background: #aec01f;
    color: white;
}

#actu.offer .sidebar-actu  .content-item.blue .texte {
    background: #105498;
    color: white;
}

#actu.offer .sidebar-actu .content-item .texte .surtitre {
    font-size: 19px;
    line-height: 21px;
    font-family: 'FuturaT-Demi';
    margin-bottom: 10px;
}

#actu.offer .sidebar-actu .content-item .texte .titre {
    font-size: 22px;
    font-family: 'FuturaT-Demi';
    line-height: 27px;
    min-height: 45px;
    text-transform: uppercase;
}

#actu.offer .sidebar-actu .content-item .texte .titre sup {
    text-transform: initial;
}

#actu.offer .sidebar-actu .content-item .texte .titre a {
    display: block;
    color: #105498;
}

#actu.offer .sidebar-actu .content-item.green .texte .titre a {
    color: white;
}

#actu.offer .sidebar-actu .content-item.blue .texte .titre a {
    color: white;
}

#actu.offer .sidebar-actu .content-item .texte .description {
    font-size: 16px;
    font-family: 'FuturaT-Book';
    line-height: 16px;
}

#actu.offer .sidebar-actu .content-item .texte .description {
    font-size: 16px;
    font-family: 'FuturaT-Book';
    line-height: 16px;
}
#actu.offer .sidebar-actu .all-actu {
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #125598;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    /* height: 40px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    line-height: 20px;
    border: 1px solid #125598;
    transition-duration: 0.2s;
    margin-bottom: 25px;
}

#actu.offer.offres .sidebar-actu .all-actu {
    background-color: #aebc1f;
    border: 1px solid #aebc1f;
}

#actu.offer .sidebar-actu .all-actu:hover {
    color: #125598;
    background: white;
    text-decoration: none;
    transition-duration: 0.2s;
}

#actu.offer.offres .sidebar-actu .all-actu:hover {
    color: #aebc1f;
}

p.show-more {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 28px;
    color: #aec01f;
    font-family: 'FuturaT-Demi';
    margin-top: -30px;
}

#club p.show-more > a {
    color: #105498;
}

#club.offres p.show-more > a {
    color: #aec01f;
}

section.paginate {
    width: 100%;
    margin-bottom: 40px;
    margin-top: -30px;
}

section.paginate a.page-prev {
    width: 50%;
    float: left;
}

section.paginate a.page-next {
    width: 50%;
    float: right;
    text-align: right;
}

section.paginate a {
    font-size: 20px;
    color: #125598;
    font-family: 'FuturaT-Demi';
}

#club.offres section.paginate a {
    color: #aec01f;
}

section.paginate a:hover {
    text-decoration: hover;
}

@media screen and (max-width: 1010px) {

    #club .content-buttons .search-result {
        font-size: 16px;
        padding: 12px 10px;
    }
}

@media screen and (max-width: 960px) {

    section#club {
        padding-top: 0;
    }

    #club .club.content-search {
        position: relative;
        width: 100%;
        top: 0;
        z-index: 100;
        margin-bottom: 50px;
    }

    #club .club .content-filter-region {
        float: left;
        width: 49%;
        margin-right: 1%;
        position: relative;
    }
    
    #club .club .content-filter-secteur {
        float: left;
        width: 50%;
        position: relative;
    }

    #club .club.content-search .content-buttons {
        float: none;
    }

    .btn-clear {
        float: none;
        margin-top: 20px;
        margin-bottom: -20px;
        margin-left: 0;
        margin-right: 10px;
    }

    #club .content-buttons .search-result {
        float: none;
    }

    #club .content-buttons .search-result {
        font-size: 18px;
        padding: 10px 10px;
    }
}


@media screen and (max-width: 900px) {

    #club .last-offers .content-post {
        position: relative;
        display: block;
        flex-wrap: inherit;
        justify-content: inherit;
        margin-top: 20px;
    }

    #club .last-offers .content-post .item {
        display: block;
        width: 98%;
        max-width: 380px;
        /* margin-right: 1.5%; */
        /* margin-left: 1.5%; */
        /* float: left; */
        margin-bottom: 50px;
        margin-top: 80px;
        margin-left: auto!important;
        margin-right: auto!important;
    }

    #club.search .content-post .content-item {
        width: 100%;
        border-bottom: 1px solid #d3d3d3;
        position: relative;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        max-width: 340px;
    }

    #club.search .content-post .item {
        display: block;
        width: 50%;
        /* margin-right: 1.5%; */
        /* margin-left: 1.5%; */
        /* float: left; */
        margin-bottom: 70px;
        margin-top: 30px;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    #club.search .content-post .item:nth-child(3n-1) {
        margin-left: 0%;
        margin-right: 0%;
    }

}

@media screen and (max-width: 825px) {

    p.no-result {
        text-align: center;
        width: 100%;
    }

    #sticky-club {
        display: none;
    }

    #home .home-club-adherents {
        margin: 0px!important;
        width: 100%;
    }

    #home .home-club-adherents > a {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .home-club-adherents {
        display: block;
        /* background-color: #be3027; */
        /* margin-top: 40px;
        margin-bottom: -40px; */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .home-club-adherents > a {
        background-color: #be3027;
        display: block;
        text-align: center;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-club-adherents > a:hover {
        text-decoration: none;
    }

    #club.drop .global-part {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    #club .club .content-filter button.filter {
        float: none!important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 5px;
    }
    
    #club .club .content-filter .div-25 {
        width: 100%;
    }

    #club .club .content-filter .content-region, #club .club .content-filter .content-secteur {
        min-height: 500px;
        max-height: 500px;
    }
}

@media screen and (max-width: 720px) {
    #club .club .content .description img.alignnone {
        float: none!important;
        width: 100%;
        height: auto!important;
    }
    
    #club .club .content .description img.alignright {
        float: none!important;
        width: 100%;
        height: auto!important;
    }
    
    #club .club .content .description img.alignleft {
        float: none!important;
        width: 100%;
        height: auto!important;
    }

    .content-sticky-club > .links {
        top: 30%;
        padding: 70px 20px 36px 20px;
    }

    .content-sticky-club > .links > a.annonces {
        margin-bottom: 20px;
    }

    .content-sticky-club > .links .close-modal {
        right: 10px;
    }

    .content-sticky-club > .links .close-modal > img {
        width: 30px;
    }
}

@media screen and (max-width: 640px) {

    #club.search .content-post .item {
        width: 100%;
        float: none;
    }

    #club .club .content-filter .div-25 {
        width: 100%;
        float: none;
    }

}

@media screen and (max-width: 560px) {

    #club .club .content-filter-region,
    #club .club .content-filter-secteur {
        float: none;
        width: 100%;
    }

    .btn-clear {
        float: none;
        margin-top: 10px;
        margin-bottom: 25px;
        margin-left: 0;
        margin-right: 10px;
    }
    #club .content-buttons .search-result,
    #club .content-buttons .add-offer {
        width: 100%;
        min-width: auto;   
        font-size: 18px;
    }

    #club .club .content-filter .content-region, #club .club .content-filter .content-secteur {
        min-height: 240px;
        max-height: 240px;
    }

    #club .content-buttons a.search-result {
        width: 100%;
        margin-top: -14px;
        min-width: 100%;
    }
}

@media screen and (max-width: 450px) {
    #club .content-buttons .search-result,
    #club .content-buttons .add-offer {
        width: 100%;
        min-width: auto;   
        font-size: 18px;
    }
}